r37453 - in /trunk/libacme-bleach-perl/debian: ./ changelog compat control copyright libacme-bleach-perl.install libacme-dwim-perl.install libacme-morse-perl.install rules watch

nhandler-guest at users.alioth.debian.org nhandler-guest at users.alioth.debian.org
Fri Jun 5 11:13:32 UTC 2009


Author: nhandler-guest
Date: Fri Jun  5 11:13:27 2009
New Revision: 37453

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=37453
Log:
[svn-inject] Applying Debian modifications to trunk

Added:
    trunk/libacme-bleach-perl/debian/
    trunk/libacme-bleach-perl/debian/changelog
    trunk/libacme-bleach-perl/debian/compat
    trunk/libacme-bleach-perl/debian/control
    trunk/libacme-bleach-perl/debian/copyright
    trunk/libacme-bleach-perl/debian/libacme-bleach-perl.install
    trunk/libacme-bleach-perl/debian/libacme-dwim-perl.install
    trunk/libacme-bleach-perl/debian/libacme-morse-perl.install
    trunk/libacme-bleach-perl/debian/rules   (with props)
    trunk/libacme-bleach-perl/debian/watch

Added: trunk/libacme-bleach-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libacme-bleach-perl/debian/changelog?rev=37453&op=file
==============================================================================
--- trunk/libacme-bleach-perl/debian/changelog (added)
+++ trunk/libacme-bleach-perl/debian/changelog Fri Jun  5 11:13:27 2009
@@ -1,0 +1,5 @@
+libacme-bleach-perl (1.12-1) unstable; urgency=low
+
+  * Initial Release. (LP: #303968)
+
+ -- Nathan Handler <nhandler at ubuntu.com>  Fri, 05 Jun 2009 04:17:18 +0000

Added: trunk/libacme-bleach-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libacme-bleach-perl/debian/compat?rev=37453&op=file
==============================================================================
--- trunk/libacme-bleach-perl/debian/compat (added)
+++ trunk/libacme-bleach-perl/debian/compat Fri Jun  5 11:13:27 2009
@@ -1,0 +1,1 @@
+7

Added: trunk/libacme-bleach-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libacme-bleach-perl/debian/control?rev=37453&op=file
==============================================================================
--- trunk/libacme-bleach-perl/debian/control (added)
+++ trunk/libacme-bleach-perl/debian/control Fri Jun  5 11:13:27 2009
@@ -1,0 +1,33 @@
+Source: libacme-bleach-perl
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 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
+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/
+
+Package: libacme-bleach-perl
+Architecture: all
+Depends: ${perl:Depends}, ${misc: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.
+
+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 mdoule 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/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libacme-bleach-perl/debian/copyright?rev=37453&op=file
==============================================================================
--- trunk/libacme-bleach-perl/debian/copyright (added)
+++ trunk/libacme-bleach-perl/debian/copyright Fri Jun  5 11:13:27 2009
@@ -1,0 +1,27 @@
+Format-Specification:
+    http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=196
+Upstream-Maintainer: Damian Conway
+Upstream-Source: http://search.cpan.org/dist/Acme-Bleach/
+Upstream-Name: Acme-Bleach
+
+Files: *
+Copyright: Damian Conway
+License: Artistic
+
+Files: debian/*
+Copyright: 2009, Nathan Handler <nhandler at ubuntu.com>
+License: GPL-1+ | 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 GNU/Linux systems, the complete text of the GNU General
+    Public License can be found in `/usr/share/common-licenses/GPL'
+
+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 GNU/Linux systems, the complete text of the Artistic License
+    can be found in /usr/share/common-licenses/Artistic

Added: trunk/libacme-bleach-perl/debian/libacme-bleach-perl.install
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libacme-bleach-perl/debian/libacme-bleach-perl.install?rev=37453&op=file
==============================================================================
--- trunk/libacme-bleach-perl/debian/libacme-bleach-perl.install (added)
+++ trunk/libacme-bleach-perl/debian/libacme-bleach-perl.install Fri Jun  5 11:13:27 2009
@@ -1,0 +1,2 @@
+usr/share/man/man3/Acme::Bleach.3pm
+usr/share/perl5/Acme/Bleach.pm

Added: trunk/libacme-bleach-perl/debian/libacme-dwim-perl.install
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libacme-bleach-perl/debian/libacme-dwim-perl.install?rev=37453&op=file
==============================================================================
--- trunk/libacme-bleach-perl/debian/libacme-dwim-perl.install (added)
+++ trunk/libacme-bleach-perl/debian/libacme-dwim-perl.install Fri Jun  5 11:13:27 2009
@@ -1,0 +1,2 @@
+usr/share/man/man3/Acme::DWIM.3pm
+usr/share/perl5/Acme/DWIM.pm

Added: trunk/libacme-bleach-perl/debian/libacme-morse-perl.install
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libacme-bleach-perl/debian/libacme-morse-perl.install?rev=37453&op=file
==============================================================================
--- trunk/libacme-bleach-perl/debian/libacme-morse-perl.install (added)
+++ trunk/libacme-bleach-perl/debian/libacme-morse-perl.install Fri Jun  5 11:13:27 2009
@@ -1,0 +1,2 @@
+usr/share/man/man3/Acme::Morse.3pm
+usr/share/perl5/Acme/Morse.pm

Added: trunk/libacme-bleach-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libacme-bleach-perl/debian/rules?rev=37453&op=file
==============================================================================
--- trunk/libacme-bleach-perl/debian/rules (added)
+++ trunk/libacme-bleach-perl/debian/rules Fri Jun  5 11:13:27 2009
@@ -1,0 +1,23 @@
+#!/usr/bin/make -f
+
+build: build-stamp
+build-stamp:
+	dh build
+	touch $@
+
+clean:
+	dh $@
+
+install: install-stamp
+install-stamp: build-stamp
+	dh install
+	touch $@
+
+binary-arch:
+
+binary-indep: install
+	dh $@
+
+binary: binary-arch binary-indep
+
+.PHONY: binary binary-arch binary-indep install clean build

Propchange: trunk/libacme-bleach-perl/debian/rules
------------------------------------------------------------------------------
    svn:executable = *

Added: trunk/libacme-bleach-perl/debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libacme-bleach-perl/debian/watch?rev=37453&op=file
==============================================================================
--- trunk/libacme-bleach-perl/debian/watch (added)
+++ trunk/libacme-bleach-perl/debian/watch Fri Jun  5 11:13:27 2009
@@ -1,0 +1,2 @@
+version=3
+http://search.cpan.org/dist/Acme-Bleach/   .*/Acme-Bleach-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$




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