[Pkg-voip-commits] r4443 - in /openmcu/trunk/debian: changelog compat rules

kilian at alioth.debian.org kilian at alioth.debian.org
Sun Sep 9 15:16:28 UTC 2007


Author: kilian
Date: Sun Sep  9 15:16:28 2007
New Revision: 4443

URL: http://svn.debian.org/wsvn/pkg-voip/?sc=1&rev=4443
Log:
* Don't ignore make clean errors.
* Don't set DH_COMPAT, rather use debian/compat

Added:
    openmcu/trunk/debian/compat
Modified:
    openmcu/trunk/debian/changelog
    openmcu/trunk/debian/rules

Modified: openmcu/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-voip/openmcu/trunk/debian/changelog?rev=4443&op=diff
==============================================================================
--- openmcu/trunk/debian/changelog (original)
+++ openmcu/trunk/debian/changelog Sun Sep  9 15:16:28 2007
@@ -10,8 +10,10 @@
   * Cleanup debian/rules
   * copyright, control: Update URLs and current maintainer reference.
   * Add debian/watch.
+  * Don't ignore make clean errors.
+  * Don't set DH_COMPAT, rather use debian/compat
 
- -- Kilian Krause <kilian at debian.org>  Fri, 24 Aug 2007 16:55:12 +0200
+ -- Kilian Krause <kilian at debian.org>  Sun,  9 Sep 2007 17:16:10 +0200
 
 openmcu (2.1.1-3) unstable; urgency=low
 

Added: openmcu/trunk/debian/compat
URL: http://svn.debian.org/wsvn/pkg-voip/openmcu/trunk/debian/compat?rev=4443&op=file
==============================================================================
--- openmcu/trunk/debian/compat (added)
+++ openmcu/trunk/debian/compat Sun Sep  9 15:16:28 2007
@@ -1,0 +1,1 @@
+4

Modified: openmcu/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-voip/openmcu/trunk/debian/rules?rev=4443&op=diff
==============================================================================
--- openmcu/trunk/debian/rules (original)
+++ openmcu/trunk/debian/rules Sun Sep  9 15:16:28 2007
@@ -4,9 +4,6 @@
 
 # Uncomment this to turn on verbose mode.
 #export DH_VERBOSE=1
-
-# This is the debhelper compatibility version to use.
-export DH_COMPAT=4
 
 MAKE_BUILD_PARAM=OPENH323DIR=/usr/share/openh323 PWLIBDIR=/usr/share/pwlib PTLIB_FILE=.
 MAKE_INSTALL_PARAM=$(MAKE_BUILD_PARAM) INSTALL_DIR=$(CURDIR)/debian/openmcu/usr
@@ -25,9 +22,7 @@
 build: patch build-stamp
 build-stamp:
 	dh_testdir
-
 	$(MAKE)	$(MAKE_BUILD_PARAM) opt optshared
-
 	touch build-stamp
 
 clean: clean-patched unpatch
@@ -35,10 +30,8 @@
 	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




More information about the Pkg-voip-commits mailing list