From: Ian Beckwith Date: Mon, 11 Jun 2012 01:28:37 +0000 (+0100) Subject: * Tweak debian/control and debian/copyright with help from X-Git-Tag: 0.17-1~2 X-Git-Url: http://erislabs.net/gitweb/?p=liburi-template-perl.git;a=commitdiff_plain;h=146a8bc26861c6ed0167730b86933ce4ea69254f * Tweak debian/control and debian/copyright with help from dh-make-perl. * debian/source/format: go for 3.0 (quilt). * Standards-Version: 3.9.3 --- diff --git a/MYMETA.yml b/MYMETA.yml deleted file mode 100644 index 8874d8b..0000000 --- a/MYMETA.yml +++ /dev/null @@ -1,29 +0,0 @@ ---- -abstract: 'Object for handling URI templates (RFC 6570)' -author: - - '=over 4' -build_requires: - ExtUtils::MakeMaker: 6.59 - Test::More: 0 -configure_requires: - ExtUtils::MakeMaker: 6.59 -dynamic_config: 0 -generated_by: 'Module::Install version 1.06, CPAN::Meta::Converter version 2.120921' -license: perl -meta-spec: - url: http://module-build.sourceforge.net/META-spec-v1.4.html - version: 1.4 -name: URI-Template -no_index: - directory: - - inc - - t -requires: - URI: 0 - URI::Escape: 0 - Unicode::Normalize: 0 - perl: 5.006 -resources: - license: http://dev.perl.org/licenses/ - repository: http://github.com/bricas/uri-template -version: 0.16 diff --git a/debian/changelog b/debian/changelog index 52da6be..bf73ecd 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,13 @@ +liburi-template-perl (0.16-1) unstable; urgency=low + + * New upstream version. + * Tweak debian/control and debian/copyright with help from + dh-make-perl. + * debian/source/format: go for 3.0 (quilt). + * Standards-Version: 3.9.3 + + -- Ian Beckwith Mon, 11 Jun 2012 02:27:02 +0100 + liburi-template-perl (0.15-2) unstable; urgency=low * Update maintainer email. diff --git a/debian/control b/debian/control index 8a3b7bc..942b137 100644 --- a/debian/control +++ b/debian/control @@ -1,10 +1,10 @@ Source: liburi-template-perl Section: perl Priority: optional -Build-Depends: debhelper (>= 7) -Build-Depends-Indep: libjson-perl, liburi-perl, perl (>= 5.8.8-7) Maintainer: Ian Beckwith -Standards-Version: 3.8.4 +Build-Depends: debhelper (>= 8) +Build-Depends-Indep: libjson-perl, liburi-perl, perl (>= 5.8.8-7) +Standards-Version: 3.9.3 Homepage: http://search.cpan.org/dist/URI-Template/ Package: liburi-template-perl diff --git a/debian/copyright b/debian/copyright index 1f7c1fd..a4f7719 100644 --- a/debian/copyright +++ b/debian/copyright @@ -1,30 +1,32 @@ -This package was downloaded from http://search.cpan.org/dist/URI-Template/ +Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Source: http://search.cpan.org/dist/URI-Template/ Files: * -Copyright: Copyright 2007, 2008 by Brian Cassidy -License: GPL-1+ | Artistic +Copyright: Copyright 2007-2012 by Brian Cassidy +License: GPL-1+ or Artistic This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself. Files: inc/* -Copyright: Copyright 2002, 2003, 2004, 2005, 2006 by - Audrey Tang - Brian Ingerson - Adam Kennedy -License: Artistic | GPL-1+ - All rights reserved. You can redistribute and/or modify - this bundle under the same terms as Perl itself. - . - [These files are from the Module::Install module; although they lack - explicit copyright and license notices, it is assumed that the license - and copyright of that package applies to them.] +Copyright: Copyright 2008-2012 Adam Kennedy +License: GPL-1+ or Artistic Files: debian/* -Copyright: Copyright 2007, 2008 Ian Beckwith -License: GPL-1+ | Artistic - This library is free software; you can redistribute it and/or - modify it under the same terms as Perl itself. +Copyright: Copyright 2007-2012 Ian Beckwith +License: GPL-1+ or Artistic -On Debian GNU/Linux systems, the complete text of the GNU General -Public License can be found in `/usr/share/common-licenses/GPL' and -the Artistic Licence in `/usr/share/common-licenses/Artistic'. +License: Artistic + This program is free software; you can redistribute it and/or modify + it under the terms of the Artistic License, which comes with Perl. + . + On Debian systems, the complete text of the Artistic License can be + found in `/usr/share/common-licenses/Artistic'. + +License: GPL-1+ + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 1, or (at your option) + any later version. + . + On Debian systems, the complete text of version 1 of the GNU General + Public License can be found in `/usr/share/common-licenses/GPL-1'. diff --git a/debian/source/format b/debian/source/format new file mode 100644 index 0000000..163aaf8 --- /dev/null +++ b/debian/source/format @@ -0,0 +1 @@ +3.0 (quilt)