pkg-perl-tools (0.19) unstable; urgency=medium * Fix traversing the wrong directory in lintian/checks/…/module-name.pm (Closes: #763891) Thanks Niels Thykier! -- Axel Beckert Fri, 03 Oct 2014 20:15:02 +0200 pkg-perl-tools (0.18) unstable; urgency=medium [ Niko Tyni ] * Add basic lintian checks for Testsuite: autopkgtest-pkg-perl [ Axel Beckert ] * Update our lintian checks for lintian 2.5.28's API (Closes: #763204) + (Build-)Depends on lintian >= 2.5.28~ * Fix lintian warning missing-testsuite-header (see above ;-) -- gregor herrmann Fri, 03 Oct 2014 00:36:49 +0200 pkg-perl-tools (0.17) unstable; urgency=medium * autopkgtest/smoke: + survive empty t/ directories + don't run test.pl with prove + skip t/04critic.t and t/97meta.t by default * autopkgtest/syntax: process packages with Suggestions if there's a skip list * autopkgtest: update README to reflect current practice -- Niko Tyni Sun, 21 Sep 2014 21:30:40 +0300 pkg-perl-tools (0.16) unstable; urgency=medium [ Niko Tyni ] * autopkgtest/smoke: support comments and empty lines in test-files * autopkgtest/smoke: skip tests listed in debian/tests/pkg-perl/skip-smoke * autopkgtest/smoke: skip t/boilerplate.t, t/pod.t, and t/pod-coverage.t by default [ Axel Beckert ] * Add an "Enhances: lintian" header to since it contains lintian checks. * Bump Standards-Version to 3.9.6 (no changes) -- Niko Tyni Thu, 18 Sep 2014 23:11:29 +0300 pkg-perl-tools (0.15) unstable; urgency=medium [ gregor herrmann ] * examples/mass-commit: - add -s to proposed mr push - update copyright notice [ Niko Tyni ] * autopkgtest/smoke: set AUTOMATED_TESTING and NONINTERACTIVE_TESTING * autopkgtest/smoke: also use test.pl if present * autopkgtest/smoke: don't recurse into subdirectories of t/ * autopkgtest/smoke: don't overwrite MANIFEST* if they exist [ Axel Beckert ] * Avoid symlink attacks lintian/checks/…/{usr-lib-perl5,xs-abi}.pm. Also fixes Perl warnings in lintian/checks/pkg-perl/usr-lib-perl5.pm if debian/$file is a symlink pointing outside the debian directory. * Add lintian check for wrong section and package name when packaging applications. * Mention in package description that the contained lintian checks need to be enabled explicitly. -- gregor herrmann Wed, 17 Sep 2014 19:51:33 +0200 pkg-perl-tools (0.14) unstable; urgency=medium [ Niko Tyni ] * autopkgtest: - move debian/tests/test-files under debian/tests/pkg-perl/ - move debian/tests/module-name under debian/tests/pkg-perl/ This is to unify the pkg-perl test configuration. We fall back to the old locations for now. * autopkgtest: make syntax.t skip files listed in d/t/pkg-perl/skip- syntax. * autopkgtest: add a new example file "default-tests-control". This can be copied over to the package source tree and edited when necessary. * autopkgtest: install a more complete dummy module for POD checkers. * autopkgtest/smoke: remove the temporary directory after tests. * autopkgtest/smoke: create dummy MANIFEST and MANIFEST.SKIP files. This placates some test suites that insist on author tests. -- gregor herrmann Sat, 13 Sep 2014 20:56:34 +0200 pkg-perl-tools (0.13) unstable; urgency=medium [ Niko Tyni ] * autopkgtest/smoke: use xvfb-run if available. If debian/rules uses xvfb-run for the test suite, it will be in the build dependencies and therefore present in the test chroot. * autopkgtest/smoke: copy the full directory structure of test-files. If the listed files are in a subdirectory, we want the subdirectory to be copied too rather than having the files end up in the main target directory. * autopkgtest/smoke: create a full dummy blib directory structure. This makes 'use blib' work rather than throw an error. * autopkgtest/smoke: Create a dummy file under blib/lib/ to appease some test suites. This placates tests that try to assemble a list of files to test in the source tree and croak if they can't find any. * autopkgtest/syntax: Skip the test for packages with soft dependencies. The package might have modules that need Suggested packages. We don't want to keep track of those manually, so skip the test altogether for such packages. * autopkgtest/runner: ignore .proverc files in tested packages. * autopkgtest/runner: save the exit code from failed tests * autopkgtest: new test type runtime-deps-and-recommends, needed by syntax.t. This is for tests that need to be run with Recommendations installed. Currently the only such test is syntax.t, moved over from the runtime-deps side. [ gregor herrmann ] * Update Makefile for the new autopkgtest test set. Install the new runtime-deps-and-recommends.d/ directory and its contents. -- gregor herrmann Wed, 10 Sep 2014 23:39:54 +0200 pkg-perl-tools (0.12) unstable; urgency=medium [ Salvatore Bonaccorso ] * Use dpkg-parsechangelog --show-field calls * Add (Build-)Depends on dpkg-dev (>= 1.17.0) dpkg 1.17.0 introduced the --show-version flag for dpkg-parsechangelog. [ Niko Tyni ] * autopkgtest runner: Support disabling standard tests per package. Don't run tests that have corresponding files under debian/tests/pkg- perl/SKIP in the package. [ gregor herrmann ] * dpt-debian-upstream: don't add Homepage to debian/upstream/metadata. The field was demoted to "not recommended" in the UMEGAYA specification, since it duplicates the Homepage field in debian/control. [ Axel Beckert ] * Don't emit no-module-name-in-description if no Perl module named like the package is found. Reduces false positives for oddly named module distributions. * "make test" now also checks syntax of .pm files (i.e. lintian checks) [ gregor herrmann ] * autopkg-test: smoke test: create empty $TDIR/blib directory. Otherwise Test::Pod's all_pod_files{,_ok} tests fail if the find neither a blib/ nor a lib/ directory. With the empty blib/, the tests are effectively skipped which is better than failing them. * Add build dependency on lintian, required by new tests. * Update debian/copyright. -- gregor herrmann Mon, 08 Sep 2014 23:20:21 +0200 pkg-perl-tools (0.11) unstable; urgency=medium [ Axel Beckert ] * Add an adequate based autopkgtest test script to pkg-perl-autopkgtest. * Fix typos in previous changelog entry * Extend long description of pkg-perl-autopkgtest. Fixes lintian warning extended-description-is-probably-too-short. [ Niko Tyni ] * Add a missing dependency on "perl" to the pkg-perl-autopkgtest package. perl is needed for at least prove and Test::More. * Add a test runner that checks the syntax of all the perl modules on @INC. * Make the autopkgtest runner invoke prove -v on *.t files * Add a test runner that tries to 'use' the main module in the package. [ gregor herrmann ] * autopkgtest: implement a generic test runner framework that runs test scripts in *.d subdirectories. (See README.autopkgtest) * autopkgtest: pkg-perl-autopkgtest now Provides: pkg-perl-autopkgtest-heavy. * autopkgtest: move adequate test to examples. * dpt-import-orig: handle versions with epoch when calling dch. [ Salvatore Bonaccorso ] * import-orig: Create changelog entry after importing new upstream version * upstream-repo: Create changelog entry after adding debian/upstream/metadata [ Dominic Hargreaves ] * Team upload -- Dominic Hargreaves Sun, 31 Aug 2014 19:37:28 -0700 pkg-perl-tools (0.10) unstable; urgency=medium [ gregor herrmann ] * Lintian checks: escape < and > in usr-lib-perl5-mentioned description. [ Salvatore Bonaccorso ] * mass-commit: Use git checkout instead of git co * Update Vcs-Browser URL to cgit web frontend [ David Bremner ] * scripts:/upstream-repo: - tighten regexp for grabbing URL from debian/upstream/metadata - use "git ls-remote" to probe URLs * scripts/import-orig: - add default value for DPT_RM_TARGZ - collapse two cases of tag guessing - improve handling of missing tags under "set -e" - tidy handling of different import scripts [ gregor herrmann ] * scripts/upstream-repo: - add -g option. Don't git add/commit debian/upstream/metadata. - update copyright notice [ Damyan Ivanov ] * add a lintian check that the main module name is present in the long description * dpt checkout: hook 'dpt upstream-repo' if debian/upstream/metadata contains repository information [ Damyan Ivanov ] * dpt checkout: fetch upstream remote if already present * dpt upstream-repo: fetch upstream remote [ pkg-perl@DebConf Outdoor Hacklab Group ] * Add new binary package pkg-perl-autopkgtest to collect autopkgtest scripts. * Add first autopkgtest test script which uses prove. * Add copyright/license information for new autopkgtest/* files. -- gregor herrmann Thu, 28 Aug 2014 21:17:49 -0700 pkg-perl-tools (0.9) unstable; urgency=medium [ gregor herrmann ] * dpt-forward: don't include "Forwarded: " line in patch forwarding (same as dpt-forward-patch). [ Damyan Ivanov ] * forward/submit_cpan_rt: another attempt to set the requestor at submission time [ gregor herrmann ] * scripts/forward: move requestor to new ticket, add add_cc to updates. * scripts/forward: in prepare_body(), don't wrap bug info or patch headers. [ Salvatore Bonaccorso ] * scripts/forward-patch: Use cgit based URLs when referencing patches * script/forward: Add support for cgit based Vcs-Browser URLs * When converting Vcs-Browser field from svn to git use cgit based URL * When adding a missing Vcs-Browser field use the cgit based URL [ gregor herrmann ] * examples/check-build: add possibility to strip arch:any debs from .changes. [ Damyan Ivanov ] * add lintian check about perl-modules presense in dependencies * add a lintian check about using usr/lib/perl in debian/* -- Damyan Ivanov Tue, 12 Aug 2014 07:56:24 +0000 pkg-perl-tools (0.8) unstable; urgency=medium [ Salvatore Bonaccorso ] * scripts/forward: Fix typo in --tracker pod section [ Damyan Ivanov ] * github support: + wrap bug content between ``` + prepend four spaces before the patch description + add --ticket support [ gregor herrmann ] * dpt-foward: POD: the tracker is called 'cpan', not 'rt'. [ Salvatore Bonaccorso ] * dpt-foward: POD: the tracker is called 'cpan', not 'rt'. [ Damyan Ivanov ] * submit_cpan_rt: add requestor in ticket creation * when adding Forwarded: patch header also add Bug: header * make --offline-test effective for github tracker too -- Damyan Ivanov Thu, 26 Jun 2014 23:22:26 +0300 pkg-perl-tools (0.7) unstable; urgency=medium [ Damyan Ivanov ] * scripts/forward: + drop --dry-run (does nothing) + update and write documentation [ Salvatore Bonaccorso ] * scripts/forward: correct constructed ticket URL -- Damyan Ivanov Mon, 09 Jun 2014 08:28:23 +0300 pkg-perl-tools (0.6) unstable; urgency=medium [ gregor herrmann ] * Mention dpt-gc in dpt(1). * mass-commit example script: some git fine tuning. Check that .git exists, switch to master branch, and propose to push master in the end. [ Damyan Ivanov ] * add GitHub support to dpt-foward-patch(1). [ gregor herrmann ] * Add libnet-github-perl to Build-Depends and Recommends. Needed for the github support in dpt-forward-patch. * Switch from debian/upstream to debian/upstream/metadata in several places. [ Salvatore Bonaccorso ] * Remove trailing slash from metacpan.org URL when fetching module's site * Allow metacpan URLs without trailing slash [ gregor herrmann ] * Bump required debhelper version for Module::Build::Tiny in Lintian::pkg_perl::debhelper to 9.20140227. (First version using realclean instead of distclean.) * Fix a typo in examples/mass-commit output. [ Axel Beckert ] * Suggests duck. [ gregor herrmann ] * examples/check-build: run duck as well. [ Salvatore Bonaccorso ] * check-build: Check if lintian exists and executable [ Damyan Ivanov ] * new single shot forwarding tool, dpt-forward. can forward bugs and patches, even at the same, to the REST interface of rt.cpan.org or the API of GitHub. [ Florian Schlichting ] * fix gen-itp synopsis [ Damyan Ivanov ] * typo in pkg-perl/modulebuild description * new lintian check about files in usr/lib/perl5 with multiarch-enabled perl * add libfile-slurp-perl to b-d-i and Recommends -- Damyan Ivanov Sat, 07 Jun 2014 12:22:04 +0300 pkg-perl-tools (0.5) unstable; urgency=low [ gregor herrmann ] * dpt-takeover: call `dpt alioth-repo' instead of the removed alioth- git-repo script in the repo. * dpt-dch-note: POD fix. Add newlines to avoid wrapping of the items. [ Damyan Ivanov ] * small indentation fix in POD [ gregor herrmann ] * Add libconfig-model-dpkg-perl to Recommends. Needed by at least dpt-gen-itp, and only suggested by libconfig-model-perl. [ Axel Beckert ] * Allow multiple packages as parameter to "dpt checkout". * Update POD of "dpt checkout" to mention "dpt co" and the directory changing feature. * Add (open)ssh-client to Depends. Needed by all commands which create or modify git repositories on Alioth. * Bump Standards-Version to 3.9.5 (no changes) * Fix typo in POD of scripts/push. * dpt checkout: Only change directory if only one package has been checked out * Make "dpt push" honor debian-tag, debian-branch, upstream-tag, and upstream-branch settings from .gbp.conf, debian/gbp.conf, and .git/gbp.conf. * Add debian/gbp.conf to document non-gbp-standard tag syntax. [ gregor herrmann ] * Add new dpt-debian-upstream script: convert META.{json,yml} to debian/upstream. * Add libyaml-libyaml-perl to Build-Depends and Recommends. Needed by dpt-debian-upstream. * Add new upstream-repo script: add upstream Git repository as git remote. * Add libdebian-copyright-perl to Recommends. Used by dpt-upstream-repo. * Add new dpt-import-orig script: git-import-orig wrapper with upstream tracking support. * Add information about new scripts to debian/copyright. * Mention new scripts in dpt(1). * Update URL of repack.sh in examples/repack.stub. * Add build dependency on spell checkers. Needed by t/spelling.st. * Add more stopwords to t/spelling.st. [ Axel Beckert ] * Backwards-compatible transition from git-import-* to gbp-import-* [ Salvatore Bonaccorso ] * mass-commit: Replace use of vasks.debian.org with git.debian.org * rename-uploader: Replace use of vasks.debian.org with git.debian.org [ gregor herrmann ] * dpt-takeover: use dpt-push after running dpt-packagecheck. -- Damyan Ivanov Fri, 17 Jan 2014 00:12:06 +0200 pkg-perl-tools (0.4) unstable; urgency=low [ Damyan Ivanov ] * document dpt-config * fix section on dpt-config references * install man5/ * fix dpt-config.pod name [ Salvatore Bonaccorso ] * Add reference for dpt-alioth-repo to dpt POD [ Damyan Ivanov ] * recommend libmodule-inspector-perl * add a 'push' subcommand -- Damyan Ivanov Sun, 20 Oct 2013 19:36:22 +0300 pkg-perl-tools (0.3) unstable; urgency=low [ gregor herrmann ] * Add new lintian checks: libmodule-build-(tiny-)perl need to be in Build-Depends, not in Build-Depends-Indep, since they are used in the clean target. [ Damyan Ivanov ] * add "dpt cd" sub-command * provide 'dpt co' as a shortcut for 'dpt checkout' * provide bash-specific cleanup in dpt() * implement 'dpt gc' -- 'git gc' over all packages -- Damyan Ivanov Sun, 22 Sep 2013 20:47:08 +0300 pkg-perl-tools (0.2) unstable; urgency=low [ gregor herrmann ] * Install examples into binary package. * Install README about lintian profile. [ Axel Beckert ] * Run, but ignore spelling tests. Move libtest-spelling-perl from Build-Conflicts to Build-Depends. Rename spelling.t to spelling.st and ignore the result of all .st tests. * Mention lintian checks copyright in debian/copyright * Mention gregoa in debian/copyright for debian/*, too * Add .mailmap to properly attribute commits made under different committer names * t/spelling.st: Add some more stop-words and "M-x sort-lines" them [ Damyan Ivanov ] * add 'dpt checkout' script * dpt: read configuration * propagate DPT_* settings to child processes * report the location of the checkout * sort sub-commands alphabetically in dpt(1) [ Salvatore Bonaccorso ] * patchedit: Avoid given/when construct. * Formatting cleanup for patchedit script * patchedit: Avoid smartmatching operator ~~ * Add myself to Uploaders -- Damyan Ivanov Fri, 06 Sep 2013 22:00:09 +0300 pkg-perl-tools (0.1) unstable; urgency=low * Initial release (Closes: #719291) -- Damyan Ivanov Mon, 26 Aug 2013 22:55:31 +0300