debian/0000755000000000000000000000000012237351323007167 5ustar debian/compat0000644000000000000000000000000212237351323010365 0ustar 8 debian/copyright0000644000000000000000000000320112237351323011116 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: String-Formatter Upstream-Contact: Ricardo Signes Source: https://metacpan.org/release/String-Formatter/ Files: * Copyright: 2013, Ricardo Signes License: GPL-2 Comment: String::Formatter is based on String::Format, written by Darren Chamberlain. Very little of the original code remains. Files: debian/* Copyright: 2009, gregor herrmann 2010, Ansgar Burchardt 2010, Jonathan Yu 2010-2013, Salvatore Bonaccorso 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 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'. License: GPL-2 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; version 2 dated June, 1991. . On Debian systems, the complete text of version 2 of the GNU General Public License can be found in `/usr/share/common-licenses/GPL-2'. debian/rules0000755000000000000000000000051012237351323010243 0ustar #!/usr/bin/make -f PACKAGE = $(shell dh_listpackages) TMP = $(CURDIR)/debian/$(PACKAGE) %: dh $@ override_dh_auto_install: dh_auto_install $(RM) -v $(TMP)/usr/share/perl5/String/bench.pl override_dh_installexamples: dh_installexamples sed -i '1s|^#!perl|#!/usr/bin/perl|' $(TMP)/usr/share/doc/$(PACKAGE)/examples/* debian/watch0000644000000000000000000000017612237351323010224 0ustar version=3 https://metacpan.org/release/String-Formatter/ .*/String-Formatter-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ debian/control0000644000000000000000000000240012237351323010566 0ustar Source: libstring-formatter-perl Maintainer: Debian Perl Group Uploaders: gregor herrmann , Jonathan Yu , Ansgar Burchardt , Salvatore Bonaccorso Section: perl Priority: optional Build-Depends: debhelper (>= 8) Build-Depends-Indep: libparams-util-perl, libsub-exporter-perl, perl Standards-Version: 3.9.5 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libstring-formatter-perl.git Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libstring-formatter-perl.git Homepage: https://metacpan.org/release/String-Formatter/ Package: libstring-formatter-perl Architecture: all Depends: libparams-util-perl, libsub-exporter-perl, ${misc:Depends}, ${perl:Depends} Description: module to build sprintf-like formatting routines String::Formatter is a tool for building sprintf-like formatting routines. It supports named or positional formatting, custom conversions, fixed string interpolation, and simple width-matching out of the box. It is easy to alter its behavior to write new kinds of format string expanders. For most cases, it should be easy to build all sorts of formatters out of the options built into String::Formatter. debian/source/0000755000000000000000000000000012237351323010467 5ustar debian/source/format0000644000000000000000000000001412237351323011675 0ustar 3.0 (quilt) debian/changelog0000644000000000000000000000627112237351323011047 0ustar libstring-formatter-perl (0.102084-1) unstable; urgency=low [ Ansgar Burchardt ] * debian/control: Convert Vcs-* fields to Git. [ Salvatore Bonaccorso ] * debian/copyright: Replace DEP5 Format-Specification URL from svn.debian.org to anonscm.debian.org URL. [ gregor herrmann ] * debian/control: update {versioned,alternative} (build) dependencies. [ Salvatore Bonaccorso ] * Change Vcs-Git to canonical URI (git://anonscm.debian.org) * Change search.cpan.org based URIs to metacpan.org based URIs [ gregor herrmann ] * Don't run release tests during package build. [ Axel Beckert ] * debian/copyright: migrate pre-1.0 format to 1.0 using "cme fix dpkg- copyright" [ Salvatore Bonaccorso ] * Imported Upstream version 0.102084 * Update copyright years for upstream files * Update copyright years for debian/* packaging files * Wrap and sort fields in debian/control file * Bump Standards-Version to 3.9.5 -- Salvatore Bonaccorso Sat, 09 Nov 2013 07:14:14 +0100 libstring-formatter-perl (0.102082-1) unstable; urgency=low * New upstream release * Bump Debhelper compat level to 8. * debian/control: Bump versioned Build-Depends on debhelper to (>= 8). * Email change: Ansgar Burchardt -> ansgar@debian.org * Email change: Salvatore Bonaccorso -> carnil@debian.org * debian/copyright: Update copyright years for debian/* packaging stanza. -- Salvatore Bonaccorso Sat, 05 Mar 2011 10:59:55 +0100 libstring-formatter-perl (0.102081-1) unstable; urgency=low [ Salvatore Bonaccorso ] * Update my email address. [ Ansgar Burchardt ] * New upstream release. * debian/copyright: Refer to "Debian systems" instead of "Debian GNU/Linux systems". * Update my email address. -- Ansgar Burchardt Mon, 18 Oct 2010 01:18:51 +0200 libstring-formatter-perl (0.102080-1) unstable; urgency=low * New upstream release * Add myself to Uploaders. * Refresh debian/copyright and update debian/* packaging stanza. * Bump Standards-Version to 3.9.1. -- Salvatore Bonaccorso Thu, 29 Jul 2010 07:47:09 +0200 libstring-formatter-perl (0.101620-1) unstable; urgency=low * New upstream release. * Bump build-dep on libtest-pod-perl to >= 1.41. * Add build-dep on perl (>= 5.10.1) | libtest-simple-perl (>= 0.88). * Remove build-dep on libtest-pod-coverage-perl, libpod-coverage-trustpod-perl. * Use source format 3.0 (quilt). * Add myself to Uploaders. -- Ansgar Burchardt Mon, 14 Jun 2010 11:52:43 +0900 libstring-formatter-perl (0.100720-1) unstable; urgency=low [ Jonathan Yu ] * New upstream release * Standards-Version 3.8.4 (no changes) * Add myself to Uploaders and Copyright * Drop GPL-2 alternative license option for debian/ files, since that is covered by GPL-1+ * Add an override to fix interpreter shebang lines [ gregor herrmann ] * Update year of upstream copyright. -- Jonathan Yu Sun, 14 Mar 2010 23:35:45 -0400 libstring-formatter-perl (0.093221-1) unstable; urgency=low * Initial release (cf. #562102). -- gregor herrmann Wed, 23 Dec 2009 18:11:26 +0100 debian/libstring-formatter-perl.examples0000644000000000000000000000001112237351323015655 0ustar bench.pl