license-reconcile (0.17) unstable; urgency=medium * Remove libreadonly-xs-perl from Build-Depends-Indep and Depends. Not needed since libreadonly-perl 1.500.0, and about to be removed from the archive. * Annotate test-only build dependencies with . * Declare compliance with Debian Policy 4.4.0. * Drop unneeded version constraints from build and runtime dependencies. * Bump debhelper-compat to 12. * Update years of packaging copyright. -- gregor herrmann Mon, 15 Jul 2019 10:56:49 -0300 license-reconcile (0.16) unstable; urgency=medium [ gregor herrmann ] * Fix mistake in previous changelog entry. Thanks to Guillem Jover for the hint. * Change build dependency from libsoftware-license-perl to libsoftware-licensemoreutils-perl and use it in t/08-licensecheck.t. [ Felix Lechner ] * t/08-licensecheck.t: 'Software::LicenseMoreUtils::LicenseWithSummary::summary_or_text' already includes a copyright notice. (#905614 and #911403.) The copyright notice is not needed in the test. This patch removes it. Closes: #905614. [ gregor herrmann ] * Declare compliance with Debian Policy 4.2.1. * Drop unneeded version constraint from licensecheck. * Remove trailing whitespace from debian/*. -- gregor herrmann Sun, 04 Nov 2018 15:47:00 +0100 license-reconcile (0.15) unstable; urgency=medium [ Salvatore Bonaccorso ] * Update Vcs-* headers for switch to salsa.debian.org [ gregor herrmann ] * Apply patch to use Email::Address::XS instead of Email::Address. Thanks to Pali Rohár for the bug report and the patch. (Closes: #887550) * debian/control: libemail-address-perl → libemail-address-xs-perl. * Update years of packaging copyright. * Declare compliance with Debian Policy 4.1.4. * Bump debhelper compatibility level to 10. * autopkgtest: add debian/tests/pkg-perl/smoke-tests in order to not run (and fail on) test data which look like test scripts. -- gregor herrmann Sat, 30 Jun 2018 20:32:04 +0200 license-reconcile (0.14) unstable; urgency=medium * Update t/08-licensecheck.t to changed output of licensecheck. Additionally bump versioned build dependency on licensecheck. Thanks to Lucas Nussbaum for the bug report. (Closes: #852879) -- gregor herrmann Sat, 28 Jan 2017 15:51:20 +0100 license-reconcile (0.13) unstable; urgency=medium * Update tests to changed licensecheck output. Thanks to LocutusOfBorg for the pointer. -- gregor herrmann Mon, 28 Nov 2016 17:09:08 +0100 license-reconcile (0.12) unstable; urgency=medium * Team upload. [ gregor herrmann ] * Remove Nicholas Bamber from Uploaders. Thanks for your work! [ gustavo panizzo ] * Update test cases to match licensecheck output. Thanks Petter Reinholdtsen for the patches, Fix FTBFS (Closes: #832840). * Fix typo in lib/Debian/LicenseReconcile/CopyrightDatum.pm. -- gustavo panizzo Sun, 18 Sep 2016 10:40:39 +0800 license-reconcile (0.11) unstable; urgency=medium * debian/copyright: change Copyright-Format 1.0 URL to HTTPS. * Replace devscripts dependencies with licensecheck. Thanks to Jeremy Bicha for the bug report and Adam Conrad for the patch. (Closes: #829633) * Declare compliance with Debian Policy 3.9.8. -- gregor herrmann Tue, 05 Jul 2016 14:20:28 +0200 license-reconcile (0.10) unstable; urgency=medium [ Nicholas Bamber ] * Consolidated TODO list * Started adding new tests * Took account of latest licensecheck version and bumped dependency [ Salvatore Bonaccorso ] * debian/control: Use HTTPS transport protocol for Vcs-Git URI [ gregor herrmann ] * Add support for HTTPS in Format URL. Thanks to Petter Reinholdtsen for the bug report. (Closes: #815542) * Fix exclusion of .git, .pc, and now also .svn directories. Thanks to Michael Prokop for the bug report. (Closes: #703498) * Update years of packaging copyright. * Declare compliance with Debian Policy 3.9.7. -- gregor herrmann Wed, 02 Mar 2016 17:15:49 +0100 license-reconcile (0.9) unstable; urgency=low * Code reviewed: bin/license-reconcile * Allow file aguments to restrict activity to stated files * Added bash completion file * Added support for Artistic-2.0, GPL-3 and GPL-3+ and others * Added --suggest-stanzas option * Added tweak to Copyright text when list of years is not Set::IntSpan compatible -- Nicholas Bamber Tue, 17 Nov 2015 11:56:15 +0000 license-reconcile (0.8) unstable; urgency=medium [ gregor herrmann ] * Rename autopkgtest configuration file(s) as per new pkg-perl- autopkgtest schema. [ Nicholas Bamber ] * Added myself as Uploader * Fixed spelling errors * Updated version number and copyright * Added TODO list of issues that came up in code review * Changes in how licensecheck is handled (Closes: #801609) - Ignore warnings from licensecheck - Add --text argument to licensecheck invocation - Increased dependency on devscripts to 2.15.9~ - For now hacked tests to succeed * Corrected sequence of filters and commented * Replaced examples directory with list of projects in the documentation * Updated debian/license-reconcile.yml -- Nicholas Bamber Thu, 05 Nov 2015 15:44:47 +0000 license-reconcile (0.7) unstable; urgency=medium * Team upload. * Fix test to cope with devscript 2.15.6 (Closes: #795559) * control: BD-I in devscript >= 2.15.6 -- Dominique Dumont Thu, 20 Aug 2015 19:20:07 +0200 license-reconcile (0.6) unstable; urgency=medium * Team upload [ Salvatore Bonaccorso ] * Update Vcs-Browser URL to cgit web frontend [ Damyan Ivanov ] * Mark package as autopkgtest-able * Declare compliance with Debian Policy 3.9.6 * Add explicit build dependency on libmodule-build-perl -- Damyan Ivanov Sun, 07 Jun 2015 19:00:20 +0000 license-reconcile (0.5) unstable; urgency=medium * debian/control: remove Nicholas Bamber from Uploaders on request of the MIA team. * Make (build) dependency on libreadonly-perl versioned to avoid test failures with broken versions. (Closes: #753214) * Add new libreadonly-perl as alterative to libreadonly-xs-perl. * Add /me to Uploaders. * debian/copyright: add section for debian/*. * Declare compliance with Debian Policy 3.9.5. -- gregor herrmann Sun, 29 Jun 2014 23:54:19 +0200 license-reconcile (0.4) unstable; urgency=low * Team upload. * Fix test suite to fix FTBFS (Closes: #724304) + Fix random order issues in t/17-copyright.t, t/18-app.t, and t/20-copyright_extract.t. + Fix t/17-copyright.t for usage with recent libset-intspan-perl, add version to build-dependency. + Adapt t/lib/TestData.pm to Perl 5.18's error messages. * Add test to ensure that all version numbers in the modules are the same as in debian/changelog. * Summarize build-dependencies on Perl as >= 5.18 * Make Changes a pointer to debian/changelog as nobody updated it anyway -- Axel Beckert Mon, 30 Sep 2013 20:55:09 +0200 license-reconcile (0.3) unstable; urgency=low * Team upload. * Debian::LicenseReconcile::Utils: sort returned files. Thanks to Oleg Gashev for the patch. (Closes: #713409) -- gregor herrmann Sat, 10 Aug 2013 15:53:33 +0200 license-reconcile (0.2) unstable; urgency=low * Team upload. [ 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 ] * Add explicit (build) dependency on libuniversal-require-perl. It got pulled in during build but not at runtime. Thanks to Michael Prokop for the bug report. (Closes: #703496) -- gregor herrmann Wed, 20 Mar 2013 18:21:27 +0100 license-reconcile (0.1) unstable; urgency=low * Initial Release (Closes: #686485). -- Nicholas Bamber Sun, 30 Dec 2012 19:18:52 +0000