r12571 - in /trunk/libfile-spec-perl/debian: changelog control rules

dmn at users.alioth.debian.org dmn at users.alioth.debian.org
Fri Jan 11 22:25:46 UTC 2008


Author: dmn
Date: Fri Jan 11 22:25:46 2008
New Revision: 12571

URL: http://svn.debian.org/wsvn/?sc=1&rev=12571
Log:
* control: change priority of libpathtools-perl binary package to
* better transition
  + Make libpathtools-perl contain only a symlink
    usr/share/doc/libpathtools-perl -> libfile-spec-perl
  + add the same symling in libfile-spec-perl
  + make libfile-spec-perl Replace any version of libpathtools
* add myself to Uploaders

Modified:
    trunk/libfile-spec-perl/debian/changelog
    trunk/libfile-spec-perl/debian/control
    trunk/libfile-spec-perl/debian/rules

Modified: trunk/libfile-spec-perl/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/libfile-spec-perl/debian/changelog?rev=12571&op=diff
==============================================================================
--- trunk/libfile-spec-perl/debian/changelog (original)
+++ trunk/libfile-spec-perl/debian/changelog Fri Jan 11 22:25:46 2008
@@ -12,8 +12,16 @@
       California as a copyright holder
 
   [ David Bremner ]
-  * control: change priority of libpathtools-perl binary package to 
+  * control: change priority of libpathtools-perl binary package to
     extra to revert to priority in archive (and follow policy)
+
+  [ Damyan Ivanov ]
+  * better transition
+    + Make libpathtools-perl contain only a symlink
+      usr/share/doc/libpathtools-perl -> libfile-spec-perl
+    + add the same symling in libfile-spec-perl
+    + make libfile-spec-perl Replace any version of libpathtools
+  * add myself to Uploaders
 
  -- Damyan Ivanov <dmn at debian.org>  Fri, 11 Jan 2008 23:36:41 +0200
 

Modified: trunk/libfile-spec-perl/debian/control
URL: http://svn.debian.org/wsvn/trunk/libfile-spec-perl/debian/control?rev=12571&op=diff
==============================================================================
--- trunk/libfile-spec-perl/debian/control (original)
+++ trunk/libfile-spec-perl/debian/control Fri Jan 11 22:25:46 2008
@@ -4,7 +4,8 @@
 Build-Depends: debhelper (>> 6), perl (>= 5.8.0-7),
  libmodule-build-perl (>= 0.19)
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Uploaders: Bastian Blank <waldi at debian.org>, Roberto C. Sanchez <roberto at debian.org>
+Uploaders: Bastian Blank <waldi at debian.org>,
+ Roberto C. Sanchez <roberto at debian.org>, Damyan Ivanov <dmn at debian.org>
 Standards-Version: 3.7.3
 Homepage: http://search.cpan.org/dist/PathTools/
 Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libfile-spec-perl/
@@ -14,7 +15,7 @@
 Architecture: any
 Depends: ${perl:Depends}, ${misc:Depends}
 Conflicts: libpathtools-perl (<< 3.2501-1)
-Replaces: libpathtools-perl (<< 3.2501-1)
+Replaces: libpathtools-perl
 Provides: libpathtools-perl
 Description: Tools for working with paths and file specs across platforms
  The File::Spec distribution provides a group of modules for working 
@@ -29,9 +30,6 @@
 Depends: libfile-spec-perl
 Priority: extra
 Architecture: all
-Description: Tools for working with paths and file specs (transitional package)
- The File::Spec distribution provides a group of modules for working 
- with paths and file specs across platforms. It also includes Cwd.
- .
- This is a dummy package to ease the transition to libfile-spec-perl 
- and can be safely removed.
+Description: transitional dummy package
+ This is a dummy package to ease the transition to libfile-spec-perl and can be
+ safely removed.

Modified: trunk/libfile-spec-perl/debian/rules
URL: http://svn.debian.org/wsvn/trunk/libfile-spec-perl/debian/rules?rev=12571&op=diff
==============================================================================
--- trunk/libfile-spec-perl/debian/rules (original)
+++ trunk/libfile-spec-perl/debian/rules Fri Jan 11 22:25:46 2008
@@ -48,8 +48,10 @@
 binary-arch: build install
 	dh_testdir
 	dh_testroot
-	dh_installdocs
-	dh_installchangelogs Changes
+	dh_installdocs -p libfile-spec-perl
+	dh_link -p libfile-spec-perl usr/share/doc/libfile-spec-perl usr/share/doc/libpathtools-perl
+	dh_link -p libpathtools-perl usr/share/doc/libfile-spec-perl usr/share/doc/libpathtools-perl
+	dh_installchangelogs -p libfile-spec-perl Changes
 	dh_perl
 	dh_strip
 	dh_compress




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