[SCM] Debian packaging of libnet-frame-perl branch, master, updated. debian/1.08-1

Ansgar Burchardt ansgar at debian.org
Sun Jan 15 11:17:34 UTC 2012


The following commit has been merged in the master branch:
commit 0ac278c1297efcc59c0ed5b219e9087da98b41e0
Author: Ansgar Burchardt <ansgar at debian.org>
Date:   Sun Jan 15 12:13:57 2012 +0100

    Use xz compression for source and binary packages.

diff --git a/debian/control b/debian/control
index c30e740..36be7bf 100644
--- a/debian/control
+++ b/debian/control
@@ -21,6 +21,7 @@ Depends: ${misc:Depends}, ${perl:Depends},
  libclass-gomor-perl,
  libnet-ipv6addr-perl,
  libsocket6-perl
+Pre-Depends: dpkg (>= 1.15.6)
 Description: framework for crafting raw frames
  Net::Frame is a Perl framework for crafting raw frames (Layers 2 through 7).
  Out of the box, it can be used to produce ARP, Ethernet, IPv4, PPP, TCP and
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 libnet-frame-perl



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