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