diff -Nru libcgi-formbuilder-source-yaml-perl-1.0.8/debian/changelog libcgi-formbuilder-source-yaml-perl-1.0.8/debian/changelog --- libcgi-formbuilder-source-yaml-perl-1.0.8/debian/changelog 2013-12-24 05:40:14.000000000 +0000 +++ libcgi-formbuilder-source-yaml-perl-1.0.8/debian/changelog 2013-12-23 22:27:57.000000000 +0000 @@ -1,3 +1,38 @@ +libcgi-formbuilder-source-yaml-perl (1.0.8-3) unstable; urgency=low + + * Team upload + + [ gregor herrmann ] + * debian/control: Added: ${misc:Depends} to Depends: field. + * debian/control: don't wrap Vcs-* fields. + + [ 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 ] + * Fix lintian warning package-has-a-duplicate-build-relation + * Switch to source format "3.0 (quilt)" + * 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 stamp-file parameters from dh_clean + + Drop obsolete parameter from dh_installchangelogs + + Remove obsolete variables, commented code and ancient targets + + Finally switch to a minimal dh-style debian/rules file + * Bump Standards-Version to 3.9.5 (no further changes) + + -- Axel Beckert Mon, 23 Dec 2013 23:27:57 +0100 + libcgi-formbuilder-source-yaml-perl (1.0.8-2) unstable; urgency=low [ Martín Ferrari ] @@ -9,7 +44,10 @@ [ Damyan Ivanov ] * Put me in Uploaders instead of Ernesto - -- Damyan Ivanov Sun, 09 Dec 2007 22:47:10 +0200 + [ Ernesto Hernández-Novich (USB) ] + * Upgraded to debhelper 6 + + -- Ernesto Hernández-Novich (USB) Mon, 14 Jan 2008 10:45:08 -0430 libcgi-formbuilder-source-yaml-perl (1.0.8-1) unstable; urgency=low diff -Nru libcgi-formbuilder-source-yaml-perl-1.0.8/debian/compat libcgi-formbuilder-source-yaml-perl-1.0.8/debian/compat --- libcgi-formbuilder-source-yaml-perl-1.0.8/debian/compat 2013-12-24 05:40:14.000000000 +0000 +++ libcgi-formbuilder-source-yaml-perl-1.0.8/debian/compat 2013-12-23 22:09:37.000000000 +0000 @@ -1 +1 @@ -5 +9 diff -Nru libcgi-formbuilder-source-yaml-perl-1.0.8/debian/control libcgi-formbuilder-source-yaml-perl-1.0.8/debian/control --- libcgi-formbuilder-source-yaml-perl-1.0.8/debian/control 2013-12-24 05:40:14.000000000 +0000 +++ libcgi-formbuilder-source-yaml-perl-1.0.8/debian/control 2013-12-23 22:19:13.000000000 +0000 @@ -1,21 +1,23 @@ Source: libcgi-formbuilder-source-yaml-perl -Section: perl -Priority: optional -Build-Depends: debhelper (>= 5.0.0), libmodule-build-perl -Build-Depends-Indep: perl (>= 5.8.0), libcgi-formbuilder-perl, - libyaml-syck-perl Maintainer: Debian Perl Group Uploaders: Damyan Ivanov -Homepage: http://search.cpan.org/dist/CGI-FormBuilder-Source-YAML/ -Vcs-Svn: - svn://svn.debian.org/pkg-perl/trunk/libcgi-formbuilder-source-yaml-perl/ -Vcs-Browser: - http://svn.debian.org/wsvn/pkg-perl/trunk/libcgi-formbuilder-source-yaml-perl/ -Standards-Version: 3.7.3 +Section: perl +Priority: optional +Build-Depends: debhelper (>= 9~), + perl +Build-Depends-Indep: libcgi-formbuilder-perl, + libyaml-syck-perl +Standards-Version: 3.9.5 +Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libcgi-formbuilder-source-yaml-perl.git +Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libcgi-formbuilder-source-yaml-perl.git +Homepage: https://metacpan.org/release/CGI-FormBuilder-Source-YAML Package: libcgi-formbuilder-source-yaml-perl Architecture: all -Depends: ${perl:Depends}, libcgi-formbuilder-perl (>= 3.02), libyaml-syck-perl +Depends: ${misc:Depends}, + ${perl:Depends}, + libcgi-formbuilder-perl, + libyaml-syck-perl Description: Initialize FormBuilder application from YAML file This Perl module reads a YAML file containing CGI::FormBuilder configuration options and returns a hash that can be directly fed into the application diff -Nru libcgi-formbuilder-source-yaml-perl-1.0.8/debian/rules libcgi-formbuilder-source-yaml-perl-1.0.8/debian/rules --- libcgi-formbuilder-source-yaml-perl-1.0.8/debian/rules 2013-12-24 05:40:14.000000000 +0000 +++ libcgi-formbuilder-source-yaml-perl-1.0.8/debian/rules 2013-12-23 22:18:12.000000000 +0000 @@ -1,68 +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 - $(PERL) Build.PL installdirs=vendor - $(PERL) Build - $(PERL) Build test - touch build-stamp - -clean: - dh_testdir - dh_testroot - dh_clean build-stamp install-stamp - [ ! -f Build ] || $(PERL) Build distclean - -install: install-stamp -install-stamp: build-stamp - dh_testdir - dh_testroot - dh_clean -k - $(PERL) Build install destdir=$(TMP) create_packlist=0 - #find $(TMP) -type f -name .packlist -print0 | xargs -0 rm - touch install-stamp - -binary-arch: -# We have nothing to do by default. - -binary-indep: build install - dh_testdir - dh_testroot - dh_installdocs - 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 libcgi-formbuilder-source-yaml-perl-1.0.8/debian/source/format libcgi-formbuilder-source-yaml-perl-1.0.8/debian/source/format --- libcgi-formbuilder-source-yaml-perl-1.0.8/debian/source/format 1970-01-01 00:00:00.000000000 +0000 +++ libcgi-formbuilder-source-yaml-perl-1.0.8/debian/source/format 2013-12-24 05:40:15.120401156 +0000 @@ -0,0 +1 @@ +3.0 (quilt) diff -Nru libcgi-formbuilder-source-yaml-perl-1.0.8/debian/watch libcgi-formbuilder-source-yaml-perl-1.0.8/debian/watch --- libcgi-formbuilder-source-yaml-perl-1.0.8/debian/watch 2013-12-24 05:40:14.000000000 +0000 +++ libcgi-formbuilder-source-yaml-perl-1.0.8/debian/watch 2013-12-23 21:49:10.000000000 +0000 @@ -1,2 +1,2 @@ version=3 -http://search.cpan.org/dist/CGI-FormBuilder-Source-YAML/ .+/CGI-FormBuilder-Source-YAML-([\d\.]+)\.(?:tar\.gz|tar|tgz) +https://metacpan.org/release/CGI-FormBuilder-Source-YAML .+/CGI-FormBuilder-Source-YAML-([\d\.]+)\.(?:tar\.gz|tar|tgz)