[dutch-svn] r57 - doc-linux-nl/trunk/debian
Thijs Kinkhorst
thijs at costa.debian.org
Sun Oct 15 09:43:37 UTC 2006
Author: thijs
Date: 2006-10-15 09:43:36 +0000 (Sun, 15 Oct 2006)
New Revision: 57
Removed:
doc-linux-nl/trunk/debian/manpages-nl.config
doc-linux-nl/trunk/debian/manpages-nl.templates
doc-linux-nl/trunk/debian/po/
Modified:
doc-linux-nl/trunk/debian/changelog
doc-linux-nl/trunk/debian/control
doc-linux-nl/trunk/debian/rules
Log:
* Drop not really useful debconf usage from package.
Modified: doc-linux-nl/trunk/debian/changelog
===================================================================
--- doc-linux-nl/trunk/debian/changelog 2006-10-11 14:27:25 UTC (rev 56)
+++ doc-linux-nl/trunk/debian/changelog 2006-10-15 09:43:36 UTC (rev 57)
@@ -3,8 +3,9 @@
* New maintainer; thanks Wouter for the years of work!
(Closes: #378314)
* Checked for policy 3.7.2, no changes.
+ * Drop not really useful debconf usage from package.
- -- Thijs Kinkhorst <thijs at debian.org> Wed, 11 Oct 2006 16:15:37 +0200
+ -- Thijs Kinkhorst <thijs at debian.org> Sun, 15 Oct 2006 11:41:00 +0200
doc-linux-nl (20051127-1) unstable; urgency=low
Modified: doc-linux-nl/trunk/debian/control
===================================================================
--- doc-linux-nl/trunk/debian/control 2006-10-11 14:27:25 UTC (rev 56)
+++ doc-linux-nl/trunk/debian/control 2006-10-15 09:43:36 UTC (rev 57)
@@ -4,7 +4,7 @@
Maintainer: Thijs Kinkhorst <thijs at debian.org>
Uploaders: Debian l10 Dutch <debian-l10n-dutch at lists.debian.org>
Standards-Version: 3.7.2
-Build-Depends: debhelper, linuxdoc-tools, sgmltools-2, groff, po-debconf, w3m
+Build-Depends: debhelper, linuxdoc-tools, sgmltools-2, groff, w3m
XS-Vcs-Svn: svn://svn.debian.org/pkg-dutch/doc-linux-nl
Package: doc-linux-nl-html
@@ -37,7 +37,6 @@
Package: manpages-nl
Architecture: all
Priority: optional
-Depends: debconf | debconf-2.0
Description: Dutch manpages
This package contains Linux manual pages translated into Dutch.
Manpages in the following sections are included:
Deleted: doc-linux-nl/trunk/debian/manpages-nl.config
===================================================================
--- doc-linux-nl/trunk/debian/manpages-nl.config 2006-10-11 14:27:25 UTC (rev 56)
+++ doc-linux-nl/trunk/debian/manpages-nl.config 2006-10-15 09:43:36 UTC (rev 57)
@@ -1,12 +0,0 @@
-#!/bin/sh
-set -e
-
-# see debconf_specification.txt.gz , policy.text.gz ,
-# http://kitenet.net/doc/debconf-doc/
-
-# Source debconf library.
-. /usr/share/debconf/confmodule
-
-db_input high manpages-nl/lang || true
-
-db_go
Deleted: doc-linux-nl/trunk/debian/manpages-nl.templates
===================================================================
--- doc-linux-nl/trunk/debian/manpages-nl.templates 2006-10-11 14:27:25 UTC (rev 56)
+++ doc-linux-nl/trunk/debian/manpages-nl.templates 2006-10-15 09:43:36 UTC (rev 57)
@@ -1,6 +0,0 @@
-Template: manpages-nl/lang
-Type: note
-_Description: Adjust your shell environment to get dutch manpages
- man(1) inspects the environment variable LANG to find out which language
- is preferred for manpages. Refer to /usr/share/doc/manpages-nl/README.gz
- to find out how to set it.
Modified: doc-linux-nl/trunk/debian/rules
===================================================================
--- doc-linux-nl/trunk/debian/rules 2006-10-11 14:27:25 UTC (rev 56)
+++ doc-linux-nl/trunk/debian/rules 2006-10-15 09:43:36 UTC (rev 57)
@@ -104,7 +104,6 @@
find MANPAGE/man-pages-$(MANVER)/man6 -path MANPAGE/man-pages-$(MANVER)/man1/CVS -prune -o -type f -a -not -name Makefile.in -exec debian/mp-mv {} 6 \;
find MANPAGE/man-pages-$(MANVER)/man8 -path MANPAGE/man-pages-$(MANVER)/man1/CVS -prune -o -type f -a -not -name Makefile.in -exec debian/mp-mv {} 8 \;
dh_installman debian/manpage-build/* -pmanpages-nl -P$(R3)
- dh_installdebconf -pmanpages-nl -P$(R3)
dh_installdocs -pmanpages-nl -P$(R3)
dh_installchangelogs -pmanpages-nl -P$(R3)
More information about the pkg-dutch-commit
mailing list