debian/0000755000000000000000000000000012231173500007160 5ustar debian/watch0000644000000000000000000000035712105251530010216 0ustar # format version number, currently 3; this line is compulsory! version=3 # URL to the package page followed by a regex to search https://metacpan.org/release/Scalar-String/ .*/Scalar-String-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ debian/rules0000755000000000000000000000003612105251530010237 0ustar #!/usr/bin/make -f %: dh $@ debian/copyright0000644000000000000000000000226412105251530011117 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: Scalar-String Source: https://metacpan.org/release/Scalar-String/ Upstream-Contact: Andrew Main (Zefram) Files: * Copyright: 2009-2011, Andrew Main (Zefram) License: Artistic or GPL-1+ Files: debian/* Copyright: 2009-2010, Ivan Kohler 2010-2011, Angel Abad 2011, Ansgar Burchardt 2013, Xavier Guimard 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'. debian/source/0000755000000000000000000000000012105251530010460 5ustar debian/source/format0000644000000000000000000000001412105251530011666 0ustar 3.0 (quilt) debian/compat0000644000000000000000000000000212105251530010356 0ustar 9 debian/control0000644000000000000000000000251712105251530010570 0ustar Source: libscalar-string-perl Maintainer: Debian Perl Group Uploaders: Ivan Kohler , Angel Abad , Xavier Guimard Section: perl Priority: optional Build-Depends: debhelper (>= 9.20120312), libtest-pod-coverage-perl, libtest-pod-perl, perl Standards-Version: 3.9.4 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libscalar-string-perl.git Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libscalar-string-perl.git Homepage: https://metacpan.org/release/Scalar-String/ Package: libscalar-string-perl Architecture: any Depends: ${misc:Depends}, ${perl:Depends}, ${shlibs:Depends} Description: Perl module concerning the string aspects of scalars Scalar::String is about the string part of plain Perl scalars. A scalar has a string value, which is notionally a sequence of Unicode codepoints, but may be internally encoded in either ISO-8859-1 or UTF-8. In places, and more so in older versions of Perl, the internal encoding shows through. To fully understand Perl strings it is necessary to understand these implementation details. . This module provides functions to classify a string by encoding and to encode a string in a desired way. debian/changelog0000644000000000000000000000526612231173500011043 0ustar libscalar-string-perl (0.002-2build1) trusty; urgency=low * Rebuild for Perl 5.18. -- Colin Watson Mon, 21 Oct 2013 10:43:28 +0100 libscalar-string-perl (0.002-2) unstable; urgency=low [ Ansgar Burchardt ] * debian/control: Convert Vcs-* fields to Git. [ Angel Abad ] * Email change: Angel Abad -> angel@debian.org [ 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 [ Xavier Guimard ] * Bump debian/copyright format to 1.0 * Bump Standards-Version to 3.9.4 * Bump debhelper compatibility to 9 to get hardening flags -- Xavier Guimard Sun, 03 Feb 2013 10:57:53 +0100 libscalar-string-perl (0.002-1) unstable; urgency=low [ Angel Abad ] * New upstream release * debian/copyright: - Update copyright years - Update license stanzas [ gregor herrmann ] * Set Standards-Version to 3.9.2 (no changes). -- Angel Abad Tue, 19 Apr 2011 14:10:25 +0200 libscalar-string-perl (0.001-1) unstable; urgency=low [ Angel Abad ] * New upstream release * Add myself to Uploaders * debian/control: - Add libtest-pod-coverage-perl, libtest-pod-perl and perl (>= 5.10.1) | libparent-perl to B-D - Add perl (>= 5.10.1) | libparent-perl to Depends * debian/libscalar-string-perl.docs: Remove file, it has only install instructions * Update copyright file * Standards-Version 3.9.1 * Switch to dpkg-source format 3.0 (quilt) [ Franck Joncourt ] * Dropped BD on perl (>= 5.10) | libmodule-build since stable has 5.10. -- Angel Abad Fri, 30 Jul 2010 11:47:21 +0200 libscalar-string-perl (0.000-2) unstable; urgency=low * Take over for the Debian Perl Group * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser field (source stanza). Changed: Maintainer set to Debian Perl Group (was: Ivan Kohler ); Ivan Kohler moved to Uploaders; Replace versioned (build-)dependency on perl (>= 5.6.0- {12,16}) with an unversioned dependency on perl (as permitted by Debian Policy 3.8.3). * debian/watch: update to ignore development releases. * dh-make-perl refresh * Standards-Version 3.8.4 * Better short description -- Ivan Kohler Sun, 25 Apr 2010 17:36:52 -0700 libscalar-string-perl (0.000-1) unstable; urgency=low * Initial Release (closes: Bug#521541). -- Ivan Kohler Sat, 28 Mar 2009 04:12:44 -0700