r9192 - in /trunk/libtest-harness-perl/debian: changelog control

gregoa-guest at users.alioth.debian.org gregoa-guest at users.alioth.debian.org
Sat Nov 10 23:42:46 UTC 2007


Author: gregoa-guest
Date: Sat Nov 10 23:42:46 2007
New Revision: 9192

URL: http://svn.debian.org/wsvn/?sc=1&rev=9192
Log:
move Conflicts/Replaces/Provides to binary package; make Replaces versioned; add long description to transitional package

Modified:
    trunk/libtest-harness-perl/debian/changelog
    trunk/libtest-harness-perl/debian/control

Modified: trunk/libtest-harness-perl/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/libtest-harness-perl/debian/changelog?rev=9192&op=diff
==============================================================================
--- trunk/libtest-harness-perl/debian/changelog (original)
+++ trunk/libtest-harness-perl/debian/changelog Sat Nov 10 23:42:46 2007
@@ -1,6 +1,5 @@
 libtest-harness-perl (3.00-1) UNRELEASED; urgency=low
 
-  [ Damyan Ivanov ]
     TODO: only libmail-box-perl (ours) build-depends on libtap-parser-perl
           update debian/copyright
 
@@ -14,10 +13,11 @@
 
   [ Damyan Ivanov ]
   * upstream now includes TAP-Parser in Test-Harness
-    + Provide/Replace libtap-parser-perl
-    + Conflicts: libtap-parser-perl (<<3.00-1)
+    + Provides: libtap-parser-perl
+    + Conflicts/Replaces: libtap-parser-perl (<<3.00-1)
+    + Add dummy transitional binary package libtap-parser-perl
 
- -- Damyan Ivanov <dmn at debian.org>  Sat, 10 Nov 2007 20:51:34 +0200
+ -- gregor herrmann <gregor+debian at comodo.priv.at>  Sun, 11 Nov 2007 00:37:15 +0100
 
 libtest-harness-perl (2.64-1) unstable; urgency=low
 

Modified: trunk/libtest-harness-perl/debian/control
URL: http://svn.debian.org/wsvn/trunk/libtest-harness-perl/debian/control?rev=9192&op=diff
==============================================================================
--- trunk/libtest-harness-perl/debian/control (original)
+++ trunk/libtest-harness-perl/debian/control Sat Nov 10 23:42:46 2007
@@ -3,9 +3,6 @@
 Priority: optional
 Build-Depends: debhelper (>= 5.0.0)
 Build-Depends-Indep: perl (>= 5.8.0-7)
-Provides: libtap-parser-perl
-Replaces: libtap-parser-perl
-Conflicts: libtap-parser-perl (<< 3.00-1)
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Gunnar Wolf <gwolf at debian.org>
 Standards-Version: 3.7.2
@@ -16,6 +13,9 @@
 Package: libtest-harness-perl
 Architecture: all
 Depends: ${perl:Depends}, ${misc:Depends}, 
+Provides: libtap-parser-perl
+Replaces: libtap-parser-perl (<< 3.00-1)
+Conflicts: libtap-parser-perl (<< 3.00-1)
 Description: Run Perl standard test scripts with statistics
  Test::Harness is an utility script invoked by Test::Simple, Test::More
  and several based on Test::Builder. It is also part of the perl-modules
@@ -28,3 +28,6 @@
 Architecture: all
 Depends: libtest-harness-perl
 Description: transitional dummy package
+ This package is used to pull in libtest-harness-perl, which takes over the
+ functionality of libtap-parser-perl. You can safely remove it after
+ libtest-harness-perl is installed.




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