r48737 - in /trunk/eekboek/debian: changelog control

joostvb at users.alioth.debian.org joostvb at users.alioth.debian.org
Sun Dec 13 21:52:12 UTC 2009


Author: joostvb
Date: Sun Dec 13 21:52:06 2009
New Revision: 48737

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=48737
Log:
add libwx-perl to suggests (needed for ebgui), mention this in description

Modified:
    trunk/eekboek/debian/changelog
    trunk/eekboek/debian/control

Modified: trunk/eekboek/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/eekboek/debian/changelog?rev=48737&op=diff
==============================================================================
--- trunk/eekboek/debian/changelog (original)
+++ trunk/eekboek/debian/changelog Sun Dec 13 21:52:06 2009
@@ -2,6 +2,9 @@
 
   TODO:
   - test, test, test!  (especially ebgui)
+  - ebgui needs Wx.pm, see
+    http://wiki.eekboek.nl/mediawiki/index.php?title=Eekboek_met_GUI_installeren_onder_Debian
+    as of 2009-12-13, libwx-perl is avaible for sid only (not squeeze).
   - stick the lib/EB/DB/Sqlite.pm patch in a sane
     patch system
   - lintian (and lintian -I):
@@ -56,6 +59,8 @@
     (>= 1.41) since we've disabled the pg-tests.
   * debian/rules: disable tests 80_db_postgresql.t, 91_ivp_sqlite.t,
     92_ivp_postgres.t. For some reason these fail.
+  * debian/control: add libwx-perl to suggests (needed for ebgui), mention
+    this in description.
 
  -- Nathan Handler <nhandler at ubuntu.com>  Wed, 04 Nov 2009 22:30:20 -0600
 

Modified: trunk/eekboek/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/eekboek/debian/control?rev=48737&op=diff
==============================================================================
--- trunk/eekboek/debian/control (original)
+++ trunk/eekboek/debian/control Sun Dec 13 21:52:06 2009
@@ -17,7 +17,7 @@
 Architecture: all
 Depends: ${perl:Depends}, ${misc:Depends}, libterm-readline-gnu-perl,
  libdbi-perl (>= 1.40), libdbd-sqlite3-perl (>= 1.13), libarchive-zip-perl
-Suggests: eekboek-db-postgresql
+Suggests: eekboek-db-postgresql, libwx-perl
 Description: Bookkeeping software for small and medium-size businesses
  EekBoek is a bookkeeping package for Dutch users; it creates reports like
  a balance sheet ("Balans"), a general journal ("Journaal"), a general
@@ -35,6 +35,8 @@
  .
  If you'd like to use EekBoek with a PostgreSQL back end (instead of the
  default SQLite), install the suggested package eekboek-db-postgresql.
+ If you'd like to use the Eekboek GUI, install the suggested package
+ libwx-perl.
 
 Package: eekboek-db-postgresql
 Architecture: all




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