diff -Nru libapache-authznetldap-perl-0.07/debian/changelog libapache-authznetldap-perl-0.07/debian/changelog --- libapache-authznetldap-perl-0.07/debian/changelog 2015-09-11 13:51:29.000000000 +0000 +++ libapache-authznetldap-perl-0.07/debian/changelog 2022-06-06 22:32:27.000000000 +0000 @@ -1,3 +1,33 @@ +libapache-authznetldap-perl (0.07-7) unstable; urgency=medium + + [ gregor herrmann ] + * Drop manually setting POD_MAN_DATE in debian/rules. + This is done by the toolchain now. + + [ Salvatore Bonaccorso ] + * debian/control: Use HTTPS transport protocol for Vcs-Git URI + + [ gregor herrmann ] + * Change bugtracker URL(s) to HTTPS. + * debian/copyright: change Copyright-Format 1.0 URL to HTTPS. + * Remove AGOSTINI Yves from Uploaders. Thanks for your work! + + [ Salvatore Bonaccorso ] + * Update Vcs-* headers for switch to salsa.debian.org + + [ Laurent Baillet ] + * fix lintian file-contains-trailing-whitespace warning + + [ gregor herrmann ] + * debian/watch: use uscan version 4. + + [ Debian Janitor ] + * Wrap long lines in changelog entries: 0.7-3, 0.7-1. + * Bump debhelper from old 9 to 12. + * Set debhelper-compat version in Build-Depends. + + -- Jelmer Vernooij Mon, 06 Jun 2022 23:32:27 +0100 + libapache-authznetldap-perl (0.07-6) unstable; urgency=medium * Team upload. @@ -59,7 +89,8 @@ * Updated section to "perl" * Change dependency on libapache-authnetldap-perl to suggests - * Remove apache-perl from dependency condition (it depends on libapache-mod-perl now, anyway) + * Remove apache-perl from dependency condition (it depends on + libapache-mod-perl now, anyway) -- Steve Haslam Mon, 15 Mar 2004 16:04:02 +0000 @@ -73,8 +104,10 @@ * New upstream release * Update packaging stuff to be reasonably modern - * Change depends on libapache-mod-perl to allow for apache-perl or libapache2-mod-perl2 - * Default to version 3 binds-- override with "LDAPVersion" in Apache config (e.g. "PerlSetVar LDAPVersion 2") + * Change depends on libapache-mod-perl to allow for apache-perl or + libapache2-mod-perl2 + * Default to version 3 binds-- override with "LDAPVersion" in Apache config + (e.g. "PerlSetVar LDAPVersion 2") (Closes: #190325) -- Steve Haslam Sat, 13 Mar 2004 00:32:52 +0000 diff -Nru libapache-authznetldap-perl-0.07/debian/compat libapache-authznetldap-perl-0.07/debian/compat --- libapache-authznetldap-perl-0.07/debian/compat 2015-09-11 13:51:29.000000000 +0000 +++ libapache-authznetldap-perl-0.07/debian/compat 1970-01-01 00:00:00.000000000 +0000 @@ -1 +0,0 @@ -9 diff -Nru libapache-authznetldap-perl-0.07/debian/control libapache-authznetldap-perl-0.07/debian/control --- libapache-authznetldap-perl-0.07/debian/control 2015-09-11 13:51:29.000000000 +0000 +++ libapache-authznetldap-perl-0.07/debian/control 2022-06-06 22:32:27.000000000 +0000 @@ -1,12 +1,10 @@ Source: libapache-authznetldap-perl Maintainer: Debian Perl Group -Uploaders: AGOSTINI Yves Section: perl Testsuite: autopkgtest-pkg-perl Priority: optional -Build-Depends: debhelper (>= 9) +Build-Depends: debhelper-compat (= 13) Build-Depends-Indep: perl, - dpkg-dev (>= 1.17.0), libapache2-mod-perl2, libconvert-asn1-perl, libextutils-autoinstall-perl, @@ -14,8 +12,8 @@ libnet-ldap-perl, liburi-perl Standards-Version: 3.9.6 -Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libapache-authznetldap-perl.git -Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libapache-authznetldap-perl.git +Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libapache-authznetldap-perl +Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libapache-authznetldap-perl.git Homepage: https://metacpan.org/release/Apache-AuthzNetLDAP Package: libapache-authznetldap-perl @@ -28,7 +26,7 @@ libnet-ldap-perl, liburi-perl Description: Apache-Perl module that enables to authorize a user with LDAP attributes - After you have authenticated a user (perhaps with Apache::AuthNetLDAP ;) + After you have authenticated a user (perhaps with Apache::AuthNetLDAP ;) you can use Apache::AuthzNetLDAP to determine whether they are authorized to access the Web resource under this modules control. . diff -Nru libapache-authznetldap-perl-0.07/debian/copyright libapache-authznetldap-perl-0.07/debian/copyright --- libapache-authznetldap-perl-0.07/debian/copyright 2015-09-11 13:51:29.000000000 +0000 +++ libapache-authznetldap-perl-0.07/debian/copyright 2022-06-06 22:32:27.000000000 +0000 @@ -1,4 +1,4 @@ -Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Source: https://metacpan.org/release/Apache-AuthzNetLDAP Upstream-Contact: Shannon Eric Peevey speeves@unt.edu Upstream-Name: Apache-AuthzNetLDAP diff -Nru libapache-authznetldap-perl-0.07/debian/patches/perl-5.18-build.patch libapache-authznetldap-perl-0.07/debian/patches/perl-5.18-build.patch --- libapache-authznetldap-perl-0.07/debian/patches/perl-5.18-build.patch 2015-09-11 13:51:29.000000000 +0000 +++ libapache-authznetldap-perl-0.07/debian/patches/perl-5.18-build.patch 2022-06-06 22:32:27.000000000 +0000 @@ -1,6 +1,6 @@ Description: fix Makefile.PL to work with perl 5.18 Origin: vendor -Bug-Debian: http://bugs.debian.org/719972 +Bug-Debian: https://bugs.debian.org/719972 Bug: https://rt.cpan.org/Ticket/Display.html?id=87975 Forwarded: https://rt.cpan.org/Ticket/Display.html?id=87975 Author: "brian m. carlson" diff -Nru libapache-authznetldap-perl-0.07/debian/rules libapache-authznetldap-perl-0.07/debian/rules --- libapache-authznetldap-perl-0.07/debian/rules 2015-09-11 13:51:29.000000000 +0000 +++ libapache-authznetldap-perl-0.07/debian/rules 2022-06-06 22:32:27.000000000 +0000 @@ -1,7 +1,4 @@ #!/usr/bin/make -f -SOURCE_DATE_EPOCH = $(shell date -d "$$(dpkg-parsechangelog -SDate)" +%s) -export POD_MAN_DATE = $(shell date -u +"%Y-%m-%d" --date="@$(SOURCE_DATE_EPOCH)") - %: dh $@ diff -Nru libapache-authznetldap-perl-0.07/debian/watch libapache-authznetldap-perl-0.07/debian/watch --- libapache-authznetldap-perl-0.07/debian/watch 2015-09-11 13:51:29.000000000 +0000 +++ libapache-authznetldap-perl-0.07/debian/watch 2022-06-06 22:32:27.000000000 +0000 @@ -1,2 +1,2 @@ -version=3 -https://metacpan.org/release/Apache-AuthzNetLDAP .*/Apache-AuthzNetLDAP-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ +version=4 +https://metacpan.org/release/Apache-AuthzNetLDAP .*/Apache-AuthzNetLDAP-v?@ANY_VERSION@@ARCHIVE_EXT@$