summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
Diffstat (limited to 'debian')
-rw-r--r--debian/Config/README4
-rw-r--r--debian/Config/instruct3
-rw-r--r--debian/Config/mailauthor4
-rw-r--r--debian/README.Debian21
-rw-r--r--debian/changelog637
-rw-r--r--debian/clean1
-rw-r--r--debian/compat1
-rw-r--r--debian/config.over4
-rw-r--r--debian/control36
-rw-r--r--debian/copyright97
-rw-r--r--debian/dist.config82
-rw-r--r--debian/dist.docs5
-rw-r--r--debian/dist.install2
-rw-r--r--debian/dist.postinst472
-rw-r--r--debian/dist.postrm171
-rw-r--r--debian/dist.prerm129
-rw-r--r--debian/po/POTFILES.in1
-rw-r--r--debian/po/cs.po61
-rw-r--r--debian/po/da.po54
-rw-r--r--debian/po/de.po63
-rw-r--r--debian/po/es.po77
-rw-r--r--debian/po/fr.po64
-rw-r--r--debian/po/it.po56
-rw-r--r--debian/po/ja.po61
-rw-r--r--debian/po/nl.po62
-rw-r--r--debian/po/pl.po55
-rw-r--r--debian/po/pt.po53
-rw-r--r--debian/po/pt_BR.po55
-rw-r--r--debian/po/ru.po56
-rw-r--r--debian/po/sk.po43
-rw-r--r--debian/po/sv.po60
-rw-r--r--debian/po/templates.pot48
-rw-r--r--debian/po/vi.po51
-rwxr-xr-xdebian/rules94
-rw-r--r--debian/source/format1
-rw-r--r--debian/templates15
-rw-r--r--debian/watch6
37 files changed, 2705 insertions, 0 deletions
diff --git a/debian/Config/README b/debian/Config/README
new file mode 100644
index 0000000..943361f
--- /dev/null
+++ b/debian/Config/README
@@ -0,0 +1,4 @@
+This directory created by Configure to save information that should
+persist across sessions.
+
+You may safely delete it if you wish.
diff --git a/debian/Config/instruct b/debian/Config/instruct
new file mode 100644
index 0000000..b0acbd3
--- /dev/null
+++ b/debian/Config/instruct
@@ -0,0 +1,3 @@
+srivasta
+root
+debian
diff --git a/debian/Config/mailauthor b/debian/Config/mailauthor
new file mode 100644
index 0000000..98a391c
--- /dev/null
+++ b/debian/Config/mailauthor
@@ -0,0 +1,4 @@
+/* dist-3.0 - 18 Aug 1993 */
+
+#define VERSION 3.0
+#define PATCHLEVEL 70
diff --git a/debian/README.Debian b/debian/README.Debian
new file mode 100644
index 0000000..9a3b35d
--- /dev/null
+++ b/debian/README.Debian
@@ -0,0 +1,21 @@
+This is Debian GNU/Linux's prepackaged version of Raphael Manfredi's
+dist program.
+
+This version of dist was put together by Manoj Srivastava
+<srivasta@debian.org>, from the sources distributed directly by
+the author, Raphael Manfredi <ram@hptnos02.grenoble.hp.com>.
+
+The changes in this package are essentially the addition of support for
+the Debian package maintenance scheme, by adding various debian.* files.
+The changes in the default configuration are using the pager /bin/more,
+and using /usr/bin/ae as the default editor, since these programs are
+guaranteed to be present in any debian system. The other changes are
+to ensure that a .config directory is present, so that no mail message
+is sent to the maintainer while building the debian package. An over-
+ride file is also used to ensure that installation occurs into a local
+debian-tmp directory, required to build the debianized version.
+
+See the README file for more information
+arch-tag: 29b82916-9188-446f-aa1c-b0cf69566464
+
+
diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..3025647
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,637 @@
+dist (1:3.5-236-0.2) unstable; urgency=medium
+
+ * Non-maintainer upload.
+ * debian/dist.postinst: Fix wrong direction form.
+ (Closes: #908187)
+ * debian/rules: Explicitly provide tool path to avoid usrmerge
+ differences and make package reproducible. (Closes: #915910)
+ * debian/rules: Avoid manually setting DEB_HOST_MULTIARCH, use
+ /usr/share/dpkg/architecture.mk instead. (lintian warning)
+
+ -- Boyuan Yang <byang@debian.org> Sun, 23 Feb 2020 17:37:44 -0500
+
+dist (1:3.5-236-0.1) unstable; urgency=medium
+
+ * Non-maintainer upload.
+ * New upstream snapshot (Closes: #898955)
+ * Fix some syntax errors in various scripts (Closes: #899207)
+ * Restore missing dependency libperl4-corelibs-perl
+ * Fix Lintian error by removing Build-Depends-Indep: dpkg-dev
+
+ -- Dominic Hargreaves <dom@earth.li> Sun, 20 May 2018 22:35:58 +0200
+
+dist (1:3.5-36.0001-3) unstable; urgency=medium
+
+ [ Helmut Grohne ]
+ * Mark dist Multi-Arch: foreign.
+ [ Manoj Srivastava ]
+ * Update the copyright file
+ * Incorporated Helmut's chqange, which, unless I missed it, newver made
+ it out.
+ * Bug fix: "mark dist Multi-Arch: foreign", thanks to Helmut Grohne
+ (Closes: #891134).
+
+ -- Manoj Srivastava <srivasta@debian.org> Sun, 25 Feb 2018 17:47:27 -0800
+
+dist (1:3.5-36.0001-2) unstable; urgency=low
+
+ * Fix upstream spelling errors that resulterd in Lintian warnings.
+
+ -- Manoj Srivastava <srivasta@debian.org> Fri, 15 Jan 2016 00:52:00 -0800
+
+dist (1:3.5-36.0001-1) unstable; urgency=low
+
+ * New upstream snapshot.
+ * Bug fix: "please make the build reproducible", thanks to Reiner
+ Herrmann. Applied the supplied patch. (Closes: #785549).
+ * Update the VCS-Git filed to use HTTPS transport.
+ * Update the standard version to 3.6.0. No changes needed.
+ * Updated the copyright file to the DEP-5 format.
+
+ -- Manoj Srivastava <srivasta@debian.org> Thu, 14 Jan 2016 23:46:21 -0800
+
+dist (1:3.5-36-2) unstable; urgency=low
+
+ * Updated translation for Brazilian Portuguese
+ * Bug fix: "[INTL:pt_BR] Brazilian Portuguese debconf templates
+ translation", thanks to Adriano Rafael Gomes (Closes: #685763).
+
+ -- Manoj Srivastava <srivasta@debian.org> Mon, 28 Apr 2014 12:58:58 -0700
+
+dist (1:3.5-36-1) unstable; urgency=low
+
+ * New upstream release
+ * Moved to a new build system.
+
+ -- Manoj Srivastava <srivasta@debian.org> Sun, 27 Apr 2014 21:07:57 -0700
+
+dist (1:3.5-30-3.3) unstable; urgency=low
+
+ * Non-maintainer upload.
+ * Add Build-Depends-Indep on libperl4-corelibs-perl too (Closes: #724051)
+
+ -- Dominic Hargreaves <dom@earth.li> Sun, 29 Sep 2013 16:42:02 +0100
+
+dist (1:3.5-30-3.2) unstable; urgency=low
+
+ * Non-maintainer upload.
+ * Add Depends on libperl4-corelibs-perl (Closes: #658949)
+ * Add Slovak Debconf translation (Closes: #661140)
+
+ -- Dominic Hargreaves <dom@earth.li> Mon, 23 Apr 2012 18:43:28 +0100
+
+dist (1:3.5-30-3.1) unstable; urgency=low
+
+ * Non-maintainer upload.
+ * Fix pending l10n issues. Debconf translations:
+ - Danish (Joe Hansen). Closes: #633397
+ - Polish (Michał Kułach). Closes: #660883
+ - Italian (Beatrice Torracca). Closes: #661357
+
+ -- Christian Perrier <bubulle@debian.org> Wed, 29 Feb 2012 08:08:13 +0100
+
+dist (1:3.5-30-3) unstable; urgency=low
+
+ * Bug fix: "postinst fails if debconf question skipped", thanks to Aaron
+ M. Ucko (Closes: #553627).
+
+ -- Manoj Srivastava <srivasta@debian.org> Sun, 01 Nov 2009 21:27:39 -0600
+
+dist (1:3.5-30-2) unstable; urgency=low
+
+ * Told lintian not to parse old changelogs.
+
+ -- Manoj Srivastava <srivasta@debian.org> Sat, 31 Oct 2009 03:48:50 -0500
+
+dist (1:3.5-30-1) unstable; urgency=low
+
+ * [cfb9a7d]: [topic--man-fixes]: Fix man page comment schema The
+ commenting scheme used in the man pages was three consecutive single
+ quotes (`'''') at the beginning of a line. his works, but `gtroff'
+ gives a warning about an undefined macro (namely `'''), which is
+ harmless, but irritating. To avoid this, this commit changes the
+ schema to start the line with `.\"' which causes the line to be
+ treated as an undefined request and thus ignored completely.
+ * New upstream bug fixing release (fixes jmake makefile)
+
+ -- Manoj Srivastava <srivasta@debian.org> Fri, 30 Oct 2009 16:35:30 -0500
+
+dist (1:3.5-29-2) unstable; urgency=low
+
+ * Fixed race conditions in the rules file, and added a facility to
+ override parallel builds.
+ * Update the standards version, and link to GPL-2 in the copyright file.
+
+ -- Manoj Srivastava <srivasta@debian.org> Thu, 16 Apr 2009 13:23:59 -0500
+
+dist (1:3.5-29-1) unstable; urgency=low
+
+ * New upstream release.
+ - Append $ccflags so that it can override the defaults assuming the compiler
+ picks the last choice as GCC does.
+ - Use the preprocessor output to detect the GCC version instead of executing
+ the compiled binary which is unsuitable for cross-compiling.
+ - Make sure Instruct depends on Begin to move Begin ahead of any
+ question asked by Configure.
+ - Panic if a routine is defined more than once.
+
+ -- Manoj Srivastava <srivasta@debian.org> Tue, 25 Nov 2008 19:46:03 -0600
+
+dist (1:3.5-17-2) unstable; urgency=high
+
+ * If a script uses a temp file which is created in /tmp, then an
+ attacker can create symlink with the same name in this directory in
+ order to destroy or rewrite some system or user files. Symlink attack
+ may also lead not only to the data desctruction but to denial of
+ service as well. Creating files with rand or pid to randomize the file
+ names is not adequate to protect the system. We now use File::Temp to
+ safely create the temporary files as needed. This closes a grave bug.
+ There are no code changes in this version, apart from the bug fix.
+ Closes: #496412
+ * Updated the Standards version. (No changes)
+
+ -- Manoj Srivastava <srivasta@debian.org> Fri, 29 Aug 2008 22:28:31 -0500
+
+dist (1:3.5-17-1) unstable; urgency=low
+
+ * New upstream release
+ - SVN revision number is now automatically generated in "revision.h".
+ The old patchlevel information is no longer used, and <PATCHLEVEL>
+ is deprecated in unit files, replaced by <REVISION>.
+ - Added automatic SVN revision computation in "revision.h".
+ - Removed last instance of $*, no longer supported in Perl 5.10.
+ - Perl 5.10 no longer supports "$*" anywhere... even in the initial
+ exec line meant to be parsed by the shell...
+ - Reset CDPATH to avoid pdksh's emission of the chosen dir on "cd".
+ - Applied diff from H.Merijn Brand to keep it working with perl 5.10,
+ which no longer supports the old $* perl4 variable to request
+ multiline matching.
+ - Linux does not like ^M as line endings: cpp 4.1.x complains. Try
+ with ^A, hoping it will continue to work on HP-UX.
+ - Added InstallProgramNoStrip() to request installation of a program
+ without stripping the debugging symbols.
+ - Applied patch from Christian Biere, which adds "-Wshadow" to gcc 3.x
+ flags.
+ - Taught metaxref to use MANIFEST if MANIFEST.new is missing.
+ - Added I_SYS_POLL and I_POLL since we cannot rely on HAS_POLL being
+ enough to include <poll.h>.
+ - Do not list special unit "Mcc" as being made.
+ - Removed stale Mcc dependency.
+ - Default to "-O2 -g" when using gcc.
+ - This starts the dist-3.5 baseline.
+ - Regenerated all Makefile.SH files.
+ - Removed obsoleted ">VAR" lines requesting that the symbol be
+ included. Jmake from 3.5 is now smart enough to figure this out by
+ itself.
+ - Added keyword expansion.
+ - InstallTarget() now uses :: targets.
+ Default empty rule for all makefiles is now called "all" instead of
+ "emptyrule" because if there is nothing to be done, GNU make prints
+ the target name and "emptyrule" is not pretty.
+ - Advertise SVN's repository for dist in every generated Configure
+ script.
+ - Fixed Jmakefile: there's no need to request manual inclusion of
+ symbols. The MakeDirectories() target was using @! instead of proper
+ @@ terminator to introduce the commands.
+ - Let metaconfig use the MANIFEST file if there is no MANIFEST.new.
+ The MANIFEST.new file is necessary when using the "pat" tools, but
+ not when running metaconfig by itself.
+ - Added keyword substitution property.
+ - Updated copyright date.
+ * Recorded the VCS repository location for this package (newly moved to
+ a public git repo)
+ * Move to the new, make -j friendly targets in debian/rules.
+
+ -- Manoj Srivastava <srivasta@debian.org> Fri, 30 May 2008 14:42:47 -0500
+
+dist (3.70-33) unstable; urgency=low
+
+ * Bug fix: "dist: [INTL:ru] Russian translation for debconf messages",
+ thanks to Yuri Kozlov (Closes: #457216).
+
+ -- Manoj Srivastava <srivasta@debian.org> Thu, 21 Feb 2008 13:31:28 -0600
+
+dist (3.70-32) unstable; urgency=low
+
+ * Bug fix: "dist: invokes split(1) with invalid arguments", thanks to
+ Ari Johnson. Typo fix. (Closes: #413132).
+ * Bug fix: "dist: [INTL:pt] Portuguese translation for debconf
+ messages", thanks to Traduz - Portuguese Translation Team
+ (Closes: #416804).
+ * Added debian/control headers XS-VCS-Arch and XS-VCS-Browse
+
+ -- Manoj Srivastava <srivasta@debian.org> Tue, 17 Apr 2007 16:33:11 -0500
+
+dist (3.70-31) unstable; urgency=low
+
+ * Bug fix: "dist: Spanish debconf translation", thanks to César Gómez
+ Martín (Closes: #367279).
+
+ -- Manoj Srivastava <srivasta@debian.org> Tue, 6 Jun 2006 16:05:14 -0500
+
+dist (3.70-30) unstable; urgency=low
+
+ * Bug fix: "dist: [INTL:sv] Swedish debconf templates translation",
+ thanks to Daniel Nylander (Closes: #333064).
+
+ -- Manoj Srivastava <srivasta@debian.org> Thu, 20 Oct 2005 23:08:07 -0500
+
+dist (3.70-29) unstable; urgency=low
+
+ * Add a dependency on debconf, since there is no way to determine if we
+ have a functional debconf infrastructure available.
+
+ -- Manoj Srivastava <srivasta@debian.org> Mon, 8 Aug 2005 13:32:43 -0500
+
+dist (3.70-28) unstable; urgency=low
+
+ * Bug fix: "INTL:vi", thanks to Clytie Siddall (Closes: #313556).
+ * Bug fix: "[l10n] Initial Czech translation of dist debconf messages",
+ thanks to Miroslav Kure (Closes: #315834).
+
+ -- Manoj Srivastava <srivasta@debian.org> Sat, 9 Jul 2005 13:41:49 -0500
+
+dist (3.70-27) unstable; urgency=low
+
+ * Bug fix: "dist: Japanese po-debconf template translation (ja.po)",
+ thanks to Hideki Yamane (Closes: #258769).
+
+ -- Manoj Srivastava <srivasta@debian.org> Wed, 21 Jul 2004 16:39:15 -0500
+
+dist (3.70-26) unstable; urgency=low
+
+ * Bug fix: "[INTL:nl] updated Dutch po-debconf translation", thanks to
+ Luk Claes (Closes: #256182).
+
+ -- Manoj Srivastava <srivasta@debian.org> Fri, 25 Jun 2004 10:29:01 -0500
+
+dist (3.70-25) unstable; urgency=low
+
+ * Bug fix: "dist: Please add German translation of the debconf
+ templates", thanks to Erik Schanze (Closes: #252350).
+ * Bug fix: "[INTL:nl] new Dutch po-debconf translation", thanks to Luk
+ Claes (Closes: #250234).
+
+ -- Manoj Srivastava <srivasta@debian.org> Tue, 22 Jun 2004 18:54:52 -0500
+
+dist (3.70-24) unstable; urgency=low
+
+ * remember to actually change the name of the debconf question.
+
+ -- Manoj Srivastava <srivasta@debian.org> Mon, 19 Apr 2004 01:57:00 -0500
+
+dist (3.70-23) unstable; urgency=low
+
+ * Bug fix: "dist: [INTL:fr] French debconf templates translation",
+ thanks to Christian Perrier (Closes: #244046).
+ * Bug fix: "dist: postinst fails if /etc/news/organization not present",
+ thanks to Nick Leverton. The problem was unregistering from the
+ debconf question too early; it should only be done in the postinst
+ _after_ we have the information we need. (Closes: #243021).
+
+ -- Manoj Srivastava <srivasta@debian.org> Sun, 18 Apr 2004 17:44:51 -0500
+
+dist (3.70-22) unstable; urgency=low
+
+ * Forgot to run debconf-updatepo
+
+ -- Manoj Srivastava <srivasta@debian.org> Mon, 5 Apr 2004 19:47:52 -0500
+
+dist (3.70-21) unstable; urgency=low
+
+ * Fixed spelling. closes: Bug#242265
+ * Bug fix: "dist: French debconf templates translation", thanks to Eric
+ (Closes: #239609).
+ * Bug fix: "dist: Please follow debconf recommandations for template
+ namespace",. thanks to Denis Barbier. I am not fully confident of the
+ solution -- since we need to phase out the share/ question, and only
+ ask the new shared/ question; but, should the old answer already
+ exist, we should not trouble the user any more. This is messy.
+ (Closes: #238224).
+
+ -- Manoj Srivastava <srivasta@debian.org> Mon, 5 Apr 2004 15:39:02 -0500
+
+dist (3.70-20) unstable; urgency=low
+
+ * Hmm. There were glitches in the new debconf mecanism -- recreated
+ stuff with po2debconf.
+
+ -- Manoj Srivastava <srivasta@debian.org> Sat, 13 Mar 2004 18:45:15 -0600
+
+dist (3.70-19) unstable; urgency=low
+
+ * Moved to new debconf handling common files.
+ * Bug fix: "dist: Please switch to gettext-based debconf templates",
+ thanks to Martin Quinson (Closes: #237440).
+
+ -- Manoj Srivastava <srivasta@debian.org> Fri, 12 Mar 2004 12:54:21 -0600
+
+dist (3.70-18) unstable; urgency=low
+
+ * Converted to the new build system.
+ * Added debconf support to for setting up /etc/news/organization
+
+ -- Manoj Srivastava <srivasta@debian.org> Mon, 1 Dec 2003 21:11:37 -0600
+
+dist (3.70-17) unstable; urgency=low
+
+ * Chk_MANI.U uses 'split -50', which is an obsolete form and is
+ disallowed when running under _POSIX2_VERSION=200112. Thanks to Colin
+ Watson for the fix. closes: Bug#204840
+ * Upgraded to latest policy version. No changes.
+ * The behaviour of do followed by a bareword has changed in perl 5.8.0
+ -- it now ensure that the bareword is not a keyword. dist fell a foul
+ of this since it has a routine called format, which is a
+ keyword. Again, thanks to Colin Watson for the fix. closes: Bug#204839
+ * The build process did not stop for the above errors -- it should; so
+ expanded on Colin's patch to try and fix this.
+
+ -- Manoj Srivastava <srivasta@debian.org> Sun, 10 Aug 2003 13:50:29 -0500
+
+dist (3.70-16) unstable; urgency=low
+
+ * Sigh. Add the depends in the right place. closes: Bug#189571
+
+ -- Manoj Srivastava <srivasta@debian.org> Sat, 19 Apr 2003 23:19:26 -0500
+
+dist (3.70-15) unstable; urgency=low
+
+ * Depend on sharutils for uudecode etc. closes: Bug#189571
+
+ -- Manoj Srivastava <srivasta@debian.org> Fri, 18 Apr 2003 15:35:03 -0500
+
+dist (3.70-14) unstable; urgency=low
+
+ * No longer provide /usr/doc symlink. Update to latest policy version.
+
+ -- Manoj Srivastava <srivasta@debian.org> Mon, 11 Nov 2002 23:14:48 -0600
+
+dist (3.70-13) unstable; urgency=low
+
+ * Fix lintian warnings.
+
+ -- Manoj Srivastava <srivasta@debian.org> Sat, 26 Jan 2002 00:18:01 -0600
+
+dist (3.70-12) unstable; urgency=low
+
+ * Do not run install-docs -r in prerm, since we do not install any in
+ the first place. closes: Bug#69567
+
+ -- Manoj Srivastava <srivasta@debian.org> Mon, 21 Aug 2000 09:34:45 -0500
+
+dist (3.70-11) frozen unstable; urgency=low
+
+ * Use absolute links when related links would not work, for the
+ /usr/doc/latex2tml symlink.
+ * Added a dependency on fileutiles >=4.0, since the package would fail
+ to install with older fileutils.
+
+ -- Manoj Srivastava <srivasta@debian.org> Tue, 28 Mar 2000 02:52:59 -0600
+
+dist (3.70-10) frozen unstable; urgency=low
+
+ * Fixed an upgrade bug when /usr/doc happens to be a symlink, and does
+ not point to /usr/share/doc. A couple of people were bitten by this.
+
+ -- Manoj Srivastava <srivasta@debian.org> Mon, 28 Feb 2000 22:27:05 -0600
+
+dist (3.70-9) frozen unstable; urgency=low
+
+ * The postinst was vulnerable to being affected by symlinks (if, for
+ some reason, the prerm failed). This has happended for latex2html; and
+ created a grave bug.
+ * There was a bug in the postinst in a case statement, that caused
+ installation to fail for certain situations.
+ * Also fixed an lintian warning
+
+ -- Manoj Srivastava <srivasta@debian.org> Tue, 8 Feb 2000 14:51:11 -0600
+
+dist (3.70-8) frozen unstable; urgency=low
+
+ * Modified postinst to redirect the output of grep away. closes: Bug#44351
+
+ -- Manoj Srivastava <srivasta@debian.org> Tue, 25 Jan 2000 16:25:24 -0600
+
+dist (3.70-7) unstable; urgency=low
+
+ * Added a dependency for perl5, rather than just perl, to conform to the
+ new policy. Unfortunately, this make lintian very angry ;-) Also
+ upgraded to Standards version 3.0.0.0 (put lots of stuff in
+ /usr/share)
+
+ -- Manoj Srivastava <srivasta@debian.org> Wed, 7 Jul 1999 12:06:43 -0500
+
+dist (3.70-6) frozen unstable; urgency=low
+
+ * Changed the changelog file to changelog.Debian (not .debian)
+
+ -- Manoj Srivastava <srivasta@debian.org> Tue, 7 Apr 1998 01:55:43 -0500
+
+dist (3.70-5) unstable; urgency=low
+
+ * Gave packinit a proper #! line. This shuts up lintian.
+
+ -- Manoj Srivastava <srivasta@debian.org> Sun, 8 Mar 1998 15:16:46 -0600
+
+dist (3.70-4) unstable; urgency=low
+
+ * Make sure the man pages are compressed.
+ * Ensure that symlinks exist for all the scripts documented in pat.1
+ * Upgraded to 2.4.0.0
+ * This should fix all the concerns of lintian
+
+ -- Manoj Srivastava <srivasta@debian.org> Mon, 9 Feb 1998 23:18:07 -0600
+
+dist (3.70-3) unstable; urgency=low
+
+ * Make sure the copyright file is not compressed. closes:Bug#14394.
+
+ -- Manoj Srivastava <srivasta@debian.org> Wed, 5 Nov 1997 11:33:10 -0600
+
+dist (3.70-2) unstable; urgency=low
+
+ * Fixed some minor typos
+ * Improved the clean command.
+ * Handle all the @%$& problem with introducing more than one level of
+ directories and the inability of diff/patch to reconstruct the sources
+ by tarring, gzipping, and uuencoding the directory debian/Config.
+
+ -- Manoj Srivastava <srivasta@debian.org> Fri, 9 May 1997 17:23:50 -0501
+
+dist (3.70-1) unstable; urgency=low
+
+ * Huge set of patches results from an integration of the perl5 units
+ into the dist-3.0 package. The upstream fixes include:
+ * regenerated with current set of units
+ * added Perl Patch Pumpkin credits
+ * changed my email address and updated copyright dates
+ * fixed one wrong ':' comment in .package
+ * now handles USRINC for dependencies
+ * smarter about dependencies computation
+ * lex path can now be configured
+ * added Extractall dependency
+ * added support for src.U
+ * have README explicitly mention the package name
+ * created
+ * getfile script now begins with "startsh"
+ * make sure we unset CDPATH for shells that support this
+ * improved Korn shell detection and handling
+ * logname / whoami sequence rewritten to use case
+ * allow users to specify paths on the command line
+ * will now substitute cp for ln if not supported
+ * myread script now starts with a "startsh"
+ * miscellaneous fixes
+ * new OSNAME define
+ * can now sense new OSes
+ * optdef.sh now starts with a "startsh"
+ * moved some code from Head.U
+ * whoa script now starts with leading "startsh"
+ * can now explicitly tell Configure whether AFS is running
+ * skip existence checks for archlib
+ * changed the way the archname is mangled from uname
+ * no longer ask the user if the test runs ok
+ * removed support for NO_PROTOTYPE detection on SCO
+ * new locincpth variable
+ * added info on the "additional ld flags" question
+ * new computation method avoiding use of temporary file
+ * added cute quoting trick for wild stringify support
+ * added ?F: metalint hint
+ * replaced .a with $_a all over the place
+ * added full_csh to preserve the full path even when portable
+ * moved unit to TOP via a ?Y: layout directive
+ * tell them /dev/fd is not about floppy disks
+ * integrated new unit from perl5
+ * new USE_BSD_GETPGRP to detect the getpgrp() flavour
+ * useless unit dropped.
+ * likewise for .o replaced by $_o
+ * added Guess dependency
+ * replaced .o with $_o all over the place
+ * mention that <poll.h> can be included if HAS_POLL defined
+ * improved overlapping copy check
+ * comfort them if they have memmove
+ * reworded symbol comments
+ * obsoleted USE_BSDGRP in favor of USE_BSD_SETPGRP
+ * another unit now also defines a USE_BSD_GETPGRP
+ * fallback for test program failure improved
+ * added a ?F: metalint hint
+ * there is now a separate routine for sigaction()
+ * merged with perl5's unit
+ * added I_RPCSVC_DBM check
+ * varargs script now starts with leading "startsh"
+ * avoid prompting the user if the test runs ok
+ * moved code from longsize.U into there
+ * new tests for shortsize as well
+ * added support for HPUX-10 nm output
+ * added usrinc and mips on the dependency line
+ * make sure we call ./mips
+ * added a ?LINT: hint
+ * new loclibpth variable
+ * code moved to intsize.U
+ * added support for Free_t, the type of free()
+ * don't ask for AFS when they choose to not install pages
+ * improved hostname lookup by using ypmatch when NIS is used
+ * simplify here document for shells that can't handle them well
+ * force use of "startsh" at the head of the generated script
+ * added new files to the ?F: metalint hint
+ * ensure suitable defaults for hostcat and friends
+ * now uses the ar located by Loc.U
+ * added <unistd.h> and <stdlib.h> to the C program test
+ * removed empty ?LINT lines
+ * always include <sys/select.h> when available for test
+ * brand new algorithm for sig_name and (new!) sig_num
+ * removed useless chatter as this is now done very early
+ * integrated perl5 concerns for mis-configured sfio
+ * warn them if the #! line is too long for their OS
+ * avoid needless chatter since this is now done very early
+ * don't use nm with the GNU C library
+ * added support for Linux shared libs
+ * don't ask for the include path unless they are on a MIPS
+ * don't prompt them if the void support is high enough for us
+ * added the srcdir support now that we have src.U
+ * random cleanup for nicer help message
+ * documents the running environment and the src.U unit
+ * added warnings for $_a and $_o, as well as "startsh"
+ * new "create" and "empty" lint directives
+ * documented new messages
+ * new -L option to match metaconfig and metalint
+ * added support for ?F: lines to monitor file usage
+ * now honours "create" and "empty" lint directives
+ * documents contents of the message sent by patnotify
+ * let them know the patch priority and description
+ * Added a whole bunch of new units
+
+ -- Manoj Srivastava <srivasta@debian.org> Fri, 28 Feb 1997 14:14:07 -0600
+
+dist (3.60-9) unstable; urgency=low
+
+ * Removed frozen from the section list.
+
+ -- Manoj Srivastava <srivasta@debian.org> Sat, 15 Feb 1997 14:18:05 -0600
+
+dist (3.60-8) frozen unstable; urgency=low
+
+ * Moved to standards version 2.1.2.2
+ * Removed extra root checks
+ * Added error messages to failed root check
+
+ -- Manoj Srivastava <srivasta@debian.org> Thu, 13 Feb 1997 14:38:47 -0600
+
+dist (3.60-7) frozen unstable; urgency=low
+
+ * Changed to the new packaging format.
+
+ -- Manoj Srivastava <srivasta@debian.org> Thu, 14 Nov 1996 11:29:28 -0600
+
+Old Changelog:
+
+dist (3.60-6) unstable; urgency=low
+
+ * Added the architecture field to the package file name.
+ * point to /usr/doc/copright/Artistic rather than install
+ our own copy.
+ * Fixed a problem with the nis.U unit which left the symbols
+ hostcat, groupcat, and passcat empty if it did not detect
+ yellow pages on the system.
+
+ -- Manoj Srivastava <srivasta@debian.org>
+
+dist (3.60-5) unstable; urgency=low
+
+ * moved the man page for dist from section 1 to section 7,
+ which is more suitable anyway since dist is not an executable
+ but a meta name. This fixes Bug#2661.
+ * edited manpages to refer to dist.7 rather than dist.1
+
+ -- Manoj Srivastava <srivasta@debian.org>
+
+dist (3.60-4) unstable; urgency=low
+
+ * Added architecture header in control
+ * added section header
+ * merged the package revision header into the revision header.
+ * cleaned up the debian.rules.
+ * added the Changelog.
+ * Fixed the description field not to include multiple contiguous
+ spaces
+
+ -- Manoj Srivastava <srivasta@debian.org>
+
+dist (3.60-3) unstable; urgency=low
+
+ * Use /etc/news/organization instead of /etc/organization
+ Please note that people who installed mailagent-3.44-1
+ and/or dist-3.60-2 shall have to remove /etc/organization
+ manually after upgrading both packages.
+
+ -- Manoj Srivastava <srivasta@debian.org>
+
+dist (3.60-2) unstable; urgency=low
+
+ * Installed debian.README under /usr/doc/c2man
+ * Added to the dist target in debian.rules
+
+dist (3.60-1) unstable; urgency=low
+
+ * Added debian.* files
+
+ -- Manoj Srivastava <srivasta@debian.org>
diff --git a/debian/clean b/debian/clean
new file mode 100644
index 0000000..49e7049
--- /dev/null
+++ b/debian/clean
@@ -0,0 +1 @@
+config.over
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 0000000..ec63514
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+9
diff --git a/debian/config.over b/debian/config.over
new file mode 100644
index 0000000..4bf5ea3
--- /dev/null
+++ b/debian/config.over
@@ -0,0 +1,4 @@
+thisdir=`pwd`
+installmansrc=$thisdir/debian/tmp/usr/share/man/man1
+installprivlib=$thisdir/debian/tmp/usr/share/dist
+installscript=$thisdir/debian/tmp/usr/bin
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..583eefe
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,36 @@
+Source: dist
+VCS-Git: https://anonscm.debian.org/git/users/srivasta/debian/dist.git
+VCS-Browser: http://anonscm.debian.org/git/users/srivasta/debian/dist.git
+Section: devel
+Priority: optional
+Maintainer: Manoj Srivastava <srivasta@debian.org>
+Standards-Version: 4.1.3
+Build-Depends-Indep: debhelper (>= 11), sharutils, po-debconf,
+ gettext
+
+Package: dist
+Architecture: all
+Multi-Arch: foreign
+Depends: perl, libperl4-corelibs-perl, debconf (>= 1.2.0) | debconf-2.0,
+ ${misc:Depends}
+Description: Tools for developing, maintaining and distributing software
+ The dist package is a set of tools meant to ease the construction
+ and maintenance of portable software.
+ .
+ The first component is the Configure script generator, metaconfig, which
+ automatically builds the Configure script from your sources. Ideally,
+ the end-user receiving your source code will simply have to read
+ your README file, run the Configure script (which is self-documented),
+ and then run make.
+ .
+ The second component is the Makefile.SH generator, which is a generic
+ configured Makefile, reusing some of the information figured out
+ by Configure, and a generic Jmakefile description.
+ .
+ The third component is the RCS aware package generator, which is
+ used when it's time to build up the shell archives used to distribute
+ your program.
+ .
+ The fourth and latest component is the patch generator, used to
+ make updates of your sources, which can later be applied on the
+ original distribution by using the patch program.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..1108b31
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,97 @@
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: dist 3.0
+Upstream-Contact: Raphael Manfredi <Raphael_Manfredi@grenoble.hp.com>
+Sources: https://svn.code.sf.net/p/dist/code/trunk/dist
+
+Files: *
+Copyright: 1991-1997, 2004-2006, Raphael Manfredi
+ 1990-1992, Harlan Stenn
+ 1988, Larry Wall
+License: Artistic
+
+Files: Artistic
+Copyright: s for the package.
+License: Artistic
+
+Files: ChangeLog
+Copyright: dates
+License: Artistic
+
+Files: Configure
+Copyright: ed.
+License: Artistic
+
+Files: Jmakefile
+Copyright: 1991-1997, 2004-2006, Raphael Manfredi
+License: Artistic
+
+Files: bin/*
+Copyright: 1991-1997, 2004-2006, Raphael Manfredi
+License: Artistic
+
+Files: debian/*
+Copyright: 2006, 2008, Manoj Srivastava <srivasta@debian.org>
+ 1995-2005
+License: GPL-2+
+
+Files: jmake/Jmakefile
+Copyright: 1991-1997, 2004-2006, Raphael Manfredi
+License: Artistic
+
+Files: kit/*
+Copyright: 1991-1997, 2004-2006, Raphael Manfredi
+License: Artistic
+
+Files: lib/*
+Copyright: 1991-1997, 2004-2006, Raphael Manfredi
+License: Artistic
+
+Files: mcon/Jmakefile
+Copyright: 1991-1997, 2004-2006, Raphael Manfredi
+License: Artistic
+
+Files: mcon/man/*
+Copyright: 1991-1997, 2004-2006, Raphael Manfredi
+License: Artistic
+
+Files: mcon/pl/*
+Copyright: 1991-1997, 2004-2006, Raphael Manfredi
+License: Artistic
+
+Files: pat/*
+Copyright: 1991-1997, 2004-2006, Raphael Manfredi
+License: Artistic
+
+Files: pl/*
+Copyright: 1991-1997, 2004-2006, Raphael Manfredi
+License: Artistic
+
+License: Artistic
+ This program is free software; you can redistribute it and/or modify
+ it under the terms of the Artistic License, a copy of which can be
+ found with this package.
+ .
+ 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
+ Artistic License for more details.
+ .
+ On Debian systems, the full text of the Artistic License can be found
+ in the file `/usr/share/common-licenses/Artistic'.
+
+License: GPL-2+
+ This package 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.
+ .
+ This package 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, see <https://www.gnu.org/licenses/>.
+ .
+ On Debian systems, the complete text of the GNU General
+ Public License can be found in "/usr/share/common-licenses/GPL-2".
diff --git a/debian/dist.config b/debian/dist.config
new file mode 100644
index 0000000..92b72b1
--- /dev/null
+++ b/debian/dist.config
@@ -0,0 +1,82 @@
+#!/bin/sh
+# -*- Mode: Sh -*-
+# config ---
+# Author : Manoj Srivastava ( srivasta@glaurung.green-gryphon.com )
+# Created On : Fri Oct 31 21:53:31 2003
+# Created On Node : glaurung.green-gryphon.com
+# Last Modified By : Manoj Srivastava
+# Last Modified On : Tue Dec 2 21:36:50 2003
+# Last Machine Used: glaurung.green-gryphon.com
+# Update Count : 13
+# Status : Unknown, Use with caution!
+# HISTORY :
+# Description :
+# arch-tag: 1c40a2eb-f28c-41b5-a423-671be2e816ed
+#
+
+set -e
+
+case "$1" in
+ configure)
+ # Configure this package. If the package must prompt the user for
+ # information, do it here.
+ if [ ! -e /etc/news/organization ]; then
+ if [ -e /usr/share/debconf/confmodule ]; then
+ . /usr/share/debconf/confmodule
+ db_capb
+ ok=''
+ # See if the old shared question still exists.
+ if db_get share/news/organization; then
+ if [ "X$RET" != "X" ]; then
+ ok=1
+ break
+ fi
+ fi
+ while [ ! "$ok" ]; do
+ retval=$(db_input low shared/news/organization) || true
+ if [ "$retval" = "30 question skipped" ]; then
+ ok=1
+ fi
+ db_go || true
+ db_get shared/news/organization
+ if [ "X$RET" != "X" ]; then
+ ok=1
+ break
+ fi
+ done
+ fi
+ fi
+
+ ;;
+ reconfigure)
+ if [ ! -e /etc/news/organization ]; then
+ if [ -e /usr/share/debconf/confmodule ]; then
+ . /usr/share/debconf/confmodule
+ db_capb
+ ok=''
+ # See if the old shared question still exists.
+ if db_get share/news/organization; then
+ if [ "X$RET" != "X" ]; then
+ ok=1
+ break
+ fi
+ fi
+ while [ ! "$ok" ]; do
+ retval=$(db_input low shared/news/organization) || true
+ if [ "$retval" = "30 question skipped" ]; then
+ ok=1
+ fi
+ db_go || true
+ db_get shared/news/organization
+ if [ "X$RET" != "X" ]; then
+ ok=1
+ break
+ fi
+ done
+ fi
+ fi
+ ;;
+ *) echo "$0: didn't understand being called with \`$1'" 1>&2
+ exit 0;;
+esac
+
diff --git a/debian/dist.docs b/debian/dist.docs
new file mode 100644
index 0000000..64250d5
--- /dev/null
+++ b/debian/dist.docs
@@ -0,0 +1,5 @@
+Credits
+README
+Wishlist
+Known_bugs
+debian/README.Debian
diff --git a/debian/dist.install b/debian/dist.install
new file mode 100644
index 0000000..ead77d0
--- /dev/null
+++ b/debian/dist.install
@@ -0,0 +1,2 @@
+/usr/share usr
+/usr/bin usr
diff --git a/debian/dist.postinst b/debian/dist.postinst
new file mode 100644
index 0000000..3e8da16
--- /dev/null
+++ b/debian/dist.postinst
@@ -0,0 +1,472 @@
+#! /bin/sh
+# -*- Mode: Sh -*-
+# postinst ---
+# Author : Manoj Srivastava ( srivasta@glaurung.green-gryphon.com )
+# Created On : Fri Nov 14 11:25:07 2003
+# Created On Node : glaurung.green-gryphon.com
+# Last Modified By : Manoj Srivastava
+# Last Modified On : Mon Dec 1 21:50:09 2003
+# Last Machine Used: glaurung.green-gryphon.com
+# Update Count : 27
+# Status : Unknown, Use with caution!
+# HISTORY :
+# Description :
+#
+# arch-tag: 5401e9ef-39cc-4aee-96a4-61dfb8f32cf7
+#
+# 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.
+#
+# 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+#
+#
+
+# Abort if any command returns an error value
+set -e
+
+package_name=dist;
+
+if [ -z "$package_name" ]; then
+ print >&2 "Internal Error. Please report a bug."
+ exit 1;
+fi
+
+# This script is called as the last step of the installation of the
+# package. All the package's files are in place, dpkg has already done
+# its automatic conffile handling, and all the packages we depend of
+# are already fully installed and configured.
+# summary of how this script can be called:
+# * <postinst> `configure' <most-recently-configured-version>
+# * <old-postinst> `abort-upgrade' <new version>
+# * <conflictor's-postinst> `abort-remove' `in-favour' <package>
+# <new-version>
+# * <deconfigured's-postinst> `abort-deconfigure' `in-favour'
+# <failed-install-package> <version> `removing'
+# <conflicting-package> <version>
+# for details, see http://www.debian.org/doc/debian-policy/ or
+# the debian-policy package
+#
+# quoting from the policy:
+# Any necessary prompting should almost always be confined to the
+# post-installation script, and should be protected with a conditional
+# so that unnecessary prompting doesn't happen if a package's
+# installation fails and the `postinst' is called with `abort-upgrade',
+# `abort-remove' or `abort-deconfigure'.
+
+# The following idempotent stuff doesn't generally need protecting
+# against being run in the abort-* cases.
+
+# Install info files into the dir file
+##: install-info --quiet --section "section pattern" "Section Title" \
+##: --description="Name of the document" /usr/info/${package_name}.info
+
+# Create stub directories under /usr/local
+##: if test ! -d /usr/local/lib/${package_name}; then
+##: if test ! -d /usr/local/lib; then
+##: if mkdir /usr/local/lib; then
+##: chown root.staff /usr/local/lib || true
+##: chmod 2775 /usr/local/lib || true
+##: fi
+##: fi
+##: if mkdir /usr/local/lib/${package_name}; then
+##: chown root.staff /usr/local/lib/${package_name} || true
+##: chmod 2775 /usr/local/lib/${package_name} || true
+##: fi
+##: fi
+
+# Ensure the menu system is updated
+##: [ ! -x /usr/bin/update-menus ] || /usr/bin/update-menus
+
+# Arrange for a daemon to be started at system boot time
+##: update-rc.d ${package_name} default >/dev/null
+
+ask_organization () {
+ if [ -e /usr/share/debconf/confmodule ]; then
+ . /usr/share/debconf/confmodule
+ db_capb
+ ok=''
+ # See if the old shared question still exists.
+ if db_get share/news/organization; then
+ if [ "X$RET" != "X" ]; then
+ orgname="$RET"
+ db_fget share/news/organization seen
+ if [ "$RET" = true ]; then
+ if [ "$orgname" = "--none--" ]; then
+ orgname=""
+ fi
+ else
+ orgname=""
+ fi
+ # I no longer claim this question.
+ db_unregister share/news/organization
+ fi
+ else
+ # Good. The old question is gone.
+ if ! db_get shared/news/organization; then
+ while [ ! "$ok" ]; do
+ retval=$(db_input low shared/news/organization) || true
+ if [ "$retval" = "30 question skipped" ]; then
+ ok=1
+ fi
+ db_go || true
+ db_get shared/news/organization
+ if [ "X$RET" != "X" ]; then
+ ok=1
+ break
+ fi
+ done
+ fi
+ db_fget shared/news/organization seen
+ if [ "$RET" = true ]; then
+ # The user saw and answered the question using debconf.
+ db_get shared/news/organization
+ if [ "$RET" = "--none--" ]; then
+ orgname=""
+ else
+ orgname="$RET"
+ fi
+ else
+ # Debconf did not display the question to the user.
+ orgname=""
+ fi
+ fi
+ else
+ # Debconf is not available so ask the question by hand.
+ echo ""
+ /bin/cat << 'EOH'
+
+ Please type the name of your organization as you want it to
+ appear on the Organization line of outgoing articles/patches.
+ This information is stored in the configuration file
+ /etc/news/organization. (It is nice if this also specifies
+ your location. Your city name is probably sufficient if well
+ known.) For example:
+
+ University of Southern North Dakota, Hoople
+ type in "--none--" if you do not want to specify one.
+ However, you shall be asked again on the next upgrade if
+ /etc/news/organization does not exist.
+
+EOH
+
+ orgname=""
+ while test "X$orgname" = "X"; do
+ rp='Organization:'
+ xxxm=$dflt
+ case "$xxxm" in
+ '') echo -n "$rp " ;;
+ *) case "$rp" in
+ '') echo -n "[$xxxm] ";;
+ *)
+ if test `echo "$rp [$xxxm] " | wc -c` -ge 80; then
+ echo "$rp"
+ echo -n "[$xxxm] "
+ else
+ echo -n "$rp [$xxxm] "
+ fi
+ ;;
+ esac;;
+ esac
+ ans='!'
+ while expr "X$ans" : "X!" >/dev/null; do
+ read answ
+ set x $xxxm
+ shift
+ aok=''; eval "ans=\"$answ\"" && aok=y
+ case "$answ" in
+ "$ans")
+ case "$ans" in
+ "!")
+ sh
+ echo " "
+ case "$xxxm" in
+ '') echo -n "$rp " ;;
+ *) case "$rp" in
+ '') echo -n "[$xxxm] ";;
+ *)
+ if test `echo "$rp [$xxxm] " | wc -c` -ge 80; then
+ echo "$rp"
+ echo -n "[$xxxm] "
+ else
+ echo -n "$rp [$xxxm] "
+ fi
+ ;;
+ esac;;
+ esac
+ ;;
+ !*)
+ set x `expr "X$ans" : "X!\(.*\)$"`
+ shift
+ sh -c "$*"
+ echo " "
+ case "$xxxm" in
+ '') echo -n "$rp ";;
+ *) case "$rp" in
+ '') echo -n "[$xxxm] ";;
+ *)
+ if test `echo "$rp [$xxxm] " | wc -c` -ge 80; then
+ echo "$rp"
+ echo -n "[$xxxm] "
+ else
+ echo -n "$rp [$xxxm] "
+ fi
+ ;;
+ esac;;
+ esac
+ ;;
+ esac;;
+ *)
+ case "$aok" in
+ y)
+ echo "*** Substitution done -- please confirm."
+ xxxm="$ans"
+ ans=`echo -n "$ans" | tr '\012' ' '`
+ xxxm="$ans"
+ ans=!
+ ;;
+ *)
+ echo "*** Error -- try again."
+ ans=!
+ ;;
+ esac
+ case "$xxxm" in
+ '') echo -n "$rp " ;;
+ *) case "$rp" in
+ '') echo -n "[$xxxm] ";;
+ *)
+ if test `echo "$rp [$xxxm] " | wc -c` -ge 80; then
+ echo "$rp"
+ echo -n "[$xxxm] "
+ else
+ echo -n "$rp [$xxxm] "
+ fi
+ ;;
+ esac;;
+ esac
+ ;;
+ esac
+ case "$ans$xxxm$nostick" in
+ '')
+ ans=!
+ case "$xxxm" in
+ '') echo -n "$rp " ;;
+ *) case "$rp" in
+ '') echo -n "[$xxxm] ";;
+ *)
+ if test `echo "$rp [$xxxm] " | wc -c` -ge 80; then
+ echo "$rp"
+ echo -n "[$xxxm] "
+ else
+ echo -n "$rp [$xxxm] "
+ fi
+ ;;
+ esac;;
+ esac
+ ;;
+ esac
+ done
+ case "$ans" in
+ '') ans="$xxxm";;
+ esac
+ orgname="$ans"
+ done
+ if [ "$ans" = "--none--" ]; then
+ orgname=""
+ fi
+ fi
+
+}
+
+set_org_perms () {
+ chown root /etc/news/organization
+ if grep news /etc/group > /dev/null 2>&1 ; then
+ chgrp news /etc/news/organization
+ else
+ chgrp root /etc/news/organization
+ fi
+ chmod 0644 /etc/news/organization
+}
+
+case "$1" in
+ configure)
+ # Configure this package. If the package must prompt the user for
+ # information, do it here.
+ # Install emacs lisp files
+ ##:if [ -x /usr/lib/emacsen-common/emacs-package-install ]; then
+ ##: /usr/lib/emacsen-common/emacs-package-install $package_name
+ ##:fi
+
+
+ # Activate menu-methods script
+ ##: chmod a+x /etc/menu-methods/${package_name}
+
+ # Update ld.so cache
+ ##: ldconfig
+
+ # Make our version of a program available
+ ##: update-alternatives \
+ ##: --install /usr/bin/program program /usr/bin/alternative 50 \
+ ##: --slave /usr/man/man1/program.1.gz program.1.gz \
+ ##: /usr/man/man1/alternative.1.gz
+
+ # Tell ucf that the file in /usr/share/foo is the latest
+ # maintainer version, and let it handle how to manage the real
+ # confuguration file in /etc. This is how a static configuration
+ # file can be handled:
+ ##:if which ucf >/dev/null 2>&1; then
+ ##: ucf /usr/share/${package_name}/configuration /etc/${package_name}.conf
+ ##:fi
+
+ ### We could also do this on the fly. The following is from Tore
+ ### Anderson:
+
+ if [ -e /usr/share/debconf/confmodule ]; then
+ . /usr/share/debconf/confmodule
+ fi
+
+
+ ### find out what the user answered.
+ # db_get foo/run_on_boot
+ # run_on_boot=$RET
+ # db_stop
+
+ ### safely create a temporary file to generate our suggested
+ ### configuration file.
+ # tempfile=`tempfile`
+ # cat << _eof > $tempfile
+ ### Configuration file for Foo.
+
+ ### this was answered by you, the user in a debconf dialogue
+ # RUNONBOOT=$run_on_boot
+
+ ### this was not, as it has a sane default value.
+ # COLOUROFSKY=blue
+
+ #_eof
+
+ ### Note that some versions of debconf do not release stdin, so
+ ### the following invocation of ucf may not work, since the stdin
+ ### is never coneected to ucfr.
+
+ ### now, invoke ucf, which will take care of the rest, and ask
+ ### the user if he wants to update his file, if it is modified.
+ #ucf $tempfile /etc/foo.conf
+
+ ### done! now we'll just clear up our cruft.
+ #rm -f $tempfile
+
+
+
+ # There are three sub-cases:
+ if test "${2+set}" != set; then
+ # We're being installed by an ancient dpkg which doesn't remember
+ # which version was most recently configured, or even whether
+ # there is a most recently configured version.
+ :
+
+ elif test -z "$2" || test "$2" = "<unknown>"; then
+ # The package has not ever been configured on this system, or was
+ # purged since it was last configured.
+ :
+
+ else
+ # Version $2 is the most recently configured version of this
+ # package.
+ :
+
+ fi
+
+ if [ ! -f /etc/news/organization ]; then
+ echo ""
+ echo "Hmmm.. You don't seem to have an /etc/news/organization file."
+ echo "Ususally that contains the name of your organization as "
+ echo "you want it to appear on the Organization line of outgoing"
+ echo "articles/patches."
+ echo ""
+
+ : echo create directory
+ if test ! -d /etc/news ; then
+ mkdir /etc/news
+ chown root /etc/news
+ if grep news /etc/group > /dev/null 2>&1 ; then
+ chgrp news /etc/news
+ else
+ echo "darn, you do not have news in /etc/group"
+ chgrp root /etc/news
+ fi
+ chmod 2755 /etc/news
+ fi
+
+ # if the organization stuff exists, then copy that over
+ if test -f /etc/organization ; then
+ echo "But you do have /etc/organization. I'll Use that."
+ echo "If that is not right, just edit the /etc/news/organization "
+ echo "after the setup is done. (/etc/organization is deprecated. You"
+ echo "might consider removing it if nothing else uses it)."
+ echo ""
+ cp /etc/organization /etc/news/organization
+ set_org_perms
+ else
+ : echo get organization name
+ ask_organization
+ if [ "X$orgname" != "X" ]; then
+ echo "$orgname" > /etc/news/organization
+ set_org_perms
+ fi
+ fi
+ fi
+
+ ;;
+
+ abort-upgrade)
+ # Back out of an attempt to upgrade this package FROM THIS VERSION
+ # to version $2. Undo the effects of "prerm upgrade $2".
+ :
+
+ ;;
+ abort-remove)
+ if test "$2" != in-favour; then
+ echo "$0: undocumented call to \`postinst $*'" 1>&2
+ exit 0
+ fi
+ # Back out of an attempt to remove this package, which was due to
+ # a conflict with package $3 (version $4). Undo the effects of
+ # "prerm remove in-favour $3 $4".
+ :
+
+ ;;
+ abort-deconfigure)
+ if test "$2" != in-favour || test "$5" != removing; then
+ echo "$0: undocumented call to \`postinst $*'" 1>&2
+ exit 0
+ fi
+ # Back out of an attempt to deconfigure this package, which was
+ # due to package $6 (version $7) which we depend on being removed
+ # to make way for package $3 (version $4). Undo the effects of
+ # "prerm deconfigure in-favour $3 $4 removing $6 $7".
+ :
+
+ ;;
+ *) echo "$0: didn't understand being called with \`$1'" 1>&2
+ exit 0;;
+esac
+
+# Install doc base documentation
+##:if which install-docs >/dev/null 2>&1; then
+##: if [ -e /usr/share/doc-base/${package_name} ]; then
+##: install-docs -i /usr/share/doc-base/${package_name}
+##: fi
+##:fi
+
+#DEBHELPER#
+
+exit 0
diff --git a/debian/dist.postrm b/debian/dist.postrm
new file mode 100644
index 0000000..c291ad5
--- /dev/null
+++ b/debian/dist.postrm
@@ -0,0 +1,171 @@
+#! /bin/sh
+# -*- Mode: Sh -*-
+# postrm ---
+# Author : Manoj Srivastava ( srivasta@glaurung.green-gryphon.com )
+# Created On : Fri Nov 14 12:22:20 2003
+# Created On Node : glaurung.green-gryphon.com
+# Last Modified By : Manoj Srivastava
+# Last Modified On : Mon Dec 1 13:50:29 2003
+# Last Machine Used: glaurung.green-gryphon.com
+# Update Count : 9
+# Status : Unknown, Use with caution!
+# HISTORY :
+# Description :
+#
+# arch-tag: 56802d51-d980-4822-85c0-28fce19ed430
+#
+# 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.
+#
+# 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+#
+
+
+# Abort if any command returns an error value
+set -e
+
+package_name=dist;
+
+if [ -z "$package_name" ]; then
+ print >&2 "Internal Error. Please report a bug."
+ exit 1;
+fi
+
+# This script is called twice during the removal of the package; once
+# after the removal of the package's files from the system, and as
+# the final step in the removal of this package, after the package's
+# conffiles have been removed.
+# summary of how this script can be called:
+# * <postrm> `remove'
+# * <postrm> `purge'
+# * <old-postrm> `upgrade' <new-version>
+# * <new-postrm> `failed-upgrade' <old-version>
+# * <new-postrm> `abort-install'
+# * <new-postrm> `abort-install' <old-version>
+# * <new-postrm> `abort-upgrade' <old-version>
+# * <disappearer's-postrm> `disappear' <r>overwrit>r> <new-version>
+# for details, see http://www.debian.org/doc/debian-policy/ or
+# the debian-policy package
+
+# Ensure the menu system is updated
+##: [ ! -x /usr/bin/update-menus ] || /usr/bin/update-menus
+
+case "$1" in
+ remove)
+ # This package is being removed, but its configuration has not yet
+ # been purged.
+ :
+
+ # Remove diversion
+ ##: dpkg-divert --package ${package_name} --remove --rename \
+ ##: --divert /usr/bin/other.real /usr/bin/other
+
+ # ldconfig is NOT needed during removal of a library, only during
+ # installation
+
+ ;;
+ purge)
+ # This package has previously been removed and is now having
+ # its configuration purged from the system.
+ :
+
+ # we mimic dpkg as closely as possible, so we remove configuration
+ # files with dpkg backup extensions too:
+ ### Some of the following is from Tore Anderson:
+ ##: for ext in '~' '%' .bak .dpkg-tmp .dpkg-new .dpkg-old .dpkg-dist; do
+ ##: rm -f /etc/${package_name}.conf$ext
+ ##: done
+
+ # remove the configuration file itself
+ ##: rm -f /etc/${package_name}.conf
+
+ # and finally clear it out from the ucf database
+ ##: ucf --purge /etc/${package_name}.conf
+
+ # Remove symlinks from /etc/rc?.d
+ ##: update-rc.d ${package_name} remove >/dev/null
+
+ if [ -e /usr/share/debconf/confmodule ]; then
+ # Purge this package's data from the debconf database.
+ . /usr/share/debconf/confmodule
+ db_purge
+ fi
+
+ # This package has previously been removed and is now having
+ # its configuration purged from the system.
+ ##: for flavour in emacs20 emacs21; do
+ ##: STARTDIR=/etc/$flavour/site-start.d;
+ ##: STARTFILE="${package_name}-init.el";
+ ##: if [ -e "$STARTDIR/20$STARTFILE" ]; then
+ ##: rm -f "$STARTDIR/20$STARTFILE"
+ ##: fi
+ ##: done
+
+ ;;
+ disappear)
+ if test "$2" != overwriter; then
+ echo "$0: undocumented call to \`postrm $*'" 1>&2
+ exit 0
+ fi
+ # This package has been completely overwritten by package $3
+ # (version $4). All our files are already gone from the system.
+ # This is a special case: neither "prerm remove" nor "postrm remove"
+ # have been called, because dpkg didn't know that this package would
+ # disappear until this stage.
+ :
+
+ ;;
+ upgrade)
+ # About to upgrade FROM THIS VERSION to version $2 of this package.
+ # "prerm upgrade" has been called for this version, and "preinst
+ # upgrade" has been called for the new version. Last chance to
+ # clean up.
+ :
+
+ ;;
+ failed-upgrade)
+ # About to upgrade from version $2 of this package TO THIS VERSION.
+ # "prerm upgrade" has been called for the old version, and "preinst
+ # upgrade" has been called for this version. This is only used if
+ # the previous version's "postrm upgrade" couldn't handle it and
+ # returned non-zero. (Fix old postrm bugs here.)
+ :
+
+ ;;
+ abort-install)
+ # Back out of an attempt to install this package. Undo the effects of
+ # "preinst install...". There are two sub-cases.
+ ##:
+
+ if test "${2+set}" = set; then
+ # When the install was attempted, version $2's configuration
+ # files were still on the system. Undo the effects of "preinst
+ # install $2".
+ :
+
+ else
+ # We were being installed from scratch. Undo the effects of
+ # "preinst install".
+ :
+
+ fi ;;
+ abort-upgrade)
+ # Back out of an attempt to upgrade this package from version $2
+ # TO THIS VERSION. Undo the effects of "preinst upgrade $2".
+ :
+
+ ;;
+ *) echo "$0: didn't understand being called with \`$1'" 1>&2
+ exit 0;;
+esac
+#DEBHELPER#
+exit 0
diff --git a/debian/dist.prerm b/debian/dist.prerm
new file mode 100644
index 0000000..c94c3cc
--- /dev/null
+++ b/debian/dist.prerm
@@ -0,0 +1,129 @@
+#! /bin/sh
+# -*- Mode: Sh -*-
+# prerm ---
+# Author : Manoj Srivastava ( srivasta@glaurung.green-gryphon.com )
+# Created On : Fri Nov 14 12:16:39 2003
+# Created On Node : glaurung.green-gryphon.com
+# Last Modified By : Manoj Srivastava
+# Last Modified On : Mon Dec 1 16:48:06 2003
+# Last Machine Used: glaurung.green-gryphon.com
+# Update Count : 8
+# Status : Unknown, Use with caution!
+# HISTORY :
+# Description :
+#
+# arch-tag: a4c1a888-137d-4800-98f8-93d0365422d8
+#
+# 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.
+#
+# 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+#
+#
+
+# Abort if any command returns an error value
+set -e
+
+package_name=dist;
+
+if [ -z "$package_name" ]; then
+ print >&2 "Internal Error. Please report a bug."
+ exit 1;
+fi
+
+
+# This script is called as the first step in removing the package from
+# the system. This includes cases where the user explicitly asked for
+# the package to be removed, upgrade, automatic removal due to conflicts,
+# and deconfiguration due to temporary removal of a depended-on package.
+
+# Info files should be uninstalled from the dir file in any case.
+##: install-info --quiet --remove /usr/info/${package_name}.info
+
+case "$1" in
+ remove)
+ # This package about to be removed.
+ ##:
+
+ # Remove package-specific directories from /usr/local. Don't try
+ # to remove standard directories such as /usr/local/lib.
+ ##: if test -d /usr/local/lib/${package_name}; then
+ ##: rmdir /usr/local/lib/${package_name} || true
+ ##: fi
+
+ # Deactivate menu-methods script.
+ ##: chmod a-x /etc/menu-methods/${package_name}
+
+ # Withdraw our version of a program.
+ ##: update-alternatives --remove program /usr/bin/alternative
+
+ # Get rid of the installed docs
+ ##: if which install-docs >/dev/null 2>&1; then
+ ##: install-docs -r $package_name
+ ##: fi
+
+ # Get rid of the byte compiled files
+ ##: if [ -x /usr/lib/emacsen-common/emacs-package-remove ]; then
+ ##: /usr/lib/emacsen-common/emacs-package-remove $package_name
+ ##: fi
+
+ if [ -L /usr/doc/$package_name ]; then
+ rm -f /usr/doc/$package_name
+ fi
+
+ # There are two sub-cases:
+ if test "${2+set}" = set; then
+ if test "$2" != in-favour; then
+ echo "$0: undocumented call to \`prerm $*'" 1>&2
+ exit 0
+ fi
+ # We are being removed because of a conflict with package $3
+ # (version $4), which is now being installed.
+ :
+
+ else
+ # The package is being removed in its own right.
+ :
+
+ fi ;;
+ deconfigure)
+ if test "$2" != in-favour || test "$5" != removing; then
+ echo "$0: undocumented call to \`prerm $*'" 1>&2
+ exit 0
+ fi
+ # Package $6 (version $7) which we depend on is being removed due
+ # to a conflict with package $3 (version $4), and this package is
+ # being deconfigured until $6 can be reinstalled.
+ ##:
+
+ ;;
+ upgrade)
+ # Prepare to upgrade FROM THIS VERSION of this package to version $2.
+ ##:
+
+ if [ -L /usr/doc/$package_name ]; then
+ rm -f /usr/doc/$package_name
+ fi
+
+ ;;
+ failed-upgrade)
+ # Prepare to upgrade from version $2 of this package TO THIS VERSION.
+ # This is only used if the old version's prerm couldn't handle it,
+ # and returned non-zero. (Fix old prerm bugs here.)
+ :
+
+ ;;
+ *) echo "$0: didn't understand being called with \`$1'" 1>&2
+ exit 0;;
+esac
+#DEBHELPER#
+exit 0
diff --git a/debian/po/POTFILES.in b/debian/po/POTFILES.in
new file mode 100644
index 0000000..cef83a3
--- /dev/null
+++ b/debian/po/POTFILES.in
@@ -0,0 +1 @@
+[type: gettext/rfc822deb] templates
diff --git a/debian/po/cs.po b/debian/po/cs.po
new file mode 100644
index 0000000..55296df
--- /dev/null
+++ b/debian/po/cs.po
@@ -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: dist\n"
+"Report-Msgid-Bugs-To: dist@packages.debian.org\n"
+"POT-Creation-Date: 2012-02-20 07:13+0100\n"
+"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
+"Last-Translator: Miroslav Kure <kurem@debian.cz>\n"
+"Language-Team: Czech <debian-l10n-czech@lists.debian.org>\n"
+"Language: cs\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#. Type: string
+#. Description
+#: ../templates:1001
+msgid "Name of your organization:"
+msgstr "Jméno organizace:"
+
+#. Type: string
+#. Description
+#: ../templates:1001
+msgid ""
+"You don't seem to have an /etc/news/organization file. Usually that contains "
+"the name of your organization as you want it to appear on the Organization "
+"line of outgoing articles/mail/patches. Please supply the name of your "
+"organization as you want it to appear on the Organization line of outgoing "
+"articles/patches. (It is nice if this also specifies your location. Your "
+"city name is probably sufficient if well known.) For example:"
+msgstr ""
+"Zdá se, že nemáte soubor /etc/news/organization, ve kterém se obvykle "
+"nachází jméno organizace tak, jak chcete, aby se zobrazovalo v poli "
+"Organization u odchozích news příspěvků, pošty a třeba záplat. Zadejte "
+"prosím jméno organizace tak, jak chcete, aby se zobrazovalo v hlavičce "
+"Organization. (Bývá zvykem zadat i umístění organizace. Pokud je organizace "
+"dostatečně známá, postačí jméno města.) Například:"
+
+#. Type: string
+#. Description
+#: ../templates:1001
+msgid " University of Southern North Dakota, Hoople"
+msgstr " Univerzita Palackého, Olomouc"
+
+#. Type: string
+#. Description
+#: ../templates:1001
+msgid "Type in \"--none--\" if you do not want to specify one."
+msgstr "Nechcete-li používat toto pole, zadejte \"--none--\"."
diff --git a/debian/po/da.po b/debian/po/da.po
new file mode 100644
index 0000000..8e55f4f
--- /dev/null
+++ b/debian/po/da.po
@@ -0,0 +1,54 @@
+# Danish translation dist.
+# Copyright (C) 2011 dist & nedenstående oversættere.
+# This file is distributed under the same license as the dist package.
+# Joe Hansen (joedalton2@yahoo.dk), 2011.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: dist\n"
+"Report-Msgid-Bugs-To: dist@packages.debian.org\n"
+"POT-Creation-Date: 2012-02-20 07:13+0100\n"
+"PO-Revision-Date: 2011-07-09 12:42+0000\n"
+"Last-Translator: Joe Hansen <joedalton2@yahoo.dk>\n"
+"Language-Team: Danish <debian-l10n-danish@lists.debian.org>\n"
+"Language: da\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#. Type: string
+#. Description
+#: ../templates:1001
+msgid "Name of your organization:"
+msgstr "Navn på din organisation:"
+
+#. Type: string
+#. Description
+#: ../templates:1001
+msgid ""
+"You don't seem to have an /etc/news/organization file. Usually that contains "
+"the name of your organization as you want it to appear on the Organization "
+"line of outgoing articles/mail/patches. Please supply the name of your "
+"organization as you want it to appear on the Organization line of outgoing "
+"articles/patches. (It is nice if this also specifies your location. Your "
+"city name is probably sufficient if well known.) For example:"
+msgstr ""
+"Du ser ikke ud til at have en /etc/news/organization-fil. Normalt indeholder "
+"den navnet på din organisation, som du ønsker skal fremgå af "
+"organisationslinjen på udgående artikler/post/rettelser. Angiv venligst "
+"navnet på din organisation, som du ønsker den skal fremgå af "
+"organisationslinjen på udgående artikler/rettelser. (Det er godt hvis denne "
+"også angiver dit sted. Dit bynavn er sikkert tilstrækkeligt, hvis det er "
+"velkendt). For eksempel:"
+
+#. Type: string
+#. Description
+#: ../templates:1001
+msgid " University of Southern North Dakota, Hoople"
+msgstr " Københavns Universitet, København"
+
+#. Type: string
+#. Description
+#: ../templates:1001
+msgid "Type in \"--none--\" if you do not want to specify one."
+msgstr "Indtast »--ingen--« hvis du ikke ønsker at angive en organisation."
diff --git a/debian/po/de.po b/debian/po/de.po
new file mode 100644
index 0000000..bbc4c27
--- /dev/null
+++ b/debian/po/de.po
@@ -0,0 +1,63 @@
+# translation of dist_3.70-24_templates.po to German
+#
+# 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.
+# Erik Schanze <mail@erikschanze.de>, 2004.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: dist_3.70-24_templates\n"
+"Report-Msgid-Bugs-To: dist@packages.debian.org\n"
+"POT-Creation-Date: 2012-02-20 07:13+0100\n"
+"PO-Revision-Date: 2004-06-02 22:45+0200\n"
+"Last-Translator: Erik Schanze <mail@erikschanze.de>\n"
+"Language-Team: German <debian-l10n-german@lists.debian.org>\n"
+"Language: de\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"
+
+#. Type: string
+#. Description
+#: ../templates:1001
+msgid "Name of your organization:"
+msgstr "Name Ihrer Organisation:"
+
+#. Type: string
+#. Description
+#: ../templates:1001
+msgid ""
+"You don't seem to have an /etc/news/organization file. Usually that contains "
+"the name of your organization as you want it to appear on the Organization "
+"line of outgoing articles/mail/patches. Please supply the name of your "
+"organization as you want it to appear on the Organization line of outgoing "
+"articles/patches. (It is nice if this also specifies your location. Your "
+"city name is probably sufficient if well known.) For example:"
+msgstr ""
+"Sie haben scheinbar keine Datei /etc/news/organization. normalerweise "
+"enthält diese den Namen Ihrer Organisation, der in der Zeile Organisation "
+"von abgehenden Artikeln, Emails oder Patches. Bitte geben Sie den Namen der "
+"Organisation ein, so wie er in der Zeile Organisation von abgehenden "
+"Artikeln und Patches stehen soll. (Es wäre gut, wenn er auch Ihren Ort "
+"enthält. Der Name Ihrer Stadt sollte genügen, wenn Sie allgemein bekannt "
+"ist.) Zum Beispiel: "
+
+#. Type: string
+#. Description
+#: ../templates:1001
+msgid " University of Southern North Dakota, Hoople"
+msgstr " Hochschule für Technik und Wirtschaft Dresden"
+
+#. Type: string
+#. Description
+#: ../templates:1001
+msgid "Type in \"--none--\" if you do not want to specify one."
+msgstr "Geben Sie \"--none--\" ein, wenn Sie keinen angeben wollen."
diff --git a/debian/po/es.po b/debian/po/es.po
new file mode 100644
index 0000000..eb43e30
--- /dev/null
+++ b/debian/po/es.po
@@ -0,0 +1,77 @@
+# dist po-debconf translation to Spanish
+# Copyright (C) 2005 Software in the Public Interest
+# This file is distributed under the same license as the dist package.
+#
+# Changes:
+# - Initial translation
+# César Gómez Martín <cesar.gomez@gmail.com>
+#
+# Traductores, si no conoce el formato PO, merece la pena leer la
+# documentación de gettext, especialmente las secciones dedicadas a este
+# formato, por ejemplo ejecutando:
+# info -n '(gettext)PO Files'
+# info -n '(gettext)Header Entry'
+# Equipo de traducción al español, por favor, lean antes de traducir
+# los siguientes documentos:
+#
+# - El proyecto de traducción de Debian al español
+# http://www.debian.org/intl/spanish/
+# especialmente las notas de traducción en
+# http://www.debian.org/intl/spanish/notas
+#
+# - La guía de traducción de po's de debconf:
+# /usr/share/doc/po-debconf/README-trans
+# o http://www.debian.org/intl/l10n/po-debconf/README-trans
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: dist\n"
+"Report-Msgid-Bugs-To: dist@packages.debian.org\n"
+"POT-Creation-Date: 2012-02-20 07:13+0100\n"
+"PO-Revision-Date: 2005-09-20 18:52+0100\n"
+"Last-Translator: César Gómez Martín <cesar.gomez@gmail.com>\n"
+"Language-Team: Debian l10n spanish <debian-l10n-spanish@lists.debian.org>\n"
+"Language: \n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=utf-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"X-Poedit-Language: Spanish\n"
+"X-Poedit-Country: SPAIN\n"
+"X-Poedit-SourceCharset: utf-8\n"
+
+#. Type: string
+#. Description
+#: ../templates:1001
+msgid "Name of your organization:"
+msgstr "Nombre de su organización:"
+
+#. Type: string
+#. Description
+#: ../templates:1001
+msgid ""
+"You don't seem to have an /etc/news/organization file. Usually that contains "
+"the name of your organization as you want it to appear on the Organization "
+"line of outgoing articles/mail/patches. Please supply the name of your "
+"organization as you want it to appear on the Organization line of outgoing "
+"articles/patches. (It is nice if this also specifies your location. Your "
+"city name is probably sufficient if well known.) For example:"
+msgstr ""
+"Parece que no tiene un fichero /etc/news/organization. Normalmente ese "
+"fichero contiene el nombre de su organización, tal y como usted quiere que "
+"aparezca en la línea «Organización» de sus artículos/correos/parches "
+"salientes. Por favor, proporcione el nombre de su organización tal y como "
+"quiere que aparezca en la línea «Organización» de sus artículos/parches "
+"salientes. (Estaría bien si también pone su ubicación. El nombre de la "
+"ciudad suele ser suficiente si es muy conocida.) Por ejemplo:"
+
+#. Type: string
+#. Description
+#: ../templates:1001
+msgid " University of Southern North Dakota, Hoople"
+msgstr " Universidad de Extremadura, Cáceres (España)"
+
+#. Type: string
+#. Description
+#: ../templates:1001
+msgid "Type in \"--none--\" if you do not want to specify one."
+msgstr "Escriba «--none--» si no quiere especificar ninguno."
diff --git a/debian/po/fr.po b/debian/po/fr.po
new file mode 100644
index 0000000..c71ebe8
--- /dev/null
+++ b/debian/po/fr.po
@@ -0,0 +1,64 @@
+# translation of fr.po to French
+#
+# 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.
+# Christian Perrier <bubulle@debian.org>, 2004.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: dist\n"
+"Report-Msgid-Bugs-To: dist@packages.debian.org\n"
+"POT-Creation-Date: 2012-02-20 07:13+0100\n"
+"PO-Revision-Date: 2004-04-16 13:46+0100\n"
+"Last-Translator: Christian Perrier <bubulle@debian.org>\n"
+"Language-Team: French <debian-l10n-french@lists.debian.org>\n"
+"Language: fr\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=iso-8859-1\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#. Type: string
+#. Description
+#: ../templates:1001
+msgid "Name of your organization:"
+msgstr "Nom de votre organisation:"
+
+#. Type: string
+#. Description
+#: ../templates:1001
+msgid ""
+"You don't seem to have an /etc/news/organization file. Usually that contains "
+"the name of your organization as you want it to appear on the Organization "
+"line of outgoing articles/mail/patches. Please supply the name of your "
+"organization as you want it to appear on the Organization line of outgoing "
+"articles/patches. (It is nice if this also specifies your location. Your "
+"city name is probably sufficient if well known.) For example:"
+msgstr ""
+"Vous n'avez pas de fichier /etc/news/organization. Habituellement, ce "
+"fichier contient le nom de votre organisation, qui est inscrit sur la ligne "
+"Organization des articles, courriels et correctifs envoys. Veuillez "
+"indiquer le nom de l'organisation que vous souhaitez voir figurer sur cette "
+"ligne. Vous pouvez aussi indiquer votre adresse, ou simplement votre ville "
+"si elle est connue. Exemple:"
+
+#. Type: string
+#. Description
+#: ../templates:1001
+msgid " University of Southern North Dakota, Hoople"
+msgstr " Universit Pierre et Marie Curie, Paris"
+
+#. Type: string
+#. Description
+#: ../templates:1001
+msgid "Type in \"--none--\" if you do not want to specify one."
+msgstr ""
+"Si vous ne dsirez pas spcifier d'organisation, inscrivez --none--."
diff --git a/debian/po/it.po b/debian/po/it.po
new file mode 100644
index 0000000..ebf4c70
--- /dev/null
+++ b/debian/po/it.po
@@ -0,0 +1,56 @@
+# Italian translation of dist debconf messages.
+# Copyright (C) 2008 Manoj Srivastava <srivasta@debian.org>
+# This file is distributed under the same license as the dist package.
+# Beatrice Torracca <beatricet@libero.it>, 2012.
+msgid ""
+msgstr ""
+"Project-Id-Version: dist\n"
+"Report-Msgid-Bugs-To: dist@packages.debian.org\n"
+"POT-Creation-Date: 2012-02-20 07:13+0100\n"
+"PO-Revision-Date: 2012-02-24 20:01+0200\n"
+"Last-Translator: Beatrice Torracca <beatricet@libero.it>\n"
+"Language-Team: Italian <debian-l10n-italian@lists.debian.org>\n"
+"Language: it\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"
+"X-Generator: Virtaal 0.7.1\n"
+
+#. Type: string
+#. Description
+#: ../templates:1001
+msgid "Name of your organization:"
+msgstr "Nome dell'organizzazione di appartenenza:"
+
+#. Type: string
+#. Description
+#: ../templates:1001
+msgid ""
+"You don't seem to have an /etc/news/organization file. Usually that contains "
+"the name of your organization as you want it to appear on the Organization "
+"line of outgoing articles/mail/patches. Please supply the name of your "
+"organization as you want it to appear on the Organization line of outgoing "
+"articles/patches. (It is nice if this also specifies your location. Your "
+"city name is probably sufficient if well known.) For example:"
+msgstr ""
+"Non sembra essere presente un file /etc/news/organization. Solitamente "
+"questo contiene il nome della propria organizzazione, così come deve "
+"apparire nella riga Organization di articoli, messaggi di posta e patch in "
+"uscita. Inserire il nome della propria organizzazione così come si desidera "
+"che appaia nella riga Organization di articoli e patch in uscita. (È bene "
+"specificare anche la località. Il nome della città è probabilmente "
+"sufficiente, se è una località conosciuta.) Ad esempio:"
+
+#. Type: string
+#. Description
+#: ../templates:1001
+msgid " University of Southern North Dakota, Hoople"
+msgstr " Scuola Normale Superiore, Pisa"
+
+#. Type: string
+#. Description
+#: ../templates:1001
+msgid "Type in \"--none--\" if you do not want to specify one."
+msgstr ""
+"Inserire \"--none--\" se non si desidera specificare un'organizzazione."
diff --git a/debian/po/ja.po b/debian/po/ja.po
new file mode 100644
index 0000000..0decddb
--- /dev/null
+++ b/debian/po/ja.po
@@ -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: dist 3.70-26\n"
+"Report-Msgid-Bugs-To: dist@packages.debian.org\n"
+"POT-Creation-Date: 2012-02-20 07:13+0100\n"
+"PO-Revision-Date: 2004-07-04 21:24+0900\n"
+"Last-Translator: Hideki Yamane <henrich@samba.gr.jp>\n"
+"Language-Team: Japanese <debian-japanese@lists.debian.org>\n"
+"Language: ja\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=EUC-JP\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#. Type: string
+#. Description
+#: ../templates:1001
+msgid "Name of your organization:"
+msgstr "ȿ̾: "
+
+#. Type: string
+#. Description
+#: ../templates:1001
+msgid ""
+"You don't seem to have an /etc/news/organization file. Usually that contains "
+"the name of your organization as you want it to appear on the Organization "
+"line of outgoing articles/mail/patches. Please supply the name of your "
+"organization as you want it to appear on the Organization line of outgoing "
+"articles/patches. (It is nice if this also specifies your location. Your "
+"city name is probably sufficient if well known.) For example:"
+msgstr ""
+"/etc/news/organization ե뤬̵褦Ǥ̾ˤ뵭"
+"᡼롦ѥå Organization Ԥɽȿ̾ޤޤƤޤ"
+"뵭ѥå Organization Ԥɽȿ̾ϤƤ("
+"̾ʻƤΤ⤤ͤǤͭ̾ԻԤʤԻ̾Ǥ⽽ʬǤ"
+") : "
+
+#. Type: string
+#. Description
+#: ../templates:1001
+msgid " University of Southern North Dakota, Hoople"
+msgstr " Bakada University, in Waseda's Neighborhood Northwest Tokyo"
+
+#. Type: string
+#. Description
+#: ../templates:1001
+msgid "Type in \"--none--\" if you do not want to specify one."
+msgstr "ä˻ꤷʤ \"--none--\" ȤƤ"
diff --git a/debian/po/nl.po b/debian/po/nl.po
new file mode 100644
index 0000000..271c10a
--- /dev/null
+++ b/debian/po/nl.po
@@ -0,0 +1,62 @@
+#
+# 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: dist 3.70-20\n"
+"Report-Msgid-Bugs-To: dist@packages.debian.org\n"
+"POT-Creation-Date: 2012-02-20 07:13+0100\n"
+"PO-Revision-Date: 2004-06-25 11:52+0100\n"
+"Last-Translator: Luk Claes <luk.claes@ugent.be>\n"
+"Language-Team: Debian l10n Dutch <debian-l10n-dutch@lists.debian.org>\n"
+"Language: \n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=iso-8859-1\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#. Type: string
+#. Description
+#: ../templates:1001
+msgid "Name of your organization:"
+msgstr "Naam van uw organisatie:"
+
+#. Type: string
+#. Description
+#: ../templates:1001
+msgid ""
+"You don't seem to have an /etc/news/organization file. Usually that contains "
+"the name of your organization as you want it to appear on the Organization "
+"line of outgoing articles/mail/patches. Please supply the name of your "
+"organization as you want it to appear on the Organization line of outgoing "
+"articles/patches. (It is nice if this also specifies your location. Your "
+"city name is probably sufficient if well known.) For example:"
+msgstr ""
+"U blijkt geen /etc/news/organization-bestand te hebben. Gewoonlijk bevat dit "
+"de naam van uw organisatie zoals u wilt dat die verschijnt op de "
+"Organization-regel van uitgaande artikels/e-mail/patches. Geef de naam van "
+"uw organisatie zoals u wilt dat die verschijnt op de Organization-regel van "
+"uitgaande artikels/patches. (Het is leuk als die ook uw locatie specifieert. "
+"Waarschijnlijk is de naam van uw stad voldoende als die goed gekend is.) "
+"Bijvoorbeeld:"
+
+#. Type: string
+#. Description
+#: ../templates:1001
+msgid " University of Southern North Dakota, Hoople"
+msgstr " Universiteit van Zuidelijk Noord-Dakota, Hoople"
+
+#. Type: string
+#. Description
+#: ../templates:1001
+msgid "Type in \"--none--\" if you do not want to specify one."
+msgstr "Typ \"--none--\" als u er geen wilt specifiren"
diff --git a/debian/po/pl.po b/debian/po/pl.po
new file mode 100644
index 0000000..e7cd599
--- /dev/null
+++ b/debian/po/pl.po
@@ -0,0 +1,55 @@
+# Translation of dist debconf templates to Polish.
+# Copyright (C) 2012
+# This file is distributed under the same license as the dist package.
+#
+# Michał Kułach <michal.kulach@gmail.com>, 2012.
+msgid ""
+msgstr ""
+"Project-Id-Version: dist\n"
+"Report-Msgid-Bugs-To: dist@packages.debian.org\n"
+"POT-Creation-Date: 2012-02-20 07:13+0100\n"
+"PO-Revision-Date: 2012-02-22 14:37+0100\n"
+"Last-Translator: Michał Kułach <michal.kulach@gmail.com>\n"
+"Language-Team: Polish <debian-l10n-polish@lists.debian.org>\n"
+"Language: pl\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"X-Generator: Lokalize 1.2\n"
+"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 "
+"|| n%100>=20) ? 1 : 2);\n"
+
+#. Type: string
+#. Description
+#: ../templates:1001
+msgid "Name of your organization:"
+msgstr "Nazwa organizacji:"
+
+#. Type: string
+#. Description
+#: ../templates:1001
+msgid ""
+"You don't seem to have an /etc/news/organization file. Usually that contains "
+"the name of your organization as you want it to appear on the Organization "
+"line of outgoing articles/mail/patches. Please supply the name of your "
+"organization as you want it to appear on the Organization line of outgoing "
+"articles/patches. (It is nice if this also specifies your location. Your "
+"city name is probably sufficient if well known.) For example:"
+msgstr ""
+"Wygląda na to, że plik /etc/news/organization nie istnieje. Zawiera on nazwę "
+"organizacji, która pojawia się w wierszu Organization w wysyłanych "
+"artykułach, listach elektronicznych lub łatkach. Proszę podać nazwę swojej "
+"organizacji. Dobrze jest również podać swoją lokalizację, przy czym nazwa "
+"miasta jest z reguły wystarczająca, jeśli jest ono dobrze znane. Przykład:"
+
+#. Type: string
+#. Description
+#: ../templates:1001
+msgid " University of Southern North Dakota, Hoople"
+msgstr " Akademia Górniczo-Hutnicza, Kraków"
+
+#. Type: string
+#. Description
+#: ../templates:1001
+msgid "Type in \"--none--\" if you do not want to specify one."
+msgstr "Proszę wpisać \"--none--\", aby nie określać swojej organizacji."
diff --git a/debian/po/pt.po b/debian/po/pt.po
new file mode 100644
index 0000000..cf24572
--- /dev/null
+++ b/debian/po/pt.po
@@ -0,0 +1,53 @@
+# Portuguese translation of dist's debconf messages.
+# Copyright (C) 2007
+# This file is distributed under the same license as the dist package.
+# Luísa Lourenço <kikentai@gmail.com>, 2007.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: dist 3.70-31\n"
+"Report-Msgid-Bugs-To: dist@packages.debian.org\n"
+"POT-Creation-Date: 2012-02-20 07:13+0100\n"
+"PO-Revision-Date: 2007-03-28 11:04+0100\n"
+"Last-Translator: Luísa Lourenço <kikentai@gmail.com>\n"
+"Language-Team: Portuguese <traduz@debianpt.org>\n"
+"Language: pt\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#. Type: string
+#. Description
+#: ../templates:1001
+msgid "Name of your organization:"
+msgstr "Nome da sua organização:"
+
+#. Type: string
+#. Description
+#: ../templates:1001
+msgid ""
+"You don't seem to have an /etc/news/organization file. Usually that contains "
+"the name of your organization as you want it to appear on the Organization "
+"line of outgoing articles/mail/patches. Please supply the name of your "
+"organization as you want it to appear on the Organization line of outgoing "
+"articles/patches. (It is nice if this also specifies your location. Your "
+"city name is probably sufficient if well known.) For example:"
+msgstr ""
+"Não parece ter um ficheiro /etc/news/organization. Normalmente contém o nome "
+"da sua organização tal como quer que apareça na linha Organização de artigos/"
+"correio/patches. Por favor forneça o nome da sua organização tal como quer "
+"que apareça na linha Organização de artigos/correio/patches. (Seria "
+"simpático se isto também especificar a sua localização. O nome da sua cidade "
+"é provavelmente suficiente se for conhecido.) Por exemplo:"
+
+#. Type: string
+#. Description
+#: ../templates:1001
+msgid " University of Southern North Dakota, Hoople"
+msgstr " Universidade Nova de Lisboa, Monte da Caparica"
+
+#. Type: string
+#. Description
+#: ../templates:1001
+msgid "Type in \"--none--\" if you do not want to specify one."
+msgstr "Escreva \"--nenhum--\" caso não queira especificar um nome."
diff --git a/debian/po/pt_BR.po b/debian/po/pt_BR.po
new file mode 100644
index 0000000..e5281dd
--- /dev/null
+++ b/debian/po/pt_BR.po
@@ -0,0 +1,55 @@
+# Debconf translations for dist.
+# Copyright (C) 2012 THE dist'S COPYRIGHT HOLDER
+# This file is distributed under the same license as the dist package.
+# Adriano Rafael Gomes <adrianorg@gmail.com>, 2012.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: dist\n"
+"Report-Msgid-Bugs-To: dist@packages.debian.org\n"
+"POT-Creation-Date: 2012-02-20 07:13+0100\n"
+"PO-Revision-Date: 2012-08-19 11:47+0000\n"
+"Last-Translator: Adriano Rafael Gomes <adrianorg@gmail.com>\n"
+"Language-Team: Brazilian Portuguese <debian-l10n-portuguese@lists.debian."
+"org>\n"
+"Language: pt_BR\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#. Type: string
+#. Description
+#: ../templates:1001
+msgid "Name of your organization:"
+msgstr "Nome da sua organização:"
+
+#. Type: string
+#. Description
+#: ../templates:1001
+msgid ""
+"You don't seem to have an /etc/news/organization file. Usually that contains "
+"the name of your organization as you want it to appear on the Organization "
+"line of outgoing articles/mail/patches. Please supply the name of your "
+"organization as you want it to appear on the Organization line of outgoing "
+"articles/patches. (It is nice if this also specifies your location. Your "
+"city name is probably sufficient if well known.) For example:"
+msgstr ""
+"Parece que você não tem um arquivo /etc/news/organization. Geralmente, ele "
+"contém o nome da sua organização na forma que você deseja que ele apareça na "
+"linha Organização nos artigos/e-mails/patches enviados. Por favor, forneça o "
+"nome da sua organização na forma que você deseja que ele apareça na linha "
+"Organização nos artigos/patches enviados. (Ele pode também especificar a sua "
+"localização. O nome da sua cidade provavelmente é suficiente se ela for bem "
+"conhecida.) Por exemplo:"
+
+#. Type: string
+#. Description
+#: ../templates:1001
+msgid " University of Southern North Dakota, Hoople"
+msgstr " Universidade do Sul da Dakota do Norte, Hoople"
+
+#. Type: string
+#. Description
+#: ../templates:1001
+msgid "Type in \"--none--\" if you do not want to specify one."
+msgstr "Digite \"--none--\" caso você não queira especificar nenhuma."
diff --git a/debian/po/ru.po b/debian/po/ru.po
new file mode 100644
index 0000000..95e96ed
--- /dev/null
+++ b/debian/po/ru.po
@@ -0,0 +1,56 @@
+# translation of ru.po to Russian
+# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
+# This file is distributed under the same license as the PACKAGE package.
+#
+# Yuri Kozlov <kozlov.y@gmail.com>, 2007.
+msgid ""
+msgstr ""
+"Project-Id-Version: 3.70-32\n"
+"Report-Msgid-Bugs-To: dist@packages.debian.org\n"
+"POT-Creation-Date: 2012-02-20 07:13+0100\n"
+"PO-Revision-Date: 2007-12-20 21:23+0300\n"
+"Last-Translator: Yuri Kozlov <kozlov.y@gmail.com>\n"
+"Language-Team: Russian <debian-l10n-russian@lists.debian.org>\n"
+"Language: ru\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"X-Generator: KBabel 1.11.4\n"
+"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
+"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
+
+#. Type: string
+#. Description
+#: ../templates:1001
+msgid "Name of your organization:"
+msgstr "Название организации:"
+
+#. Type: string
+#. Description
+#: ../templates:1001
+msgid ""
+"You don't seem to have an /etc/news/organization file. Usually that contains "
+"the name of your organization as you want it to appear on the Organization "
+"line of outgoing articles/mail/patches. Please supply the name of your "
+"organization as you want it to appear on the Organization line of outgoing "
+"articles/patches. (It is nice if this also specifies your location. Your "
+"city name is probably sufficient if well known.) For example:"
+msgstr ""
+"Кажется, у вас не файла /etc/news/organization. Обычно, в нём содержится "
+"название вашей организации, которое вы бы хотели показывать в строке "
+"Organization в исходящих статьях/почте/заплатах. Введите здесь название "
+"вашей организации, которое вы бы хотели показывать в строке Organization в "
+"исходящих статьях/почте/заплатах. (Также неплохо указывать ваше "
+"местоположение. Подойдёт название города, если оно всем известно.) Например:"
+
+#. Type: string
+#. Description
+#: ../templates:1001
+msgid " University of Southern North Dakota, Hoople"
+msgstr " МГТУ имени Н.Э.Баумана, Москва"
+
+#. Type: string
+#. Description
+#: ../templates:1001
+msgid "Type in \"--none--\" if you do not want to specify one."
+msgstr "Введите \"--none--\", если не хотите ничего указывать."
diff --git a/debian/po/sk.po b/debian/po/sk.po
new file mode 100644
index 0000000..ab05eb9
--- /dev/null
+++ b/debian/po/sk.po
@@ -0,0 +1,43 @@
+# Slovak translation for dist debconf template.
+# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
+# This file is distributed under the same license as the dist package.
+#
+# Ivan Masár <helix84@centrum.sk>, 2012.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: dist\n"
+"Report-Msgid-Bugs-To: dist@packages.debian.org\n"
+"POT-Creation-Date: 2012-02-20 07:13+0100\n"
+"PO-Revision-Date: 2012-02-24 13:50+0100\n"
+"Last-Translator: Ivan Masár <helix84@centrum.sk>\n"
+"Language-Team: Slovak <debian-l10n-slovak@lists.debian.org>\n"
+"Language: \n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=utf-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#. Type: string
+#. Description
+#: ../templates:1001
+msgid "Name of your organization:"
+msgstr "Názov vašej organizácie:"
+
+#. Type: string
+#. Description
+#: ../templates:1001
+msgid "You don't seem to have an /etc/news/organization file. Usually that contains the name of your organization as you want it to appear on the Organization line of outgoing articles/mail/patches. Please supply the name of your organization as you want it to appear on the Organization line of outgoing articles/patches. (It is nice if this also specifies your location. Your city name is probably sufficient if well known.) For example:"
+msgstr "Zdá sa, že nemáte súbor /etc/news/organization. Ten zvyčajne obsahuje názov vašej organizácie tak, ako chcete aby sa vyskytoval v riadku Organizácia vašich odchádzajúcich článkov/pošty/záplat. Prosím, uveďte názov vašej organizácie ako chcete aby sa vyskytoval v riadku Organizácia vašich odchádzajúcich článkov/pošty/záplat. (je vhodné uviesť aj vaše umiestnenie. Pravdepodobne buude stačiť názov vášho mesta, ak je známe.) Napríklad:"
+
+#. Type: string
+#. Description
+#: ../templates:1001
+msgid " University of Southern North Dakota, Hoople"
+msgstr " Žilinská univerzita, Žilina"
+
+#. Type: string
+#. Description
+#: ../templates:1001
+msgid "Type in \"--none--\" if you do not want to specify one."
+msgstr "Napíšte „--none--“ ak organizáciu nechcete uviesť."
+
diff --git a/debian/po/sv.po b/debian/po/sv.po
new file mode 100644
index 0000000..2d54613
--- /dev/null
+++ b/debian/po/sv.po
@@ -0,0 +1,60 @@
+# 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: dist 3.70-29\n"
+"Report-Msgid-Bugs-To: dist@packages.debian.org\n"
+"POT-Creation-Date: 2012-02-20 07:13+0100\n"
+"PO-Revision-Date: 2005-10-11 09:39+0200\n"
+"Last-Translator: Daniel Nylander <po@danielnylander.se>\n"
+"Language-Team: Swedish <sv@li.org>\n"
+"Language: sv\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=iso-8859-1\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#. Type: string
+#. Description
+#: ../templates:1001
+msgid "Name of your organization:"
+msgstr "Namnet p din organisation:"
+
+#. Type: string
+#. Description
+#: ../templates:1001
+msgid ""
+"You don't seem to have an /etc/news/organization file. Usually that contains "
+"the name of your organization as you want it to appear on the Organization "
+"line of outgoing articles/mail/patches. Please supply the name of your "
+"organization as you want it to appear on the Organization line of outgoing "
+"articles/patches. (It is nice if this also specifies your location. Your "
+"city name is probably sufficient if well known.) For example:"
+msgstr ""
+"Du verkar inte ha en fil kallad /etc/news/organization. Normalt sett "
+"innehller den namnet p din organisation som du vill ska synas i "
+"Organization-raden i dina utgende artiklar/e-post/patchar. Vnligen ange "
+"namnet p din organisation som du vill ska synas p Organization-raden i "
+"dina artiklar/patchar. (det r trevligt om denna ocks innehller din "
+"plats. Namnet p din stad brukar rcka om den r vlknd.) Till exempel:"
+
+#. Type: string
+#. Description
+#: ../templates:1001
+msgid " University of Southern North Dakota, Hoople"
+msgstr " Universitetet i Stockholm, Sverige"
+
+#. Type: string
+#. Description
+#: ../templates:1001
+msgid "Type in \"--none--\" if you do not want to specify one."
+msgstr "Skriv in \"--none--\" om du inte vill specificera ngon."
diff --git a/debian/po/templates.pot b/debian/po/templates.pot
new file mode 100644
index 0000000..ef18d18
--- /dev/null
+++ b/debian/po/templates.pot
@@ -0,0 +1,48 @@
+# 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.
+#
+#, fuzzy
+msgid ""
+msgstr ""
+"Project-Id-Version: dist\n"
+"Report-Msgid-Bugs-To: dist@packages.debian.org\n"
+"POT-Creation-Date: 2012-02-20 07:13+0100\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"
+"Language: \n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=CHARSET\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#. Type: string
+#. Description
+#: ../templates:1001
+msgid "Name of your organization:"
+msgstr ""
+
+#. Type: string
+#. Description
+#: ../templates:1001
+msgid ""
+"You don't seem to have an /etc/news/organization file. Usually that contains "
+"the name of your organization as you want it to appear on the Organization "
+"line of outgoing articles/mail/patches. Please supply the name of your "
+"organization as you want it to appear on the Organization line of outgoing "
+"articles/patches. (It is nice if this also specifies your location. Your "
+"city name is probably sufficient if well known.) For example:"
+msgstr ""
+
+#. Type: string
+#. Description
+#: ../templates:1001
+msgid " University of Southern North Dakota, Hoople"
+msgstr ""
+
+#. Type: string
+#. Description
+#: ../templates:1001
+msgid "Type in \"--none--\" if you do not want to specify one."
+msgstr ""
diff --git a/debian/po/vi.po b/debian/po/vi.po
new file mode 100644
index 0000000..f6d059c
--- /dev/null
+++ b/debian/po/vi.po
@@ -0,0 +1,51 @@
+# Vietnamese translation for dist.
+# Copyright © 2005 Free Software Foundation, Inc.
+# Clytie Siddall <clytie@riverland.net.au>, 2005.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: dist 3.70-27\n"
+"Report-Msgid-Bugs-To: dist@packages.debian.org\n"
+"POT-Creation-Date: 2012-02-20 07:13+0100\n"
+"PO-Revision-Date: 2005-06-14 20:29+0930\n"
+"Last-Translator: Clytie Siddall <clytie@riverland.net.au>\n"
+"Language-Team: Vietnamese <gnomevi-list@lists.sourceforge.net>\n"
+"Language: vi\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=utf-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=1; plural=0\n"
+
+#. Type: string
+#. Description
+#: ../templates:1001
+msgid "Name of your organization:"
+msgstr "Tên của tổ chức bạn:"
+
+#. Type: string
+#. Description
+#: ../templates:1001
+msgid ""
+"You don't seem to have an /etc/news/organization file. Usually that contains "
+"the name of your organization as you want it to appear on the Organization "
+"line of outgoing articles/mail/patches. Please supply the name of your "
+"organization as you want it to appear on the Organization line of outgoing "
+"articles/patches. (It is nice if this also specifies your location. Your "
+"city name is probably sufficient if well known.) For example:"
+msgstr ""
+"Hình như bạn chưa có một tập tin «/etc/news/organization». Thường nó chứa "
+"tên của tổ chức bạn như bạn muốn nó xuất hiện trên dòng Tổ chức của bài/đắp "
+"vá gửi đi. Cũng tốt để ghi rõ vị trí bạn: thành phố là đủ nếu ai cũng biết "
+"nó. Lấy thí dụ:"
+
+#. Type: string
+#. Description
+#: ../templates:1001
+msgid " University of Southern North Dakota, Hoople"
+msgstr " Đại học TP Hồ Chí Minh"
+
+#. Type: string
+#. Description
+#: ../templates:1001
+msgid "Type in \"--none--\" if you do not want to specify one."
+msgstr "Hãy gõ «--none--» (không có) nếu bạn không muốn ghi rõ điều ấy."
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..a4abf3d
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,94 @@
+#!/usr/bin/make -f
+# Uncomment this to turn on verbose mode.
+# export DH_VERBOSE=1
+package:=dist
+SRCTOP:= $(shell if [ "$$PWD" != "" ]; then echo $$PWD; else pwd; fi)
+INSTALL = install
+ifeq (,$(filter nostrip,$(DEB_BUILD_OPTIONS)))
+ INSTALL_PROGRAM += -s
+endif
+install_file = $(INSTALL) -p -o root -g root -m 644
+install_program = $(INSTALL) -p -o root -g root -m 755
+install_script = $(INSTALL) -p -o root -g root -m 755
+make_directory = $(INSTALL) -p -d -o root -g root -m 755
+email := srivasta@debian.org
+TMPTOP:=$(SRCTOP)/debian/tmp
+DOCDIR=$(SRCTOP)/debian/$(package)/usr/share/doc/$(package)
+DEBDOCDIR=$(TMPTOP)/usr/share/doc/$(package)
+DEBLIBDIR=$(TMPTOP)/usr/lib/$(package)
+PKG_DIR = $(TMPTOP)/usr/share/$(package)
+MAN1DIR = $(TMPTOP)/usr/share/man/man1
+MAN7DIR = $(TMPTOP)/usr/share/man/man7
+PAT_EXEC = patcil patdiff patbase patlog patmake patsend \
+ patnotify patpost patftp patname patsnap patcol \
+ patclean patindex
+
+# For DEB_HOST_MULTIARCH
+include /usr/share/dpkg/architecture.mk
+
+%:
+ dh $@
+
+override_dh_auto_configure:
+ /bin/cp -rpf debian/Config .config && \
+ /bin/cp -pf debian/config.over config.over && \
+ touch .config/nomail && \
+ sh ./Configure \
+ -de \
+ -D prefix=/usr \
+ -D orgname=/etc/news/organization \
+ -D myhostname=localhost \
+ -D mydomain=localdomain \
+ -D defeditor=/usr/ae \
+ -D privlib=/usr/share/$(package) \
+ -D pager=/bin/more \
+ -D mansrc=/usr/share/man/ \
+ -D cf_email='$(email)' \
+ -D grep=/bin/grep \
+ -D sed=/bin/sed \
+ -D cat=/bin/cat \
+ -D zcat=/bin/zcat \
+ -D d_berknames='define'
+
+
+override_dh_auto_build:
+ dh_auto_build
+ bash -m debian/dist.postinst
+ bash -n debian/dist.config
+ bash -n debian/dist.postrm
+ bash -n debian/dist.prerm
+
+override_dh_install:
+ test -d $(MAN1DIR) || $(make_directory) $(MAN1DIR)
+ $(MAKE) install
+ for script in $(TMPTOP)/usr/bin/*; do \
+ test `head -1 $$script` = '#!/usr/bin/perl' && perl -c $$script ;\
+ done
+ $(MAKE) install.man
+ $(make_directory) $(MAN7DIR)
+ (cd $(MAN1DIR); for file in $(PAT_EXEC) ; do \
+ ln -s pat.1.gz $$file.1.gz ; \
+ done )
+ mv $(MAN1DIR)/dist.1 $(MAN7DIR)/dist.7
+ dh_install
+
+override_dh_installdocs:
+ dh_installdocs
+ test ! -d $(DOCDIR) || $(make_directory) $(DOCDIR)
+ $(install_file) mcon/INTRO $(DOCDIR)/INTRO.mcon
+ $(install_file) jmake/NOTES $(DOCDIR)/NOTES.jmake
+ $(install_file) mcon/NOTES $(DOCDIR)/NOTES.mcon
+ $(install_file) jmake/README $(DOCDIR)/README.jmake
+ $(install_file) kit/README $(DOCDIR)/README.kit
+ $(install_file) mcon/README $(DOCDIR)/README.mcon
+ $(install_file) pat/README $(DOCDIR)/README.pat
+
+
+override_dh_clean:
+ test ! -f Makefile || $(MAKE) clobber
+ dh_clean
+ test ! -d .config || rm -rf .config
+
+#Local variables:
+#mode: makefile
+#End:
diff --git a/debian/source/format b/debian/source/format
new file mode 100644
index 0000000..d3827e7
--- /dev/null
+++ b/debian/source/format
@@ -0,0 +1 @@
+1.0
diff --git a/debian/templates b/debian/templates
new file mode 100644
index 0000000..b31df21
--- /dev/null
+++ b/debian/templates
@@ -0,0 +1,15 @@
+Template: shared/news/organization
+Type: string
+Default: --none--
+_Description: Name of your organization:
+ You don't seem to have an /etc/news/organization file. Usually that
+ contains the name of your organization as you want it to appear on the
+ Organization line of outgoing articles/mail/patches. Please supply the
+ name of your organization as you want it to appear on the Organization
+ line of outgoing articles/patches. (It is nice if this also specifies
+ your location. Your city name is probably sufficient if well known.) For
+ example:
+ .
+ University of Southern North Dakota, Hoople
+ .
+ Type in "--none--" if you do not want to specify one.
diff --git a/debian/watch b/debian/watch
new file mode 100644
index 0000000..bf97e07
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,6 @@
+# format version number, currently 2; this line is compulsory!
+version=3
+
+opts="uversionmangle=s/\.0\@/.0-/g" http://search.cpan.org//CPAN/authors/id/R/RA/RAM/dist-(.*)\.tar\.gz
+
+