[SCM] Debian packaging of libencode-perl branch, master, updated. debian/2.44-1-2-g5c13478

gregor herrmann gregoa at debian.org
Fri Nov 25 15:10:49 UTC 2011


The following commit has been merged in the master branch:
commit 5c13478a9ff3f25beed13584645ea81cd97affb0
Author: gregor herrmann <gregoa at debian.org>
Date:   Fri Nov 25 16:04:58 2011 +0100

    Add a Pre-Depends on dpkg (>= 1.15.6~) for the xz compression.

diff --git a/debian/changelog b/debian/changelog
index 50bfa10..41d4eba 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,7 +1,11 @@
 libencode-perl (2.44-2) UNRELEASED; urgency=low
 
+  [ Ansgar Burchardt ]
   * Use XZ compression for source and binary packages.
 
+  [ gregor herrmann ]
+  * Add a Pre-Depends on dpkg (>= 1.15.6~) for the xz compression.
+
  -- Ansgar Burchardt <ansgar at debian.org>  Tue, 18 Oct 2011 21:02:50 +0200
 
 libencode-perl (2.44-1) unstable; urgency=high
diff --git a/debian/control b/debian/control
index ada9512..6ad0e5c 100644
--- a/debian/control
+++ b/debian/control
@@ -12,6 +12,7 @@ Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libencode-per
 
 Package: libencode-perl
 Architecture: any
+Pre-Depends: dpkg (>= 1.15.6~)
 Depends: ${perl:Depends}, ${shlibs:Depends}, ${misc:Depends}
 Description: module providing interfaces between Perl's strings and the system
  The Encode module provides the interfaces between Perl's strings and the 

-- 
Debian packaging of libencode-perl



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