[Pkg-voip-commits] r7869 - in /spandsp/trunk/debian: changelog control rules
msp at alioth.debian.org
msp at alioth.debian.org
Sun Dec 6 07:46:02 UTC 2009
Author: msp
Date: Sun Dec 6 07:46:01 2009
New Revision: 7869
URL: http://svn.debian.org/wsvn/pkg-voip/?sc=1&rev=7869
Log:
* debian/compat = 7 - package-uses-deprecated-debhelper-compat-version
* debian/rules switch to dh_prep - dh-clean-k-is-deprecated
* Standards: 3.8.3 - no changes out-of-date-standards-version
Modified:
spandsp/trunk/debian/changelog
spandsp/trunk/debian/control
spandsp/trunk/debian/rules
Modified: spandsp/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-voip/spandsp/trunk/debian/changelog?rev=7869&op=diff
==============================================================================
--- spandsp/trunk/debian/changelog (original)
+++ spandsp/trunk/debian/changelog Sun Dec 6 07:46:01 2009
@@ -8,9 +8,11 @@
* Conflicts: asterisk-app-dtmftotext (<= 0.0.20060218-4)
provides for smooth upgrades from etch
* debian/watch switch to uversionmangle
- * debian/compat -> 7
+ * debian/compat = 7 - package-uses-deprecated-debhelper-compat-version
+ * debian/rules switch to dh_prep - dh-clean-k-is-deprecated
+ * Standards: 3.8.3 - no changes out-of-date-standards-version
- -- Mark Purcell <msp at debian.org> Sun, 06 Dec 2009 18:39:49 +1100
+ -- Mark Purcell <msp at debian.org> Sun, 06 Dec 2009 18:45:43 +1100
spandsp (0.0.5~pre4-1) unstable; urgency=medium
Modified: spandsp/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-voip/spandsp/trunk/debian/control?rev=7869&op=diff
==============================================================================
--- spandsp/trunk/debian/control (original)
+++ spandsp/trunk/debian/control Sun Dec 6 07:46:01 2009
@@ -4,7 +4,7 @@
Maintainer: Debian VoIP Team <pkg-voip-maintainers at lists.alioth.debian.org>
Uploaders: Kilian Krause <kilian at debian.org>, Mark Purcell <msp at debian.org>, Tzafrir Cohen <tzafrir.cohen at xorcom.com>, Faidon Liambotis <paravoid at debian.org>
Build-Depends: debhelper (>= 7), libtiff4-dev, libjpeg62-dev, doxygen, autotools-dev, libtool, dpkg-dev (>= 1.13.19), xsltproc, docbook-xsl
-Standards-Version: 3.8.0
+Standards-Version: 3.8.3
Homepage: http://www.soft-switch.org/
Vcs-Svn: svn://svn.debian.org/pkg-voip/spandsp/trunk/
Vcs-Browser: http://svn.debian.org/wsvn/pkg-voip/spandsp/?op=log
Modified: spandsp/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-voip/spandsp/trunk/debian/rules?rev=7869&op=diff
==============================================================================
--- spandsp/trunk/debian/rules (original)
+++ spandsp/trunk/debian/rules Sun Dec 6 07:46:01 2009
@@ -66,7 +66,7 @@
install: build-stamp
dh_testdir
dh_testroot
- dh_clean -k
+ dh_prep
$(MAKE) install DESTDIR=$(CURDIR)/debian/tmp
binary-indep: build-stamp install
More information about the Pkg-voip-commits
mailing list