r19686 - in /trunk/librelative-perl/debian: changelog control copyright rules

efaistos-guest at users.alioth.debian.org efaistos-guest at users.alioth.debian.org
Thu May 8 13:01:29 UTC 2008


Author: efaistos-guest
Date: Thu May  8 13:01:28 2008
New Revision: 19686

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=19686
Log:
* debian/control  : Added libuniversal-require-perl in Build-Depends-Indep
* debian/control  : Changed Maintainer to Debian Perl Group
* debian/control  : Added Uploaders
* debian/rules    : Commented installation of eg/
* debian/copyright: Changed some copyright in the file

Modified:
    trunk/librelative-perl/debian/changelog
    trunk/librelative-perl/debian/control
    trunk/librelative-perl/debian/copyright
    trunk/librelative-perl/debian/rules

Modified: trunk/librelative-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/librelative-perl/debian/changelog?rev=19686&op=diff
==============================================================================
--- trunk/librelative-perl/debian/changelog (original)
+++ trunk/librelative-perl/debian/changelog Thu May  8 13:01:28 2008
@@ -1,3 +1,13 @@
+librelative-perl (0.04-2) unstable; urgency=low
+
+  * debian/control  : Added libuniversal-require-perl in Build-Depends-Indep
+  * debian/control  : Changed Maintainer to Debian Perl Group
+  * debian/control  : Added Uploaders
+  * debian/rules    : Commented installation of eg/
+  * debian/copyright: Changed some copyright in the file
+
+ -- Edi Stojicevic <estojicevic at debianworld.org>  Thu, 08 May 2008 14:01:20 +0100
+ 
 librelative-perl (0.04-1) unstable; urgency=low
 
   * Initial Release. (Closes: #478518)

Modified: trunk/librelative-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/librelative-perl/debian/control?rev=19686&op=diff
==============================================================================
--- trunk/librelative-perl/debian/control (original)
+++ trunk/librelative-perl/debian/control Thu May  8 13:01:28 2008
@@ -2,8 +2,9 @@
 Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 5), libmodule-build-perl
-Build-Depends-Indep: perl (>= 5.6.10-12)
-Maintainer: Edi Stojicevic <estojicevic at debianworld.org>
+Build-Depends-Indep: perl (>= 5.6.10-12), libuniversal-require-perl 
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Edi Stojicevic <estojicevic at debianworld.org>
 Standards-Version: 3.7.3
 Homepage: http://search.cpan.org/dist/relative/
 

Modified: trunk/librelative-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/librelative-perl/debian/copyright?rev=19686&op=diff
==============================================================================
--- trunk/librelative-perl/debian/copyright (original)
+++ trunk/librelative-perl/debian/copyright Thu May  8 13:01:28 2008
@@ -1,7 +1,20 @@
-Copyright 2007 Sébastien Aperghis-Tramoni, all rights reserved.
+This is the debian package for the relative module.
+The Debian packaging is (C) 2008, Edi Stojicevic <estojicevic at debianworld.org> and
+is licensed under the same terms as the software itself (see below).
 
-This program is free software; you can redistribute it and/or modify it under the same terms as Perl
-itself.
+Upstream author: Sébastien Aperghis-Tramoni <maddingue at free.fr>
 
-The Debian packaging is (C) 2008, Edi Stojicevic <estojicevic at debianworld.org> and
-is licensed under the same terms as the software itself (see above).
+Upstream source location: http://search.cpan.org/~saper/relative-0.04/lib/relative.pm
+
+License and copyright:
+
+ Copyright 2007 Sébastien Aperghis-Tramoni, all rights reserved.
+
+ This module is free software; you can redistribute it and/or
+ modify it under the same terms as Perl itself. See 
+ http://dev.perl.org/licenses/artistic.html
+ 
+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'.

Modified: trunk/librelative-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/librelative-perl/debian/rules?rev=19686&op=diff
==============================================================================
--- trunk/librelative-perl/debian/rules (original)
+++ trunk/librelative-perl/debian/rules Thu May  8 13:01:28 2008
@@ -50,7 +50,7 @@
 	dh_testdir
 	dh_testroot
 	dh_installdocs README eg/README
-	dh_installexamples eg/*
+#	dh_installexamples eg/*
 	dh_installchangelogs Changes
 	dh_perl
 	dh_compress




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