[SCM] synfig-etl/master: xz compression for source and binary packages

onlyjob at users.alioth.debian.org onlyjob at users.alioth.debian.org
Mon May 13 16:19:47 UTC 2013


The following commit has been merged in the master branch:
commit 09ff16c7c720b12c100fa71e953102e737b239c5
Author: Dmitry Smirnov <onlyjob at member.fsf.org>
Date:   Mon May 13 19:35:42 2013 +1000

    xz compression for source and binary packages

diff --git a/debian/rules b/debian/rules
index 953c07f..3ee25f7 100755
--- a/debian/rules
+++ b/debian/rules
@@ -10,3 +10,5 @@ override_dh_auto_test:
 	# do not stop if test(s) failed
 	-dh_auto_test
 
+override_dh_builddeb:
+	dh_builddeb -- -Zxz
diff --git a/debian/source/options b/debian/source/options
new file mode 100644
index 0000000..b7bc1f2
--- /dev/null
+++ b/debian/source/options
@@ -0,0 +1 @@
+compression = "xz"

-- 
synfig-etl packaging



More information about the pkg-multimedia-commits mailing list