r48754 - in /trunk: libgraphics-plot-perl/ libgraphics-plot-perl/debian/ libgraphics-plot-perl/debian/patches/ libplot-perl/

mxey-guest at users.alioth.debian.org mxey-guest at users.alioth.debian.org
Mon Dec 14 13:24:34 UTC 2009


Author: mxey-guest
Date: Mon Dec 14 13:24:11 2009
New Revision: 48754

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=48754
Log:
Rename libplot-perl to libgraphics-plot-perl

Added:
    trunk/libgraphics-plot-perl/
      - copied from r48753, trunk/libplot-perl/
Removed:
    trunk/libplot-perl/
Modified:
    trunk/libgraphics-plot-perl/debian/README.debian
    trunk/libgraphics-plot-perl/debian/changelog
    trunk/libgraphics-plot-perl/debian/control
    trunk/libgraphics-plot-perl/debian/copyright
    trunk/libgraphics-plot-perl/debian/patches/doc-location.patch
    trunk/libgraphics-plot-perl/debian/rules

Modified: trunk/libgraphics-plot-perl/debian/README.debian
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libgraphics-plot-perl/debian/README.debian?rev=48754&op=diff
==============================================================================
--- trunk/libgraphics-plot-perl/debian/README.debian (original)
+++ trunk/libgraphics-plot-perl/debian/README.debian Mon Dec 14 13:24:11 2009
@@ -1,4 +1,4 @@
-libplot-perl for DEBIAN
+libgraphics-plot-perl for DEBIAN
 ----------------------
 
 These are perl bindings to the libplot graphics library.

Modified: trunk/libgraphics-plot-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libgraphics-plot-perl/debian/changelog?rev=48754&op=diff
==============================================================================
--- trunk/libgraphics-plot-perl/debian/changelog (original)
+++ trunk/libgraphics-plot-perl/debian/changelog Mon Dec 14 13:24:11 2009
@@ -1,4 +1,4 @@
-libplot-perl (2.2.2-5) UNRELEASED; urgency=low
+libgraphics-plot-perl (2.2.2-5) UNRELEASED; urgency=low
 
   [ gregor herrmann ]
   * Add debian/README.source to document quilt usage, as required by
@@ -10,7 +10,10 @@
   [ Carlo Segre ]
   * debian/copyright: cite GPL-2 to remove lintian warning.
 
- -- Carlo Segre <segre at debian.org>  Mon, 26 Oct 2009 08:55:31 -0500
+  [ Maximilian Gass ]
+  * Rename to libgraphics-plot-perl
+
+ -- Maximilian Gass <mxey at cloudconnected.org>  Mon, 14 Dec 2009 14:09:12 +0100
 
 libplot-perl (2.2.2-4) unstable; urgency=low
 

Modified: trunk/libgraphics-plot-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libgraphics-plot-perl/debian/control?rev=48754&op=diff
==============================================================================
--- trunk/libgraphics-plot-perl/debian/control (original)
+++ trunk/libgraphics-plot-perl/debian/control Mon Dec 14 13:24:11 2009
@@ -1,4 +1,4 @@
-Source: libplot-perl
+Source: libgraphics-plot-perl
 Section: perl
 Priority: extra
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
@@ -7,12 +7,15 @@
 Build-Depends: debhelper (>= 6), perl (>> 5.8), libplot-dev, quilt
 Standards-Version: 3.7.3
 Homepage: http://search.cpan.org/dist/Graphics-Libplot/
-Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libplot-perl/
-Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libplot-perl/
+Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libgraphics-plot-perl/
+Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libgraphics-plot-perl/
 
-Package: libplot-perl
+Package: libgraphics-plot-perl
 Architecture: any
 Depends: ${misc:Depends}, ${perl:Depends}, ${shlibs:Depends}
+Conflicts: libplot-perl
+Replaces: libplot-perl
+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

Modified: trunk/libgraphics-plot-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libgraphics-plot-perl/debian/copyright?rev=48754&op=diff
==============================================================================
--- trunk/libgraphics-plot-perl/debian/copyright (original)
+++ trunk/libgraphics-plot-perl/debian/copyright Mon Dec 14 13:24:11 2009
@@ -18,7 +18,7 @@
 /usr/share/common-licenses/Artistic.
 
 This package has been through multiple maintainers (for a list see
-/usr/share/doc/libplot-perl/changelog.Debian.gz).
+/usr/share/doc/libgraphics-plot-perl/changelog.Debian.gz).
 
 Current Debian specific changes are copyright (c) 1999-2002,
 Stephen Zander <gibreel at debian.org>

Modified: trunk/libgraphics-plot-perl/debian/patches/doc-location.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libgraphics-plot-perl/debian/patches/doc-location.patch?rev=48754&op=diff
==============================================================================
--- trunk/libgraphics-plot-perl/debian/patches/doc-location.patch (original)
+++ trunk/libgraphics-plot-perl/debian/patches/doc-location.patch Mon Dec 14 13:24:11 2009
@@ -5,8 +5,8 @@
  =head1 EXAMPLES
  
  There are additional examples included in the source distribution. 
--(They are in /usr/doc/libplot-perl/examples on debian systems.)
-+(They are in /usr/share/doc/libplot-perl/examples on debian systems.)
+-(They are in /usr/doc/libgraphics-plot-perl/examples on debian systems.)
++(They are in /usr/share/doc/libgraphics-plot-perl/examples on debian systems.)
  This example draws a spiraling box pattern.
  
   use Graphics::Libplot ':ALL';

Modified: trunk/libgraphics-plot-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libgraphics-plot-perl/debian/rules?rev=48754&op=diff
==============================================================================
--- trunk/libgraphics-plot-perl/debian/rules (original)
+++ trunk/libgraphics-plot-perl/debian/rules Mon Dec 14 13:24:11 2009
@@ -1,6 +1,6 @@
 #! /usr/bin/make -f
 # -*-makefile-*-
-# debian/rules file for libplot-perl
+# debian/rules file for libgraphics-plot-perl
 
 include /usr/share/quilt/quilt.make
 




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