r10918 - in /trunk/libdevel-size-perl/debian: ./ changelog compat control copyright dirs rules watch

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


Author: ghostbar-guest
Date: Thu Dec  6 19:45:49 2007
New Revision: 10918

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

Added:
    trunk/libdevel-size-perl/debian/
    trunk/libdevel-size-perl/debian/changelog
    trunk/libdevel-size-perl/debian/compat
    trunk/libdevel-size-perl/debian/control
    trunk/libdevel-size-perl/debian/copyright
    trunk/libdevel-size-perl/debian/dirs
    trunk/libdevel-size-perl/debian/rules   (with props)
    trunk/libdevel-size-perl/debian/watch

Added: trunk/libdevel-size-perl/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/libdevel-size-perl/debian/changelog?rev=10918&op=file
==============================================================================
--- trunk/libdevel-size-perl/debian/changelog (added)
+++ trunk/libdevel-size-perl/debian/changelog Thu Dec  6 19:45:49 2007
@@ -1,0 +1,18 @@
+libdevel-size-perl (0.69-1) unstable; urgency=low
+
+  * New upstream release.
+
+ -- Jose Luis Rivas <ghostbar38 at gmail.com>  Fri, 17 Aug 2007 00:55:14 -0400
+
+libdevel-size-perl (0.68-1) unstable; urgency=low
+
+  * New upstream release
+
+ -- Jose Luis Rivas <ghostbar38 at gmail.com>  Sun, 10 Jun 2007 18:26:03 -0400
+
+libdevel-size-perl (0.66-1) unstable; urgency=low
+
+  * Initial release (Closes: #420410)
+
+ -- Jose Luis Rivas <ghostbar38 at gmail.com>  Sun, 22 Apr 2007 01:51:56 -0400
+

Added: trunk/libdevel-size-perl/debian/compat
URL: http://svn.debian.org/wsvn/trunk/libdevel-size-perl/debian/compat?rev=10918&op=file
==============================================================================
--- trunk/libdevel-size-perl/debian/compat (added)
+++ trunk/libdevel-size-perl/debian/compat Thu Dec  6 19:45:49 2007
@@ -1,0 +1,1 @@
+5

Added: trunk/libdevel-size-perl/debian/control
URL: http://svn.debian.org/wsvn/trunk/libdevel-size-perl/debian/control?rev=10918&op=file
==============================================================================
--- trunk/libdevel-size-perl/debian/control (added)
+++ trunk/libdevel-size-perl/debian/control Thu Dec  6 19:45:49 2007
@@ -1,0 +1,17 @@
+Source: libdevel-size-perl
+Section: perl
+Priority: extra
+Maintainer: Jose Luis Rivas <ghostbar38 at gmail.com>
+Build-Depends: cdbs, debhelper (>= 5), perl, libtest-pod-coverage-perl, libtest-pod-perl
+Standards-Version: 3.7.2
+
+Package: libdevel-size-perl
+Architecture: any
+Depends: ${perl:Depends}, libtest-pod-coverage-perl, libtest-pod-perl
+Description: Perl extension for finding the memory usage of Perl variables
+ This module figures out the real sizes of Perl variables in bytes. Call 
+ functions with a reference to the variable you want the size of. If the 
+ variable is a plain scalar it returns the size of the scalar. If the 
+ variable is a hash or an array, use a reference when calling.
+ .
+ http://search.cpan.org/dist/Devel-Size

Added: trunk/libdevel-size-perl/debian/copyright
URL: http://svn.debian.org/wsvn/trunk/libdevel-size-perl/debian/copyright?rev=10918&op=file
==============================================================================
--- trunk/libdevel-size-perl/debian/copyright (added)
+++ trunk/libdevel-size-perl/debian/copyright Thu Dec  6 19:45:49 2007
@@ -1,0 +1,26 @@
+This package was debianized by Jose Luis Rivas <ghostbar38 at gmail.com> on
+Sun, 22 Apr 2007 01:51:56 -0400.
+
+It was downloaded from http://search.cpan.org/dist/Devel-Size
+
+Upstream Author: Tels <nospam-abuse at bloodgate.com>
+
+Copyright: Copyright (C) 2005 Dan Sugalski, Copyright (C) 2007 Tels
+
+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/libdevel-size-perl/debian/dirs
URL: http://svn.debian.org/wsvn/trunk/libdevel-size-perl/debian/dirs?rev=10918&op=file
==============================================================================
--- trunk/libdevel-size-perl/debian/dirs (added)
+++ trunk/libdevel-size-perl/debian/dirs Thu Dec  6 19:45:49 2007
@@ -1,0 +1,2 @@
+usr/lib
+usr/share

Added: trunk/libdevel-size-perl/debian/rules
URL: http://svn.debian.org/wsvn/trunk/libdevel-size-perl/debian/rules?rev=10918&op=file
==============================================================================
--- trunk/libdevel-size-perl/debian/rules (added)
+++ trunk/libdevel-size-perl/debian/rules Thu Dec  6 19:45:49 2007
@@ -1,0 +1,7 @@
+#!/usr/bin/make -f
+  
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/perlmodule.mk
+
+install/libdevel-size-perl::
+	rm -rfv debian/libdevel-size-perl/usr/share/perl5

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

Added: trunk/libdevel-size-perl/debian/watch
URL: http://svn.debian.org/wsvn/trunk/libdevel-size-perl/debian/watch?rev=10918&op=file
==============================================================================
--- trunk/libdevel-size-perl/debian/watch (added)
+++ trunk/libdevel-size-perl/debian/watch Thu Dec  6 19:45:49 2007
@@ -1,0 +1,2 @@
+version=3
+http://search.cpan.org/CPAN/authors/id/T/TE/TELS/devel/Devel-Size-(\d+\.\d+)\.tar\.gz




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