Imported Debian patch 0.4b37-1 debian/0.4b37-1
authorBdale Garbee <bdale@gag.com>
Tue, 7 Sep 2004 16:21:35 +0000 (10:21 -0600)
committerBdale Garbee <bdale@gag.com>
Tue, 20 May 2008 05:04:24 +0000 (23:04 -0600)
23 files changed:
configure
debian/README.debian [new file with mode: 0644]
debian/changelog [new file with mode: 0644]
debian/config [new file with mode: 0644]
debian/control [new file with mode: 0644]
debian/copyright [new file with mode: 0644]
debian/dirs [new file with mode: 0644]
debian/po/POTFILES.in [new file with mode: 0644]
debian/po/da.po [new file with mode: 0644]
debian/po/de.po [new file with mode: 0644]
debian/po/es.po [new file with mode: 0644]
debian/po/fr.po [new file with mode: 0644]
debian/po/ja.po [new file with mode: 0644]
debian/po/nl.po [new file with mode: 0644]
debian/po/pl.po [new file with mode: 0644]
debian/po/pt_BR.po [new file with mode: 0644]
debian/po/ru.po [new file with mode: 0644]
debian/po/sv.po [new file with mode: 0644]
debian/po/templates.pot [new file with mode: 0644]
debian/postinst [new file with mode: 0644]
debian/prerm [new file with mode: 0644]
debian/rules [new file with mode: 0755]
debian/templates [new file with mode: 0644]

index 0fb7c6dce80fb9c667595a3dc902fdffdd48eb15..fde7bb1b9b2c1a2da6336469452875aec1b757d9 100755 (executable)
--- a/configure
+++ b/configure
@@ -4660,7 +4660,7 @@ if test "${ac_cv_lib_z_compress2+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
 else
   ac_check_lib_save_LIBS=$LIBS
-LIBS="-lz  $LIBS"
+LIBS="-Wl,-Bstatic -lz -Wl,-Bdynamic $LIBS"
 cat >conftest.$ac_ext <<_ACEOF
 /* confdefs.h.  */
 _ACEOF
@@ -4795,7 +4795,7 @@ if test "${ac_cv_lib_bz2_BZ2_bzBuffToBuffCompress+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
 else
   ac_check_lib_save_LIBS=$LIBS
-LIBS="-lbz2  $LIBS"
+LIBS="-Wl,-Bstatic -lbz2 -Wl,-Bdynamic $LIBS"
 cat >conftest.$ac_ext <<_ACEOF
 /* confdefs.h.  */
 _ACEOF
diff --git a/debian/README.debian b/debian/README.debian
new file mode 100644 (file)
index 0000000..eda3cd3
--- /dev/null
@@ -0,0 +1,16 @@
+Historically, dump was *always* used on unmounted filesystems.  Tools like
+AMANDA break that expectation.  Backing up a live filesystem sometimes causes
+problems for tools like dump, depending on what is changing while the backup
+runs.  If you see errors during a dump of a mounted filesystem, try again with
+the filesystem unmounted, and see if that fixes the problem.
+
+In theory, the page cache changes in the 2.4 Linux kernel can cause problems
+to happen more frequently than in prior versions.  Caveat emptor.
+
+--
+
+If you want to dump on remote tapes as a non-root user, you will need to make 
+the dump executable setuid root, so that it can allocate a priveledged port 
+for the outgoing network connection.  This is not the default, since it is
+not commonly needed, and setuid executables are targets for security attacks.
+
diff --git a/debian/changelog b/debian/changelog
new file mode 100644 (file)
index 0000000..6e4a9db
--- /dev/null
@@ -0,0 +1,398 @@
+dump (0.4b37-1) unstable; urgency=low
+
+  * new upstream version
+  * add --enable-staticz to configure call in rules file, replacing prior hack
+  * add build deps on libblkid-dev and uuid-dev to avoid using local copy
+  * updated es.po, closes: #265499
+
+ -- Bdale Garbee <bdale@gag.com>  Tue,  7 Sep 2004 10:21:35 -0600
+
+dump (0.4b36-2) unstable; urgency=low
+
+  * patch to allow compilation on amd64, closes: #251615
+
+ -- Bdale Garbee <bdale@gag.com>  Sun, 30 May 2004 00:04:41 -0300
+
+dump (0.4b36-1) unstable; urgency=low
+
+  * new upstream version, clean up diff.gz to remove spurious changes upstream
+    points out are no longer needed.
+
+ -- Bdale Garbee <bdale@gag.com>  Sun, 23 May 2004 21:41:50 -0600
+
+dump (0.4b35-2) unstable; urgency=low
+
+  * reinstate configure hack to link z and bz2 libs statically but leave 
+    the rest dynamic... originally reported in #117496 and closed by 0.4b25-1.
+    Apparently the hack got lost during an upstream merge, closes: #249700
+  * merge updated ja.po, closes: #234255
+  * merge da.po, closes: #233753
+
+ -- Bdale Garbee <bdale@gag.com>  Sat, 22 May 2004 23:02:46 -0600
+
+dump (0.4b35-1) unstable; urgency=low
+
+  * new upstream version, closes: #225573
+  * updated fr.po, closes: #207773
+  * updated pt_BR.po, closes: #207965
+  * updated nl.po, closes: #216050
+  * incorporate ja.po, closes: #229291
+  * implement alternatives for rmt, so our version can supercede tar's when
+    dump is installed, closes: #183901
+
+ -- Bdale Garbee <bdale@gag.com>  Sun, 15 Feb 2004 16:46:18 -0700
+
+dump (0.4b34-1) unstable; urgency=low
+
+  * new upstream version, closes: #192019, #180476, #160304, #147086, #160305
+  * switch to gettext-based debconf templates, closes: #200125
+  * update templates text to make symlink issue less vague, closes: #154242
+
+ -- Bdale Garbee <bdale@gag.com>  Tue, 19 Aug 2003 16:19:28 -0600
+
+dump (0.4b32-1) unstable; urgency=low
+
+  * new upstream version, closes: #169269
+
+ -- Bdale Garbee <bdale@gag.com>  Fri, 22 Nov 2002 21:01:43 -0700
+
+dump (0.4b31-1) unstable; urgency=low
+
+  * new upstream version, closes: #154875, #154372, #149415, #142559
+
+ -- Bdale Garbee <bdale@gag.com>  Sat, 17 Aug 2002 22:20:14 -0600
+
+dump (0.4b27-4) unstable; urgency=low
+
+  * add --enable-qfa to build, closes: #138976
+  * switch to unmerged translations in the source package
+
+ -- Bdale Garbee <bdale@gag.com>  Wed, 20 Mar 2002 01:23:11 -0700
+
+dump (0.4b27-3) unstable; urgency=low
+
+  * merge russian and french templates translations, closes: #137639, #138067
+
+ -- Bdale Garbee <bdale@gag.com>  Tue, 12 Mar 2002 21:15:07 -0700
+
+dump (0.4b27-2) unstable; urgency=medium
+
+  * lose the inclusions of <linux/fs.h> since they aren't needed and are
+    resulting in conflicting declarations on arm, closes: #137354
+
+ -- Bdale Garbee <bdale@gag.com>  Sat,  9 Mar 2002 22:43:05 -0700
+
+dump (0.4b27-1) unstable; urgency=low
+
+  * new upstream version, closes: #128139
+
+ -- Bdale Garbee <bdale@gag.com>  Fri, 15 Feb 2002 16:08:50 -0700
+
+dump (0.4b25-1) unstable; urgency=medium
+
+  * new upstream release, closes: #120029
+  * fix from upstream for (-C -f -) error reported in 118199, does not fix
+    the other problem reported in that bug, so leaving the bug open for now
+  * hack configure to link z and bz2 libs statically, leave the rest dynamic
+    for now, closes: #117496
+  * update build dependencies to ensure compression support, closes: #115769
+  * lose the debconf note about dump frequencies in fstab, it's annoying and
+    not of much real value, closes: #118525, #87174, #88505
+  * fix formatting problem in dump/dump.8.in, closes: #118155
+  * set priority to medium as we really want this in woody
+
+ -- Bdale Garbee <bdale@gag.com>  Fri, 23 Nov 2001 16:31:15 -0700
+
+dump (0.4b24-1) unstable; urgency=low
+
+  * new upstream version, closes: #112074
+  * fold in -pt_BR translations to templates file, closes: #108522
+  * cosmetic cleanups to make lintian happy
+
+ -- Bdale Garbee <bdale@gag.com>  Tue, 25 Sep 2001 22:15:16 -0600
+
+dump (0.4b23-3) unstable; urgency=low
+
+  * mege patch for Polish text in templates file, closes: #108135
+  * merge uncorrupted version of patch for German text, closes: #86214
+
+ -- Bdale Garbee <bdale@gag.com>  Thu,  9 Aug 2001 11:47:32 -0600
+
+dump (0.4b23-2) unstable; urgency=low
+
+  * add build dependency on autoconf, since it can be called in some build
+    circumstances, closes: #106113
+
+ -- Bdale Garbee <bdale@gag.com>  Sun, 22 Jul 2001 16:11:39 -0600
+
+dump (0.4b23-1) unstable; urgency=low
+
+  * new upstream version, closes: #100564
+  * merge patch for German text in templates file, closes: #86214
+  * merge patch for Spanish text in templates file, closes: #102812
+  * eliminate use of isdefault in debconf config script
+
+ -- Bdale Garbee <bdale@gag.com>  Fri, 20 Jul 2001 10:07:18 -0600
+
+dump (0.4b22-1) unstable; urgency=low
+
+  * new upstream version, closes: #97270
+  * try adding --enable-largefile again, closes: #85912
+  * new version includes socket descriptor leak fix, closes: #93596
+  * e2fs breakage seems fixed, closes: #98145
+  * update rules file for BINDIR -> SBINDIR change in Makefile
+
+ -- Bdale Garbee <bdale@gag.com>  Wed, 30 May 2001 01:53:50 -0600
+
+dump (0.4b21-4) unstable; urgency=low
+
+  * patches for gcc-3.0 compliance, hppa/ia64 support
+
+ -- Bdale Garbee <bdale@gag.com>  Sun, 22 Apr 2001 01:30:03 -0600
+
+dump (0.4b21-3) unstable; urgency=medium
+
+  * turn large file support back off, since it's causing segfaults, 
+    reopens 85912, closes: #87567
+
+ -- Bdale Garbee <bdale@gag.com>  Tue, 27 Feb 2001 12:07:05 -0700
+
+dump (0.4b21-2) unstable; urgency=low
+
+  * apply patch for build problems on alpha and with glibc 2.2.2 from Paul
+    Slootman, closes: #86665
+  * enable large file support, closes: #85912
+
+ -- Bdale Garbee <bdale@gag.com>  Wed, 21 Feb 2001 20:57:05 -0700
+
+dump (0.4b21-1) unstable; urgency=low
+
+  * new upstream version, closes: #82536
+  * merge patch for Swedish text in templates file, closes: #83744
+  * merge patch for Dutch text in templates file, closes: #85552
+  * update config.sub/config.guess to versions that grok ia64 & hppa
+
+ -- Bdale Garbee <bdale@gag.com>  Mon, 12 Feb 2001 22:20:09 -0700
+
+dump (0.4b20-1) unstable; urgency=low
+
+  * new upstream version
+  * add debconf support (thanks shaleh!)
+  * add build dependency on readline so restore can take advantage of it
+
+ -- Bdale Garbee <bdale@gag.com>  Fri, 24 Nov 2000 22:39:33 -0700
+
+dump (0.4b19-1) unstable; urgency=low
+
+  * new upstream version, closes: #69622
+
+ -- Bdale Garbee <bdale@gag.com>  Tue, 29 Aug 2000 02:04:09 -0600
+
+dump (0.4b18-1) unstable; urgency=low
+
+  * new upstream version, closes: #65090, #66563
+  * minor updates to copyright and README.Debian files
+
+ -- Bdale Garbee <bdale@gag.com>  Wed, 19 Jul 2000 09:49:39 -0600
+
+dump (0.4b16-1) frozen unstable; urgency=low
+
+  * target frozen since the segfault is release critical, and this version
+    has enough good bug fixes to seem like a better choice for potato.
+  * new upstream with many bug fixes, closes: #56005, #57781, #59624, #60194
+  * segfault apparently fixed, closes: #59935
+  * make postinst less chatty, only pause if necessary, closes: #54672
+  * fix /usr/doc symlink, closes: #54673
+  * use of dotted quads for remote dumps fixed upstream, closes: #55110
+  * remove no-longer-relevant warning about large filesystems from the long
+    description in the control file, closes: #59060
+  * README.Debian adequately documents the setuid issue, closes: #59808
+  * include the upstream changelog and other useful documents
+
+ -- Bdale Garbee <bdale@gag.com>  Sun, 12 Mar 2000 20:24:54 -0700
+
+dump (0.4b12-1) unstable; urgency=low
+
+  * new upstream version, closes: #53302
+  * WARNING to Alpha users:  This version fixes a bug that made Alpha dumps
+    incompatible with dumps on other platforms.  An unfortunate side-effect 
+    is that it is *not* compatible with dumps made on Alpha with previous 
+    versions of the package.  
+  * the dump executable must be made setuid root so that it can gain a
+    priveledged port when backing up to a remote tape device using a non-root
+    user.  Since I do *not* intend to ship dump setuid root, document this in
+    README.Debian for those who need to know.  Closes: #54118
+
+ -- Bdale Garbee <bdale@gag.com>  Sat,  8 Jan 2000 10:35:30 -0700
+
+dump (0.4b11-1) unstable; urgency=low
+
+  * new upstream version, closes: #52448
+  * minor postinst hack to aid non-interactive install, closes: #52430
+  * upstream believes the "problems dumping large filesystems" that result
+    in segfaults are really mis-diagnosed cases of the filetype problem that 
+    was fixed in 0.4b10, closes: #49981
+
+ -- Bdale Garbee <bdale@gag.com>  Sun, 12 Dec 1999 18:34:53 -0700
+
+dump (0.4b10-2) unstable; urgency=low
+
+  * add another build dependency
+  * add a pause in the postinst after displaying warnings, closes: #51971
+  * upstream says time estimates have been fixed, closes: #15817
+
+ -- Bdale Garbee <bdale@gag.com>  Sun,  5 Dec 1999 20:33:18 -0700
+
+dump (0.4b10-1) unstable; urgency=low
+
+  * new upstream source
+  * update to current policy
+
+ -- Bdale Garbee <bdale@gag.com>  Wed,  1 Dec 1999 23:44:57 -0700
+
+dump (0.4b9-2) unstable; urgency=medium
+
+  * fix dumpdates path, got broken when upstream maintainer merged some of
+    my patches, closes: #49192
+
+ -- Bdale Garbee <bdale@gag.com>  Fri,  5 Nov 1999 23:41:22 -0700
+
+dump (0.4b9-1) unstable; urgency=high
+
+  * new upstream version, includes security fix for symlink restoration
+
+ -- Bdale Garbee <bdale@gag.com>  Fri,  5 Nov 1999 19:22:06 -0700
+
+dump (0.4b8-1) unstable; urgency=low
+
+  * new upstream version, closes: #38365, #47684, #47963, #26982, #38390
+
+ -- Bdale Garbee <bdale@gag.com>  Wed,  3 Nov 1999 17:42:09 -0700
+
+dump (0.4b7-1) unstable; urgency=low
+
+  * new upstream version, closes: #29775, #11904, #38136, #33818
+
+ -- Bdale Garbee <bdale@gag.com>  Sat, 30 Oct 1999 20:24:09 -0600
+
+dump (0.4b6-1) unstable; urgency=low
+
+  * new upstream maintainer, new upstream version, closes: #44061
+  * tweak rules file to achieve FHS compliance, lintian cleanliness
+  * apply patch from Eirik Fuller <eirik@netcom.com> to allow dumping 
+    filesystems not listed in /etc/fstab, closes: #11904
+  * apply patch from Abhijit Dasgupta <abhijit@ans.net> that prevents access
+    to device nodes during restore, closes: #29775
+  * apply patch from Eirik Fuller <eirik@netcom.com> relating to dumpdates.
+    In 0.4b4-13, I patched dump to only read dumpdates if the 'u' flag was
+    specified.  The goal was to avoid failing if dumpdates wasn't yet present
+    during a level 0 dump.  The problem is that incrementals *must* read the
+    dumpdates file regardless of the state of the 'u' flag, or they end up all
+    looking like full dumps.  This new patch ignores the 'u' flag.  Instead,
+    it always skips reading dumpdates for a level 0 dump, and requires a valid
+    dumpdates be read for an incremental.  Closes: #38136, #33818
+  * hard-code the --enable-dumpdates-patch stuff since the upstream configure
+    gets it wrong, and we want the functionality.
+
+ -- Bdale Garbee <bdale@gag.com>  Sat,  2 Oct 1999 22:30:05 -0600
+
+dump (0.4b4-13) frozen unstable; urgency=medium
+
+  * tweak dump/itime.c to not try to read dumpdates if the 'u' option isn't
+    specified.  Closes 30208.
+
+ -- Bdale Garbee <bdale@gag.com>  Sat,  5 Dec 1998 21:01:45 -0700
+
+dump (0.4b4-12) frozen unstable; urgency=medium
+
+  * apply patch from jk@ciss.de that fixes long-standing bug when trying to
+    specify single files to restore.  Closes 22955, 23144, 28051.
+  * update documentation to reflect the fact that this version of dump can't
+    handle filesystems larger than 4G.  I'm pretty sure the fix will involve
+    a change in dump format.
+
+ -- Bdale Garbee <bdale@gag.com>  Sun,  1 Nov 1998 22:32:29 -0700
+
+dump (0.4b4-11) unstable; urgency=medium
+
+  * update dump.8 to be explicit about the fact that this version of dump only
+    works with ext2 filesystems, closes 24976.
+  * update dump.8 to be document the text output on read errors, in the BUGS
+    section which already meantions that less than 32 read errors will be
+    ignored during a dump, closes 22669.
+
+ -- Bdale Garbee <bdale@gag.com>  Sat,  1 Aug 1998 23:08:38 -0600
+
+dump (0.4b4-10) frozen unstable; urgency=medium
+
+  * rebuild again to cope with the messy change of names in the e2fs library
+    that I thought I'd fixed with the -8 version.
+
+ -- Bdale Garbee <bdale@gag.com>  Sat, 25 Apr 1998 22:10:26 -0600
+
+dump (0.4b4-9) frozen unstable; urgency=medium
+
+  * remove ambiguity in the message displayed by postinst when there are
+    no users in group disk, closes 20618
+
+ -- Bdale Garbee <bdale@gag.com>  Sat, 18 Apr 1998 01:43:43 -0600
+
+dump (0.4b4-8) frozen unstable; urgency=medium
+
+  * rebuild to link against latest e2fs libraries
+
+ -- Bdale Garbee <bdale@gag.com>  Fri, 10 Apr 1998 03:06:10 -0600
+
+dump (0.4b4-7) frozen unstable; urgency=low
+
+  * oops... when I moved to debhelper, I forgot to exclude the rmt.8 manpage,
+    so -6 reinstated the overlap with cpio.  This fixes 20595, 20607.
+
+ -- Bdale Garbee <bdale@gag.com>  Fri,  3 Apr 1998 23:16:47 -0700
+
+dump (0.4b4-6) frozen unstable; urgency=low
+
+  * reconfigure package to use debhelper, closes 19293
+  * improve behaviour of postinst if /etc/dumpdates is a symlink, closes 19990
+
+ -- Bdale Garbee <bdale@gag.com>  Sat, 21 Mar 1998 23:59:33 -0700
+
+dump (0.4b4-5) unstable; urgency=low
+
+  * change configure invocation to actually capture CFLAGS correctly
+  * clean up some of the warnings exposed by actually using -Wall now
+
+ -- Bdale Garbee <bdale@gag.com>  Sat, 31 Jan 1998 17:13:08 -0700
+
+dump (0.4b4-4) unstable; urgency=low
+
+  * cosmetic tweaks to postinst
+  * patch from Mark Eichin that helps the problems with large filesystems, 
+    closes 15773 and 13045.
+
+ -- Bdale Garbee <bdale@gag.com>  Wed, 10 Dec 1997 12:29:12 -0700
+
+dump (0.4b4-3) unstable; urgency=low
+
+  * Update man page to reflect location of dumpdates file.  Closes 15580.
+  * Add missing 'break' in T clause of main.c arg parsing.  Closes 15576.
+  * Tweak postinst to be more forceful about dumpdates group.  Closes 15661.
+
+ -- Bdale Garbee <bdale@gag.com>  Sun,  7 Dec 1997 11:37:20 -0700
+
+dump (0.4b4-2) unstable; urgency=medium
+
+  * Rebuilt to depend on new, officially released, packages of e2fs libs.
+    This should close all the recent bug reports against dump that resulted
+    from my accidental release of 0.4b4-1 that depended on unreleased 
+    libraries.
+
+ -- Bdale Garbee <bdale@gag.com>  Sun, 23 Nov 1997 19:48:12 -0700
+
+dump (0.4b4-1) unstable; urgency=low
+
+  * New upstream version (officially still in beta test).
+  * New maintainer, package reconstructed.
+
+ -- Bdale Garbee <bdale@gag.com>  Fri, 24 Oct 1997 23:56:53 -0600
+
diff --git a/debian/config b/debian/config
new file mode 100644 (file)
index 0000000..4489656
--- /dev/null
@@ -0,0 +1,22 @@
+#!/bin/sh
+
+set -e
+
+FSTAB=/etc/fstab
+
+. /usr/share/debconf/confmodule
+
+if [ -L /etc/dumpdates ]; then
+    # etc dump dates is a symlink
+    db_fset dump/dumpdates_is_a_symlink seen false
+    db_input medium dump/dumpdates_is_a_symlink || true
+    db_go
+fi
+
+if [ -f /etc/dumpdates -a ! -f /var/lib/dumpdates ]; then
+    # moving from etc to var
+    db_input medium dump/moving_from_etc_to_var || true
+    db_go
+fi
+
+exit 0
diff --git a/debian/control b/debian/control
new file mode 100644 (file)
index 0000000..83785a0
--- /dev/null
@@ -0,0 +1,19 @@
+Source: dump
+Section: utils
+Priority: optional
+Maintainer: Bdale Garbee <bdale@gag.com>
+Build-Depends: autoconf, comerr-dev, debhelper (>= 4.1.16), e2fslibs-dev, libbz2-dev, libreadline4-dev, zlib1g-dev, libblkid-dev, uuid-dev
+Standards-Version: 3.6.1.0
+
+Package: dump
+Architecture: any
+Depends: ${shlibs:Depends}, debconf (>= 0.5.00), tar (>= 1.13.92-3)
+Description: 4.4bsd dump and restore for ext2 filesystems
+ Dump examines files on a filesystem and determines which files need to be 
+ backed up.  These files are copied to the given disk, tape or other storage 
+ medium for safe keeping.
+ .
+ The restore command performs the inverse function of dump.  A full backup of 
+ a file system may be restored and subsequent incremental backups layered on 
+ top of it.  Single files and directory subtrees may be restored from full or 
+ partial backups.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644 (file)
index 0000000..b19e1fc
--- /dev/null
@@ -0,0 +1,48 @@
+This package was debianized by Bdale Garbee <bdale@gag.com>
+
+It was downloaded from 
+
+       http://dump.sourceforge.net/
+
+Copyright:
+
+/*
+ *     Ported to Linux's Second Extended File System as part of the
+ *     dump and restore backup suit
+ *     Remy Card <card@Linux.EU.Org>, 1994-1997
+ *     Stelian Pop <stelian@popies.net>, 1999-2000
+ *     Stelian Pop <stelian@popies.net> - Alcôve <www.alcove.com>, 2000-2002
+ */
+
+/*-
+ * Copyright (c) 1980, 1993
+ *     The Regents of the University of California.  All rights reserved.
+ *
+ * Redistribution and use in source and binary forms, with or without
+ * modification, are permitted provided that the following conditions
+ * are met:
+ * 1. Redistributions of source code must retain the above copyright
+ *    notice, this list of conditions and the following disclaimer.
+ * 2. Redistributions in binary form must reproduce the above copyright
+ *    notice, this list of conditions and the following disclaimer in the
+ *    documentation and/or other materials provided with the distribution.
+ * 3. All advertising materials mentioning features or use of this software
+ *    must display the following acknowledgement:
+ *     This product includes software developed by the University of
+ *     California, Berkeley and its contributors.
+ * 4. Neither the name of the University nor the names of its contributors
+ *    may be used to endorse or promote products derived from this software
+ *    without specific prior written permission.
+ *
+ * THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
+ * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+ * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
+ * ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
+ * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
+ * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
+ * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
+ * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
+ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
+ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
+ * SUCH DAMAGE.
+ */
diff --git a/debian/dirs b/debian/dirs
new file mode 100644 (file)
index 0000000..579a31c
--- /dev/null
@@ -0,0 +1,3 @@
+sbin
+usr/sbin
+usr/share/man/man8
diff --git a/debian/po/POTFILES.in b/debian/po/POTFILES.in
new file mode 100644 (file)
index 0000000..cef83a3
--- /dev/null
@@ -0,0 +1 @@
+[type: gettext/rfc822deb] templates
diff --git a/debian/po/da.po b/debian/po/da.po
new file mode 100644 (file)
index 0000000..84d431e
--- /dev/null
@@ -0,0 +1,55 @@
+# translation of dump_0.4b35-1_templates.po to Danish
+#
+#    Translators, if you are not familiar with the PO format, gettext
+#    documentation is worth reading, especially sections dedicated to
+#    this format, e.g. by running:
+#         info -n '(gettext)PO Files'
+#         info -n '(gettext)Header Entry'
+#    Some information specific to po-debconf are available at
+#            /usr/share/doc/po-debconf/README-trans
+#         or http://www.debian.org/intl/l10n/po-debconf/README-trans#
+#    Developers do not need to manually edit POT or PO files.
+# Claus Hindsgaul <claus_h@image.dk>, 2004.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: dump_0.4b35-1_templates\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2003-08-19 16:21-0600\n"
+"PO-Revision-Date: 2004-02-19 20:46+0100\n"
+"Last-Translator: Claus Hindsgaul <claus_h@image.dk>\n"
+"Language-Team: Danish <dansk@klid.dk>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"X-Generator: KBabel 1.0.2\n"
+
+#. Description
+#: ../templates:3
+msgid "/etc/dumpdates is a symlink, dump will look in /var/lib/dumpdates"
+msgstr "/etc/dumpdates er en symbolsk lænke. Dump vil lede i /var/lib/dumpdates"
+
+#. Description
+#: ../templates:3
+msgid ""
+"Your /etc/dumpdates is a symlink.  Dump will look for dumpdates in /var/lib/"
+"dumpdates.  A symlink in /etc/dumpdates adds no known value (as nothing "
+"outside the dump package is known to use it) and is likely to  confuse "
+"someone eventually.  The most likely reason for this symlink to exist is "
+"that you once had a much earlier version of the Debian dump package "
+"installed that behaved poorly.  Please remove /etc/dumpdates."
+msgstr ""
+"Din /etc/dumpdates er en symbolsk lænke. Dump vil lede efter dumpdates i "
+"/var/lib/dumpdates. En symbolsk lænke i /etc/dumpdates har ikke nogen værdi "
+"(da intet udenfor dump-pakken ved, hvordan den skal bruges), og har mulighed "
+"for engang at forvirre nogen. Den mest sandsynlige årsag til at den eksisterer "
+"er at du har haft en meget tidligere version af Debians dump-pakke installeret, "
+"som opførte sig dårligt. Fjern venligst /etc/dumpdates."
+
+#. Description
+#: ../templates:13
+msgid "Moving existing /etc/dumpdates to /var/lib for FHS compliance."
+msgstr ""
+"Flytter den eksisterende /etc/dumpdates til /var/lib, så den "
+"overholder FHS."
+
diff --git a/debian/po/de.po b/debian/po/de.po
new file mode 100644 (file)
index 0000000..476ab34
--- /dev/null
@@ -0,0 +1,53 @@
+#
+#    Translators, if you are not familiar with the PO format, gettext
+#    documentation is worth reading, especially sections dedicated to
+#    this format, e.g. by running:
+#         info -n '(gettext)PO Files'
+#         info -n '(gettext)Header Entry'
+#
+#    Some information specific to po-debconf are available at
+#            /usr/share/doc/po-debconf/README-trans
+#         or http://www.debian.org/intl/l10n/po-debconf/README-trans
+#
+#    Developers do not need to manually edit POT or PO files.
+#
+#, fuzzy
+msgid ""
+msgstr ""
+"Project-Id-Version: PACKAGE VERSION\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2003-08-19 16:21-0600\n"
+"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
+"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
+"Language-Team: LANGUAGE <LL@li.org>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=ISO-8859-15\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#. Description
+#: ../templates:3
+msgid "/etc/dumpdates is a symlink, dump will look in /var/lib/dumpdates"
+msgstr "/etc/dumpdates ist ein Symlink, dump schaut in /var/lib/dumpdates nach"
+
+#. Description
+#: ../templates:3
+msgid ""
+"Your /etc/dumpdates is a symlink.  Dump will look for dumpdates in /var/lib/"
+"dumpdates.  A symlink in /etc/dumpdates adds no known value (as nothing "
+"outside the dump package is known to use it) and is likely to  confuse "
+"someone eventually.  The most likely reason for this symlink to exist is "
+"that you once had a much earlier version of the Debian dump package "
+"installed that behaved poorly.  Please remove /etc/dumpdates."
+msgstr ""
+
+#. Description
+#: ../templates:13
+msgid "Moving existing /etc/dumpdates to /var/lib for FHS compliance."
+msgstr "Verschiebe die existierende /etc/dumpdates nach /var/lib gemäß FHS."
+
+#~ msgid ""
+#~ "Your /etc/dumpdates is a symlink.  Dump will look for dumpdates in /var/"
+#~ "lib/dumpdates.  Please fix things."
+#~ msgstr ""
+#~ "Ihre /etc/dumpdates ist ein Symlink. Dump wird nach »dumpdates« in /var/"
+#~ "lib/dumpdates suchen. Bitte beheben Sie dies."
diff --git a/debian/po/es.po b/debian/po/es.po
new file mode 100644 (file)
index 0000000..6bbcc00
--- /dev/null
@@ -0,0 +1,59 @@
+# dump debconf translation to spanish
+# Copyright (C) 2001,2004 Software in the Public Interest
+# This file is distributed under the same license as the dump package.
+#
+# Changes:
+# - Initial translation
+#        Carlos Valdivia Yagüe <valyag@dat.etsit.upm.es>, 2001, 2004
+#
+#    Translators, if you are not familiar with the PO format, gettext
+#    documentation is worth reading, especially sections dedicated to
+#    this format, e.g. by running:
+#         info -n '(gettext)PO Files'
+#         info -n '(gettext)Header Entry'
+#
+#    Some information specific to po-debconf are available at
+#            /usr/share/doc/po-debconf/README-trans
+#         or http://www.debian.org/intl/l10n/po-debconf/README-trans
+#
+#    Developers do not need to manually edit POT or PO files.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: dump 0.4b36-2\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2003-08-19 16:21-0600\n"
+"PO-Revision-Date: 2004-08-11 19:00+0200\n"
+"Last-Translator: Carlos Valdivia Yagüe <valyag@dat.etsit.upm.es>\n"
+"Language-Team: Debian L10n Spanish <debian-l10n-spanish@lists.debian.org>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=ISO-8859-15\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#. Description
+#: ../templates:3
+msgid "/etc/dumpdates is a symlink, dump will look in /var/lib/dumpdates"
+msgstr ""
+"/etc/dumpdates es un enlace simbólico. dump mirará en /var/lib/dumpdates"
+
+#. Description
+#: ../templates:3
+msgid ""
+"Your /etc/dumpdates is a symlink.  Dump will look for dumpdates in /var/lib/"
+"dumpdates.  A symlink in /etc/dumpdates adds no known value (as nothing "
+"outside the dump package is known to use it) and is likely to  confuse "
+"someone eventually.  The most likely reason for this symlink to exist is "
+"that you once had a much earlier version of the Debian dump package "
+"installed that behaved poorly.  Please remove /etc/dumpdates."
+msgstr ""
+"/etc/dumpdates es un enlace simbólico. Dump mirará en /var/lib/dumpdates. "
+"Un enlace simbólico en /etc/dumpdates no añade ningún valor conocido, ya "
+"que nada fuera del paquete dump lo usa, y es posible que a la larga acabe "
+"confundiéndole. La razón más probable de que exista es que en el pasado "
+"usara una versión muy antigua del paquete Debian de dump que tenía muchos "
+"errores. Por favor, borre /etc/dumpdates."
+
+#. Description
+#: ../templates:13
+msgid "Moving existing /etc/dumpdates to /var/lib for FHS compliance."
+msgstr "Moviendo /etc/dumpdates a /var/lib de conformidad con el FHS."
diff --git a/debian/po/fr.po b/debian/po/fr.po
new file mode 100644 (file)
index 0000000..bf6ae20
--- /dev/null
@@ -0,0 +1,63 @@
+#
+#    Translators, if you are not familiar with the PO format, gettext
+#    documentation is worth reading, especially sections dedicated to
+#    this format, e.g. by running:
+#         info -n '(gettext)PO Files'
+#         info -n '(gettext)Header Entry'
+#
+#    Some information specific to po-debconf are available at
+#            /usr/share/doc/po-debconf/README-trans
+#         or http://www.debian.org/intl/l10n/po-debconf/README-trans
+#
+#    Developers do not need to manually edit POT or PO files.
+#
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: dump 0.4b32-1\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2003-08-19 16:21-0600\n"
+"PO-Revision-Date: 2003-08-24 10:30+0200\n"
+"Last-Translator: Philippe Batailler <philippe.batailler@free.fr>\n"
+"Language-Team: French <debian-l10n-french@lists.debian.org>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=ISO-8859-15\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#. Description
+#: ../templates:3
+msgid "/etc/dumpdates is a symlink, dump will look in /var/lib/dumpdates"
+msgstr ""
+"/etc/dumpdates est un lien symbolique, dump utilisera le fichier /var/lib/"
+"dumpdates"
+
+#. Description
+#: ../templates:3
+msgid ""
+"Your /etc/dumpdates is a symlink.  Dump will look for dumpdates in /var/lib/"
+"dumpdates.  A symlink in /etc/dumpdates adds no known value (as nothing "
+"outside the dump package is known to use it) and is likely to  confuse "
+"someone eventually.  The most likely reason for this symlink to exist is "
+"that you once had a much earlier version of the Debian dump package "
+"installed that behaved poorly.  Please remove /etc/dumpdates."
+msgstr ""
+"Votre /etc/dumpdates est un lien symbolique. Dump recherche maintenant ce "
+"fichier dans /var/lib/dumpdates. Le lien symbolique /etc/dumpdates n'apporte "
+"rien, puisque qu'aucun autre paquet ne l'utilise. En fin de compte, il est "
+"plutôt déroutant. La raison la plus probable de l'existence de ce lien est "
+"une version beaucoup plus ancienne et peu efficace du paquet Debian dump. "
+"Veuillez supprimer /etc/dumpdates."
+
+#. Description
+#: ../templates:13
+msgid "Moving existing /etc/dumpdates to /var/lib for FHS compliance."
+msgstr ""
+"/etc/dumpdates devient /var/lib/dumpdates pour se conformer au standard FHS."
+
+#~ msgid ""
+#~ "Your /etc/dumpdates is a symlink.  Dump will look for dumpdates in /var/"
+#~ "lib/dumpdates.  Please fix things."
+#~ msgstr ""
+#~ "/etc/dumpdates est un lien symbolique sur votre système. Dump utilise /"
+#~ "var/lib/dumpdates. Veuillez corriger."
+
diff --git a/debian/po/ja.po b/debian/po/ja.po
new file mode 100644 (file)
index 0000000..fef7ff0
--- /dev/null
@@ -0,0 +1,54 @@
+#\r
+#    Translators, if you are not familiar with the PO format, gettext\r
+#    documentation is worth reading, especially sections dedicated to\r
+#    this format, e.g. by running:\r
+#         info -n '(gettext)PO Files'\r
+#         info -n '(gettext)Header Entry'\r
+#\r
+#    Some information specific to po-debconf are available at\r
+#            /usr/share/doc/po-debconf/README-trans\r
+#         or http://www.debian.org/intl/l10n/po-debconf/README-trans\r
+#\r
+#    Developers do not need to manually edit POT or PO files.\r
+#\r
+#\r
+msgid ""\r
+msgstr ""\r
+"Project-Id-Version: dump 0.4b-35\n"\r
+"Report-Msgid-Bugs-To: \n"\r
+"POT-Creation-Date: 2003-08-19 16:21-0600\n"\r
+"PO-Revision-Date: 2004-01-05 00:02+0900\n"\r
+"Last-Translator: Hideki Yamane <henrich@samba.gr.jp>\n"\r
+"Language-Team: Japanese <debian-japanese@lists.debian.org>\n"\r
+"MIME-Version: 1.0\n"\r
+"Content-Type: text/plain; charset=EUC-JP\n"\r
+"Content-Transfer-Encoding: 8bit\n"\r
+\r
+#. Description\r
+#: ../templates:3\r
+msgid "/etc/dumpdates is a symlink, dump will look in /var/lib/dumpdates"\r
+msgstr "/etc/dumpdates ¤Ï¥·¥ó¥Ü¥ê¥Ã¥¯¥ê¥ó¥¯¤Ç¤¹¡£dump ¤Ï /var/lib/dumpdates ¤ò»²¾È¤·¤Þ¤¹¡£"\r
+\r
+#. Description\r
+#: ../templates:3\r
+msgid ""\r
+"Your /etc/dumpdates is a symlink.  Dump will look for dumpdates in /var/lib/"\r
+"dumpdates.  A symlink in /etc/dumpdates adds no known value (as nothing "\r
+"outside the dump package is known to use it) and is likely to  confuse "\r
+"someone eventually.  The most likely reason for this symlink to exist is "\r
+"that you once had a much earlier version of the Debian dump package "\r
+"installed that behaved poorly.  Please remove /etc/dumpdates."\r
+msgstr "/etc/dumpdates ¤Ï¥·¥ó¥Ü¥ê¥Ã¥¯¥ê¥ó¥¯¤Ç¤¹¡£dump ¤Ï dumpdates ¤È¤·¤Æ "\r
+"/var/lib/dumpdates ¤ò»²¾È¤·¤Þ¤¹¡£/etc/dumpdates ¤Ë¤¢¤ë¥·¥ó¥Ü¥ê¥Ã¥¯¥ê¥ó¥¯¤Ï"\r
+"²¿¤Î°ÕÌ£¤â¤¢¤ê¤Þ¤»¤ó (dump ¥Ñ¥Ã¥±¡¼¥¸°Ê³°¤Ë¤³¤ì¤òÍøÍѤ¹¤ë¤Î¤Ï²¿¤â¤¢¤ê¤Þ¤»¤ó)¡£"\r
+"¤³¤Î¥·¥ó¥Ü¥ê¥Ã¥¯¥ê¥ó¥¯¤Ï·ë¶É¤Î¤È¤³¤íº®Íð¤ò¤µ¤»¤ë¤À¤±¤Ç¤¹¡£"\r
+"¤³¤Î¥·¥ó¥Ü¥ê¥Ã¥¯¥ê¥ó¥¯¤¬Â¸ºß¤·¤Æ¤¤¤ëÍýͳ¤Î¤Û¤È¤ó¤É¤Ï¡¢²áµî¤Ë¤ªÁÆËö¤ÊÀßÄê¤À¤Ã¤¿"\r
+"ÁêÅö¸Å¤¤¥Ð¡¼¥¸¥ç¥ó¤Î dump ¤Î Debian ¥Ñ¥Ã¥±¡¼¥¸¤¬¥¤¥ó¥¹¥È¡¼¥ë¤µ¤ì¤¿¤«¤é¤Ç¤¹¡£"\r
+"/etc/dumpdates ¤òºï½ü¤·¤Æ¤¯¤À¤µ¤¤¡£"\r
+\r
+#. Description\r
+#: ../templates:13\r
+msgid "Moving existing /etc/dumpdates to /var/lib for FHS compliance."\r
+msgstr "FHS (Filesystem Hierarchy Standard) ¤Ë½¾¤¤¡¢´û¸¤Î /etc/dumpdates "\r
+"¤ò /var/lib °Ê²¼¤Ø°ÜÆ°¤·¤Þ¤¹¡£"\r
+\r
diff --git a/debian/po/nl.po b/debian/po/nl.po
new file mode 100644 (file)
index 0000000..e027067
--- /dev/null
@@ -0,0 +1,39 @@
+#
+#    Translators, if you are not familiar with the PO format, gettext
+#    documentation is worth reading, especially sections dedicated to
+#    this format, e.g. by running:
+#         info -n '(gettext)PO Files'
+#         info -n '(gettext)Header Entry'
+#
+#    Some information specific to po-debconf are available at
+#            /usr/share/doc/po-debconf/README-trans
+#         or http://www.debian.org/intl/l10n/po-debconf/README-trans
+#
+#    Developers do not need to manually edit POT or PO files.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: dump\n"
+"POT-Creation-Date: 2003-08-19 16:21-0600\n"
+"PO-Revision-Date: 2003-10-09 20:02+0100\n"
+"Last-Translator: Bart Cornelis <cobaco@linux.be>\n"
+"Language-Team: debian-l10n-dutch <debian-l10n-dutch@lists.debian.org>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=ISO-8859-15\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#. Description
+#: ../templates:3
+msgid "/etc/dumpdates is a symlink, dump will look in /var/lib/dumpdates"
+msgstr "Uw /etc/dumpdates is een snelkoppeling, bijgevolg kijkt dump naar /var/lib/dumpdates"
+
+#. Description
+#: ../templates:3
+msgid "Your /etc/dumpdates is a symlink.  Dump will look for dumpdates in /var/lib/dumpdates.  A symlink in /etc/dumpdates adds no known value (as nothing outside the dump package is known to use it) and is likely to  confuse someone eventually.  The most likely reason for this symlink to exist is that you once had a much earlier version of the Debian dump package installed that behaved poorly.  Please remove /etc/dumpdates."
+msgstr "Uw /etc/dumpdates is een snelkoppeling, bijgevolg kijkt dump naar /var/lib/dumpdates. Een snelkoppeling in /etc/dumpdates heeft geen toegevoegde waarde (want, afgezien van dump gebruikt niks dit) en zal waarschijnlijk vroeg of laat iemand in verwarring brengen. De meest waarschijnlijke reden voor het bestaan van deze snelkoppeling is dat u ooit een veel oudere versie van het Debian dumppakket geïnstalleerd had die zich slecht gedroeg. Gelieve /etc/dumpdates te verwijderen."
+
+#. Description
+#: ../templates:13
+msgid "Moving existing /etc/dumpdates to /var/lib for FHS compliance."
+msgstr "Verplaats huidige /etc/dumpdates naar /var/lib om aan de FHS te voldoen."
+
diff --git a/debian/po/pl.po b/debian/po/pl.po
new file mode 100644 (file)
index 0000000..31184d6
--- /dev/null
@@ -0,0 +1,54 @@
+#
+#    Translators, if you are not familiar with the PO format, gettext
+#    documentation is worth reading, especially sections dedicated to
+#    this format, e.g. by running:
+#         info -n '(gettext)PO Files'
+#         info -n '(gettext)Header Entry'
+#
+#    Some information specific to po-debconf are available at
+#            /usr/share/doc/po-debconf/README-trans
+#         or http://www.debian.org/intl/l10n/po-debconf/README-trans
+#
+#    Developers do not need to manually edit POT or PO files.
+#
+#, fuzzy
+msgid ""
+msgstr ""
+"Project-Id-Version: PACKAGE VERSION\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2003-08-19 16:21-0600\n"
+"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
+"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
+"Language-Team: LANGUAGE <LL@li.org>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=ISO-8859-2\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#. Description
+#: ../templates:3
+msgid "/etc/dumpdates is a symlink, dump will look in /var/lib/dumpdates"
+msgstr "/etc/dumpdates jest symlinkiem, dump bêdzie u¿ywaæ /var/lib/dumpdates"
+
+#. Description
+#: ../templates:3
+msgid ""
+"Your /etc/dumpdates is a symlink.  Dump will look for dumpdates in /var/lib/"
+"dumpdates.  A symlink in /etc/dumpdates adds no known value (as nothing "
+"outside the dump package is known to use it) and is likely to  confuse "
+"someone eventually.  The most likely reason for this symlink to exist is "
+"that you once had a much earlier version of the Debian dump package "
+"installed that behaved poorly.  Please remove /etc/dumpdates."
+msgstr ""
+
+#. Description
+#: ../templates:13
+msgid "Moving existing /etc/dumpdates to /var/lib for FHS compliance."
+msgstr "Przenoszê /etc/dumpdates do /var/lib by zachowaæ zgodno¶æ z FHS"
+
+#~ msgid ""
+#~ "Your /etc/dumpdates is a symlink.  Dump will look for dumpdates in /var/"
+#~ "lib/dumpdates.  Please fix things."
+#~ msgstr ""
+#~ "Plik /etc/dumpdates jest ³aczem symbolicznym. Program dump bêdzie "
+#~ "korzystaæ z pliku /var/lib/dumpdates. Powiniene¶ dokonaæ niezbêdnych "
+#~ "zmian."
diff --git a/debian/po/pt_BR.po b/debian/po/pt_BR.po
new file mode 100644 (file)
index 0000000..145471d
--- /dev/null
@@ -0,0 +1,61 @@
+#
+#    Translators, if you are not familiar with the PO format, gettext
+#    documentation is worth reading, especially sections dedicated to
+#    this format, e.g. by running:
+#         info -n '(gettext)PO Files'
+#         info -n '(gettext)Header Entry'
+#
+#    Some information specific to po-debconf are available at
+#            /usr/share/doc/po-debconf/README-trans
+#         or http://www.debian.org/intl/l10n/po-debconf/README-trans
+#
+#    Developers do not need to manually edit POT or PO files.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: dump_0.4b34-1\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2003-08-19 16:21-0600\n"
+"PO-Revision-Date: 2003-08-29 21:50-0300\n"
+"Last-Translator: André Luís Lopes <andrelop@debian.org>\n"
+"Language-Team: Debian-BR Project <debian-l10n-portuguese@lists.debian.org>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=ISO-8859-1\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#. Description
+#: ../templates:3
+msgid "/etc/dumpdates is a symlink, dump will look in /var/lib/dumpdates"
+msgstr ""
+"/etc/dumpdates é uma ligação simbólica, dump procurará em /var/lib/dumpdates"
+
+#. Description
+#: ../templates:3
+msgid ""
+"Your /etc/dumpdates is a symlink.  Dump will look for dumpdates in /var/lib/"
+"dumpdates.  A symlink in /etc/dumpdates adds no known value (as nothing "
+"outside the dump package is known to use it) and is likely to  confuse "
+"someone eventually.  The most likely reason for this symlink to exist is "
+"that you once had a much earlier version of the Debian dump package "
+"installed that behaved poorly.  Please remove /etc/dumpdates."
+msgstr ""
+"Seu /etc/dumpdates é uma ligação simbólica. O dumo irá procurar por "
+"dumpdates em /var/lib/dumpdates. Uma ligação simbólica em /etc/dumpdates "
+"não adiciona nenhum valor (uma vez que nada fora do pacote dump a usa) "
+"e provavelmente confundirá alguém eventualmente. A razão mais provável "
+"para essa ligação simbólica exisitir é que você no passado teve uma "
+"versão muito antiga do pacote Debian do dump que a criou. Por favor, "
+"remova essa ligação simbólica."
+
+#. Description
+#: ../templates:13
+msgid "Moving existing /etc/dumpdates to /var/lib for FHS compliance."
+msgstr ""
+"Movendo /etc/dumpdates existentes para /var/lib para compatibilidade FHS."
+
+#~ msgid ""
+#~ "Your /etc/dumpdates is a symlink.  Dump will look for dumpdates in /var/"
+#~ "lib/dumpdates.  Please fix things."
+#~ msgstr ""
+#~ "Seu arquivo /etc/dumpdates é uma ligação simbólica. Dump procurará por "
+#~ "dumpdates em /var/lib/dumpdates. Por favor conserte as coisas."
diff --git a/debian/po/ru.po b/debian/po/ru.po
new file mode 100644 (file)
index 0000000..65c79ea
--- /dev/null
@@ -0,0 +1,54 @@
+#
+#    Translators, if you are not familiar with the PO format, gettext
+#    documentation is worth reading, especially sections dedicated to
+#    this format, e.g. by running:
+#         info -n '(gettext)PO Files'
+#         info -n '(gettext)Header Entry'
+#
+#    Some information specific to po-debconf are available at
+#            /usr/share/doc/po-debconf/README-trans
+#         or http://www.debian.org/intl/l10n/po-debconf/README-trans
+#
+#    Developers do not need to manually edit POT or PO files.
+#
+#, fuzzy
+msgid ""
+msgstr ""
+"Project-Id-Version: PACKAGE VERSION\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2003-08-19 16:21-0600\n"
+"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
+"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
+"Language-Team: LANGUAGE <LL@li.org>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=KOI8-R\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#. Description
+#: ../templates:3
+msgid "/etc/dumpdates is a symlink, dump will look in /var/lib/dumpdates"
+msgstr ""
+"/etc/dumpdates - ÜÔÏ ÓÉÍÌÉÎË, dump ÂÕÄÅÔ ÐÒÏÓÍÁÔÒÉ×ÁÔØ /var/lib/dumpdates"
+
+#. Description
+#: ../templates:3
+msgid ""
+"Your /etc/dumpdates is a symlink.  Dump will look for dumpdates in /var/lib/"
+"dumpdates.  A symlink in /etc/dumpdates adds no known value (as nothing "
+"outside the dump package is known to use it) and is likely to  confuse "
+"someone eventually.  The most likely reason for this symlink to exist is "
+"that you once had a much earlier version of the Debian dump package "
+"installed that behaved poorly.  Please remove /etc/dumpdates."
+msgstr ""
+
+#. Description
+#: ../templates:13
+msgid "Moving existing /etc/dumpdates to /var/lib for FHS compliance."
+msgstr "ðÅÒÅÍÅÝÅÎÉÅ ÓÕÝÅÓÔ×ÕÀÝÅÇÏ /etc/dumpdates × /var/lib ÓÏÇÌÁÓÎÏ FHS."
+
+#~ msgid ""
+#~ "Your /etc/dumpdates is a symlink.  Dump will look for dumpdates in /var/"
+#~ "lib/dumpdates.  Please fix things."
+#~ msgstr ""
+#~ "÷ÁÛ  ÆÁÊÌ  /etc/dumpdates  Ñ×ÌÑÅÔÓÑ  ÓÉÍ×ÏÌÉÞÅÓËÏÊ ÓÓÙÌËÏÊ. Dump ÂÕÄÅÔ "
+#~ "ÉÓËÁÔØ ÄÁÍÐÙ × ËÁÔÁÌÏÇÅ /var/lib/dumpdates. ðÏÖÁÌÕÊÓÔÁ, ÐÏÐÒÁ×ØÔÅ."
diff --git a/debian/po/sv.po b/debian/po/sv.po
new file mode 100644 (file)
index 0000000..9181b1f
--- /dev/null
@@ -0,0 +1,53 @@
+#
+#    Translators, if you are not familiar with the PO format, gettext
+#    documentation is worth reading, especially sections dedicated to
+#    this format, e.g. by running:
+#         info -n '(gettext)PO Files'
+#         info -n '(gettext)Header Entry'
+#
+#    Some information specific to po-debconf are available at
+#            /usr/share/doc/po-debconf/README-trans
+#         or http://www.debian.org/intl/l10n/po-debconf/README-trans
+#
+#    Developers do not need to manually edit POT or PO files.
+#
+#, fuzzy
+msgid ""
+msgstr ""
+"Project-Id-Version: PACKAGE VERSION\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2003-08-19 16:21-0600\n"
+"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
+"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
+"Language-Team: LANGUAGE <LL@li.org>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=ISO-8859-1\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#. Description
+#: ../templates:3
+msgid "/etc/dumpdates is a symlink, dump will look in /var/lib/dumpdates"
+msgstr "/etc/dumpdates är en symlänk; använder /var/lib/dumpdates"
+
+#. Description
+#: ../templates:3
+msgid ""
+"Your /etc/dumpdates is a symlink.  Dump will look for dumpdates in /var/lib/"
+"dumpdates.  A symlink in /etc/dumpdates adds no known value (as nothing "
+"outside the dump package is known to use it) and is likely to  confuse "
+"someone eventually.  The most likely reason for this symlink to exist is "
+"that you once had a much earlier version of the Debian dump package "
+"installed that behaved poorly.  Please remove /etc/dumpdates."
+msgstr ""
+
+#. Description
+#: ../templates:13
+msgid "Moving existing /etc/dumpdates to /var/lib for FHS compliance."
+msgstr "Flyttar existerande /etc/dumpdates till /var/lib för enighetmed FHS."
+
+#~ msgid ""
+#~ "Your /etc/dumpdates is a symlink.  Dump will look for dumpdates in /var/"
+#~ "lib/dumpdates.  Please fix things."
+#~ msgstr ""
+#~ "Din /etc/dumpdates är en symlänk. Dump kommer att kolla efter dumpdates "
+#~ "i /var/lib/dumpdates. Var snäll och fixa till detta."
diff --git a/debian/po/templates.pot b/debian/po/templates.pot
new file mode 100644 (file)
index 0000000..5fec883
--- /dev/null
@@ -0,0 +1,46 @@
+#
+#    Translators, if you are not familiar with the PO format, gettext
+#    documentation is worth reading, especially sections dedicated to
+#    this format, e.g. by running:
+#         info -n '(gettext)PO Files'
+#         info -n '(gettext)Header Entry'
+#
+#    Some information specific to po-debconf are available at
+#            /usr/share/doc/po-debconf/README-trans
+#         or http://www.debian.org/intl/l10n/po-debconf/README-trans
+#
+#    Developers do not need to manually edit POT or PO files.
+#
+#, fuzzy
+msgid ""
+msgstr ""
+"Project-Id-Version: PACKAGE VERSION\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2003-08-19 16:21-0600\n"
+"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
+"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
+"Language-Team: LANGUAGE <LL@li.org>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=CHARSET\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#. Description
+#: ../templates:3
+msgid "/etc/dumpdates is a symlink, dump will look in /var/lib/dumpdates"
+msgstr ""
+
+#. Description
+#: ../templates:3
+msgid ""
+"Your /etc/dumpdates is a symlink.  Dump will look for dumpdates in /var/lib/"
+"dumpdates.  A symlink in /etc/dumpdates adds no known value (as nothing "
+"outside the dump package is known to use it) and is likely to  confuse "
+"someone eventually.  The most likely reason for this symlink to exist is "
+"that you once had a much earlier version of the Debian dump package "
+"installed that behaved poorly.  Please remove /etc/dumpdates."
+msgstr ""
+
+#. Description
+#: ../templates:13
+msgid "Moving existing /etc/dumpdates to /var/lib for FHS compliance."
+msgstr ""
diff --git a/debian/postinst b/debian/postinst
new file mode 100644 (file)
index 0000000..4b13729
--- /dev/null
@@ -0,0 +1,27 @@
+#!/bin/sh
+
+set -e
+
+. /usr/share/debconf/confmodule
+
+if [ -f /etc/dumpdates -a ! -f /var/lib/dumpdates ]; then
+  mv /etc/dumpdates /var/lib/dumpdates
+fi
+
+# make sure it exists...
+if [ ! -f /var/lib/dumpdates ]; then
+  touch /var/lib/dumpdates
+fi
+
+# Ensure /var/lib/dumpdates is writeable by group disk
+chown root /var/lib/dumpdates
+chgrp disk /var/lib/dumpdates
+chmod 664 /var/lib/dumpdates
+
+update-alternatives --verbose --install /usr/sbin/rmt rmt /usr/sbin/rmt-dump \
+       100 --slave /usr/share/man/man8/rmt.8.gz rmt.8.gz \
+       /usr/share/man/man8/rmt-dump.8.gz
+
+#DEBHELPER#
+
+exit 0
diff --git a/debian/prerm b/debian/prerm
new file mode 100644 (file)
index 0000000..ff9bbab
--- /dev/null
@@ -0,0 +1,5 @@
+#!/bin/sh -e
+
+update-alternatives --remove rmt /usr/sbin/rmt-dump
+
+#DEBHELPER#
diff --git a/debian/rules b/debian/rules
new file mode 100755 (executable)
index 0000000..c51ac44
--- /dev/null
@@ -0,0 +1,59 @@
+#!/usr/bin/make -f
+
+# Uncomment this to turn on verbose mode.
+#export DH_VERBOSE=1
+
+build: build-stamp
+build-stamp:
+       dh_testdir
+       ./configure --prefix=/usr --with-ccopts="-O2 -g -Wall" \
+               --with-dumpdatespath=/var/lib/dumpdates \
+               --enable-largefile --enable-qfa --enable-staticz
+       make
+       touch build-stamp
+
+clean:
+       dh_testdir
+       dh_testroot
+       rm -f build-stamp
+       -make distclean
+       dh_clean
+
+binary-indep: build
+
+binary-arch: build
+       dh_testdir
+       dh_testroot
+       dh_clean -k
+       dh_installdirs
+       make install \
+               SBINDIR=`pwd`/debian/tmp/sbin \
+               MANDIR=`pwd`/debian/tmp/usr/share/man/man8
+
+       mv debian/tmp/usr/share/man/man8/rmt.8 \
+               debian/tmp/usr/share/man/man8/rmt-dump.8
+       mv debian/tmp/sbin/rmt debian/tmp/usr/sbin/rmt-dump
+
+       (cd debian/tmp/sbin ; rm -f rdump rrestore ; \
+               ln -s dump rdump ; ln -s restore rrestore )
+       (cd debian/tmp/usr/share/man/man8 ; rm -f rdump* rrestore* ; \
+               ln -s dump.8.gz rdump.8.gz ; ln -s restore.8.gz rrestore.8.gz )
+       dh_installdocs KNOWNBUGS MAINTAINERS README THANKS TODO
+       dh_installexamples examples/*
+       dh_installmanpages rmt.8
+       dh_installchangelogs CHANGES
+       dh_installdebconf
+       dh_strip
+       dh_compress
+       dh_fixperms
+       dh_installdeb
+       dh_shlibdeps
+       dh_gencontrol
+       dh_md5sums
+       dh_builddeb
+
+source diff:                                                                  
+       @echo >&2 'source and diff are obsolete - use dpkg-source -b'; false
+
+binary: binary-indep binary-arch
+.PHONY: build clean binary-indep binary-arch binary
diff --git a/debian/templates b/debian/templates
new file mode 100644 (file)
index 0000000..7dfd25a
--- /dev/null
@@ -0,0 +1,13 @@
+Template: dump/dumpdates_is_a_symlink
+Type: note
+_Description: /etc/dumpdates is a symlink, dump will look in /var/lib/dumpdates
+ Your /etc/dumpdates is a symlink.  Dump will look for dumpdates in
+ /var/lib/dumpdates.  A symlink in /etc/dumpdates adds no known value (as
+ nothing outside the dump package is known to use it) and is likely to 
+ confuse someone eventually.  The most likely reason for this symlink to
+ exist is that you once had a much earlier version of the Debian dump package
+ installed that behaved poorly.  Please remove /etc/dumpdates.
+
+Template: dump/moving_from_etc_to_var
+Type: note
+_Description: Moving existing /etc/dumpdates to /var/lib for FHS compliance.