[Pkg-voip-commits] r9317 - in /libexosip2/trunk/debian: changelog control manpages/sip_reg-3.5.0.1 manpages/sip_reg-3.6.0 rules

msp at alioth.debian.org msp at alioth.debian.org
Sat Oct 8 03:52:53 UTC 2011


Author: msp
Date: Sat Oct  8 03:52:53 2011
New Revision: 9317

URL: http://svn.debian.org/wsvn/pkg-voip/?sc=1&rev=9317
Log:
* Switch to dpkg-source 3.0 (quilt) format
* Switch to dh

Added:
    libexosip2/trunk/debian/manpages/sip_reg-3.6.0
      - copied unchanged from r9315, libexosip2/trunk/debian/manpages/sip_reg-3.5.0.1
Removed:
    libexosip2/trunk/debian/manpages/sip_reg-3.5.0.1
Modified:
    libexosip2/trunk/debian/changelog
    libexosip2/trunk/debian/control
    libexosip2/trunk/debian/rules

Modified: libexosip2/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-voip/libexosip2/trunk/debian/changelog?rev=9317&op=diff
==============================================================================
--- libexosip2/trunk/debian/changelog (original)
+++ libexosip2/trunk/debian/changelog Sat Oct  8 03:52:53 2011
@@ -2,8 +2,10 @@
 
   * New upstream release
     - NEW package libeXosip2-7 - soname bump
+  * Switch to dpkg-source 3.0 (quilt) format
+  * Switch to dh
 
- -- Mark Purcell <msp at debian.org>  Sat, 08 Oct 2011 14:33:13 +1100
+ -- Mark Purcell <msp at debian.org>  Sat, 08 Oct 2011 14:47:14 +1100
 
 libexosip2 (3.5.0-1) experimental; urgency=low
 

Modified: libexosip2/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-voip/libexosip2/trunk/debian/control?rev=9317&op=diff
==============================================================================
--- libexosip2/trunk/debian/control (original)
+++ libexosip2/trunk/debian/control Sat Oct  8 03:52:53 2011
@@ -2,7 +2,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>, Rene Mayorga <rmayorga at debian.org.sv>
-Build-Depends: debhelper (>= 7), autotools-dev, cdbs (>= 0.4.39), libncurses5-dev, libosip2-dev (>= 3.5), dpkg-dev (>= 1.13.19), doxygen
+Build-Depends: debhelper (>= 7.0.50~), autotools-dev, libncurses5-dev, libosip2-dev (>= 3.5), dpkg-dev (>= 1.13.19), doxygen
 Build-Conflicts: libssl-dev
 Section: libs
 Standards-Version: 3.8.0

Modified: libexosip2/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-voip/libexosip2/trunk/debian/rules?rev=9317&op=diff
==============================================================================
--- libexosip2/trunk/debian/rules (original)
+++ libexosip2/trunk/debian/rules Sat Oct  8 03:52:53 2011
@@ -1,29 +1,18 @@
 #!/usr/bin/make -f
-  
-# Add here any variable or target overrides you need
+%:
+	dh $@ --parallel
 
-FILENAME = $(DEB_SOURCE_PACKAGE)_$(DEB_UPSTREAM_VERSION).orig.tar.gz
-URL = http://download.savannah.nongnu.org/releases/exosip/libeXosip2-$(DEB_UPSTREAM_VERSION).tar.gz
+override_dh_auto_configure:
+	dh_auto_configure -- --disable-josua --program-suffix=-$(DEB_UPSTREAM_VERSION)
 
-include /usr/share/cdbs/1/class/autotools.mk
-include /usr/share/cdbs/1/rules/debhelper.mk
+override_dh_auto_build-indep:
+	dh_auto_build -- doxygen
 
-DEB_MAKE_BUILD_TARGET    := doxygen
-DEB_CONFIGURE_EXTRA_FLAGS := --disable-josua --program-suffix=-$(DEB_UPSTREAM_VERSION)
-
-export DH_ALWAYS_EXCLUDE := eXosip2_license.3.gz
-
-clean::
-	[ ! -d help/doxygen/doc ]  || rm -rf help/doxygen/doc
-
-print-version:
-	@@echo "DEB_UPSTREAM_VERSION:	 $(DEB_UPSTREAM_VERSION)"
-	@@echo "Filename:		 $(FILENAME)"
-	@@echo "URL:			 $(URL)"
+override_dh_install:
+	dh_install --list-missing
+	# Drop content of dependency_libs to avoid having to recompile exiv2
+	# if the path of the libs that appear there changes
+	sed -i "/dependency_libs/ s/'.*'/''/" `find . -name '*.la'`
 
 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




More information about the Pkg-voip-commits mailing list