--- Begin Message ---
Package: aqualung
Version: 0.9~beta11-1.1
Severity: normal
Tags: patch pending
Dear maintainer,
I've prepared an NMU for aqualung (versioned as 0.9~beta11-1.2) and
uploaded it.
Regards.
--
Frank Lichtenheld <[email protected]>
www: http://www.djpig.de/
diff -u aqualung-0.9~beta11/debian/changelog aqualung-0.9~beta11/debian/changelog
--- aqualung-0.9~beta11/debian/changelog
+++ aqualung-0.9~beta11/debian/changelog
@@ -1,3 +1,11 @@
+aqualung (0.9~beta11-1.2) unstable; urgency=low
+
+ * Non-maintainer upload.
+ * Import remaining Ubuntu patch. Closes: #553955, #607134.
+ * Clean up Build-Depends field. Closes: #581859, #634339.
+
+ -- Frank Lichtenheld <[email protected]> Sat, 03 Dec 2011 12:32:50 +0100
+
aqualung (0.9~beta11-1.1) unstable; urgency=low
* Non-maintainer upload.
@@ -7,6 +15,57 @@
-- Ansgar Burchardt <[email protected]> Sat, 03 Sep 2011 23:10:24 +0200
+aqualung (0.9~beta11-1ubuntu8) oneiric; urgency=low
+
+ * Port to libav 0.7 API.
+
+ -- Colin Watson <[email protected]> Fri, 19 Aug 2011 00:27:12 +0100
+
+aqualung (0.9~beta11-1ubuntu7) natty; urgency=low
+
+ * 004_missing-library.dpatch: new patch, adds linking flag to fix
+ FTBFS.
+
+ -- Ilya Barygin <[email protected]> Sun, 02 Jan 2011 18:08:07 +0300
+
+aqualung (0.9~beta11-1ubuntu6) maverick; urgency=low
+
+ * debian/control:
+ - Build-depends on libmp3lame-dev now that it's in universe (LP: #585253).
+
+ -- Julien Lavergne <[email protected]> Sat, 25 Sep 2010 12:59:53 +0200
+
+aqualung (0.9~beta11-1ubuntu5) maverick; urgency=low
+
+ * No changes upload for libmodplug0c2 -> libmodplug1 transition
+
+ -- Fabrice Coutadeur <[email protected]> Wed, 15 Sep 2010 20:08:52 +0200
+
+aqualung (0.9~beta11-1ubuntu4) maverick; urgency=low
+
+ * No-change rebuild to pick up new libmpdec (LP: #611024).
+
+ -- Alessio Treglia <[email protected]> Thu, 29 Jul 2010 13:45:20 +0200
+
+aqualung (0.9~beta11-1ubuntu3) maverick; urgency=low
+
+ * No-change rebuild for jack transition
+
+ -- Lorenzo De Liso <[email protected]> Wed, 21 Jul 2010 12:24:54 +0200
+
+aqualung (0.9~beta11-1ubuntu2) maverick; urgency=low
+
+ * Rebuild for FFmpeg 0.6
+
+ -- Reinhard Tartler <[email protected]> Sat, 10 Jul 2010 10:53:24 -0400
+
+aqualung (0.9~beta11-1ubuntu1) maverick; urgency=low
+
+ * debian/patches/001-Fix-crash-fr-locale.dpatch:
+ - From upstream (r1136), fix a crash when using fr locale. LP: #579772
+
+ -- Julien Lavergne <[email protected]> Mon, 24 May 2010 23:57:58 +0200
+
aqualung (0.9~beta11-1) unstable; urgency=low
* New upstream release
diff -u aqualung-0.9~beta11/debian/control aqualung-0.9~beta11/debian/control
--- aqualung-0.9~beta11/debian/control
+++ aqualung-0.9~beta11/debian/control
@@ -2,7 +2,31 @@
Section: sound
Priority: extra
Maintainer: Adam Cécile (Le_Vert) <[email protected]>
-Build-Depends: debhelper (>= 5), autotools-dev, libgtk2.0-dev (>= 2.6), libxml2-dev, libasound2-dev [!kfreebsd-i386 !kfreebsd-amd64 !hurd-i386] | libasound-dev [!kfreebsd-i386 !kfreebsd-amd64 !hurd-i386], libjack-dev, libsamplerate0-dev | libsamplerate-dev, libsndfile1-dev (>= 1.0.12) | libsndfile-dev (>= 1.0.12), libflac-dev, libvorbis-dev, libmodplug-dev (>= 0.8), libmpcdec-dev, liboggz2-dev | liboggz-dev, libspeex-dev, libmad0-dev, liblrdf0-dev (>= 0.4.0) | liblrdf-dev (>= 0.4.0), libcddb2-dev | libcddb-dev (>= 1.2.1), libusb-dev (>= 1.2.1), libifp-dev, libwavpack-dev (>= 4.40.0), libavformat-dev (>= 4:0.7), libcdio-paranoia-dev (>= 0.76), imagemagick, dpatch, libpulse-dev, liblua5.1-0-dev | liblua5.1-dev
+Build-Depends: debhelper (>= 5), dpatch, autotools-dev,
+ libgtk2.0-dev (>= 2.6),
+ libxml2-dev,
+ libasound2-dev [linux-any] | libasound-dev [linux-any],
+ libjack-dev,
+ libsamplerate0-dev | libsamplerate-dev,
+ libsndfile1-dev (>= 1.0.12) | libsndfile-dev (>= 1.0.12),
+ libflac-dev,
+ libvorbis-dev,
+ libmodplug-dev (>= 0.8),
+ libmpcdec-dev,
+ liboggz2-dev | liboggz-dev,
+ libspeex-dev,
+ libmad0-dev,
+ liblrdf0-dev (>= 0.4.0) | liblrdf-dev (>= 0.4.0),
+ libcddb2-dev | libcddb-dev (>= 1.2.1),
+ libusb-dev (>= 1.2.1),
+ libifp-dev,
+ libwavpack-dev (>= 4.40.0),
+ libavformat-dev (>= 4:0.7),
+ libcdio-paranoia-dev (>= 0.76),
+ imagemagick,
+ libpulse-dev,
+ liblua5.1-0-dev | liblua5.1-dev,
+ libmp3lame-dev
Standards-Version: 3.8.4
Homepage: http://aqualung.sourceforge.net/
diff -u aqualung-0.9~beta11/debian/patches/00list aqualung-0.9~beta11/debian/patches/00list
--- aqualung-0.9~beta11/debian/patches/00list
+++ aqualung-0.9~beta11/debian/patches/00list
@@ -1,3 +1,5 @@
000-Fix_ftbfs_on_gnu-kfreebsd
+001-Fix-crash-fr-locale.dpatch
003-autogen.sh
+004_missing-library
005_libav-0.7
only in patch2:
unchanged:
--- aqualung-0.9~beta11.orig/debian/patches/004_missing-library.dpatch
+++ aqualung-0.9~beta11/debian/patches/004_missing-library.dpatch
@@ -0,0 +1,27 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## 004_missing-library.dpatch by Ilya Barygin <[email protected]>
+##
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: New patch generated from aqualung 0.9~beta11-1ubuntu7 diff.gz
+
+@DPATCH@
+
+--- aqualung-0.9~beta11.orig/src/Makefile.am
++++ aqualung-0.9~beta11/src/Makefile.am
+@@ -46,3 +46,5 @@
+ utils_gui.c utils_gui.h \
+ version.h \
+ volume.c volume.h
++
++aqualung_LDADD = -ldl
+--- aqualung-0.9~beta11.orig/src/Makefile.in
++++ aqualung-0.9~beta11/src/Makefile.in
+@@ -60,7 +60,7 @@
+ trashlist.$(OBJEXT) utils.$(OBJEXT) utils_gui.$(OBJEXT) \
+ volume.$(OBJEXT)
+ aqualung_OBJECTS = $(am_aqualung_OBJECTS)
+-aqualung_LDADD = $(LDADD)
++aqualung_LDADD = $(LDADD) -ldl
+ DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
+ depcomp = $(SHELL) $(top_srcdir)/depcomp
+ am__depfiles_maybe = depfiles
only in patch2:
unchanged:
--- aqualung-0.9~beta11.orig/debian/patches/001-Fix-crash-fr-locale.dpatch
+++ aqualung-0.9~beta11/debian/patches/001-Fix-crash-fr-locale.dpatch
@@ -0,0 +1,19 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## 001-Fix-crash-fr-locale.dpatch by Julien Lavergne <[email protected]>
+##
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: Fix crash with french locale (From upstream, revision 1136)
+
+@DPATCH@
+diff -urNad aqualung-0.9~beta11~/src/po/fr.po aqualung-0.9~beta11/src/po/fr.po
+--- aqualung-0.9~beta11~/src/po/fr.po 2010-01-31 18:06:16.000000000 +0100
++++ aqualung-0.9~beta11/src/po/fr.po 2010-05-24 21:20:28.364729368 +0200
+@@ -972,7 +972,7 @@
+
+ #, c-format
+ msgid "Position: %d%%"
+-msgstr "Position : %s%%"
++msgstr "Position : %d%%"
+
+ #, c-format
+ msgid "Mute"
--- End Message ---