r61221 - in /trunk/liblog-any-adapter-perl/debian: control rules source/ source/format

emhn-guest at users.alioth.debian.org emhn-guest at users.alioth.debian.org
Thu Aug 5 14:18:53 UTC 2010


Author: emhn-guest
Date: Thu Aug  5 14:17:43 2010
New Revision: 61221

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=61221
Log:
* Switch to source format "3.0 (quilt)".
* Change short description should be a noun phrase.
* Replace Log-Any-Adapter for Log::Any::Adapter in long description.
* Remove version on B-D-I for perl.
* Remove versions on B-D-I and Depends for liblog-any-perl

Added:
    trunk/liblog-any-adapter-perl/debian/source/
    trunk/liblog-any-adapter-perl/debian/source/format
Modified:
    trunk/liblog-any-adapter-perl/debian/control
    trunk/liblog-any-adapter-perl/debian/rules

Modified: trunk/liblog-any-adapter-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/liblog-any-adapter-perl/debian/control?rev=61221&op=diff
==============================================================================
--- trunk/liblog-any-adapter-perl/debian/control (original)
+++ trunk/liblog-any-adapter-perl/debian/control Thu Aug  5 14:17:43 2010
@@ -2,8 +2,7 @@
 Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 7.2.13)
-Build-Depends-Indep: liblog-any-perl (>= 0.10), libscope-guard-perl,
- perl (>= 5.10.0)
+Build-Depends-Indep: perl, liblog-any-perl, libscope-guard-perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Ernesto Hernández-Novich (USB) <emhn at usb.ve>
 Standards-Version: 3.9.1
@@ -13,9 +12,8 @@
 
 Package: liblog-any-adapter-perl
 Architecture: all
-Depends: ${misc:Depends}, ${perl:Depends}, liblog-any-perl (>= 0.10),
- libscope-guard-perl
-Description: tell Log::Any where to send its logs
- The Log-Any-Adapter distribution implements Log::Any class methods to
+Depends: ${misc:Depends}, ${perl:Depends}, liblog-any-perl, libscope-guard-perl
+Description: class methods to tell Log::Any where to send its logs
+ The Log::Any::Adapter distribution implements Log::Any class methods to
  specify where logs should be sent. It is a separate distribution so as
  to keep Log::Any itself as simple and unchanging as possible. 

Modified: trunk/liblog-any-adapter-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/liblog-any-adapter-perl/debian/rules?rev=61221&op=diff
==============================================================================
--- trunk/liblog-any-adapter-perl/debian/rules (original)
+++ trunk/liblog-any-adapter-perl/debian/rules Thu Aug  5 14:17:43 2010
@@ -1,4 +1,4 @@
 #!/usr/bin/make -f
 
 %:
-	dh --with=quilt $@
+	dh $@

Added: trunk/liblog-any-adapter-perl/debian/source/format
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/liblog-any-adapter-perl/debian/source/format?rev=61221&op=file
==============================================================================
--- trunk/liblog-any-adapter-perl/debian/source/format (added)
+++ trunk/liblog-any-adapter-perl/debian/source/format Thu Aug  5 14:17:43 2010
@@ -1,0 +1,1 @@
+3.0 (quilt)




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