From: Ian Beckwith Date: Sat, 19 Oct 2013 22:26:45 +0000 (+0100) Subject: Merge tag 'upstream/0.17' X-Git-Tag: 0.17-1~1 X-Git-Url: http://erislabs.net/gitweb/?p=liburi-template-perl.git;a=commitdiff_plain;h=45804540bec00352912ca8ee3c9d6df1fb9ad32a;hp=c5e064206c7bae33b3e105012c47ba1826153a71 Merge tag 'upstream/0.17' Upstream version 0.17 --- diff --git a/debian/changelog b/debian/changelog new file mode 100644 index 0000000..bf73ecd --- /dev/null +++ b/debian/changelog @@ -0,0 +1,63 @@ +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..942b137 --- /dev/null +++ b/debian/control @@ -0,0 +1,18 @@ +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.3 +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..a4f7719 --- /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-2012 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-2012 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