[SCM] Video extraction utility for YouTube, Google Video and other video sites (Debian packaging) branch, master, updated. debian/2.2.27-1

Ansgar Burchardt ansgar at debian.org
Sun Oct 23 08:01:30 UTC 2011


The following commit has been merged in the master branch:
commit 4cc954d265e01ff8d4acf3376ae7588919bee626
Author: Ansgar Burchardt <ansgar at debian.org>
Date:   Sun Oct 23 09:36:58 2011 +0200

    Use XZ compression for source and binary packages.

diff --git a/debian/rules b/debian/rules
index f5f0248..21ad813 100755
--- a/debian/rules
+++ b/debian/rules
@@ -9,3 +9,6 @@ override_dh_auto_test:
 	# in $HOME by default. On buildds $HOME is not writable.
 	CLIVE_CACHE="$(CURDIR)/tmp-cache" dh_auto_test
 	rm -rf "$(CURDIR)/tmp-cache"
+
+override_dh_builddeb:
+	dh_builddeb -- -Zxz
diff --git a/debian/source/options b/debian/source/options
new file mode 100644
index 0000000..5bd47b7
--- /dev/null
+++ b/debian/source/options
@@ -0,0 +1 @@
+compression = xz

-- 
Video extraction utility for YouTube, Google Video and other video sites (Debian packaging)



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