+abook (0.5.6-4) unstable; urgency=low
+
+ * New debconf translation: Dutch by Bart Cornelis (closes: #415513)
+ * Updated menu file to go with new menu policy.
+ * debian/rules: slightly cleanup.
+
+ -- Gerfried Fuchs <rhonda@debian.at> Thu, 31 May 2007 14:10:34 +0200
+
abook (0.5.6-3) unstable; urgency=low
* Late l10n translation: Japanese by Noritada Kobayashi (closes: #412998)
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
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/
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'.
-?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"
--- /dev/null
+# 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)."
+
#!/usr/bin/make -f
# debian/rules for abook
-PACKAGE = abook
-TMP = $(CURDIR)/debian/$(PACKAGE)
+PKG = abook
+TMP = $(CURDIR)/debian/$(PKG)
CFLAGS = -g -Wall
$(checkdir)
$(checkroot)
rm -rf build-stamp $(TMP) debian/files debian/substvars
- -$(MAKE) distclean
+ [ ! -f Makefile ] || $(MAKE) distclean
build: build-stamp
$(checkroot)
-rm -rf $(TMP)
$(INSTALL_DIR) $(TMP)
- cd $(TMP) && $(INSTALL_DIR) usr/share/doc/$(PACKAGE)/examples \
- usr/share/doc/$(PACKAGE)/contrib
+ cd $(TMP) && $(INSTALL_DIR) usr/share/doc/$(PKG)/examples \
+ usr/share/doc/$(PKG)/contrib
$(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 contrib/mail2abook.py \
- contrib/vcard2abook.pl $(TMP)/usr/share/doc/$(PACKAGE)/examples
+ contrib/vcard2abook.pl $(TMP)/usr/share/doc/$(PKG)/examples
$(INSTALL_FILE) contrib/abook+vim/README contrib/abook+vim/mail.vim \
- $(TMP)/usr/share/doc/$(PACKAGE)/contrib
+ $(TMP)/usr/share/doc/$(PKG)/contrib
cd $(TMP)/usr/share && gzip -9 man/man1/abook.1 man/man5/abookrc.5 \
- doc/$(PACKAGE)/examples/mail2abook.py doc/$(PACKAGE)/changelog \
- doc/$(PACKAGE)/contrib/mail.vim
+ doc/$(PKG)/examples/mail2abook.py doc/$(PKG)/changelog \
+ doc/$(PKG)/contrib/mail.vim
# Build architecture-independent files here.
$(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) ..