r51801 - in /trunk/libconvert-ascii-armour-perl/debian: ./ changelog compat control copyright rules watch

jawnsy-guest at users.alioth.debian.org jawnsy-guest at users.alioth.debian.org
Sat Jan 30 03:11:44 UTC 2010


Author: jawnsy-guest
Date: Sat Jan 30 03:11:37 2010
New Revision: 51801

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

Added:
    trunk/libconvert-ascii-armour-perl/debian/
    trunk/libconvert-ascii-armour-perl/debian/changelog
    trunk/libconvert-ascii-armour-perl/debian/compat
    trunk/libconvert-ascii-armour-perl/debian/control
    trunk/libconvert-ascii-armour-perl/debian/copyright
    trunk/libconvert-ascii-armour-perl/debian/rules   (with props)
    trunk/libconvert-ascii-armour-perl/debian/watch

Added: trunk/libconvert-ascii-armour-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libconvert-ascii-armour-perl/debian/changelog?rev=51801&op=file
==============================================================================
--- trunk/libconvert-ascii-armour-perl/debian/changelog (added)
+++ trunk/libconvert-ascii-armour-perl/debian/changelog Sat Jan 30 03:11:37 2010
@@ -1,0 +1,5 @@
+libconvert-ascii-armour-perl (1.4-1) UNRELEASED; urgency=low
+
+  * Initial Release.
+
+ -- Jonathan Yu <jawnsy at cpan.org>  Fri, 29 Jan 2010 22:15:57 -0500

Added: trunk/libconvert-ascii-armour-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libconvert-ascii-armour-perl/debian/compat?rev=51801&op=file
==============================================================================
--- trunk/libconvert-ascii-armour-perl/debian/compat (added)
+++ trunk/libconvert-ascii-armour-perl/debian/compat Sat Jan 30 03:11:37 2010
@@ -1,0 +1,1 @@
+7

Added: trunk/libconvert-ascii-armour-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libconvert-ascii-armour-perl/debian/control?rev=51801&op=file
==============================================================================
--- trunk/libconvert-ascii-armour-perl/debian/control (added)
+++ trunk/libconvert-ascii-armour-perl/debian/control Sat Jan 30 03:11:37 2010
@@ -1,0 +1,22 @@
+Source: libconvert-ascii-armour-perl
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 7)
+Build-Depends-Indep: perl,
+ perl (>= 5.10) | libio-compress-perl | libcompress-zlib-perl
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Jonathan Yu <jawnsy at cpan.org>
+Standards-Version: 3.8.3
+Homepage: http://search.cpan.org/dist/Convert-ASCII-Armour/
+Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libconvert-ascii-armour-perl/
+Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libconvert-ascii-armour-perl/
+
+Package: libconvert-ascii-armour-perl
+Architecture: all
+Depends: ${perl:Depends}, ${misc:Depends}, perl (>= 5.9.3)
+Description: Convert binary octets into ASCII armoured messages.
+ Convert::ASCII::Armour converts hashes of binary octets into ASCII messages
+ suitable for transfer over 6-bit clean transport channels. The encoded ASCII
+ resembles PGP's armoured messages, but are in no way compatible with PGP.
+ .
+ This description was automagically extracted from the module by dh-make-perl.

Added: trunk/libconvert-ascii-armour-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libconvert-ascii-armour-perl/debian/copyright?rev=51801&op=file
==============================================================================
--- trunk/libconvert-ascii-armour-perl/debian/copyright (added)
+++ trunk/libconvert-ascii-armour-perl/debian/copyright Sat Jan 30 03:11:37 2010
@@ -1,0 +1,36 @@
+Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135
+Maintainer: Vipul Ved Prakash, <mail at vipul.net>
+Source: http://search.cpan.org/dist/Convert-ASCII-Armour/
+Name: Convert-ASCII-Armour
+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.
+ NOTE: Don't forget to remove this disclaimer once you are happy
+ with this file.
+
+Files: *
+Copyright: Vipul Ved Prakash, <mail at vipul.net>
+License: 
+
+Files: debian/*
+Copyright: 2010, Jonathan Yu <jawnsy at cpan.org>
+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 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/libconvert-ascii-armour-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libconvert-ascii-armour-perl/debian/rules?rev=51801&op=file
==============================================================================
--- trunk/libconvert-ascii-armour-perl/debian/rules (added)
+++ trunk/libconvert-ascii-armour-perl/debian/rules Sat Jan 30 03:11:37 2010
@@ -1,0 +1,4 @@
+#!/usr/bin/make -f
+
+%:
+	dh $@

Propchange: trunk/libconvert-ascii-armour-perl/debian/rules
------------------------------------------------------------------------------
    svn:executable = *

Added: trunk/libconvert-ascii-armour-perl/debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libconvert-ascii-armour-perl/debian/watch?rev=51801&op=file
==============================================================================
--- trunk/libconvert-ascii-armour-perl/debian/watch (added)
+++ trunk/libconvert-ascii-armour-perl/debian/watch Sat Jan 30 03:11:37 2010
@@ -1,0 +1,2 @@
+version=3
+http://search.cpan.org/dist/Convert-ASCII-Armour/   .*/Convert-ASCII-Armour-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$




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