diff -Nru libcrypt-des-ede3-perl-0.01/debian/changelog libcrypt-des-ede3-perl-0.01/debian/changelog --- libcrypt-des-ede3-perl-0.01/debian/changelog 2021-01-01 05:12:36.000000000 +0000 +++ libcrypt-des-ede3-perl-0.01/debian/changelog 2020-12-31 23:48:04.000000000 +0000 @@ -1,3 +1,30 @@ +libcrypt-des-ede3-perl (0.01-2) unstable; urgency=medium + + * Take over for the Debian Perl Group. + Closes: #978622 + * debian/control: Added: Vcs-Git field (source stanza); Vcs-Browser + field (source stanza); Homepage field (source stanza). Changed: + Maintainer set to Debian Perl Group (was: Pierre-Matthieu Alamy + ). + * Remove Pierre-Matthieu and Florian. + Closes: #523380 + * debian/watch: use metacpan-based URL. + * Mark package as autopkgtest-able. + * Declare compliance with Debian Policy 4.5.1. + * Set Rules-Requires-Root: no. + * Drop unneeded version constraints from (build) dependencies. + * Annotate test-only build dependencies with . + * Switch to source format "3.0 (quilt)". + * Bump debhelper-compat to 13. + Closes: #965631 + * debian/watch: use uscan version 4. + * debian/rules: use dh(1). + * debian/copyright: use Copyright-Format 1.0. + * Add /me to Uploaders. + + -- gregor herrmann Fri, 01 Jan 2021 00:48:04 +0100 + libcrypt-des-ede3-perl (0.01-1.2) unstable; urgency=medium * Non maintainer upload by the Reproducible Builds team. @@ -17,4 +44,3 @@ * Initial release. -- Pierre-Matthieu Alamy Tue, 4 Apr 2006 16:01:02 +0000 - diff -Nru libcrypt-des-ede3-perl-0.01/debian/compat libcrypt-des-ede3-perl-0.01/debian/compat --- libcrypt-des-ede3-perl-0.01/debian/compat 2021-01-01 05:12:36.000000000 +0000 +++ libcrypt-des-ede3-perl-0.01/debian/compat 1970-01-01 00:00:00.000000000 +0000 @@ -1 +0,0 @@ -5 diff -Nru libcrypt-des-ede3-perl-0.01/debian/control libcrypt-des-ede3-perl-0.01/debian/control --- libcrypt-des-ede3-perl-0.01/debian/control 2021-01-01 05:12:36.000000000 +0000 +++ libcrypt-des-ede3-perl-0.01/debian/control 2020-12-31 23:48:04.000000000 +0000 @@ -1,15 +1,23 @@ Source: libcrypt-des-ede3-perl +Maintainer: Debian Perl Group +Uploaders: gregor herrmann Section: perl +Testsuite: autopkgtest-pkg-perl Priority: optional -Maintainer: Pierre-Matthieu Alamy -Uploaders: Florian Ragwitz -Build-Depends: debhelper (>= 5.0.0) -Build-Depends-Indep: perl (>=5.8.8-3), libcrypt-des-perl -Standards-Version: 3.6.2 +Build-Depends: debhelper-compat (= 13) +Build-Depends-Indep: libcrypt-des-perl , + perl +Standards-Version: 4.5.1 +Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libcrypt-des-ede3-perl +Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libcrypt-des-ede3-perl.git +Homepage: https://metacpan.org/release/Crypt-DES_EDE3 +Rules-Requires-Root: no Package: libcrypt-des-ede3-perl Architecture: all -Depends: ${perl:Depends}, ${misc:Depends}, libcrypt-des-perl +Depends: ${misc:Depends}, + ${perl:Depends}, + libcrypt-des-perl Description: Triple-DES EDE encryption/decryption for perl Crypt::DES_EDE3 implements DES-EDE3 encryption. This is triple-DES encryption where an encrypt operation is encrypt-decrypt-encrypt, and diff -Nru libcrypt-des-ede3-perl-0.01/debian/copyright libcrypt-des-ede3-perl-0.01/debian/copyright --- libcrypt-des-ede3-perl-0.01/debian/copyright 2021-01-01 05:12:36.000000000 +0000 +++ libcrypt-des-ede3-perl-0.01/debian/copyright 2020-12-31 23:48:04.000000000 +0000 @@ -1,17 +1,31 @@ -This package was debianized by Pierre-Matthieu Alamy on -Tue, 4 Apr 2006 16:01:02 +0000. +Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Source: https://metacpan.org/release/Crypt-DES_EDE3 +Upstream-Contact: Benjamin Trott +Upstream-Name: Crypt-DES_EDE3 -It was downloaded from CPAN, http://search.cpan.org/~btrott/Crypt-DES_EDE3/ +Files: * +Copyright: 2001, Benjamin Trott +License: Artistic or GPL-1+ -Upstream Author: Benjamin Trott +Files: debian/* +Copyright: 2006, Pierre-Matthieu Alamy + 2008, Mark Hymers + 2020, 2021, gregor herrmann + 2020, Holger Levsen +License: Artistic or GPL-1+ -Copyright 2001 Benjamin Trott. All rights reserved. +License: Artistic + This program is free software; you can redistribute it and/or modify + it under the terms of the Artistic License, which comes with Perl. + . + On Debian systems, the complete text of the Artistic License can be + found in `/usr/share/common-licenses/Artistic'. -License: -Crypt::DES_EDE3 is free software; you may 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'. +License: GPL-1+ + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 1, or (at your option) + any later version. + . + On Debian systems, the complete text of version 1 of the GNU General + Public License can be found in `/usr/share/common-licenses/GPL-1'. diff -Nru libcrypt-des-ede3-perl-0.01/debian/rules libcrypt-des-ede3-perl-0.01/debian/rules --- libcrypt-des-ede3-perl-0.01/debian/rules 2021-01-01 05:12:36.000000000 +0000 +++ libcrypt-des-ede3-perl-0.01/debian/rules 2020-12-31 23:48:04.000000000 +0000 @@ -1,57 +1,4 @@ #!/usr/bin/make -f -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) Makefile.PL INSTALLDIRS=vendor - $(MAKE) OPTIMIZE="-Wall -O2 -g" - touch build-stamp - -clean: - dh_testdir - dh_testroot - dh_clean build-stamp install-stamp - [ ! -f Makefile ] || $(MAKE) realclean - dh_clean - -install: build install-stamp -install-stamp: - dh_testdir - dh_testroot - dh_clean -k - $(MAKE) test - $(MAKE) install DESTDIR=$(TMP) PREFIX=/usr - [ ! -d $(TMP)/usr/lib/perl5 ] || rmdir --ignore-fail-on-non-empty --parents $(TMP)/usr/lib/perl5 - 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 libcrypt-des-ede3-perl-0.01/debian/source/format libcrypt-des-ede3-perl-0.01/debian/source/format --- libcrypt-des-ede3-perl-0.01/debian/source/format 1970-01-01 00:00:00.000000000 +0000 +++ libcrypt-des-ede3-perl-0.01/debian/source/format 2020-12-31 23:48:04.000000000 +0000 @@ -0,0 +1 @@ +3.0 (quilt) diff -Nru libcrypt-des-ede3-perl-0.01/debian/tests/pkg-perl/use-name libcrypt-des-ede3-perl-0.01/debian/tests/pkg-perl/use-name --- libcrypt-des-ede3-perl-0.01/debian/tests/pkg-perl/use-name 1970-01-01 00:00:00.000000000 +0000 +++ libcrypt-des-ede3-perl-0.01/debian/tests/pkg-perl/use-name 2020-12-31 23:48:04.000000000 +0000 @@ -0,0 +1 @@ +Crypt::DES_EDE3 diff -Nru libcrypt-des-ede3-perl-0.01/debian/watch libcrypt-des-ede3-perl-0.01/debian/watch --- libcrypt-des-ede3-perl-0.01/debian/watch 2021-01-01 05:12:36.000000000 +0000 +++ libcrypt-des-ede3-perl-0.01/debian/watch 2020-12-31 23:48:04.000000000 +0000 @@ -1,2 +1,2 @@ -version=3 -http://www.cpan.org/modules/by-module/Crypt/Crypt-DES_EDE3-(.*)\.tar\.gz debian uscan +version=4 +https://metacpan.org/release/Crypt-DES_EDE3 .*/Crypt-DES_EDE3-v?@ANY_VERSION@@ARCHIVE_EXT@$