debian/0000755000000000000000000000000012003607603007163 5ustar debian/libacme-bleach-perl.examples0000644000000000000000000000002312003607603014466 0ustar demo/* unbleach.pl debian/rules0000755000000000000000000000053512003607603010246 0ustar #!/usr/bin/make -f PACKAGE = $(shell dh_listpackages) TMP = $(CURDIR)/debian/$(PACKAGE) %: dh $@ override_dh_auto_install: dh_auto_install rm $(TMP)/usr/share/perl5/Acme/unbleach.pl override_dh_installexamples: dh_installexamples # Fix executable-not-elf-or-script lintian warnings chmod 644 $(TMP)/usr/share/doc/$(PACKAGE)/examples/* debian/control0000644000000000000000000000205412003607603010567 0ustar Source: libacme-bleach-perl Section: perl Priority: optional Build-Depends: debhelper (>= 8) Build-Depends-Indep: perl Maintainer: Debian Perl Group Uploaders: Nathan Handler , Fabrizio Regalli Standards-Version: 3.9.3 Homepage: http://search.cpan.org/dist/Acme-Bleach/ Vcs-Git: git://git.debian.org/pkg-perl/packages/libacme-bleach-perl.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libacme-bleach-perl.git Package: libacme-bleach-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends} Description: Perl module for really clean programs The first time you run a program under use Acme::Bleach, the module removes all the unsightly printable characters from your source file. . This package also installs the Acme::DWIM and Acme::Morse modules. Acme::DWIM replaces all the unsightly operators et al. from your source file with the new DWIM operator: ... (pronounced "yadda yadda yadda"). Acme::Morse converts your program to Morse code. debian/source/0000755000000000000000000000000012003607603010463 5ustar debian/source/format0000644000000000000000000000001412003607603011671 0ustar 3.0 (quilt) debian/changelog0000644000000000000000000000254712003607603011045 0ustar libacme-bleach-perl (1.150-1) unstable; urgency=low * Team upload. [ Ansgar Burchardt ] * debian/control: Convert Vcs-* fields to Git. [ Nuno Carvalho ] * debian/copyright: Update copyright format. * debian/control: Update standards version. * New upstream version. [ gregor herrmann] * debian/watch: add uversionmangle in case upstream goes back to 2-digit minor versions. * Refresh patch (offset). -- Nuno Carvalho Tue, 24 Jul 2012 20:59:17 +0100 libacme-bleach-perl (1.13-1) unstable; urgency=low [ Salvatore Bonaccorso ] * debian/control: Changed: 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/rules: override dh_auto_install target: Do not install unbleach.pl in /usr/share/perl5/Acme/unbleach.pl. [ Fabrizio Regalli ] * New upstream release * Bump to 3.9.2 Standard-Version. * Switch to DEP5 license format. * Add myself to Uploaders. * Switch d/compat to 8. * Build-Depends: switch to debhelper (>= 8). * Bump to 3.0 quilt format. -- Fabrizio Regalli Wed, 15 Jun 2011 21:03:55 +0200 libacme-bleach-perl (1.12-1) unstable; urgency=low * Initial Release. (closes: #532034) (LP: #303968) -- Nathan Handler Sat, 27 Jun 2009 02:50:16 +0000 debian/compat0000644000000000000000000000000212003607603010361 0ustar 8 debian/patches/0000755000000000000000000000000012003607603010612 5ustar debian/patches/01_fix_pod2man_errors.diff0000644000000000000000000000202712003607603015547 0ustar Description: fix "manpage-has-errors-from-pod2man" warning from Lintian. Bug: https://rt.cpan.org/Public/Bug/Display.html?id=47379 Forwarded: https://rt.cpan.org/Public/Bug/Display.html?id=47379 Author: Nathan Handler Reviewed-by: gregor herrmann Last-Update: 2012-07-24 --- a/lib/Acme/Bleach.pm +++ b/lib/Acme/Bleach.pm @@ -67,8 +67,12 @@ Acme::Bleach could not access the source file to execute it. +=over 4 + =back +=back + =head1 SEE ALSO http://www.templetons.com/tech/proletext.html --- a/lib/Acme/Morse.pm +++ b/lib/Acme/Morse.pm @@ -50,6 +50,10 @@ =back +=over 4 + +=back + =head1 AUTHOR Damian Conway (as if you couldn't guess) --- a/lib/Acme/DWIM.pm +++ b/lib/Acme/DWIM.pm @@ -76,11 +76,13 @@ ...over 4 -...item C...Can't enDWIM '%s'> +...item C... Acme::DWIM could not access the source file to modify it. -=item C... Acme...DWIM could not access the source file to execute it... debian/patches/series0000755000000000000000000000003312003607603012026 0ustar 01_fix_pod2man_errors.diff debian/copyright0000644000000000000000000000204212003607603011114 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Contact: Damian Conway Source: http://search.cpan.org/dist/Acme-Bleach/ Upstream-Name: Acme-Bleach Files: * Copyright: 2001, Damian Conway License: GPL-1+ or Artistic Files: debian/* Copyright: 2009, Nathan Handler 2011, Fabrizio Regalli License: GPL-1+ or 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: 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'. debian/watch0000644000000000000000000000023112003607603010210 0ustar version=3 opts=uversionmangle=s/\.\d\d$/$&0/ \ http://search.cpan.org/dist/Acme-Bleach/ .*/Acme-Bleach-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$