[Pkg-voip-commits] r9253 - in /openh323/trunk/debian: changelog rules
kilian at alioth.debian.org
kilian at alioth.debian.org
Fri Aug 26 08:50:57 UTC 2011
Author: kilian
Date: Fri Aug 26 08:50:57 2011
New Revision: 9253
URL: http://svn.debian.org/wsvn/pkg-voip/?sc=1&rev=9253
Log:
debian/rules: fix get-orig-source target
Modified:
openh323/trunk/debian/changelog
openh323/trunk/debian/rules
Modified: openh323/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-voip/openh323/trunk/debian/changelog?rev=9253&op=diff
==============================================================================
--- openh323/trunk/debian/changelog (original)
+++ openh323/trunk/debian/changelog Fri Aug 26 08:50:57 2011
@@ -1,13 +1,14 @@
h323plus (1.23.0~dfsg-1) UNRELEASED; urgency=low
* New upstream release: 1.23.0
+ + debian/rules: fix get-orig-source target
* Install h323plus_changes.txt as upstream changelog
* Add configure.ac patch from upstream to find installed ptlib, too.
(Requires dh-autoreconf for now)
* Remove unneccessary ptlibdir hack from debian/rules
* Include symbols-check as default now
- -- Kilian Krause <kilian at debian.org> Fri, 26 Aug 2011 10:45:48 +0200
+ -- Kilian Krause <kilian at debian.org> Fri, 26 Aug 2011 10:50:40 +0200
h323plus (1.22.0~dfsg-1) experimental; urgency=low
Modified: openh323/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-voip/openh323/trunk/debian/rules?rev=9253&op=diff
==============================================================================
--- openh323/trunk/debian/rules (original)
+++ openh323/trunk/debian/rules Fri Aug 26 08:50:57 2011
@@ -5,10 +5,11 @@
DEBVERSION := $(shell head -n 1 debian/changelog \
| sed -e 's/^[^(]*(\([^)]*\)).*/\1/')
UPVERSION := $(shell echo $(DEBVERSION) | sed -r -e 's/^.*://' -e 's/-[0-9.]*(\+b[0-9])?$$//' -e 's/.dfsg$$//')
+URLVERSION := $(shell echo $(UPVERSION) | sed -r -e 's/\./_/g')
FILENAME := h323plus_$(UPVERSION)~dfsg.orig.tar.gz
UPFILENAME := h323plus_$(UPVERSION).orig.tar.gz
-URL := http://www.h323plus.org/source/download/h323plus-$(UPVERSION).tar.gz
+URL := http://www.h323plus.org/source/download/h323plus-v$(URLVERSION).tar.gz
%:
dh $@ --parallel --with autotools_dev --with=pkgkde-symbolshelper \
More information about the Pkg-voip-commits
mailing list