r46424 - in /trunk/libacme-buffy-perl/debian: ./ changelog compat control copyright libacme-buffy-perl.docs libacme-buffy-perl.examples rules watch

ryan at users.alioth.debian.org ryan at users.alioth.debian.org
Mon Oct 26 23:50:01 UTC 2009


Author: ryan
Date: Mon Oct 26 23:49:56 2009
New Revision: 46424

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

Added:
    trunk/libacme-buffy-perl/debian/
    trunk/libacme-buffy-perl/debian/changelog
    trunk/libacme-buffy-perl/debian/compat
    trunk/libacme-buffy-perl/debian/control
    trunk/libacme-buffy-perl/debian/copyright
    trunk/libacme-buffy-perl/debian/libacme-buffy-perl.docs
    trunk/libacme-buffy-perl/debian/libacme-buffy-perl.examples
    trunk/libacme-buffy-perl/debian/rules   (with props)
    trunk/libacme-buffy-perl/debian/watch

Added: trunk/libacme-buffy-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libacme-buffy-perl/debian/changelog?rev=46424&op=file
==============================================================================
--- trunk/libacme-buffy-perl/debian/changelog (added)
+++ trunk/libacme-buffy-perl/debian/changelog Mon Oct 26 23:49:56 2009
@@ -1,0 +1,5 @@
+libacme-buffy-perl (1.5-1) UNRELEASED; urgency=low
+
+  * Initial Release.
+
+ -- Ryan Niebur <ryan at debian.org>  Mon, 26 Oct 2009 16:48:23 -0700

Added: trunk/libacme-buffy-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libacme-buffy-perl/debian/compat?rev=46424&op=file
==============================================================================
--- trunk/libacme-buffy-perl/debian/compat (added)
+++ trunk/libacme-buffy-perl/debian/compat Mon Oct 26 23:49:56 2009
@@ -1,0 +1,1 @@
+7

Added: trunk/libacme-buffy-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libacme-buffy-perl/debian/control?rev=46424&op=file
==============================================================================
--- trunk/libacme-buffy-perl/debian/control (added)
+++ trunk/libacme-buffy-perl/debian/control Mon Oct 26 23:49:56 2009
@@ -1,0 +1,28 @@
+Source: libacme-buffy-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: Ryan Niebur <ryan at debian.org>
+Standards-Version: 3.8.1
+Homepage: http://search.cpan.org/dist/Acme-Buffy/
+Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libacme-buffy-perl/
+Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libacme-buffy-perl/
+
+Package: libacme-buffy-perl
+Architecture: all
+Depends: ${perl:Depends}, ${misc:Depends}
+Description: An encoding scheme for Buffy the Vampire Slayer fans
+ The first time you run a program under use Acme::Buffy, the module removes
+ most of the unsightly characters from your source file. The code continues to
+ work exactly as it did before, but now it looks like this:
+ .
+ use Acme::Buffy;
+ .
+ BUffY bUFFY BUffY bUFFY bUfFy buffy BUFfy buFFY BufFy BufFY bUFfy BuFFY buffy
+ bufFy bUffy bUffY BuFfy BuffY bUFfy BUfFY BUFFy Buffy bUffY 
+ .
+ BuFFY BUFFy BufFy BUFfy BUfFY buFfy BuffY BuFfy BUfFY bUffy buFFy BUffy bUffy
+ .
+ This description was automagically extracted from the module by dh-make-perl.

Added: trunk/libacme-buffy-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libacme-buffy-perl/debian/copyright?rev=46424&op=file
==============================================================================
--- trunk/libacme-buffy-perl/debian/copyright (added)
+++ trunk/libacme-buffy-perl/debian/copyright Mon Oct 26 23:49:56 2009
@@ -1,0 +1,46 @@
+Format-Specification:
+    http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=196
+Upstream-Maintainer: Leon Brocard <acme at astray.com>
+    .
+    This was based on Damian Conway's Bleach module and was inspired by an
+    idea by Philip Newton. I blame London Perl Mongers too...
+    http://www.mail-archive.com/london-pm%40lists.dircon.co.uk/msg03353.html
+    .
+    Yes, the namespace was named after me. Maybe.
+Upstream-Source: http://search.cpan.org/dist/Acme-Buffy/
+Upstream-Name: Acme-Buffy
+Disclaimer: This copyright info was automatically extracted 
+    from the perl module. It may not be accurate, so you better 
+    check the module sources in order to ensure the module for its 
+    inclusion in Debian or for general legal information. Please, 
+    if licensing information is incorrectly generated, file a bug 
+    on dh-make-perl.
+
+Files: *
+Copyright: Leon Brocard <acme at astray.com>
+    .
+    This was based on Damian Conway's Bleach module and was inspired by an
+    idea by Philip Newton. I blame London Perl Mongers too...
+    http://www.mail-archive.com/london-pm%40lists.dircon.co.uk/msg03353.html
+    .
+    Yes, the namespace was named after me. Maybe.
+License-Alias: Perl
+License: Artistic | GPL-1+
+
+Files: debian/*
+Copyright: 2009, Ryan Niebur <ryan at debian.org>
+License: Artistic | 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 GNU/Linux 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 GNU/Linux systems, the complete text of the GNU General
+    Public License can be found in `/usr/share/common-licenses/GPL'

Added: trunk/libacme-buffy-perl/debian/libacme-buffy-perl.docs
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libacme-buffy-perl/debian/libacme-buffy-perl.docs?rev=46424&op=file
==============================================================================
--- trunk/libacme-buffy-perl/debian/libacme-buffy-perl.docs (added)
+++ trunk/libacme-buffy-perl/debian/libacme-buffy-perl.docs Mon Oct 26 23:49:56 2009
@@ -1,0 +1,1 @@
+README

Added: trunk/libacme-buffy-perl/debian/libacme-buffy-perl.examples
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libacme-buffy-perl/debian/libacme-buffy-perl.examples?rev=46424&op=file
==============================================================================
--- trunk/libacme-buffy-perl/debian/libacme-buffy-perl.examples (added)
+++ trunk/libacme-buffy-perl/debian/libacme-buffy-perl.examples Mon Oct 26 23:49:56 2009
@@ -1,0 +1,1 @@
+examples/*

Added: trunk/libacme-buffy-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libacme-buffy-perl/debian/rules?rev=46424&op=file
==============================================================================
--- trunk/libacme-buffy-perl/debian/rules (added)
+++ trunk/libacme-buffy-perl/debian/rules Mon Oct 26 23:49:56 2009
@@ -1,0 +1,4 @@
+#!/usr/bin/make -f
+
+%:
+	dh $@

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

Added: trunk/libacme-buffy-perl/debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libacme-buffy-perl/debian/watch?rev=46424&op=file
==============================================================================
--- trunk/libacme-buffy-perl/debian/watch (added)
+++ trunk/libacme-buffy-perl/debian/watch Mon Oct 26 23:49:56 2009
@@ -1,0 +1,2 @@
+version=3
+http://search.cpan.org/dist/Acme-Buffy/   .*/Acme-Buffy-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$




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