[SCM] FFmpeg packaging branch, master.snapshot, updated. debian/0.5+svn20090706-5-16-g4d1c511
siretart at users.alioth.debian.org
siretart at users.alioth.debian.org
Mon Jan 25 14:48:21 UTC 2010
The following commit has been merged in the master.snapshot branch:
commit 4d1c51176b040986e4fa7ea50182a4dd978be4d4
Author: Reinhard Tartler <siretart at tauware.de>
Date: Mon Jan 25 15:14:54 2010 +0100
snapshot_version needs to be placed at top level now
diff --git a/debian/clean b/debian/clean
index 0c9cff8..b4d9b7d 100644
--- a/debian/clean
+++ b/debian/clean
@@ -2,3 +2,4 @@ config-extra-includes.h
EXTRA
codecs.txt
formats.txt
+snapshot_version
diff --git a/debian/rules b/debian/rules
index b4cd8b4..6a84c5b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -33,12 +33,15 @@ $(info FLAVORS = $(FLAVORS))
$(info DEB_BUILD_OPTIONS = $(DEB_BUILD_OPTIONS))
$(info CFLAGS = $(CFLAGS))
+snapshot_version:
+ [ ! -r .svnrevision ] || \
+ cp .svnrevision $@
+ touch $@
+
configure-%: configure-stamp-%
-configure-stamp-%: $(QUILT_STAMPFN)
+configure-stamp-%: $(QUILT_STAMPFN) snapshot_version
dh_testdir
mkdir -p debian-$*
- [ ! -r .svnrevision ] || \
- cp .svnrevision debian-$*/snapshot_version
cd debian-$* && CFLAGS="$(CFLAGS)" $(CURDIR)/configure \
$($*_build_confflags) $(extra_$*_build_confflags)
touch $@
--
FFmpeg packaging
More information about the pkg-multimedia-commits
mailing list