Your message dated Fri, 09 Aug 2013 10:48:12 +0000
with message-id <[email protected]>
and subject line Bug#697876: fixed in dh-make-perl 0.77-1
has caused the Debian Bug report #697876,
regarding dh-make-perl: incorrect Vcs-Git URL in initial package setup
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
697876: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=697876
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: dh-make-perl
Version: 0.76-1
Severity: minor
In --pkg-perl mode when making a new package, the Vcs-Git URL is
incorrect. It's still using the old git.debian.org URL instead of
the new anonscm.debian.org URL.
Per Lintian:
I: librrd-simple-perl source: vcs-field-not-canonical
git://git.debian.org/pkg-perl/packages/librrd-simple-perl.git
git://anonscm.debian.org/pkg-perl/packages/librrd-simple-perl.git
N:
N: The VCS-* field contains an uncanonical URI. Please update to use the
N: current canonical URI instead. This reduces the network bandwidth used
N: and makes debcheckout work independent of the port forwarding and
N: redirections properly working.
N:
N: Severity: minor, Certainty: possible
N:
N: Check: fields, Type: binary, udeb, source
-- System Information:
Debian Release: 7.0
APT prefers testing
APT policy: (990, 'testing'), (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Kernel: Linux 3.2.0-3-686-pae (SMP w/4 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Versions of packages dh-make-perl depends on:
ii debhelper 9.20120909
ii dpkg-dev 1.16.9
ii fakeroot 1.18.4-2
ii libapt-pkg-perl 0.1.26+b1
ii libarray-unique-perl 0.08-1
ii libclass-accessor-perl 0.34-1
ii libcpan-meta-perl 2.120921-1
ii libdpkg-perl 1.16.9
ii libemail-address-perl 1.895-1
ii libemail-date-format-perl 1.002-1
ii libfile-which-perl 1.09-1
ii liblist-moreutils-perl 0.33-1+b1
ii libmodule-depends-perl 0.16-1
ii libparse-debcontrol-perl 2.005-3
ii libparse-debianchangelog-perl 1.2.0-1
ii libsoftware-license-perl 0.103004-2
ii libtie-ixhash-perl 1.21-2
ii libwww-mechanize-perl 1.71-1
ii libyaml-perl 0.81-1
ii make 3.81-8.2
ii perl 5.14.2-16
ii perl-modules [libcpan-meta-perl] 5.14.2-16
Versions of packages dh-make-perl recommends:
ii apt-file 2.5.1
ii git 1:1.7.10.4-1+wheezy1
ii pristine-tar 1.25
dh-make-perl suggests no packages.
-- no debconf information
--- End Message ---
--- Begin Message ---
Source: dh-make-perl
Source-Version: 0.77-1
We believe that the bug you reported is fixed in the latest version of
dh-make-perl, which is due to be installed in the Debian FTP archive.
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Damyan Ivanov <[email protected]> (supplier of updated dh-make-perl package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256
Format: 1.8
Date: Fri, 09 Aug 2013 12:19:07 +0200
Source: dh-make-perl
Binary: dh-make-perl
Architecture: source all
Version: 0.77-1
Distribution: unstable
Urgency: low
Maintainer: Debian Perl Group <[email protected]>
Changed-By: Damyan Ivanov <[email protected]>
Description:
dh-make-perl - helper for creating Debian packages from perl modules
Closes: 608936 659526 689476 691534 691859 697876 701140 702456 704480 712432
717025
Changes:
dh-make-perl (0.77-1) unstable; urgency=low
.
[ 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 protected]
.
[ 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
Checksums-Sha1:
cae700fb062eefd40c9908add96120e6b541bc90 2980 dh-make-perl_0.77-1.dsc
ae1278fefea4db1d1ff8c5cb9a3284e6dcdd65a7 145925 dh-make-perl_0.77.orig.tar.gz
e368866be147cbf1bc2fc512f4614ee94405aec2 25946
dh-make-perl_0.77-1.debian.tar.gz
c76e27ff894386bc8c28d406823152da9d950fec 165138 dh-make-perl_0.77-1_all.deb
Checksums-Sha256:
531fd4beab8aa3535a6bb58f910e27bbe8ab5a63a045e366200e852f21b195d8 2980
dh-make-perl_0.77-1.dsc
e9a790de430357cef4aed5ca5ebdce0d6133ad9ecab520a681b7da8ebca8861d 145925
dh-make-perl_0.77.orig.tar.gz
52848e34f71cde7ac78af13b300aad6c22900ec035a092ebc54e6483dea4b551 25946
dh-make-perl_0.77-1.debian.tar.gz
3cb3490a3305c9d64ae3eb8b814b5bf0822c6d4133a049561f0cc5bce65e84cf 165138
dh-make-perl_0.77-1_all.deb
Files:
1fd8cbec488b9e62b8b4ccd00b5f96a7 2980 perl optional dh-make-perl_0.77-1.dsc
ea1e2b82917d6e0479785076b5682fda 145925 perl optional
dh-make-perl_0.77.orig.tar.gz
74b2f2943444db039ba6fbe89b102d87 25946 perl optional
dh-make-perl_0.77-1.debian.tar.gz
c0a4cb0105f45b8e52cdf5f895925ab4 165138 perl optional
dh-make-perl_0.77-1_all.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.14 (GNU/Linux)
iQIcBAEBCAAGBQJSBMWPAAoJENu+nU2Z0qAEQVYP/Andaz9Oyl1I50B09LpiIPEs
tNmdwxRgdvzp8x/ogNpmfiVOAwPiwIDsIh0S7wtdx9etrxH3TzkAXDVeWa7Xp0iN
de0fvUDkDFNSTuhau9buizROZSPo/2bIcJ1LHLJMNgNC8ucjummp7OjTC//0J5Wz
jzMfIhWADR/Fhbpm9PTbi1xF/X3fayNsIS8GBEBxbaqXcaenM6HTdvXk7NqNCZtw
AYXpTQpd2MV36SgjRQgaNj1V9KRoJh4ZqJpq8n3qdi9QnUj+X1qCeEcau0tRkwxf
jsCBpxhDMeJVYxGsCNOSMOMbx+CDpN+D8TaGTGt+0IZJ8AEEEZH9BK0drsbAI7Gr
N5zw6PhH1CsM4OkaYC698JAtTd1u4Xbh7SNEdfb2N+Z+kpCpzGELImYatF7XlUa5
A3SF/kjOuYZztmGVmFqsfXEWinGhOI3dl3ZMY7KHMOikKQa0EpSqoXYneiVorlY0
+3UEXhOZUbUHNIEMU8XXVMwWxcMT6yUYcz8q1oh20YHGIbF9fjd5/SVq9KVYpnbQ
0PIAVhMVg9Wvqfr2oy0pbOo6CzE9esEhp+bKzBdqEQuXwZeyAM3vyJusH+Z2TWQO
vzrCVxpTc3IpX00Z3BGsMec1hZg2TGjA4xJBDd3+8s4rxsUS95HED7sJfUslzu5H
ti47ebXGb8oq4Jw5kpiC
=YgUn
-----END PGP SIGNATURE-----
--- End Message ---