[Pkg-voip-commits] r6268 - in /t38modem/trunk/debian: changelog control patches/ rules

the-me-guest at alioth.debian.org the-me-guest at alioth.debian.org
Wed Oct 8 22:16:22 UTC 2008


Author: the-me-guest
Date: Wed Oct  8 22:16:22 2008
New Revision: 6268

URL: http://svn.debian.org/wsvn/pkg-voip/?sc=1&rev=6268
Log:
* Remove dpatch and debian/patches - there are no available patches.
  Thanks lintian.

Removed:
    t38modem/trunk/debian/patches/
Modified:
    t38modem/trunk/debian/changelog
    t38modem/trunk/debian/control
    t38modem/trunk/debian/rules

Modified: t38modem/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-voip/t38modem/trunk/debian/changelog?rev=6268&op=diff
==============================================================================
--- t38modem/trunk/debian/changelog (original)
+++ t38modem/trunk/debian/changelog Wed Oct  8 22:16:22 2008
@@ -1,3 +1,10 @@
+t38modem (0.8.4-3) UNRELEASED; urgency=low
+
+  * Remove dpatch and debian/patches - there are no available patches.
+    Thanks lintian.
+
+ -- Patrick Matthäi <patrick.matthaei at web.de>  Wed,  8 Oct 2008 20:51:50 +0200
+
 t38modem (0.8.4-2) unstable; urgency=low
 
   * Extremadura release ;-)

Modified: t38modem/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-voip/t38modem/trunk/debian/control?rev=6268&op=diff
==============================================================================
--- t38modem/trunk/debian/control (original)
+++ t38modem/trunk/debian/control Wed Oct  8 22:16:22 2008
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Debian VoIP Team <pkg-voip-maintainers at lists.alioth.debian.org>
 Uploaders: Kilian Krause <kilian at debian.org>, Jose Carlos Garcia Sogo <jsogo at debian.org>, Mark Purcell <msp at debian.org>, Santiago Garcia Mantinan <manty at debian.org>
-Build-Depends: debhelper (>> 4.0.0), help2man, libopenh323-1.19.1-dev (>= 1.19.1~), libexpat1-dev, dpatch
+Build-Depends: debhelper (>> 4.0.0), help2man, libopenh323-1.19.1-dev (>= 1.19.1~), libexpat1-dev
 Build-Conflicts: linux-kernel-headers (<< 2.5.999-test7-bk-14)
 Standards-Version: 3.7.2
 Homepage: http://openh323.sf.net/

Modified: t38modem/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-voip/t38modem/trunk/debian/rules?rev=6268&op=diff
==============================================================================
--- t38modem/trunk/debian/rules (original)
+++ t38modem/trunk/debian/rules Wed Oct  8 22:16:22 2008
@@ -25,11 +25,10 @@
 
 export CFLAGS
 
-include /usr/share/dpatch/dpatch.make
 PACKAGE=t38modem
 
 configure: configure-stamp
-configure-stamp: patch-stamp
+configure-stamp:
 	dh_testdir
 	# Add here commands to configure the package.
 
@@ -44,7 +43,7 @@
 	/usr/bin/help2man obj*/t38modem -N -n 'T.38 modem emulator' -o t38modem.1
 	touch build-stamp
 
-clean: unpatch
+clean:
 	dh_testdir
 	dh_testroot
 	rm -f build-stamp configure-stamp
@@ -72,7 +71,7 @@
 binary-arch: build install
 	dh_testdir
 	dh_testroot
-	dh_installchangelogs 
+	dh_installchangelogs
 	dh_installdocs
 	dh_installexamples HylaFAX/config.ttyx
 	dh_installman t38modem.1




More information about the Pkg-voip-commits mailing list