[Pkg-voip-commits] r4445 - in /pstngw/trunk/debian: changelog compat rules

kilian at alioth.debian.org kilian at alioth.debian.org
Sun Sep 9 15:22:35 UTC 2007


Author: kilian
Date: Sun Sep  9 15:22:35 2007
New Revision: 4445

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

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

Modified: pstngw/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-voip/pstngw/trunk/debian/changelog?rev=4445&op=diff
==============================================================================
--- pstngw/trunk/debian/changelog (original)
+++ pstngw/trunk/debian/changelog Sun Sep  9 15:22:35 2007
@@ -1,8 +1,10 @@
 pstngw (1.3.1-8) UNRELEASED; urgency=low
 
   * NOT RELEASED YET
+  * Don't use DH_COMPAT, rather use debian/compat.
+  * Don't ignore make clean errors.
 
- -- Kilian Krause <kilian at debian.org>  Sun, 16 Apr 2006 23:14:03 +0000
+ -- Kilian Krause <kilian at debian.org>  Sun,  9 Sep 2007 17:22:07 +0200
 
 pstngw (1.3.1-7) unstable; urgency=low
 

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

Modified: pstngw/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-voip/pstngw/trunk/debian/rules?rev=4445&op=diff
==============================================================================
--- pstngw/trunk/debian/rules (original)
+++ pstngw/trunk/debian/rules Sun Sep  9 15:22:35 2007
@@ -5,30 +5,21 @@
 # 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 ASNPARSER=`which asnparser`
 MAKE_INSTALL_PARAM=$(MAKE_BUILD_PARAM) INSTALL_DIR=$(CURDIR)/debian/pstngw/usr
 
 build: build-stamp
 build-stamp:
 	dh_testdir
-
-#	Add here commands to compile the package.
 	$(MAKE)	$(MAKE_BUILD_PARAM) opt optshared
-
 	touch build-stamp
 
 clean:
 	dh_testdir
 	dh_testroot
 	rm -f build-stamp
-
-#	Add here commands to clean up after the build process.
-	-$(MAKE) $(MAKE_BUILD_PARAM) optclean clean
+	[ ! -f Makefile ]||$(MAKE) $(MAKE_BUILD_PARAM) optclean clean
 	-$(RM) -rf obj_*
-
 	dh_clean
 
 install: build
@@ -36,8 +27,6 @@
 	dh_testroot
 	dh_clean -k
 	dh_installdirs
-
-#	Add here commands to install the package into debian/<packagename>
 	$(MAKE) $(MAKE_INSTALL_PARAM) install
 
 # Build architecture-independent files here.
@@ -48,27 +37,18 @@
 binary-arch: build install
 	dh_testdir
 	dh_testroot
-#	dh_installdebconf	
 	dh_installdocs
 	dh_installexamples
 	dh_installmenu
-#	dh_installlogrotate
-#	dh_installemacsen
-#	dh_installpam
-#	dh_installmime
-#	dh_installinit
 	dh_installcron
 	dh_installmanpages
 	dh_installinfo
-#	dh_undocumented pstngw.7
 	dh_installchangelogs
 	dh_link
 	dh_strip
 	dh_compress
 	dh_fixperms
-#	dh_makeshlibs
 	dh_installdeb
-#	dh_perl
 	dh_shlibdeps
 	dh_gencontrol
 	dh_md5sums




More information about the Pkg-voip-commits mailing list