libextutils-depends-perl 0.305-1 source package in Ubuntu
Changelog
libextutils-depends-perl (0.305-1) unstable; urgency=low * Team upload [ Ansgar Burchardt ] * debian/control: Convert Vcs-* fields to Git. [ Salvatore Bonaccorso ] * Change Vcs-Git to canonical URI (git://anonscm.debian.org) * Change search.cpan.org based URIs to metacpan.org based URIs [ Axel Beckert ] * debian/copyright: migrate pre-1.0 format to 1.0 using "cme fix dpkg- copyright" [ Florian Schlichting ] * Import Upstream version 0.305 * Bump Standards-Version to 3.9.4 (no change) * Bump dh compatibility to level 8 (no changes necessary) -- Florian Schlichting <email address hidden> Mon, 16 Sep 2013 12:32:03 +0200
Upload details
- Uploaded by:
- Debian Perl Group
- Uploaded to:
- Sid
- Original maintainer:
- Debian Perl Group
- Architectures:
- all
- Section:
- perl
- Urgency:
- Low Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Trusty | release | main | perl |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
libextutils-depends-perl_0.305-1.dsc | 2.1 KiB | cf6c36ea18b0c0f35a594471b1113cc79ec90cdc21510a40f874f972c2cc214b |
libextutils-depends-perl_0.305.orig.tar.gz | 12.9 KiB | df0c171cd72d88f8fa37b2394e24cfdd180fd4106bc897f23ddc2801d1eb95f6 |
libextutils-depends-perl_0.305-1.debian.tar.gz | 2.6 KiB | 93ddadcff3bf28b4faf2776f302319bd67cfb2b70bbd3beb59c444145b3afb38 |
Available diffs
- diff from 0.304-1 (in Ubuntu) to 0.305-1 (5.5 KiB)
No changes file available.
Binary packages built by this source
- libextutils-depends-perl: Perl module for building extensions that depend on other extensions
ExtUtils::Depends tries to make it easy to build Perl extensions that use
functions and typemaps provided by other perl extensions. This means that a
perl extension is treated like a shared library that also provides a C and an
XS interface.