[Pkg-voip-commits] r9837 - in /libpri/trunk/debian: changelog compat control patches/series patches/spelling-error-in-binary.patch rules

msp at alioth.debian.org msp at alioth.debian.org
Sun Jun 24 11:17:09 UTC 2012


Author: msp
Date: Sun Jun 24 11:17:08 2012
New Revision: 9837

URL: http://svn.debian.org/wsvn/pkg-voip/?sc=1&rev=9837
Log:
* wheezey polish
* Update Standards-Version: 3.9.3 - no changes
* Refresh get-orig-source target
* debian/compat -> 9 
* Fix spelling-error-in-binary usr/lib/libpri.so.1.4 Wierd Weird

Added:
    libpri/trunk/debian/patches/spelling-error-in-binary.patch
Modified:
    libpri/trunk/debian/changelog
    libpri/trunk/debian/compat
    libpri/trunk/debian/control
    libpri/trunk/debian/patches/series
    libpri/trunk/debian/rules

Modified: libpri/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-voip/libpri/trunk/debian/changelog?rev=9837&op=diff
==============================================================================
--- libpri/trunk/debian/changelog (original)
+++ libpri/trunk/debian/changelog Sun Jun 24 11:17:08 2012
@@ -1,3 +1,13 @@
+libpri (1.4.12-2) unstable; urgency=low
+
+  * wheezey polish
+  * Update Standards-Version: 3.9.3 - no changes
+  * Refresh get-orig-source target
+  * debian/compat -> 9 
+  * Fix spelling-error-in-binary usr/lib/libpri.so.1.4 Wierd Weird
+
+ -- Mark Purcell <msp at debian.org>  Sun, 24 Jun 2012 21:16:16 +1000
+
 libpri (1.4.12-1) unstable; urgency=low
 
   * New upstream release. 

Modified: libpri/trunk/debian/compat
URL: http://svn.debian.org/wsvn/pkg-voip/libpri/trunk/debian/compat?rev=9837&op=diff
==============================================================================
--- libpri/trunk/debian/compat (original)
+++ libpri/trunk/debian/compat Sun Jun 24 11:17:08 2012
@@ -1,1 +1,1 @@
-7
+9

Modified: libpri/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-voip/libpri/trunk/debian/control?rev=9837&op=diff
==============================================================================
--- libpri/trunk/debian/control (original)
+++ libpri/trunk/debian/control Sun Jun 24 11:17:08 2012
@@ -3,8 +3,8 @@
 Section: libs
 Maintainer: Debian VoIP Team <pkg-voip-maintainers at lists.alioth.debian.org>
 Uploaders: Mark Purcell <msp at debian.org>, Tzafrir Cohen <tzafrir at debian.org>, Faidon Liambotis <paravoid at debian.org>
-Build-Depends: debhelper (>= 7)
-Standards-Version: 3.9.2
+Build-Depends: debhelper (>= 9)
+Standards-Version: 3.9.3
 Homepage: http://www.asterisk.org/
 Vcs-Svn: svn://svn.debian.org/pkg-voip/libpri/trunk/
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-voip/libpri/?op=log

Modified: libpri/trunk/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-voip/libpri/trunk/debian/patches/series?rev=9837&op=diff
==============================================================================
--- libpri/trunk/debian/patches/series (original)
+++ libpri/trunk/debian/patches/series Sun Jun 24 11:17:08 2012
@@ -1,1 +1,2 @@
+spelling-error-in-binary.patch
 enable-gcc-optimizations

Added: libpri/trunk/debian/patches/spelling-error-in-binary.patch
URL: http://svn.debian.org/wsvn/pkg-voip/libpri/trunk/debian/patches/spelling-error-in-binary.patch?rev=9837&op=file
==============================================================================
--- libpri/trunk/debian/patches/spelling-error-in-binary.patch (added)
+++ libpri/trunk/debian/patches/spelling-error-in-binary.patch Sun Jun 24 11:17:08 2012
@@ -1,0 +1,16 @@
+Description: spelling-error-in-binary
+Bug-Debian: http://lintian.debian.org/tags/spelling-error-in-binary.html
+
+Index: libpri-1.4.12/q931.c
+===================================================================
+--- libpri-1.4.12.orig/q931.c	2011-05-18 06:13:10.000000000 +1000
++++ libpri-1.4.12/q931.c	2012-06-24 21:08:40.000000000 +1000
+@@ -6705,7 +6705,7 @@
+ 		case Q931_CALL_STATE_RESTART_REQUEST:
+ 		case Q931_CALL_STATE_RESTART:
+ 			pri_error(ctrl,
+-				"Wierd, doing nothing but this shouldn't happen, ourstate %s, peerstate %s\n",
++				"Weird, doing nothing but this shouldn't happen, ourstate %s, peerstate %s\n",
+ 				q931_call_state_str(c->ourcallstate),
+ 				q931_call_state_str(c->peercallstate));
+ 			break;

Modified: libpri/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-voip/libpri/trunk/debian/rules?rev=9837&op=diff
==============================================================================
--- libpri/trunk/debian/rules (original)
+++ libpri/trunk/debian/rules Sun Jun 24 11:17:08 2012
@@ -1,19 +1,8 @@
 #!/usr/bin/make -f
-
 %:
 	dh $@
 
-# stolen from cdbs...
-DEB_VERSION := $(shell dpkg-parsechangelog | egrep '^Version:' | cut -f 2 -d ' ')
-DEB_NOEPOCH_VERSION := $(shell echo $(DEB_VERSION) | cut -d: -f2-)
-DEB_UPSTREAM_VERSION := $(shell echo $(DEB_NOEPOCH_VERSION) | sed 's/-[^-]*$$//')
-FILENAME := libpri_$(DEB_UPSTREAM_VERSION).orig.tar.gz
-URL := http://downloads.digium.com/pub/libpri/releases/libpri-$(DEB_UPSTREAM_VERSION).tar.gz
-
 get-orig-source:
-	@@dh_testdir
-	@@[ -d ../tarballs/. ]||mkdir -p ../tarballs
-	@@echo Downloading $(FILENAME) from $(URL) ...
-	@@wget -nv -T10 -t3 -O ../tarballs/$(FILENAME) $(URL)
+	uscan --force-download
 
 .PHONY: get-orig-source




More information about the Pkg-voip-commits mailing list