[SCM] Debian packaging of Text-BibTeX CPAN distribution branch, master, updated. debian/0.63-1-2-geb502e1

gregor herrmann gregoa at debian.org
Thu Jul 5 21:02:48 UTC 2012


The following commit has been merged in the master branch:
commit 662976f189018ed8d9fceb17d067e535b82265ff
Author: gregor herrmann <gregoa at debian.org>
Date:   Thu Jul 5 13:01:27 2012 -0600

    debian/control: update {versioned,alternative} (build) dependencies.

diff --git a/debian/control b/debian/control
index ba07ba5..afd5027 100644
--- a/debian/control
+++ b/debian/control
@@ -1,21 +1,25 @@
 Source: libtext-bibtex-perl
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Bas Zoetekouw <bas at debian.org>,
+           David Bremner <bremner at debian.org>
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 9.20120312), perl,
- libcapture-tiny-perl,
- libconfig-autoconf-perl,
- libextutils-libbuilder-perl,
- perl (>= 5.11.3) | libmodule-build-perl (>= 0.360000)
-Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Uploaders: Bas Zoetekouw <bas at debian.org>, David Bremner <bremner at debian.org>
+Build-Depends: debhelper (>= 9.20120312),
+               perl,
+               libcapture-tiny-perl,
+               libconfig-autoconf-perl,
+               libextutils-libbuilder-perl,
+               perl (>= 5.11.3) | libmodule-build-perl
 Standards-Version: 3.9.3
-Vcs-Git: git://git.debian.org/pkg-perl/packages/libtext-bibtex-perl.git
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libtext-bibtex-perl.git
+Vcs-Git: git://git.debian.org/pkg-perl/packages/libtext-bibtex-perl.git
 Homepage: http://search.cpan.org/dist/Text-BibTeX/
 
 Package: libtext-bibtex-perl
 Architecture: any
-Depends: ${perl:Depends}, ${shlibs:Depends}, ${misc:Depends}
+Depends: ${perl:Depends},
+         ${shlibs:Depends},
+         ${misc:Depends}
 Description: Perl extension to read and parse BibTeX files
  The Text::BibTeX module provides functions to read, parse and write bibTeX
  files using perl.
@@ -29,9 +33,10 @@ Description: Perl extension to read and parse BibTeX files
  0.99, rather than generic database files).
 
 Package: libbtparse-dev
-Section: libdevel
 Architecture: any
-Depends: libbtparse1 (= ${binary:Version}), ${misc:Depends}
+Section: libdevel
+Depends: libbtparse1 (= ${binary:Version}),
+         ${misc:Depends}
 Description: C library to parse BibTeX files - development files
  btparse is the C component of btOOL, a pair of libraries for parsing and
  processing BibTeX files. It is built on top of a lexical analyzer and parser
@@ -43,12 +48,14 @@ Description: C library to parse BibTeX files - development files
  develop applications using btparse.
 
 Package: libbtparse1
-Section: libs
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}
+Section: libs
+Depends: ${shlibs:Depends},
+         ${misc:Depends}
 Description: C library to parse BibTeX files
  btparse is the C component of btOOL, a pair of libraries for parsing and
  processing BibTeX files. It is built on top of a lexical analyzer and parser
  constructed using PCCTS. The library provides entry points to the parser,
  functions to traverse and query the abstract-syntax tree that it produces, and
  some functions for processing strings in "the BibTeX way".
+

-- 
Debian packaging of Text-BibTeX CPAN distribution



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