--- irqbalance-0.55.orig/debian/changelog
+++ irqbalance-0.55/debian/changelog
@@ -0,0 +1,123 @@
+irqbalance (0.55-2~bpo.1) etch-backports; urgency=low
+
+  * Backport to etch.
+
+ -- Robert S. Edmonds <edmonds@debian.org>  Tue, 24 Jul 2007 15:00:44 -0400
+
+irqbalance (0.55-2) unstable; urgency=low
+
+  * Gratuitous version bump.
+
+ -- Kyle McMartin <kyle@ubuntu.com>  Wed, 23 May 2007 18:59:32 +0000
+
+irqbalance (0.55-1) unstable; urgency=low
+
+  * New upstream version.
+
+ -- Kyle McMartin <kyle@ubuntu.com>  Fri,  2 Feb 2007 14:56:27 -0500
+
+irqbalance (0.12-6) unstable; urgency=low
+
+  * debian/po/sv.po: Swedish translation from Daniel Nylander. (Closes:
+    #332550)
+
+ -- Eric Dorland <eric@debian.org>  Mon, 10 Oct 2005 19:42:56 -0400
+
+irqbalance (0.12-5) unstable; urgency=low
+
+  * debian/control: Use ${misc:Depends} for debconf dependency, not
+    hardcoded.
+  * debian/control, irqbalance.1: Add better description as to when
+    irqbalance should be used. (Closes: #323708)
+
+ -- Eric Dorland <eric@debian.org>  Sun,  2 Oct 2005 23:04:21 -0400
+
+irqbalance (0.12-4) unstable; urgency=low
+
+  * debian/control:
+    - Standards-Version to 3.6.2.1.
+    - Have an alternate depend on debconf-2.0, to appease the 
+      will of Joey Hess.
+  * debian/watch: Add a watch file.
+
+ -- Eric Dorland <eric@debian.org>  Wed,  3 Aug 2005 01:24:59 -0400
+
+irqbalance (0.12-3) unstable; urgency=low
+
+  * debian/po/vi.po: Vietnamese debconf translation from Clytie
+    Siddall. (Closes: 312043)
+
+ -- Eric Dorland <eric@debian.org>  Sun,  5 Jun 2005 14:56:00 -0400
+
+irqbalance (0.12-2) unstable; urgency=low
+
+  * debian/po/cs.po: Czech debconf translation from Miroslav
+    Kure. (Closes: #298320)
+
+ -- Eric Dorland <eric@debian.org>  Fri, 11 Mar 2005 01:10:43 -0500
+
+irqbalance (0.12-1) unstable; urgency=medium
+
+  * New upstream release. No reason not to into testing. (Closes: #280660)
+
+ -- Eric Dorland <eric@debian.org>  Sat, 13 Nov 2004 12:52:55 -0500
+
+irqbalance (0.11-1) unstable; urgency=medium
+
+  * New upstream release. This release incorporates a bunch of the changes
+    I made to the code.
+  * debian/copyright: License changed to OSL 2.1.
+
+ -- Eric Dorland <eric@debian.org>  Sun, 31 Oct 2004 11:42:05 -0500
+
+irqbalance (0.09-5) unstable; urgency=low
+
+  * irqbalance.c: Add "exit(EXIT_SUCCESS)" to signal handler to actually
+    exit. Thanks Philipp Matthias Hahn. (Closes: #276631)
+
+ -- Eric Dorland <eric@debian.org>  Sun, 17 Oct 2004 21:52:44 -0400
+
+irqbalance (0.09-4) unstable; urgency=low
+
+  * debian/po/de.po: Add German translation from Erik
+    Schanze. Danke. (Closes: #264656)
+
+ -- Eric Dorland <eric@debian.org>  Mon,  9 Aug 2004 20:27:38 -0400
+
+irqbalance (0.09-3) unstable; urgency=low
+
+  * debian/po/ja.po: Add Japanese translation from Hideki
+    Yamane. Arigato. (Closes: #264121)
+
+ -- Eric Dorland <eric@debian.org>  Sat,  7 Aug 2004 17:40:44 -0400
+
+irqbalance (0.09-2) unstable; urgency=low
+
+  * The "Egalité-Liberté-Fraternité" release.
+  * debian/po/fr.po: Added French translation from Christian
+    Perrier. (Closes: #243639)
+
+ -- Eric Dorland <eric@debian.org>  Wed, 14 Apr 2004 20:50:59 -0400
+
+irqbalance (0.09-1) unstable; urgency=low
+
+  * New upstream release. Convert to po-debconf.
+  * debian/po/*: Add as part of po-debconf.
+  * debian/rules: Build-Depend on debhelper >= 4.1.16 for po-debconf.
+
+ -- Eric Dorland <eric@debian.org>  Sun,  7 Mar 2004 22:46:16 -0500
+
+irqbalance (0.08-1) unstable; urgency=low
+
+  * New upstream release.
+  * debian/control: S-V to 3.6.1.
+  * debian/irqbalance.manpages: Add to include irqbalance manpage.
+
+ -- Eric Dorland <eric@debian.org>  Wed, 17 Dec 2003 22:24:51 -0500
+
+irqbalance (0.06-1) unstable; urgency=low
+   
+  * Initial Release. (Closes: #203712)
+
+ -- Eric Dorland <eric@debian.org>  Sun, 10 Aug 2003 19:15:39 -0400
+  
--- irqbalance-0.55.orig/debian/compat
+++ irqbalance-0.55/debian/compat
@@ -0,0 +1 @@
+4
--- irqbalance-0.55.orig/debian/control
+++ irqbalance-0.55/debian/control
@@ -0,0 +1,15 @@
+Source: irqbalance
+Section: utils
+Priority: extra
+Maintainer: Kyle McMartin <kyle@ubuntu.com>
+Build-Depends: cdbs, debhelper (>= 4.1.16), pkg-config, libglib2.0-dev, xutils-dev
+Standards-Version: 3.6.2.1
+
+Package: irqbalance
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: Daemon to balance interrupts for SMP systems
+ Daemon to balance interrupts across multiple CPUs, which can lead to
+ better performance and IO balance on SMP systems. This package is
+ especially useful on systems with multi-core processors, as interrupts
+ will typically only be serviced by the first core.
--- irqbalance-0.55.orig/debian/copyright
+++ irqbalance-0.55/debian/copyright
@@ -0,0 +1,12 @@
+This package was debianized by Eric Dorland <eric@debian.org> on
+Wed, 06 Aug 2003 10:58:17 -0400.
+
+It was downloaded from http://www.irqbalance.org/
+
+Upstream Author: Arjan van de Ven <arjanv@linux.intel.com>
+
+Copyright:
+
+This software is released under the terms of the GNU General Public
+License, which on Debian systems can be found in the file
+/usr/share/common-licenses/GPL.
--- irqbalance-0.55.orig/debian/irqbalance.config
+++ irqbalance-0.55/debian/irqbalance.config
@@ -0,0 +1,20 @@
+#!/bin/sh -e
+
+. /usr/share/debconf/confmodule
+db_version 2.0
+
+CONF=/etc/default/irqbalance
+
+if test -e $CONF; then
+    . $CONF || true
+    
+    db_set irqbalance/enable ENABLE
+    db_set irqbalance/oneshot ONESHOT
+fi
+
+db_input low irqbalance/enable || true
+db_input medium irqbalance/oneshot || true
+db_go || true
+
+exit 0
+
--- irqbalance-0.55.orig/debian/irqbalance.dirs
+++ irqbalance-0.55/debian/irqbalance.dirs
@@ -0,0 +1 @@
+/etc/default
--- irqbalance-0.55.orig/debian/irqbalance.init
+++ irqbalance-0.55/debian/irqbalance.init
@@ -0,0 +1,66 @@
+#!/bin/sh
+
+# irqbalance init script
+# August 2003
+# Eric Dorland
+ 
+# Based on spamassassin init script
+ 
+PATH=/sbin:/bin:/usr/sbin:/usr/bin
+DAEMON=/usr/sbin/irqbalance
+NAME=irqbalance
+SNAME=irqbalance
+DESC="SMP IRQ Balancer"
+PIDFILE="/var/run/$NAME.pid"
+PNAME="irqbalance"
+DOPTIONS=""
+
+# Defaults - don't touch, edit /etc/default/
+ENABLED=0
+OPTIONS=""
+ONE_SHOT=0
+
+test -x $DAEMON || exit 0
+
+test -f /etc/default/irqbalance && . /etc/default/irqbalance
+             
+test "$ENABLED" != "0" || exit 0
+
+if test "$ONESHOT" != "0"; then
+    DOPTIONS="--oneshot"
+fi
+
+case "$1" in
+  start)
+        echo -n "Starting $DESC: "
+        start-stop-daemon --start --pidfile $PIDFILE \
+        	--name $PNAME --oknodo --startas $DAEMON \
+            -- $OPTIONS $DOPTIONS
+        
+        echo "$NAME."
+        ;;
+  stop)
+        echo -n "Stopping $DESC: "
+        
+        start-stop-daemon --stop --pidfile $PIDFILE --name $PNAME --oknodo
+        
+        echo "$NAME."
+        ;;
+  restart|force-reload)
+        echo -n "Restarting $DESC: "
+        start-stop-daemon --stop --pidfile $PIDFILE --name $PNAME \
+            --retry 5 --oknodo
+        start-stop-daemon --start --pidfile $PIDFILE \
+            --name $PNAME --oknodo --startas $DAEMON \
+            -- $OPTIONS $DOPTIONS
+        
+        echo "$NAME."
+        ;;
+  *)
+        N=/etc/init.d/$SNAME
+        echo "Usage: $N {start|stop|restart|force-reload}" >&2
+        exit 1
+        ;;
+esac
+
+exit 0
--- irqbalance-0.55.orig/debian/irqbalance.install
+++ irqbalance-0.55/debian/irqbalance.install
@@ -0,0 +1 @@
+irqbalance usr/sbin/
\ No newline at end of file
--- irqbalance-0.55.orig/debian/irqbalance.manpages
+++ irqbalance-0.55/debian/irqbalance.manpages
@@ -0,0 +1 @@
+irqbalance.1
--- irqbalance-0.55.orig/debian/irqbalance.postinst
+++ irqbalance-0.55/debian/irqbalance.postinst
@@ -0,0 +1,41 @@
+#!/bin/sh -e
+
+. /usr/share/debconf/confmodule
+db_version 2.0
+
+CONF=/etc/default/irqbalance
+
+if [ "$1" = "configure" ]; then
+    if [ ! -e $CONF ]; then
+        echo "#Configuration for the irqbalance daemon" > $CONF.tmp
+        echo >> $CONF.tmp
+        echo "#Should irqbalance be enabled?" >> $CONF.tmp
+        echo "ENABLED=1" >> $CONF.tmp
+        echo "#Balance the IRQs only once?" >> $CONF.tmp
+        echo "ONESHOT=0" >> $CONF.tmp
+    
+        mv -f "$CONF.tmp" "$CONF" 
+    fi
+    
+    db_get irqbalance/enable
+    if [ "$RET" = "true" ]; then
+        ENABLE="1"
+    else
+        ENABLE="0"
+    fi
+    db_get irqbalance/oneshot
+    if [ "$RET" = "true" ]; then
+        ONESHOT="1"
+    else
+        ONESHOT="0"
+    fi
+    cp -a -f $CONF $CONF.tmp
+    sed -e "s/^ *ENABLE=.*/ENABLE=\"$ENABLE\"/" \
+        -e "s/^ *ONESHOT=.*/ONESHOT=\"$ONESHOT\"/" \
+        < $CONF > $CONF.tmp
+    mv -f $CONF.tmp $CONF
+    
+    db_stop
+fi
+
+#DEBHELPER#
\ No newline at end of file
--- irqbalance-0.55.orig/debian/irqbalance.postrm
+++ irqbalance-0.55/debian/irqbalance.postrm
@@ -0,0 +1,9 @@
+#!/bin/sh -e
+
+CONF=/etc/default/irqbalance
+
+if [ "$1" = "purge" ]; then
+    rm -f "$CONF.tmp" "$CONF"
+fi
+
+#DEBHELPER#
\ No newline at end of file
--- irqbalance-0.55.orig/debian/irqbalance.templates
+++ irqbalance-0.55/debian/irqbalance.templates
@@ -0,0 +1,16 @@
+Template: irqbalance/enable
+Type: boolean
+Default: true
+_Description: Enable irqbalance?
+ Enable the irqbalance daemon to balance IRQs on SMP systems and systems
+ with hyperthreading?
+
+Template: irqbalance/oneshot
+Type: boolean
+Default: false
+_Description: Balance the IRQ's once?
+ irqbalance can run in one shot mode, where the IRQs are balanced only
+ once. This is advantageous on hyperthreading systems such as the Pentium
+ 4, which appear to be SMP systems, but are really one physical CPU.
+ .
+ Run irqbalance in one shot mode?
--- irqbalance-0.55.orig/debian/po/POTFILES.in
+++ irqbalance-0.55/debian/po/POTFILES.in
@@ -0,0 +1 @@
+[type: gettext/rfc822deb] irqbalance.templates
--- irqbalance-0.55.orig/debian/po/cs.po
+++ irqbalance-0.55/debian/po/cs.po
@@ -0,0 +1,65 @@
+#
+#    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: irqbalance\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2004-03-07 23:02-0500\n"
+"PO-Revision-Date: 2005-03-06 18:23+0100\n"
+"Last-Translator: Miroslav Kure <kurem@debian.cz>\n"
+"Language-Team: Czech <debian-10n-czech@debian.org>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=ISO-8859-2\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#. Type: boolean
+#. Description
+#: ../irqbalance.templates:4
+msgid "Enable irqbalance?"
+msgstr "Povolit irqbalance?"
+
+#. Type: boolean
+#. Description
+#: ../irqbalance.templates:4
+msgid ""
+"Enable the irqbalance daemon to balance IRQs on SMP systems and systems with "
+"hyperthreading?"
+msgstr ""
+"Chcete, aby daemon irqbalance rovnomìrnì distribuoval pøeru¹ení na SMP "
+"systémech a na systémech s hyperthreadingem?"
+
+#. Type: boolean
+#. Description
+#: ../irqbalance.templates:11
+msgid "Balance the IRQ's once?"
+msgstr "Rozlo¾it pøeru¹ení pouze jednou?"
+
+#. Type: boolean
+#. Description
+#: ../irqbalance.templates:11
+msgid ""
+"irqbalance can run in one shot mode, where the IRQs are balanced only once. "
+"This is advantageous on hyperthreading systems such as the Pentium 4, which "
+"appear to be SMP systems, but are really one physical CPU."
+msgstr ""
+"irqbalance umí bì¾et v jednorázovém re¾imu, kdy jsou pøeru¹ení rozlo¾ena "
+"pouze jednou. To je výhodné na systémech s hyperthreadingem (jako tøeba "
+"Pentium 4), které se jeví jako SMP systémy, ale ve skuteènosti obsahují "
+"pouze jeden fyzický procesor."
+
+#. Type: boolean
+#. Description
+#: ../irqbalance.templates:11
+msgid "Run irqbalance in one shot mode?"
+msgstr "Spoustit irqbalance v jednorázovém re¾imu?"
--- irqbalance-0.55.orig/debian/po/de.po
+++ irqbalance-0.55/debian/po/de.po
@@ -0,0 +1,67 @@
+#
+#    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: irqbalance_0.09-2_templates\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2004-03-07 23:02-0500\n"
+"PO-Revision-Date: 2004-08-09 21:20+0200\n"
+"Last-Translator: Erik Schanze <mail@erikschanze.de>\n"
+"Language-Team: German <debian-l10n-german@lists.debian.org>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"X-Generator: KBabel 1.3.1\n"
+"Plural-Forms:  nplurals=2; plural=(n != 1);\n"
+
+#. Type: boolean
+#. Description
+#: ../irqbalance.templates:4
+msgid "Enable irqbalance?"
+msgstr "Irqbalance aktivieren?"
+
+#. Type: boolean
+#. Description
+#: ../irqbalance.templates:4
+msgid ""
+"Enable the irqbalance daemon to balance IRQs on SMP systems and systems with "
+"hyperthreading?"
+msgstr ""
+"Den Dienst irqbalance zum Ausgleichen der IRQs auf SMP-Systemen und Systemen "
+"mit Hyperthreading aktivieren?"
+
+#. Type: boolean
+#. Description
+#: ../irqbalance.templates:11
+msgid "Balance the IRQ's once?"
+msgstr "IRQs einmal ausgleichen?"
+
+#. Type: boolean
+#. Description
+#: ../irqbalance.templates:11
+msgid ""
+"irqbalance can run in one shot mode, where the IRQs are balanced only once. "
+"This is advantageous on hyperthreading systems such as the Pentium 4, which "
+"appear to be SMP systems, but are really one physical CPU."
+msgstr ""
+"Irqbalance kann in einem \"Einmal-Modus\" betrieben werden, bei dem die IRQs "
+"nur einmal aufgeteilt werden. Das ist vorteilhaft auf Systemen mit "
+"Hyperthreading, wie Pentium 4, die sich wie SMP-Systeme verhalten, aber "
+"physisch nur eine CPU haben."
+
+#. Type: boolean
+#. Description
+#: ../irqbalance.templates:11
+msgid "Run irqbalance in one shot mode?"
+msgstr "Irqbalance im \"Einmal-Modus\" starten?"
+
--- irqbalance-0.55.orig/debian/po/fr.po
+++ irqbalance-0.55/debian/po/fr.po
@@ -0,0 +1,65 @@
+#
+#    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: irqbalance\n"
+"POT-Creation-Date: 2004-03-07 23:02-0500\n"
+"PO-Revision-Date: 2004-04-04 10:31+0100\n"
+"Last-Translator: Christian Perrier <bubulle@debian.org>\n"
+"Language-Team: French <debian-l10n-french@lists.debian.org>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=iso-8859-1\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#. Type: boolean
+#. Description
+#: ../irqbalance.templates:4
+msgid "Enable irqbalance?"
+msgstr "Faut-il activer irqbalance ?"
+
+#. Type: boolean
+#. Description
+#: ../irqbalance.templates:4
+msgid ""
+"Enable the irqbalance daemon to balance IRQs on SMP systems and systems with "
+"hyperthreading?"
+msgstr ""
+"Veuillez choisir si vous souhaitez activer le démon irqbalance pour répartir "
+"les requêtes d'interruptions (IRQ) sur les systèmes multiprocesseurs et les "
+"systèmes utilisant l'« hyperthreading »."
+
+#. Type: boolean
+#. Description
+#: ../irqbalance.templates:11
+msgid "Balance the IRQ's once?"
+msgstr "Faut-il répartir les « IRQ » une seule fois ?"
+
+#. Type: boolean
+#. Description
+#: ../irqbalance.templates:11
+msgid ""
+"irqbalance can run in one shot mode, where the IRQs are balanced only once. "
+"This is advantageous on hyperthreading systems such as the Pentium 4, which "
+"appear to be SMP systems, but are really one physical CPU."
+msgstr ""
+"Irqbalance peut être lancé pour ne répartir les requêtes d'interruption "
+"qu'une seule fois. Cela est avantageux sur les système avec "
+"« hyperthreading » comme les processeurs Pentium 4, qui apparaissent comme "
+"des systèmes multiprocesseurs même si un seul processeur est présent."
+
+#. Type: boolean
+#. Description
+#: ../irqbalance.templates:11
+msgid "Run irqbalance in one shot mode?"
+msgstr "Veuillez choisir si vous souhaitez utiliser ce mode de fonctionnement."
--- irqbalance-0.55.orig/debian/po/ja.po
+++ irqbalance-0.55/debian/po/ja.po
@@ -0,0 +1,65 @@
+#
+#    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: irqbalance 0.09-2\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2004-03-07 23:02-0500\n"
+"PO-Revision-Date: 2004-08-07 15:03+0900\n"
+"Last-Translator: Hideki Yamane <henrich@samba.gr.jp>\n"
+"Language-Team: Japanese <debian-japanese@lists.debian.org>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=EUC-JP\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#. Type: boolean
+#. Description
+#: ../irqbalance.templates:4
+msgid "Enable irqbalance?"
+msgstr "irqbalance ¤òÍ­¸ú¤Ë¤·¤Þ¤¹¤«?"
+
+#. Type: boolean
+#. Description
+#: ../irqbalance.templates:4
+msgid ""
+"Enable the irqbalance daemon to balance IRQs on SMP systems and systems with "
+"hyperthreading?"
+msgstr ""
+"SMP ¥·¥¹¥Æ¥à¤ä Hyper-Threading ÂÐ±þ¥·¥¹¥Æ¥à¤Ç IRQ ¤ò¶Ñ¹Õ¤µ¤»¤ë¤¿¤á¡¢"
+"irqbalance ¥Ç¡¼¥â¥ó¤òÍ­¸ú¤Ë¤·¤Þ¤¹¤«?"
+
+#. Type: boolean
+#. Description
+#: ../irqbalance.templates:11
+msgid "Balance the IRQ's once?"
+msgstr "°ìÅÙ IRQ ¤ò¶Ñ¹Õ¤µ¤»¤Þ¤¹¤«?"
+
+#. Type: boolean
+#. Description
+#: ../irqbalance.templates:11
+msgid ""
+"irqbalance can run in one shot mode, where the IRQs are balanced only once. "
+"This is advantageous on hyperthreading systems such as the Pentium 4, which "
+"appear to be SMP systems, but are really one physical CPU."
+msgstr ""
+"irqbalance ¤Ï IRQ ¤¬°ìÅÙ¤À¤±¶Ñ¹Õ¤¹¤ë one shot ¥â¡¼¥É¤ÇÆ°ºî¤µ¤»¤é¤ì¤Þ¤¹¡£¤³¤ì"
+"¤Ï Pentium 4 ¤Î¤è¤¦¤Ê SMP ¥·¥¹¥Æ¥à¤Ë¸«¤¨¤ë¤¬¡¢¼ÂºÝ¤Ï 1 ¤Ä¤ÎÊªÍý CPU ¤Ç¤¢¤ë "
+"Hyper-Threading ÂÐ±þ¥·¥¹¥Æ¥à¤Ë¤ª¤¤¤ÆÍ­¸ú¤Ç¤¹¡£"
+
+#. Type: boolean
+#. Description
+#: ../irqbalance.templates:11
+msgid "Run irqbalance in one shot mode?"
+msgstr "irqbalance ¤ò one shot ¥â¡¼¥É¤ÇÆ°ºî¤µ¤»¤Þ¤¹¤«?"
--- irqbalance-0.55.orig/debian/po/sv.po
+++ irqbalance-0.55/debian/po/sv.po
@@ -0,0 +1,63 @@
+# Translators, if you are not familiar with the PO format, gettext
+# documentation is worth reading, especially sections dedicated to
+# this format, e.g. by running:
+# info -n '(gettext)PO Files'
+# info -n '(gettext)Header Entry'
+# Some information specific to po-debconf are available at
+# /usr/share/doc/po-debconf/README-trans
+# or http://www.debian.org/intl/l10n/po-debconf/README-trans
+# Developers do not need to manually edit POT or PO files.
+# , fuzzy
+# 
+# 
+msgid ""
+msgstr ""
+"Project-Id-Version: irqbalance 0.12-4\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2004-03-07 23:02-0500\n"
+"PO-Revision-Date: 2005-10-08 03:35+0200\n"
+"Last-Translator: Daniel Nylander <po@danielnylander.se>\n"
+"Language-Team: Swedish <sv@li.org>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=iso-8859-1\n"
+"Content-Transfer-Encoding: 8bit"
+
+#. Type: boolean
+#. Description
+#: ../irqbalance.templates:4
+msgid "Enable irqbalance?"
+msgstr "Aktivera irqbalance?"
+
+#. Type: boolean
+#. Description
+#: ../irqbalance.templates:4
+msgid ""
+"Enable the irqbalance daemon to balance IRQs on SMP systems and systems with "
+"hyperthreading?"
+msgstr ""
+"Aktivera irqbalancedaemonen för att balansera IRQ's på SMP-system och system med hyperthreading?"
+
+#. Type: boolean
+#. Description
+#: ../irqbalance.templates:11
+msgid "Balance the IRQ's once?"
+msgstr "Balansera IRQ's en gång?"
+
+#. Type: boolean
+#. Description
+#: ../irqbalance.templates:11
+msgid ""
+"irqbalance can run in one shot mode, where the IRQs are balanced only once. "
+"This is advantageous on hyperthreading systems such as the Pentium 4, which "
+"appear to be SMP systems, but are really one physical CPU."
+msgstr ""
+"irqbalance kan köra i så kallad \"ett-skott-läge\" där IRQ's blir balanserade bara en gång. "
+"Det är fördelaktigt på system med hyperthreading såsom Pentium 4 vilket verka "
+"vara SMP-system med egentligen är en fysisk CPU."
+
+#. Type: boolean
+#. Description
+#: ../irqbalance.templates:11
+msgid "Run irqbalance in one shot mode?"
+msgstr "Köra irqbalance i \"ett-skott-läge\"?"
+
--- irqbalance-0.55.orig/debian/po/templates.pot
+++ irqbalance-0.55/debian/po/templates.pot
@@ -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: PACKAGE VERSION\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2004-03-07 23:02-0500\n"
+"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
+"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
+"Language-Team: LANGUAGE <LL@li.org>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=CHARSET\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#. Type: boolean
+#. Description
+#: ../irqbalance.templates:4
+msgid "Enable irqbalance?"
+msgstr ""
+
+#. Type: boolean
+#. Description
+#: ../irqbalance.templates:4
+msgid ""
+"Enable the irqbalance daemon to balance IRQs on SMP systems and systems with "
+"hyperthreading?"
+msgstr ""
+
+#. Type: boolean
+#. Description
+#: ../irqbalance.templates:11
+msgid "Balance the IRQ's once?"
+msgstr ""
+
+#. Type: boolean
+#. Description
+#: ../irqbalance.templates:11
+msgid ""
+"irqbalance can run in one shot mode, where the IRQs are balanced only once. "
+"This is advantageous on hyperthreading systems such as the Pentium 4, which "
+"appear to be SMP systems, but are really one physical CPU."
+msgstr ""
+
+#. Type: boolean
+#. Description
+#: ../irqbalance.templates:11
+msgid "Run irqbalance in one shot mode?"
+msgstr ""
--- irqbalance-0.55.orig/debian/po/vi.po
+++ irqbalance-0.55/debian/po/vi.po
@@ -0,0 +1,51 @@
+# Vietnamese Translation for irqbalance.
+# Copyright Â© 2005 Free Software Foundation, Inc.
+# Clytie Siddall <clytie@riverland.net.au>, 2005.
+# 
+msgid ""
+msgstr ""
+"Project-Id-Version: irqbalance 0.12-2\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2004-03-07 23:02-0500\n"
+"PO-Revision-Date: 2005-06-05 13:18+0930\n"
+"Last-Translator: Clytie Siddall <clytie@riverland.net.au>\n"
+"Language-Team: Vietnamese <gnomevi-list@lists.sourceforge.net>\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: boolean
+#.Description
+#:../irqbalance.templates:4
+msgid "Enable irqbalance?"
+msgstr "Báº­t trÃ¬nh irqbalance khÃ´ng?"
+
+#.Type: boolean
+#.Description
+#:../irqbalance.templates:4
+msgid ""
+"Enable the irqbalance daemon to balance IRQs on SMP systems and systems with "
+"hyperthreading?"
+msgstr "Hiá»‡u lá»±c trÃ¬nh ná»n (dÃ¦mon) Ä‘á»ƒ cÃ¢n nhau cÃ¡c IRQ trong há»‡ thá»‘ng SMP vÃ  trong há»‡ thá»‘ng cÃ³ siÃªu máº¡ch khÃ´ng?"
+
+#.Type: boolean
+#.Description
+#:../irqbalance.templates:11
+msgid "Balance the IRQ's once?"
+msgstr "CÃ¢y nhau cÃ¡c IRQ má»™t láº§n khÃ´ng?"
+
+#.Type: boolean
+#.Description
+#:../irqbalance.templates:11
+msgid ""
+"irqbalance can run in one shot mode, where the IRQs are balanced only once. "
+"This is advantageous on hyperthreading systems such as the Pentium 4, which "
+"appear to be SMP systems, but are really one physical CPU."
+msgstr "TrÃ¬nh irqbalance cÃ³ thá»ƒ cháº¡y trong cháº¿ Ä‘á»™ Â«má»™t láº§nÂ», thÃ¬ cÃ¢n nhau cÃ¡c IRQ chá»‰ má»™t láº§n thÃ´i. Cháº¿ Ä‘á»™ nÃ y há»¯u Ã­ch trong há»‡ thá»‘ng siÃªu máº¡ch (hyperthread) nhÆ° Pentium 4, mÃ  hÃ¬nh nhÆ° há»‡ thá»‘ng SMP nhÆ°ng mÃ  tháº­t sá»± lÃ  má»™t Ä‘Æ¡n vá»‹ xá»­ lÃ½ trung tÃ¢m váº­t lÃ½ thÃ´i."
+
+#.Type: boolean
+#.Description
+#:../irqbalance.templates:11
+msgid "Run irqbalance in one shot mode?"
+msgstr "Cháº¡y trÃ¬nh irqbalance trong cháº¿ Ä‘á»™ má»™t láº§n khÃ´ng?"
--- irqbalance-0.55.orig/debian/rules
+++ irqbalance-0.55/debian/rules
@@ -0,0 +1,7 @@
+#!/usr/bin/make -f
+
+include /usr/share/cdbs/1/class/makefile.mk
+include /usr/share/cdbs/1/rules/debhelper.mk
+
+### from irqbalance Makefile
+CFLAGS=-g -Os -D_FORTIFY_SOURCE=2 -Wall -W `pkg-config --cflags glib-2.0`
--- irqbalance-0.55.orig/debian/watch
+++ irqbalance-0.55/debian/watch
@@ -0,0 +1,3 @@
+version=2
+
+http://www.irqbalance.org/releases irqbalance-(.+)\.tar\.gz
--- irqbalance-0.55.orig/irqbalance.1
+++ irqbalance-0.55/irqbalance.1
@@ -0,0 +1,64 @@
+.\"Generated by db2man.xsl. Don't modify this, modify the source.
+.de Sh \" Subsection
+.br
+.if t .Sp
+.ne 5
+.PP
+\fB\\$1\fR
+.PP
+..
+.de Sp \" Vertical space (when we can't use .PP)
+.if t .sp .5v
+.if n .sp
+..
+.de Ip \" List item
+.br
+.ie \\n(.$>=3 .ne \\$3
+.el .ne 3
+.IP "\\$1" \\$2
+..
+.TH "IRQBALANCE" 1 "Dec 2006" "Linux" "irqbalance"
+.SH NAME
+irqbalance \- distribute hardware interrupts across processors on a multiprocessor system
+.SH "SYNOPSIS"
+
+.nf
+\fBirqbalance\fR 
+.fi
+
+.SH "DESCRIPTION"
+
+.PP
+The purpose of \fBirqbalance\fR is distribute hardware interrupts across processors on a multiprocessor system in order to increase performance\&.
+
+.SH "OPTIONS"
+
+.TP
+.B --oneshot
+Causes irqbalance to be run once, after which the daemon exits
+.TP
+
+.B --debug
+Causes irqbalance to run in the foreground and extra debug information to be printed
+
+.SH "ENVIRONMENT VARIABLES"
+.TP
+.B IRQBALANCE_ONESHOT
+Same as --oneshot
+
+.TP
+.B IRQBALANCE_DEBUG
+Same as --debug
+
+.TP
+.B IRQBALANCE_BANNED_CPUS
+Provides a mask of cpus which irqbalance should ignore and never assign interrupts to
+
+.TP
+.B IRQBALANCE_BANNED_INTERRUPTS
+A list of space delimited IRQ numbers that irqbalance should not touch
+
+.SH "Homepage"
+http://www.irqbalance.org
+
+
