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

onlyjob at users.alioth.debian.org onlyjob at users.alioth.debian.org
Mon May 13 16:49:26 UTC 2013


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

    xz compression for source and binary packages

diff --git a/debian/rules b/debian/rules
index 6f951a3..022b689 100755
--- a/debian/rules
+++ b/debian/rules
@@ -30,3 +30,6 @@ override_dh_compress:
 
 override_dh_strip:
 	dh_strip --dbg-package=synfig-dbg
+
+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-synfig packaging



More information about the pkg-multimedia-commits mailing list