[Pkg-voip-commits] r8321 - in /ptlib/branches/ptlib-2.4.5/debian: changelog rules

msp at alioth.debian.org msp at alioth.debian.org
Sun Apr 25 01:53:52 UTC 2010


Author: msp
Date: Sun Apr 25 01:53:51 2010
New Revision: 8321

URL: http://svn.debian.org/wsvn/pkg-voip/?sc=1&rev=8321
Log:
Switch to debhelper 7

Modified:
    ptlib/branches/ptlib-2.4.5/debian/changelog
    ptlib/branches/ptlib-2.4.5/debian/rules

Modified: ptlib/branches/ptlib-2.4.5/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-voip/ptlib/branches/ptlib-2.4.5/debian/changelog?rev=8321&op=diff
==============================================================================
--- ptlib/branches/ptlib-2.4.5/debian/changelog (original)
+++ ptlib/branches/ptlib-2.4.5/debian/changelog Sun Apr 25 01:53:51 2010
@@ -4,8 +4,9 @@
     - Version necessary for h323plus package (openh3232 continued)
   * Drop uncessary debian/patches
   * version.h -> /usr/share/ptlib
-
- -- Mark Purcell <msp at debian.org>  Mon, 08 Mar 2010 07:22:17 +1100
+  * Switch to debhelper 7
+
+ -- Mark Purcell <msp at debian.org>  Sun, 25 Apr 2010 11:51:13 +1000
 
 ptlib (2.0.1-1) UNRELEASED; urgency=low
 

Modified: ptlib/branches/ptlib-2.4.5/debian/rules
URL: http://svn.debian.org/wsvn/pkg-voip/ptlib/branches/ptlib-2.4.5/debian/rules?rev=8321&op=diff
==============================================================================
--- ptlib/branches/ptlib-2.4.5/debian/rules (original)
+++ ptlib/branches/ptlib-2.4.5/debian/rules Sun Apr 25 01:53:51 2010
@@ -1,10 +1,7 @@
 #!/usr/bin/make -f
 
-include /usr/share/cdbs/1/rules/debhelper.mk
-include /usr/share/cdbs/1/class/autotools.mk
+%:
+	dh $@
 
-DEB_CONFIGURE_EXTRA_FLAGS :=  --enable-oss --enable-v4l --disable-avc --disable-dc
-DEB_MAKE_CLEAN_TARGET := clean
-
-clean::
-	rm -fR lib/ config.status config.log a.out Makefile plugins/config.log plugins/config.status
+override_dh_auto_configure:
+	dh_auto_configure -- --enable-oss --enable-v4l --disable-avc --disable-dc --disable-odbc




More information about the Pkg-voip-commits mailing list