debian/0000755000000000000000000000000012214611404007161 5ustar debian/rules0000755000000000000000000000047612214611404010250 0ustar #!/usr/bin/make -f PACKAGE = $(shell dh_listpackages) TMP = $(CURDIR)/debian/$(PACKAGE) %: dh $@ override_dh_auto_install: dh_auto_install # only needed during build $(RM) -v $(TMP)/usr/share/perl5/utf8/all/Conflicts.pm rmdir --ignore-fail-on-non-empty --parents --verbose $(TMP)/usr/share/perl5/utf8/all/ debian/control0000644000000000000000000000313112214611404010562 0ustar Source: libutf8-all-perl Maintainer: Debian Perl Group Uploaders: gregor herrmann Section: perl Priority: optional Build-Depends: debhelper (>= 8), perl (>= 5.11.4) | libmodule-build-perl (>= 0.360100) Build-Depends-Indep: libcapture-tiny-perl, libcpan-changes-perl, libdist-checkconflicts-perl, libimport-into-perl, libtest-fatal-perl, libtest-script-perl, libtest-warn-perl, perl (>= 5.13.4) | libtest-simple-perl (>= 0.96), perl (>= 5.17.2) | libautodie-perl (>= 2.12) Standards-Version: 3.9.4 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libutf8-all-perl.git Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libutf8-all-perl.git Homepage: https://metacpan.org/release/utf8-all/ Package: libutf8-all-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends}, libimport-into-perl, perl (>= 5.17.2) | libautodie-perl (>= 2.12) Breaks: libautodie-perl (<< 2.12~) Description: Perl pragma to turn on UTF-8 everywhere The utf8 pragma allows you to write Perl source code encoded in UTF-8. That means UTF-8 strings, variable names, and regular expressions. utf8::all goes further, and makes @ARGV encoded in UTF-8, and filehandles are opened with UTF-8 encoding turned on by default (including STDIN, STDOUT, STDERR). If you don't want UTF-8 for a particular filehandle, you'll have to set binmode $filehandle. debian/source/0000755000000000000000000000000012214611404010461 5ustar debian/source/format0000644000000000000000000000001412214611404011667 0ustar 3.0 (quilt) debian/changelog0000644000000000000000000000542412214611404011040 0ustar libutf8-all-perl (0.011-1) unstable; urgency=low * New upstream release. * Update build and runtime dependencies. -- gregor herrmann Fri, 13 Sep 2013 15:28:28 +0200 libutf8-all-perl (0.010-1) unstable; urgency=low [ 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 ] * New upstream release. * Update years of packaging copyright. * Set Standards-Version to 3.9.4 (no changes). -- gregor herrmann Mon, 18 Feb 2013 19:21:03 +0100 libutf8-all-perl (0.009-1) unstable; urgency=low * Team upload. * Imported Upstream version 0.008 and 0.009 * Update required build-dependencies. Add Build-Depends-Indep on libtest-fatal-perl. Upstream updated requirement on Test::More: Add alternative Build-Depends-Indep on perl (>= 5.13.4) | libtest-simple-perl (>= 0.96). * Correct dependency for autodie module. Adjust (Build-)Depends(-Indep) for autodie 2.12 to libautodie-perl (>= 2.12) | perl (>= 5.17.2). -- Salvatore Bonaccorso Sat, 27 Oct 2012 18:15:12 +0200 libutf8-all-perl (0.007-1) unstable; urgency=low [ gregor herrmann ] * debian/control: update {versioned,alternative} (build) dependencies. [ Nuno Carvalho ] * d/control: Add new dependecies libtest-warn-perl and libimport-into-perl. * d/control: Move dependencies to B-D-I. * d/control: Update standards version. * d/control: Require autodie version >= 2.12 in B-D-I. * d/copyright: Update format and field names. * New upstream release. [ gregor herrmann ] * Don't install lib/utf8/all/Conflicts.pm into the binary package; it's only used at build time. * debian/control: depend on autodie >= 2.12. This is not strictly necessary but utf8::all conflicts with older versions of autodie if they are used. -- gregor herrmann Sat, 15 Sep 2012 17:02:37 +0200 libutf8-all-perl (0.004-1) unstable; urgency=low * New upstream release. * Update years of packaging copyright. * Add build dependency on libtest-script-perl. -- gregor herrmann Tue, 10 Jan 2012 19:18:08 +0100 libutf8-all-perl (0.003-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 ] * New upstream release. * Build-depend on Module::Build 0.3601. -- gregor herrmann Thu, 22 Dec 2011 20:05:37 +0100 libutf8-all-perl (0.002-1) unstable; urgency=low * Initial release (closes: #623620). -- gregor herrmann Thu, 21 Apr 2011 23:30:15 +0200 debian/compat0000644000000000000000000000000212214611404010357 0ustar 8 debian/copyright0000644000000000000000000000203612214611404011115 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Contact: Mike Doherty Source: https://metacpan.org/release/utf8-all/ Upstream-Name: utf8-all Files: * Copyright: 2009, Michael Schwern License: Artistic or GPL-1+ Files: debian/* Copyright: 2011-2013, gregor herrmann 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/watch0000644000000000000000000000015612214611404010214 0ustar version=3 https://metacpan.org/release/utf8-all/ .*/utf8-all-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$