[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#382605: marked as done (partman-crypto not entirely localized)



Your message dated Tue, 22 Aug 2006 00:47:06 -0700
with message-id <E1GFQyY-0000Az-LI@spohr.debian.org>
and subject line Bug#382605: fixed in partman-crypto 10
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--- Begin Message ---
Package: partman-crypto
Severity: minor
Tags: l10n, patch

Hi,

the template partman-crypto/text/erase_data (_Description: Erase data:)
does not have its choices (yes/no) localizable. Please apply something
like the attached (untested) patch.

-- 
Miroslav Kure
Index: debian/partman-crypto.templates
===================================================================
--- debian/partman-crypto.templates	(revision 39735)
+++ debian/partman-crypto.templates	(working copy)
@@ -112,6 +112,14 @@
 # by "yes" or "no"
 _Description: Erase data:
 
+Template: partman-crypto/text/erase_data
+Type: text
+_Description: yes
+
+Template: partman-crypto/text/dont_erase_data
+Type: text
+_Description: no
+
 Template: partman-crypto/text/erase_data_partition
 Type: text
 _Description: Erase data on this partition
Index: active_partition/erase/choices
===================================================================
--- active_partition/erase/choices	(revision 39735)
+++ active_partition/erase/choices	(working copy)
@@ -12,11 +12,19 @@
 
 choice_erase () {
 	if [ -f $part/skip_erase ]; then
-		#db_metaget partman-crypto/text/erase_data description
-		erase="no"
+		db_metaget partman-crypto/text/erase_data description || RET=''
+		if [ "$RET" ]; then
+			erase="$RET"
+		else
+			erase="no"
+		fi
 	else
-		#db_metaget partman-crypto/text/dont_erase_data description
-		erase="yes"
+		db_metaget partman-crypto/text/dont_erase_data description || RET=''
+		if [ "$RET" ]; then
+			erase="$RET"
+		else
+			erase="yes"
+		fi
 	fi
 
 	db_metaget partman-crypto/text/erase_data description

--- End Message ---
--- Begin Message ---
Source: partman-crypto
Source-Version: 10

We believe that the bug you reported is fixed in the latest version of
partman-crypto, which is due to be installed in the Debian FTP archive:

partman-crypto-dm_10_all.udeb
  to pool/main/p/partman-crypto/partman-crypto-dm_10_all.udeb
partman-crypto-loop_10_all.udeb
  to pool/main/p/partman-crypto/partman-crypto-loop_10_all.udeb
partman-crypto_10.dsc
  to pool/main/p/partman-crypto/partman-crypto_10.dsc
partman-crypto_10.tar.gz
  to pool/main/p/partman-crypto/partman-crypto_10.tar.gz
partman-crypto_10_i386.udeb
  to pool/main/p/partman-crypto/partman-crypto_10_i386.udeb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 382605@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Max Vozeler <xam@debian.org> (supplier of updated partman-crypto package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmaster@debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.7
Date: Mon, 21 Aug 2006 14:42:53 +0200
Source: partman-crypto
Binary: partman-crypto-dm partman-crypto partman-crypto-loop
Architecture: source i386 all
Version: 10
Distribution: unstable
Urgency: low
Maintainer: Debian Install System Team <debian-boot@lists.debian.org>
Changed-By: Max Vozeler <xam@debian.org>
Description: 
 partman-crypto - Add to partman support for block device encryption (udeb)
 partman-crypto-dm - Add to partman support for dm-crypt encryption (udeb)
 partman-crypto-loop - Add to partman support for loop-AES encryption (udeb)
Closes: 381870 381981 382374 382398 382605
Changes: 
 partman-crypto (10) unstable; urgency=low
 .
   [ Max Vozeler ]
   * Drop leading "_dev_" from the name of loop-AES keyfiles
   * Yes/no choices for erase data can be translated. Thanks to
     Miroslav Kure. Closes: #382605
   * Limit key sizes for dm-crypt/blowfish. Closes: #381981
   * Add lintian override for no-standards-version-field
   * Check for unencrypted swap in commit.d/unsafe_swap to catch
     setup after encrypted devices. Closes: #381870
   * Set name of dm-crypt devices according to the underlying
     block devices (e.g. hda5_crypt). Closes: #382398
 .
   [ David Härdeman ]
   * Only set the tmp option in crypttab if /tmp is on a random keyed
     mapping (closes: #382374)
 .
   [ Colin Watson ]
   * Use /dev/loop$n if the /dev/loop directory doesn't exist.
 .
   [ Updated translations ]
   * Czech (cs.po) by Miroslav Kure
   * Spanish (es.po) by Javier Fernández-Sanguino Peña
   * Finnish (fi.po) by Tapio Lehtonen
   * French (fr.po) by Christian Perrier
   * Galician (gl.po) by Jacobo Tarrio
   * Hungarian (hu.po) by SZERVÃ?C Attila
   * Italian (it.po) by Giuseppe Sacco
   * Khmer (km.po) by Khoem Sokhem
   * Norwegian Bokmål (nb.po) by Bjørn Steensrud
   * Portuguese (pt.po) by Miguel Figueiredo
   * Romanian (ro.po) by Eddy PetriÅ?or
   * Russian (ru.po) by Yuri Kozlov
   * Swedish (sv.po) by Daniel Nylander
   * Tagalog (tl.po) by Eric Pareja
   * Ukrainian (uk.po) by Eugeniy Meshcheryakov
   * Simplified Chinese (zh_CN.po) by Carlos Z.F. Liu
Files: 
 0d043959d752c5d857ee2a4efe3e42e7 609 debian-installer standard partman-crypto_10.dsc
 08bc4ccc1606994af698fc68dad99b25 229184 debian-installer standard partman-crypto_10.tar.gz
 65f38d0144b028fc571bf3bfd7428f0f 1364 debian-installer standard partman-crypto-dm_10_all.udeb
 3c593fa656fa088d5eeecd45f8cb77ec 1218 debian-installer standard partman-crypto-loop_10_all.udeb
 343713e4a80a4f60edb4acd867796974 165294 debian-installer standard partman-crypto_10_i386.udeb
Package-Type: udeb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (GNU/Linux)

iD8DBQFE6rQ3nVvVEbfNotwRAsivAJ45RhL5MeG5eZt8nV/O0fJFKde34ACbB5OI
nnucGLbqGYEspK+eIroSDf8=
=ieTS
-----END PGP SIGNATURE-----


--- End Message ---

Reply to: