[SCM] Debian packaging of libyaml-syck-perl branch, master, updated. debian/1.19-1

Ansgar Burchardt ansgar at debian.org
Sat Nov 12 12:24:13 UTC 2011


The following commit has been merged in the master branch:
commit 1b00e4ce820eec961939e7fe778907ca2720931e
Author: Ansgar Burchardt <ansgar at debian.org>
Date:   Sat Nov 12 13:16:15 2011 +0100

    Use xz compression for source and binary packages.

diff --git a/debian/control b/debian/control
index 84a0f23..028a1fe 100644
--- a/debian/control
+++ b/debian/control
@@ -15,6 +15,7 @@ Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libyaml-syck-
 Package: libyaml-syck-perl
 Architecture: any
 Depends: ${shlibs:Depends}, ${perl:Depends}, ${misc:Depends}
+Pre-Depends: dpkg (>= 1.15.6)
 Description: Perl module providing a fast, lightweight YAML loader and dumper
  YAML::Syck provides a Perl interface to the libsyck data
  serialization library.  It exports the Dump and Load functions for
diff --git a/debian/rules b/debian/rules
index 2d33f6a..28c0a89 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,3 +2,6 @@
 
 %:
 	dh $@
+
+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

-- 
Debian packaging of libyaml-syck-perl



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