mirror of
https://github.com/osmarks/ngircd.git
synced 2025-04-13 22:33:14 +00:00
Debian package ("make deb"): fix some lintian(1) warnings
This commit is contained in:
parent
2eb564ccaa
commit
97d97ef5c4
@ -44,7 +44,7 @@ rpm: distcheck
|
||||
|
||||
deb:
|
||||
[ -f debian/rules ] || ln -s contrib/Debian debian
|
||||
dpkg-buildpackage -rfakeroot
|
||||
dpkg-buildpackage -rfakeroot -i
|
||||
|
||||
osxpkg:
|
||||
@packagemaker >/dev/null 2>&1; [ $$? -ge 1 ] \
|
||||
|
@ -3,7 +3,7 @@ Section: net
|
||||
Priority: optional
|
||||
Maintainer: Alexander Barton <alex@barton.de>
|
||||
Build-Depends: debhelper (>> 4.0.0), libz-dev, libwrap0-dev, libident-dev, libgnutls-dev
|
||||
Standards-Version: 3.7.2.1
|
||||
Standards-Version: 3.8.0
|
||||
|
||||
Package: ngircd
|
||||
Architecture: any
|
||||
|
@ -88,7 +88,7 @@ clean:
|
||||
rm -f $(CURDIR)/debian/ngircd-full.postinst
|
||||
|
||||
# Add here commands to clean up after the build process:
|
||||
-$(MAKE) clean
|
||||
[ ! -f Makefile ] || $(MAKE) distclean
|
||||
|
||||
ifneq "$(wildcard /usr/share/misc/config.sub)" ""
|
||||
cp -f /usr/share/misc/config.sub config.sub
|
||||
|
Loading…
x
Reference in New Issue
Block a user