diff -Nru libdublincore-record-perl-0.03/debian/changelog libdublincore-record-perl-0.03/debian/changelog --- libdublincore-record-perl-0.03/debian/changelog 2013-12-24 11:45:19.000000000 +0000 +++ libdublincore-record-perl-0.03/debian/changelog 2013-12-24 03:52:10.000000000 +0000 @@ -1,3 +1,46 @@ +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) diff -Nru libdublincore-record-perl-0.03/debian/compat libdublincore-record-perl-0.03/debian/compat --- libdublincore-record-perl-0.03/debian/compat 2013-12-24 11:45:19.000000000 +0000 +++ libdublincore-record-perl-0.03/debian/compat 2013-12-24 03:51:50.000000000 +0000 @@ -1 +1 @@ -5 +9 diff -Nru libdublincore-record-perl-0.03/debian/control libdublincore-record-perl-0.03/debian/control --- libdublincore-record-perl-0.03/debian/control 2013-12-24 11:45:19.000000000 +0000 +++ libdublincore-record-perl-0.03/debian/control 2013-12-24 03:52:06.000000000 +0000 @@ -1,22 +1,25 @@ Source: libdublincore-record-perl -Section: perl -Priority: optional -Build-Depends: debhelper (>= 5.0.0), libmodule-build-perl, - libclass-accessor-perl, libtest-pod-perl, libtest-pod-coverage-perl -Build-Depends-Indep: perl (>= 5.8.8-12) Maintainer: Debian Perl Group Uploaders: Vincent Danjean -Standards-Version: 3.7.2 -Homepage: http://search.cpan.org/dist/DublinCore-Record/ -Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libdublincore-record-perl/ -Vcs-Browser: http://svn.debian.org/wsvn/pkg-perl/trunk/libdublincore-record-perl/ +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 +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. + of these attributes please see RFC 2731 and http://www.dublincore.org/. diff -Nru libdublincore-record-perl-0.03/debian/copyright libdublincore-record-perl-0.03/debian/copyright --- libdublincore-record-perl-0.03/debian/copyright 2013-12-24 11:45:19.000000000 +0000 +++ libdublincore-record-perl-0.03/debian/copyright 2013-12-24 03:51:50.000000000 +0000 @@ -11,11 +11,12 @@ 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. -The full text of the GPL is available on Debian systems in -/usr/share/common-licenses/GPL -The full text of the Artistic Licence is available on Debian systems in +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 (C) 2007, Vincent Danjean and -is licensed under the same terms as the software itself (see above). +The Debian packaging is Copyright (C) 2007, Vincent Danjean + and is licensed under the same terms as the +software itself (see above). diff -Nru libdublincore-record-perl-0.03/debian/rules libdublincore-record-perl-0.03/debian/rules --- libdublincore-record-perl-0.03/debian/rules 2013-12-24 11:45:19.000000000 +0000 +++ libdublincore-record-perl-0.03/debian/rules 2013-12-24 03:51:51.000000000 +0000 @@ -1,77 +1,7 @@ #!/usr/bin/make -f -# This debian/rules file is provided as a template for normal perl -# packages. It was created by Marc Brockschmidt for -# the Debian Perl Group (http://pkg-perl.alioth.debian.org/) but may -# be used freely wherever it is useful. -# -# It was later modified by Jason Kohles -# http://www.jasonkohles.com/ to support Module::Build installed modules # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 -# If set to a true value then MakeMaker's prompt function will -# always return the default without waiting for user input. -export PERL_MM_USE_DEFAULT=1 - -PACKAGE=$(shell dh_listpackages) - -ifndef PERL -PERL = /usr/bin/perl -endif - -TMP =$(CURDIR)/debian/$(PACKAGE) - -build: build-stamp -build-stamp: - dh_testdir - - # Add commands to compile the package here - $(PERL) Build.PL installdirs=vendor - $(PERL) Build - $(PERL) Build test - - touch build-stamp - -clean: - dh_testdir - dh_testroot - - dh_clean build-stamp install-stamp - - # Add commands to clean up after the build process here - [ ! -f Build ] || $(PERL) Build distclean - -install: build install-stamp -install-stamp: - dh_testdir - dh_testroot - dh_clean -k - - # Add commands to install the package into debian/$PACKAGE_NAME here - $(PERL) Build install destdir=$(TMP) create_packlist=0 - - touch install-stamp - -binary-arch: -# We have nothing to do here for an architecture-independent package - -binary-indep: build install - dh_testdir - dh_testroot - dh_installdocs README - dh_installexamples - dh_installchangelogs Changes - dh_perl - dh_compress - dh_fixperms - dh_installdeb - dh_gencontrol - dh_md5sums - dh_builddeb - -source diff: - @echo >&2 'source and diff are obsolete - use dpkg-source -b'; false - -binary: binary-indep binary-arch -.PHONY: build clean binary-indep binary-arch binary +%: + dh $@ diff -Nru libdublincore-record-perl-0.03/debian/source/format libdublincore-record-perl-0.03/debian/source/format --- libdublincore-record-perl-0.03/debian/source/format 1970-01-01 00:00:00.000000000 +0000 +++ libdublincore-record-perl-0.03/debian/source/format 2013-12-24 11:45:19.270402137 +0000 @@ -0,0 +1 @@ +3.0 (quilt) diff -Nru libdublincore-record-perl-0.03/debian/watch libdublincore-record-perl-0.03/debian/watch --- libdublincore-record-perl-0.03/debian/watch 2013-12-24 11:45:19.000000000 +0000 +++ libdublincore-record-perl-0.03/debian/watch 2013-12-24 03:22:03.000000000 +0000 @@ -1,6 +1,3 @@ # Compulsory line, this is a version 3 file version=3 -# I've been unable to find this module in the 'by-module' hierarchy -#http://www.cpan.org/modules/by-module/-([\d\.]+)\.tar\.gz debian svn-upgrade -http://cpan.ebsd.net/authors/id/B/BR/BRICAS/DublinCore-Record-([\d\.]+)\.tar\.gz debian svn-upgrade - +https://metacpan.org/release/DublinCore-Record .*/DublinCore-Record-v?(\d[\d.]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)