Merge tag 'upstream/0.16'
authorIan Beckwith <ianb@erislabs.net>
Sun, 10 Jun 2012 22:37:15 +0000 (23:37 +0100)
committerIan Beckwith <ianb@erislabs.net>
Sun, 10 Jun 2012 22:37:15 +0000 (23:37 +0100)
Upstream version 0.16

debian/changelog [new file with mode: 0644]
debian/compat [new file with mode: 0644]
debian/control [new file with mode: 0644]
debian/copyright [new file with mode: 0644]
debian/liburi-template-perl.docs [new file with mode: 0644]
debian/rules [new file with mode: 0755]
debian/watch [new file with mode: 0644]

diff --git a/debian/changelog b/debian/changelog
new file mode 100644 (file)
index 0000000..52da6be
--- /dev/null
@@ -0,0 +1,53 @@
+liburi-template-perl (0.15-2) unstable; urgency=low
+
+  * Update maintainer email.
+  * Remove DM-Upload-Allowed flag.
+  * dh-make-perl refresh:
+    + use dh minimal debian/rules.
+    + dh compat level 7.
+    + add debian/liburi-template-perl.docs, containing README.
+  * Standards-version: 3.8.4 (no changes).
+
+ -- Ian Beckwith <ianb@debian.org>  Wed, 12 May 2010 00:27:05 +0100
+
+liburi-template-perl (0.15-1) unstable; urgency=low
+
+  * New upstream version.
+  * Add Homepage: field.
+  * Standards-Version: 3.8.0 (no changes).
+  * Expand long description, update URL of spec.
+  * watch: tighten regexp to fix false positive.
+
+ -- Ian Beckwith <ianb@erislabs.net>  Thu, 26 Feb 2009 03:56:59 +0000
+
+liburi-template-perl (0.14.01-1) unstable; urgency=low
+
+  * New upstream version.
+
+ -- Ian Beckwith <ianb@erislabs.net>  Thu, 26 Feb 2009 03:13:00 +0000
+
+liburi-template-perl (0.13-1) unstable; urgency=low
+
+  * New upstream version.
+  * debian/rules:
+    + Use rules.MakeMaker.noxs to match new build system.
+    + Removed call to dh_installexamples.
+  * debian/control:
+    + Added DM-Upload-Allowed: yes.
+    + Build-Depends: Dropped libmodule-build-perl.
+    + Build-Depends-Indep: Added libjson-perl for test suite.
+    + Standards-Version: 3.7.3 (no changes).
+    + Maintainer: Updated email address.
+  * debian/copyright:
+    + Add license for files in inc/.
+    + Use machine-interpretable format.
+  * Bump debhelper compat level to 6.
+  * Removed lintian override, lintian is fixed.
+
+ -- Ian Beckwith <ianb@erislabs.net>  Tue, 04 Mar 2008 17:27:06 +0000
+
+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
diff --git a/debian/compat b/debian/compat
new file mode 100644 (file)
index 0000000..7f8f011
--- /dev/null
@@ -0,0 +1 @@
+7
diff --git a/debian/control b/debian/control
new file mode 100644 (file)
index 0000000..8a3b7bc
--- /dev/null
@@ -0,0 +1,18 @@
+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 <ianb@debian.org>
+Standards-Version: 3.8.4
+Homepage: http://search.cpan.org/dist/URI-Template/
+
+Package: liburi-template-perl
+Architecture: all
+Depends: ${misc:Depends}, ${perl:Depends}, liburi-perl
+Description: handle URI templates in perl
+ This module provides a wrapper around URI templates as described at
+ http://bitworking.org/projects/URI-Templates/
+ .
+ URI Templates are strings that are transformed into URIs after
+ embedded variables are expanded.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644 (file)
index 0000000..1f7c1fd
--- /dev/null
@@ -0,0 +1,30 @@
+This package was downloaded from http://search.cpan.org/dist/URI-Template/
+
+Files: *
+Copyright: Copyright 2007, 2008 by Brian Cassidy
+License: GPL-1+ | 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 <autrijus@autrijus.org>
+    Brian Ingerson <ingy@cpan.org>
+    Adam Kennedy <adamk@cpan.org>
+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.]
+
+Files: debian/*
+Copyright: Copyright 2007, 2008 Ian Beckwith <ianb@erislabs.net>
+License: GPL-1+ | Artistic
+   This library is free software; you can redistribute it and/or
+   modify it under the same terms as Perl itself.
+
+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'.
diff --git a/debian/liburi-template-perl.docs b/debian/liburi-template-perl.docs
new file mode 100644 (file)
index 0000000..e845566
--- /dev/null
@@ -0,0 +1 @@
+README
diff --git a/debian/rules b/debian/rules
new file mode 100755 (executable)
index 0000000..2d33f6a
--- /dev/null
@@ -0,0 +1,4 @@
+#!/usr/bin/make -f
+
+%:
+       dh $@
diff --git a/debian/watch b/debian/watch
new file mode 100644 (file)
index 0000000..9dd37e4
--- /dev/null
@@ -0,0 +1,3 @@
+version=3
+
+http://www.cpan.org/modules/by-module/URI/URI-Template-([0-9].*)\.tar\.gz