[Pkg-voip-commits] r10320 - in /dahdi-tools/trunk/debian: changelog control rules

msp at alioth.debian.org msp at alioth.debian.org
Sat Oct 12 04:03:20 UTC 2013


Author: msp
Date: Sat Oct 12 04:03:19 2013
New Revision: 10320

URL: http://svn.debian.org/wsvn/pkg-voip/?sc=1&rev=10320
Log:
* Add dh $@ --with autotools_dev - fixes outdated-autotools-helper-file
* Update Vcs_Svn - fixes vcs-field-not-canonical
* Update Standards-Version - fixes ancient-standards-version

Modified:
    dahdi-tools/trunk/debian/changelog
    dahdi-tools/trunk/debian/control
    dahdi-tools/trunk/debian/rules

Modified: dahdi-tools/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-voip/dahdi-tools/trunk/debian/changelog?rev=10320&op=diff
==============================================================================
--- dahdi-tools/trunk/debian/changelog	(original)
+++ dahdi-tools/trunk/debian/changelog	Sat Oct 12 04:03:19 2013
@@ -16,6 +16,9 @@
   [ Mark Purcell ]
   * Build-Depends: dahdi-source (>= 1:2.7)
   * Update Vcs_Browser - fixes vcs-field-bitrotted
+  * Add dh $@ --with autotools_dev - fixes outdated-autotools-helper-file
+  * Update Vcs_Svn - fixes vcs-field-not-canonical
+  * Update Standards-Version - fixes ancient-standards-version
 
  -- Tzafrir Cohen <tzafrir at debian.org>  Tue, 02 Jul 2013 14:31:15 +0300
 

Modified: dahdi-tools/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-voip/dahdi-tools/trunk/debian/control?rev=10320&op=diff
==============================================================================
--- dahdi-tools/trunk/debian/control	(original)
+++ dahdi-tools/trunk/debian/control	Sat Oct 12 04:03:19 2013
@@ -4,11 +4,11 @@
 Maintainer: Debian VoIP Team <pkg-voip-maintainers at lists.alioth.debian.org>
 Uploaders: Tzafrir Cohen <tzafrir at debian.org>, Mark Purcell <msp at debian.org>
 # groff, man-db and asciidoc are required for generating documentation
-Build-Depends: debhelper (>= 8), dahdi-source (>= 1:2.7), libnewt-dev, bzip2, libusb-dev, 
- asciidoc, groff, man-db
-Standards-Version: 3.9.2
+Build-Depends: debhelper (>= 8), autotools-dev,
+ dahdi-source (>= 1:2.7), libnewt-dev, bzip2, libusb-dev, asciidoc, groff, man-db
+Standards-Version: 3.9.4
 Homepage: http://www.asterisk.org/
-Vcs-Svn: svn://svn.debian.org/pkg-voip/dahdi-tools/trunk/
+Vcs-Svn: svn://anonscm.debian.org/pkg-voip/dahdi-tools/trunk/
 Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-voip/dahdi-tools/
 
 Package: dahdi
@@ -31,6 +31,8 @@
 Description: tonezone library (runtime)
  A library for generating tones to be sent through the DAHDI telephony
  interface.
+ .
+ This package contains the runtime library files.
 
 Package: libtonezone-dev
 Section: libdevel

Modified: dahdi-tools/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-voip/dahdi-tools/trunk/debian/rules?rev=10320&op=diff
==============================================================================
--- dahdi-tools/trunk/debian/rules	(original)
+++ dahdi-tools/trunk/debian/rules	Sat Oct 12 04:03:19 2013
@@ -22,7 +22,7 @@
 URL := http://downloads.asterisk.org/pub/telephony/$(PACKAGE_SRC)/releases/$(PACKAGE_SRC)-$(UPVERSION).tar.gz
 
 %:
-	dh $@
+	dh $@ --wth autotools_dev
 
 override_dh_auto_configure:
 	dh_auto_configure -- --enable-pinned




More information about the Pkg-voip-commits mailing list