[Pkg-voip-commits] r10207 - in /siproxd/trunk/debian: changelog compat control rules

msp at alioth.debian.org msp at alioth.debian.org
Sun May 26 05:28:12 UTC 2013


Author: msp
Date: Sun May 26 05:28:11 2013
New Revision: 10207

URL: http://svn.debian.org/wsvn/pkg-voip/?sc=1&rev=10207
Log:
* Call dh --with-autoreconf Fixes "Update configure" (Closes: #702772)
* debian/compat -> 9

Modified:
    siproxd/trunk/debian/changelog
    siproxd/trunk/debian/compat
    siproxd/trunk/debian/control
    siproxd/trunk/debian/rules

Modified: siproxd/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-voip/siproxd/trunk/debian/changelog?rev=10207&op=diff
==============================================================================
--- siproxd/trunk/debian/changelog (original)
+++ siproxd/trunk/debian/changelog Sun May 26 05:28:11 2013
@@ -1,8 +1,10 @@
-siproxd (1:0.8.1-4) UNRELEASED; urgency=low
-
-  * Add include-sys-time.patch
-
- -- Mark Purcell <msp at debian.org>  Sun, 26 May 2013 15:05:29 +1000
+siproxd (1:0.8.1-4) unstable; urgency=low
+
+  * Add include-sys-time.patch 
+  * Call dh --with-autoreconf Fixes "Update configure" (Closes: #702772)
+  * debian/compat -> 9
+
+ -- Mark Purcell <msp at debian.org>  Sun, 26 May 2013 15:26:54 +1000
 
 siproxd (1:0.8.1-3) unstable; urgency=low
 

Modified: siproxd/trunk/debian/compat
URL: http://svn.debian.org/wsvn/pkg-voip/siproxd/trunk/debian/compat?rev=10207&op=diff
==============================================================================
--- siproxd/trunk/debian/compat (original)
+++ siproxd/trunk/debian/compat Sun May 26 05:28:11 2013
@@ -1,1 +1,1 @@
-7
+9

Modified: siproxd/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-voip/siproxd/trunk/debian/control?rev=10207&op=diff
==============================================================================
--- siproxd/trunk/debian/control (original)
+++ siproxd/trunk/debian/control Sun May 26 05:28:11 2013
@@ -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>, Mikael Magnusson <mikma at users.sourceforge.net>, Faidon Liambotis <paravoid at debian.org>
-Build-Depends: debhelper (>= 7.0.50~), libosip2-dev (>= 3.1.0), automake, autotools-dev, autoconf, docbook-utils, libltdl3-dev
+Build-Depends: debhelper (>= 9), libosip2-dev (>= 3.1.0), automake, autotools-dev, autoconf, docbook-utils, libltdl3-dev
 Standards-Version: 3.8.4
 Homepage: http://siproxd.sourceforge.net/
 Vcs-Svn: svn://svn.debian.org/pkg-voip/siproxd/trunk/

Modified: siproxd/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-voip/siproxd/trunk/debian/rules?rev=10207&op=diff
==============================================================================
--- siproxd/trunk/debian/rules (original)
+++ siproxd/trunk/debian/rules Sun May 26 05:28:11 2013
@@ -1,7 +1,7 @@
 #!/usr/bin/make -f
 
 %:
-	dh $@
+	dh $@ --with-autoreconf
 
 override_dh_auto_configure:
 	dh_auto_configure -- --disable-ltdl-convenience




More information about the Pkg-voip-commits mailing list