[Pkg-voip-commits] r6782 - in /rtpproxy/trunk/debian: changelog control patches/ rules watch

msp at alioth.debian.org msp at alioth.debian.org
Mon Feb 16 12:21:08 UTC 2009


Author: msp
Date: Mon Feb 16 12:21:08 2009
New Revision: 6782

URL: http://svn.debian.org/wsvn/pkg-voip/?sc=1&rev=6782
Log:
* New upstream release
  - Upload beta to experimental
* Drop debian/patches/set-ctrl-socket-owner - included upstream
  - & drop quilt
* fixup wget in get-orig-source target
* Update debian/watch to handle ~beta

Removed:
    rtpproxy/trunk/debian/patches/
Modified:
    rtpproxy/trunk/debian/changelog
    rtpproxy/trunk/debian/control
    rtpproxy/trunk/debian/rules
    rtpproxy/trunk/debian/watch

Modified: rtpproxy/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-voip/rtpproxy/trunk/debian/changelog?rev=6782&op=diff
==============================================================================
--- rtpproxy/trunk/debian/changelog (original)
+++ rtpproxy/trunk/debian/changelog Mon Feb 16 12:21:08 2009
@@ -1,8 +1,18 @@
-rtpproxy (1.1-3) UNRELEASED; urgency=low
+rtpproxy (1.2~beta.200901120-1) experimental; urgency=low
 
+  * New upstream release
+    - Upload beta to experimental
+
+  [ Marcus Better ]
   * Build with hardening-wrapper.
 
- -- Marcus Better <marcus at better.se>  Sun, 17 Aug 2008 09:59:54 +0000
+  [ Mark Purcell ]
+  * Drop debian/patches/set-ctrl-socket-owner - included upstream
+    - & drop quilt
+  * fixup wget in get-orig-source target
+  * Update debian/watch to handle ~beta
+
+ -- Mark Purcell <msp at debian.org>  Mon, 16 Feb 2009 23:19:02 +1100
 
 rtpproxy (1.1-2) unstable; urgency=medium
 

Modified: rtpproxy/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-voip/rtpproxy/trunk/debian/control?rev=6782&op=diff
==============================================================================
--- rtpproxy/trunk/debian/control (original)
+++ rtpproxy/trunk/debian/control Mon Feb 16 12:21:08 2009
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Debian VoIP Team <pkg-voip-maintainers at lists.alioth.debian.org>
 Uploaders: Mark Purcell <msp at debian.org>, Kilian Krause <kilian at debian.org>, Marcus Better <marcus at better.se>
-Build-Depends: hardening-wrapper, debhelper (>= 5), quilt, autotools-dev, autoconf, automake1.10, xsltproc, docbook-xsl, docbook-xml
+Build-Depends: hardening-wrapper, debhelper (>= 5), autotools-dev, autoconf, automake1.10, xsltproc, docbook-xsl, docbook-xml
 Build-Conflicts: autoconf2.13, automake1.4
 Standards-Version: 3.8.0
 Homepage: http://www.rtpproxy.org

Modified: rtpproxy/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-voip/rtpproxy/trunk/debian/rules?rev=6782&op=diff
==============================================================================
--- rtpproxy/trunk/debian/rules (original)
+++ rtpproxy/trunk/debian/rules Mon Feb 16 12:21:08 2009
@@ -1,6 +1,4 @@
 #!/usr/bin/make -f
-
-include /usr/share/quilt/quilt.make
 
 export DEB_HOST_GNU_TYPE   ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)
 export DEB_BUILD_GNU_TYPE  ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)
@@ -51,7 +49,7 @@
 	$(MAKE)
 	touch build-stamp
 
-clean: unpatch
+clean: 
 	dh_testdir
 	dh_testroot
 	-rm -f build-stamp configure-stamp
@@ -96,7 +94,7 @@
 	@@dh_testdir
 	@@[ -d ../tarballs/. ]||mkdir -p ../tarballs
 	@@echo Downloading $(FILENAME) from $(URL) ...
-	@@wget -N -nv -T10 -t3 -O ../tarballs/$(FILENAME) $(URL)
+	@@wget -N -nv -T10 -t3 ../tarballs/$(FILENAME) $(URL)
 	@@echo Repacking without upstream debian/...
 	@@mkdir -p ../tarballs/rtpproxy-$(UPVERSION).tmp/
 	@@cd ../tarballs/rtpproxy-$(UPVERSION).tmp ; \

Modified: rtpproxy/trunk/debian/watch
URL: http://svn.debian.org/wsvn/pkg-voip/rtpproxy/trunk/debian/watch?rev=6782&op=diff
==============================================================================
--- rtpproxy/trunk/debian/watch (original)
+++ rtpproxy/trunk/debian/watch Mon Feb 16 12:21:08 2009
@@ -1,4 +1,5 @@
 # Compulsory line, this is a version 2 file
 version=3
 
-http://www.rtpproxy.org http://b2bua.org/chrome/site/rtpproxy-(.*)\.tar\.gz debian svn-upgrade
+opts=uversionmangle=s/.beta/~beta/
+ http://www.rtpproxy.org http://b2bua.org/chrome/site/rtpproxy-(.*)\.tar\.gz debian svn-upgrade




More information about the Pkg-voip-commits mailing list