[Pkg-voip-commits] r2604 - asterisk-spandsp-plugins/trunk/debian

Mark Purcell msp at costa.debian.org
Sun Oct 22 19:17:29 UTC 2006


Author: msp
Date: 2006-10-22 19:17:29 +0000 (Sun, 22 Oct 2006)
New Revision: 2604

Modified:
   asterisk-spandsp-plugins/trunk/debian/changelog
   asterisk-spandsp-plugins/trunk/debian/rules
Log:
* debian/rules Add get-orig-source:

Modified: asterisk-spandsp-plugins/trunk/debian/changelog
===================================================================
--- asterisk-spandsp-plugins/trunk/debian/changelog	2006-10-22 19:10:04 UTC (rev 2603)
+++ asterisk-spandsp-plugins/trunk/debian/changelog	2006-10-22 19:17:29 UTC (rev 2604)
@@ -7,8 +7,9 @@
   [ Mark Purcell ]
   * AGI installed in wrong directory (Closes: #394051)
     - Thanks Marc Fargas
+  * debian/rules Add get-orig-source:
 
- -- Mark Purcell <msp at debian.org>  Sun, 22 Oct 2006 20:09:09 +0100
+ -- Mark Purcell <msp at debian.org>  Sun, 22 Oct 2006 20:14:05 +0100
 
 asterisk-spandsp-plugins (0.0.20060218-1) unstable; urgency=low
 

Modified: asterisk-spandsp-plugins/trunk/debian/rules
===================================================================
--- asterisk-spandsp-plugins/trunk/debian/rules	2006-10-22 19:10:04 UTC (rev 2603)
+++ asterisk-spandsp-plugins/trunk/debian/rules	2006-10-22 19:17:29 UTC (rev 2604)
@@ -56,3 +56,13 @@
 
 binary: binary-indep binary-arch
 .PHONY: build clean binary-indep binary-arch binary install configure patch unpatch
+
+print-version:
+	@@echo "Debian version:          $(DEBVERSION)"
+	@@echo "Upstream version:        $(UPVERSION)"
+
+get-orig-source:
+	@@dh_testdir
+	@@[ -d ../tarballs/. ]||mkdir -p ../tarballs
+	@@dpatch-get-origtargz ../tarballs
+




More information about the Pkg-voip-commits mailing list