From: Evgeni Golov Date: Sun, 23 Aug 2015 09:29:50 +0000 (+0200) Subject: Merge tag 'debian/5.0_a5-1' into debian X-Git-Tag: debian/1%20151213+grml.1~13^2 X-Git-Url: http://git.grml.org/?p=live-boot-grml.git;a=commitdiff_plain;h=144c84752e5f2ecafe658cc67a6cd888f00b155e;hp=a09ea36d4fde0e56cd34a27716c25395ae41b116 Merge tag 'debian/5.0_a5-1' into debian Tagging debian version 5.0~a5-1. --- diff --git a/VERSION b/VERSION index 8e06629..7137d96 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -5.0~a3-1 +5.0~a5-1 diff --git a/components/9990-misc-helpers.sh b/components/9990-misc-helpers.sh index 9318a4b..943e73b 100755 --- a/components/9990-misc-helpers.sh +++ b/components/9990-misc-helpers.sh @@ -114,7 +114,7 @@ check_dev () ISO_DEVICE=$(dirname ${ISO_DEVICE}) [ -b "$ISO_DEVICE" ] && break i=$(($i -1)) - done + done fi if [ "$ISO_DEVICE" = "/" ] @@ -1074,18 +1074,18 @@ find_persistence_media () result=$(probe_for_file_name "${overlays}" ${dev}) if [ -n "${result}" ] then - local loopdevice + local loopdevice loopdevice=${result##*=} - if is_in_comma_sep_list luks ${PERSISTENCE_ENCRYPTION} && is_luks_partition ${loopdevice} + if is_in_comma_sep_list luks ${PERSISTENCE_ENCRYPTION} && is_luks_partition ${loopdevice} then - local luksfile + local luksfile luksfile="" if luksfile=$(open_luks_device "${loopdevice}") then - result=${result%%=*} + result=${result%%=*} result="${result}=${luksfile}" else - losetup -d $loopdevice + losetup -d $loopdevice result="" fi fi diff --git a/components/9990-mount-http.sh b/components/9990-mount-http.sh index 16e69b6..d0f4900 100755 --- a/components/9990-mount-http.sh +++ b/components/9990-mount-http.sh @@ -83,7 +83,7 @@ do_httpmount () then if [ -d "${alt_mountpoint}" ] then - umount "${alt_mountpoint}" + umount "${alt_mountpoint}" rmdir "${alt_mountpoint}" fi umount "${mountpoint}" diff --git a/components/9990-netbase.sh b/components/9990-netbase.sh index a32a47b..70f97b8 100755 --- a/components/9990-netbase.sh +++ b/components/9990-netbase.sh @@ -93,7 +93,7 @@ EOF # iterate the physical interfaces and add them to the interfaces list and also add when ethdevice= called on cmdline if [ "${method}" != dhcp ] || ([ ! -x /root/usr/sbin/NetworkManager ] && [ ! -x /root/usr/sbin/wicd ]) || [ ! -z "${ETHDEVICE}" ] then - for interface in /sys/class/net/eth* /sys/class/net/ath* /sys/class/net/wlan* + for interface in /sys/class/net/eth* /sys/class/net/ath* /sys/class/net/wlan* /sys/class/net/en* do [ -e ${interface} ] || continue i="$(basename ${interface})" diff --git a/components/9990-overlay.sh b/components/9990-overlay.sh index a64c78b..58828f6 100755 --- a/components/9990-overlay.sh +++ b/components/9990-overlay.sh @@ -357,8 +357,8 @@ setup_unionfs () done fi - # ensure that a potentially stray tmpfs gets removed - # otherways, initramfs-tools is unable to remove /live - # and fails to boot - umount /live/overlay > /dev/null 2>&1 || true + # ensure that a potentially stray tmpfs gets removed + # otherways, initramfs-tools is unable to remove /live + # and fails to boot + umount /live/overlay > /dev/null 2>&1 || true } diff --git a/components/9990-select-eth-device.sh b/components/9990-select-eth-device.sh index df00666..c8f36b0 100755 --- a/components/9990-select-eth-device.sh +++ b/components/9990-select-eth-device.sh @@ -39,7 +39,7 @@ Select_eth_device () echo "Waiting for ethernet card(s) up... If this fails, maybe the ethernet card is not supported by the kernel `uname -r`?" while [ -z "$l_interfaces" ] do - l_interfaces="$(cd /sys/class/net/ && ls -d eth* 2>/dev/null)" + l_interfaces="$(cd /sys/class/net/ && ls -d * 2>/dev/null | grep -v "lo")" done if [ $(echo $l_interfaces | wc -w) -lt 2 ] diff --git a/debian/changelog b/debian/changelog index d50a0aa..21436cb 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,18 @@ +live-boot (5.0~a5-1) unstable; urgency=low + + [ Richard Nelson ] + * Adjusting whitespace to tabs on components/9990-overlay.sh + * Adjusting whitespace to tabs on components/9990-misc-helpers.sh + * Adjusting whitespace to tabs on components/9990-mount-http.sh + + [ Daniel Baumann ] + * Wrap and sort debian control file. + + [ Steven Shiau ] + * Support predictable network interface names. + + -- Daniel Baumann Sun, 23 Aug 2015 10:55:32 +0200 + live-boot (5.0~a4-1) unstable; urgency=low [ Tails developers ] diff --git a/debian/control b/debian/control index 22a06d0..655c5e7 100644 --- a/debian/control +++ b/debian/control @@ -2,8 +2,10 @@ Source: live-boot Section: misc Priority: optional Maintainer: Live Systems Maintainers -Uploaders: Daniel Baumann -Build-Depends: debhelper (>= 9) +Uploaders: + Daniel Baumann , +Build-Depends: + debhelper (>= 9), Standards-Version: 3.9.6 Homepage: http://live-systems.org/devel/live-boot/ Vcs-Browser: http://live-systems.org/gitweb/?p=live-boot.git @@ -12,16 +14,16 @@ Vcs-Git: git://live-systems.org/git/live-boot.git Package: live-boot Architecture: all Depends: - ${misc:Depends}, live-boot-initramfs-tools | live-boot-backend, + ${misc:Depends}, Recommends: live-boot-doc, live-tools, rsync, uuid-runtime, Suggests: - curlftpfs, cryptsetup, + curlftpfs, httpfs2, wget, Description: Live System Boot Components @@ -37,7 +39,8 @@ Description: Live System Boot Components Package: live-boot-doc Section: doc Architecture: all -Depends: ${misc:Depends} +Depends: + ${misc:Depends}, Description: Live System Boot Components (documentation) The Live Systems project maintains the components to build Debian based Live systems and the official Debian Live images themselves. @@ -50,13 +53,16 @@ Description: Live System Boot Components (documentation) Package: live-boot-initramfs-tools Architecture: all Depends: - ${misc:Depends}, busybox | busybox-initramfs, initramfs-tools, udev, -Conflicts: live-boot-backend -Replaces: live-boot-backend -Provides: live-boot-backend + ${misc:Depends}, +Conflicts: + live-boot-backend, +Replaces: + live-boot-backend, +Provides: + live-boot-backend, Description: Live System Boot Components (initramfs-tools backend) The Live Systems project maintains the components to build Debian based Live systems and the official Debian Live images themselves. diff --git a/manpages/en/live-boot.7 b/manpages/en/live-boot.7 index 87f645c..733e16c 100644 --- a/manpages/en/live-boot.7 +++ b/manpages/en/live-boot.7 @@ -1,4 +1,4 @@ -.TH LIVE\-BOOT 7 2015\-04\-28 5.0~a3-1 "Live Systems Project" +.TH LIVE\-BOOT 7 2015\-08\-23 5.0~a5-1 "Live Systems Project" .SH NAME \fBlive\-boot\fR \- System Boot Components diff --git a/manpages/en/persistence.conf.5 b/manpages/en/persistence.conf.5 index edf6591..c292025 100644 --- a/manpages/en/persistence.conf.5 +++ b/manpages/en/persistence.conf.5 @@ -1,4 +1,4 @@ -.TH LIVE\-BOOT conf 2015\-04\-28 5.0~a3-1 "Live Systems Project" +.TH LIVE\-BOOT conf 2015\-08\-23 5.0~a5-1 "Live Systems Project" .SH NAME \fBpersistence.conf\fR \- Configuration file for persistence media in diff --git a/manpages/es/live-boot.es.7 b/manpages/es/live-boot.es.7 index c49ad74..a46502b 100644 --- a/manpages/es/live-boot.es.7 +++ b/manpages/es/live-boot.es.7 @@ -3,7 +3,7 @@ .\" This file was generated with po4a. Translate the source file. .\" .\"******************************************************************* -.TH LIVE\-BOOT 7 2015\-04\-28 5.0~a3\-1 "Proyecto Live Systems" +.TH LIVE\-BOOT 7 2015\-08\-23 5.0~a5\-1 "Proyecto Live Systems" .SH NOMBRE \fBlive\-boot\fP \- Componentes de Arranque del Sistema diff --git a/manpages/es/persistence.conf.es.5 b/manpages/es/persistence.conf.es.5 index f612719..b998f91 100644 --- a/manpages/es/persistence.conf.es.5 +++ b/manpages/es/persistence.conf.es.5 @@ -3,7 +3,7 @@ .\" This file was generated with po4a. Translate the source file. .\" .\"******************************************************************* -.TH LIVE\-BOOT conf 2015\-04\-28 5.0~a3\-1 "Proyecto Live Systems" +.TH LIVE\-BOOT conf 2015\-08\-23 5.0~a5\-1 "Proyecto Live Systems" .SH NOMBRE \fBpersistence.conf\fP \- Fichero para configurar medios de almacenamiento con diff --git a/manpages/ja/live-boot.ja.7 b/manpages/ja/live-boot.ja.7 index c4605b4..2bac972 100644 --- a/manpages/ja/live-boot.ja.7 +++ b/manpages/ja/live-boot.ja.7 @@ -3,7 +3,7 @@ .\" This file was generated with po4a. Translate the source file. .\" .\"******************************************************************* -.TH LIVE\-BOOT 7 2015\-04\-28 5.0~a3\-1 "Live システムプロジェクト" +.TH LIVE\-BOOT 7 2015\-08\-23 5.0~a5\-1 "Live システムプロジェクト" .SH 名前 \fBlive\-boot\fP \- システム起動構成要素 diff --git a/manpages/ja/persistence.conf.ja.5 b/manpages/ja/persistence.conf.ja.5 index 632f5e3..64b6860 100644 --- a/manpages/ja/persistence.conf.ja.5 +++ b/manpages/ja/persistence.conf.ja.5 @@ -3,7 +3,7 @@ .\" This file was generated with po4a. Translate the source file. .\" .\"******************************************************************* -.TH LIVE\-BOOT conf 2015\-04\-28 5.0~a3\-1 "Live システムプロジェクト" +.TH LIVE\-BOOT conf 2015\-08\-23 5.0~a5\-1 "Live システムプロジェクト" .SH 名前 \fBpersistence.conf\fP \- live\-boot 状態保持用メディアの設定ファイル diff --git a/manpages/po/es/live-boot.7.po b/manpages/po/es/live-boot.7.po index 8aeb7a4..3ecedc8 100644 --- a/manpages/po/es/live-boot.7.po +++ b/manpages/po/es/live-boot.7.po @@ -5,7 +5,7 @@ msgid "" msgstr "" "Project-Id-Version: live-boot\n" -"POT-Creation-Date: 2015-04-28 07:19+0200\n" +"POT-Creation-Date: 2015-08-23 10:55+0200\n" "PO-Revision-Date: 2013-11-10 20:10+0900\n" "Last-Translator: Carlos Zuferri \n" "Language-Team: none\n" @@ -25,13 +25,13 @@ msgstr "LIVE-BOOT" #. type: TH #: en/live-boot.7:1 en/persistence.conf.5:1 #, no-wrap -msgid "2015-04-28" +msgid "2015-08-23" msgstr "" #. type: TH #: en/live-boot.7:1 en/persistence.conf.5:1 #, no-wrap -msgid "5.0~a3-1" +msgid "5.0~a5-1" msgstr "" #. type: TH diff --git a/manpages/po/es/persistence.conf.5.po b/manpages/po/es/persistence.conf.5.po index ed72e2e..f5a489f 100644 --- a/manpages/po/es/persistence.conf.5.po +++ b/manpages/po/es/persistence.conf.5.po @@ -5,7 +5,7 @@ msgid "" msgstr "" "Project-Id-Version: live-boot\n" -"POT-Creation-Date: 2015-04-28 07:19+0200\n" +"POT-Creation-Date: 2015-08-23 10:55+0200\n" "PO-Revision-Date: 2013-11-10 20:10+0900\n" "Last-Translator: Carlos Zuferri \n" "Language-Team: none\n" @@ -23,13 +23,13 @@ msgstr "LIVE-BOOT" #. type: TH #: en/live-boot.7:1 en/persistence.conf.5:1 #, no-wrap -msgid "2015-04-28" +msgid "2015-08-23" msgstr "" #. type: TH #: en/live-boot.7:1 en/persistence.conf.5:1 #, no-wrap -msgid "5.0~a3-1" +msgid "5.0~a5-1" msgstr "" #. type: TH diff --git a/manpages/po/ja/live-boot.7.po b/manpages/po/ja/live-boot.7.po index 1b77c20..5745803 100644 --- a/manpages/po/ja/live-boot.7.po +++ b/manpages/po/ja/live-boot.7.po @@ -5,7 +5,7 @@ msgid "" msgstr "" "Project-Id-Version: live-boot\n" -"POT-Creation-Date: 2015-04-28 07:19+0200\n" +"POT-Creation-Date: 2015-08-23 10:55+0200\n" "PO-Revision-Date: 2014-08-28 02:52+0900\n" "Last-Translator: victory \n" "Language-Team: none\n" @@ -23,13 +23,13 @@ msgstr "LIVE-BOOT" #. type: TH #: en/live-boot.7:1 en/persistence.conf.5:1 #, fuzzy, no-wrap -msgid "2015-04-28" +msgid "2015-08-23" msgstr "2015-01-04" #. type: TH #: en/live-boot.7:1 en/persistence.conf.5:1 #, fuzzy, no-wrap -msgid "5.0~a3-1" +msgid "5.0~a5-1" msgstr "5.0~a1-1" #. type: TH diff --git a/manpages/po/ja/persistence.conf.5.po b/manpages/po/ja/persistence.conf.5.po index e274bcf..28a594e 100644 --- a/manpages/po/ja/persistence.conf.5.po +++ b/manpages/po/ja/persistence.conf.5.po @@ -5,7 +5,7 @@ msgid "" msgstr "" "Project-Id-Version: live-boot\n" -"POT-Creation-Date: 2015-04-28 07:19+0200\n" +"POT-Creation-Date: 2015-08-23 10:55+0200\n" "PO-Revision-Date: 2015-01-05 05:50+0900\n" "Last-Translator: victory \n" "Language-Team: none\n" @@ -23,13 +23,13 @@ msgstr "LIVE-BOOT" #. type: TH #: en/live-boot.7:1 en/persistence.conf.5:1 #, fuzzy, no-wrap -msgid "2015-04-28" +msgid "2015-08-23" msgstr "2015-01-04" #. type: TH #: en/live-boot.7:1 en/persistence.conf.5:1 #, fuzzy, no-wrap -msgid "5.0~a3-1" +msgid "5.0~a5-1" msgstr "5.0~a1-1" #. type: TH diff --git a/manpages/pot/live-boot.7.pot b/manpages/pot/live-boot.7.pot index 9249b22..029374e 100644 --- a/manpages/pot/live-boot.7.pot +++ b/manpages/pot/live-boot.7.pot @@ -6,8 +6,8 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: live-boot 5.0~a3-1\n" -"POT-Creation-Date: 2015-04-28 07:19+0200\n" +"Project-Id-Version: live-boot 5.0~a5-1\n" +"POT-Creation-Date: 2015-08-23 10:55+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -25,13 +25,13 @@ msgstr "" #. type: TH #: en/live-boot.7:1 en/persistence.conf.5:1 #, no-wrap -msgid "2015-04-28" +msgid "2015-08-23" msgstr "" #. type: TH #: en/live-boot.7:1 en/persistence.conf.5:1 #, no-wrap -msgid "5.0~a3-1" +msgid "5.0~a5-1" msgstr "" #. type: TH diff --git a/manpages/pot/persistence.conf.5.pot b/manpages/pot/persistence.conf.5.pot index 7ee3cef..7038216 100644 --- a/manpages/pot/persistence.conf.5.pot +++ b/manpages/pot/persistence.conf.5.pot @@ -6,8 +6,8 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: live-boot 5.0~a3-1\n" -"POT-Creation-Date: 2015-04-28 07:19+0200\n" +"Project-Id-Version: live-boot 5.0~a5-1\n" +"POT-Creation-Date: 2015-08-23 10:55+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -25,13 +25,13 @@ msgstr "" #. type: TH #: en/live-boot.7:1 en/persistence.conf.5:1 #, no-wrap -msgid "2015-04-28" +msgid "2015-08-23" msgstr "" #. type: TH #: en/live-boot.7:1 en/persistence.conf.5:1 #, no-wrap -msgid "5.0~a3-1" +msgid "5.0~a5-1" msgstr "" #. type: TH