r50967 - in /trunk/libquota-perl/debian: changelog control rules

jawnsy-guest at users.alioth.debian.org jawnsy-guest at users.alioth.debian.org
Thu Jan 14 21:56:41 UTC 2010


Author: jawnsy-guest
Date: Thu Jan 14 21:56:34 2010
New Revision: 50967

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=50967
Log:
* Add myself to Uploaders
* Standards-Version 3.8.3 (drop perl version dep)
* Rewrite control description

Modified:
    trunk/libquota-perl/debian/changelog
    trunk/libquota-perl/debian/control
    trunk/libquota-perl/debian/rules

Modified: trunk/libquota-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libquota-perl/debian/changelog?rev=50967&op=diff
==============================================================================
--- trunk/libquota-perl/debian/changelog (original)
+++ trunk/libquota-perl/debian/changelog Thu Jan 14 21:56:34 2010
@@ -2,11 +2,14 @@
 
   [ Jonathan Yu ]
   * New upstream release
+  * Add myself to Uploaders
+  * Standards-Version 3.8.3 (drop perl version dep)
+  * Rewrite control description
 
   [ Ryan Niebur ]
   * Update ryan52's email address
 
- -- Jonathan Yu <jawnsy at cpan.org>  Thu, 14 Jan 2010 16:57:12 -0500
+ -- Jonathan Yu <jawnsy at cpan.org>  Thu, 14 Jan 2010 17:01:41 -0500
 
 libquota-perl (1.6.3+dfsg-2) unstable; urgency=low
 

Modified: trunk/libquota-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libquota-perl/debian/control?rev=50967&op=diff
==============================================================================
--- trunk/libquota-perl/debian/control (original)
+++ trunk/libquota-perl/debian/control Thu Jan 14 21:56:34 2010
@@ -1,11 +1,11 @@
 Source: libquota-perl
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 7.0.50), perl (>= 5.6.0-17), quilt (>= 0.46-7)
+Build-Depends: debhelper (>= 7.0.50), quilt (>= 0.46-7), perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Damyan Ivanov <dmn at debian.org>, gregor herrmann <gregoa at debian.org>,
- Ryan Niebur <ryan at debian.org>
-Standards-Version: 3.8.2
+ Ryan Niebur <ryan at debian.org>, Jonathan Yu <jawnsy at cpan.org>
+Standards-Version: 3.8.3
 Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libquota-perl/
 Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libquota-perl/
 Homepage: http://search.cpan.org/dist/Quota/
@@ -14,9 +14,7 @@
 Architecture: any
 Depends: ${misc:Depends}, ${perl:Depends}, ${shlibs:Depends}
 Description: Perl interface to file system quotas
- The Quota module provides access to file system quotas.
- The quotactl system call or ioctl is used to query or set quotas
- on the local host, or queries are submitted via RPC to a remote host.
- Mount tables can be parsed with getmntent and paths can be
- translated to device files (or whatever the actual quotactl
- implementations needs as argument) of the according file system.
+ Quota is a Perl module that provides access to filesystem quota information.
+ This module uses the quotactl() or ioctl() system calls to set or query quota
+ information on the local host. It also supports remotely submitting queries
+ via RPC to a remote host.

Modified: trunk/libquota-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libquota-perl/debian/rules?rev=50967&op=diff
==============================================================================
--- trunk/libquota-perl/debian/rules (original)
+++ trunk/libquota-perl/debian/rules Thu Jan 14 21:56:34 2010
@@ -1,7 +1,4 @@
 #!/usr/bin/make -f
-
-get-orig-source:
-	uscan -force -verbose
 
 %:
 	dh --with quilt $@




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