r67311 - in /trunk/libdata-serializer-perl/debian: changelog clean copyright rules

periapt-guest at users.alioth.debian.org periapt-guest at users.alioth.debian.org
Tue Jan 11 23:30:33 UTC 2011


Author: periapt-guest
Date: Tue Jan 11 23:30:27 2011
New Revision: 67311

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=67311
Log:
* Added to clean up
* Refreshed copyright (in progress)

Removed:
    trunk/libdata-serializer-perl/debian/clean
Modified:
    trunk/libdata-serializer-perl/debian/changelog
    trunk/libdata-serializer-perl/debian/copyright
    trunk/libdata-serializer-perl/debian/rules

Modified: trunk/libdata-serializer-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdata-serializer-perl/debian/changelog?rev=67311&op=diff
==============================================================================
--- trunk/libdata-serializer-perl/debian/changelog (original)
+++ trunk/libdata-serializer-perl/debian/changelog Tue Jan 11 23:30:27 2011
@@ -9,7 +9,8 @@
   * Upped compat level to 8
   * Removed libmodule-build-perl from dependencies
   * Refreshed debian/rules
-  * Added debian/clean
+  * Added to clean up
+  * Refreshed copyright (in progress)
 
  -- Nicholas Bamber <nicholas at periapt.co.uk>  Tue, 11 Jan 2011 22:43:10 +0000
 

Modified: trunk/libdata-serializer-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdata-serializer-perl/debian/copyright?rev=67311&op=diff
==============================================================================
--- trunk/libdata-serializer-perl/debian/copyright (original)
+++ trunk/libdata-serializer-perl/debian/copyright Tue Jan 11 23:30:27 2011
@@ -1,32 +1,36 @@
-Upstream source location: http://search.cpan.org/dist/Data-Serializer/
+Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135
+Maintainer: Neil Neely (neil at neely.cx)
+Source: http://search.cpan.org/dist/Data-Serializer/
+Name: Data-Serializer
 
 Files: *
-Copyright: (C) 2001-2008 Neil Neely. All rights reserved.
-License: GPL1+ | Artistic
- This library is free software; you can redistribute it and/or modify it
- under the same terms as Perl itself, either Perl version 5.8.2 or, at your
- option, any later version of Perl 5 you may have available.
+Copyright: 2001-2008, Neil Neely (neil at neely.cx)
+License: Artistic or GPL-1+
 
 Files: debian/*
-Copyright: © 2007-2008 Debian Perl Group <debian-perl at lists.debian.org>
-License: GPL1+ | Artistic
- This library is free software; you can redistribute it and/or modify it
- under the same terms as Perl itself, either Perl version 5.8.2 or, at your
- option, any later version of Perl 5 you may have available.
+Copyright:
+ 2007-2008, Damyan Ivanov <dmn at debian.org>
+ 2007-2008, Gunnar Wolf <gwolf at debian.org>
+ 2007, Krzysztof Krzyzaniak (eloy) <eloy at debian.org>
+ 2008, Rene Mayorga <rmayorga at debian.org.sv>
+ 2008, Roberto C. Sanchez <roberto at debian.org>
+ 2008, gregor herrmann <gregoa at debian.org>
+ 2009, Krzysztof Krzyżaniak (eloy) <eloy at debian.org>
+ 2011, Nicholas Bamber <nicholas at periapt.co.uk>
+License: Artistic or GPL-1+
 
-Files: lib/Data/Serializer/YAML.pm
-Copyright: (C) 2002 by Florian Helmberger.  All rights reserved.
-License: GPL1+ | Artistic
- This program is free software; you can redistribute it and/or modify it
- under the same terms as Perl itself.
+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'.
 
-Files: lib/Data/Serializer/Config/General.pm
-Copyright: (C) 2002 by Thomas Linden <tom at daemon.de>.  All rights reserved.
-License: GPL1+ | Artistic
- This program is free software; you can redistribute it and/or modify it
- under the same terms as Perl itself.
-
-Perl is distributed under your choice of the GNU General Public License or
-the Artistic License. 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.
+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'.

Modified: trunk/libdata-serializer-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdata-serializer-perl/debian/rules?rev=67311&op=diff
==============================================================================
--- trunk/libdata-serializer-perl/debian/rules (original)
+++ trunk/libdata-serializer-perl/debian/rules Tue Jan 11 23:30:27 2011
@@ -2,3 +2,8 @@
 
 %:
 	dh $@
+
+override_dh_clean:
+	dh_clean
+	rm -rf testout
+




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