[SCM] calf audio plugins packaging branch, master, updated. upstream/0.0.18.5-48-g0119489

js at users.alioth.debian.org js at users.alioth.debian.org
Thu Feb 11 11:28:50 UTC 2010


The following commit has been merged in the master branch:
commit 4743bb507b3e2eb9780ae6b86a72311b9555ffd1
Author: Jonas Smedegaard <dr at jones.dk>
Date:   Sat Mar 14 13:20:14 2009 +0100

    Mention custom build targets print-version and get-orig-source in README.source.

diff --git a/debian/README.source b/debian/README.source
index 359e3b6..2af946d 100644
--- a/debian/README.source
+++ b/debian/README.source
@@ -12,6 +12,23 @@ git-buildpackage, with all official releases tagged and signed and
 binary diffs of tarballs stored using pristine-tar.  This is documented
 below /usr/share/doc/git-buildpackage/manual-html/ .
 
+A custom build target shows current upstream and packaging versions:
+
+    debian/rules print-version
+
+Current upstream tarball can be prepared using this other build target:
+
+    debian/rules get-orig-source
+
+To switch to newer upstream source, first add a dummy changelog entry
+and comment out DEB_UPSTREAM_TARBALL_MD5 before getting the source:
+
+    dch -v ${new_upstream_version}-1 "Dummy changelog entry"
+    sed -i -e 's/^\(DEB_UPSTREAM_TARBALL_MD5\b\)/#\1/' debian/rules
+    debian/rules get-orig-source
+
+Store new new md5sum to help ensure identical source is received later.
+
 
 Maintaining packaging build routines
 ------------------------------------

-- 
calf audio plugins packaging



More information about the pkg-multimedia-commits mailing list