From: Ian Beckwith Date: Sat, 28 Nov 2015 02:26:38 +0000 (+0000) Subject: Merge tag 'upstream/0.22' X-Git-Url: http://erislabs.net/gitweb/?p=liburi-template-perl.git;a=commitdiff_plain;h=bf23e788f027c454711a8421b44945acbb2443b8;hp=fc9466752f05a9a897e009307dc89917562ceda3 Merge tag 'upstream/0.22' Upstream version 0.22 --- diff --git a/debian/changelog b/debian/changelog new file mode 100644 index 0000000..c832662 --- /dev/null +++ b/debian/changelog @@ -0,0 +1,78 @@ +liburi-template-perl (0.18-1) unstable; urgency=low + + * New upstream version. + * Standards-Version: 3.9.5 (no changes). + + -- Ian Beckwith Thu, 23 Jan 2014 23:03:53 +0000 + +liburi-template-perl (0.17-1) unstable; urgency=low + + * New upstream version. + * Standards-Version: 3.9.4 (no changes). + * Add Vcs-* fields. + + -- Ian Beckwith Sun, 20 Oct 2013 00:07:19 +0100 + +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. + * 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..97da5cc --- /dev/null +++ b/debian/control @@ -0,0 +1,20 @@ +Source: liburi-template-perl +Section: perl +Priority: optional +Maintainer: Ian Beckwith +Build-Depends: debhelper (>= 8) +Build-Depends-Indep: libjson-perl, liburi-perl, perl (>= 5.8.8-7) +Standards-Version: 3.9.5 +Homepage: http://search.cpan.org/dist/URI-Template/ +Vcs-Browser: http://erislabs.net/gitweb?p=liburi-template-perl.git +Vcs-Git: git://erislabs.net/liburi-template-perl + +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..eb62e4e --- /dev/null +++ b/debian/copyright @@ -0,0 +1,32 @@ +Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Source: http://search.cpan.org/dist/URI-Template/ + +Files: * +Copyright: Copyright 2007-2013 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 2008-2012 Adam Kennedy +License: GPL-1+ or Artistic + +Files: debian/* +Copyright: Copyright 2007-2013 Ian Beckwith +License: GPL-1+ or 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/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/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) 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