[Pkg-voip-commits] r10398 - in /libccrtp/tags/2.0.6-2: ./ debian/changelog debian/control debian/rules

msp at alioth.debian.org msp at alioth.debian.org
Tue Jan 21 10:31:39 UTC 2014


Author: msp
Date: Tue Jan 21 10:31:39 2014
New Revision: 10398

URL: http://svn.debian.org/wsvn/pkg-voip/?sc=1&rev=10398
Log:
* Build-Depends: libucommon-dev (>= 6.0.7-1.1) - revert to GnuTLS 2.6 
* Fix "use dh-autoreconf to fix ppc64el" patch from ~logan (Closes: #735216)

Added:
    libccrtp/tags/2.0.6-2/
      - copied from r10397, libccrtp/tags/2.0.6-1/
Modified:
    libccrtp/tags/2.0.6-2/debian/changelog
    libccrtp/tags/2.0.6-2/debian/control
    libccrtp/tags/2.0.6-2/debian/rules

Modified: libccrtp/tags/2.0.6-2/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-voip/libccrtp/tags/2.0.6-2/debian/changelog?rev=10398&op=diff
==============================================================================
--- libccrtp/tags/2.0.6-2/debian/changelog	(original)
+++ libccrtp/tags/2.0.6-2/debian/changelog	Tue Jan 21 10:31:39 2014
@@ -1,3 +1,10 @@
+libccrtp (2.0.6-2) unstable; urgency=low
+
+  * Build-Depends: libucommon-dev (>= 6.0.7-1.1) - revert to GnuTLS 2.6 
+  * Fix "use dh-autoreconf to fix ppc64el" patch from ~logan (Closes: #735216)
+
+ -- Mark Purcell <msp at debian.org>  Tue, 21 Jan 2014 21:11:17 +1100
+
 libccrtp (2.0.6-1) unstable; urgency=low
 
   * New upstream release

Modified: libccrtp/tags/2.0.6-2/debian/control
URL: http://svn.debian.org/wsvn/pkg-voip/libccrtp/tags/2.0.6-2/debian/control?rev=10398&op=diff
==============================================================================
--- libccrtp/tags/2.0.6-2/debian/control	(original)
+++ libccrtp/tags/2.0.6-2/debian/control	Tue Jan 21 10:31:39 2014
@@ -3,9 +3,9 @@
 Priority: optional
 Maintainer: Debian VoIP Team <pkg-voip-maintainers at lists.alioth.debian.org>
 Uploaders: Mark Purcell <msp at debian.org>, Mikael Magnusson <mikma at users.sourceforge.net>, Kilian Krause <kilian at debian.org>
-Build-Depends: debhelper (>= 9), pkg-config, autotools-dev, dpkg-dev (>= 1.13.19), doxygen,
+Build-Depends: debhelper (>= 9), pkg-config, dh-autoreconf, dpkg-dev (>= 1.13.19), doxygen,
  libucommon-dev, libxml2-dev, libgcrypt11-dev | libgcrypt-dev,
-Standards-Version: 3.9.4
+Standards-Version: 3.9.5
 Homepage: http://www.gnu.org/software/ccrtp/
 Vcs-Svn: svn://anonscm.debian.org/pkg-voip/libccrtp/trunk/
 Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-voip/libccrtp/trunk/

Modified: libccrtp/tags/2.0.6-2/debian/rules
URL: http://svn.debian.org/wsvn/pkg-voip/libccrtp/tags/2.0.6-2/debian/rules?rev=10398&op=diff
==============================================================================
--- libccrtp/tags/2.0.6-2/debian/rules	(original)
+++ libccrtp/tags/2.0.6-2/debian/rules	Tue Jan 21 10:31:39 2014
@@ -4,7 +4,7 @@
 export COMMONCPP_LIBS=`ucommon-config --libs`
 
 %:
-	dh $@ --parallel
+	dh $@ --parallel --with autoreconf
 
 override_dh_install:
 	dh_install --list-missing
@@ -12,8 +12,6 @@
 	# if the path of the libs that appear there changes
 	sed -i "/dependency_libs/ s/'.*'/''/" `find . -name '*.la'`
 
-get-orig-source:
-	uscan --force-download
-
-clean::
+override_dh_clean:
 	rm -f doc/latex/* doc/html/* doc/man/man3/* doc/doxy
+	dh_clean




More information about the Pkg-voip-commits mailing list