[SCM] liblivemedia packaging branch, master, updated. debian/2009.11.27-1-15-g6d00dc5

xtophe-guest at users.alioth.debian.org xtophe-guest at users.alioth.debian.org
Sat Jan 16 22:48:54 UTC 2010


The following commit has been merged in the master branch:
commit ea5365aaa37d95e8e5877cbbaccf9a148d457048
Author: Christophe Mutricy <xtophe at videolan.org>
Date:   Sat Jan 16 21:59:01 2010 +0000

    Add an helper in debian/rules to get upstream.changelog

diff --git a/debian/README.source b/debian/README.source
index 78d46b1..184b38e 100644
--- a/debian/README.source
+++ b/debian/README.source
@@ -1,4 +1,6 @@
-This package uses quilt to manage all modifications to the upstream
+* There is an helper target in debian/ules to update debian/upstream.changelog
+
+* This package uses quilt to manage all modifications to the upstream
 source.  Changes are stored in the source package as diffs in
 debian/patches and applied during the build.
 
diff --git a/debian/rules b/debian/rules
index 2944975..4e47530 100755
--- a/debian/rules
+++ b/debian/rules
@@ -16,6 +16,10 @@ ifeq (,$(findstring nostrip,$(DEB_BUILD_OPTIONS)))
 	INSTALL_PROGRAM += -s
 endif
 
+#helper to update the upstream changelog
+debian/upstream.changelog:
+	wget http://live555.com/liveMedia/public/changelog.txt -O $@
+
 configure: configure-stamp
 configure-stamp: $(QUILT_STAMPFN)
 	dh_testdir
@@ -93,4 +97,4 @@ binary-arch: build install
 	dh_builddeb
 
 binary: binary-indep binary-arch
-.PHONY: build clean binary-indep binary-arch binary install 
+.PHONY: build clean binary-indep binary-arch binary install debian/upstream.changelog

-- 
liblivemedia packaging



More information about the pkg-multimedia-commits mailing list