[Pkg-voip-commits] r7205 - in /op-panel/trunk/debian: changelog rules
tzafrir-guest at alioth.debian.org
tzafrir-guest at alioth.debian.org
Mon May 11 10:26:58 UTC 2009
Author: tzafrir-guest
Date: Mon May 11 10:26:58 2009
New Revision: 7205
URL: http://svn.debian.org/wsvn/pkg-voip/?sc=1&rev=7205
Log:
Fix get-orig-source for ~dfsg.
Modified:
op-panel/trunk/debian/changelog
op-panel/trunk/debian/rules
Modified: op-panel/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-voip/op-panel/trunk/debian/changelog?rev=7205&op=diff
==============================================================================
--- op-panel/trunk/debian/changelog (original)
+++ op-panel/trunk/debian/changelog Mon May 11 10:26:58 2009
@@ -11,12 +11,13 @@
* Use binary-indep rules rather than binary-arch.
* Bump standards version to 3.8.0 (no change needed).
* wget -N conflicts with -O (Closes: #482175).
+ * Fix get-orig-source for ~dfsg.
[ Patrick Matthäi ]
* Do not ignore errors in postrm script.
Thanks lintian.
- -- Kilian Krause <kilian at debian.org> Sat, 09 May 2009 19:46:00 +0200
+ -- Tzafrir Cohen <tzafrir.cohen at xorcom.com> Mon, 11 May 2009 13:25:21 +0300
op-panel (0.27.dfsg-2) unstable; urgency=low
Modified: op-panel/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-voip/op-panel/trunk/debian/rules?rev=7205&op=diff
==============================================================================
--- op-panel/trunk/debian/rules (original)
+++ op-panel/trunk/debian/rules Mon May 11 10:26:58 2009
@@ -10,9 +10,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 := op-panel_$(UPVERSION).dfsg.orig.tar.gz
+FILENAME := op-panel_$(UPVERSION)~dfsg.orig.tar.gz
UPFILENAME := op-panel_$(UPVERSION).orig.tar.gz
URL := http://asternic.org/files/op_panel-$(UPVERSION).tar.gz
More information about the Pkg-voip-commits
mailing list