This is an automated email from the git hooks/post-receive script. guillem pushed a commit to branch master in repository dpkg.
View the commit online: https://git.dpkg.org/cgit/dpkg/dpkg.git/commit/?id=45528ea406807ccfb421acf4b17317c2aa1204ef commit 45528ea406807ccfb421acf4b17317c2aa1204ef Author: Guillem Jover <[email protected]> AuthorDate: Fri Sep 28 01:40:13 2018 +0200 build: Distribute a LICENSE file on CPAN We listed the licence name in the metadata, but were not shipping the actual licence text. --- cpan.am | 1 + debian/changelog | 2 ++ 2 files changed, 3 insertions(+) diff --git a/cpan.am b/cpan.am index b472826fc..1ef5706eb 100644 --- a/cpan.am +++ b/cpan.am @@ -8,6 +8,7 @@ dist-cpan: mkdir -p $(CPAN_DIST) mkdir -p $(CPAN_DIST)/lib mkdir -p $(CPAN_DIST)/t + cp -fpR $(top_srcdir)/COPYING $(CPAN_DIST)/LICENSE cp -fpR $(top_srcdir)/data $(CPAN_DIST) cp -fpR $(top_srcdir)/t/* \ $(top_srcdir)/scripts/t/Dpkg* \ diff --git a/debian/changelog b/debian/changelog index 2d92726f6..b807c3ce9 100644 --- a/debian/changelog +++ b/debian/changelog @@ -13,6 +13,8 @@ dpkg (1.19.2) UNRELEASED; urgency=medium - dpkg(1): Clarify which fields are affected by dependency options. Prompted by James Clarke <[email protected]>. - dpkg-query(1): Document the PAGER environment variable usage. + * Build system: + - Distribute a LICENSE file on CPAN. [ Updated programs translations ] * Polish (Ćukasz Dulny). -- Dpkg.Org's dpkg

