[Pkg-voip-commits] r3799 - libunicall/trunk/debian

kilian at alioth.debian.org kilian at alioth.debian.org
Sat Jul 21 14:58:49 UTC 2007


Author: kilian
Date: 2007-07-21 14:58:49 +0000 (Sat, 21 Jul 2007)
New Revision: 3799

Modified:
   libunicall/trunk/debian/changelog
   libunicall/trunk/debian/rules
Log:
* Remove patch and unpatch targets. Rather use
  /usr/share/dpatch/dpatch.make.

Modified: libunicall/trunk/debian/changelog
===================================================================
--- libunicall/trunk/debian/changelog	2007-07-21 14:55:49 UTC (rev 3798)
+++ libunicall/trunk/debian/changelog	2007-07-21 14:58:49 UTC (rev 3799)
@@ -2,8 +2,10 @@
 
   * NOT RELEASED YET
   * Fix get-orig-source target.
+  * Remove patch and unpatch targets. Rather use
+    /usr/share/dpatch/dpatch.make.
 
- -- Kilian Krause <kilian at debian.org>  Sat, 21 Jul 2007 16:55:38 +0200
+ -- Kilian Krause <kilian at debian.org>  Sat, 21 Jul 2007 16:58:30 +0200
 
 libunicall (0.0.3~pre20070325-1) experimental; urgency=low
 

Modified: libunicall/trunk/debian/rules
===================================================================
--- libunicall/trunk/debian/rules	2007-07-21 14:55:49 UTC (rev 3798)
+++ libunicall/trunk/debian/rules	2007-07-21 14:58:49 UTC (rev 3799)
@@ -23,6 +23,8 @@
 	CFLAGS += -O2
 endif
 
+include /usr/share/dpatch/dpatch.make
+
 autotools: 
 	ln -s /usr/share/misc/config.sub config.sub
 	ln -s /usr/share/misc/config.guess config.guess
@@ -89,15 +91,6 @@
 	dh_md5sums
 	dh_builddeb
 
-patch: patch-stamp
-patch-stamp:
-	dpatch apply-all
-	dpatch cat-all >patch-stamp
-
-unpatch:
-	dpatch deapply-all
-	rm -rf patch-stamp debian/patched
-
 print-version:
 	@@echo "Debian version:          $(DEBVERSION)"
 	@@echo "Debian tarball version:  $(DEBUPVERSION)"




More information about the Pkg-voip-commits mailing list