[libinline-c-perl] 03/05: control

gregor herrmann gregoa at debian.org
Sat Jul 12 13:28:59 UTC 2014


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

gregoa pushed a commit to branch master
in repository libinline-c-perl.

commit d9170051c6489073211c7c8ed8fa58634d375997
Author: gregor herrmann <gregoa at debian.org>
Date:   Sat Jul 12 15:20:11 2014 +0200

    control
---
 debian/control | 34 ++++++++++++++++------------------
 1 file changed, 16 insertions(+), 18 deletions(-)

diff --git a/debian/control b/debian/control
index 59969ea..64f3762 100644
--- a/debian/control
+++ b/debian/control
@@ -1,13 +1,13 @@
 Source: libinline-c-perl
-Section: perl
-Priority: optional
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: gregor herrmann <gregoa at debian.org>
+Section: perl
+Priority: optional
 Build-Depends: debhelper (>= 8)
 Build-Depends-Indep: libinline-perl (>= 0.57),
- libparse-recdescent-perl (>= 1.80),
- libtest-warn-perl (>= 0.23),
- perl
+                     libparse-recdescent-perl,
+                     libtest-warn-perl (>= 0.23),
+                     perl
 Standards-Version: 3.9.5
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libinline-c-perl.git
 Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libinline-c-perl.git
@@ -15,18 +15,16 @@ Homepage: https://metacpan.org/release/Inline-C
 
 Package: libinline-c-perl
 Architecture: all
-Depends: ${misc:Depends}, ${perl:Depends},
- libinline-perl (>= 0.57),
- libparse-recdescent-perl (>= 1.80),
- libtest-warn-perl (>= 0.23)
+Depends: ${misc:Depends},
+         ${perl:Depends},
+         gcc | c-compiler,
+         libinline-perl (>= 0.57),
+         libparse-recdescent-perl
+Breaks: libinline-perl (<< 0.57~)
+Replaces: libinline-perl (<< 0.57~)
 Description: C Language Support for Inline
- Inline::C is a module that allows you to write Perl subroutines in C. Since
- version 0.30 the Inline module supports multiple programming languages and
- each language has its own support module. This document describes how to use
- Inline with the C programming language. It also goes a bit into Perl C
- internals.
- .
- If you want to start working with programming examples right away, check out
- Inline::C::Cookbook. For more information on Inline in general, see Inline.
+ Inline::C is a module that allows one to write Perl subroutines in C. 
  .
- This description was automagically extracted from the module by dh-make-perl.
+ The Inline module supports multiple programming languages and each language
+ has its own support module. This module allows one to use Inline with the C
+ programming language.

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



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