]> git.deb.at Git - pkg/abook.git/commitdiff
merge changes from 0.5.6-4
authorGerfried Fuchs <rhonda@debian.org>
Thu, 12 Apr 2012 18:12:46 +0000 (20:12 +0200)
committerGerfried Fuchs <rhonda@debian.org>
Thu, 12 Apr 2012 18:12:46 +0000 (20:12 +0200)
debian/changelog
debian/control
debian/copyright
debian/menu
debian/po/nl.po [new file with mode: 0644]
debian/rules

index b99ba52754d31cd22a3bad03fad00242343a04e3..85c34aa7aa740ae0ad01ff1e2b4766ac2e7a4aeb 100644 (file)
@@ -9,6 +9,10 @@ abook (0.6.0~pre2-2) unstable; urgency=low
         (closes: #394532)
     - from 0.5.6-3:
       - Japanese debconf translation by Noritada Kobayashi (closes: #412998)
+    - from 0.5.6-4:
+      - Dutch debconf translation by Bart Cornelis (closes: #415513)
+      - Updated menu file to go with new menu policy.
+      - debian/rules: slightly cleanup.
 
  -- 
 
index 27d24caef5d5063772106177efce275f515f2689..7ecaf6c609019648372e168f8727f7926824d4fd 100644 (file)
@@ -1,7 +1,7 @@
 Source: abook
 Section: mail
 Priority: optional
-Maintainer: Gerfried Fuchs <alfie@debian.org>
+Maintainer: Gerfried Fuchs <rhonda@debian.at>
 Standards-Version: 3.7.2
 Build-Depends: libncursesw5-dev, libreadline5-dev | libreadline-dev, po-debconf
 
index fa0f719f85521a8c5d731644dc7739ddb7ba0f7a..bf23ad36b339bb40d97fb1082e4761afd0507837 100644 (file)
@@ -1,5 +1,6 @@
 This package was first debianized by Alan Ford <alan@whirlnet.co.uk> 
 on Sat, 18 Mar 2000 12:38:34 +0000.
+It is now maintained by Gerfried Fuchs <rhonda@debian.at>.
 
 It was downloaded from
 http://abook.sourceforge.net/
@@ -7,8 +8,20 @@ http://abook.sourceforge.net/
 Upstream Author: Jaakko Heinonen <jheinonen@bigfoot.com>
 
 Copyright:
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU General Public License as published by
+    the Free Software Foundation; either version 2 of the License, or
+    (at your option) any later version.
 
-abook is distributed under the terms of the GNU GPL, version 2.
+    This program is distributed in the hope that it will be useful,
+    but WITHOUT ANY WARRANTY; without even the implied warranty of
+    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+    GNU General Public License for more details.
+
+    You should have received a copy of the GNU General Public License
+    along with this program; if not, write to the Free Software
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+    MA 02110-1301 USA.
 
 On Debian GNU/Linux systems, the complete text of the GNU General
 Public License can be found in `/usr/share/common-licenses/GPL'.
index 027911f1ad10427553839d6b8b7070c4d8a7944e..ed9a1388a52e1382812e658fcb5f685ff6ba0865 100644 (file)
@@ -1,2 +1,2 @@
-?package(abook):needs="text" section="Apps/Tools" title="Abook" \
-  command="/usr/bin/abook" longtitle="Address Book"
+?package(abook):needs="text" section="Applications/Data Management"\
+  command="/usr/bin/abook" title="ABook" longtitle="Address Book"
diff --git a/debian/po/nl.po b/debian/po/nl.po
new file mode 100644 (file)
index 0000000..baa5a42
--- /dev/null
@@ -0,0 +1,30 @@
+# SOME DESCRIPTIVE TITLE.
+# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
+# This file is distributed under the same license as the PACKAGE package.
+# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: abook\n"
+"Report-Msgid-Bugs-To: abook@packages.debian.org\n"
+"POT-Creation-Date: 2007-01-22 23:01+0100\n"
+"PO-Revision-Date: 2007-03-09 18:35+0100\n"
+"Last-Translator: Bart Cornelis <cobaco@skolelinux.no>\n"
+"Language-Team: debian-l10n-dutch <debian-l10n-dutch@lists.debian.org>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=utf-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"X-Poedit-Language: Dutch\n"
+
+#. Type: boolean
+#. Description
+#: ../templates:1001
+msgid "Do you want to enable abook system wide for mutt?"
+msgstr "Wilt u abook voor mutt systeemwijd activeren?"
+
+#. Type: boolean
+#. Description
+#: ../templates:1001
+msgid "abook offers the possibility to be used as query backend from within mutt.  If you acknowledge this question the package will create an /etc/Muttrc.d/abook.rc file that enables querying the abook database and adding mail addresses to abook with pressing \"A\" from pager mode."
+msgstr "Mutt kan abook als een 'bevraag-backend' gebruiken. Als u wilt dat dit pakket een '/etc/Muttrc.d/abook.rc '-bestand aanmaakt dient u hier positief te antwoorden. Het aanmaken van dit bestand activeert het bevragen van de abook-database, en het toevoegen van e-mailadressen aan de abook-databse (door 'A' te drukken in 'pager'-modus)."
+
index 0d36a2f7f126f0175dfc09d890a786b6d2563c0a..80a2b28abaf2213f9a2b86f636cf212043cd7bea 100755 (executable)
@@ -1,7 +1,7 @@
 #!/usr/bin/make -f
 # debian/rules for abook
-PACKAGE = abook
-TMP = $(CURDIR)/debian/$(PACKAGE)
+PKG = abook
+TMP = $(CURDIR)/debian/$(PKG)
 
 
 CFLAGS = -g -Wall
@@ -28,7 +28,7 @@ clean:
        $(checkdir)
        $(checkroot)
        rm -rf build-stamp $(TMP) debian/files debian/substvars
-       -$(MAKE) distclean
+       [ ! -f Makefile ] || $(MAKE) distclean
 
 
 build: build-stamp
@@ -45,15 +45,15 @@ install: build
        $(checkroot)
        -rm -rf $(TMP)
        $(INSTALL_DIR) $(TMP)
-       cd $(TMP) && $(INSTALL_DIR) usr/share/doc/$(PACKAGE)/examples
+       cd $(TMP) && $(INSTALL_DIR) usr/share/doc/$(PKG)/examples
        $(MAKE) prefix=$(TMP)/usr install INSTALL_PROGRAM="$(INSTALL_PROGRAM)"
-       $(INSTALL_FILE) ChangeLog $(TMP)/usr/share/doc/$(PACKAGE)/changelog
+       $(INSTALL_FILE) ChangeLog $(TMP)/usr/share/doc/$(PKG)/changelog
        $(INSTALL_FILE) ANNOUNCE AUTHORS BUGS FAQ README THANKS TODO \
-               $(TMP)/usr/share/doc/$(PACKAGE)
+               $(TMP)/usr/share/doc/$(PKG)
        $(INSTALL_FILE) sample.abookrc \
-               $(TMP)/usr/share/doc/$(PACKAGE)/examples
+               $(TMP)/usr/share/doc/$(PKG)/examples
        cd $(TMP)/usr/share && gzip -9 man/man1/abook.1 man/man5/abookrc.5 \
-               doc/$(PACKAGE)/changelog
+               doc/$(PKG)/changelog
 
 
 # Build architecture-independent files here.
@@ -66,17 +66,17 @@ binary-arch: build install
        $(checkdir)
        $(checkroot)
        $(INSTALL_DIR) $(TMP)/DEBIAN $(TMP)/usr/share/menu
-       $(INSTALL_FILE) debian/menu $(TMP)/usr/share/menu/$(PACKAGE)
-       $(INSTALL_FILE) debian/copyright $(TMP)/usr/share/doc/$(PACKAGE)
+       $(INSTALL_FILE) debian/menu $(TMP)/usr/share/menu/$(PKG)
+       $(INSTALL_FILE) debian/copyright $(TMP)/usr/share/doc/$(PKG)
        $(INSTALL_FILE) debian/changelog \
-               $(TMP)/usr/share/doc/$(PACKAGE)/changelog.Debian
-       gzip -9 $(TMP)/usr/share/doc/$(PACKAGE)/changelog.Debian
+               $(TMP)/usr/share/doc/$(PKG)/changelog.Debian
+       gzip -9 $(TMP)/usr/share/doc/$(PKG)/changelog.Debian
        $(INSTALL_SCRIPT) debian/config debian/postinst debian/postrm \
                $(TMP)/DEBIAN
        po2debconf debian/templates > $(TMP)/DEBIAN/templates
        dpkg-shlibdeps -Tdebian/substvars -dDepends $(TMP)/usr/bin/abook
        dpkg-gencontrol -ldebian/changelog -isp -Tdebian/substvars \
-               -p$(PACKAGE) -P$(TMP)
+               -p$(PKG) -P$(TMP)
        cd $(TMP) && find * -type f ! -regex '^DEBIAN/.*' -print0 | \
                xargs -r0 md5sum > DEBIAN/md5sums
        dpkg --build $(TMP) ..