[SCM] Debian packaging of libmarc-xml-perl branch, master, updated. debian/0.93-1-2-g858e3f8

gregor herrmann gregoa at debian.org
Thu Jul 5 20:37:57 UTC 2012


The following commit has been merged in the master branch:
commit 08765a450dde7e4fd398e44050d066414df75608
Author: gregor herrmann <gregoa at debian.org>
Date:   Thu Jul 5 12:38:54 2012 -0600

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

diff --git a/debian/control b/debian/control
index ea60cce..ab1c0ba 100644
--- a/debian/control
+++ b/debian/control
@@ -1,28 +1,31 @@
 Source: libmarc-xml-perl
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Vincent Danjean <vdanjean at debian.org>,
+           Damyan Ivanov <dmn at debian.org>,
+           Jonathan Yu <jawnsy at cpan.org>,
+           Florian Schlichting <fschlich at zedat.fu-berlin.de>
 Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 8)
 Build-Depends-Indep: perl,
- libmarc-charset-perl (>= 0.98),
- libxml-sax-perl (>= 0.12),
- libmarc-record-perl (>= 2)
-Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Uploaders: Vincent Danjean <vdanjean at debian.org>,
- Damyan Ivanov <dmn at debian.org>, Jonathan Yu <jawnsy at cpan.org>,
- Florian Schlichting <fschlich at zedat.fu-berlin.de>
+                     libmarc-charset-perl,
+                     libxml-sax-perl,
+                     libmarc-record-perl
 Standards-Version: 3.9.3
-Homepage: http://search.cpan.org/dist/MARC-XML/
-Vcs-Git: git://git.debian.org/pkg-perl/packages/libmarc-xml-perl.git
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libmarc-xml-perl.git
+Vcs-Git: git://git.debian.org/pkg-perl/packages/libmarc-xml-perl.git
+Homepage: http://search.cpan.org/dist/MARC-XML/
 
 Package: libmarc-xml-perl
 Architecture: all
-Depends: ${perl:Depends}, ${misc:Depends},
- libmarc-charset-perl (>= 0.98),
- libxml-sax-perl (>= 0.12),
- libmarc-record-perl (>= 2)
+Depends: ${perl:Depends},
+         ${misc:Depends},
+         libmarc-charset-perl,
+         libxml-sax-perl,
+         libmarc-record-perl
 Description: Perl library to access MARC data encoded as XML
  MARC::XML is an extension to the Marc::Record distribution for working with
  MARC21 data that is encoded as XML. The XML encoding used is the MARC21slim
  schema supplied by the Library of Congress. Installing MARC-XML automatically
  adds support for the additional file format for use with MARC::Batch.
+

-- 
Debian packaging of libmarc-xml-perl



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