Skip to content
Snippets Groups Projects
  • gregor herrmann's avatar
    fd9a25db
    Import Debian changes 2.140-1 · fd9a25db
    gregor herrmann authored
    libcpan-meta-requirements-perl (2.140-1) unstable; urgency=medium
    .
      * Import upstream version 2.140.
      * Update debian/upstream/metadata.
      * Bump debhelper compatibility level to 9.
    .
    libcpan-meta-requirements-perl (2.133-1) unstable; urgency=medium
    .
      * Drop debian/tests/control, add Testsuite field to debian/control
        instead.
      * Import upstream version 2.133
      * Update years of packaging copyright.
      * Declare compliance with Debian Policy 3.9.6.
    .
    libcpan-meta-requirements-perl (2.128-1) unstable; urgency=medium
    .
      [ Salvatore Bonaccorso ]
      * Update Vcs-Browser URL to cgit web frontend
    .
      [ gregor herrmann ]
      * Add debian/upstream/metadata
      * Imported upstream version 2.128
      * Add (build) dependency on version.pm 0.88.
      * Add autopkgtest control file.
    .
    libcpan-meta-requirements-perl (2.126-1) unstable; urgency=medium
    .
      * Install CONTRIBUTING file.
      * Strip trailing slash from metacpan URLs.
    .
      * New upstream release.
      * Update years of packaging copyright.
      * Declare compliance with Debian Policy 3.9.5.
    .
    libcpan-meta-requirements-perl (2.125-1) unstable; urgency=low
    .
      * New upstream release.
      * Drop debian/libcpan-meta-requirements-perl.docs. The formerly
        installed file is gone.
    .
    libcpan-meta-requirements-perl (2.123-1) unstable; urgency=low
    .
      [ Salvatore Bonaccorso ]
      * Change Vcs-Git to canonical URI (git://anonscm.debian.org)
      * Change search.cpan.org based URIs to metacpan.org based URIs
    .
      [ gregor herrmann ]
      * New upstream release.
      * Update years of packaging copyright.
      * Declare compliance with Debian Policy 3.9.4.
    .
    libcpan-meta-requirements-perl (2.122-1) unstable; urgency=low
    .
      * Team upload.
      * Imported Upstream version 2.122
    .
    libcpan-meta-requirements-perl (2.121-1) unstable; urgency=low
    .
      * Initial release (closes: #667913).
    fd9a25db
    History
    Import Debian changes 2.140-1
    gregor herrmann authored
    libcpan-meta-requirements-perl (2.140-1) unstable; urgency=medium
    .
      * Import upstream version 2.140.
      * Update debian/upstream/metadata.
      * Bump debhelper compatibility level to 9.
    .
    libcpan-meta-requirements-perl (2.133-1) unstable; urgency=medium
    .
      * Drop debian/tests/control, add Testsuite field to debian/control
        instead.
      * Import upstream version 2.133
      * Update years of packaging copyright.
      * Declare compliance with Debian Policy 3.9.6.
    .
    libcpan-meta-requirements-perl (2.128-1) unstable; urgency=medium
    .
      [ Salvatore Bonaccorso ]
      * Update Vcs-Browser URL to cgit web frontend
    .
      [ gregor herrmann ]
      * Add debian/upstream/metadata
      * Imported upstream version 2.128
      * Add (build) dependency on version.pm 0.88.
      * Add autopkgtest control file.
    .
    libcpan-meta-requirements-perl (2.126-1) unstable; urgency=medium
    .
      * Install CONTRIBUTING file.
      * Strip trailing slash from metacpan URLs.
    .
      * New upstream release.
      * Update years of packaging copyright.
      * Declare compliance with Debian Policy 3.9.5.
    .
    libcpan-meta-requirements-perl (2.125-1) unstable; urgency=low
    .
      * New upstream release.
      * Drop debian/libcpan-meta-requirements-perl.docs. The formerly
        installed file is gone.
    .
    libcpan-meta-requirements-perl (2.123-1) unstable; urgency=low
    .
      [ Salvatore Bonaccorso ]
      * Change Vcs-Git to canonical URI (git://anonscm.debian.org)
      * Change search.cpan.org based URIs to metacpan.org based URIs
    .
      [ gregor herrmann ]
      * New upstream release.
      * Update years of packaging copyright.
      * Declare compliance with Debian Policy 3.9.4.
    .
    libcpan-meta-requirements-perl (2.122-1) unstable; urgency=low
    .
      * Team upload.
      * Imported Upstream version 2.122
    .
    libcpan-meta-requirements-perl (2.121-1) unstable; urgency=low
    .
      * Initial release (closes: #667913).
control 1.27 KiB
Source: libcpan-meta-requirements-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: gregor herrmann <gregoa@debian.org>
Section: perl
Priority: optional
Build-Depends: debhelper (>= 9)
Build-Depends-Indep: perl,
                     perl (>= 5.13.9) | libversion-perl (>= 1:0.8800)
Standards-Version: 3.9.6
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libcpan-meta-requirements-perl.git
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libcpan-meta-requirements-perl.git
Testsuite: autopkgtest-pkg-perl
Homepage: https://metacpan.org/release/CPAN-Meta-Requirements

Package: libcpan-meta-requirements-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends},
         perl (>= 5.13.9) | libversion-perl (>= 1:0.8800)
Breaks: libcpan-meta-perl (<< 2.120921-1)
Replaces: libcpan-meta-perl (<< 2.120921-1)
Description: set of version requirements for a CPAN dist
 A CPAN::Meta::Requirements object models a set of version constraints like
 those specified in the META.yml or META.json files in CPAN distributions. It
 can be built up by adding more and more constraints, and it will reduce them
 to the simplest representation.
 .
 Logically impossible constraints will be identified immediately by thrown
 exceptions.