r1456 - in /unstable/ffmpeg-debian/debian: changelog rules

lool at users.alioth.debian.org lool at users.alioth.debian.org
Wed Sep 10 15:59:34 UTC 2008


Author: lool
Date: Wed Sep 10 15:59:34 2008
New Revision: 1456

URL: http://svn.debian.org/wsvn/pkg-multimedia/?sc=1&rev=1456
Log:
Remove debug echo which broke shlibs, sorry.

Modified:
    unstable/ffmpeg-debian/debian/changelog
    unstable/ffmpeg-debian/debian/rules

Modified: unstable/ffmpeg-debian/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-multimedia/unstable/ffmpeg-debian/debian/changelog?rev=1456&op=diff
==============================================================================
--- unstable/ffmpeg-debian/debian/changelog (original)
+++ unstable/ffmpeg-debian/debian/changelog Wed Sep 10 15:59:34 2008
@@ -19,6 +19,9 @@
   * debian/{ffmpeg,lib*-dev}.install:
     + Simplified, e.g. install the whole /usr/include/ sub-directory for each
       particular library instead of single header files one by one.
+
+  [ Loic Minier ]
+  * Remove debug echo which broke shlibs, sorry.
 
  -- Reinhard Tartler <siretart at tauware.de>  Sat, 06 Sep 2008 20:07:01 +0200
 

Modified: unstable/ffmpeg-debian/debian/rules
URL: http://svn.debian.org/wsvn/pkg-multimedia/unstable/ffmpeg-debian/debian/rules?rev=1456&op=diff
==============================================================================
--- unstable/ffmpeg-debian/debian/rules (original)
+++ unstable/ffmpeg-debian/debian/rules Wed Sep 10 15:59:34 2008
@@ -107,7 +107,7 @@
 	dh_fixperms
 	for pkg in $(LIB_PKGS); do \
 	    upkg=$$(echo "$$pkg" | sed -r 's/([0-9]+)$$/-unstripped-\1/'); \
-	    echo dh_makeshlibs -p"$$pkg" -V"$$pkg (>= $(SHLIBS_VERSION)) | $$upkg (>= $(SHLIBS_VERSION))"; \
+	    dh_makeshlibs -p"$$pkg" -V"$$pkg (>= $(SHLIBS_VERSION)) | $$upkg (>= $(SHLIBS_VERSION))"; \
 	done
 	dh_installdeb
 	dh_shlibdeps




More information about the pkg-multimedia-commits mailing list