Package: delo
Version: 0.8-2
Severity: normal
Tags: patch
Hi,
Attached is the diff for my delo 0.8-2.1 NMU.
--
.''`. Fuck your fascist beauty standards
: :' :
`. `' Proudly running unstable Debian GNU/Linux
`- www.amayita.com www.malapecora.com www.chicasduras.com
diff -Nru /tmp/IqnjFSVkYm/delo-0.8/debian/changelog
/tmp/4xqj4zOtAl/delo-0.8/debian/changelog
--- /tmp/IqnjFSVkYm/delo-0.8/debian/changelog 2004-09-25 17:48:59.000000000
+0200
+++ /tmp/4xqj4zOtAl/delo-0.8/debian/changelog 2006-07-12 21:18:07.000000000
+0200
@@ -1,3 +1,13 @@
+delo (0.8-2.1) unstable; urgency=low
+
+ * Non-maintainer upload.
+ * Get rid of the /usr/doc link (Closes: #359377).
+ * Fix for the cdebconf transition (Closes: #331798).
+ * Applied patch from Martin Quinson, to switch to gettext based debconf
+ templates (Closes: #250269).
+
+ -- Amaya Rodrigo Sastre <[EMAIL PROTECTED]> Wed, 12 Jul 2006 21:02:53 +0200
+
delo (0.8-2) unstable; urgency=high
* Do not strip the loader binary (delo.2nd).
diff -Nru /tmp/IqnjFSVkYm/delo-0.8/debian/control
/tmp/4xqj4zOtAl/delo-0.8/debian/control
--- /tmp/IqnjFSVkYm/delo-0.8/debian/control 2004-01-11 20:07:31.000000000
+0100
+++ /tmp/4xqj4zOtAl/delo-0.8/debian/control 2006-07-12 21:30:04.000000000
+0200
@@ -2,12 +2,12 @@
Section: base
Priority: important
Maintainer: Karsten Merker <[EMAIL PROTECTED]>
-Build-Depends: e2fslibs-dev (>= 1.34+1.35-WIP-2003.08.21), comerr-dev (>=
1.34+1.35-WIP-2003.08.21), debhelper, dpatch
+Build-Depends: e2fslibs-dev (>= 1.39), comerr-dev (>= 2.1-1.39), debhelper (>=
4), dpatch
Standards-Version: 3.6.1.0
Package: delo
Architecture: any
-Depends: ${shlibs:Depends}, debconf
+Depends: ${shlibs:Depends}, debconf | debconf-2.0
Description: The DECstation boot loader
This is DELO, the DECstation boot loader, which you need to boot Linux
on DECstations from storage media. It can also create bootable media
diff -Nru /tmp/IqnjFSVkYm/delo-0.8/debian/delo.postinst
/tmp/4xqj4zOtAl/delo-0.8/debian/delo.postinst
--- /tmp/IqnjFSVkYm/delo-0.8/debian/delo.postinst 2004-08-21
19:38:24.000000000 +0200
+++ /tmp/4xqj4zOtAl/delo-0.8/debian/delo.postinst 2006-07-12
21:21:33.000000000 +0200
@@ -24,9 +24,9 @@
. /usr/share/debconf/confmodule
if [ "$1" = "configure" ]; then
- if [ -d /usr/doc ] && [ ! -e /usr/doc/delo ] && [ -d
/usr/share/doc/delo ]; then
- ln -sf ../share/doc/delo /usr/doc/delo
- fi
+ if [ -d /usr/doc -a -h /usr/doc/delo -a -d /usr/share/doc/delo ]; then
+ rm -f /usr/doc/delo
+ fi
fi
[ x"configure" = x"$1" ] || exit 0
@@ -91,3 +91,7 @@
db_go
exit 0
+
+
+#DEBHELPER#
+
diff -Nru /tmp/IqnjFSVkYm/delo-0.8/debian/delo.templates
/tmp/4xqj4zOtAl/delo-0.8/debian/delo.templates
--- /tmp/IqnjFSVkYm/delo-0.8/debian/delo.templates 2003-12-28
15:36:45.000000000 +0100
+++ /tmp/4xqj4zOtAl/delo-0.8/debian/delo.templates 2006-07-12
21:15:41.000000000 +0200
@@ -1,27 +1,26 @@
Template: delo/boot-device
Type: string
-Description: Disk on which to intall the bootloader
- Delo, the DECstation harddisk bootloader, must be installed
- into the bootsector of a disk with a DOS partition table.
- Currently this must be the disk on which the root
- partition resides. Please give the device name of the
- harddisk to install delo onto.
+_Description: Disk on which to intall the bootloader:
+ Delo, the DECstation harddisk bootloader, must be installed into the
+ bootsector of a disk with a DOS partition table. Currently this must be
+ the disk on which the root partition resides. Please give the device name
+ of the harddisk to install delo onto.
Template: delo/root-device
Type: string
-Description: Root partition to use
+_Description: Root partition to use:
Please enter the device name of your root partition.
Template: delo/console-device
Type: string
-Description: Console device
+_Description: Console device
Delo can use the local console or a serial port as the system console.
- Please give the name of the system console. If no device is given,
- delo assumes local console.
+ Please give the name of the system console. If no device is given, delo
+ assumes local console.
Template: delo/firmware-variables
Type: note
-Description: Firmware variables for booting
+_Description: Firmware variables for booting
You have to set the "boot" firmware variables to boot your new debian
installation:
setenv boot "3/rz${FIRM_RZ}"
diff -Nru /tmp/IqnjFSVkYm/delo-0.8/debian/po/POTFILES.in
/tmp/4xqj4zOtAl/delo-0.8/debian/po/POTFILES.in
--- /tmp/IqnjFSVkYm/delo-0.8/debian/po/POTFILES.in 1970-01-01
01:00:00.000000000 +0100
+++ /tmp/4xqj4zOtAl/delo-0.8/debian/po/POTFILES.in 2006-07-12
21:15:41.000000000 +0200
@@ -0,0 +1 @@
+[type: gettext/rfc822deb] delo.templates
diff -Nru /tmp/IqnjFSVkYm/delo-0.8/debian/po/templates.pot
/tmp/4xqj4zOtAl/delo-0.8/debian/po/templates.pot
--- /tmp/IqnjFSVkYm/delo-0.8/debian/po/templates.pot 1970-01-01
01:00:00.000000000 +0100
+++ /tmp/4xqj4zOtAl/delo-0.8/debian/po/templates.pot 2006-07-12
21:16:56.000000000 +0200
@@ -0,0 +1,75 @@
+# 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 PROTECTED]>, YEAR.
+#
+#, fuzzy
+msgid ""
+msgstr ""
+"Project-Id-Version: PACKAGE VERSION\n"
+"Report-Msgid-Bugs-To: [EMAIL PROTECTED]"
+"POT-Creation-Date: 2006-07-12 21:16+0200\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: string
+#. Description
+#: ../delo.templates:1001
+msgid "Disk on which to intall the bootloader:"
+msgstr ""
+
+#. Type: string
+#. Description
+#: ../delo.templates:1001
+msgid ""
+"Delo, the DECstation harddisk bootloader, must be installed into the "
+"bootsector of a disk with a DOS partition table. Currently this must be the "
+"disk on which the root partition resides. Please give the device name of the "
+"harddisk to install delo onto."
+msgstr ""
+
+#. Type: string
+#. Description
+#: ../delo.templates:2001
+msgid "Root partition to use:"
+msgstr ""
+
+#. Type: string
+#. Description
+#: ../delo.templates:2001
+msgid "Please enter the device name of your root partition."
+msgstr ""
+
+#. Type: string
+#. Description
+#: ../delo.templates:3001
+msgid "Console device"
+msgstr ""
+
+#. Type: string
+#. Description
+#: ../delo.templates:3001
+msgid ""
+"Delo can use the local console or a serial port as the system console. "
+"Please give the name of the system console. If no device is given, delo "
+"assumes local console."
+msgstr ""
+
+#. Type: note
+#. Description
+#: ../delo.templates:4001
+msgid "Firmware variables for booting"
+msgstr ""
+
+#. Type: note
+#. Description
+#: ../delo.templates:4001
+msgid ""
+"You have to set the \"boot\" firmware variables to boot your new debian "
+"installation:\n"
+" setenv boot \"3/rz${FIRM_RZ}\""
+msgstr ""
diff -Nru /tmp/IqnjFSVkYm/delo-0.8/debian/rules
/tmp/4xqj4zOtAl/delo-0.8/debian/rules
--- /tmp/IqnjFSVkYm/delo-0.8/debian/rules 2004-08-21 18:43:11.000000000
+0200
+++ /tmp/4xqj4zOtAl/delo-0.8/debian/rules 2006-07-12 21:15:41.000000000
+0200
@@ -26,6 +26,7 @@
rm -rf debian/patched
$(MAKE) clean
dh_clean
+ debconf-updatepo
install: build
dh_testdir