[Pkg-voip-commits] r2621 - asterisk/trunk/debian

Kilian Krause kilian at costa.debian.org
Tue Oct 24 06:32:15 UTC 2006


Author: kilian
Date: 2006-10-24 06:32:14 +0000 (Tue, 24 Oct 2006)
New Revision: 2621

Modified:
   asterisk/trunk/debian/changelog
   asterisk/trunk/debian/rules
Log:
fixup dfsg versions. (1.2.12.dfsg is *not* newer than 1.2.12.1.dfsg).


Modified: asterisk/trunk/debian/changelog
===================================================================
--- asterisk/trunk/debian/changelog	2006-10-23 21:31:39 UTC (rev 2620)
+++ asterisk/trunk/debian/changelog	2006-10-24 06:32:14 UTC (rev 2621)
@@ -1,5 +1,8 @@
-asterisk (1:1.2.13.dfsg-1) UNRELEASED; urgency=high
+asterisk (1:1.2.13~dfsg-1) UNRELEASED; urgency=high
 
+  [ Kilian Krause ]
+  * Fixup dfsg versions with increased upstream build count.
+
   [ Santiago Ruano Rincón ]
   * Added cdr_sqlite3_custom dpatch
 

Modified: asterisk/trunk/debian/rules
===================================================================
--- asterisk/trunk/debian/rules	2006-10-23 21:31:39 UTC (rev 2620)
+++ asterisk/trunk/debian/rules	2006-10-24 06:32:14 UTC (rev 2621)
@@ -35,9 +35,9 @@
 
 DEBVERSION:=$(shell head -n 1 debian/changelog \
 		    | sed -e 's/^[^(]*(\([^)]*\)).*/\1/')
-UPVERSION:=$(shell echo $(DEBVERSION) | sed -e 's/^.*://' -e 's/-[0-9.]*$$//' -e 's/.dfsg$$//')
+UPVERSION:=$(shell echo $(DEBVERSION) | sed -e 's/^.*://' -e 's/-[0-9.]*$$//' -e 's/~dfsg$$//')
 
-FILENAME := asterisk_$(UPVERSION).dfsg.orig.tar.gz
+FILENAME := asterisk_$(UPVERSION)~dfsg.orig.tar.gz
 UPFILENAME := asterisk_$(UPVERSION).orig.tar.gz
 URL := http://ftp2.digium.com/pub/asterisk/releases/asterisk-$(UPVERSION).tar.gz
 




More information about the Pkg-voip-commits mailing list