Browse Source

Drop debian package from release target and rename package: --> deb:

Seeing as light supports at least two different GNU/Linux distributions
it seems prudent to not claim 'package:' for Debian packages.  This has
the added benefit of adding easy build targets for RedHat/Fedora, Arch,
and others.

Signed-off-by: Joachim Nilsson <troglobit@gmail.com>
Joachim Nilsson 5 years ago
parent
commit
56c5b329ee
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      Makefile.am

+ 2
- 2
Makefile.am View File

9
 endif
9
 endif
10
 
10
 
11
 # lintian --profile debian -i -I --show-overrides ../$PKG.changes
11
 # lintian --profile debian -i -I --show-overrides ../$PKG.changes
12
-package:
12
+deb:
13
 	dpkg-buildpackage -uc -us -B
13
 	dpkg-buildpackage -uc -us -B
14
 
14
 
15
 #
15
 #
16
 # Target to run when building a release
16
 # Target to run when building a release
17
 #
17
 #
18
-release: distcheck package
18
+release: distcheck
19
 	@for file in $(DIST_ARCHIVES); do	\
19
 	@for file in $(DIST_ARCHIVES); do	\
20
 		md5sum $$file > ../$$file.md5;	\
20
 		md5sum $$file > ../$$file.md5;	\
21
 	done
21
 	done