--- libconvert-ytext-perl-0.2.orig/debian/changelog +++ libconvert-ytext-perl-0.2/debian/changelog @@ -0,0 +1,36 @@ +libconvert-ytext-perl (0.2-1) unstable; urgency=medium + + * Team upload. + * Imported Upstream version 0.2 + - Fixes failing autopkgtest due to warning "Use of the encoding + pragma is deprecated" (Closes: #791507) + + -- Salvatore Bonaccorso Thu, 13 Aug 2015 20:54:43 +0200 + +libconvert-ytext-perl (0.1.2-2) unstable; urgency=medium + + * Team upload. + + [ Salvatore Bonaccorso ] + * debian/copyright: Replace DEP5 Format-Specification URL from + svn.debian.org to anonscm.debian.org URL. + * Change Vcs-Git to canonical URI (git://anonscm.debian.org) + * Change search.cpan.org based URIs to metacpan.org based URIs + + [ Axel Beckert ] + * debian/copyright: migrate pre-1.0 format to 1.0 using "cme fix dpkg- + copyright" + * Mark package as autopkgtestable. + * Declare compliance with Debian Policy 3.9.6. + * Add explicit build dependency on libmodule-build-perl. + + [ gregor herrmann ] + * Strip trailing slash from metacpan URLs. + + -- Axel Beckert Sun, 07 Jun 2015 14:10:30 +0200 + +libconvert-ytext-perl (0.1.2-1) unstable; urgency=low + + * Initial Release (Closes: #614064) + + -- David Bremner Fri, 11 Feb 2011 22:15:04 -0400 --- libconvert-ytext-perl-0.2.orig/debian/compat +++ libconvert-ytext-perl-0.2/debian/compat @@ -0,0 +1 @@ +7 --- libconvert-ytext-perl-0.2.orig/debian/control +++ libconvert-ytext-perl-0.2/debian/control @@ -0,0 +1,29 @@ +Source: libconvert-ytext-perl +Maintainer: Debian Perl Group +Uploaders: David Bremner +Section: perl +Testsuite: autopkgtest-pkg-perl +Priority: optional +Build-Depends: debhelper (>= 7), + libmodule-build-perl, + perl +Build-Depends-Indep: libemail-address-perl +Standards-Version: 3.9.6 +Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libconvert-ytext-perl.git +Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libconvert-ytext-perl +Homepage: https://metacpan.org/release/Convert-YText + +Package: libconvert-ytext-perl +Architecture: all +Depends: ${misc:Depends}, + ${perl:Depends} +Description: Perl module to quote strings suitably for RFC2822 local parts + Convert::YText converts strings to and from "YText", a format inspired by + xtext defined in RFC1894, the MIME base64 and quoted-printable types (RFC + 1394). The main goal is encode a UTF8 string into something safe for use as + the local part in an internet email address (RFC2822). + . + By default spaces are replaced with "+", "/" with "~", the characters + "A-Za-z0-9_.-" encode as themselves, and everything else is written "=USTR=" + where USTR is the base64 (using "A-Za-z0-9_." as digits) encoding of the + unicode character code. The encoding is configurable (see below). --- libconvert-ytext-perl-0.2.orig/debian/copyright +++ libconvert-ytext-perl-0.2/debian/copyright @@ -0,0 +1,28 @@ +Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: Convert-YText +Upstream-Contact: David Bremner +Source: https://metacpan.org/release/Convert-YText + +Files: * +Copyright: David Bremner +License: Artistic or GPL-1+ + +Files: debian/* +Copyright: 2011, David Bremner +License: Artistic or GPL-1+ + +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 GNU/Linux 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 GNU/Linux systems, the complete text of version 1 of the + General Public License can be found in `/usr/share/common-licenses/GPL-1'. --- libconvert-ytext-perl-0.2.orig/debian/rules +++ libconvert-ytext-perl-0.2/debian/rules @@ -0,0 +1,15 @@ +#!/usr/bin/make -f + +%: + dh $@ + +SOURCEPKG=$(shell dpkg-parsechangelog | sed -n 's/^Source: \(.*\)/\1/p') +UPSTREAM=$(shell dpkg-parsechangelog | sed -n 's/^Version: \(.*\)-[^-]*/\1/p') +SHA1=$(lastword $(subst ~g, ,$(UPSTREAM))) +ORIG=${SOURCEPKG}_${UPSTREAM}.orig.tar.gz + +describe-current-version: + git describe --tags master | sed 's,^v,,;s,-,+,;s,-,~,;' + +get-orig-source: + git archive --format=tar $(SHA1) | gzip -9 > ../$(ORIG) --- libconvert-ytext-perl-0.2.orig/debian/source/format +++ libconvert-ytext-perl-0.2/debian/source/format @@ -0,0 +1 @@ +1.0 --- libconvert-ytext-perl-0.2.orig/debian/watch +++ libconvert-ytext-perl-0.2/debian/watch @@ -0,0 +1,2 @@ +version=3 +https://metacpan.org/release/Convert-YText .*/Convert-YText-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$