[SCM] ffmpeg/master-0.6: no longer generate 'snapshot_version'

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Thu Jul 21 13:48:18 UTC 2011


The following commit has been merged in the master-0.6 branch:
commit 8873bf686c9005577d38aef6a171ced630d1ee1d
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.
    (cherry picked from commit 4f869368fd7ef997dd009e29e2f2f5da7a225e51)

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 db403a5..979ca4a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -29,13 +29,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