[Pkg-voip-commits] r9533 - in /linphone/trunk/debian: changelog compat control rules

msp at alioth.debian.org msp at alioth.debian.org
Sat Feb 25 06:10:36 UTC 2012


Author: msp
Date: Sat Feb 25 06:10:36 2012
New Revision: 9533

URL: http://svn.debian.org/wsvn/pkg-voip/?sc=1&rev=9533
Log:
* New upstream release 
* Switch to dh
* debian/compact -> 8

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

Modified: linphone/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-voip/linphone/trunk/debian/changelog?rev=9533&op=diff
==============================================================================
--- linphone/trunk/debian/changelog (original)
+++ linphone/trunk/debian/changelog Sat Feb 25 06:10:36 2012
@@ -1,3 +1,11 @@
+linphone (3.5.2-1) experimental; urgency=low
+
+  * New upstream release 
+  * Switch to dh
+  * debian/compact -> 8
+
+ -- Mark Purcell <msp at debian.org>  Sat, 25 Feb 2012 17:10:22 +1100
+
 linphone (3.5.1-1) experimental; urgency=low
 
   * New upstream release

Modified: linphone/trunk/debian/compat
URL: http://svn.debian.org/wsvn/pkg-voip/linphone/trunk/debian/compat?rev=9533&op=diff
==============================================================================
--- linphone/trunk/debian/compat (original)
+++ linphone/trunk/debian/compat Sat Feb 25 06:10:36 2012
@@ -1,1 +1,1 @@
-7
+8

Modified: linphone/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-voip/linphone/trunk/debian/control?rev=9533&op=diff
==============================================================================
--- linphone/trunk/debian/control (original)
+++ linphone/trunk/debian/control Sat Feb 25 06:10:36 2012
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Debian VoIP Team <pkg-voip-maintainers at lists.alioth.debian.org>
 Uploaders: Samuel Mimram <smimram at debian.org>, Kilian Krause <kilian at debian.org>, Faidon Liambotis <paravoid at debian.org>, Mark Purcell <msp at debian.org>, Lionel Elie Mamane <lmamane at debian.org>, Tzafrir Cohen <tzafrir at debian.org>
-Build-Depends: debhelper (>= 7), dpkg-dev (>= 1.13.19), cdbs, 
+Build-Depends: debhelper (>= 8), dpkg-dev (>= 1.13.19), 
  autoconf, automake1.9, autotools-dev, libtool, pkg-config, intltool,
  libglib2.0-dev, libosip2-dev (>= 3.5.0), libexosip2-dev (>= 3.5.0),
  libsrtp-dev [alpha amd64 armel armhf hppa i386 mips mipsel powerpc s390],

Modified: linphone/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-voip/linphone/trunk/debian/rules?rev=9533&op=diff
==============================================================================
--- linphone/trunk/debian/rules (original)
+++ linphone/trunk/debian/rules Sat Feb 25 06:10:36 2012
@@ -1,34 +1,15 @@
 #!/usr/bin/make -f
+%:
+	dh $@ --parallel --with autotools_dev
 
-include /usr/share/cdbs/1/rules/debhelper.mk
-include /usr/share/cdbs/1/class/autotools.mk
+override_dh_auto_configure:
+	dh_auto_configure -- --disable-strict
 
-DEB_BUILD_PARALLEL := yes
-DEB_DH_MAKESHLIBS_ARGS_libmediastreamer0 := -V
-DEB_DH_MAKESHLIBS_ARGS_liblinphone3 := -V
-DEB_DH_MAKESHLIBS_ARGS_libortp8 := -V
-DEB_INSTALL_CHANGELOGS_ALL := NEWS
-DEB_CONFIGURE_EXTRA_FLAGS = --disable-strict
+override_dh_makeshlibs:
+	dh_makeshlibs -V
 
-DEBVERSION:=$(shell head -n 1 debian/changelog \
-		    | sed -e 's/^[^(]*(\([^)]*\)).*/\1/')
-UPVERSION:=$(shell echo $(DEBVERSION) | sed -e 's/^.*://' -e 's/-[0-9.]*$$//' -e 's/.dfsg$$//')
+override_dh_installchangelogs:
+	dh_installchangelogs NEWS
 
-FILENAME := linphone_$(UPVERSION).orig.tar.gz
-URL := http://mirrors.zerg.biz/nongnu/linphone/stable/sources/linphone-$(UPVERSION).tar.gz
-
-clean::
-	rm -fR oRTP/doc
-
-install/linphone-common::
-	rm debian/tmp/usr/share/linphone/COPYING
-
-print-version:
-	@@echo "Debian version:          $(DEBVERSION)"
-	@@echo "Upstream version:        $(UPVERSION)"
-
-get-orig-source:
-	@@dh_testdir
-	@@[ -d ../tarballs/. ]||mkdir -p ../tarballs
-	@@echo Downloading $(FILENAME) from $(URL) ...
-	@@wget -nv -T10 -t3 -O ../tarballs/$(FILENAME) $(URL)
+override_dh_strip:
+	dh_strip --dbg-package=linphone-dbg




More information about the Pkg-voip-commits mailing list