r59302 - in /trunk/libgraphics-plot-perl/debian: TODO changelog control rules

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Sat Jun 12 22:59:17 UTC 2010


Author: gregoa
Date: Sat Jun 12 22:59:11 2010
New Revision: 59302

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=59302
Log:
Add a libplot-perl transitional dummy package.

Added:
    trunk/libgraphics-plot-perl/debian/TODO
Modified:
    trunk/libgraphics-plot-perl/debian/changelog
    trunk/libgraphics-plot-perl/debian/control
    trunk/libgraphics-plot-perl/debian/rules

Added: trunk/libgraphics-plot-perl/debian/TODO
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libgraphics-plot-perl/debian/TODO?rev=59302&op=file
==============================================================================
--- trunk/libgraphics-plot-perl/debian/TODO (added)
+++ trunk/libgraphics-plot-perl/debian/TODO Sat Jun 12 22:59:11 2010
@@ -1,0 +1,1 @@
+Remove libplot-perl transitional dummy package after squeeze.

Modified: trunk/libgraphics-plot-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libgraphics-plot-perl/debian/changelog?rev=59302&op=diff
==============================================================================
--- trunk/libgraphics-plot-perl/debian/changelog (original)
+++ trunk/libgraphics-plot-perl/debian/changelog Sat Jun 12 22:59:11 2010
@@ -13,6 +13,9 @@
   [ Maximilian Gass ]
   * Rename to libgraphics-plot-perl
   * Minimize debian/rules
+
+  [ gregor herrmann ]
+  * Add a libplot-perl transitional dummy package.
 
  -- Maximilian Gass <mxey at cloudconnected.org>  Mon, 14 Dec 2009 14:54:34 +0100
 

Modified: trunk/libgraphics-plot-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libgraphics-plot-perl/debian/control?rev=59302&op=diff
==============================================================================
--- trunk/libgraphics-plot-perl/debian/control (original)
+++ trunk/libgraphics-plot-perl/debian/control Sat Jun 12 22:59:11 2010
@@ -14,11 +14,17 @@
 Package: libgraphics-plot-perl
 Architecture: any
 Depends: ${misc:Depends}, ${perl:Depends}, ${shlibs:Depends}
-Conflicts: libplot-perl
-Replaces: libplot-perl
+Conflicts: libplot-perl (<< 2.2.2-5)
+Replaces: libplot-perl (<< 2.2.2-5)
 Provides: libplot-perl
 Description: perl interface to plot library
  libplot is part of the plotutils package from the FSF. This package
  allows the routines to be called from perl. Only the C library
  routines are available with this package.
 
+Package: libplot-perl
+Architecture: all
+Depends: libgraphics-plot-perl, ${misc:Depends}
+Description: transitional dummy package for libgraphics-plot-perl
+ This package pulls in libgraphics-plot-perl. It may be removed after
+ libgraphics-plot-perl is installed.

Modified: trunk/libgraphics-plot-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libgraphics-plot-perl/debian/rules?rev=59302&op=diff
==============================================================================
--- trunk/libgraphics-plot-perl/debian/rules (original)
+++ trunk/libgraphics-plot-perl/debian/rules Sat Jun 12 22:59:11 2010
@@ -3,5 +3,8 @@
 %:
 	dh --with quilt $@
 
+override_dh_auto_install:
+	dh_auto_install -- DESTDIR=debian/libgraphics-plot-perl
+
 override_dh_auto_test:
 	# the test suite fails and was not active before




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