From: Ian Beckwith Date: Sun, 10 Jun 2012 22:37:15 +0000 (+0100) Subject: Merge tag 'upstream/0.16' X-Git-Tag: 0.17-1~3 X-Git-Url: http://erislabs.net/gitweb/?p=liburi-template-perl.git;a=commitdiff_plain;h=9004d45c7760030466d6b0f718bf99d20caa2c5a;hp=81c7f1b85cb98976fe96ad4f8a11037b2cb3de35 Merge tag 'upstream/0.16' Upstream version 0.16 --- diff --git a/debian/changelog b/debian/changelog new file mode 100644 index 0000000..52da6be --- /dev/null +++ b/debian/changelog @@ -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 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 Thu, 26 Feb 2009 03:56:59 +0000 + +liburi-template-perl (0.14.01-1) unstable; urgency=low + + * New upstream version. + + -- Ian Beckwith 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 Tue, 04 Mar 2008 17:27:06 +0000 + +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/compat b/debian/compat new file mode 100644 index 0000000..7f8f011 --- /dev/null +++ b/debian/compat @@ -0,0 +1 @@ +7 diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..8a3b7bc --- /dev/null +++ b/debian/control @@ -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 +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 index 0000000..1f7c1fd --- /dev/null +++ b/debian/copyright @@ -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 + 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.] + +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. + +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 index 0000000..e845566 --- /dev/null +++ b/debian/liburi-template-perl.docs @@ -0,0 +1 @@ +README diff --git a/debian/rules b/debian/rules new file mode 100755 index 0000000..2d33f6a --- /dev/null +++ b/debian/rules @@ -0,0 +1,4 @@ +#!/usr/bin/make -f + +%: + dh $@ diff --git a/debian/watch b/debian/watch new file mode 100644 index 0000000..9dd37e4 --- /dev/null +++ b/debian/watch @@ -0,0 +1,3 @@ +version=3 + +http://www.cpan.org/modules/by-module/URI/URI-Template-([0-9].*)\.tar\.gz