[Pkg-voip-commits] r5874 - in /rtpproxy/trunk/debian: changelog rules watch

msp at alioth.debian.org msp at alioth.debian.org
Sat Jun 21 06:34:15 UTC 2008


Author: msp
Date: Sat Jun 21 06:34:15 2008
New Revision: 5874

URL: http://svn.debian.org/wsvn/pkg-voip/?sc=1&rev=5874
Log:
* (NOT RELEASED YET) New upstream release
* Update debian/watch
* Modify get-orig-source target to remove upstream debian/

Added:
    rtpproxy/trunk/debian/watch
Modified:
    rtpproxy/trunk/debian/changelog
    rtpproxy/trunk/debian/rules

Modified: rtpproxy/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-voip/rtpproxy/trunk/debian/changelog?rev=5874&op=diff
==============================================================================
--- rtpproxy/trunk/debian/changelog (original)
+++ rtpproxy/trunk/debian/changelog Sat Jun 21 06:34:15 2008
@@ -1,3 +1,11 @@
+rtpproxy (1.1-1) UNRELEASED; urgency=low
+
+  * (NOT RELEASED YET) New upstream release
+  * Update debian/watch
+  * Modify get-orig-source target to remove upstream debian/
+
+ -- Mark Purcell <msp at debian.org>  Sat, 21 Jun 2008 16:01:38 +1000
+
 rtpproxy (1.0.2-1) unstable; urgency=low
 
   [ Marcus Better ]

Modified: rtpproxy/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-voip/rtpproxy/trunk/debian/rules?rev=5874&op=diff
==============================================================================
--- rtpproxy/trunk/debian/rules (original)
+++ rtpproxy/trunk/debian/rules Sat Jun 21 06:34:15 2008
@@ -94,6 +94,15 @@
 	@@[ -d ../tarballs/. ]||mkdir -p ../tarballs
 	@@echo Downloading $(FILENAME) from $(URL) ...
 	@@wget -N -nv -T10 -t3 -O ../tarballs/$(FILENAME) $(URL)
+	@@echo Repacking without upstream debian/...
+	@@mkdir -p ../tarballs/rtpproxy-$(UPVERSION).tmp/
+	@@cd ../tarballs/rtpproxy-$(UPVERSION).tmp ; \
+	   tar xfz ../$(FILENAME)
+	@@rm -fR  ../tarballs/rtpproxy-$(UPVERSION).tmp/rtpproxy-$(UPVERSION)/debian
+	@@cd ../tarballs/rtpproxy-$(UPVERSION).tmp ; \
+	   tar cfz ../$(FILENAME) *
+	@@echo Cleaning up...
+	@@rm -rf ../tarballs/rtpproxy-$(UPVERSION).tmp/
 
 binary: binary-indep binary-arch
 .PHONY: build clean binary-indep binary-arch binary install print-version get-orig-source

Added: rtpproxy/trunk/debian/watch
URL: http://svn.debian.org/wsvn/pkg-voip/rtpproxy/trunk/debian/watch?rev=5874&op=file
==============================================================================
--- rtpproxy/trunk/debian/watch (added)
+++ rtpproxy/trunk/debian/watch Sat Jun 21 06:34:15 2008
@@ -1,0 +1,4 @@
+# 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




More information about the Pkg-voip-commits mailing list