r46481 - in /trunk/libwordnet-querydata-perl: ChangeLog META.yml Makefile.PL QueryData.pm README debian/changelog

jawnsy-guest at users.alioth.debian.org jawnsy-guest at users.alioth.debian.org
Wed Oct 28 13:49:23 UTC 2009


Author: jawnsy-guest
Date: Wed Oct 28 13:49:15 2009
New Revision: 46481

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=46481
Log:
* New upstream release
* Only documenttion changes, no need to upload

Modified:
    trunk/libwordnet-querydata-perl/ChangeLog
    trunk/libwordnet-querydata-perl/META.yml
    trunk/libwordnet-querydata-perl/Makefile.PL
    trunk/libwordnet-querydata-perl/QueryData.pm
    trunk/libwordnet-querydata-perl/README
    trunk/libwordnet-querydata-perl/debian/changelog

Modified: trunk/libwordnet-querydata-perl/ChangeLog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libwordnet-querydata-perl/ChangeLog?rev=46481&op=diff
==============================================================================
--- trunk/libwordnet-querydata-perl/ChangeLog (original)
+++ trunk/libwordnet-querydata-perl/ChangeLog Wed Oct 28 13:49:15 2009
@@ -1,3 +1,7 @@
+2009-10-27  Jason Rennie
+
+	* README: update WNHOME/WNSEARCHDIR doc w/ Debian/Ubuntu tip
+
 2009-03-20  Jason Rennie
 
 	* release 1.48

Modified: trunk/libwordnet-querydata-perl/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libwordnet-querydata-perl/META.yml?rev=46481&op=diff
==============================================================================
--- trunk/libwordnet-querydata-perl/META.yml (original)
+++ trunk/libwordnet-querydata-perl/META.yml Wed Oct 28 13:49:15 2009
@@ -1,7 +1,7 @@
 # http://module-build.sourceforge.net/META-spec.html
 #XXXXXXX This is a prototype!!!  It will change in the future!!! XXXXX#
 name:         WordNet-QueryData
-version:      1.48
+version:      1.49
 version_from: 
 installdirs:  site
 requires:

Modified: trunk/libwordnet-querydata-perl/Makefile.PL
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libwordnet-querydata-perl/Makefile.PL?rev=46481&op=diff
==============================================================================
--- trunk/libwordnet-querydata-perl/Makefile.PL (original)
+++ trunk/libwordnet-querydata-perl/Makefile.PL Wed Oct 28 13:49:15 2009
@@ -10,6 +10,5 @@
 WriteMakefile(
     'dist'      => { 'COMPRESS'  => 'gzip', 'SUFFIX'    => '.gz', },
     'NAME'	=> 'WordNet::QueryData',
-#    'VERSION_FROM'   => 'QueryData.pm',
-    'VERSION'   => '1.48',
+    'VERSION'	     => '1.49',
 );

Modified: trunk/libwordnet-querydata-perl/QueryData.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libwordnet-querydata-perl/QueryData.pm?rev=46481&op=diff
==============================================================================
--- trunk/libwordnet-querydata-perl/QueryData.pm (original)
+++ trunk/libwordnet-querydata-perl/QueryData.pm Wed Oct 28 13:49:15 2009
@@ -40,7 +40,7 @@
     @EXPORT = qw();
     # Allows these functions to be used without qualification
     @EXPORT_OK = qw();
-    $VERSION = do { my @r=(q$Revision: 1.47 $=~/\d+/g); sprintf "%d."."%02d"x$#r, at r };
+    $VERSION = "1.49";
 }
 
 #############################

Modified: trunk/libwordnet-querydata-perl/README
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libwordnet-querydata-perl/README?rev=46481&op=diff
==============================================================================
--- trunk/libwordnet-querydata-perl/README (original)
+++ trunk/libwordnet-querydata-perl/README Wed Oct 28 13:49:15 2009
@@ -50,11 +50,12 @@
      make
      make test
 
-If "perl Makefile.PL" breaks or "make test" doesn't work at all ("not
-ok 1"), you may not have the WNHOME environment variable defined
-correctly.  Read the QueryData manual page ("perldoc QueryData.pm") to
-find out how to tell it where your WordNet database is located (you'll
-need to edit test.pl).  
+If "perl Makefile.PL" breaks or "make test" doesn't work at all ("not ok 1"),
+you may not have the WNHOME or WNSEARCHDIR environment variables defined
+correctly.  Read the QueryData manual page ("perldoc QueryData.pm") to find out
+how to tell it where your WordNet database is located (you'll need to edit
+test.pl).  Note that if you are are using Debian/Ubuntu and have the standard
+wordnet package installed , you should set WNSEARCHDIR to /usr/share/wordnet.
 
 If any of the tests fail, send e-mail to the wn-perl mailing list (see
 DOCUMENTATION).

Modified: trunk/libwordnet-querydata-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libwordnet-querydata-perl/debian/changelog?rev=46481&op=diff
==============================================================================
--- trunk/libwordnet-querydata-perl/debian/changelog (original)
+++ trunk/libwordnet-querydata-perl/debian/changelog Wed Oct 28 13:49:15 2009
@@ -1,8 +1,13 @@
-libwordnet-querydata-perl (1.48-2) UNRELEASED; urgency=low
+libwordnet-querydata-perl (1.49-1) UNRELEASED; urgency=low
 
+  [ Jonathan Yu ]
+  * New upstream release
+  * Only documenttion changes, no need to upload
+
+  [ Nathan Handler ]
   * debian/watch: Update to ignore development releases.
 
- -- Nathan Handler <nhandler at ubuntu.com>  Sat, 06 Jun 2009 01:38:03 +0000
+ -- Jonathan Yu <jawnsy at cpan.org>  Wed, 28 Oct 2009 06:13:45 -0400
 
 libwordnet-querydata-perl (1.48-1) unstable; urgency=low
 




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