[SCM] Debian packaging of XML-TMX CPAN distribution branch, master, updated. 3eed8c2e1bb53303b9effdab51a56fbe0ee1033d
Nuno Carvalho
smash at cpan.org
Fri May 4 13:05:29 UTC 2012
The following commit has been merged in the master branch:
commit d8e5ded2e372a2b6e38b218aa0d10ea096813060
Author: Nuno Carvalho <smash at cpan.org>
Date: Fri May 4 13:53:08 2012 +0100
Fix "Files" order in d/copyright
diff --git a/debian/changelog b/debian/changelog
index a5cee8a..3c30be7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,9 +1,6 @@
libxml-tmx-perl (0.20-1) UNRELEASED; urgency=low
TODO:
- - d/copyright: the order of the first to "Files:" stanzas should be changed
- because in Copyright-Format 1.0 the last matching applies (therefore the
- general one must be before the specific one)
- d/changelog: usually new packages have only one line ("Initial release
...")
- lintian warning: "W: libxml-tmx-perl source:
diff --git a/debian/copyright b/debian/copyright
index f995d7c..835bf20 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -3,14 +3,14 @@ Upstream-Contact: Alberto Simoes <ambs at cpan.org>
Source: http://search.cpan.org/dist/XML-TMX/
Upstream-Name: XML-TMX
-Files: lib/XML/TMX/FromPO.pm
-Copyright 2003, Paulo Jorge Jesus Silva <paulojjs at bragatel.pt>
-License: Artistic or GPL-1+
-
Files: *
Copyright: 2003-2005, Projecto Natura <natura at di.uminho.pt>
License: Artistic or GPL-1+
+Files: lib/XML/TMX/FromPO.pm
+Copyright 2003, Paulo Jorge Jesus Silva <paulojjs at bragatel.pt>
+License: Artistic or GPL-1+
+
Files: debian/*
Copyright: 2012, Nuno Carvalho <smash at cpan.org>
License: Artistic or GPL-1+
--
Debian packaging of XML-TMX CPAN distribution
More information about the Pkg-perl-cvs-commits
mailing list