[SCM] Debian packaging of libgtk2-spell-perl branch, master, updated. debian/1.04-1

Ansgar Burchardt ansgar at debian.org
Fri Jan 20 19:14:40 UTC 2012


The following commit has been merged in the master branch:
commit bc033e962b1a55c67a0c7e42f180a48d5d119e32
Author: Ansgar Burchardt <ansgar at debian.org>
Date:   Fri Jan 20 20:08:42 2012 +0100

    Use xz compression for source and binary packages.

diff --git a/debian/control b/debian/control
index ceb7cb9..5d80d19 100644
--- a/debian/control
+++ b/debian/control
@@ -17,6 +17,7 @@ Package: libgtk2-spell-perl
 Architecture: any
 Depends: ${perl:Depends}, ${shlibs:Depends}, ${misc:Depends},
  libglib-perl (>= 2:1.240), libgtk2-perl (>= 1.00)
+Pre-Depends: dpkg (>= 1.15.6)
 Description: Perl interface to the GtkSpell library
  libgtk2-spell-perl allows to use the GtkSpell library in Perl applications
  using a Gtk2/GNOME interface. It can be used in concert with Gtk2::TextView
diff --git a/debian/rules b/debian/rules
index 799abe1..a9c0d31 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,3 +5,6 @@
 
 override_dh_auto_test:
 	LC_ALL=C xvfb-run -a 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..5bd47b7
--- /dev/null
+++ b/debian/source/options
@@ -0,0 +1 @@
+compression = xz

-- 
Debian packaging of libgtk2-spell-perl



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