r48917 - in /trunk/eekboek/debian: TODO changelog rules

joostvb at users.alioth.debian.org joostvb at users.alioth.debian.org
Fri Dec 18 03:39:36 UTC 2009


Author: joostvb
Date: Fri Dec 18 03:39:29 2009
New Revision: 48917

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=48917
Log:
another TODO item: deal sane with failing tests

Modified:
    trunk/eekboek/debian/TODO
    trunk/eekboek/debian/changelog
    trunk/eekboek/debian/rules

Modified: trunk/eekboek/debian/TODO
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/eekboek/debian/TODO?rev=48917&op=diff
==============================================================================
--- trunk/eekboek/debian/TODO (original)
+++ trunk/eekboek/debian/TODO Fri Dec 18 03:39:29 2009
@@ -13,7 +13,15 @@
     Bedankt,
     -- Johan
   - stick the lib/EB/DB/Sqlite.pm and eekboek.desktop patch in a sane
-    patch system
+    patch system.  use the '3.0 (quilt)' format, see dpkg-source(1)
+
+  - We disable tests t/80_db_postgresql.t t/91_ivp_sqlite.t
+    t/92_ivp_postgres.t since these fail.  Investigate why
+    these fail.  If this is due to an upstream bug, report it.
+    BTW: The tests 80_db_postgresql.t and 92_ivp_postgres.t need
+    libdbd-pg-perl (>= 1.41) build depends.  So, if re-enabling these,
+    add the Build-depends.
+
   - d/copyright: 2005-2009, Squirrel Consultancy
     (to be honest, I haven't check all the other modules)
   - usr/share/perl5/EB/examples should probably not get installed

Modified: trunk/eekboek/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/eekboek/debian/changelog?rev=48917&op=diff
==============================================================================
--- trunk/eekboek/debian/changelog (original)
+++ trunk/eekboek/debian/changelog Fri Dec 18 03:39:29 2009
@@ -1,8 +1,8 @@
-eekboek (1.05.04-4) UNRELEASED; urgency=low
-
-  * FIXME
-
- -- Joost van Baal <joostvb at debian.org>  Thu, 17 Dec 2009 23:27:47 +0100
+eekboek (1.05.04-4) experimental; urgency=low
+
+  * Finally upload this (to experimental).
+
+ -- Joost van Baal <joostvb at debian.org>  Fri, 18 Dec 2009 04:31:08 +0100
 
 eekboek (1.05.04-3) UNRELEASED; urgency=low
 

Modified: trunk/eekboek/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/eekboek/debian/rules?rev=48917&op=diff
==============================================================================
--- trunk/eekboek/debian/rules (original)
+++ trunk/eekboek/debian/rules Fri Dec 18 03:39:29 2009
@@ -9,8 +9,6 @@
 # upstream wants us to use Build.PL, not Makefile.PL: we override dh's default
 
 # remove failing tests.
-# The tests 80_db_postgresql.t and 92_ivp_postgres.t need
-# libdbd-pg-perl (>= 1.41) build depends
 override_dh_auto_configure:
 	rm -f t/80_db_postgresql.t t/91_ivp_sqlite.t t/92_ivp_postgres.t
 	perl Build.PL --installdirs vendor create_packlist=0




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