[Pkg-sql-ledger-commit] r718 - in ledger-smb/trunk: . debian debian/patches debian/po

pkg-sql-ledger-commit-owner at lists.alioth.debian.org pkg-sql-ledger-commit-owner at lists.alioth.debian.org
Wed Dec 17 18:02:17 UTC 2014


Author: jame-guest
Date: 2014-12-17 18:02:17 +0000 (Wed, 17 Dec 2014)
New Revision: 718

Added:
   ledger-smb/trunk/debian/ledgersmb.linktrees
   ledger-smb/trunk/debian/po/nl.po
Modified:
   ledger-smb/trunk/
   ledger-smb/trunk/debian/NEWS
   ledger-smb/trunk/debian/README.Debian
   ledger-smb/trunk/debian/TODO
   ledger-smb/trunk/debian/changelog
   ledger-smb/trunk/debian/control
   ledger-smb/trunk/debian/copyright
   ledger-smb/trunk/debian/ledgersmb.lintian-overrides
   ledger-smb/trunk/debian/ledgersmb.postinst
   ledger-smb/trunk/debian/ledgersmb.postrm
   ledger-smb/trunk/debian/patches/05_confdir.patch
   ledger-smb/trunk/debian/rules
Log:
Merge debian directory for 1.3.46-1 to trunk.


Property changes on: ledger-smb/trunk
___________________________________________________________________
Modified: svn:mergeinfo
   - /ledger-smb/branches/v1.3:658-710
   + /ledger-smb/branches/v1.3:658-717

Modified: ledger-smb/trunk/debian/NEWS
===================================================================
--- ledger-smb/trunk/debian/NEWS	2014-12-17 11:21:21 UTC (rev 717)
+++ ledger-smb/trunk/debian/NEWS	2014-12-17 18:02:17 UTC (rev 718)
@@ -1,4 +1,4 @@
-ledgersmb (1.3.40-1) unstable; urgency=medium
+ledgersmb (1.3.46-1) unstable; urgency=medium
 
   Language specific HTML, LaTeX, and Text templates can be edited online but
   the language specific directory (like /var/ledgersmb/templates/demo/en_US)
@@ -12,5 +12,5 @@
   in /usr/share/doc/ledgersmb/README.Debian.
 
 
- -- Robert James Clay <jame at rocasa.us>  Sat, 21 Jun 2014 10:42:27 -0400
+ -- Robert James Clay <jame at rocasa.us>  Wed,  5 Nov 2014 07:19:55 -0400
 

Modified: ledger-smb/trunk/debian/README.Debian
===================================================================
--- ledger-smb/trunk/debian/README.Debian	2014-12-17 11:21:21 UTC (rev 717)
+++ ledger-smb/trunk/debian/README.Debian	2014-12-17 18:02:17 UTC (rev 718)
@@ -26,25 +26,27 @@
 
 CREATE ROLE ledgersmb WITH SUPERUSER LOGIN NOINHERIT ENCRYPTED PASSWORD 'password';
 
+    You can use 'ALTER' instead of 'CREATE' if it was created incorrectly.
+
     Besides assuming that a database superuser is known, the setup.pl script
     also assumes that the contrib_dir directive is already set correctly in
     /etc/ledgersmb/ledgersmb.conf for the location of the PostgreSQL contrib
-    scripts. For v9.1 it would be /usr/share/postresql/9.1/extension; or for
-    v9.3 that would be /usr/share/postgresql/9.3/extension.
+    scripts. For v9.1 it would be /usr/share/postresql/9.1/extension.
 
     Configuration files for Apache 2.2 or 2.4 are installed as necessary, with
-    an example Apache fastcgi configuration available at lsmb_13-fcgi.conf in 
-    the /usr/share/ledgersmb/tools directory. Also; some information for use 
+    an example Apache fastcgi configuration available at lsmb_13-fcgi.conf in
+    the /usr/share/ledgersmb/tools directory. Also; some information for use
     with Plack is available in README.plack, and for use with nginx is in the
     /usr/share/ledgersmb/contrib/nginx-fcgiwrap directory.
 
     The application css directory is /var/lib/ledgersmb/css and defaults for the
     files are installed there from the example files during an package install.
-    There is also a URL related configuration item in ledgersmb.conf, cssdir,
-    which will need to be updated manually when upgrading from a previous
-    version.
+    There is also a URL related configuration item in ledgersmb.conf, cssdir.
 
+    The PDF/Postscript support for the 'xedemo' LaTex templates is available as
+    the package texlive-xetex if it is not already installed.
 
+
 Optional Perl modules
 =====================
 
@@ -62,7 +64,7 @@
     it is not already installed.
 
     The PDF/Postscript support is available as libtemplate-plugin-latex-perl
-    if it is not already installed. 
+    if it is not already installed.
 
     The scripting engine support is available as libparse-recdescent-perl
     if it is not already installed.
@@ -93,4 +95,4 @@
 
 
 
- -- Robert James Clay <jame at rocasa.us>  Sat,  5 Apr 2014 13:28:40 -0400
+ -- Robert James Clay <jame at rocasa.us>  Thu, 11 Dec 2014 04:18:28 -0400

Modified: ledger-smb/trunk/debian/TODO
===================================================================
--- ledger-smb/trunk/debian/TODO	2014-12-17 11:21:21 UTC (rev 717)
+++ ledger-smb/trunk/debian/TODO	2014-12-17 18:02:17 UTC (rev 718)
@@ -3,9 +3,8 @@
 
 ====================================================================================================
 
-------------------------------------------------------------------------------------
+-----------------------------------------------------------------------------------
 
-
 - An Ubuntu bug was submitted about setup.pl not working after selecting
 an automatic config during the install and setting a password:
 https://bugs.launchpad.net/bugs/1078817
@@ -21,22 +20,13 @@
 gets the necessary admin user and password; only need that in perhaps one
 liners that creates the user as neccessary and sets the password.
 
--As noted on http://i18n.debian.org/l10n-pkg-status/l/ledgersmb.html, there are
-22 'duplicate message' errors present in locale/po/hu.po. 
-https://sourceforge.net/p/ledger-smb/bugs/1174/
-http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=752063
-
 - A debian/po debconf Japanese translation has been provided. Currently,
 there is no LSMB locale/po/ja.po file. Checked System|Lanaguage|List
 Languages in LSMB 1.3.40: "ja" is not in the default list. It's also not
 listed as an available language when editing templates, and presumably
 those lists come from the same source. It can be added manually using
-System|Language|Add Language. 
+System|Language|Add Language.
 
-- Most of the upstream locale/po/* files, and also how they are referenced in
-debian/copyright, need to be reviewed and/or updated.  (LedgerSMB.pot was
-updated with LedgerSMB v1.3.40.)
-
 - Upstream uses pdflatex to create the distribution LedgerSMB-manual.pdf from
 the source file doc/manual/LedgerSMB-manual.tex. Use the same source file to
 create an HTML version?
@@ -44,21 +34,13 @@
 - Create an HTML and/or PDF file of templateing/templating-guide.tex? And
 then register it with doc-base?
 
-- Add an installation option for a versioned installation directory name?
-Or add a package build time option to create a versioned package name and
-installation? Or change to using at least binary package names that also
-include info about the version, like "ledgersmb13" or "ledgersmb1.4" or
-"ledgersmb-1.3"?
+- Now that versions of v1.4 are available; create a new package ledgersmb-1.3,
+for any needed support for v1.3.x versions of LedgerSMB.
 
-- Review the tools/* shell and perl scripts to determine what patches may be
-necessary to make them usable on a Debian installation. 
-
-- Instead of a sym link to point to the /etc/ledgersmb config file(s), 
+- Instead of a sym link to point to the /etc/ledgersmb config file(s),
 patch config file to add '/etc/' to the config file setting. (Would
 the apache config need to be updated to allow that?)
 
 
 
-
- -- Robert James Clay <jame at rocasa.us>  Thu, 19 Jun 2014 04:21 -0400
-
+ -- Robert James Clay <jame at rocasa.us>  Thu, 11 Dec 2014 02:33 -0500

Modified: ledger-smb/trunk/debian/changelog
===================================================================
--- ledger-smb/trunk/debian/changelog	2014-12-17 11:21:21 UTC (rev 717)
+++ ledger-smb/trunk/debian/changelog	2014-12-17 18:02:17 UTC (rev 718)
@@ -1,3 +1,24 @@
+ledgersmb (1.3.46-1) unstable; urgency=medium
+
+  * New upstream release. (Closes: #771822)
+    - Fixes 'Duplicate message' errors in locale/po/hu.po. (Closes: #752063)
+  * Add texlive-xetex as a 'Suggests' in debian/control.
+  * Add new Dutch debconf translation. (Closes: #767242)
+  * Minor updates and corrections to debian/README.Debian.
+  * Add libjs-prototype & libjs-scriptaculous to Build-Depends.
+  * Correct a copyright email address in the debian/copyright file.
+  * Set permissions on ledgersmb/bin/gl.pl correctly in debian/rules.
+  * Add a note regarding texlive-xetex to the debian/README.Debian file.
+  * Set Standards-Version to 3.9.6 in debian/control, no changes required.
+  * The contrib_dir setting in 05_confdir.patch is only needed for Pg v9.1.
+  * Remove the use of drop_statoverride function from the maintainer scripts.
+  * Use dh-linktree for embedded libjs-prototype and libjs-libjs-scriptaculous
+    libraries.
+  * Only include the overrides for the 'custom' empty directories in the
+    ledgersmb.lintian-overrides.
+
+ -- Robert James Clay <jame at rocasa.us>  Wed, 17 Dec 2014 05:08:48 -0500
+
 ledgersmb (1.3.40-1) unstable; urgency=medium
 
   * New upstream release.

Modified: ledger-smb/trunk/debian/control
===================================================================
--- ledger-smb/trunk/debian/control	2014-12-17 11:21:21 UTC (rev 717)
+++ ledger-smb/trunk/debian/control	2014-12-17 18:02:17 UTC (rev 718)
@@ -3,8 +3,13 @@
 Priority: optional
 Maintainer: Debian LedgerSMB Team <pkg-sql-ledger-discussion at lists.alioth.debian.org>
 Uploaders: Robert James Clay <jame at rocasa.us>
-Build-Depends: debhelper (>= 8), libmodule-install-perl, po-debconf
-Standards-Version: 3.9.5
+Build-Depends: debhelper (>= 8),
+               po-debconf,
+               libmodule-install-perl,
+               dh-linktree,
+               libjs-prototype,
+               libjs-scriptaculous
+Standards-Version: 3.9.6
 Homepage: http://www.ledgersmb.org/
 Vcs-Svn: svn://anonscm.debian.org/pkg-sql-ledger/ledger-smb/trunk
 Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-sql-ledger/ledger-smb/trunk/
@@ -23,6 +28,8 @@
          libfile-mimeinfo-perl,
          libhtml-parser-perl,
          libio-stringy-perl,
+         libjs-prototype,
+         libjs-scriptaculous,
          liblocale-maketext-lexicon-perl (>= 0.62-1),
          liblog-log4perl-perl,
          libmime-lite-perl,
@@ -38,7 +45,8 @@
             libparse-recdescent-perl,
             libtemplate-plugin-latex-perl,
             texlive-latex-recommended
-Suggests: latex-cjk-all,
+Suggests: texlive-xetex,
+          latex-cjk-all,
           libimage-size-perl,
           libnet-tclink-perl,
           libplack-perl,

Modified: ledger-smb/trunk/debian/copyright
===================================================================
--- ledger-smb/trunk/debian/copyright	2014-12-17 11:21:21 UTC (rev 717)
+++ ledger-smb/trunk/debian/copyright	2014-12-17 18:02:17 UTC (rev 718)
@@ -14,7 +14,7 @@
 Files: *
 Copyright:  2006-2014, Chris Travers <chris at metatrontech.com>
             2007-2014, Pongracz Istvan <pongracz.istvan at gmail.com>
-            2012-2013, Havard Sorli <havard at anix no>
+            2012-2013, Havard Sorli <havard at anix.no>
             2011-2014, Erik Huelsmann <ehuels at gmail.com>
             2011-2014, John Locke <john at freelock.com>
             2013-2014, Herman Vierendeels <herman.vierendeels at gmail.com>
@@ -104,30 +104,16 @@
  (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
  DOCUMENTATION, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 
-Files: UI/ajax/scriptaculous/*
-Comment: Licensing and copyright of the embedded Scriptaculous Javascript library,
+Files: UI/ajax/scriptaculous/lib/prototype.js
+Comment: Licensing and copyright of the embedded Prototype Javascript library.
+Copyright: 2005-2008 Sam Stephenson
+License: MIT
+
+Files: UI/ajax/scriptaculous/src/*
+Comment: Licensing and copyright of the embedded Scriptaculous Javascript library.
 Copyright: 2005-2008 Thomas Fuchs (http://script.aculo.us, http://mir.aculo.us)
 License: MIT
- Permission is hereby granted, free of charge, to any person obtaining
- a copy of this software and associated documentation files (the
- "Software"), to deal in the Software without restriction, including
- without limitation the rights to use, copy, modify, merge, publish,
- distribute, sublicense, and/or sell copies of the Software, and to
- permit persons to whom the Software is furnished to do so, subject to
- the following conditions:
- .
- The above copyright notice and this permission notice shall be
- included in all copies or substantial portions of the Software.
- .
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
- NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
- LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
- OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
- WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 
-
 Files: locale/po/ar_EG.po
 Comment: Egypt Arabic texts
 Copyright:  2003, Omar BaheyEldin <o at ab2.com>
@@ -388,3 +374,24 @@
  On Debian systems, the full text of the GNU General Public
  License version 2 can be found in the file
  `/usr/share/common-licenses/GPL-2'.
+
+License: MIT
+ Permission is hereby granted, free of charge, to any person obtaining
+ a copy of this software and associated documentation files (the
+ "Software"), to deal in the Software without restriction, including
+ without limitation the rights to use, copy, modify, merge, publish,
+ distribute, sublicense, and/or sell copies of the Software, and to
+ permit persons to whom the Software is furnished to do so, subject to
+ the following conditions:
+ .
+ The above copyright notice and this permission notice shall be
+ included in all copies or substantial portions of the Software.
+ .
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
+ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
+ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
+

Copied: ledger-smb/trunk/debian/ledgersmb.linktrees (from rev 717, ledger-smb/branches/v1.3/debian/ledgersmb.linktrees)
===================================================================
--- ledger-smb/trunk/debian/ledgersmb.linktrees	                        (rev 0)
+++ ledger-smb/trunk/debian/ledgersmb.linktrees	2014-12-17 18:02:17 UTC (rev 718)
@@ -0,0 +1,10 @@
+replace usr/share/javascript/scriptaculous/builder.js usr/share/ledgersmb/UI/ajax/scriptaculous/src/builder.js
+replace usr/share/javascript/scriptaculous/controls.js usr/share/ledgersmb/UI/ajax/scriptaculous/src/controls.js
+replace usr/share/javascript/scriptaculous/dragdrop.js usr/share/ledgersmb/UI/ajax/scriptaculous/src/dragdrop.js 
+replace usr/share/javascript/scriptaculous/effects.js usr/share/ledgersmb/UI/ajax/scriptaculous/src/effects.js 
+replace usr/share/javascript/prototype/prototype.js usr/share/ledgersmb/UI/ajax/scriptaculous/lib/prototype.js
+replace usr/share/javascript/scriptaculous/scriptaculous.js usr/share/ledgersmb/UI/ajax/scriptaculous/src/scriptaculous.js 
+replace usr/share/javascript/scriptaculous/slider.js usr/share/ledgersmb/UI/ajax/scriptaculous/src/slider.js 
+replace usr/share/javascript/scriptaculous/sound.js usr/share/ledgersmb/UI/ajax/scriptaculous/src/sound.js 
+replace usr/share/javascript/scriptaculous/unittest.js usr/share/ledgersmb/UI/ajax/scriptaculous/src/unittest.js
+

Modified: ledger-smb/trunk/debian/ledgersmb.lintian-overrides
===================================================================
--- ledger-smb/trunk/debian/ledgersmb.lintian-overrides	2014-12-17 11:21:21 UTC (rev 717)
+++ ledger-smb/trunk/debian/ledgersmb.lintian-overrides	2014-12-17 18:02:17 UTC (rev 718)
@@ -2,15 +2,3 @@
 ledgersmb binary: package-contains-empty-directory usr/share/ledgersmb/bin/custom/
 ledgersmb binary: package-contains-empty-directory usr/share/ledgersmb/scripts/custom/
 
-# Upstream includes empty directory intentionally.
-ledgersmb binary: package-contains-empty-directory usr/share/ledgersmb/UI/logout/
-ledgersmb binary: package-contains-empty-directory usr/share/ledgersmb/sql/coa/ar/gifi/
-ledgersmb binary: package-contains-empty-directory usr/share/ledgersmb/LedgerSMB/Reconciliation/CSV/Formats/
-
-# Upstream now includes an embedded copy of the Scriptaculous Javascript Library. There is a package for it
-# available in Debian but not of the same version they are using. They have not done any testing but they
-# do not use "a lot of advanced stuff" so it may work.  Override warning until it can be tested with the
-# versions that are available in Debian.
-ledgersmb binary: embedded-javascript-library usr/share/ledgersmb/UI/ajax/scriptaculous/lib/prototype.js
-ledgersmb binary: embedded-javascript-library usr/share/ledgersmb/UI/ajax/scriptaculous/src/scriptaculous.js
-#

Modified: ledger-smb/trunk/debian/ledgersmb.postinst
===================================================================
--- ledger-smb/trunk/debian/ledgersmb.postinst	2014-12-17 11:21:21 UTC (rev 717)
+++ ledger-smb/trunk/debian/ledgersmb.postinst	2014-12-17 18:02:17 UTC (rev 718)
@@ -20,18 +20,6 @@
 #  Set old_version variable for use later in the script.
 old_version=$2
 
-#   Remove these settings for /etc/ledgersmb/*, as dpkg-statoverride
-# is no longer being used in debian/postinst to set it
-drop_statoverride() {
-    for file in /etc/ledgersmb /etc/ledgersmb/images \
-        /etc/ledgersmb/images/demo /etc/ledgersmb/template ;
-    do
-        if dpkg-statoverride --list $file >/dev/null; then
-            dpkg-statoverride --remove $file
-        fi
-    done
-}
-
 dbc_first_version="1.3.14-2"
 dbc_dbtypes="pgsql"
 
@@ -80,11 +68,6 @@
                     dpkg-maintscript-helper mv_conffile \
                     /etc/apache2/conf.d/ledgersmb-httpd.conf /etc/apache2/conf.d/ledgersmb.conf 1.3.18-2~ ledgersmb -- "$@"
             fi
-            #   Remove these settings for /etc/ledgersmb/*, as dpkg-statoverride
-            # is no longer being used in debian/postinst to set it.
-            if dpkg --compare-versions $old_version lt 1.3.9-2; then
-                drop_statoverride
-            fi
         fi
         # If enabled, do the debconf supported configuration
         db_get ledgersmb/debconf_install

Modified: ledger-smb/trunk/debian/ledgersmb.postrm
===================================================================
--- ledger-smb/trunk/debian/ledgersmb.postrm	2014-12-17 11:21:21 UTC (rev 717)
+++ ledger-smb/trunk/debian/ledgersmb.postrm	2014-12-17 18:02:17 UTC (rev 718)
@@ -18,19 +18,6 @@
 # for details, see http://www.debian.org/doc/debian-policy/ or
 # the debian-policy package
 
-#   Remove these settings for /etc/ledgersmb/*, as dpkg-statoverride
-# is no longer being used in debian/postinst to set it
-drop_statoverride() {
-    for file in /etc/ledgersmb /etc/ledgersmb/images \
-        /etc/ledgersmb/images/demo /etc/ledgersmb/templates \
-        /etc/ledgersmb/templates/*;
-    do
-        if dpkg-statoverride --list $file >/dev/null; then
-            dpkg-statoverride --remove $file
-        fi
-    done
-}
-
 if [ -f /usr/share/debconf/confmodule ]; then
     . /usr/share/debconf/confmodule
 fi
@@ -42,14 +29,6 @@
 fi
 
 case "$1" in
-    upgrade)
-        #   Remove these settings for /etc/ledgersmb/*, as dpkg-statoverride
-        # is no longer being used in debian/postinst to set it.
-        if dpkg --compare-versions $2 lt 1.3.9-2; then
-            drop_statoverride;
-        fi
-    ;;
-
     purge)
         # When being purged; if /var/lib/ledgersmb/css exists, remove it.
         if [ -d "/var/lib/ledgersmb/css" ]; then
@@ -102,7 +81,7 @@
        fi
     ;;
 
-    remove|failed-upgrade|disappear)
+    upgrade|remove|failed-upgrade|disappear)
     ;;
 
     *)

Modified: ledger-smb/trunk/debian/patches/05_confdir.patch
===================================================================
--- ledger-smb/trunk/debian/patches/05_confdir.patch	2014-12-17 11:21:21 UTC (rev 717)
+++ ledger-smb/trunk/debian/patches/05_confdir.patch	2014-12-17 18:02:17 UTC (rev 718)
@@ -1,6 +1,6 @@
 Author: Robert James Clay <jame at rocasa.us>
 Description: Change default directories
-Last-Update: 2014-04-03
+Last-Update: 2014-08-13
 --- a/LedgerSMB/Sysconfig.pm
 +++ b/LedgerSMB/Sysconfig.pm
 @@ -20,8 +20,8 @@
@@ -92,7 +92,7 @@
  #contrib_dir PG_CONTRIB_DIR 
  #with postgresql-9.1 this stuff is in /usr/share/postgresql/9.1/extension and is injected in database with create extension pg_trgm,btree_gist...
 -contrib_dir = /usr/share/pgsql/contrib/
-+contrib_dir = /usr/share/postgresql/9.3/extension
++contrib_dir = /usr/share/postgresql/9.1/extension
  # sslmode can be require, allow, prefer, or disable.  Defaults to prefer.
  sslmode = prefer
  

Copied: ledger-smb/trunk/debian/po/nl.po (from rev 717, ledger-smb/branches/v1.3/debian/po/nl.po)
===================================================================
--- ledger-smb/trunk/debian/po/nl.po	                        (rev 0)
+++ ledger-smb/trunk/debian/po/nl.po	2014-12-17 18:02:17 UTC (rev 718)
@@ -0,0 +1,83 @@
+# Dutch translation of ledgersmb debconf templates.
+# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
+# This file is distributed under the same license as the ledgersmb package.
+# Frans Spiesschaert <Frans.Spiesschaert at yucom.be>, 2014.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: ledgersmb\n"
+"Report-Msgid-Bugs-To: ledgersmb at packages.debian.org\n"
+"POT-Creation-Date: 2012-06-07 08:21+0200\n"
+"PO-Revision-Date: 2014-10-16 15:00+0200\n"
+"Last-Translator: Frans Spiesschaert <Frans.Spiesschaert at yucom.be>\n"
+"Language-Team: Debian Dutch l10n Team <debian-l10n-dutch at lists.debian.org>\n"
+"Language: nl\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+
+#. Type: string
+#. Description
+#: ../templates:2001
+msgid "Database administrative user login:"
+msgstr "Gebruikersnaam van de databasebeheerder:"
+
+#. Type: string
+#. Description
+#: ../templates:2001
+msgid ""
+"Please enter the login of the LedgerSMB database administrative user. This "
+"login is needed for the administrative web user interface, typically at "
+"http://localhost/ledgersmb/setup.pl."
+msgstr ""
+"Gelieve de gebruikersnaam in te voeren van de beheerder van de LedgerSMB-"
+"database. Deze gebruikersnaam is nodig voor de op het web gebaseerde "
+"gebruikersinterface voor beheerstaken, die gewoonlijk als adres http://"
+"localhost/ledgersmb/setup.pl heeft."
+
+#. Type: password
+#. Description
+#: ../templates:3001
+msgid "Database administrative user password:"
+msgstr "Wachtwoord van de databasebeheerder:"
+
+#. Type: password
+#. Description
+#: ../templates:3001
+msgid ""
+"Please enter the password of the LedgerSMB database administrative user. "
+"This password is needed for the administrative web user interface, typically "
+"at http://localhost/ledgersmb/setup.pl."
+msgstr ""
+"Gelieve het wachtwoord in te voeren van de beheerder van de LedgerSMB-"
+"database. Dit wachtwoord is nodig voor de op het web gebaseerde "
+"gebruikersinterface voor beheerstaken, die gewoonlijk als adres http://"
+"localhost/ledgersmb/setup.pl heeft."
+
+#. Type: boolean
+#. Description
+#: ../templates:4001
+msgid "Configure LedgerSMB automatically?"
+msgstr "LedgerSMB automatisch instellen?"
+
+#. Type: boolean
+#. Description
+#: ../templates:4001
+msgid ""
+"The configuration program for the package can automatically configure some "
+"aspects of LedgerSMB, such as the LedgerSMB database user."
+msgstr ""
+"Het configuratieprogramma van het pakket kan sommige aspecten van LedgerSMB "
+"automatisch instellen, zoals de gebruiker van het gegevensbestand van "
+"LedgerSMB."
+
+#. Type: boolean
+#. Description
+#: ../templates:4001
+msgid ""
+"More general information about the initial configuration of the application "
+"can be found in /usr/share/doc/ledgersmb/README.Debian."
+msgstr ""
+"Meer algemene informatie over de initiële configuratie van deze toepassing "
+"vindt u in /usr/share/doc/ledgersmb/README.Debian."

Modified: ledger-smb/trunk/debian/rules
===================================================================
--- ledger-smb/trunk/debian/rules	2014-12-17 11:21:21 UTC (rev 717)
+++ ledger-smb/trunk/debian/rules	2014-12-17 18:02:17 UTC (rev 718)
@@ -1,7 +1,7 @@
 #!/usr/bin/make -f
 
 %:
-	dh $@
+	dh $@ --with linktree
 
 override_dh_auto_configure:
 	rm -f Build.PL
@@ -22,6 +22,7 @@
 
 override_dh_fixperms:
 	dh_fixperms
+	chmod -x debian/ledgersmb/usr/share/ledgersmb/bin/gl.pl
 	chmod -x debian/ledgersmb/usr/share/ledgersmb/locale/po/*
 	chmod -x debian/ledgersmb/usr/share/ledgersmb/locale/html/splash.html
 	chmod +x debian/ledgersmb/usr/share/ledgersmb/Reconciliation.pl




More information about the Pkg-sql-ledger-commit mailing list