r13955 - in /trunk/libcarp-clan-perl: CHANGES.txt Clan.pm Clan.pod Makefile.PL README.txt debian/changelog t/00____version.t t/01_______carp.t

tincho-guest at users.alioth.debian.org tincho-guest at users.alioth.debian.org
Fri Feb 1 11:31:51 UTC 2008


Author: tincho-guest
Date: Fri Feb  1 11:31:51 2008
New Revision: 13955

URL: http://svn.debian.org/wsvn/?sc=1&rev=13955
Log:
  properly declare it).
* Cleaned source mess.

Removed:
    trunk/libcarp-clan-perl/CHANGES.txt
    trunk/libcarp-clan-perl/Clan.pm
    trunk/libcarp-clan-perl/Clan.pod
    trunk/libcarp-clan-perl/README.txt
    trunk/libcarp-clan-perl/t/00____version.t
    trunk/libcarp-clan-perl/t/01_______carp.t
Modified:
    trunk/libcarp-clan-perl/Makefile.PL
    trunk/libcarp-clan-perl/debian/changelog

Modified: trunk/libcarp-clan-perl/Makefile.PL
URL: http://svn.debian.org/wsvn/trunk/libcarp-clan-perl/Makefile.PL?rev=13955&op=diff
==============================================================================
--- trunk/libcarp-clan-perl/Makefile.PL (original)
+++ trunk/libcarp-clan-perl/Makefile.PL Fri Feb  1 11:31:51 2008
@@ -11,12 +11,12 @@
 # dependency and is resolved by installing Carp::Clan without
 # Object::Deadly. Once Object::Deadly is installed, Carp::Clan may use
 # it for testing.
-#42#DEBIAN# if (prompt( 'Add Object::Deadly 0.08+ to prerequisites for testing? [Ny]',
-#42#DEBIAN#         'no' ) =~ /^y/i
-#42#DEBIAN#     )
-#42#DEBIAN# {
-#42#DEBIAN#     $PREREQ_PM{'Object::Deadly'} = '0.08';
-#42#DEBIAN# }
+if (prompt( 'Add Object::Deadly 0.08+ to prerequisites for testing? [Ny]',
+        'no' ) =~ /^y/i
+    )
+{
+    $PREREQ_PM{'Object::Deadly'} = '0.08';
+}
 
 WriteMakefile(
     NAME          => 'Carp::Clan',

Modified: trunk/libcarp-clan-perl/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/libcarp-clan-perl/debian/changelog?rev=13955&op=diff
==============================================================================
--- trunk/libcarp-clan-perl/debian/changelog (original)
+++ trunk/libcarp-clan-perl/debian/changelog Fri Feb  1 11:31:51 2008
@@ -13,7 +13,8 @@
   - Remove dpatch dependency, increase DH version.
   * debian/compat: Increase DH compat to 5.
   * debuan/copyright: new format, updated CP info (although upstream doesn't
-    properly declare it). 
+    properly declare it).
+  * Cleaned source mess.
 
  -- gregor herrmann <gregor+debian at comodo.priv.at>  Tue, 09 Oct 2007 22:27:43 +0200
 




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