r38797 - in /trunk/libacme-bleach-perl/debian: ./ patches/

nhandler-guest at users.alioth.debian.org nhandler-guest at users.alioth.debian.org
Sat Jun 27 02:55:01 UTC 2009


Author: nhandler-guest
Date: Sat Jun 27 02:54:55 2009
New Revision: 38797

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=38797
Log:
* The upstream author feels that "all three [modules] provide similar code
  shrouding facilities. Effecitvely, they are three encoding variants of the
  same idea." [rt.cpan.org #46755]. As a result of this and the feedback
  received on the mailing list, I am merging the three binary packages into
  one.
* debian/control: Standards-Version bumped to 3.8.2
* debian/patches/01_fix_pod2man_errors.diff sent upstream


Added:
    trunk/libacme-bleach-perl/debian/examples
Removed:
    trunk/libacme-bleach-perl/debian/libacme-bleach-perl.examples
    trunk/libacme-bleach-perl/debian/libacme-bleach-perl.install
    trunk/libacme-bleach-perl/debian/libacme-dwim-perl.examples
    trunk/libacme-bleach-perl/debian/libacme-dwim-perl.install
    trunk/libacme-bleach-perl/debian/libacme-morse-perl.examples
    trunk/libacme-bleach-perl/debian/libacme-morse-perl.install
Modified:
    trunk/libacme-bleach-perl/debian/changelog
    trunk/libacme-bleach-perl/debian/control
    trunk/libacme-bleach-perl/debian/patches/01_fix_pod2man_errors.diff
    trunk/libacme-bleach-perl/debian/rules

Modified: trunk/libacme-bleach-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libacme-bleach-perl/debian/changelog?rev=38797&op=diff
==============================================================================
--- trunk/libacme-bleach-perl/debian/changelog (original)
+++ trunk/libacme-bleach-perl/debian/changelog Sat Jun 27 02:54:55 2009
@@ -1,11 +1,5 @@
-libacme-bleach-perl (1.12-1) UNRELEASED; urgency=low
-
-  Currently discussing best way to handle the three unrelated Perl modules that
-  are shipped in the tarball. A request has been sent upstream to separate the
-  modules into separate tarballs [rt.cpan.org #46755]. If this does not happen,
-  it might be best to have only a libacme-bleach-perl binary package that
-  installs all three modules.
+libacme-bleach-perl (1.12-1) unstable; urgency=low
 
   * Initial Release. (closes: #532034) (LP: #303968)
 
- -- Nathan Handler <nhandler at ubuntu.com>  Mon, 08 Jun 2009 23:48:57 +0000
+ -- Nathan Handler <nhandler at ubuntu.com>  Sat, 27 Jun 2009 02:50:16 +0000

Modified: trunk/libacme-bleach-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libacme-bleach-perl/debian/control?rev=38797&op=diff
==============================================================================
--- trunk/libacme-bleach-perl/debian/control (original)
+++ trunk/libacme-bleach-perl/debian/control Sat Jun 27 02:54:55 2009
@@ -5,7 +5,7 @@
 Build-Depends-Indep: perl (>= 5.6.0-12)
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Nathan Handler <nhandler at ubuntu.com>
-Standards-Version: 3.8.1
+Standards-Version: 3.8.2
 Homepage: http://search.cpan.org/dist/Acme-Bleach/
 Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libacme-bleach-perl/
 Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libacme-bleach-perl/
@@ -16,18 +16,10 @@
 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.
 
-Package: libacme-dwim-perl
-Architecture: all
-Depends: ${perl:Depends}, ${misc:Depends}
-Description: Perl module to make operators easy
- The first time you run a program under use Acme::DWIM, the module replaces all
- the unsightly operators et al. from your source file with the new DWIM
- operator: ... (pronounced "yadda yadda yadda").
 
-Package: libacme-morse-perl
-Architecture: all
-Depends: ${perl:Depends}, ${misc:Depends}
-Description: Perl module for programming in morse code 
- The first time you run a program under use Acme::Morse, the module converts
- your program to Morse code.

Added: trunk/libacme-bleach-perl/debian/examples
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libacme-bleach-perl/debian/examples?rev=38797&op=file
==============================================================================
--- trunk/libacme-bleach-perl/debian/examples (added)
+++ trunk/libacme-bleach-perl/debian/examples Sat Jun 27 02:54:55 2009
@@ -1,0 +1,1 @@
+demo/*

Modified: trunk/libacme-bleach-perl/debian/patches/01_fix_pod2man_errors.diff
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libacme-bleach-perl/debian/patches/01_fix_pod2man_errors.diff?rev=38797&op=diff
==============================================================================
--- trunk/libacme-bleach-perl/debian/patches/01_fix_pod2man_errors.diff (original)
+++ trunk/libacme-bleach-perl/debian/patches/01_fix_pod2man_errors.diff Sat Jun 27 02:54:55 2009
@@ -2,6 +2,7 @@
 # Patch Author: Nathan Handler <nhandler at ubuntu.com>
 # Patch Description: Modify lib/Acme/*.pm files to resolve
 # "manpage-has-errors-from-pod2man" warning from Lintian.
+# Reported upstream: [rt.cpan.org #47379]
 
 --- a/lib/Acme/Bleach.pm
 +++ b/lib/Acme/Bleach.pm

Modified: trunk/libacme-bleach-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libacme-bleach-perl/debian/rules?rev=38797&op=diff
==============================================================================
--- trunk/libacme-bleach-perl/debian/rules (original)
+++ trunk/libacme-bleach-perl/debian/rules Sat Jun 27 02:54:55 2009
@@ -14,8 +14,6 @@
 install-stamp: build-stamp
 	dh install
 	chmod 0644 $(CURDIR)/debian/libacme-bleach-perl/usr/share/doc/libacme-bleach-perl/examples/*
-	chmod 0644 $(CURDIR)/debian/libacme-dwim-perl/usr/share/doc/libacme-dwim-perl/examples/*
-	chmod 0644 $(CURDIR)/debian/libacme-morse-perl/usr/share/doc/libacme-morse-perl/examples/*
 	touch $@
 
 binary-arch:




More information about the Pkg-perl-cvs-commits mailing list