r49070 - in /branches/upstream/eekboek/current: CHANGES EekBoek.spec MANIFEST META.yml inc/build_common.pl lib/EB/Main.pm lib/EB/Wx/icons/ebicon.png lib/EB/examples/eekboek.conf lib/EekBoek.pm t/ivp/ref/export.xaf
joostvb at users.alioth.debian.org
joostvb at users.alioth.debian.org
Mon Dec 21 07:34:57 UTC 2009
Author: joostvb
Date: Mon Dec 21 07:34:48 2009
New Revision: 49070
URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=49070
Log:
[svn-upgrade] Integrating new upstream version, eekboek (1.05.06)
Added:
branches/upstream/eekboek/current/lib/EB/Wx/icons/ebicon.png (with props)
Modified:
branches/upstream/eekboek/current/CHANGES
branches/upstream/eekboek/current/EekBoek.spec
branches/upstream/eekboek/current/MANIFEST
branches/upstream/eekboek/current/META.yml
branches/upstream/eekboek/current/inc/build_common.pl
branches/upstream/eekboek/current/lib/EB/Main.pm
branches/upstream/eekboek/current/lib/EB/examples/eekboek.conf
branches/upstream/eekboek/current/lib/EekBoek.pm
branches/upstream/eekboek/current/t/ivp/ref/export.xaf
Modified: branches/upstream/eekboek/current/CHANGES
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/eekboek/current/CHANGES?rev=49070&op=diff
==============================================================================
--- branches/upstream/eekboek/current/CHANGES (original)
+++ branches/upstream/eekboek/current/CHANGES Mon Dec 21 07:34:48 2009
@@ -1,4 +1,15 @@
# CHANGES -*- coding: utf-8 -*-
+
+1.05.06
+
+ * Fix probleem dat ebshell niet langer
+ create{database|sampleconfig} kon doen.
+
+ * Missend icon toevoegen.
+
+ * ebwxshell installeren ipv. ebgui.
+
+ * Nieuwe settings toegevoegd aan examples/eekboek.conf.
1.05.05
Modified: branches/upstream/eekboek/current/EekBoek.spec
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/eekboek/current/EekBoek.spec?rev=49070&op=diff
==============================================================================
--- branches/upstream/eekboek/current/EekBoek.spec (original)
+++ branches/upstream/eekboek/current/EekBoek.spec Mon Dec 21 07:34:48 2009
@@ -14,7 +14,7 @@
Summary: Bookkeeping software for small and medium-size businesses
License: GPL+ or Artistic
Group: Applications/Productivity
-Version: 1.05.05
+Version: 1.05.06
Release: 1%{?dist}
Source: http://www.eekboek.nl/dl/%{name}-%{version}.tar.gz
URL: http://www.eekboek.nl
Modified: branches/upstream/eekboek/current/MANIFEST
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/eekboek/current/MANIFEST?rev=49070&op=diff
==============================================================================
--- branches/upstream/eekboek/current/MANIFEST (original)
+++ branches/upstream/eekboek/current/MANIFEST Mon Dec 21 07:34:48 2009
@@ -170,6 +170,7 @@
lib/EB/Wx/Shell/Main.pm
lib/EB/Wx/Shell/MainFrame.pm
lib/EB/Wx/Shell/PreferencesDialog.pm
+lib/EB/Wx/icons/ebicon.png
lib/EB/Wx/icons/ebwiz.jpg
lib/EB/css/balans.css
lib/EB/css/balres.css
Modified: branches/upstream/eekboek/current/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/eekboek/current/META.yml?rev=49070&op=diff
==============================================================================
--- branches/upstream/eekboek/current/META.yml (original)
+++ branches/upstream/eekboek/current/META.yml Mon Dec 21 07:34:48 2009
@@ -1,6 +1,6 @@
---
name: EekBoek
-version: 1.05.05
+version: 1.05.06
author:
- Johan Vromans (jvromans at squirrel.nl)
abstract: Elementary Bookkeeping (for the Dutch/European market)
@@ -26,7 +26,7 @@
provides:
EekBoek:
file: lib/EekBoek.pm
- version: 1.05.05
+ version: 1.05.06
generated_by: Module::Build version 0.28
meta-spec:
url: http://module-build.sourceforge.net/META-spec-v1.2.html
Modified: branches/upstream/eekboek/current/inc/build_common.pl
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/eekboek/current/inc/build_common.pl?rev=49070&op=diff
==============================================================================
--- branches/upstream/eekboek/current/inc/build_common.pl (original)
+++ branches/upstream/eekboek/current/inc/build_common.pl Mon Dec 21 07:34:48 2009
@@ -3,8 +3,8 @@
# Author : Johan Vromans
# Created On : Thu Sep 1 17:28:26 2005
# Last Modified By: Johan Vromans
-# Last Modified On: Wed Oct 28 16:51:31 2009
-# Update Count : 97
+# Last Modified On: Sun Dec 20 13:14:10 2009
+# Update Count : 98
# Status : Unknown, Use with caution!
use strict;
@@ -23,7 +23,7 @@
distname => 'EekBoek',
license => "perl",
script_files => [ map { File::Spec->catfile("script", $_) }
- qw(ebshell ebgui) ],
+ qw(ebshell ebwxshell) ],
prereq_pm =>
{ 'Getopt::Long' => '2.13',
'Term::ReadLine' => 0,
Modified: branches/upstream/eekboek/current/lib/EB/Main.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/eekboek/current/lib/EB/Main.pm?rev=49070&op=diff
==============================================================================
--- branches/upstream/eekboek/current/lib/EB/Main.pm (original)
+++ branches/upstream/eekboek/current/lib/EB/Main.pm Mon Dec 21 07:34:48 2009
@@ -2,12 +2,12 @@
use utf8;
-# RCS Id : $Id: Main.pm,v 1.9 2009/12/15 13:41:14 jv Exp $
+# RCS Id : $Id: Main.pm,v 1.10 2009/12/19 14:25:20 jv Exp $
# Author : Johan Vromans
# Created On : Thu Jul 7 15:53:48 2005
# Last Modified By: Johan Vromans
-# Last Modified On: Sat Dec 19 15:23:25 2009
-# Update Count : 975
+# Last Modified On: Sun Dec 20 11:49:47 2009
+# Update Count : 977
# Status : Unknown, Use with caution!
################ Common stuff ################
@@ -81,7 +81,8 @@
my $userdir = $cfg->user_dir;
mkdir($userdir) unless -d $userdir;
- if ( $opts->{wizard}
+ unless ( $opts->{createsampleconfig} || $opts->{createsampledb} ) {
+ if ( $opts->{wizard}
or
!$opts->{config}
&& ( -e ".eekboek.conf" ? $cfg->val( qw(general wizard), 0 ) : 1 )
@@ -91,6 +92,7 @@
return unless $opts->{runeb};
undef $cfg;
EB::Config->init_config( { app => $EekBoek::PACKAGE, %$opts } );
+ }
}
if ( $opts->{createsampleconfig} ) {
@@ -255,7 +257,7 @@
'dir=s',
'file=s',
'interactive!',
- 'wizard',
+ 'wizard!',
'errexit',
'trace',
'help|?' => $help,
Added: branches/upstream/eekboek/current/lib/EB/Wx/icons/ebicon.png
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/eekboek/current/lib/EB/Wx/icons/ebicon.png?rev=49070&op=file
==============================================================================
Binary file - no diff available.
Propchange: branches/upstream/eekboek/current/lib/EB/Wx/icons/ebicon.png
------------------------------------------------------------------------------
svn:mime-type = application/octet-stream
Modified: branches/upstream/eekboek/current/lib/EB/examples/eekboek.conf
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/eekboek/current/lib/EB/examples/eekboek.conf?rev=49070&op=diff
==============================================================================
--- branches/upstream/eekboek/current/lib/EB/examples/eekboek.conf (original)
+++ branches/upstream/eekboek/current/lib/EB/examples/eekboek.conf Mon Dec 21 07:34:48 2009
@@ -33,7 +33,11 @@
[general]
-; There are currently no General config variables.
+; Location where administrations are placed.
+;admdir = $HOME/.eekboek/admdir
+
+; Force wizard even if there's a config file in place.
+;wizard = 0
[locale]
Modified: branches/upstream/eekboek/current/lib/EekBoek.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/eekboek/current/lib/EekBoek.pm?rev=49070&op=diff
==============================================================================
--- branches/upstream/eekboek/current/lib/EekBoek.pm (original)
+++ branches/upstream/eekboek/current/lib/EekBoek.pm Mon Dec 21 07:34:48 2009
@@ -10,9 +10,9 @@
# Minimal version to prevent many Unicode bugs.
use 5.008003;
-my $RCS_Id = '$Id: EekBoek.pm,v 1.80 2009/10/28 22:55:29 jv Exp $ ';
+my $RCS_Id = '$Id: EekBoek.pm,v 1.81 2009/12/19 14:32:33 jv Exp $ ';
our $PACKAGE = 'EekBoek';
-our $VERSION = '1.05.05';
+our $VERSION = '1.05.06';
=head1 NAME
@@ -63,4 +63,4 @@
1;
-# $Id: EekBoek.pm,v 1.80 2009/10/28 22:55:29 jv Exp $
+# $Id: EekBoek.pm,v 1.81 2009/12/19 14:32:33 jv Exp $
Modified: branches/upstream/eekboek/current/t/ivp/ref/export.xaf
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/eekboek/current/t/ivp/ref/export.xaf?rev=49070&op=diff
==============================================================================
--- branches/upstream/eekboek/current/t/ivp/ref/export.xaf (original)
+++ branches/upstream/eekboek/current/t/ivp/ref/export.xaf Mon Dec 21 07:34:48 2009
@@ -14,7 +14,7 @@
<currencyCode>EUR</currencyCode>
<dateCreated>2007-12-31</dateCreated>
<productID>EekBoek</productID>
- <productVersion>1.05.05</productVersion>
+ <productVersion>1.05.06</productVersion>
</header>
<generalLedger>
<taxonomy>geen</taxonomy>
More information about the Pkg-perl-cvs-commits
mailing list