debian/0000755000000000000000000000000012256202354007167 5ustar debian/watch0000644000000000000000000000025112256176733010231 0ustar # Compulsory line, this is a version 3 file version=3 https://metacpan.org/release/DublinCore-Record .*/DublinCore-Record-v?(\d[\d.]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip) debian/source/0000755000000000000000000000000012256202326010466 5ustar debian/source/format0000644000000000000000000000001412256202326011674 0ustar 3.0 (quilt) debian/copyright0000644000000000000000000000162112256202326011121 0ustar This is the debian package for the DublinCore-Record module. It was created by Vincent Danjean using dh-make-perl. It was downloaded from http://search.cpan.org/dist/DublinCore-Record/ The upstream author are: Ed Summers , Brian Cassidy . Copyright (C) 2007 by Ed Summers, Brian Cassidy This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself. Perl is distributed under either the Artistic licence or the GPL version 1 or later. The full text of the GPL version 1 is available on Debian systems in /usr/share/common-licenses/GPL-1. The full text of the Artistic Licence is available on Debian systems in /usr/share/common-licenses/Artistic. The Debian packaging is Copyright (C) 2007, Vincent Danjean and is licensed under the same terms as the software itself (see above). debian/compat0000644000000000000000000000000212256202326010364 0ustar 9 debian/rules0000755000000000000000000000013612256202327010247 0ustar #!/usr/bin/make -f # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 %: dh $@ debian/control0000644000000000000000000000214712256202346010577 0ustar Source: libdublincore-record-perl Maintainer: Debian Perl Group Uploaders: Vincent Danjean Section: perl Priority: optional Build-Depends: debhelper (>= 9~), perl, libclass-accessor-perl, libtest-pod-perl, libtest-pod-coverage-perl Standards-Version: 3.9.5 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libdublincore-record-perl.git Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libdublincore-record-perl.git Homepage: https://metacpan.org/release/DublinCore-Record Package: libdublincore-record-perl Architecture: all Depends: ${perl:Depends}, ${misc:Depends}, libclass-accessor-perl Description: Container for Dublin Core metadata elements DublinCore::Record methods such as element(), elements(), title(), etc return DublinCore::Element objects as their result. These can be queried further to extract an elements content, qualifier, language, and schema. For a definition of these attributes please see RFC 2731 and http://www.dublincore.org/. debian/changelog0000644000000000000000000000327712256202352011050 0ustar libdublincore-record-perl (0.03-2) unstable; urgency=low * Team upload [ gregor herrmann ] * debian/watch: use dist-based URL. * debian/control: Changed: Switched Vcs-Browser field to ViewSVN (source stanza). [ Nathan Handler ] * debian/watch: Update to ignore development releases. [ Ansgar Burchardt ] * debian/control: Convert Vcs-* fields to Git. [ gregor herrmann ] * debian/control: update {versioned,alternative} (build) dependencies. [ 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 ] * Remove obsolete comment from debian/watch * Switch to source format "3.0 (quilt)" * Fix the following lintian warnings: + package-has-a-duplicate-build-relation + copyright-with-old-dh-make-debian-copyright + copyright-refers-to-symlink-license * Bump debhelper compatibility to 9 + Update versioned debhelper build-dependency accordingly * Revamp debian/rules: + Fix lintian warning debian-rules-missing-recommended-target + Replace "dh_clean -k" with "dh_prep" + Use dh_auto_{configure,build,test,install,clean} + Drop obsolete parameters from dh_{installchangelogs,clean} + Remove obsolete variables and targets + Finally switch to a minimal dh-style debian/rules file * No more install README as it's generated from POD * Bump Standards-Version to 3.9.5 (no further changes) -- Axel Beckert Tue, 24 Dec 2013 04:51:16 +0100 libdublincore-record-perl (0.03-1) unstable; urgency=low * Initial Release (ITP Closes: #452715) -- Vincent Danjean Sat, 24 Nov 2007 17:19:50 +0100