Dear maintainer of mush, On Saturday, November 15, 2008 I sent you a notice announcing my intent to upload a NMU of your package to fix its pending l10n issues, after an initial notice sent on Friday, June 06, 2008.
You either agreed for this NMU or did not respond to my notices.
I will now upload this NMU to DELAYED/7-DAY.
The NMU patch is attached to this mail.
The NMU changelog is:
Source: mush
Version: 7.2.5unoff2-25.1
Distribution: unstable
Urgency: low
Maintainer: Christian Perrier <[EMAIL PROTECTED]>
Date: Thu, 05 Jun 2008 23:40:28 +0200
Closes: 388939 415853 482310 486522
Changes:
mush (7.2.5unoff2-25.1) unstable; urgency=low
.
* Non-maintainer upload to fix pending l10n and QA issues.
* Remove debconf notes (closes: #388939)
This also "fixes" translations (closes: #415853, #482310, #486522)
* Remove useless empty postinst and prerm scripts
* [Lintian] Remove double build dependency on debhelper and perl
* [Lintian] Set debhelper compatibility in debian/compat, not debian/rules
--
diff -Nru mush-7.2.5unoff2.old/debian/changelog mush-7.2.5unoff2/debian/changelog
--- mush-7.2.5unoff2.old/debian/changelog 2008-06-04 22:40:45.906368095 +0200
+++ mush-7.2.5unoff2/debian/changelog 2008-08-10 18:36:36.715726522 +0200
@@ -1,3 +1,14 @@
+mush (7.2.5unoff2-25.1) unstable; urgency=low
+
+ * Non-maintainer upload to fix pending l10n and QA issues.
+ * Remove debconf notes (closes: #388939)
+ This also "fixes" translations (closes: #415853, #482310, #486522)
+ * Remove useless empty postinst and prerm scripts
+ * [Lintian] Remove double build dependency on debhelper and perl
+ * [Lintian] Set debhelper compatibility in debian/compat, not debian/rules
+
+ -- Christian Perrier <[EMAIL PROTECTED]> Thu, 05 Jun 2008 23:40:28 +0200
+
mush (7.2.5unoff2-25) unstable; urgency=low
* Updated debconf dependency to include debconf-2.0 alternative
diff -Nru mush-7.2.5unoff2.old/debian/compat mush-7.2.5unoff2/debian/compat
--- mush-7.2.5unoff2.old/debian/compat 1970-01-01 01:00:00.000000000 +0100
+++ mush-7.2.5unoff2/debian/compat 2008-06-06 07:12:32.464805677 +0200
@@ -0,0 +1 @@
+4
diff -Nru mush-7.2.5unoff2.old/debian/config mush-7.2.5unoff2/debian/config
--- mush-7.2.5unoff2.old/debian/config 2008-06-04 22:40:45.906368095 +0200
+++ mush-7.2.5unoff2/debian/config 1970-01-01 01:00:00.000000000 +0100
@@ -1,15 +0,0 @@
-#!/bin/sh -e
-
-# Source debconf library.
-. /usr/share/debconf/confmodule
-
-# Type messages if necessary...
-case "$2" in
- *unoff1*)
- db_input medium mush/oldpop || true
- ;;
- *)
- ;;
-esac
-
-db_go
diff -Nru mush-7.2.5unoff2.old/debian/control mush-7.2.5unoff2/debian/control
--- mush-7.2.5unoff2.old/debian/control 2008-06-04 22:40:45.906368095 +0200
+++ mush-7.2.5unoff2/debian/control 2008-07-18 09:23:46.591900188 +0200
@@ -2,13 +2,13 @@
Section: non-free/mail
Priority: extra
Maintainer: Pawel Wiecek <[EMAIL PROTECTED]>
-Build-Depends-Indep: debhelper (>= 4.1.16), perl, po-debconf
-Build-Depends: debhelper (>= 4.1.16), libncurses5-dev, libreadline5-dev, perl, po-debconf
+Build-Depends-Indep: perl
+Build-Depends: libncurses5-dev, libreadline5-dev, debhelper (>= 4.1.16)
Standards-Version: 3.6.2
Package: mush-src
Architecture: all
-Depends: dpkg-dev (>= 1.4.0.20), patch (>= 2.5-0bo1), gcc, make, fakeroot | sudo, groff-base, debconf|debconf-2.0 , perl, po-debconf
+Depends: dpkg-dev (>= 1.4.0.20), patch (>= 2.5-0bo1), gcc, make, fakeroot | sudo, groff-base, perl
Description: The mail user shell -- source only package
Mush is a powerful yet simple mail user agent, nearly fully compatible with
mailx and Mail, which features an optional curses interface. Mush also
diff -Nru mush-7.2.5unoff2.old/debian/control.real mush-7.2.5unoff2/debian/control.real
--- mush-7.2.5unoff2.old/debian/control.real 2008-06-04 22:40:45.906368095 +0200
+++ mush-7.2.5unoff2/debian/control.real 2008-06-06 07:10:44.392816995 +0200
@@ -2,14 +2,14 @@
Section: non-free/mail
Priority: extra
Maintainer: Pawel Wiecek <[EMAIL PROTECTED]>
-Build-Depends-Indep: debhelper (>= 4.1.16), perl, po-debconf
-Build-Depends: debhelper (>= 4.1.16), libncurses5-dev, libreadline5-dev, perl, po-debconf
+Build-Depends-Indep: debhelper (>= 4.1.16), perl
+Build-Depends: libncurses5-dev, libreadline5-dev
Standards-Version: 3.6.1
Package: mush
Architecture: any
Provides: mail-reader
-Depends: ${shlibs:Depends}, exim4|mail-transport-agent, mime-support, tcsh|c-shell, debconf (>= 1.2.0)
+Depends: ${shlibs:Depends}, exim4|mail-transport-agent, mime-support, tcsh|c-shell
Recommends: metamail
Description: The mail user shell
Mush is a powerful yet simple mail user agent which features an
diff -Nru mush-7.2.5unoff2.old/debian/mush-src.config mush-7.2.5unoff2/debian/mush-src.config
--- mush-7.2.5unoff2.old/debian/mush-src.config 2008-06-04 22:40:46.002372959 +0200
+++ mush-7.2.5unoff2/debian/mush-src.config 1970-01-01 01:00:00.000000000 +0100
@@ -1,8 +0,0 @@
-#!/bin/sh -e
-
-# Source debconf library.
-. /usr/share/debconf/confmodule
-
-db_input medium mush-src/build || true
-
-db_go || true
diff -Nru mush-7.2.5unoff2.old/debian/mush-src.templates mush-7.2.5unoff2/debian/mush-src.templates
--- mush-7.2.5unoff2.old/debian/mush-src.templates 2008-06-04 22:40:46.002372959 +0200
+++ mush-7.2.5unoff2/debian/mush-src.templates 1970-01-01 01:00:00.000000000 +0100
@@ -1,4 +0,0 @@
-Template: mush-src/build
-Type: note
-_Description: To build mush binary package, you have to run
- build-mush
diff -Nru mush-7.2.5unoff2.old/debian/mush-src.templates.old mush-7.2.5unoff2/debian/mush-src.templates.old
--- mush-7.2.5unoff2.old/debian/mush-src.templates.old 2008-06-04 22:40:46.002372959 +0200
+++ mush-7.2.5unoff2/debian/mush-src.templates.old 1970-01-01 01:00:00.000000000 +0100
@@ -1,6 +0,0 @@
-Template: mush-src/build
-Type: note
-Description: To build mush binary package, you have to run
- build-mush
-Description-pl: Aby zbudowa� binarny pakiet musha musisz wykona� polecenie
- build-mush
diff -Nru mush-7.2.5unoff2.old/debian/po/cs.po mush-7.2.5unoff2/debian/po/cs.po
--- mush-7.2.5unoff2.old/debian/po/cs.po 2008-06-04 22:40:45.902369083 +0200
+++ mush-7.2.5unoff2/debian/po/cs.po 1970-01-01 01:00:00.000000000 +0100
@@ -1,53 +0,0 @@
-#
-# 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: mush\n"
-"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2004-03-08 09:47-0800\n"
-"PO-Revision-Date: 2005-07-23 18:35+0200\n"
-"Last-Translator: Katarina Machalkova <[EMAIL PROTECTED]>\n"
-"Language-Team: Czech <[EMAIL PROTECTED]>\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=ISO-8859-2\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Type: note
-#. Description
-#: ../templates:3
-msgid "The Post Office Protocol support in Mush did change."
-msgstr "Podpora pro Post Office Protokol v bal��ku Mush byla zm�n�na. "
-
-#. Type: note
-#. Description
-#: ../templates:3
-msgid ""
-"Please have a look at the /usr/share/doc/mush/examples/dot.mushrc sample "
-"startup file for an example of its use (the variables names used for POP did "
-"change)."
-msgstr ""
-"Pod�vejte se pros�m na uk�zkov� soubor /usr/share/doc/mush/examples/dot.mushrc "
-"jako na p��klad jeho pou�it� (jm�na prom�nn�ch pou�it�ch pro POP se zm�nily)."
-
-#. Type: note
-#. Description
-#: ../mush-src.templates:3
-msgid "To build mush binary package, you have to run"
-msgstr "Pro vytvo�en� bin�rn�ho bal��ku mush mus�te spustit"
-
-#. Type: note
-#. Description
-#: ../mush-src.templates:3
-msgid " build-mush"
-msgstr " build-mush"
diff -Nru mush-7.2.5unoff2.old/debian/po/da.po mush-7.2.5unoff2/debian/po/da.po
--- mush-7.2.5unoff2.old/debian/po/da.po 2008-06-04 22:40:45.902369083 +0200
+++ mush-7.2.5unoff2/debian/po/da.po 1970-01-01 01:00:00.000000000 +0100
@@ -1,53 +0,0 @@
-#
-# 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: mush\n"
-"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2004-03-08 09:47-0800\n"
-"PO-Revision-Date: 2004-03-28 14:42:00+0200\n"
-"Last-Translator: Morten Brix Pedersen <[EMAIL PROTECTED]>\n"
-"Language-Team: Danish <[EMAIL PROTECTED]>\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Type: note
-#. Description
-#: ../templates:3
-msgid "The Post Office Protocol support in Mush did change."
-msgstr "POP-understøttelse i Mush er blevet ændret."
-
-#. Type: note
-#. Description
-#: ../templates:3
-msgid ""
-"Please have a look at the /usr/share/doc/mush/examples/dot.mushrc sample "
-"startup file for an example of its use (the variables names used for POP did "
-"change)."
-msgstr ""
-"Du bør tage et kig i /usr/share/doc/mush/examples/dot.mushrc eksempelsfilen "
-"for at se et eksempel på dens brug (variabel-navnene for POP har ændret sig)"
-
-#. Type: note
-#. Description
-#: ../mush-src.templates:3
-msgid "To build mush binary package, you have to run"
-msgstr ""
-
-#. Type: note
-#. Description
-#: ../mush-src.templates:3
-msgid " build-mush"
-msgstr ""
diff -Nru mush-7.2.5unoff2.old/debian/po/de.po mush-7.2.5unoff2/debian/po/de.po
--- mush-7.2.5unoff2.old/debian/po/de.po 2008-06-04 22:40:45.902369083 +0200
+++ mush-7.2.5unoff2/debian/po/de.po 1970-01-01 01:00:00.000000000 +0100
@@ -1,54 +0,0 @@
-# Translators, if you are not familiar with the PO format, gettext
-# documentation is worth reading, especially sections dedicated to
-# this format, e.g. by running:
-# info -n '(gettext)PO Files'
-# info -n '(gettext)Header Entry'
-# Some information specific to po-debconf are available at
-# /usr/share/doc/po-debconf/README-trans
-# or http://www.debian.org/intl/l10n/po-debconf/README-trans
-# Developers do not need to manually edit POT or PO files.
-# , fuzzy
-#
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: PACKAGE VERSION\n"
-"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2004-03-08 09:47-0800\n"
-"PO-Revision-Date: 2005-09-02 03:09+0200\n"
-"Last-Translator: Daniel Knabl <[EMAIL PROTECTED]>\n"
-"Language-Team: German <[EMAIL PROTECTED]>\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=ISO-8859-15\n"
-"Content-Transfer-Encoding: 8bit"
-
-#. Type: note
-#. Description
-#: ../templates:3
-msgid "The Post Office Protocol support in Mush did change."
-msgstr "Die Post Office Protocol Unterst�tzung wurde ge�ndert"
-
-#. Type: note
-#. Description
-#: ../templates:3
-msgid ""
-"Please have a look at the /usr/share/doc/mush/examples/dot.mushrc sample "
-"startup file for an example of its use (the variables names used for POP did "
-"change)."
-msgstr ""
-"Die Variablennamen f�r die POP-Unterst�tzung wurden ge�ndert. Bitte sehen "
-"Sie sich die Datei /usr/share/doc/mush/examples/dot.mushrc an, um mehr �ber "
-"die �nderungen zu erfahren."
-
-#. Type: note
-#. Description
-#: ../mush-src.templates:3
-msgid "To build mush binary package, you have to run"
-msgstr "Um die mush Programmdatei zu kompilieren, starten Sie"
-
-#. Type: note
-#. Description
-#: ../mush-src.templates:3
-msgid " build-mush"
-msgstr " build-mush"
-
diff -Nru mush-7.2.5unoff2.old/debian/po/fr.po mush-7.2.5unoff2/debian/po/fr.po
--- mush-7.2.5unoff2.old/debian/po/fr.po 2008-06-04 22:40:45.902369083 +0200
+++ mush-7.2.5unoff2/debian/po/fr.po 1970-01-01 01:00:00.000000000 +0100
@@ -1,56 +0,0 @@
-#
-# 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: mush 7.2.5unoff2-22\n"
-"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2004-03-08 09:47-0800\n"
-"PO-Revision-Date: 2005-03-28 20:54+0100\n"
-"Last-Translator: Steve Petruzzello <[EMAIL PROTECTED]>\n"
-"Language-Team: French <[EMAIL PROTECTED]>\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=iso-8859-1\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Type: note
-#. Description
-#: ../templates:3
-msgid "The Post Office Protocol support in Mush did change."
-msgstr "Changements dans la gestion du protocole POP"
-
-#. Type: note
-#. Description
-#: ../templates:3
-msgid ""
-"Please have a look at the /usr/share/doc/mush/examples/dot.mushrc sample "
-"startup file for an example of its use (the variables names used for POP did "
-"change)."
-msgstr ""
-"Le nom des variables utilis�es par Mush pour le protocole POP (��Post Office "
-"Protocol��) a chang�. � titre d'exemple, veuillez consulter le fichier de "
-"d�marrage /usr/share/doc/mush/examples/dot.mushrc."
-
-#. Type: note
-#. Description
-#: ../mush-src.templates:3
-msgid "To build mush binary package, you have to run"
-msgstr ""
-"Pour construire le paquet binaire de mush, vous devez ex�cuter la commande "
-"suivante�:"
-
-#. Type: note
-#. Description
-#: ../mush-src.templates:3
-msgid " build-mush"
-msgstr "��build-mush��"
diff -Nru mush-7.2.5unoff2.old/debian/po/ja.po mush-7.2.5unoff2/debian/po/ja.po
--- mush-7.2.5unoff2.old/debian/po/ja.po 2008-06-04 22:40:45.902369083 +0200
+++ mush-7.2.5unoff2/debian/po/ja.po 1970-01-01 01:00:00.000000000 +0100
@@ -1,54 +0,0 @@
-#
-# 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: mush 7.2.5unoff2-23\n"
-"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2004-03-08 09:47-0800\n"
-"PO-Revision-Date: 2005-05-29 00:39+0900\n"
-"Last-Translator: Hideki Yamane <[EMAIL PROTECTED]>\n"
-"Language-Team: Japanese <[EMAIL PROTECTED]>\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=EUC-JP\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Type: note
-#. Description
-#: ../templates:3
-msgid "The Post Office Protocol support in Mush did change."
-msgstr "Mush �� POP ���ݡ��Ȥ��ѹ�����ޤ�����"
-
-#. Type: note
-#. Description
-#: ../templates:3
-msgid ""
-"Please have a look at the /usr/share/doc/mush/examples/dot.mushrc sample "
-"startup file for an example of its use (the variables names used for POP did "
-"change)."
-msgstr ""
-"�Ȥ�������Ȥ��Ƥ� /usr/share/doc/mush/examples/dot.mushrc �Υ���ץ뵯ư�ե�"
-"����Ƥ������� (POP �˻Ȥ����ѿ�̾���Ѥ�äƤ��ޤ�)��"
-
-#. Type: note
-#. Description
-#: ../mush-src.templates:3
-msgid "To build mush binary package, you have to run"
-msgstr "�Х��ʥ�ѥå��������������ˤϡ��ʲ���¹Ԥ��Ƥ�������"
-
-#. Type: note
-#. Description
-#: ../mush-src.templates:3
-msgid " build-mush"
-msgstr " build-mush"
diff -Nru mush-7.2.5unoff2.old/debian/po/pl.po mush-7.2.5unoff2/debian/po/pl.po
--- mush-7.2.5unoff2.old/debian/po/pl.po 2008-06-04 22:40:45.902369083 +0200
+++ mush-7.2.5unoff2/debian/po/pl.po 1970-01-01 01:00:00.000000000 +0100
@@ -1,55 +0,0 @@
-#
-# Translators, if you are not familiar with the PO format, gettext
-# documentation is worth reading, especially sections dedicated to
-# this format, e.g. by running:
-# info -n '(gettext)PO Files'
-# info -n '(gettext)Header Entry'
-#
-# Some information specific to po-debconf are available at
-# /usr/share/doc/po-debconf/README-trans
-# or http://www.debian.org/intl/l10n/po-debconf/README-trans
-#
-# Developers do not need to manually edit POT or PO files.
-#
-#, fuzzy
-msgid ""
-msgstr ""
-"Project-Id-Version: PACKAGE VERSION\n"
-"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2004-03-08 09:47-0800\n"
-"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
-"Last-Translator: Pawe� Wi�cek <[EMAIL PROTECTED]>\n"
-"Language-Team: LANGUAGE <[EMAIL PROTECTED]>\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=ISO-8859-2\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Type: note
-#. Description
-#: ../templates:3
-msgid "The Post Office Protocol support in Mush did change."
-msgstr "Obs�uga protoko�u POP w Mush-u zmieni�a si�."
-
-#. Type: note
-#. Description
-#: ../templates:3
-msgid ""
-"Please have a look at the /usr/share/doc/mush/examples/dot.mushrc sample "
-"startup file for an example of its use (the variables names used for POP did "
-"change)."
-msgstr ""
-"Przyk�ady u�ycia mo�na znale�� w przyk�adowym pliku konfiguracyjnym /usr/"
-"share/doc/mush/examples/dot.mushrc (zmieni�y si� nazwy zmiennych u�ywanych "
-"do obs�ugi POP)."
-
-#. Type: note
-#. Description
-#: ../mush-src.templates:3
-msgid "To build mush binary package, you have to run"
-msgstr "Aby zbudowa� binarny pakiet musha musisz wykona� polecenie"
-
-#. Type: note
-#. Description
-#: ../mush-src.templates:3
-msgid " build-mush"
-msgstr "build-mush"
diff -Nru mush-7.2.5unoff2.old/debian/po/POTFILES.in mush-7.2.5unoff2/debian/po/POTFILES.in
--- mush-7.2.5unoff2.old/debian/po/POTFILES.in 2008-06-04 22:40:45.902369083 +0200
+++ mush-7.2.5unoff2/debian/po/POTFILES.in 1970-01-01 01:00:00.000000000 +0100
@@ -1,2 +0,0 @@
-[type: gettext/rfc822deb] templates
-[type: gettext/rfc822deb] mush-src.templates
diff -Nru mush-7.2.5unoff2.old/debian/po/ru.po mush-7.2.5unoff2/debian/po/ru.po
--- mush-7.2.5unoff2.old/debian/po/ru.po 2008-06-04 22:40:45.902369083 +0200
+++ mush-7.2.5unoff2/debian/po/ru.po 1970-01-01 01:00:00.000000000 +0100
@@ -1,55 +0,0 @@
-# translation of mush_7.2.5unoff2-24_ru.po to Russian
-#
-# 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.
-# Yuri Kozlov <[EMAIL PROTECTED]>, 2006.
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: mush_7.2.5unoff2-24\n"
-"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2004-03-08 09:47-0800\n"
-"PO-Revision-Date: 2006-01-28 21:46+0300\n"
-"Last-Translator: Yuri Kozlov <[EMAIL PROTECTED]>\n"
-"Language-Team: Russian <[EMAIL PROTECTED]>\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: KBabel 1.9.1\n"
-
-#. Type: note
-#. Description
-#: ../templates:3
-msgid "The Post Office Protocol support in Mush did change."
-msgstr "Поддержка Post Office Protocol в Mush изменена."
-
-#. Type: note
-#. Description
-#: ../templates:3
-msgid ""
-"Please have a look at the /usr/share/doc/mush/examples/dot.mushrc sample "
-"startup file for an example of its use (the variables names used for POP did "
-"change)."
-msgstr ""
-"Посмотрите в файле /usr/share/doc/mush/examples/dot.mushrc пример файла "
-"запуска (изменились имена переменных для POP)."
-
-#. Type: note
-#. Description
-#: ../mush-src.templates:3
-msgid "To build mush binary package, you have to run"
-msgstr "Чтобы собрать бинарный пакет mush, запустите"
-
-#. Type: note
-#. Description
-#: ../mush-src.templates:3
-msgid " build-mush"
-msgstr " build-mush"
-
diff -Nru mush-7.2.5unoff2.old/debian/po/sv.po mush-7.2.5unoff2/debian/po/sv.po
--- mush-7.2.5unoff2.old/debian/po/sv.po 2008-06-04 22:40:45.906368095 +0200
+++ mush-7.2.5unoff2/debian/po/sv.po 1970-01-01 01:00:00.000000000 +0100
@@ -1,52 +0,0 @@
-# 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: mush 7.2.5unoff2-24\n"
-"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2004-03-08 09:47-0800\n"
-"PO-Revision-Date: 2005-09-28 02:57-0700\n"
-"Last-Translator: Daniel Nylander <[EMAIL PROTECTED]>\n"
-"Language-Team: Swedish <[EMAIL PROTECTED]>\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=iso-8859-1\n"
-"Content-Transfer-Encoding: 8bit"
-
-#. Type: note
-#. Description
-#: ../templates:3
-msgid "The Post Office Protocol support in Mush did change."
-msgstr "St�det f�r Post Office Protokollet (POP) har �ndrats."
-
-#. Type: note
-#. Description
-#: ../templates:3
-msgid ""
-"Please have a look at the /usr/share/doc/mush/examples/dot.mushrc sample "
-"startup file for an example of its use (the variables names used for POP did "
-"change)."
-msgstr ""
-"V�nligen ta en titt p� startup-exemplet /usr/share/doc/mush/examples/dot.mushrc som ett exempel f�r hur den anv�nds (variabelnamnen som anv�nds f�r POP har �ndrats)."
-
-#. Type: note
-#. Description
-#: ../mush-src.templates:3
-msgid "To build mush binary package, you have to run"
-msgstr "F�r att bygga mush bin�rpaket m�ste du k�ra"
-
-#. Type: note
-#. Description
-#: ../mush-src.templates:3
-msgid " build-mush"
-msgstr " build-mush"
-
diff -Nru mush-7.2.5unoff2.old/debian/po/templates.pot mush-7.2.5unoff2/debian/po/templates.pot
--- mush-7.2.5unoff2.old/debian/po/templates.pot 2008-06-04 22:40:45.902369083 +0200
+++ mush-7.2.5unoff2/debian/po/templates.pot 1970-01-01 01:00:00.000000000 +0100
@@ -1,52 +0,0 @@
-#
-# Translators, if you are not familiar with the PO format, gettext
-# documentation is worth reading, especially sections dedicated to
-# this format, e.g. by running:
-# info -n '(gettext)PO Files'
-# info -n '(gettext)Header Entry'
-#
-# Some information specific to po-debconf are available at
-# /usr/share/doc/po-debconf/README-trans
-# or http://www.debian.org/intl/l10n/po-debconf/README-trans
-#
-# Developers do not need to manually edit POT or PO files.
-#
-#, fuzzy
-msgid ""
-msgstr ""
-"Project-Id-Version: PACKAGE VERSION\n"
-"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2004-03-08 09:47-0800\n"
-"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
-"Last-Translator: FULL NAME <[EMAIL PROTECTED]>\n"
-"Language-Team: LANGUAGE <[EMAIL PROTECTED]>\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=CHARSET\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Type: note
-#. Description
-#: ../templates:3
-msgid "The Post Office Protocol support in Mush did change."
-msgstr ""
-
-#. Type: note
-#. Description
-#: ../templates:3
-msgid ""
-"Please have a look at the /usr/share/doc/mush/examples/dot.mushrc sample "
-"startup file for an example of its use (the variables names used for POP did "
-"change)."
-msgstr ""
-
-#. Type: note
-#. Description
-#: ../mush-src.templates:3
-msgid "To build mush binary package, you have to run"
-msgstr ""
-
-#. Type: note
-#. Description
-#: ../mush-src.templates:3
-msgid " build-mush"
-msgstr ""
diff -Nru mush-7.2.5unoff2.old/debian/postinst mush-7.2.5unoff2/debian/postinst
--- mush-7.2.5unoff2.old/debian/postinst 2008-06-04 22:40:45.906368095 +0200
+++ mush-7.2.5unoff2/debian/postinst 1970-01-01 01:00:00.000000000 +0100
@@ -1,8 +0,0 @@
-#!/bin/sh -e
-
-# Source debconf library.
-. /usr/share/debconf/confmodule
-
-# Nothing to do! (but we're required to do this)
-
-#DEBHELPER#
diff -Nru mush-7.2.5unoff2.old/debian/README.Debian mush-7.2.5unoff2/debian/README.Debian
--- mush-7.2.5unoff2.old/debian/README.Debian 1970-01-01 01:00:00.000000000 +0100
+++ mush-7.2.5unoff2/debian/README.Debian 2008-07-20 08:33:40.571900786 +0200
@@ -0,0 +1,5 @@
+In order to build the mush binary package, you have to run 'build-mush'.
+
+ -- Christian Perrier <[EMAIL PROTECTED]>, Sun, 20 Jul 2008 08:33:40 z
+
+
diff -Nru mush-7.2.5unoff2.old/debian/rules mush-7.2.5unoff2/debian/rules
--- mush-7.2.5unoff2.old/debian/rules 1970-01-01 01:00:00.000000000 +0100
+++ mush-7.2.5unoff2/debian/rules 2008-06-04 22:40:45.906368095 +0200
@@ -0,0 +1,140 @@
+#!/usr/bin/make -f
+# Sample debian/rules that uses debhelper.
+# GNU copyright 1997 to 1999 by Joey Hess.
+
+PACKAGE = $(shell perl -e 'print <> =~ /(\S*)\s/' debian/changelog)
+PKG_VER = $(shell perl -e 'print <> =~ /\((.*)\)/' debian/changelog)
+PKG_UPVER = $(shell perl -e 'print <> =~ /\((.*)-[^-]*\)/' debian/changelog)
+INSTALL = '/usr/bin/install'
+
+TMPSRC = debian/tmp-src
+
+# Uncomment this to turn on verbose mode.
+#export DH_VERBOSE=1
+
+# This is the debhelper compatability version to use.
+export DH_COMPAT=4
+
+configure: configure-stamp
+configure-stamp:
+ dh_testdir
+ # Add here commands to configure the package.
+
+
+ touch configure-stamp
+
+build: configure-stamp build-stamp
+build-stamp:
+ dh_testdir
+
+
+ # Add here commands to compile the package.
+ $(MAKE) -f makefile.linux OPT_CFLAGS=-O2 LDFLAGS= OTHER_CFLAGS=-DDEBIAN
+
+ touch build-stamp
+
+clean:
+ dh_testdir
+ dh_testroot
+ rm -f build-stamp configure-stamp
+
+ # Add here commands to clean up after the build process.
+ -$(MAKE) -f makefile.linux -i distclean
+ -rm -rf debian/$(PACKAGE) $(TMPSRC) debian/$(PACKAGE)-src
+
+ dh_clean
+
+install: build
+ dh_testdir
+ dh_testroot
+ dh_clean -k
+ dh_installdirs
+
+ # Add here commands to install the package into debian/tmp.
+# $(MAKE) install DESTDIR=`pwd`/debian/tmp
+ $(MAKE) -f makefile.linux CFLAGS=-O2 LDFLAGS=-s \
+ MRCDIR=debian/mush/etc MUSHRC=mush.rc \
+ BINDIR=debian/mush/usr/bin SBINDIR=debian/mush/usr/sbin \
+ LIBDIR=debian/mush/usr/lib/mush \
+ MANDIR=debian/mush/usr/share/man/man1 MANEXT=1 \
+ OTHER_CFLAGS=-DDEBIAN install
+
+
+# Build architecture-independent files here.
+binary-indep: build install
+# We have nothing to do by default.
+
+# Build architecture-dependent files here.
+binary-arch: build install
+ dh_testdir
+ dh_testroot
+ dh_installdebconf
+ dh_installdocs
+ dh_installexamples
+ dh_installmenu
+# dh_installemacsen
+# dh_installpam
+# dh_installinit
+# dh_installcron
+ dh_installman
+# dh_installinfo
+# dh_undocumented
+ dh_installchangelogs
+ dh_link
+ dh_strip
+ dh_compress
+ dh_fixperms
+# dh_makeshlibs
+ dh_installdeb
+# dh_perl
+ dh_shlibdeps
+ dh_gencontrol
+ dh_md5sums
+ dh_builddeb
+
+binary-src: debian/control ../$(PACKAGE)_$(PKG_UPVER).orig.tar.gz \
+ ../$(PACKAGE)_$(PKG_VER).dsc ../$(PACKAGE)_$(PKG_VER).diff.gz
+ -rm -rf $(TMPSRC) debian/files
+
+ $(INSTALL) -d $(TMPSRC)/DEBIAN \
+ $(TMPSRC)/usr/bin \
+ $(TMPSRC)/usr/src/$(PACKAGE)-src \
+ $(TMPSRC)/usr/share/doc/$(PACKAGE)-src
+ $(INSTALL) -m 755 debian/build-PACKAGE $(TMPSRC)/usr/bin/build-$(PACKAGE)
+ $(INSTALL) -m 0644 ../$(PACKAGE)_$(PKG_UPVER).orig.tar.gz \
+ ../$(PACKAGE)_$(PKG_VER).dsc \
+ ../$(PACKAGE)_$(PKG_VER).diff.gz \
+ $(TMPSRC)/usr/src/$(PACKAGE)-src/
+ sed -e "s/#PACKAGE#/$(PACKAGE)/" debian/src.postinst > $(TMPSRC)/DEBIAN/postinst
+ chmod 755 $(TMPSRC)/DEBIAN/postinst
+ sed -e "s/#PACKAGE#/$(PACKAGE)/" debian/src.prerm > $(TMPSRC)/DEBIAN/prerm
+ chmod 755 $(TMPSRC)/DEBIAN/prerm
+ cp debian/src.postrm $(TMPSRC)/DEBIAN/postrm
+ chmod 755 $(TMPSRC)/DEBIAN/postrm
+
+ sed -e "s/#PACKAGE#/$(PACKAGE)/" debian/README-src > $(TMPSRC)/usr/share/doc/$(PACKAGE)-src/README.Debian
+ $(INSTALL) -m 0644 debian/changelog $(TMPSRC)/usr/share/doc/$(PACKAGE)-src/changelog.Debian
+ chmod 644 $(TMPSRC)/usr/share/doc/$(PACKAGE)-src/changelog.Debian
+ gzip -9fr $(TMPSRC)/usr/share/doc/
+ $(INSTALL) -m 0644 debian/copyright $(TMPSRC)/usr/share/doc/$(PACKAGE)-src/
+ # Install debconf files
+ cp debian/$(PACKAGE)-src.config $(TMPSRC)/DEBIAN/config
+ po2debconf -o $(TMPSRC)/DEBIAN/templates debian/$(PACKAGE)-src.templates
+ chmod 644 $(TMPSRC)/DEBIAN/templates
+
+ dpkg-gencontrol -isp -p$(PACKAGE)-src -P$(TMPSRC)
+ chown -R root.root $(TMPSRC)
+ dpkg --build $(TMPSRC) ..
+
+debian/control: debian/control.real
+ test -f debian/control.real && sed -e "/^Package: $(PACKAGE)-src$$/b" -e "/^Package: /,/^$$/d" debian/control.real > debian/control
+
+../$(PACKAGE)_$(PKG_UPVER).orig.tar.gz:
+ @{ echo "Error: $@ missing"; exit 1; }
+
+../$(PACKAGE)_$(PKG_VER).dsc ../$(PACKAGE)_$(PKG_VER).diff.gz: debian/rules
+ debian/rules clean
+ cd ..; dpkg-source -b $(PACKAGE)-$(PKG_UPVER)
+
+binary: binary-indep binary-arch binary-src
+.PHONY: build clean binary-indep binary-arch binary-arch binary install configure
diff -Nru mush-7.2.5unoff2.old/debian/src.postinst mush-7.2.5unoff2/debian/src.postinst
--- mush-7.2.5unoff2.old/debian/src.postinst 2008-06-04 22:40:46.002372959 +0200
+++ mush-7.2.5unoff2/debian/src.postinst 1970-01-01 01:00:00.000000000 +0100
@@ -1,8 +0,0 @@
-#!/bin/sh -e
-
-# Source the debconf library
-. /usr/share/debconf/confmodule
-
-#DEBHELPER#
-
-exit 0
diff -Nru mush-7.2.5unoff2.old/debian/src.prerm mush-7.2.5unoff2/debian/src.prerm
--- mush-7.2.5unoff2.old/debian/src.prerm 2008-06-04 22:40:46.002372959 +0200
+++ mush-7.2.5unoff2/debian/src.prerm 1970-01-01 01:00:00.000000000 +0100
@@ -1,3 +0,0 @@
-#!/bin/sh -e
-
-#DEBHELPER#
diff -Nru mush-7.2.5unoff2.old/debian/templates mush-7.2.5unoff2/debian/templates
--- mush-7.2.5unoff2.old/debian/templates 2008-06-04 22:40:45.906368095 +0200
+++ mush-7.2.5unoff2/debian/templates 1970-01-01 01:00:00.000000000 +0100
@@ -1,6 +0,0 @@
-Template: mush/oldpop
-Type: note
-_Description: The Post Office Protocol support in Mush did change.
- Please have a look at the /usr/share/doc/mush/examples/dot.mushrc sample
- startup file for an example of its use (the variables names used for POP
- did change).
signature.asc
Description: Digital signature

