shithub: sox

Download patch

ref: 309cf8fe2480a612df8140280be12b6109495c10
parent: bbfe1e80d99dce169011c194cea17bc95ef425ee
author: evilynux <evilynux>
date: Sat Nov 3 19:22:18 EDT 2007

Added libid3tag0-dev to Build-Depends and bumped version to 14.0.1.

--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,9 @@
-sox (14.0.0+cvs-1) UNRELEASED; urgency=low
+sox (14.0.1+cvs-1) UNRELEASED; urgency=low
 
   * CVS version.
+  * [debian/control]: Added libid3tag0-dev to Build-Depends.
   
- -- Pascal Giard <evilynux@gmail.com>  Wed, 24 Oct 2007 20:53:53 -0400
+ -- Pascal Giard <evilynux@gmail.com>  Sat, 03 Nov 2007 19:15:02 -0400
 
 sox (14.0.0-5) unstable; urgency=low
 
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Pascal Giard <pascal@debian.org>
 Uploaders: Guenter Geiger (Debian/GNU) <geiger@debian.org>
-Build-Depends: debhelper (>= 1.2.64), cdbs, libltdl3-dev, libvorbis-dev, libmad0-dev, libgsm1-dev, libsndfile1-dev (>= 1.0.12), libsamplerate0-dev, libavcodec-dev (>= 0.cvs20070301), libavformat-dev, libao-dev, ladspa-sdk, libasound2-dev [!kfreebsd-i386 !kfreebsd-amd64 !hurd-i386], chrpath
+Build-Depends: debhelper (>= 1.2.64), cdbs, libltdl3-dev, libvorbis-dev, libmad0-dev, libgsm1-dev, libsndfile1-dev (>= 1.0.12), libsamplerate0-dev, libavcodec-dev (>= 0.cvs20070301), libavformat-dev, libao-dev, libid3tag0-dev, ladspa-sdk, libasound2-dev [!kfreebsd-i386 !kfreebsd-amd64 !hurd-i386], chrpath
 Standards-Version: 3.7.2
 
 Package: sox
--- a/debian/rules
+++ b/debian/rules
@@ -1,7 +1,7 @@
 #!/usr/bin/make -f
 # -*- mode: makefile; coding: utf-8 -*-
 
-DEB_TAR_SRCDIR := sox-14.0.0
+DEB_TAR_SRCDIR := sox-14.0.1
 
 include /usr/share/cdbs/1/rules/tarball.mk
 include /usr/share/cdbs/1/rules/debhelper.mk