r1659 - in /unstable/libmpc/debian: changelog control patches/01_no-mpcchap.patch patches/02_link-libm.patch

slomo at users.alioth.debian.org slomo at users.alioth.debian.org
Tue Oct 20 18:19:42 UTC 2009


Author: slomo
Date: Tue Oct 20 18:19:41 2009
New Revision: 1659

URL: http://svn.debian.org/wsvn/pkg-multimedia/?sc=1&rev=1659
Log:
* New upstream SVN snapshot:
  + debian/patches/01_no-mpcchap.patch:
    - Dropped, not necessary anymore.
  + debian/patches/02_link-libm.patch:
    - Updated to apply cleanly again.
* Upload to unstable.
* debian/control:
  + Updated Standards-Version to 3.8.3.

Removed:
    unstable/libmpc/debian/patches/01_no-mpcchap.patch
Modified:
    unstable/libmpc/debian/changelog
    unstable/libmpc/debian/control
    unstable/libmpc/debian/patches/02_link-libm.patch

Modified: unstable/libmpc/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-multimedia/unstable/libmpc/debian/changelog?rev=1659&op=diff
==============================================================================
--- unstable/libmpc/debian/changelog (original)
+++ unstable/libmpc/debian/changelog Tue Oct 20 18:19:41 2009
@@ -1,3 +1,16 @@
+libmpc (2:0.1~r453-1) unstable; urgency=low
+
+  * New upstream SVN snapshot:
+    + debian/patches/01_no-mpcchap.patch:
+      - Dropped, not necessary anymore.
+    + debian/patches/02_link-libm.patch:
+      - Updated to apply cleanly again.
+  * Upload to unstable.
+  * debian/control:
+    + Updated Standards-Version to 3.8.3.
+
+ -- Sebastian Dröge <slomo at debian.org>  Tue, 20 Oct 2009 20:08:39 +0200
+
 libmpc (2:0.1~r444-1) experimental; urgency=low
 
   * New upstream SVN snapshot with some minor bugfixes.

Modified: unstable/libmpc/debian/control
URL: http://svn.debian.org/wsvn/pkg-multimedia/unstable/libmpc/debian/control?rev=1659&op=diff
==============================================================================
--- unstable/libmpc/debian/control (original)
+++ unstable/libmpc/debian/control Tue Oct 20 18:19:41 2009
@@ -7,7 +7,7 @@
 Build-Depends: cdbs (>= 0.4.20),
                debhelper (>= 5),
                libreplaygain-dev (>= 1.0~r412)
-Standards-Version: 3.8.2
+Standards-Version: 3.8.3
 Homepage: http://www.musepack.net
 
 Package: libmpcdec6

Modified: unstable/libmpc/debian/patches/02_link-libm.patch
URL: http://svn.debian.org/wsvn/pkg-multimedia/unstable/libmpc/debian/patches/02_link-libm.patch?rev=1659&op=diff
==============================================================================
--- unstable/libmpc/debian/patches/02_link-libm.patch (original)
+++ unstable/libmpc/debian/patches/02_link-libm.patch Tue Oct 20 18:19:41 2009
@@ -1,18 +1,15 @@
---- libmpcdec/Makefile.am.old	2009-03-04 10:14:45.000000000 +0100
-+++ libmpcdec/Makefile.am	2009-03-04 10:15:05.000000000 +0100
-@@ -10,6 +10,7 @@
+--- libmpcdec/Makefile.am.old	2009-10-20 20:11:41.000000000 +0200
++++ libmpcdec/Makefile.am	2009-10-20 20:12:02.000000000 +0200
+@@ -17,3 +17,4 @@
  	$(common_sources)
  
  libmpcdec_la_LDFLAGS = -no-undefined -version-info 7:0:1
 +libmpcdec_la_LIBADD = -lm
- 
- noinst_HEADERS = mpc_bits_reader.h huffman.h decoder.h internal.h requant.h mpcdec_math.h
- AM_CFLAGS = -fpic -fvisibility=hidden
---- libmpcdec/Makefile.in.old	2009-03-04 10:14:47.000000000 +0100
-+++ libmpcdec/Makefile.in	2009-03-04 10:15:24.000000000 +0100
-@@ -52,7 +52,7 @@
+--- libmpcdec/Makefile.in.old	2009-10-20 20:11:45.000000000 +0200
++++ libmpcdec/Makefile.in	2009-10-20 20:12:16.000000000 +0200
+@@ -71,7 +71,7 @@
+   sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
  am__installdirs = "$(DESTDIR)$(libdir)"
- libLTLIBRARIES_INSTALL = $(INSTALL)
  LTLIBRARIES = $(lib_LTLIBRARIES)
 -libmpcdec_la_LIBADD =
 +libmpcdec_la_LIBADD = -lm




More information about the pkg-multimedia-commits mailing list