lp:ubuntu/trusty/dh-make-perl

Created by Ubuntu Package Importer and last modified
Get this branch:
bzr branch lp:ubuntu/trusty/dh-make-perl
Members of Ubuntu branches can upload to this branch. Log in for directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Ubuntu branches
Status:
Mature

Recent revisions

30. By Damyan Ivanov

[ CSILLAG Tamas ]
* add Homepage to d/control (lintian check suggested)
* add rename_to_debian_package_dir.
  This will rename the directory name to the canonical name of
  the debian package.
* use system("mv ...") when cross device directory move is expected
  otherwise just use rename

[ Damyan Ivanov ]
* FromCPAN/find_debs_for_modules: do not crash when all offerred packages
  are perl(-(modules|base))? (Closes: #725206)
* drop trailing slash from t/Control.t test file

[ Salvatore Bonaccorso ]
* Create packages with Standards-Version 3.9.5
* Adjust Standards-Version in control files of testsuite
* Bump Standards-Version to 3.9.5

29. By Damyan Ivanov

* silence a warning when reporting about a core-satisfied dependency without
  a version
* fix problems with perl 5.18:
  (Closes: #719829)
  + fix missing =back in Debian::Control::Stanza::CommaSeparated POD
  + sort a couple of hash key walks breaking tests with perl 5.18
* remove the trailing slash from ustream/watch URLs
* drop usage of experimental given/when in Packaging.pm
* rework --only internal representation to be a hash
* t/dists.t: rework running dh-make-perl and give all diagnostics when a
  test fails
* fix special handling of changed copyright years
* make dh-make-perl report its version on every invocation

28. By Damyan Ivanov

* add $VERSION to all modules
* use strict; use warnings; everywhere
* fix a bunch of typos thanks to Test::Spelling

27. By Damyan Ivanov

[ Salvatore Bonaccorso ]
* Bump version for DhMakePerl to 0.77
* Bump Standards-Version to 3.9.4
* Create packages with Standards-Version 3.9.4.
  Adjust default Standards-Versions in DhMakePerl::Command::Packaging to
  3.9.4.
  Bump Standards-Version in debian/control for tests to 3.9.4.
* Use metacpan.org instead of search.cpan.org.
  Use https://metacpan.org instead of http://search.cpan.org in
  debian/watch, debian/copyright and debian/control files.
  Adjust the test files using https://metacpan.org.
* Change Vcs-Git to canonical URI (git://anonscm.debian.org)
* Use anonscm.debian.org for source location in debian/copyright
* Create Vcs-Git with canonical URI (git://anonscm.debian.org)
  (Closes: #697876)

[ Damyan Ivanov ]
* add test about handling user:pass@ in sources.list URLs
* add debian/source/{format,local-options}. shut up, lintian :)

[ gregor herrmann ]
* DhMakePerl::Command::Packaging: honour command line options
  for packagename/version in extract_name_ver.

[ Nathan Handler ]
* Email change: nhandler -> <email address hidden>

[ Dima Kogan ]
* Not importing IO::Dir since I'm not using it
* better handling of upstream-supplied debian/ directories. If we are
  making a git repo I now remove debian/ directory if the upstream ships
  it. This goes into the 'master' branch, so the 'upstream' branch
  contains the original debian/ directory, and thus matches the
  pristine-tar

[ gregor herrmann ]
* DhMakePerl::Command::make: Try to guess tarball name when run from an
  unpacked source directory.
* DhMakePerl::Command::Packaging: Don't sanitize version if given on the
  command line.
* Update years of copyright.
* DhMakePerl::Command::Packaging: replace "This library" with the module
  name in the long description, like we already did with "This module".

[ Axel Beckert ]
* DhMakePerl::Command::make: Call git_add_debian before build_package
  and install_package to not add files generated during the package
  build process to the git repository.
* Add patch by Matthew Gabeler-Lee to understand packages named
  "-vX.Y.Z". (Closes: #701140)
* Fix "fatal: pathspec '…' did not match any files" error of "git
  add". (Closes: #659526)
* Add option --build-source to build .dsc file (c.f. #645011). Also add
  a cpan2dsc 'flavour' of dh-make-perl. If it is called by that name,
  the behaviour changes for easy .dsc creation.
* Mention cpan2deb and cpan2dsc in the long description.
* Add myself to Uploaders.

[ Oleg Gashev ]
* Fixed timestamp regexp to t/dists.t file. If time zone is EDT, failed
  tests from t/dists.t file: Generated tree matches template. Problem
  with incorrect timestamp regexp.

[ Damyan Ivanov ]
* Dependency: assume '>=' relationship if missing when constructing from
  hash /usr/share/perl5/Debian/Dependency.pm line 157. Thanks to Robert
  Norris for his patience and his excellent analysis. (Closes: #704480)
* exclude README in the root directory from .docs "in 9x% we remove it
  from .docs afterwards" this change is a bit of a "big gun", because it
  doesn't really check if README is autogenerated, but hey, fixing a 90%
  false-positive hit is better than introducing a 10% false-negative hit
  (Closes: #608936)
* drop mangling versions like 2.003004 into 2.3.4 this partially reverts
  385451609f5af2ace92c3838133dd4ed2c605608 see there for the reasoning
  back in 2010 (TODO is interesting) the fix seems to cause more
  problems than it solves. matching cpan-version to debian version is
  dark area

[ gregor herrmann ]
* Fix tests for .docs generation.
* Fix tests for version mangling.
* debian/control: one 'perl' is enough. Thanks to lintian.

[ Damyan Ivanov ]
* use dh 9 for arch:any packages to get hardening flags
* drop support for debhelper compatibility levels before 8
* drop documentation and support of rules files for dh7

[ Lasse Makholm ]
* Debian::AptContents: Fix repo_source_to_contents_paths() to also work on
  Ubuntu.
  Make sure to generate paths both with and without components to be
  compatible with both old and new apt-file versions.
  (LP: #1034881)

[ Damyan Ivanov ]
* use Text::Balanced's extract_quotelike for parsing quoted strings
  (Closes: #717025)
* do not fail AptContents.t with left over Contents.cache present
* Control: revert ->binary to plain hashref and provide the Tie::IxHash tie
  via ->binary_tie (Closes: #712432)
* configure_cpan: save/restore the CWD
* make: when neither --cpan or a tarball is given, also try to use
  debian-named .orig.tar.gz
* make: skip pristine-tar if there is no known tarball (Closes: #689476)
* FromCPAN: catch in-core dependencies that require too new perl and provide
  an out-of-core alternative (Closes: #691534)
* move mod_cpan_version from ::make to ::Packaging (Closes: #691859)
* make: warn if pkg-perl already has a packaging repository for the package
  (Closes: #702456)
* switch default debhelper to 9
* packages build-depending on Module::Build::Tiny get debhelper 9.20130630
* bump oldstable perl version from 5.10.0 to 5.10.1
* make: prune dependencies after discovering additional dependencies
* do not fail when $wnpp_query is not supplied due to --no-network
* rules: merge clean: into override_dh_clean:
* Makefile: defer {real,dist}clean to ./Build too
* add .pc and Contents.cache to MANIFEST.SKIP
* rework dists.t using IPC::Run
* supply data about libmodule-build-tiny-perl in test Contents

26. By Damyan Ivanov

[ Damyan Ivanov ]
* create_watch: allow single-digit-only versions.
  Thanks to Kevin Ryde for the report and the proposed fix (Closes: #657249)

[ Salvatore Bonaccorso ]
* Update debian/copyright file.
  Update format to the copyright-format 1.0 released with Debian policy
  3.9.3.
  Adjust Source location for dh-make-perl to point to the git repository.
  Update copyright years for debian/* packaging.
* Create debian/copyright with copyright-format 1.0
  debian/copyright files are created following the copyright-format 1.0
  released with Standards-Version 3.9.3.
* Adjust test files to copyright-format 1.0
* Bump Standards-Version to 3.9.3
* Create packages with Standards-Version 3.9.3.
  Adjust control files in t/dists test-files.

[ Per Carlson ]
* License attribute from META file is array. (Closes: #664150)

[ gregor herrmann ]
* DhMakePerl::Config: mark cpan option as explicitly set when called as
  cpan2deb. Avoids overriding by having a cpan key in ~/.dh-make-perl
  /.dh-make-perl.conf. Thanks to Brendan Byrd for the bug report.
  (Closes: #668084)
* debian/control: update {versioned,alternative} (build) dependencies.

[ Damyan Ivanov ]
* D:C:FromCPAN/find_debs_for_modules: search core first
  otherwise we get 'perl-modules (>= 2.21)' when requiring
  ExtUtils::ParseXS 2.21
* bump copyright years
* configure_cpan: ignore prerequisites to avoid unnecessary prompts
* setup_dir: ignore $dist->get return value.
  POD says nothing about it, so false doesn't indicate failure.
  false is sometimes returned when some prerequisites aren't
  satisfied, which is not important for us. (Closes: #686739)
* honour --arch option.
  Use it if given and skip automatic scan for XS code. (Closes: #668642)

25. By Damyan Ivanov

[ Damyan Ivanov ]
* setup Git repository in --vcs=git even without --pkg-perl
* when setting up Git repository, add 'origin' remote only in --pkg-perl
  mode
* fail gracefuly if pristine-tar is not available
* add libfile-which-perl to (build-)dependencies
* fix typo in --pristine-tar description
* document the change of the default value of --vcs from 'svn' to 'git'
* Apply patch from Dima Kogan, avoiding confusion when the version string is
  not quoted (RT#71224)
* META:
  + add explicit configure_requires on Module::Build
  + add repository URL
  + add keywords
* remove t/contents/wnpp.cache (added by mistake)
* really test the missing version quotes fix
* when warning about missing apt-file, state the minimum required version

[ gregor herrmann ]
* Swap order of alternative (build) dependencies after the perl 5.14
  transition.
* DhMakePerl/Command/make.pm: setup_dir(): change back to original
  directory after CPAN.pm changes it; thanks to Dima Kogan
  (cf. RT#71708).
* Fix POD: --pkg-perl sets Vcs-Git, of course.

[ Dima Kogan ]
* Updated Dima Kogan's email address
* When making recursively, I build/install this package only AFTER I
  built/installed its dependencies
* find_debs_for_modules() no longer reports installed-but-not-in-aptfile
  packages as missing
* when installing a package, $arch now comes from the control file
(Closes: #651343)

[ gregor herrmann ]
* Treat META.json like META.yml (i.e. rm/unlink/ignore it).
* DhMakePerl::Command::Packaging: don't initialize CPAN if --no-network
  is set. Otherwise t/cache.t fails because CPAN tries to update its
  config and goes out hunting for CPAN mirrors.
* t/dists.t: allow multiple years in Copyright line. "refresh" adds the
  current year to the years of copyright. In other words: This was a
  "New Year's Bug". Closes: #655805

24. By Damyan Ivanov

[ Tim Retout ]
* t/cache.t: New test for handling unreadable cache files.
* Debian::WNPP::Query: return an empty hashref rather than undef after
  failing to read cache file.
* DhMakePerl::Config: Change default source format to 3.0 (quilt).
* dh-make-perl: Update documentation of default source format.

[ Damyan Ivanov ]
* Packaging.pm: extend the examples regular expression to match demo/demos.
  Thanks to Kevin Ryde. Closes: #634932
* add pristine-tar to Recommends. Thanks to Tim.
* fix t/debian-version.t to not plan twice in case debian/changelog does not
  exist (e.g. when testing the CPAN distribution, which lacks debian/ stuff)
  RT#66214
* setup_git_repository: streamline import of upstream sources

[ gregor herrmann ]
* Update created Vcs-Browser URLs for Debian Perl Group repositories.
* Change URLs for DEP5 Format-Specification to point to
  http://anonscm.debian.org.
* Update list of contributors/copyright holders in dh-make-perl and
  debian/copyright.

[ Ansgar Burchardt ]
* debian/control: Convert Vcs-* fields to Git.
* DhMakePerl::Config: Change default VCS to Git.

[ Salvatore Bonaccorso ]
* Debian::AptContents: Fix typo in POD.

[ Maximilian Gass ]
* Fix Debian::AptContents for file name changes in apt-file 2.5.0
* debian/control: Change Recommends on apt-file to versioned Recommends on
  apt-file (>= 2.5.0).

23. By Damyan Ivanov

[ gregor herrmann ]
* Build.PL: add missing modules.
* Update copyright notices.
* Debian::Control::Stanza::Source: add XS-Autobuild field; mention all
  fields in POD, and sort list.

[ Salvatore Bonaccorso ]
* create packages with Standards-Version 3.9.2.
* Bump Standards-Version to 3.9.2.
* Debian::Control::Stanza::Source: Add DM-Upload-Allowed field to
  supported fields for source stanza in debian/control.
* Debian::Control::Stanza::Source: Order fields similar to dh_make generated
  templates.

[ Nicholas Bamber ]
* Updated authorship notice

[ Damyan Ivanov ]
* Add --vcs option, guiding VCS-* headers' creation in --pkg-perl mode. It
  also helps with the initial repository creation for Git
* Do not die when the WNPP cache cannot be read, for example due to binary
  format change in Storable. Also, use platform-independent storage.
  Closes: #626987 - dh-make-perl: Debian::WNPP::Query does not correctly
  invalidate cache or use platform-netural Storable format
* bump default debhelper compatibility level to 8
* note oldstable has perl 5.10.0, not 5.8.8
* apply a patch from Manfred Stock fixing AptContents not to miss
  alternative dependencies when a given module is found in more than one
  package. Closes: #622852
* Use CPAN::Meta for processing META.* files, adding support for META.json.
* When no META file is available, try parsing name and version from Build.PL
  before Makefile.PL. Closes: #589946
* fix calls to extract_basic_copyright from File::Find::find to not chdir,
  fixing lookups for ./LICENSE, etc on refresh. Closes: #613606 -- Fails to
  correctly identify GPLv2 in RT::Authen::ExternalAuth v0.08 on refresh

22. By Damyan Ivanov

[ gregor herrmann ]
* Fix "Tries to mkdir directory in home of building user": set HOME to a
  writable directory in debian/rules (closes: #609469).
* debian/control: remove version from perl (build) dependency, lenny has
  already 5.10. Same for apt-file and 2.1.0.

[ Nicholas Bamber ]
* Added logic to parse special email change directives in the changelog
  so that the refresh command respects email changes (Closes: #609409)
* Added myself to Uploaders
* Various fixes for t/dists.t:
  - Added fix for .svn at the end of a filename rather than the middle
  - Second /dev/null check was attempting to diff an undefined value
  - Setting PERL5LIB (unsatisfactory work around for system(dh-make-perl) )

[ Salvatore Bonaccorso ]
* Email change: Salvatore Bonaccorso -> <email address hidden>

[ Gunnar Wolf ]
* Removed myself from Uploaders, acknowledging reality

21. By Damyan Ivanov

[ Ansgar Burchardt ]
* DhMakePerl::Command::Packaging: Refer to "Debian systems" instead of
  "Debian GNU/Linux systems" in generated debian/copyright.

[ Salvatore Bonaccorso ]
* Improve regular expression to not match fields in Makefile.PL as
  MIN_PERL_VERSION to determine the version of the package. Thanks to
  Andrew Ruthven for reporting. (Closes: #596025)
* Update my email address.

[ gregor herrmann ]
* Debian::Control::FromCPAN: also check test_requires and build_requires for
  finding build dependencies; bump (build) dependency on
  libmodule-depends-perl; closes: #601787.

[ Peter Pentchev ]
* My::Builder: fix a typo (raname -> rename).
* t/AptContents.t: fix a typo (fund -> found).

[ Damyan Ivanov ]
* when looking for XS code, skip win32/ directories
* Skip non-existing APT source files. (Closes: #557961 for real)
* Detect usage of 'Artistic License 2.0' and include the license text in
  debian/copyright; (build-)depend on libsoftware-license-perl.
  (Closes: #589816)
* Clarify documentation about --cpan argument being module name
  (Closes: 602059)
* Support distribution names as arguments to --cpan (Closes: #607998)
* Fix tests to stringify when comparing overloaded objects with strings
* Control::Stanza: split dependency lists one package per line in order to
  make changes more VCS-friendly
* bump debhelper compatibility level to 8 and drop --buildsystem from dh calls

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
Stacked on:
lp:ubuntu/utopic/dh-make-perl
This branch contains Public information 
Everyone can see this information.

Subscribers