tags 471635 + patch
thanks

Here's a proposed patch. Anyone want to do a sponsored upload?

soundtouch (1.3.0-2.3) unstable; urgency=low

  * Non-maintainer upload.
  * Forcibly run automake as well as aclocal, ensuring that the versions of
    automake and aclocal used are in sync (Closes: #471635).
    - Use aclocal 1.8, not 1.7 as in the previous NMU, since that appears to
      be the version used upstream
  * Make lintian slightly happier:
    - move -dev package to libdevel
    - correctly use the word "Copyright", not just (C), in debian/copyright

 -- Simon McVittie <[EMAIL PROTECTED]>  Sat, 05 Apr 2008 11:56:51 +0100
diff -u soundtouch-1.3.0/debian/control soundtouch-1.3.0/debian/control
--- soundtouch-1.3.0/debian/control
+++ soundtouch-1.3.0/debian/control
@@ -2,11 +2,11 @@
 Priority: optional
 Section: libs
 Maintainer: Guenter Geiger (Debian/GNU) <[EMAIL PROTECTED]>
-Build-Depends: debhelper (>= 4.0.0), cdbs, unzip, automake1.7, libtool, autoconf
+Build-Depends: debhelper (>= 4.0.0), cdbs, unzip, automake1.8, libtool, autoconf
 Standards-Version: 3.6.2
 
 Package: libsoundtouch1-dev
-Section: devel
+Section: libdevel
 Architecture: any
 Conflicts: libsoundtouch0-dev
 Provides: libsoundtouch-dev
diff -u soundtouch-1.3.0/debian/changelog soundtouch-1.3.0/debian/changelog
--- soundtouch-1.3.0/debian/changelog
+++ soundtouch-1.3.0/debian/changelog
@@ -1,3 +1,16 @@
+soundtouch (1.3.0-2.3) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Forcibly run automake as well as aclocal, ensuring that the versions of
+    automake and aclocal used are in sync (Closes: #471635).
+    - Use aclocal 1.8, not 1.7 as in the previous NMU, since that appears to
+      be the version used upstream
+  * Make lintian slightly happier:
+    - move -dev package to libdevel
+    - correctly use the word "Copyright", not just (C), in debian/copyright
+
+ -- Simon McVittie <[EMAIL PROTECTED]>  Sat, 05 Apr 2008 11:56:51 +0100
+
 soundtouch (1.3.0-2.2) unstable; urgency=low
 
   * Non-maintainer upload.
diff -u soundtouch-1.3.0/debian/copyright soundtouch-1.3.0/debian/copyright
--- soundtouch-1.3.0/debian/copyright
+++ soundtouch-1.3.0/debian/copyright
@@ -2,7 +2,7 @@
 Tue, 10 Aug 2004 20:15:01 +0200.
 
 Author: 
-(C) Olli Parviainen 2002-2003.
+Copyright (C) Olli Parviainen 2002-2003.
 
 Copyright:
 
diff -u soundtouch-1.3.0/debian/rules soundtouch-1.3.0/debian/rules
--- soundtouch-1.3.0/debian/rules
+++ soundtouch-1.3.0/debian/rules
@@ -8,9 +8,11 @@
 include /usr/share/cdbs/1/rules/simple-patchsys.mk
 
 DEB_AC_AUX_DIR = $(DEB_SRCDIR)/config
-DEB_AUTO_UPDATE_ACLOCAL := 1.7
+DEB_AUTO_UPDATE_ACLOCAL := 1.8
 DEB_AUTO_UPDATE_LIBTOOL := pre
 DEB_AUTO_UPDATE_AUTOCONF := 2.50
+DEB_AUTO_UPDATE_AUTOMAKE := 1.8
+DEB_AUTOMAKE_ARGS := --foreign
 
 DEB_DH_MAKESHLIBS_ARGS := -V
 DEB_CONFIGURE_EXTRA_FLAGS := --enable-shared=yes

Attachment: signature.asc
Description: Digital signature

Reply via email to