[SCM] Debian packaging of libio-socket-socks-perl branch, master, updated. debian/0.61-1

Ansgar Burchardt ansgar at debian.org
Sun Jan 22 11:26:35 UTC 2012


The following commit has been merged in the master branch:
commit 66bee3a82d043403475e50aa6be5b740247bcbae
Author: Ansgar Burchardt <ansgar at debian.org>
Date:   Sun Jan 22 12:23:55 2012 +0100

    Use xz compression for source and binary packages.

diff --git a/debian/control b/debian/control
index cd8b927..5f91e2a 100644
--- a/debian/control
+++ b/debian/control
@@ -17,6 +17,7 @@ Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libio-socket-
 Package: libio-socket-socks-perl
 Architecture: all
 Depends: ${perl:Depends}, ${misc:Depends}
+Pre-Depends: dpkg (>= 1.15.6)
 Description: extension to IO::Socket providing SOCKS proxy
  IO::Socket::Socks connects to a SOCKS proxy, tells it to open a
  connection to a remote host/port when the object is created.  The
diff --git a/debian/rules b/debian/rules
index 9f6911b..3e5a269 100755
--- a/debian/rules
+++ b/debian/rules
@@ -19,3 +19,6 @@ override_dh_fixperms:
 override_dh_compress:
 	dh_compress -Xexamples
 
+
+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 libio-socket-socks-perl



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