Merge changes from sid up to 2.6.39-3

svn path=/dists/trunk/linux-2.6/; revision=17830
This commit is contained in:
Ben Hutchings 2011-07-12 05:25:23 +00:00
commit a987a4c771
11 changed files with 624 additions and 97 deletions

87
debian/changelog vendored
View File

@ -177,6 +177,93 @@ linux-2.6 (3.0.0~rc1-1~experimental.1) experimental; urgency=low
-- Ben Hutchings <ben@decadent.org.uk> Wed, 01 Jun 2011 06:41:14 +0100
linux-2.6 (2.6.39-3) unstable; urgency=low
[ Ben Hutchings ]
* [x86] i915: Revert "drm/i915: Enable GMBUS for post-gen2 chipsets"
(Closes: #627575)
* linux-source-<version>: Suggest libqt4-dev (for 'make xconfig')
instead of libqt3-mt-dev (Closes: #631666)
* [armhf] Add omap flavour, thanks to Sebastian Reichel
* [armhf] rtc-twl: Switch to using threaded irq
* bridge/netfilter: provide a cow_metrics method for fake_ops
(Closes: #629932)
* Update debconf template translations:
- Danish (Joe Dalton) (Closes: #632551)
- Slovak (Slavko) (Closes: #608684)
* partitions/efi: Fix crash (oops) caused by corrupted GUID partition
table (CVE-2011-1577)
* ksm: fix NULL pointer dereference in scan_get_next_rmap_item()
(CVE-2011-2183)
* inet_diag: Fix infinite loop in inet_diag_bc_audit() (CVE-2011-2213)
* taskstats: don't allow duplicate entries in listener mode (CVE-2011-2484)
* bluetooth: Prevent buffer overflow in l2cap config request
(CVE-2011-2497)
[ maximilian attems ]
* Add stable 2.6.39.2, including:
- block: Fix crash (oops) in blkdev_get() on failed exclusive open
(Closes: #631574)
- nl80211: fix check for valid SSID size in scan operations (CVE-2011-2517)
- drm/radeon/kms: viewport height has to be even
- drm/radeon/kms: fix for radeon on systems >4GB without hardware iommu
- fat: Fix corrupt inode flags when remove ATTR_SYS flag
- scsi: Fix oops caused by queue refcounting failure
- cifs: don't allow cifs_reconnect to exit with NULL socket pointer
- drm/radeon/kms: do bounds checking for 3D_LOAD_VBPNTR and bump array
limit
- TOMOYO: Fix oops in tomoyo_mount_acl() (CVE-2011-2518)
For the complete list of changes, see:
http://www.kernel.org/pub/linux/kernel/v2.6/ChangeLog-2.6.39.2
-- Ben Hutchings <ben@decadent.org.uk> Mon, 04 Jul 2011 07:08:10 +0100
linux-2.6 (2.6.39-2) unstable; urgency=low
[ Ben Hutchings ]
* [x86] Enable BACKLIGHT_APPLE, replacing BACKLIGHT_MBP_NVIDIA
(Closes: #627492)
* cgroups: Disable memory resource controller by default. Allow it
to be enabled using kernel parameter 'cgroup_enable=memory'.
* rt2800usb: Enable support for more USB devices including
Linksys WUSB600N (Closes: #596626) (this change was accidentally
omitted from 2.6.39-1)
* [x86] Remove Celeron from list of processors supporting PAE. Most
'Celeron M' models do not.
* Update debconf template translations:
- Swedish (Martin Bagge) (Closes: #628932)
- French (David Prévot) (Closes: #628191)
* aufs: Update for 2.6.39 (Closes: #627837)
* Add stable 2.6.39.1, including:
- ext4: dont set PageUptodate in ext4_end_bio()
- pata_cmd64x: fix boot crash on parisc (Closes: #622997, #622745)
- ext3: Fix fs corruption when make_indexed_dir() fails
- netfilter: nf_ct_sip: validate Content-Length in TCP SIP messages
- sctp: fix race between sctp_bind_addr_free() and
sctp_bind_addr_conflict()
- sctp: fix memory leak of the ASCONF queue when free asoc
- md/bitmap: fix saving of events_cleared and other state
- cdc_acm: Fix oops when Droids MuIn LCD is connected
- cx88: Fix conversion from BKL to fine-grained locks (Closes: #619827)
- keys: Set cred->user_ns in key_replace_session_keyring (CVE-2011-2184)
- tmpfs: fix race between truncate and writepage
- nfs41: Correct offset for LAYOUTCOMMIT
- xen/mmu: fix a race window causing leave_mm BUG()
- ext4: fix possible use-after-free in ext4_remove_li_request()
For the complete list of changes, see:
http://www.kernel.org/pub/linux/kernel/v2.6/ChangeLog-2.6.39.1
* Bump ABI to 2
* netfilter: Enable IP_SET, IP_SET_BITMAP_IP, IP_SET_BITMAP_IPMAC,
IP_SET_BITMAP_PORT, IP_SET_HASH_IP, IP_SET_HASH_IPPORT,
IP_SET_HASH_IPPORTIP, IP_SET_HASH_IPPORTNET, IP_SET_HASH_NET,
IP_SET_HASH_NETPORT, IP_SET_LIST_SET, NETFILTER_XT_SET as modules
(Closes: #629401)
[ Aurelien Jarno ]
* [mipsel/loongson-2f] Disable_SCSI_LPFC to workaround GCC ICE.
-- Ben Hutchings <ben@decadent.org.uk> Tue, 07 Jun 2011 12:14:05 +0100
linux-2.6 (2.6.39-1) unstable; urgency=low
[ maximilian attems ]

335
debian/config/armhf/config.omap vendored Normal file
View File

@ -0,0 +1,335 @@
##
## file: arch/arm/Kconfig
##
## choice: ARM system type
CONFIG_ARCH_OMAP=y
## end choice
CONFIG_NEON=y
CONFIG_SMP=y
CONFIG_SMP_ON_UP=y
CONFIG_HIGHMEM=y
CONFIG_LEDS=y
CONFIG_LEDS_CPU=y
##
## file: arch/arm/mm/Kconfig
##
CONFIG_ARM_THUMBEE=y
##
## file: arch/arm/plat-omap/Kconfig
##
## choice: OMAP system type
CONFIG_ARCH_OMAP2PLUS=y
## end choice
# CONFIG_OMAP_DEBUG_DEVICES is not set
CONFIG_OMAP_DEBUG_LEDS=y
CONFIG_OMAP_RESET_CLOCKS=y
CONFIG_OMAP_MUX=y
# CONFIG_OMAP_MUX_DEBUG is not set
CONFIG_OMAP_MUX_WARNINGS=y
CONFIG_OMAP_MCBSP=y
CONFIG_OMAP_MBOX_FWK=y
CONFIG_OMAP_MBOX_KFIFO_SIZE=256
CONFIG_OMAP_IOMMU=y
# CONFIG_OMAP_IOMMU_DEBUG is not set
## choice: System timer
# CONFIG_OMAP_MPU_TIMER is not set
CONFIG_OMAP_32K_TIMER=y
## end choice
# CONFIG_OMAP3_L2_AUX_SECURE_SAVE_RESTORE is not set
CONFIG_OMAP_32K_TIMER_HZ=128
CONFIG_OMAP_DM_TIMER=y
CONFIG_OMAP_SERIAL_WAKE=y
## choice: OMAP PM layer selection
# CONFIG_OMAP_PM_NONE is not set
CONFIG_OMAP_PM_NOOP=y
## end choice
##
## file: arch/arm/mach-omap2/Kconfig
##
CONFIG_ARCH_OMAP2PLUS_TYPICAL=y
# CONFIG_ARCH_OMAP2 is not set
##
## file: drivers/i2c/busses/Kconfig
##
CONFIG_I2C_GPIO=y
CONFIG_I2C_OMAP=y
##
## file: drivers/spi/Kconfig
##
CONFIG_SPI=y
CONFIG_SPI_GPIO=y
CONFIG_SPI_OMAP24XX=y
CONFIG_SPI_SPIDEV=y
##
## file: drivers/gpio/Kconfig
##
CONFIG_GPIO_SYSFS=y
CONFIG_GPIO_TWL4030=y
##
## file: drivers/usb/Kconfig
## note: needed to be buildin by MUSB
##
CONFIG_USB=y
##
## file: drivers/usb/musb/Kconfig
##
CONFIG_USB_MUSB_HDRC=y
CONFIG_USB_MUSB_OMAP2PLUS=y
CONFIG_USB_MUSB_OTG=y
CONFIG_USB_GADGET_MUSB_HDRC=y
CONFIG_USB_MUSB_HDRC_HCD=y
##
## file: drivers/usb/gadget/Kconfig
##
CONFIG_USB_GADGET=y
CONFIG_USB_GADGET_MUSB_HDRC=y
CONFIG_USB_ETH=m
CONFIG_USB_ETH_RNDIS=y
CONFIG_USB_GADGETFS=m
CONFIG_USB_G_NOKIA=m
##
## file: drivers/usb/otg/Kconfig
##
CONFIG_USB_OTG_UTILS=y
CONFIG_TWL4030_USB=y
CONFIG_TWL6030_USB=y
CONFIG_NOP_USB_XCEIV=y
##
## file: drivers/usb/host/Kconfig
##
CONFIG_USB_EHCI_HCD=m
CONFIG_USB_EHCI_ROOT_HUB_TT=y
CONFIG_USB_EHCI_HCD_OMAP=y
CONFIG_USB_OHCI_HCD=m
CONFIG_USB_OHCI_HCD_OMAP3=y
##
## file: drivers/leds/Kconfig
##
CONFIG_LEDS_CLASS=y
CONFIG_LEDS_GPIO=m
CONFIG_LEDS_GPIO_PLATFORM=y
CONFIG_LEDS_TRIGGER_GPIO=m
CONFIG_LEDS_LP5523=m
##
## file: drivers/cpufreq/Kconfig
##
CONFIG_CPU_FREQ=y
CONFIG_CPU_FREQ_TABLE=y
CONFIG_CPU_FREQ_STAT=y
##
## file: drivers/crypto/Kconfig
##
CONFIG_CRYPTO_DEV_OMAP_SHAM=m
CONFIG_CRYPTO_DEV_OMAP_AES=m
##
## file: drivers/watchdog/Kconfig
##
CONFIG_OMAP_WATCHDOG=m
CONFIG_TWL4030_WATCHDOG=m
##
## file: drivers/video/Kconfig
##
CONFIG_FB=y
CONFIG_VIDEO_OUTPUT_CONTROL=y
##
## file: drivers/video/omap/Kconfig
##
CONFIG_FB_OMAP_BOOTLOADER_INIT=y
##
## file: drivers/video/omap2/Kconfig
##
CONFIG_OMAP2_VRAM=y
CONFIG_OMAP2_VRFB=y
##
## file: drivers/video/omap2/dss/Kconfig
##
CONFIG_OMAP2_DSS=y
CONFIG_OMAP2_DSS_VENC=y
CONFIG_OMAP4_DSS_HDMI=y
CONFIG_OMAP2_DSS_SDI=y
##
## file: drivers/video/omap2/omapfb/Kconfig
##
CONFIG_FB_OMAP2=y
##
## file: drivers/video/omap/displays/Kconfig
##
CONFIG_PANEL_GENERIC_DPI=y
CONFIG_PANEL_ACX565AKM=y
##
## file: drivers/video/console/Kconfig
##
CONFIG_FRAMEBUFFER_CONSOLE=y
CONFIG_FRAMEBUFFER_CONSOLE_DETECT_PRIMARY=y
##
## file: drivers/input/keyboard/Kconfig
##
CONFIG_KEYBOARD_GPIO=y
CONFIG_KEYBOARD_TWL4030=y
CONFIG_KEYBOARD_OMAP4=y
##
## file: drivers/input/misc/Kconfig
##
CONFIG_INPUT_TWL4030_PWRBUTTON=m
CONFIG_INPUT_TWL4030_VIBRA=m
##
## file: drivers/input/touchscreen/Kconfig
##
CONFIG_INPUT_TOUCHSCREEN=y
CONFIG_TOUCHSCREEN_TSC2005=m
##
## file: drivers/regulator/Kconfig
##
CONFIG_REGULATOR=y
CONFIG_REGULATOR_TWL4030=y
##
## drivers/media/video/omap/Kconfig
##
CONFIG_VIDEO_OMAP2_VOUT=m
##
## file: drivers/staging/iio/Kconfig
##
CONFIG_IIO=m
##
## file: drivers/staging/iio/light/Kconfig
##
CONFIG_SENSORS_TSL2563=m
##
## file: drivers/staging/iio/accel/Kconfig
##
CONFIG_LIS3L02DQ=m
##
## file: drivers/rtc/Kconfig
##
CONFIG_RTC_DRV_TWL4030=m
##
## file: drivers/net/wireless/wl12xx/Kconfig
##
CONFIG_WL12XX=m
CONFIG_WL1251=m
CONFIG_WL1251_SPI=m
##
## file: sound/soc/Kconfig
##
CONFIG_SND_SOC=m
##
## file: sound/soc/omap/Kconfig
##
CONFIG_SND_OMAP_SOC=m
CONFIG_SND_OMAP_SOC_RX51=m
CONFIG_SND_OMAP_SOC_SDP4430=m
##
## file: net/phonet/Kconfig
##
CONFIG_PHONET=m
##
## file: drivers/power/Kconfig
##
CONFIG_BATTERY_BQ27x00=m
CONFIG_CHARGER_ISP1704=m
##
## file: drivers/staging/tidspbridge/Kconfig
##
CONFIG_TIDSPBRIDGE=m
CONFIG_TIDSPBRIDGE_DVFS=y
CONFIG_TIDSPBRIDGE_RECOVERY=y
##
## file: drivers/mmc/Kconfig
##
CONFIG_MMC=y
CONFIG_MMC_SDHCI=m
##
## file: drivers/mmc/host/Kconfig
##
CONFIG_MMC_OMAP=y
CONFIG_MMC_OMAP_HS=y
CONFIG_MMC_SPI=m
##
## file: drivers/mtd/Kconfig
##
CONFIG_MTD=y
##
## file: drivers/mtd/nand/Kconfig
##
CONFIG_MTD_NAND_ECC=y
CONFIG_MTD_NAND=y
CONFIG_MTD_NAND_OMAP2=y
##
## file: drivers/mtd/onenand/Kconfig
##
CONFIG_MTD_ONENAND=y
CONFIG_MTD_ONENAND_OMAP2=y
##
## file: kernel/power/Kconfig
##
CONFIG_PM=y
CONFIG_PM_SLEEP=y
CONFIG_SUSPEND=y
CONFIG_APM_EMULATION=y
CONFIG_PM_RUNTIME=y
##
## file: drivers/media/Kconfig
##
CONFIG_MEDIA_SUPPORT=y
CONFIG_MEDIA_CONTROLLER=y
##
## file: drivers/media/radio/Kconfig
##
CONFIG_RADIO_ADAPTERS=y
CONFIG_I2C_SI4713=m
CONFIG_RADIO_SI4713=m
##
## file: drivers/misc/ti-st/Kconfig
##
CONFIG_TI_ST=m
##
## file: drivers/bluetooth/Kconfig
##
CONFIG_BT_WILINK=m

View File

@ -1,6 +1,7 @@
[base]
flavours:
mx5
omap
kernel-arch: arm
[image]
@ -15,3 +16,13 @@ image-file: arch/arm/boot/zImage
[mx5_description]
hardware: Freescale MXC/iMX-based
hardware-long: Support for Freescale MXC/iMX-based family of processors
[omap_build]
image-file: arch/arm/boot/zImage
[omap_description]
hardware: TI OMAP3+
hardware-long: Texas Instruments OMAP3 or OMAP4 based systems
[omap_image]
recommends: uboot-mkimage

View File

@ -8,8 +8,8 @@ kernel-arch: x86
[description]
part-long-pae: This kernel requires PAE (Physical Address Extension).
This feature is supported by the Intel Pentium Pro/II/III/4/4M/D, Xeon,
Celeron, Core and Atom; AMD Geode NX, Athlon (K7), Duron, Opteron, Sempron,
Turion or Phenom; Transmeta Efficeon; and VIA C7.
Core and Atom; AMD Geode NX, Athlon (K7), Duron, Opteron, Sempron,
Turion or Phenom; Transmeta Efficeon; VIA C7; and some other processors.
[image]
bootloaders: grub-pc extlinux lilo

View File

@ -57,6 +57,7 @@ CONFIG_8139TOO_TUNE_TWISTER=y
##
CONFIG_SCSI=y
CONFIG_BLK_DEV_SD=y
# CONFIG_SCSI_LPFC is not set
##
## file: drivers/staging/sm7xx/Kconfig

40
debian/po/da.po vendored
View File

@ -1,14 +1,14 @@
# Danish translation linux-2.6.
# Copyright (C) 2010 linux-2.6 & Joe Hansen.
# Copyright (C) 2011 linux-2.6 & Joe Hansen.
# This file is distributed under the same license as the linux-2.6 package.
# Joe Hansen <joedalton2@yahoo.dk>, 2010.
# Joe Hansen <joedalton2@yahoo.dk>, 2010, 2011.
#
msgid ""
msgstr ""
"Project-Id-Version: linux-2.6\n"
"Report-Msgid-Bugs-To: linux-2.6@packages.debian.org\n"
"POT-Creation-Date: 2010-10-01 10:30+0200\n"
"PO-Revision-Date: 2010-10-07 05:26+0100\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2011-06-09 10:31+0200\n"
"PO-Revision-Date: 2011-07-03 05:26+0100\n"
"Last-Translator: Joe Hansen <joedalton2@yahoo.dk>\n"
"Language-Team: Danish <debian-l10n-danish@lists.debian.org> \n"
"Language: da\n"
@ -16,21 +16,6 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#. Type: error
#. Description
#: ../linux-base.templates:8001 ../templates/temp.image.plain/templates:5001
msgid ""
"If the boot loader needs to be updated whenever a new kernel is installed, "
"the boot loader package should install a script in /etc/kernel/postinst.d. "
"Alternately, you can specify the command to update the boot loader by "
"setting the 'postinst_hook' variable in /etc/kernel-img.conf."
msgstr ""
"Hvis opstartsindlæseren (boot loader) skal opdateres, når en ny kerne er "
"installeret, bør opstartsindlæserens pakke installere et skript i "
"/etc/kernel/postinst.d. Alternativt kan du angive kommandoen til opdatering "
"af opstartsindlæseren ved at angive variablen 'postinst_hook' i "
"/etc/kernel-img.conf."
#. Type: boolean
#. Description
#: ../templates/temp.image.plain/templates:2001
@ -143,15 +128,18 @@ msgstr ""
#. Type: error
#. Description
#: ../templates/temp.image.plain/templates:5001
msgid "Boot loader configuration must be updated"
msgstr "Konfiguration af opstartsindlæseren (boot loader) skal opdateres"
msgid "Ramdisk configuration must be updated"
msgstr "Konfiguration af ramdisk skal opdateres"
#. Type: error
#. Description
#: ../templates/temp.image.plain/templates:5001
msgid ""
"Kernel packages no longer update a default boot loader. You should remove "
"'do_bootloader = yes' from /etc/kernel-img.conf."
"Kernel packages will no longer run a specific ramdisk creator. The ramdisk "
"creator package must install a script in /etc/kernel/postinst.d, and you "
"should remove the line beginning 'ramdisk =' from /etc/kernel-img.conf."
msgstr ""
"Kernepakker opdaterer ikke længere en standardopstartsindlæser (boot loader). "
"Du bør fjerne 'do_bootloader = yes' fra /etc/kernel-img.conf."
"Kernepakker vil ikke længere køre et specifikt ramdiskoprettelsesprogram. "
"Pakken for ramdiskrettelsesprogrammet skal installere et skript i /etc/kernel"
"/postinst.d, og du skal fjerne linjen der begynder med »ramdisk =« fra "
"/etc/kernel-img.conf."

46
debian/po/fr.po vendored
View File

@ -1,14 +1,14 @@
# Translation of linux-2.6 debconf templates to French
# Copyright (C) 2010 Debian French l10n team <debian-l10n-french@lists.debian.org>
# Copyright (C) 2010, 2011 Debian French l10n team <debian-l10n-french@lists.debian.org>
# This file is distributed under the same license as the linux-2.6 package.
#
# David Prévot <david@tilapin.org>, 2010.
# David Prévot <david@tilapin.org>, 2010, 2011.
msgid ""
msgstr ""
"Project-Id-Version: linux-2.6 2.6.32-11\n"
"Report-Msgid-Bugs-To: linux-2.6@packages.debian.org\n"
"POT-Creation-Date: 2010-07-25 10:32+0200\n"
"PO-Revision-Date: 2010-07-26 12:24-0400\n"
"Project-Id-Version: linux-2.6 2.6.39-1\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2011-05-21 10:31+0200\n"
"PO-Revision-Date: 2011-05-22 08:48-0400\n"
"Last-Translator: David Prévot <david@tilapin.org>\n"
"Language-Team: French <debian-l10n-french@lists.debian.org>\n"
"Language: fr\n"
@ -18,21 +18,6 @@ msgstr ""
"X-Generator: Lokalize 1.0\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
#. Type: error
#. Description
#: ../linux-base.templates:8001 ../templates/temp.image.plain/templates:5001
msgid ""
"If the boot loader needs to be updated whenever a new kernel is installed, "
"the boot loader package should install a script in /etc/kernel/postinst.d. "
"Alternately, you can specify the command to update the boot loader by "
"setting the 'postinst_hook' variable in /etc/kernel-img.conf."
msgstr ""
"Si le programme d'amorçage doit être mis à jour à chaque fois qu'un nouveau "
"noyau est installé, le paquet du programme d'amorçage doit installer un script "
"dans /etc/kernel/postinst.d. Sinon, vous pouvez indiquer la commande de mise à "
"jour du programme d'amorçage en configurant la variable « postinst_hook » dans "
"/etc/kernel-img.conf."
#. Type: boolean
#. Description
#: ../templates/temp.image.plain/templates:2001
@ -46,7 +31,7 @@ msgid ""
"The 'depmod' command exited with the exit code ${exit_value} "
"(${SIGNAL}${CORE})."
msgstr ""
"La commande depmod s'est terminée avec le code de sortie ${exit_value} "
"La commande depmod s'est terminée avec le code de retour ${exit_value} "
"(${SIGNAL} ${CORE})."
#. Type: boolean
@ -148,17 +133,18 @@ msgstr ""
#. Type: error
#. Description
#: ../templates/temp.image.plain/templates:5001
#| msgid "Boot loader configuration check needed"
msgid "Boot loader configuration must be updated"
msgstr "Mise à jour indispensable de la configuration du programme d'amorçage"
msgid "Ramdisk configuration must be updated"
msgstr "Mise à jour indispensable de la configuration du disque virtuel initial"
#. Type: error
#. Description
#: ../templates/temp.image.plain/templates:5001
msgid ""
"Kernel packages no longer update a default boot loader. You should remove "
"'do_bootloader = yes' from /etc/kernel-img.conf."
"Kernel packages will no longer run a specific ramdisk creator. The ramdisk "
"creator package must install a script in /etc/kernel/postinst.d, and you "
"should remove the line beginning 'ramdisk =' from /etc/kernel-img.conf."
msgstr ""
"Les paquets du noyau ne s'occupent plus de la mise à jour d'un programme "
"d'amorçage par défaut. Vous devriez enlever 'do_bootloader = yes' de "
"/etc/kernel-img.conf."
"Les paquets du noyau ne s'occupent plus de la création du disque virtuel "
"(RAM disque). Le programme en charge de la création du disque virtuel "
"doivent installer un script dans /etc/kernel/postinst.d, et vous devriez "
"supprimer la ligne commençant par « ramdisk = » de /etc/kernel-img.conf."

142
debian/po/sk.po vendored Normal file
View File

@ -0,0 +1,142 @@
# Slovak translations for linux-2.6 package
# Slovenské preklady pre balík linux-2.6.
# Copyright (C) 2011 THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the linux-2.6 package.
# Slavko <linux@slavino.sk>, 2011.
#
msgid ""
msgstr ""
"Project-Id-Version: linux-2.6 2.6.32-29\n"
"Report-Msgid-Bugs-To: linux-2.6@packages.debian.org\n"
"POT-Creation-Date: 2011-07-04 04:24+0100\n"
"PO-Revision-Date: 2011-01-02 18:11+0100\n"
"Last-Translator: Slavko <linux@slavino.sk>\n"
"Language-Team: Slovak <nomail>\n"
"Language: sk\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
#. Type: boolean
#. Description
#: ../templates/temp.image.plain/templates:2001
msgid "Abort installation after depmod error?"
msgstr "Prerušiť inštaláciu po chybe depmod?"
#. Type: boolean
#. Description
#: ../templates/temp.image.plain/templates:2001
msgid ""
"The 'depmod' command exited with the exit code ${exit_value} "
"(${SIGNAL}${CORE})."
msgstr ""
"Príkaz „depmod” skončil s návratovým kódom ${exit_value} (${SIGNAL}${CORE})."
#. Type: boolean
#. Description
#: ../templates/temp.image.plain/templates:2001
msgid ""
"Since this image uses initrd, the ${modules_base}/=V/modules.dep file will "
"not be deleted, even though it may be invalid."
msgstr ""
"Keďže tento obraz používa initrd, nebude súbor ${modules_base}/=V/modules."
"dep zmazaný, hoci môže byť neplatný."
#. Type: boolean
#. Description
#: ../templates/temp.image.plain/templates:2001
msgid ""
"You should abort the installation and fix the errors in depmod, or "
"regenerate the initrd image with a known good modules.dep file. If you don't "
"abort the installation, there is a danger that the system will fail to boot."
msgstr ""
"Mali by ste prerušiť inštaláciu a opraviť chyby v depmod, alebo znova "
"vytvoriť obraz initrd s funkčným súborom modules.dep. Ak teraz neprerušíte "
"inštaláciu, môže sa stať, že sa nepodarí zaviesť systém."
#. Type: boolean
#. Description
#: ../templates/temp.image.plain/templates:3001
msgid "Abort kernel removal?"
msgstr "Prerušiť odstraňovanie jadra?"
#. Type: boolean
#. Description
#: ../templates/temp.image.plain/templates:3001
msgid ""
"You are running a kernel (version ${running}) and attempting to remove the "
"same version."
msgstr ""
"Pokúšate sa odstrániť rovnakú verziu jadra, akú práve používate (version "
"${running})."
#. Type: boolean
#. Description
#: ../templates/temp.image.plain/templates:3001
msgid ""
"This can make the system unbootable as it will remove /boot/vmlinuz-"
"${running} and all modules under the directory /lib/modules/${running}. This "
"can only be fixed with a copy of the kernel image and the corresponding "
"modules."
msgstr ""
"Toto môže spôsobiť, že sa systém nezavedie, pretože bude odstránený /boot/"
"vmlinuz-${running} a všetky moduly z adresára /lib/modules/${running}. "
"Opravené to môže byť len prekopírovaním obrazu jadra a príslušných modulov."
#. Type: boolean
#. Description
#: ../templates/temp.image.plain/templates:3001
msgid ""
"It is highly recommended to abort the kernel removal unless you are prepared "
"to fix the system after removal."
msgstr ""
"Je veľmi odporúčané prerušiť odstraňovanie jadra, pokiaľ nie ste pripravený "
"na opravu systému po jeho odstránení."
#. Type: note
#. Description
#: ../templates/temp.image.plain/templates:4001
msgid "Required firmware files may be missing"
msgstr "Vyžadované súbory s firmware môžu chýbať"
#. Type: note
#. Description
#: ../templates/temp.image.plain/templates:4001
msgid ""
"This system is currently running Linux ${runningversion} and you are "
"installing Linux ${version}. In the new version some of the drivers used on "
"this system may require additional firmware files:"
msgstr ""
"Tento systém práve používa Linux ${runningversion} a vy inštalujete Linux "
"${version}. V novej verzii môžu niektoré ovládače používané týmto systémom "
"vyžadovať dodatočné súbory s firmware:"
#. Type: note
#. Description
#: ../templates/temp.image.plain/templates:4001
msgid ""
"Most firmware files are not included in the system because they do not "
"conform to the Debian Free Software Guidelines. You may need to reconfigure "
"the package manager to include the contrib and non-free sections of the "
"package archive before you can install these firmware files."
msgstr ""
"Väčšina súborov s firmware nie je v systéme zahrnutá, pretože nie sú v "
"súlade so Zásadami slobodného softvéru Debianu. Pred inštaláciou týchto "
"súborov s firmware, budete možno musieť nastaviť správcu balíkov tak, aby "
"zahŕňal sekcie archívu balíkov contrib a non-free."
#. Type: error
#. Description
#: ../templates/temp.image.plain/templates:5001
msgid "Ramdisk configuration must be updated"
msgstr ""
#. Type: error
#. Description
#: ../templates/temp.image.plain/templates:5001
msgid ""
"Kernel packages will no longer run a specific ramdisk creator. The ramdisk "
"creator package must install a script in /etc/kernel/postinst.d, and you "
"should remove the line beginning 'ramdisk =' from /etc/kernel-img.conf."
msgstr ""

34
debian/po/sv.po vendored
View File

@ -7,8 +7,8 @@ msgid ""
msgstr ""
"Project-Id-Version: linux-2.6\n"
"Report-Msgid-Bugs-To: linux-2.6@packages.debian.org\n"
"POT-Creation-Date: 2010-07-25 10:32+0200\n"
"PO-Revision-Date: 2010-08-07 05:01+0100\n"
"POT-Creation-Date: 2011-05-21 10:31+0200\n"
"PO-Revision-Date: 2011-06-02 14:52+0100\n"
"Last-Translator: Martin Bagge / brother <brother@bsnet.se>\n"
"Language-Team: Swedish <debian-l10n-swedish@lists.debian.org>\n"
"MIME-Version: 1.0\n"
@ -18,21 +18,6 @@ msgstr ""
"X-Poedit-Language: Swedish\n"
"X-Poedit-Country: Sweden\n"
#. Type: error
#. Description
#: ../linux-base.templates:8001 ../templates/temp.image.plain/templates:5001
msgid ""
"If the boot loader needs to be updated whenever a new kernel is installed, "
"the boot loader package should install a script in /etc/kernel/postinst.d. "
"Alternately, you can specify the command to update the boot loader by "
"setting the 'postinst_hook' variable in /etc/kernel-img.conf."
msgstr ""
"Om uppstartshanteraren behöver uppdateras när en ny kärna installeras ska "
"uppstartshanteraren installera ett skript i /etc/kernel/postinst.d. "
"Alternativt kan du ange kommandot som används för att uppdatera "
"uppstartshanteraren genom att sätta variabeln \"postinst_hook\" i /etc/"
"kernel-img.conf."
#. Type: boolean
#. Description
#: ../templates/temp.image.plain/templates:2001
@ -145,16 +130,17 @@ msgstr ""
#. Type: error
#. Description
#: ../templates/temp.image.plain/templates:5001
#| msgid "Boot loader configuration check needed"
msgid "Boot loader configuration must be updated"
msgstr "Inställningarna för uppstartshanteraren behöver uppdateras"
msgid "Ramdisk configuration must be updated"
msgstr "Inställningarna för ramdisk behöver uppdateras"
#. Type: error
#. Description
#: ../templates/temp.image.plain/templates:5001
msgid ""
"Kernel packages no longer update a default boot loader. You should remove "
"'do_bootloader = yes' from /etc/kernel-img.conf."
"Kernel packages will no longer run a specific ramdisk creator. The ramdisk "
"creator package must install a script in /etc/kernel/postinst.d, and you "
"should remove the line beginning 'ramdisk =' from /etc/kernel-img.conf."
msgstr ""
"Kärnpaket uppdaterar inte längre uppstartshanterare. Du ska ta bort "
"\"do_bootloader = yes\" från /etc/kernel-img.conf."
"Kärnpaketen kör inte längre en specifik ramdiskskapare. Ramdiskskaparen "
"måste installera ett skript i /etc/kernel/postinst.d och du ska ta bort "
"raden som börjar med \"ramdisk=\" från /etc/kernel-img.conf."

View File

@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: linux-2.6@packages.debian.org\n"
"POT-Creation-Date: 2010-07-16 15:55+0100\n"
"POT-Creation-Date: 2011-07-04 04:24+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"
@ -17,16 +17,6 @@ msgstr ""
"Content-Type: text/plain; charset=CHARSET\n"
"Content-Transfer-Encoding: 8bit\n"
#. Type: error
#. Description
#: ../linux-base.templates:8001 ../templates/temp.image.plain/templates:5001
msgid ""
"If the boot loader needs to be updated whenever a new kernel is installed, "
"the boot loader package should install a script in /etc/kernel/postinst.d. "
"Alternately, you can specify the command to update the boot loader by "
"setting the 'postinst_hook' variable in /etc/kernel-img.conf."
msgstr ""
#. Type: boolean
#. Description
#: ../templates/temp.image.plain/templates:2001
@ -118,13 +108,14 @@ msgstr ""
#. Type: error
#. Description
#: ../templates/temp.image.plain/templates:5001
msgid "Boot loader configuration must be updated"
msgid "Ramdisk configuration must be updated"
msgstr ""
#. Type: error
#. Description
#: ../templates/temp.image.plain/templates:5001
msgid ""
"Kernel packages no longer update a default boot loader. You should remove "
"'do_bootloader = yes' from /etc/kernel-img.conf."
"Kernel packages will no longer run a specific ramdisk creator. The ramdisk "
"creator package must install a script in /etc/kernel/postinst.d, and you "
"should remove the line beginning 'ramdisk =' from /etc/kernel-img.conf."
msgstr ""

View File

@ -16,7 +16,7 @@ Section: kernel
Provides: linux-source
Depends: binutils, bzip2, ${misc:Depends}
Recommends: libc6-dev | libc-dev, gcc, make
Suggests: libncurses-dev | ncurses-dev, kernel-package, libqt3-mt-dev
Suggests: libncurses-dev | ncurses-dev, kernel-package, libqt4-dev
Description: Linux kernel source for version @version@ with Debian patches
This package provides source code for the Linux kernel version @version@.
This source closely tracks official Linux kernel releases. Debian's