r3402 - in /pacakges/libplot-perl/trunk/debian: NOTES.debian README.debian changelog control rules

segre at users.alioth.debian.org segre at users.alioth.debian.org
Fri Aug 4 08:21:28 UTC 2006


Author: segre
Date: Fri Aug  4 08:21:22 2006
New Revision: 3402

URL: http://svn.debian.org/wsvn/?sc=1&rev=3402
Log:
Initial edits for Debian Perl Group, changed standards version & 
compat level, added watch file.

Modified:
    pacakges/libplot-perl/trunk/debian/NOTES.debian
    pacakges/libplot-perl/trunk/debian/README.debian
    pacakges/libplot-perl/trunk/debian/changelog
    pacakges/libplot-perl/trunk/debian/control
    pacakges/libplot-perl/trunk/debian/rules

Modified: pacakges/libplot-perl/trunk/debian/NOTES.debian
URL: http://svn.debian.org/wsvn/pacakges/libplot-perl/trunk/debian/NOTES.debian?rev=3402&op=diff
==============================================================================
--- pacakges/libplot-perl/trunk/debian/NOTES.debian (original)
+++ pacakges/libplot-perl/trunk/debian/NOTES.debian Fri Aug  4 08:21:22 2006
@@ -1,4 +1,4 @@
-I use the script trans in ./util to generate xs
-code fro the plot.h .  I few of the variables with
-the const modifier are not done correctly-- I correct
+Use the script trans in ./util to generate xs
+code for the plot.h .  A few of the variables with
+the const modifier are not done correctly -- correct
 them by hand.

Modified: pacakges/libplot-perl/trunk/debian/README.debian
URL: http://svn.debian.org/wsvn/pacakges/libplot-perl/trunk/debian/README.debian?rev=3402&op=diff
==============================================================================
--- pacakges/libplot-perl/trunk/debian/README.debian (original)
+++ pacakges/libplot-perl/trunk/debian/README.debian Fri Aug  4 08:21:22 2006
@@ -1,9 +1,9 @@
 libplot-perl for DEBIAN
 ----------------------
 
-This is perl bindings to the libplot graphics library.
+These are perl bindings to the libplot graphics library.
 
-For more information, you can give
+For more information, you can execute
 man Graphics::Libplot
 or
 perldoc Libplot

Modified: pacakges/libplot-perl/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pacakges/libplot-perl/trunk/debian/changelog?rev=3402&op=diff
==============================================================================
--- pacakges/libplot-perl/trunk/debian/changelog (original)
+++ pacakges/libplot-perl/trunk/debian/changelog Fri Aug  4 08:21:22 2006
@@ -1,3 +1,14 @@
+libplot-perl (2.2.2-2) unstable; urgency=low
+
+  * Changed Maintainer to
+     Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org> 
+     via Carlo Segre <segre at debian.org> (Closes: #279800).
+  * Accepting QA upload for output device fix below (Closes: #313207).
+  * Upgrade to Standards Version 3.7.2 and Compatibility Level 5.
+  * Added watch file.
+
+ -- Carlo Segre <segre at debian.org>  Fri,  4 Aug 2006 02:53:01 -0500
+
 libplot-perl (2.2.2-1) unstable; urgency=low
 
   * QA upload.

Modified: pacakges/libplot-perl/trunk/debian/control
URL: http://svn.debian.org/wsvn/pacakges/libplot-perl/trunk/debian/control?rev=3402&op=diff
==============================================================================
--- pacakges/libplot-perl/trunk/debian/control (original)
+++ pacakges/libplot-perl/trunk/debian/control Fri Aug  4 08:21:22 2006
@@ -1,9 +1,10 @@
 Source: libplot-perl
 Section: perl
 Priority: extra
-Maintainer: Debian QA Group <packages at qa.debian.org>
-Standards-Version: 3.5.9
-Build-Depends: debhelper (>> 4.1), perl (>> 5.8), libplot-dev
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Carlo Segre <segre at debian.org>
+Build-Depends: debhelper (>= 5.0.0), perl (>> 5.8), libplot-dev
+Standards-Version: 3.7.2
 
 Package: libplot-perl
 Architecture: any

Modified: pacakges/libplot-perl/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pacakges/libplot-perl/trunk/debian/rules?rev=3402&op=diff
==============================================================================
--- pacakges/libplot-perl/trunk/debian/rules (original)
+++ pacakges/libplot-perl/trunk/debian/rules Fri Aug  4 08:21:22 2006
@@ -1,8 +1,6 @@
 #! /usr/bin/make -f
 # -*-makefile-*-
 # debian/rules file for libplot-perl
-
-export DH_COMPAT=4
 
 PERL	?= /usr/bin/perl
 




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