r6737 - in /trunk/libquota-perl/debian: changelog copyright rules watch

rmayorga-guest at users.alioth.debian.org rmayorga-guest at users.alioth.debian.org
Thu Aug 16 21:29:31 UTC 2007


Author: rmayorga-guest
Date: Thu Aug 16 21:29:31 2007
New Revision: 6737

URL: http://svn.debian.org/wsvn/?sc=1&rev=6737
Log:
* Updating copyright info
* changing watch and rules URL from by-author to by-module
* set changelog to unstable

Modified:
    trunk/libquota-perl/debian/changelog
    trunk/libquota-perl/debian/copyright
    trunk/libquota-perl/debian/rules
    trunk/libquota-perl/debian/watch

Modified: trunk/libquota-perl/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/libquota-perl/debian/changelog?rev=6737&op=diff
==============================================================================
--- trunk/libquota-perl/debian/changelog (original)
+++ trunk/libquota-perl/debian/changelog Thu Aug 16 21:29:31 2007
@@ -1,11 +1,11 @@
-libquota-perl (1.5.1+dfsg-1) UNRELEASED; urgency=low
+libquota-perl (1.5.1+dfsg-1) unstable; urgency=low
 
   * New Maintainer (Closes:  #430980)
     Now Maintaining by Debian Perl Group
   * New upstream release
   * Version changed to +dfsg because 'vxquotacl.c' was removed
     from the upstream tarball, due to unclarify copyright see: 'README.Debian'
-  * debian/rules:
+  * debian/rules
     clean some unused dh_* calls
     changed 'pwd' to $(CURDIR)
     some cosmetical changes

Modified: trunk/libquota-perl/debian/copyright
URL: http://svn.debian.org/wsvn/trunk/libquota-perl/debian/copyright?rev=6737&op=diff
==============================================================================
--- trunk/libquota-perl/debian/copyright (original)
+++ trunk/libquota-perl/debian/copyright Thu Aug 16 21:29:31 2007
@@ -7,21 +7,24 @@
 
 Upstream author is: Tom Zoerner (tomzo at nefkom.net)
 
+    Copyrght (c) 1998-2005 Tom Zoerner
 
-Copyright holder to oder parts of code:
+    License:   Same as Perl: Artistic License or GPL;
+    
+    On Debian GNU/Linux systems, the complete set of the Artistic License
+    can be found in /usr/share/common-licenses/Artistic
+    and GPL can be found in /usr/share/common-licenses/GPL
+
+Copyright holder to other parts of code:
 
 file :include/quotaio_xfs.h:  
 
-   Copyright (c) 2000 Silicon Graphics, Inc. All Rights Reserved
+    Copyright (c) 2000 Silicon Graphics, Inc. All Rights Reserved
    
-   License from: include/quotaio_xfs.h:
+    License from: include/quotaio_xfs.h:
 
    This program is free software; you can redistribute it and/or modify it
    under the terms of version 2 of the GNU General Public License as
    published by the Free Software Foundation.
-   
-
-I have removed the file 'vxquotactl.c' as there is no clear copyright or
-license for distribution other than a statement that it was provided by
-Sun / Veritas; I have not pursued distribution ability because the file is
-useless without VxFS.
+   Full copy of the License can be found at
+   /usr/share/common-licenses/GPL-2

Modified: trunk/libquota-perl/debian/rules
URL: http://svn.debian.org/wsvn/trunk/libquota-perl/debian/rules?rev=6737&op=diff
==============================================================================
--- trunk/libquota-perl/debian/rules (original)
+++ trunk/libquota-perl/debian/rules Thu Aug 16 21:29:31 2007
@@ -30,7 +30,7 @@
 
 FILENAME := libquota-perl_$(UPVERSION)+dfsg.orig.tar.gz
 UPFILENAME := Quota-$(UPVERSION).tar.gz
-URL := http://search.cpan.org/CPAN/authors/id/T/TO/TOMZO/Quota-$(UPVERSION).tar.gz
+URL := http://backpan.cpan.org/modules/by-module/Quota/Quota-$(UPVERSION).tar.gz
 
 build: build-stamp
 build-stamp:
@@ -67,7 +67,6 @@
 	dh_installdocs README
 	dh_installchangelogs CHANGES
 	dh_installexamples contrib/*
-	dh_link
 	dh_strip
 	dh_compress
 	dh_fixperms

Modified: trunk/libquota-perl/debian/watch
URL: http://svn.debian.org/wsvn/trunk/libquota-perl/debian/watch?rev=6737&op=diff
==============================================================================
--- trunk/libquota-perl/debian/watch (original)
+++ trunk/libquota-perl/debian/watch Thu Aug 16 21:29:31 2007
@@ -1,3 +1,3 @@
 version=3
 opts=dversionmangle=s/\+dfsg$// \
-http://search.cpan.org/CPAN/authors/id/T/TO/TOMZO/Quota-([\d\.]+)\.tar\.gz
+http://backpan.cpan.org/modules/by-module/Quota/Quota-([\d\.]+)\.tar\.gz




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