r75170 - in /trunk/libload-perl/debian: changelog compat control	copyright rules source/ source/format
    gregoa at users.alioth.debian.org 
    gregoa at users.alioth.debian.org
       
    Sun Jun  5 15:00:48 UTC 2011
    
    
  
Author: gregoa
Date: Sun Jun  5 15:00:36 2011
New Revision: 75170
URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=75170
Log:
* Switch to source format 3.0 (quilt).
* Use tiny debian/rules.
* Bump debhelper compatibility level to 8.
* Set Standards-Version to 3.9.2 (no changes).
* Add /me to Uploaders.
* Improve short description.
* debian/copyright: update formatting.
Added:
    trunk/libload-perl/debian/source/
    trunk/libload-perl/debian/source/format
Modified:
    trunk/libload-perl/debian/changelog
    trunk/libload-perl/debian/compat
    trunk/libload-perl/debian/control
    trunk/libload-perl/debian/copyright
    trunk/libload-perl/debian/rules
Modified: trunk/libload-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libload-perl/debian/changelog?rev=75170&op=diff
==============================================================================
--- trunk/libload-perl/debian/changelog (original)
+++ trunk/libload-perl/debian/changelog Sun Jun  5 15:00:36 2011
@@ -11,6 +11,15 @@
     perl (>= 5.6.0-{12,16}) with an unversioned dependency on perl (as
     permitted by Debian Policy 3.8.3).
 
+  [ gregor herrmann ]
+  * Switch to source format 3.0 (quilt).
+  * Use tiny debian/rules.
+  * Bump debhelper compatibility level to 8.
+  * Set Standards-Version to 3.9.2 (no changes).
+  * Add /me to Uploaders.
+  * Improve short description.
+  * debian/copyright: update formatting.
+
  -- Jonathan Yu <jawnsy at cpan.org>  Tue, 28 Dec 2010 13:01:11 -0500
 
 libload-perl (0.19-1) unstable; urgency=low
Modified: trunk/libload-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libload-perl/debian/compat?rev=75170&op=diff
==============================================================================
--- trunk/libload-perl/debian/compat (original)
+++ trunk/libload-perl/debian/compat Sun Jun  5 15:00:36 2011
@@ -1,1 +1,1 @@
-7
+8
Modified: trunk/libload-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libload-perl/debian/control?rev=75170&op=diff
==============================================================================
--- trunk/libload-perl/debian/control (original)
+++ trunk/libload-perl/debian/control Sun Jun  5 15:00:36 2011
@@ -1,11 +1,12 @@
 Source: libload-perl
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 7)
+Build-Depends: debhelper (>= 8)
 Build-Depends-Indep: perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Uploaders: Matt Zagrabelny <mzagrabe at d.umn.edu>
-Standards-Version: 3.8.1
+Uploaders: Matt Zagrabelny <mzagrabe at d.umn.edu>,
+ gregor herrmann <gregoa at debian.org>
+Standards-Version: 3.9.2
 Homepage: http://search.cpan.org/dist/load/
 Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libload-perl/
 Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libload-perl/
@@ -13,7 +14,7 @@
 Package: libload-perl
 Architecture: all
 Depends: ${misc:Depends}, ${perl:Depends}
-Description:  control when subroutines will be loaded
+Description: pragma for controlling when subroutines will be loaded
  The "load" pragma allows a module developer to give the application developer
  more options with regards to optimize for memory or CPU usage. The "load"
  pragma gives more control on the moment when subroutines are loaded and start
Modified: trunk/libload-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libload-perl/debian/copyright?rev=75170&op=diff
==============================================================================
--- trunk/libload-perl/debian/copyright (original)
+++ trunk/libload-perl/debian/copyright Sun Jun  5 15:00:36 2011
@@ -1,27 +1,30 @@
-Format-Specification: http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=196
-Upstream-Maintainer: Elizabeth Mattijsen, <liz at dijkmat.nl>
-Upstream-Source: http://search.cpan.org/dist/load/
-Upstream-Name: load
+Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135
+Maintainer: Elizabeth Mattijsen (liz at dijkmat.nl)
+Source: http://search.cpan.org/dist/load/
+Name: load
 
 Files: *
-Copyright: Copyright 2002-2007, Elizabeth Mattijsen, <liz at dijkmat.nl>
-License-Alias: Perl
-License: Artistic | GPL-1+
+Copyright: 2002-2007, Elizabeth Mattijsen (liz at dijkmat.nl)
+License: Artistic or GPL-1+
 
 Files: debian/*
-Copyright: Copyright 2009, Matt Zagrabelny <mzagrabe at d.umn.edu>
-License: Artistic | GPL-1+
+Copyright: 2009, Matt Zagrabelny <mzagrabe at d.umn.edu>
+ 2010, Jonathan Yu <jawnsy at cpan.org>
+ 2011, gregor herrmann <gregoa at debian.org>
+License: Artistic or GPL-1+
 
 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 GNU/Linux systems, the complete text of the Artistic License
-    can be found in `/usr/share/common-licenses/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'.
 
 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 GNU/Linux systems, the complete text of the GNU General
-    Public License can be found in `/usr/share/common-licenses/GPL'
+ 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/libload-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libload-perl/debian/rules?rev=75170&op=diff
==============================================================================
--- trunk/libload-perl/debian/rules (original)
+++ trunk/libload-perl/debian/rules Sun Jun  5 15:00:36 2011
@@ -1,23 +1,4 @@
 #!/usr/bin/make -f
 
-build: build-stamp
-build-stamp:
-	dh build
-	touch $@
-
-clean:
+%:
 	dh $@
-
-install: install-stamp
-install-stamp: build-stamp
-	dh install
-	touch $@
-
-binary-arch:
-
-binary-indep: install
-	dh $@
-
-binary: binary-arch binary-indep
-
-.PHONY: binary binary-arch binary-indep install clean build
Added: trunk/libload-perl/debian/source/format
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libload-perl/debian/source/format?rev=75170&op=file
==============================================================================
--- trunk/libload-perl/debian/source/format (added)
+++ trunk/libload-perl/debian/source/format Sun Jun  5 15:00:36 2011
@@ -1,0 +1,1 @@
+3.0 (quilt)
    
    
More information about the Pkg-perl-cvs-commits
mailing list