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

ghostbar-guest at users.alioth.debian.org ghostbar-guest at users.alioth.debian.org
Thu Dec 6 19:50:20 UTC 2007


Author: ghostbar-guest
Date: Thu Dec  6 19:50:20 2007
New Revision: 10923

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

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

Added: trunk/libencode-perl/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/libencode-perl/debian/changelog?rev=10923&op=file
==============================================================================
--- trunk/libencode-perl/debian/changelog (added)
+++ trunk/libencode-perl/debian/changelog Thu Dec  6 19:50:20 2007
@@ -1,0 +1,20 @@
+libencode-perl (2.23-1) unstable; urgency=low
+
+  * New upstream release.
+  * debian/patches:
+   + Deleted directory since isn't needed anymore.
+  * debian/rules:
+   + Deleted `include` to `simple-patchsys.mk` rule since isn't needed anymore.
+   + Removed commands for cleaning builddir after install.
+   + Added `rm` to `/usr/share/perl5`, cleaning builddir.
+  * debian/dirs:
+   + Deleted, isn't used.
+
+ -- Jose Luis Rivas <ghostbar38 at gmail.com>  Sat, 09 Jun 2007 21:37:56 -0400
+
+libencode-perl (2.21-1) unstable; urgency=low
+
+  * Initial release (Closes: #425184)
+
+ -- Jose Luis Rivas <ghostbar38 at gmail.com>  Fri, 18 May 2007 23:49:27 -0400
+

Added: trunk/libencode-perl/debian/compat
URL: http://svn.debian.org/wsvn/trunk/libencode-perl/debian/compat?rev=10923&op=file
==============================================================================
--- trunk/libencode-perl/debian/compat (added)
+++ trunk/libencode-perl/debian/compat Thu Dec  6 19:50:20 2007
@@ -1,0 +1,1 @@
+5

Added: trunk/libencode-perl/debian/control
URL: http://svn.debian.org/wsvn/trunk/libencode-perl/debian/control?rev=10923&op=file
==============================================================================
--- trunk/libencode-perl/debian/control (added)
+++ trunk/libencode-perl/debian/control Thu Dec  6 19:50:20 2007
@@ -1,0 +1,22 @@
+Source: libencode-perl
+Section: perl
+Priority: extra
+Maintainer: Jose Luis Rivas <ghostbar38 at gmail.com>
+Build-Depends: cdbs, perl, debhelper (>= 5)
+Standards-Version: 3.7.2
+
+Package: libencode-perl
+Architecture: any
+Depends: ${perl:Depends}
+Description: provides interfaces between Perl's strings and the system
+ The Encode module provides the interfaces between Perl's strings and the 
+ rest of the system.
+ .
+ When Perl is processing "binary data", the programmer wants Perl to process 
+ "sequences of bytes". This is not a problem for Perl - as a byte has 256 
+ possible values, it easily fits in Perl's much larger "logical character".
+ .
+ Encodes a string from Perl's internal form into ENCODING and returns a 
+ sequence of octets.
+ .
+ http://search.cpan.org/dist/Encode

Added: trunk/libencode-perl/debian/copyright
URL: http://svn.debian.org/wsvn/trunk/libencode-perl/debian/copyright?rev=10923&op=file
==============================================================================
--- trunk/libencode-perl/debian/copyright (added)
+++ trunk/libencode-perl/debian/copyright Thu Dec  6 19:50:20 2007
@@ -1,0 +1,32 @@
+This package was debianized by Jose Luis Rivas <ghostbar38 at gmail.com> on
+Fri, 18 May 2007 23:49:27 -0400.
+
+It was downloaded from http://search.cpan.org/dist/Encode
+
+Upstream Authors: 
+
+    Dan Kogai <dankogai at dan.co.jp>
+    Perl Unicode Group <perl-unicode at perl.org>, see AUTORS for a full list of 
+    people involved.
+
+Copyright:
+
+    Copyright 2002-2006 Dan Kogai <dankogai at dan.co.jp>
+
+License:
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of either:
+
+    a) the GNU General Public License as published by the Free Software
+       Foundation; either version 1, or (at your option) any later
+       version, or
+
+    b) the "Artistic License" which comes with Perl.
+
+On Debian GNU/Linux systems, the complete text of the GNU General
+Public License can be found in `/usr/share/common-licenses/GPL' and
+the Artistic Licence in `/usr/share/common-licenses/Artistic'.
+
+The Debian packaging is (C) 2007, Jose Luis Rivas <ghostbar38 at gmail.com> and
+is licensed under the GPL, see `/usr/share/common-licenses/GPL'.

Added: trunk/libencode-perl/debian/docs
URL: http://svn.debian.org/wsvn/trunk/libencode-perl/debian/docs?rev=10923&op=file
==============================================================================
--- trunk/libencode-perl/debian/docs (added)
+++ trunk/libencode-perl/debian/docs Thu Dec  6 19:50:20 2007
@@ -1,0 +1,1 @@
+README

Added: trunk/libencode-perl/debian/rules
URL: http://svn.debian.org/wsvn/trunk/libencode-perl/debian/rules?rev=10923&op=file
==============================================================================
--- trunk/libencode-perl/debian/rules (added)
+++ trunk/libencode-perl/debian/rules Thu Dec  6 19:50:20 2007
@@ -1,0 +1,8 @@
+#!/usr/bin/make -f
+  
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/perlmodule.mk
+
+install/libencode-perl::
+	rm -rf debian/libencode-perl/usr/share/perl5
+	rm -rf debian/libencode-perl/usr/bin

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

Added: trunk/libencode-perl/debian/watch
URL: http://svn.debian.org/wsvn/trunk/libencode-perl/debian/watch?rev=10923&op=file
==============================================================================
--- trunk/libencode-perl/debian/watch (added)
+++ trunk/libencode-perl/debian/watch Thu Dec  6 19:50:20 2007
@@ -1,0 +1,2 @@
+version=3
+http://search.cpan.org/CPAN/authors/id/D/DA/DANKOGAI/Encode-(\d+\.\d+)\.tar\.gz




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