[SCM] packaging of clive-utils branch, master, updated. 2.1.0-6-g76b6ab5

Damyan Ivanov dmn at debian.org
Mon Jan 5 14:45:52 UTC 2009


The following commit has been merged in the master branch:
commit b550d26d98babe8ca9fca3c173c7542a7bba186a
Author: Damyan Ivanov <dmn at debian.org>
Date:   Mon Jan 5 16:35:46 2009 +0200

    Hook recompress.sh into debian/watch

diff --git a/debian/recompress.sh b/debian/recompress.sh
new file mode 100644
index 0000000..d68816d
--- /dev/null
+++ b/debian/recompress.sh
@@ -0,0 +1,7 @@
+#!/bin/sh
+# called with '--upstream-version' <version> <file>
+
+set -e
+set -u
+
+bzcat $3 | gzip -n --best > ${3%.bz2}.gz
diff --git a/debian/watch b/debian/watch
index 231c74f..8a9db67 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,3 +1,4 @@
 # Compulsory line, this is a version 3 file
 version=3
-http://code.google.com/p/clive-utils/downloads/list .*/files/clive-utils-(\d[\d.]*)\.tar\.bz2
+http://code.google.com/p/clive-utils/downloads/list .*/files/clive-utils-(\d[\d.]*)\.tar\.bz2 \
+    debian  sh debian/recompress.sh

-- 
packaging of clive-utils



More information about the Pkg-perl-cvs-commits mailing list