r31235 - in /trunk/libsearch-xapian-perl/debian: changelog clean control patches/test_pod_coverage_with_separate_env_var.patch

ryan52-guest at users.alioth.debian.org ryan52-guest at users.alioth.debian.org
Sat Feb 28 18:29:15 UTC 2009


Author: ryan52-guest
Date: Sat Feb 28 18:29:11 2009
New Revision: 31235

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=31235
Log:
* add description to patch
* bump versioned dependency on libxapian-dev
* remove the test databases in the clean target
* add me to uploaders

Added:
    trunk/libsearch-xapian-perl/debian/clean
Modified:
    trunk/libsearch-xapian-perl/debian/changelog
    trunk/libsearch-xapian-perl/debian/control
    trunk/libsearch-xapian-perl/debian/patches/test_pod_coverage_with_separate_env_var.patch

Modified: trunk/libsearch-xapian-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libsearch-xapian-perl/debian/changelog?rev=31235&op=diff
==============================================================================
--- trunk/libsearch-xapian-perl/debian/changelog (original)
+++ trunk/libsearch-xapian-perl/debian/changelog Sat Feb 28 18:29:11 2009
@@ -1,11 +1,5 @@
 libsearch-xapian-perl (1.0.10.0-1) UNRELEASED; urgency=low
 
-  QUESTION: should we worry about
-  "Warning: Xapian version 1.0.7 may be incompatible with Search::Xapian
-   1.0.10.0"?
-  better wait for 1.0.10.0 which is already released:
-  http://dehs.alioth.debian.org/maintainer.php?name=xapian-core
-  
   [ Jose Luis Rivas ]
   * New upstream release.
   * debian/control:
@@ -21,6 +15,12 @@
   * debian/control: change my email address.
   * debian/control: Changed: Switched Vcs-Browser field to ViewSVN
     (source stanza).
+
+  [ Ryan Niebur ]
+  * add description to patch
+  * bump versioned dependency on libxapian-dev
+  * remove the test databases in the clean target
+  * add me to uploaders
 
  -- Jose Luis Rivas <ghostbar38 at gmail.com>  Sun, 02 Nov 2008 02:56:27 -0430
 

Added: trunk/libsearch-xapian-perl/debian/clean
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libsearch-xapian-perl/debian/clean?rev=31235&op=file
==============================================================================
--- trunk/libsearch-xapian-perl/debian/clean (added)
+++ trunk/libsearch-xapian-perl/debian/clean Sat Feb 28 18:29:11 2009
@@ -1,0 +1,1 @@
+testdb*/*

Modified: trunk/libsearch-xapian-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libsearch-xapian-perl/debian/control?rev=31235&op=diff
==============================================================================
--- trunk/libsearch-xapian-perl/debian/control (original)
+++ trunk/libsearch-xapian-perl/debian/control Sat Feb 28 18:29:11 2009
@@ -2,13 +2,14 @@
 Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 7), perl (>= 5.8.0-7), libtest-pod-perl,
- libtest-pod-coverage-perl, libxapian-dev (>= 1.0.7), quilt (>= 0.40)
+ libtest-pod-coverage-perl, libxapian-dev (>= 1.0.10), quilt (>= 0.40)
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Frank Lichtenheld <djpig at debian.org>,
  Krzysztof Krzyzaniak (eloy) <eloy at debian.org>,
  Damyan Ivanov <dmn at debian.org>,
  gregor herrmann <gregoa at debian.org>,
- Jose Luis Rivas <ghostbar38 at gmail.com>
+ Jose Luis Rivas <ghostbar38 at gmail.com>,
+ Ryan Niebur <ryanryan52 at gmail.com>
 Standards-Version: 3.8.0
 Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libsearch-xapian-perl/
 Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libsearch-xapian-perl/

Modified: trunk/libsearch-xapian-perl/debian/patches/test_pod_coverage_with_separate_env_var.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libsearch-xapian-perl/debian/patches/test_pod_coverage_with_separate_env_var.patch?rev=31235&op=diff
==============================================================================
--- trunk/libsearch-xapian-perl/debian/patches/test_pod_coverage_with_separate_env_var.patch (original)
+++ trunk/libsearch-xapian-perl/debian/patches/test_pod_coverage_with_separate_env_var.patch Sat Feb 28 18:29:11 2009
@@ -1,3 +1,5 @@
+so that we test the pod but not the pod coverage
+
 --- a/t/03podcoverage.t
 +++ b/t/03podcoverage.t
 @@ -2,6 +2,6 @@ use Test::More;




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