[SCM] ffmpeg/master: no longer generate 'snapshot_version'
siretart at users.alioth.debian.org
siretart at users.alioth.debian.org
Sun Jul 17 20:37:38 UTC 2011
The following commit has been merged in the master branch:
commit 4f869368fd7ef997dd009e29e2f2f5da7a225e51
Author: Reinhard Tartler <siretart at tauware.de>
Date: Sun Jul 17 22:37:20 2011 +0200
no longer generate 'snapshot_version'
now that we track releases and upstream has switched to git, recording
the svn revision does no longer make sense.
diff --git a/debian/clean b/debian/clean
index b4d9b7d..0c9cff8 100644
--- a/debian/clean
+++ b/debian/clean
@@ -2,4 +2,3 @@ config-extra-includes.h
EXTRA
codecs.txt
formats.txt
-snapshot_version
diff --git a/debian/rules b/debian/rules
index fc1970e..fcf3938 100755
--- a/debian/rules
+++ b/debian/rules
@@ -27,13 +27,8 @@ $(info DEB_BUILD_OPTIONS = $(DEB_BUILD_OPTIONS))
$(info CFLAGS = $(CFLAGS))
$(info LDFLAGS = $(LDFLAGS))
-snapshot_version:
- [ ! -r .svnrevision ] || \
- cp .svnrevision $@
- touch $@
-
configure-%: configure-stamp-%
-configure-stamp-%: $(QUILT_STAMPFN) snapshot_version
+configure-stamp-%: $(QUILT_STAMPFN)
dh_testdir
mkdir -p debian-$*
cd debian-$* && CFLAGS="$(CFLAGS)" LDFLAGS="$(LDFLAGS)" $(CURDIR)/configure \
--
Libav/FFmpeg packaging
More information about the pkg-multimedia-commits
mailing list