[Pkg-voip-commits] r4441 - in /openam/trunk/debian: changelog rules

kilian at alioth.debian.org kilian at alioth.debian.org
Sun Sep 9 15:11:12 UTC 2007


Author: kilian
Date: Sun Sep  9 15:11:12 2007
New Revision: 4441

URL: http://svn.debian.org/wsvn/pkg-voip/?sc=1&rev=4441
Log:
* Don't set DH_COMPAT any more, just use the one provided by build-depends.
* Don't ignore make clean errors.

Modified:
    openam/trunk/debian/changelog
    openam/trunk/debian/rules

Modified: openam/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-voip/openam/trunk/debian/changelog?rev=4441&op=diff
==============================================================================
--- openam/trunk/debian/changelog (original)
+++ openam/trunk/debian/changelog Sun Sep  9 15:11:12 2007
@@ -1,8 +1,10 @@
 openam (1.1.18+20050304-4) UNRELEASED; urgency=low
 
   * NOT RELEASED YET
+  * Don't set DH_COMPAT any more, just use the one provided by build-depends.
+  * Don't ignore make clean errors.
 
- -- Kilian Krause <kilian at debian.org>  Sun, 16 Apr 2006 23:12:33 +0000
+ -- Kilian Krause <kilian at debian.org>  Sun,  9 Sep 2007 17:10:34 +0200
 
 openam (1.1.18+20050304-3) unstable; urgency=low
 

Modified: openam/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-voip/openam/trunk/debian/rules?rev=4441&op=diff
==============================================================================
--- openam/trunk/debian/rules (original)
+++ openam/trunk/debian/rules Sun Sep  9 15:11:12 2007
@@ -5,28 +5,21 @@
 # Uncomment this to turn on verbose mode.
 #export DH_VERBOSE=1
 
-# This is the debhelper compatibility version to use.
-export DH_COMPAT=3
-
 MAKE_BUILD_PARAM=OPENH323DIR=/usr/share/openh323 PWLIBDIR=/usr/share/pwlib 
 MAKE_INSTALL_PARAM=$(MAKE_BUILD_PARAM) INSTALL_DIR=$(CURDIR)/debian/openam/usr
 
 build: build-stamp
 build-stamp:
 	dh_testdir
-
 	$(MAKE)	$(MAKE_BUILD_PARAM) opt optshared
-
 	touch build-stamp
 
 clean:
 	dh_testdir
 	dh_testroot
 	rm -f build-stamp
-
-	-$(MAKE) $(MAKE_BUILD_PARAM) optclean clean
+	[ ! -f Makefile ]||$(MAKE) $(MAKE_BUILD_PARAM) optclean clean
 	rm -rf obj_*
-
 	dh_clean
 
 install: build
@@ -34,7 +27,6 @@
 	dh_testroot
 	dh_clean -k
 	dh_installdirs
-
 	$(MAKE) $(MAKE_INSTALL_PARAM) install
 
 binary-indep: build install




More information about the Pkg-voip-commits mailing list