fixed issues pointed out by daniel
authorIan Beckwith <ianb@nessie.mcc.ac.uk>
Thu, 26 Apr 2007 00:02:03 +0000 (01:02 +0100)
committerIan Beckwith <ianb@nessie.mcc.ac.uk>
Thu, 26 Apr 2007 00:02:03 +0000 (01:02 +0100)
debian/changelog
debian/control
debian/copyright
debian/rules

index 2c8b049..603a2f0 100644 (file)
@@ -3,4 +3,3 @@ liburi-template-perl (0.06-1) unstable; urgency=low
   * Initial Release (Closes: #420648).
 
  -- Ian Beckwith <ianb@nessie.mcc.ac.uk>  Mon, 23 Apr 2007 20:53:24 +0100
   * Initial Release (Closes: #420648).
 
  -- Ian Beckwith <ianb@nessie.mcc.ac.uk>  Mon, 23 Apr 2007 20:53:24 +0100
-
index 96bbce1..700f5a0 100644 (file)
@@ -1,7 +1,7 @@
 Source: liburi-template-perl
 Section: perl
 Priority: optional
 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 <ianb@nessie.mcc.ac.uk>
 Standards-Version: 3.7.2
 Build-Depends-Indep: perl (>= 5.8.8-7), liburi-perl
 Maintainer: Ian Beckwith <ianb@nessie.mcc.ac.uk>
 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
 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
index e581ecc..f89b392 100644 (file)
@@ -1,27 +1,32 @@
-This is the debian package for the URI-Template module.
-It was created by Ian Beckwith <ianb@nessie.mcc.ac.uk> using dh-make-perl.
+This package was debianized by Ian Beckwith <ianb@nessie.mcc.ac.uk> on
+Mon, 23 Apr 2007 20:53:24 +0100.
 
 
-The upstream author is: Brian Cassidy <brian.cassidy@nald.ca>.
+It was downloaded from
+<http://search.cpan.org/CPAN/authors/id/B/BR/BRICAS/URI-Template-0.06.tar.gz>.
 
 
-COPYRIGHT AND LICENSE
-    Copyright 2007 by Brian Cassidy
+Upstream Author: Brian Cassidy <brian.cassidy@nald.ca>.
 
 
-    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 <ianb@nessie.mcc.ac.uk> and
+is licensed under the same terms as Perl itself (see above).
index 1ff4ed2..c51e4e6 100644 (file)
@@ -57,8 +57,8 @@ binary-arch:
 binary-indep: build install
        dh_testdir
        dh_testroot
 binary-indep: build install
        dh_testdir
        dh_testroot
-       dh_installdocs 
-       dh_installchangelog
+       dh_installdocs
+       dh_installchangelog
        dh_perl
        dh_link
        dh_strip
        dh_perl
        dh_link
        dh_strip
@@ -69,7 +69,7 @@ binary-indep: build install
        dh_md5sums
        dh_builddeb
 
        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
        @echo >&2 'source and diff are obsolete - use dpkg-source -b'; false
 
 binary: binary-indep binary-arch