From: Alexander Barton Date: Fri, 21 Nov 2008 20:27:23 +0000 (+0100) Subject: Debian package ("make deb"): fix some lintian(1) warnings X-Git-Tag: rel-13-rc1~2 X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?p=ngircd-alex.git;a=commitdiff_plain;h=97d97ef5c4e0d5494e4b1301903c7730df6421a1;hp=2eb564ccaa0c560a49cb46bfc2ce8bd5dec77b57 Debian package ("make deb"): fix some lintian(1) warnings --- diff --git a/Makefile.am b/Makefile.am index 23ed90bc..701bf6b4 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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 ] \ diff --git a/contrib/Debian/control b/contrib/Debian/control index 91a5281e..543c5ad6 100644 --- a/contrib/Debian/control +++ b/contrib/Debian/control @@ -3,7 +3,7 @@ Section: net Priority: optional Maintainer: Alexander Barton 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 diff --git a/contrib/Debian/rules b/contrib/Debian/rules index 4b41bd7a..5648846d 100755 --- a/contrib/Debian/rules +++ b/contrib/Debian/rules @@ -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