From: Ian Beckwith Date: Thu, 26 Apr 2007 00:02:03 +0000 (+0100) Subject: fixed issues pointed out by daniel X-Git-Tag: 0.15-1~11^2~1 X-Git-Url: http://erislabs.net/gitweb/?p=liburi-template-perl.git;a=commitdiff_plain;h=2528de6b2dda001a621d6af149b7d3b397b114d1;ds=sidebyside fixed issues pointed out by daniel --- diff --git a/debian/changelog b/debian/changelog index 2c8b049..603a2f0 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,4 +3,3 @@ liburi-template-perl (0.06-1) unstable; urgency=low * Initial Release (Closes: #420648). -- Ian Beckwith Mon, 23 Apr 2007 20:53:24 +0100 - diff --git a/debian/control b/debian/control index 96bbce1..700f5a0 100644 --- a/debian/control +++ b/debian/control @@ -1,7 +1,7 @@ Source: liburi-template-perl Section: perl Priority: optional -Build-Depends: debhelper (>= 5.0.0), libmodule-build-perl +Build-Depends: debhelper (>= 5), libmodule-build-perl Build-Depends-Indep: perl (>= 5.8.8-7), liburi-perl Maintainer: Ian Beckwith Standards-Version: 3.7.2 @@ -10,5 +10,5 @@ Package: liburi-template-perl Architecture: all Depends: ${perl:Depends}, ${misc:Depends}, liburi-perl Description: handle URI templates in perl - This is an initial attempt to provide a wrapper around URI templates - as described at http://bitworking.org/news/URI_Templates + This is an initial attempt to provide a wrapper around URI templates as + described at http://bitworking.org/news/URI_Templates diff --git a/debian/copyright b/debian/copyright index e581ecc..f89b392 100644 --- a/debian/copyright +++ b/debian/copyright @@ -1,27 +1,32 @@ -This is the debian package for the URI-Template module. -It was created by Ian Beckwith using dh-make-perl. +This package was debianized by Ian Beckwith on +Mon, 23 Apr 2007 20:53:24 +0100. -The upstream author is: Brian Cassidy . +It was downloaded from +. -COPYRIGHT AND LICENSE - Copyright 2007 by Brian Cassidy +Upstream Author: Brian Cassidy . - This library is free software; you can redistribute it and/or modify it - under the same terms as Perl itself. +License: + Copyright 2007 by Brian Cassidy -Those terms are (from /usr/share/doc/perl/copyright): + This library is free software; you can redistribute it and/or modify it + under the same terms as Perl itself. + Those terms are (from /usr/share/doc/perl/copyright): - This program is free software; you can redistribute it and/or modify - it under the terms of either: + This program is free software; you can redistribute it and/or modify + it under the terms of either: - a) the GNU General Public License as published by the Free Software - Foundation; either version 1, or (at your option) any later - version, or + a) the GNU General Public License as published by the Free Software + Foundation; either version 1, or (at your option) any later + version, or - b) the "Artistic License" which comes with Perl. + b) the "Artistic License" which comes with Perl. - 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'. +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'. + +The Debian packaging is (C) 2004-2007, Ian Beckwith and +is licensed under the same terms as Perl itself (see above). diff --git a/debian/rules b/debian/rules index 1ff4ed2..c51e4e6 100644 --- a/debian/rules +++ b/debian/rules @@ -57,8 +57,8 @@ binary-arch: binary-indep: build install dh_testdir dh_testroot - dh_installdocs - dh_installchangelogs + dh_installdocs + dh_installchangelog dh_perl dh_link dh_strip @@ -69,7 +69,7 @@ binary-indep: build install dh_md5sums dh_builddeb -source diff: +source diff: @echo >&2 'source and diff are obsolete - use dpkg-source -b'; false binary: binary-indep binary-arch