[Pkg-kde-talk] we need to NMU libtunepimp
Adeodato Simó
asp16@alu.ua.es
Thu, 13 Jan 2005 06:29:06 +0100
--X1bOJ3K7DJ5YkBrT
Content-Type: text/plain; charset=iso-8859-1
Content-Disposition: inline
Content-Transfer-Encoding: 8bit
Hi all,
Isaac, Heimy, could any of you perform || sponsor a NMU on
libtunepimp? We need it to get kdemultimedia 3.3.1-2 uploadable.
Patch for my NMU attached, feel free to use your name in the
changelog.
Thanks.
--
Adeodato Simó
EM: asp16 [ykwim] alu.ua.es | PK: DA6AE621
Taking any religion too seriously --even the Church of Emacs-- can be
hazardous to your health.
-- Richard Stallman
--X1bOJ3K7DJ5YkBrT
Content-Type: text/plain; charset=iso-8859-1
Content-Disposition: attachment; filename="NMU-289483.diff"
Content-Transfer-Encoding: 8bit
diff -u -r libtunepimp-0.3.0-2/debian/changelog libtunepimp-0.3.0/debian/changelog
--- libtunepimp-0.3.0-2/debian/changelog 2005-01-09 17:29:45.000000000 +0100
+++ libtunepimp-0.3.0/debian/changelog 2005-01-13 06:23:46.000000000 +0100
@@ -1,3 +1,11 @@
+libtunepimp (0.3.0-2.1) unstable; urgency=high
+
+ * NMU to build against libflac6. (Closes: #289483)
+ * debian/control:
+ - version Build-Dependency on libflac-dev to (>= 1.1.1-3).
+
+ -- Adeodato Simó <asp16@alu.ua.es> Thu, 13 Jan 2005 06:23:46 +0100
+
libtunepimp (0.3.0-2) unstable; urgency=medium
* add python-dev to Build-Depends; closes: Bug#264082
diff -u -r libtunepimp-0.3.0-2/debian/control libtunepimp-0.3.0/debian/control
--- libtunepimp-0.3.0-2/debian/control 2005-01-09 17:29:45.000000000 +0100
+++ libtunepimp-0.3.0/debian/control 2005-01-09 17:31:29.000000000 +0100
@@ -4,7 +4,7 @@
Maintainer: Robert Jordens <jordens@debian.org>
Build-Depends: debhelper (>= 4.1.67), cdbs, dh-buildinfo, automake1.7,
autotools-dev, autoconf, libtool,
- libmad0-dev, libid3tag0-dev, libogg-dev, libvorbis-dev, libflac-dev,
+ libmad0-dev, libid3tag0-dev, libogg-dev, libvorbis-dev, libflac-dev (>= 1.1.1-3),
libmusicbrainz4-dev (>= 2.1.1),
zlib1g-dev, libncurses5-dev, libreadline4-dev, zlib1g-dev,
doxygen, docbook-to-man,
--X1bOJ3K7DJ5YkBrT--