[Pkg-voip-commits] r4765 - in /libzrtpcpp/trunk/debian: changelog rules

msp at alioth.debian.org msp at alioth.debian.org
Sat Oct 20 11:01:09 UTC 2007


Author: msp
Date: Sat Oct 20 11:01:08 2007
New Revision: 4765

URL: http://svn.debian.org/wsvn/pkg-voip/?sc=1&rev=4765
Log:
* Cleanup get-orig-source target

Modified:
    libzrtpcpp/trunk/debian/changelog
    libzrtpcpp/trunk/debian/rules

Modified: libzrtpcpp/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-voip/libzrtpcpp/trunk/debian/changelog?rev=4765&op=diff
==============================================================================
--- libzrtpcpp/trunk/debian/changelog (original)
+++ libzrtpcpp/trunk/debian/changelog Sat Oct 20 11:01:08 2007
@@ -1,13 +1,11 @@
 libzrtpcpp (0.9.2-3) UNRELEASED; urgency=low
-
-  [ Kilian Krause ]
-  * Add missing Replaces/Conflicts.
 
   [ Mark Purcell ]
   * Bump LT_RELEASE="0.9.2deb" to cater for upstream ABI breakage
     - ABI breakage - sendDataRTP removed in 0.9.2 (Closes: #445657)
+  * Cleanup get-orig-source target
 
- -- Mark Purcell <msp at debian.org>  Sat, 20 Oct 2007 11:47:30 +0100
+ -- Mark Purcell <msp at debian.org>  Sat, 20 Oct 2007 12:01:54 +0100
 
 libzrtpcpp (0.9.2-2) unstable; urgency=high
 

Modified: libzrtpcpp/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-voip/libzrtpcpp/trunk/debian/rules?rev=4765&op=diff
==============================================================================
--- libzrtpcpp/trunk/debian/rules (original)
+++ libzrtpcpp/trunk/debian/rules Sat Oct 20 11:01:08 2007
@@ -1,25 +1,13 @@
 #!/usr/bin/make -f
 
-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$$//')
-
-FILENAME := libzrtpcpp_$(UPVERSION).orig.tar.gz
-URL := http://ftp.gnu.org/pub/gnu/ccrtp/libzrtpcpp-$(UPVERSION).tar.gz
+FILENAME = $(DEB_SOURCE_PACKAGE)_$(DEB_UPSTREAM_VERSION).orig.tar.gz
+URL = http://ftp.gnu.org/pub/gnu/ccrtp/$(DEB_SOURCE_PACKAGE)-$(DEB_UPSTREAM_VERSION).tar.gz
 
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/class/autotools.mk
 include /usr/share/cdbs/1/rules/simple-patchsys.mk
 
 DEB_DH_INSTALL_ARGS := --sourcedir=debian/tmp
-DEB_DH_MAKESHLIBS_ARGS_libzrtpcpp-0.9-1 := -V"libzrtpcpp-0.9-1"
-
-install/libzrtpcpp-0.9-1::
-	install -D -p -m0644 debian/libzrtpcpp-0.9-1.lintian debian/libzrtpcpp-0.9-1/usr/share/lintian/overrides/libzrtpcpp-0.9-1
-
-print-version:
-	@@echo "Debian version:          $(DEBVERSION)"
-	@@echo "Upstream version:        $(UPVERSION)"
 
 get-orig-source:
 	@@dh_testdir




More information about the Pkg-voip-commits mailing list