[libinline-python-perl] 04/07: debian/control: fix with cme, remove dependency on versioned perl

Lucas Kanashiro kanashiro at moszumanska.debian.org
Sun Jul 31 16:48:57 UTC 2016


This is an automated email from the git hooks/post-receive script.

kanashiro pushed a commit to branch master
in repository libinline-python-perl.

commit 581c9cf867d676684b84199d828fb7c3a6bdf3ea
Author: Lucas Kanashiro <kanashiro at debian.org>
Date:   Sun Jul 31 12:57:52 2016 -0300

    debian/control: fix with cme, remove dependency on versioned perl
---
 debian/changelog | 1 +
 debian/control   | 7 +++----
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 824fd96..26f3d08 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -10,6 +10,7 @@ libinline-python-perl (0.50-1) UNRELEASED; urgency=medium
   [ Lucas Kanashiro ]
   * Import upstream version 0.50
   * Declare compliance with Debian policy 3.9.8
+  * debian/control: fix with cme, remove dependency on versioned perl
 
  -- Lucas Kanashiro <kanashiro at debian.org>  Sun, 31 Jul 2016 12:54:56 -0300
 
diff --git a/debian/control b/debian/control
index b663ce8..08717aa 100644
--- a/debian/control
+++ b/debian/control
@@ -1,14 +1,14 @@
 Source: libinline-python-perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: gregor herrmann <gregoa at debian.org>,
- tony mancill <tmancill at debian.org>
+           tony mancill <tmancill at debian.org>
 Section: perl
 Testsuite: autopkgtest-pkg-perl
 Priority: optional
 Build-Depends: chrpath,
                debhelper (>= 9.20120312~),
                libinline-perl,
-               perl (>= 5.13.6),
+               perl,
                python-dev
 Standards-Version: 3.9.8
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libinline-python-perl.git
@@ -20,8 +20,7 @@ Architecture: any
 Depends: ${misc:Depends},
          ${perl:Depends},
          ${shlibs:Depends},
-         libinline-perl,
-         perl (>= 5.13.6)
+         libinline-perl
 Description: module to write Perl subs and classes in Python
  The Inline::Python module allows one to write Perl subroutines in Python. One
  does't have to use any funky techniques for sharing most types of data

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libinline-python-perl.git



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