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

Nicholas Bamber nicholas at periapt.co.uk
Fri Sep 28 21:03:00 UTC 2012


The following commit has been merged in the master branch:
commit 5ce5d50ebefa13a03319a8ad27bd7bea8972edcf
Author: Nicholas Bamber <nicholas at periapt.co.uk>
Date:   Fri Sep 28 22:02:42 2012 +0100

    * Added versioning for Pre-Depends clause
    * Raised standards version to 3.9.3

diff --git a/debian/changelog b/debian/changelog
index 475501b..68be1a9 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -10,6 +10,8 @@ libyaml-syck-perl (1.21-1) UNRELEASED; urgency=low
   * Upgraded debhelper to 9 so enabling hardening
   * Email change: Ansgar Burchardt -> ansgar at debian.org
   * Updated copyright
+  * Added versioning for Pre-Depends clause
+  * Raised standards version to 3.9.3
 
  -- gregor herrmann <gregoa at debian.org>  Thu, 05 Jul 2012 13:07:15 -0600
 
diff --git a/debian/control b/debian/control
index 83676b1..5aa611c 100644
--- a/debian/control
+++ b/debian/control
@@ -11,7 +11,7 @@ Priority: optional
 Build-Depends: perl,
                debhelper (>= 9.20120312),
                libdevel-leak-perl
-Standards-Version: 3.9.2
+Standards-Version: 3.9.3
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libyaml-syck-perl.git
 Vcs-Git: git://git.debian.org/pkg-perl/packages/libyaml-syck-perl.git
 Homepage: http://search.cpan.org/dist/YAML-Syck/
@@ -21,7 +21,7 @@ Architecture: any
 Depends: ${shlibs:Depends},
          ${perl:Depends},
          ${misc:Depends}
-Pre-Depends: dpkg
+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

-- 
Debian packaging of libyaml-syck-perl



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