diff -Nru libnet-xwhois-perl-0.90/debian/changelog libnet-xwhois-perl-0.90/debian/changelog --- libnet-xwhois-perl-0.90/debian/changelog 2014-01-01 11:37:18.000000000 +0000 +++ libnet-xwhois-perl-0.90/debian/changelog 2014-01-01 03:36:07.000000000 +0000 @@ -1,3 +1,61 @@ +libnet-xwhois-perl (0.90-4) unstable; urgency=low + + * Team upload + + [ gregor herrmann ] + * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser + field (source stanza); Homepage field (source stanza). Removed: XS- + Vcs-Svn fields. + * debian/rules: + - don't install empty /usr/lib/perl5 directory + - use $(CURDIR) instead of `pwd` + - remove variable OPTIMIZE, we don't compile anything + - remove some comments, empty lines and unused/unneeded dh_* calls + - let install target depend on build target + - don't ignore errors of $(MAKE) realclean + * debian/rules: delete /usr/lib/perl5 only if it exists. + * debian/watch: use dist-based URL. + * debian/control: Changed: Switched Vcs-Browser field to ViewSVN + (source stanza). + * debian/control: Added: ${misc:Depends} to Depends: field. + + [ 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 ] + * Fix the following lintian warnings: + + copyright-refers-to-symlink-license + + copyright-contains-dh-make-perl-boilerplate + * 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} + - Fixes lintian warning debian-rules-makemaker-prefix-is-deprecated + - Enables running test suite at build time + - No more leftover files after running clean target + + Remove obsolete /usr/lib/perl5 handling + + Remove obsolete manual stamp file removal, now done by dh_clean + + Remove obsolete variable usage and targets + + Remove obsolete dh_{installchangelogs,builddeb} parameters + + Move dh_install{docs,examples} parameters to debian/{docs,examples} + + Finally switch to a minimal dh-style debian/rules file + * Bump Standards-Version to 3.9.5 (no further changes) + + -- Axel Beckert Wed, 01 Jan 2014 04:36:06 +0100 + libnet-xwhois-perl (0.90-3) unstable; urgency=low * Added myself as uploader diff -Nru libnet-xwhois-perl-0.90/debian/compat libnet-xwhois-perl-0.90/debian/compat --- libnet-xwhois-perl-0.90/debian/compat 2014-01-01 11:37:18.000000000 +0000 +++ libnet-xwhois-perl-0.90/debian/compat 2014-01-01 03:15:18.000000000 +0000 @@ -1 +1 @@ -5 +9 diff -Nru libnet-xwhois-perl-0.90/debian/control libnet-xwhois-perl-0.90/debian/control --- libnet-xwhois-perl-0.90/debian/control 2014-01-01 11:37:18.000000000 +0000 +++ libnet-xwhois-perl-0.90/debian/control 2014-01-01 03:33:16.000000000 +0000 @@ -1,17 +1,20 @@ Source: libnet-xwhois-perl +Maintainer: Debian Perl Group +Uploaders: Zak B. Elep Section: perl Priority: optional -Maintainer: Debian Perl Group -Uploaders: Zak B. Elep , Carlo Segre , Gunnar Wolf -Build-Depends: debhelper (>= 5.0.0) -Build-Depends-Indep: perl (>= 5.8.0-7) -Standards-Version: 3.7.2 -XS-Vcs-Svn: svn://svn.debian.org/svn/pkg-perl/packages/libnet-xwhois-perl/trunk/ +Build-Depends: debhelper (>= 9~) +Build-Depends-Indep: perl +Standards-Version: 3.9.5 +Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libnet-xwhois-perl.git +Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libnet-xwhois-perl.git +Homepage: https://metacpan.org/release/Net-XWhois Package: libnet-xwhois-perl Architecture: all -Depends: ${perl:Depends} -Description: Whois Client Interface for Perl5 +Depends: ${misc:Depends}, + ${perl:Depends} +Description: Whois Client Interface for Perl5 The Net::XWhois class provides a generic client framework for doing Whois queries and parsing server response. . @@ -21,4 +24,3 @@ template for presenting server data; consequently there is a large variation in layout styles as well as content served across servers. - diff -Nru libnet-xwhois-perl-0.90/debian/copyright libnet-xwhois-perl-0.90/debian/copyright --- libnet-xwhois-perl-0.90/debian/copyright 2014-01-01 11:37:18.000000000 +0000 +++ libnet-xwhois-perl-0.90/debian/copyright 2014-01-01 03:11:21.000000000 +0000 @@ -2,10 +2,6 @@ It was created by Matthias Urlichs using dh-make-perl. It is now maintained by Zak B. Elep -This copyright info was automatically extracted from the perl module. -It may not be accurate, so you better check the module sources -if don't want to get into legal troubles. - The upstream author is Vipul Ved Prakash . @@ -13,7 +9,8 @@ program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. -Perl is distributed under your choice of the GNU General Public License or -the Artistic License. On Debian GNU/Linux systems, the complete text of the -GNU General Public License can be found in `/usr/share/common-licenses/GPL' -and the Artistic Licence in `/usr/share/common-licenses/Artistic'. +Perl is distributed under your choice of the GNU General Public +License, version 1 or later, or the Artistic License. On Debian +GNU/Linux systems, the complete text of the GNU General Public License +version 1 can be found in `/usr/share/common-licenses/GPL-1' and the +Artistic Licence in `/usr/share/common-licenses/Artistic'. diff -Nru libnet-xwhois-perl-0.90/debian/docs libnet-xwhois-perl-0.90/debian/docs --- libnet-xwhois-perl-0.90/debian/docs 1970-01-01 00:00:00.000000000 +0000 +++ libnet-xwhois-perl-0.90/debian/docs 2014-01-01 03:27:24.000000000 +0000 @@ -0,0 +1 @@ +TODO diff -Nru libnet-xwhois-perl-0.90/debian/examples libnet-xwhois-perl-0.90/debian/examples --- libnet-xwhois-perl-0.90/debian/examples 1970-01-01 00:00:00.000000000 +0000 +++ libnet-xwhois-perl-0.90/debian/examples 2014-01-01 03:27:32.000000000 +0000 @@ -0,0 +1 @@ +examples/* diff -Nru libnet-xwhois-perl-0.90/debian/rules libnet-xwhois-perl-0.90/debian/rules --- libnet-xwhois-perl-0.90/debian/rules 2014-01-01 11:37:18.000000000 +0000 +++ libnet-xwhois-perl-0.90/debian/rules 2014-01-01 03:30:08.000000000 +0000 @@ -1,84 +1,8 @@ #!/usr/bin/make -f #-*- makefile -*- -# Made with the aid of dh_make, by Craig Small -# Sample debian/rules that uses debhelper. GNU copyright 1997 by Joey Hess. -# Some lines taken from debmake, by Christoph Lameter. # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 -PACKAGE=$(shell dh_listpackages) - -ifndef PERL -PERL = /usr/bin/perl -endif - -ifndef DESTDIR -DESTDIR=.. -endif -TMP =`pwd`/debian/$(PACKAGE) - -build: build-stamp -build-stamp: - dh_testdir - - # Add here commands to compile the package. - $(PERL) Makefile.PL INSTALLDIRS=vendor - $(MAKE) OPTIMIZE="-O2 -g -Wall" - - touch build-stamp - -clean: - dh_testdir - dh_testroot - rm -f build-stamp - - # Add here commands to clean up after the build process. - -$(MAKE) realclean - - dh_clean - -install: - dh_testdir - dh_testroot - dh_clean -k - dh_installdirs - - # Add here commands to install the package into debian/tmp. - #$(MAKE) install DESTDIR=`pwd`/debian/tmp - $(MAKE) install PREFIX=$(TMP)/usr - - -# Build architecture-dependent files here. -binary-arch: build install -# We have nothing to do by default. - -# Build architecture-independent files here. -binary-indep: build install - dh_testdir - dh_testroot - dh_installdocs TODO - dh_installexamples examples/* - dh_installmenu -# dh_installemacsen -# dh_installinit - dh_installcron - dh_installman - dh_installchangelogs Changes - dh_link - dh_strip - dh_compress - dh_fixperms -# dh_makeshlibs - dh_installdeb - dh_perl - dh_shlibdeps - dh_gencontrol - dh_md5sums - dh_builddeb --destdir=$(DESTDIR) - -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 libnet-xwhois-perl-0.90/debian/source/format libnet-xwhois-perl-0.90/debian/source/format --- libnet-xwhois-perl-0.90/debian/source/format 1970-01-01 00:00:00.000000000 +0000 +++ libnet-xwhois-perl-0.90/debian/source/format 2014-01-01 11:37:18.260400697 +0000 @@ -0,0 +1 @@ +3.0 (quilt) diff -Nru libnet-xwhois-perl-0.90/debian/watch libnet-xwhois-perl-0.90/debian/watch --- libnet-xwhois-perl-0.90/debian/watch 2014-01-01 11:37:18.000000000 +0000 +++ libnet-xwhois-perl-0.90/debian/watch 2014-01-01 03:05:18.000000000 +0000 @@ -1,2 +1,2 @@ -version=2 -http://www.cpan.org/modules/by-module/Net/Net-XWhois-(.*)\.tar\.gz +version=3 +https://metacpan.org/release/Net-XWhois .*/Net-XWhois-v?(\d[\d.]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)