r50907 - in /trunk/eekboek/debian: TODO changelog control eekboek-gui.install

joostvb at users.alioth.debian.org joostvb at users.alioth.debian.org
Thu Jan 14 17:16:30 UTC 2010


Author: joostvb
Date: Thu Jan 14 17:16:22 2010
New Revision: 50907

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=50907
Log:
splitting off eekboek-gui, step 1

Added:
    trunk/eekboek/debian/eekboek-gui.install
Modified:
    trunk/eekboek/debian/TODO
    trunk/eekboek/debian/changelog
    trunk/eekboek/debian/control

Modified: trunk/eekboek/debian/TODO
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/eekboek/debian/TODO?rev=50907&op=diff
==============================================================================
--- trunk/eekboek/debian/TODO (original)
+++ trunk/eekboek/debian/TODO Thu Jan 14 17:16:22 2010
@@ -7,6 +7,30 @@
  To: Mailing list for EekBoek developers
  References: <4B444E83.9070109 at vandervlis.nl> <4B4463B2.6070503 at vandervlis.nl>
  Subject: Re: [Eekboek-devel] Debian package
+
+  eekboek-core (core, cli, SQLite driver)
+  eekboek-gui (ebwxshell) [vereist eekboek-core]
+  eekboek-db-postgresql (PostgreSQL driver) [vereist eekboek-core]
+
+Hieroverheen zou een pseudo-package kunnen komen
+
+  eekboek [vereist eekboek-core, -gui ]
+
+
+
+    check debian/control:
+  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.
+
+   check README.Debian:
+ The EB GUI
+ ----------
+ The EekBoek GUI (ebgui) is an extension to the EekBoek Shell (ebshell).  It is
+ an EekBoek browser, useful for viewing the administrative data.  It's
+ especially useful for generating, printing and pinpointing reports.
+
 
   - refresh example administratie:
     Date: Mon, 19 Oct 2009 11:59:20 +0200

Modified: trunk/eekboek/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/eekboek/debian/changelog?rev=50907&op=diff
==============================================================================
--- trunk/eekboek/debian/changelog (original)
+++ trunk/eekboek/debian/changelog Thu Jan 14 17:16:22 2010
@@ -3,8 +3,14 @@
   * New EXPERIMENTAL upstream release
 
   [ Joost van Baal ]
+  * Introduced new package eekboek-gui, which ships ebwxshell:
+    - debian/control: The package eekboek no longer suggests
+      eekboek-db-postgresql or libwx-perl, but suggests eekboek-gui.
+    - debian/eekboek-gui.install: added
+    TODO: wxshell dh_install fails
+    TODO: fix description eekboek-gui in d/control
   * TODO: W: eekboek: desktop-command-not-in-package
-    /usr/share/applications/eekboek.desktop ebgui : reported upstream. fixed?
+    /usr/share/applications/eekboek.desktop ebgui : reported upstream. not yet fixed!
   * TODO: check debian/TODO
 
  -- Joost van Baal <joostvb at debian.org>  Thu, 14 Jan 2010 17:20:44 +0100

Modified: trunk/eekboek/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/eekboek/debian/control?rev=50907&op=diff
==============================================================================
--- trunk/eekboek/debian/control (original)
+++ trunk/eekboek/debian/control Thu Jan 14 17:16:22 2010
@@ -18,7 +18,7 @@
 Depends: ${perl:Depends}, ${misc:Depends}, libterm-readline-gnu-perl,
  libdbi-perl (>= 1.40), libdbd-sqlite3-perl (>= 1.13), libarchive-zip-perl,
  libcarp-assert-perl, libfile-homedir-perl
-Suggests: eekboek-db-postgresql, libwx-perl
+Suggests: eekboek-gui
 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,9 +35,16 @@
  The EekBoek documentation is available in Dutch only.
  .
  If you'd like to use EekBoek with a PostgreSQL back end (instead of the
- default SQLite), install the suggested package eekboek-db-postgresql.
+ default SQLite), install the package eekboek-db-postgresql.
  If you'd like to use the Eekboek GUI, install the suggested package
- libwx-perl.
+ eekboek-gui.
+
+Package: eekboek-gui
+Architecture: all
+Depends: eekboek, libwx-perl
+Description: Graphical User Interface for EekBoek
+ This package includes ebwxshell, the EekBoek GUI.  It does FIXME
+ Install it if FIXME
 
 Package: eekboek-db-postgresql
 Architecture: all

Added: trunk/eekboek/debian/eekboek-gui.install
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/eekboek/debian/eekboek-gui.install?rev=50907&op=file
==============================================================================
--- trunk/eekboek/debian/eekboek-gui.install (added)
+++ trunk/eekboek/debian/eekboek-gui.install Thu Jan 14 17:16:22 2010
@@ -1,0 +1,3 @@
+# $Id$
+# $URL$
+eekboek/usr/bin/ebwxshell usr/bin




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