r68650 - in /trunk/libencode-imaputf7-perl/debian: ./ changelog compat control copyright libencode-imaputf7-perl.docs rules watch

takaki at users.alioth.debian.org takaki at users.alioth.debian.org
Tue Feb 15 04:38:40 UTC 2011


Author: takaki
Date: Tue Feb 15 04:38:21 2011
New Revision: 68650

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

Added:
    trunk/libencode-imaputf7-perl/debian/
    trunk/libencode-imaputf7-perl/debian/changelog
    trunk/libencode-imaputf7-perl/debian/compat
    trunk/libencode-imaputf7-perl/debian/control
    trunk/libencode-imaputf7-perl/debian/copyright
    trunk/libencode-imaputf7-perl/debian/libencode-imaputf7-perl.docs
    trunk/libencode-imaputf7-perl/debian/rules   (with props)
    trunk/libencode-imaputf7-perl/debian/watch

Added: trunk/libencode-imaputf7-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libencode-imaputf7-perl/debian/changelog?rev=68650&op=file
==============================================================================
--- trunk/libencode-imaputf7-perl/debian/changelog (added)
+++ trunk/libencode-imaputf7-perl/debian/changelog Tue Feb 15 04:38:21 2011
@@ -1,0 +1,5 @@
+libencode-imaputf7-perl (1.05-1) unstable; urgency=low
+
+  * Initial Release. (Closes: #611421)
+
+ -- TANIGUCHI Takaki <takaki at debian.org>  Fri, 04 Feb 2011 13:49:09 +0900

Added: trunk/libencode-imaputf7-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libencode-imaputf7-perl/debian/compat?rev=68650&op=file
==============================================================================
--- trunk/libencode-imaputf7-perl/debian/compat (added)
+++ trunk/libencode-imaputf7-perl/debian/compat Tue Feb 15 04:38:21 2011
@@ -1,0 +1,1 @@
+7

Added: trunk/libencode-imaputf7-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libencode-imaputf7-perl/debian/control?rev=68650&op=file
==============================================================================
--- trunk/libencode-imaputf7-perl/debian/control (added)
+++ trunk/libencode-imaputf7-perl/debian/control Tue Feb 15 04:38:21 2011
@@ -1,0 +1,22 @@
+Source: libencode-imaputf7-perl
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 7)
+Build-Depends-Indep: libtest-nowarnings-perl,
+ perl
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: TANIGUCHI Takaki <takaki at debian.org>
+Standards-Version: 3.9.1
+Homepage: http://search.cpan.org/dist/Encode-IMAPUTF7/
+Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libencode-imaputf7-perl/
+Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libencode-imaputf7-perl/
+
+Package: libencode-imaputf7-perl
+Architecture: all
+Depends: ${misc:Depends}, ${perl:Depends},
+ libtest-nowarnings-perl,
+ perl
+Description: modification of UTF-7 encoding for IMAP
+ IMAP mailbox names are encoded in a modified UTF-7 when names contains
+ international characters outside of the printable ASCII range. The
+ modified UTF-7 encoding is defined in RFC2060 (section 5.1.3).

Added: trunk/libencode-imaputf7-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libencode-imaputf7-perl/debian/copyright?rev=68650&op=file
==============================================================================
--- trunk/libencode-imaputf7-perl/debian/copyright (added)
+++ trunk/libencode-imaputf7-perl/debian/copyright Tue Feb 15 04:38:21 2011
@@ -1,0 +1,28 @@
+Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135
+Maintainer: Peter Makholm <peter at makholm.net>
+Source: http://search.cpan.org/dist/Encode-IMAPUTF7/
+Name: Encode-IMAPUTF7
+
+Files: *
+Copyright: Peter Makholm <peter at makholm.net>
+License: Artistic | GPL-1+
+
+Files: debian/*
+Copyright: 2011, TANIGUCHI Takaki <takaki at debian.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 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 systems, the complete text of version 1 of the GNU General
+ Public License can be found in `/usr/share/common-licenses/GPL-1'.

Added: trunk/libencode-imaputf7-perl/debian/libencode-imaputf7-perl.docs
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libencode-imaputf7-perl/debian/libencode-imaputf7-perl.docs?rev=68650&op=file
==============================================================================
--- trunk/libencode-imaputf7-perl/debian/libencode-imaputf7-perl.docs (added)
+++ trunk/libencode-imaputf7-perl/debian/libencode-imaputf7-perl.docs Tue Feb 15 04:38:21 2011
@@ -1,0 +1,1 @@
+README

Added: trunk/libencode-imaputf7-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libencode-imaputf7-perl/debian/rules?rev=68650&op=file
==============================================================================
--- trunk/libencode-imaputf7-perl/debian/rules (added)
+++ trunk/libencode-imaputf7-perl/debian/rules Tue Feb 15 04:38:21 2011
@@ -1,0 +1,4 @@
+#!/usr/bin/make -f
+
+%:
+	dh $@

Propchange: trunk/libencode-imaputf7-perl/debian/rules
------------------------------------------------------------------------------
    svn:executable = *

Added: trunk/libencode-imaputf7-perl/debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libencode-imaputf7-perl/debian/watch?rev=68650&op=file
==============================================================================
--- trunk/libencode-imaputf7-perl/debian/watch (added)
+++ trunk/libencode-imaputf7-perl/debian/watch Tue Feb 15 04:38:21 2011
@@ -1,0 +1,2 @@
+version=3
+http://search.cpan.org/dist/Encode-IMAPUTF7/   .*/Encode-IMAPUTF7-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$




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