[Pkg-net-snmp-commits] r200 - in branches: net-snmp54/debian net-snmp54-dev/debian

jochen at alioth.debian.org jochen at alioth.debian.org
Thu Aug 2 13:43:17 UTC 2007


Author: jochen
Date: 2007-08-02 13:43:17 +0000 (Thu, 02 Aug 2007)
New Revision: 200

Modified:
   branches/net-snmp54-dev/debian/rules
   branches/net-snmp54/debian/rules
Log:
Fix cleanbuilddir target to get rid of lintian warning


Modified: branches/net-snmp54/debian/rules
===================================================================
--- branches/net-snmp54/debian/rules	2007-08-02 13:42:27 UTC (rev 199)
+++ branches/net-snmp54/debian/rules	2007-08-02 13:43:17 UTC (rev 200)
@@ -2,14 +2,14 @@
 
 # Fix for broken clean target. Must run before reversing patches
 cleanbuilddir::
-	-make clean
+	[ ! -f Makefile ] || make clean
 
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/rules/simple-patchsys.mk
 include /usr/share/cdbs/1/class/autotools.mk
 
 LIB_VERSION = 15
-COMPAT_VERSION = 5.4~dfsg
+COMPAT_VERSION = 5.4.1~dfsg
 PYTHON_VERSION = 1.0a1
 BACKUP = aclocal.m4 configure ltmain.sh stamp-h stamp-h.in \
          include/net-snmp/net-snmp-config.h.in

Modified: branches/net-snmp54-dev/debian/rules
===================================================================
--- branches/net-snmp54-dev/debian/rules	2007-08-02 13:42:27 UTC (rev 199)
+++ branches/net-snmp54-dev/debian/rules	2007-08-02 13:43:17 UTC (rev 200)
@@ -2,14 +2,14 @@
 
 # Fix for broken clean target. Must run before reversing patches
 cleanbuilddir::
-	-make clean
+	[ ! -f Makefile ] || make clean
 
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/rules/simple-patchsys.mk
 include /usr/share/cdbs/1/class/autotools.mk
 
 LIB_VERSION = 15
-COMPAT_VERSION = 5.4~dfsg
+COMPAT_VERSION = 5.4.1~dfsg
 PYTHON_VERSION = 1.0a1
 BACKUP = aclocal.m4 configure ltmain.sh stamp-h stamp-h.in \
          include/net-snmp/net-snmp-config.h.in




More information about the Pkg-net-snmp-commits mailing list