r1446 - in /unstable/ffmpeg-debian/debian: changelog patches/001_fixup_version.diff
siretart at users.alioth.debian.org
siretart at users.alioth.debian.org
Tue Sep 9 07:16:32 UTC 2008
Author: siretart
Date: Tue Sep 9 07:16:32 2008
New Revision: 1446
URL: http://svn.debian.org/wsvn/pkg-multimedia/?sc=1&rev=1446
Log:
* new svn snapshot (svn revision 15219, libswscale revision 27530).
* drop old scaler (imgres/imgconvert). Upstream is about to remove it
completely.
Modified:
unstable/ffmpeg-debian/debian/changelog
unstable/ffmpeg-debian/debian/patches/001_fixup_version.diff
Modified: unstable/ffmpeg-debian/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-multimedia/unstable/ffmpeg-debian/debian/changelog?rev=1446&op=diff
==============================================================================
--- unstable/ffmpeg-debian/debian/changelog (original)
+++ unstable/ffmpeg-debian/debian/changelog Tue Sep 9 07:16:32 2008
@@ -1,5 +1,6 @@
-ffmpeg-debian (0.svn20080206-13) UNRELEASED; urgency=low
-
+ffmpeg-debian (0.svn20080906-1) UNRELEASED; urgency=low
+
+ [ Loic Minier ]
* Tweak sed versions regexps to deal with epochs and upstream revisions with
dashes and be generally stricter.
* Large cleanup to rules logic: drop some cruft, rewrite some small chunks
@@ -9,7 +10,12 @@
* Use DEB_SOURCE from the Source: field of dpkg-parsechangelog's output
instead of hardcoding the name of the source.
- -- Loic Minier <lool at dooz.org> Tue, 26 Aug 2008 14:38:19 +0200
+ [ Reinhard Tartler ]
+ * new svn snapshot (svn revision 15219, libswscale revision 27530).
+ * drop old scaler (imgres/imgconvert). Upstream is about to remove it
+ completely.
+
+ -- Reinhard Tartler <siretart at tauware.de> Sat, 06 Sep 2008 20:07:01 +0200
ffmpeg-debian (0.svn20080206-12) unstable; urgency=low
Modified: unstable/ffmpeg-debian/debian/patches/001_fixup_version.diff
URL: http://svn.debian.org/wsvn/pkg-multimedia/unstable/ffmpeg-debian/debian/patches/001_fixup_version.diff?rev=1446&op=diff
==============================================================================
--- unstable/ffmpeg-debian/debian/patches/001_fixup_version.diff (original)
+++ unstable/ffmpeg-debian/debian/patches/001_fixup_version.diff Tue Sep 9 07:16:32 2008
@@ -7,7 +7,7 @@
+# check for debian package branch
+if test -f "$1"/debian/control; then
+ debrevision=`cd "$1" && dpkg-parsechangelog | awk '/^Version/ {print $2}'`
-+ revision="r11872+debian_${debrevision}"
++ revision="r15219+debian_${debrevision}"
+fi
+
# check for git short hash
More information about the pkg-multimedia-commits
mailing list