r19023 - in /trunk/libnet-z3950-zoom-perl/debian: TODO changelog control rules

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Tue Apr 22 17:44:08 UTC 2008


Author: gregoa
Date: Tue Apr 22 17:44:07 2008
New Revision: 19023

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=19023
Log:
PLEASE review the transitional package stuff

* Add transitional dummy package libnet-z3950-perl -
libnet-z3950-zoom-perl is the successor of libnet-z3950-perl; also add
debian/TODO to remind us to remove the package after the release of
"lenny". - Adapt $(PACKAGE) in debian/rules.

Added:
    trunk/libnet-z3950-zoom-perl/debian/TODO
Modified:
    trunk/libnet-z3950-zoom-perl/debian/changelog
    trunk/libnet-z3950-zoom-perl/debian/control
    trunk/libnet-z3950-zoom-perl/debian/rules

Added: trunk/libnet-z3950-zoom-perl/debian/TODO
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-z3950-zoom-perl/debian/TODO?rev=19023&op=file
==============================================================================
--- trunk/libnet-z3950-zoom-perl/debian/TODO (added)
+++ trunk/libnet-z3950-zoom-perl/debian/TODO Tue Apr 22 17:44:07 2008
@@ -1,0 +1,1 @@
+Remove transitional dummy package libnet-z3950-perl after lenny.

Modified: trunk/libnet-z3950-zoom-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-z3950-zoom-perl/debian/changelog?rev=19023&op=diff
==============================================================================
--- trunk/libnet-z3950-zoom-perl/debian/changelog (original)
+++ trunk/libnet-z3950-zoom-perl/debian/changelog Tue Apr 22 17:44:07 2008
@@ -1,4 +1,6 @@
 libnet-z3950-zoom-perl (1.21-1) UNRELEASED; urgency=low
+  
+  PLEASE review the transitional package stuff
   
   [ Vincent Danjean ]
   * New upstream release
@@ -19,8 +21,12 @@
     - wrap long line
     - change my email address
     - remove build dependency on libxslt1-dev
+  * Add transitional dummy package libnet-z3950-perl -
+    libnet-z3950-zoom-perl is the successor of libnet-z3950-perl; also add
+    debian/TODO to remind us to remove the package after the release of
+    "lenny". - Adapt $(PACKAGE) in debian/rules.
 
- -- gregor herrmann <gregoa at debian.org>  Tue, 22 Apr 2008 19:04:10 +0200
+ -- gregor herrmann <gregoa at debian.org>  Tue, 22 Apr 2008 19:40:28 +0200
 
 libnet-z3950-zoom-perl (1.19-1) UNRELEASED; urgency=low
 

Modified: trunk/libnet-z3950-zoom-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-z3950-zoom-perl/debian/control?rev=19023&op=diff
==============================================================================
--- trunk/libnet-z3950-zoom-perl/debian/control (original)
+++ trunk/libnet-z3950-zoom-perl/debian/control Tue Apr 22 17:44:07 2008
@@ -15,6 +15,8 @@
 Package: libnet-z3950-zoom-perl
 Architecture: any
 Depends: ${perl:Depends}, ${shlibs:Depends}, ${misc:Depends}, libmarc-record-perl
+Replaces: libnet-z3950-perl (<< 1.21-1)
+Conflicts: libnet-z3950-perl (<< 1.21-1)
 Description:  Perl extension implementing the ZOOM API for Information Retrieval via Z39.50
  This module provides a nice, Perlish implementation of the ZOOM
  Abstract API described and documented at http://zoom.z3950.org/api/
@@ -29,3 +31,13 @@
  ZOOM is that all implementations should be compatible anyway; but knowing
  that the same code is running is reassuring.)
 
+Package: libnet-z3950-perl
+Architecture: all
+Depends: libnet-z3950-zoom-perl
+Description: transitional dummy package
+ This is a dummy package for the transition from libnet-z3950-perl to
+ libnet-z3950-zoom-perl. Net::Z3950::ZOOM is the successor of Net::Z3950
+ and also includes the old module.
+ .
+ You may safely remove libnet-z3950-perl after libnet-z3950-zoom-perl has
+ been installed.

Modified: trunk/libnet-z3950-zoom-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-z3950-zoom-perl/debian/rules?rev=19023&op=diff
==============================================================================
--- trunk/libnet-z3950-zoom-perl/debian/rules (original)
+++ trunk/libnet-z3950-zoom-perl/debian/rules Tue Apr 22 17:44:07 2008
@@ -12,7 +12,7 @@
 export PERL_MM_USE_DEFAULT=1
 
 PERL   ?= /usr/bin/perl
-PACKAGE = $(shell dh_listpackages)
+PACKAGE = $(firstword $(shell dh_listpackages))
 TMP     = $(CURDIR)/debian/$(PACKAGE)
 
 # Allow disabling build optimisation by setting noopt in




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