From 5c0479ac14755429bc65c47eafec3e2bfb72431f Mon Sep 17 00:00:00 2001 From: Guilhem Moulin Date: Sat, 4 Jan 2014 19:54:12 +0100 Subject: Fix warning when building packages. (I.e., make lintian happy.) --- src/fripost-partman-udeb/debian/rules | 3 +++ src/fripost-partman-udeb/debian/templates | 13 ++++++------- 2 files changed, 9 insertions(+), 7 deletions(-) (limited to 'src/fripost-partman-udeb') diff --git a/src/fripost-partman-udeb/debian/rules b/src/fripost-partman-udeb/debian/rules index cbe925d..514b55b 100755 --- a/src/fripost-partman-udeb/debian/rules +++ b/src/fripost-partman-udeb/debian/rules @@ -1,3 +1,6 @@ #!/usr/bin/make -f %: dh $@ + +# dh_pysupport: This program is deprecated, you should use dh_python2 instead. +override_dh_pysupport: diff --git a/src/fripost-partman-udeb/debian/templates b/src/fripost-partman-udeb/debian/templates index 00377a5..2088e19 100644 --- a/src/fripost-partman-udeb/debian/templates +++ b/src/fripost-partman-udeb/debian/templates @@ -5,15 +5,14 @@ Description: Partition disks using a shell script Template: fripost/partition-script Type: text Description: Which script should be used for partitioning? -Extended_description: The path should be absolute, and the script must - be executable. + The path should be absolute, and the script must be executable. Template: fripost/wipe-device Type: select Default: zero Choices: none, zero, urandom, random Description: Which kind of data fill the disk with before encryption? -Extended_description: 'none' means disks will NOT wiped, otherwise use + 'none' means disks will NOT wiped, otherwise use /dev/{zero,urandom,random} as the source data to fill disks with. Beware that the later two may drain the entropy pool of the system! @@ -33,10 +32,10 @@ Description: Should the system disk be fully encrypted? (Excluding /boot.) Template: fripost/encryption-password Type: password Default: -Description: Password for full-disk encryption? -Extended_description: If left empty, a SSH daemon will be fired and the - automatic install will be interupted, waiting for the user to dump the - password on the standard input. +Description: Password for full-disk encryption: + If left empty, a SSH daemon will be fired and the automatic install + will be interupted, waiting for the user to dump the password on the + standard input. Template: fripost/ssh-keypair-generation_progress_title Type: text -- cgit v1.2.3