diff -Nru libauthen-simple-radius-perl-0.1/debian/changelog libauthen-simple-radius-perl-0.1/debian/changelog --- libauthen-simple-radius-perl-0.1/debian/changelog 2015-06-07 06:38:41.000000000 +0000 +++ libauthen-simple-radius-perl-0.1/debian/changelog 2015-06-06 16:14:09.000000000 +0000 @@ -1,3 +1,45 @@ +libauthen-simple-radius-perl (0.1-3) unstable; urgency=low + + * Team upload. + + [ gregor herrmann ] + * debian/control: Changed: Switched Vcs-Browser field to ViewSVN + (source stanza). + * debian/control: Added: ${misc:Depends} to Depends: field. + * debian/control: remove DM-Upload-Allowed since Xavier Oswald is a DD + now. + + [ Nathan Handler ] + * debian/watch: Update to ignore development releases. + + [ Salvatore Bonaccorso ] + * debian/control: Changed: Replace versioned (build-)dependency on + perl (>= 5.6.0-{12,16}) with an unversioned dependency on perl (as + permitted by Debian Policy 3.8.3). + + [ 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 + + [ gregor herrmann ] + * Strip trailing slash from metacpan URLs. + + [ Salvatore Bonaccorso ] + * Update Vcs-Browser URL to cgit web frontend + + [ Niko Tyni ] + * Declare the package autopkgtestable + * Update to Standards-Version 3.9.6 + * Change to dpkg source format 3.0 (quilt) + * Add explicit build dependency on libmodule-build-perl + * Switch to debhelper v9 tiny debian/rules + * Update the long description to mention the module name + + -- Niko Tyni Sat, 06 Jun 2015 19:13:57 +0300 + libauthen-simple-radius-perl (0.1-2) unstable; urgency=low * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser diff -Nru libauthen-simple-radius-perl-0.1/debian/compat libauthen-simple-radius-perl-0.1/debian/compat --- libauthen-simple-radius-perl-0.1/debian/compat 2015-06-07 06:38:41.000000000 +0000 +++ libauthen-simple-radius-perl-0.1/debian/compat 2015-06-06 16:08:50.000000000 +0000 @@ -1 +1 @@ -6 +9 diff -Nru libauthen-simple-radius-perl-0.1/debian/control libauthen-simple-radius-perl-0.1/debian/control --- libauthen-simple-radius-perl-0.1/debian/control 2015-06-07 06:38:41.000000000 +0000 +++ libauthen-simple-radius-perl-0.1/debian/control 2015-06-06 16:13:52.000000000 +0000 @@ -1,20 +1,27 @@ Source: libauthen-simple-radius-perl -Section: perl -Priority: optional Maintainer: Debian Perl Group Uploaders: Xavier Oswald -Build-Depends: debhelper (>= 6) -Build-Depends-Indep: perl (>= 5.6.0-16), libtest-pod-perl, libtest-pod-coverage-perl, libauthen-simple-perl, libauthen-radius-perl -Standards-Version: 3.7.3 -Homepage: http://search.cpan.org/dist/Authen-Simple-RADIUS/ -Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libauthen-simple-radius-perl/ -Vcs-Browser: http://svn.debian.org/wsvn/pkg-perl/trunk/libauthen-simple-radius-perl/ -XS-DM-Upload-Allowed: yes +Section: perl +Testsuite: autopkgtest-pkg-perl +Priority: optional +Build-Depends: debhelper (>= 9), + libmodule-build-perl +Build-Depends-Indep: perl, + libtest-pod-perl, + libtest-pod-coverage-perl, + libauthen-simple-perl, + libauthen-radius-perl +Standards-Version: 3.9.6 +Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libauthen-simple-radius-perl.git +Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libauthen-simple-radius-perl.git +Homepage: https://metacpan.org/release/Authen-Simple-RADIUS Package: libauthen-simple-radius-perl Architecture: all -Depends: ${perl:Depends}, libauthen-simple-perl, libauthen-radius-perl +Depends: ${misc:Depends}, + ${perl:Depends}, + libauthen-simple-perl, + libauthen-radius-perl Description: Simple RADIUS authentication - This package allow to use RADIUS authentication methods. - . - It uses the libauthen-simple-perl framework. + Authen::Simple::Radius enables RADIUS authentication methods + in the Authen::Simple framework. diff -Nru libauthen-simple-radius-perl-0.1/debian/rules libauthen-simple-radius-perl-0.1/debian/rules --- libauthen-simple-radius-perl-0.1/debian/rules 2015-06-07 06:38:41.000000000 +0000 +++ libauthen-simple-radius-perl-0.1/debian/rules 2015-06-06 16:08:47.000000000 +0000 @@ -1,51 +1,4 @@ #!/usr/bin/make -f -PACKAGE=$(shell dh_listpackages) -TMP = $(CURDIR)/debian/$(PACKAGE) - -ifndef PERL -PERL = /usr/bin/perl -endif - -build: build-stamp -build-stamp: - dh_testdir - $(PERL) Makefile.PL INSTALLDIRS=vendor - $(MAKE) - touch $@ - -install: install-stamp -install-stamp: build-stamp - dh_testdir - dh_testroot - TEST_POD=1 $(MAKE) test - $(MAKE) install DESTDIR=$(TMP) PREFIX=/usr - [ ! -d $(TMP)/usr/lib/perl5 ] || rmdir --ignore-fail-on-non-empty --parents --verbose $(TMP)/usr/lib/perl5 - touch $@ - -clean: - dh_testdir - dh_testroot - [ ! -f Makefile ] || $(MAKE) realclean - dh_clean build-stamp install-stamp - -binary-arch: build install - -binary: binary-indep binary-arch - -binary-indep: build install - dh_testdir - dh_testroot - dh_installdocs - dh_installchangelogs Changes - dh_compress - dh_fixperms - dh_strip - dh_installdeb - dh_perl - dh_gencontrol - dh_md5sums - dh_builddeb - -binary: binary-indep binary-arch -.PHONY: binary clean ibinary-indep binary-arch build clean install +%: + dh $@ diff -Nru libauthen-simple-radius-perl-0.1/debian/source/format libauthen-simple-radius-perl-0.1/debian/source/format --- libauthen-simple-radius-perl-0.1/debian/source/format 1970-01-01 00:00:00.000000000 +0000 +++ libauthen-simple-radius-perl-0.1/debian/source/format 2015-06-06 16:08:14.000000000 +0000 @@ -0,0 +1 @@ +3.0 (quilt) diff -Nru libauthen-simple-radius-perl-0.1/debian/watch libauthen-simple-radius-perl-0.1/debian/watch --- libauthen-simple-radius-perl-0.1/debian/watch 2015-06-07 06:38:41.000000000 +0000 +++ libauthen-simple-radius-perl-0.1/debian/watch 2015-06-06 16:06:11.000000000 +0000 @@ -1,2 +1,2 @@ version=3 -http://search.cpan.org/dist/Authen-Simple-RADIUS/ .*/Authen-Simple-RADIUS-v?(\d[\d_.]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip) +https://metacpan.org/release/Authen-Simple-RADIUS .*/Authen-Simple-RADIUS-v?(\d[\d.]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)