--- libconvert-ytext-perl-0.1.2.orig/debian/rules +++ libconvert-ytext-perl-0.1.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.1.2.orig/debian/changelog +++ libconvert-ytext-perl-0.1.2/debian/changelog @@ -0,0 +1,5 @@ +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.1.2.orig/debian/watch +++ libconvert-ytext-perl-0.1.2/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://search.cpan.org/dist/Convert-YText/ .*/Convert-YText-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ --- libconvert-ytext-perl-0.1.2.orig/debian/control +++ libconvert-ytext-perl-0.1.2/debian/control @@ -0,0 +1,25 @@ +Source: libconvert-ytext-perl +Section: perl +Priority: optional +Build-Depends: debhelper (>= 7), perl +Build-Depends-Indep: libemail-address-perl +Maintainer: Debian Perl Group +Uploaders: David Bremner +Standards-Version: 3.9.1 +Homepage: http://search.cpan.org/dist/Convert-YText/ +Vcs-Git: git://git.debian.org/git/pkg-perl/packages/libconvert-ytext-perl +Vcs-Browser: http://git.debian.org/?p=pkg-perl/packages/libconvert-ytext-perl.git + +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.1.2.orig/debian/compat +++ libconvert-ytext-perl-0.1.2/debian/compat @@ -0,0 +1 @@ +7 --- libconvert-ytext-perl-0.1.2.orig/debian/copyright +++ libconvert-ytext-perl-0.1.2/debian/copyright @@ -0,0 +1,28 @@ +Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135 +Maintainer: David Bremner +Source: http://search.cpan.org/dist/Convert-YText/ +Name: 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.1.2.orig/debian/source/format +++ libconvert-ytext-perl-0.1.2/debian/source/format @@ -0,0 +1 @@ +1.0