[Pkg-awstats-commits] [SCM] awstats Debian packaging branch, master, updated. debian/6.9.dfsg-1-172-g3a1ed2b

Jonas Smedegaard dr at jones.dk
Fri Sep 4 12:17:21 UTC 2009


The following commit has been merged in the master branch:
commit 4e534d7b0b1ab31261b7ad99ee409bcedc4ee2ae
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
 ------------------------------------

-- 
awstats Debian packaging



More information about the Pkg-awstats-commits mailing list