[ubuntu/disco-proposed] partman-base 206ubuntu1 (Accepted)

Dimitri John Ledkov xnox at ubuntu.com
Tue Mar 5 09:19:11 UTC 2019


partman-base (206ubuntu1) disco; urgency=medium

  * Resynchronise with Debian.  Remaining changes:
    - Ubiquity integration: If PARTMAN_NO_COMMIT is set, then exit rather
      than running commit.d and finish.d scripts; add a partman-commit
      script; dump extra information to /var/lib/partman/snoop if
      PARTMAN_SNOOP is set; check for per-menu 'no_show_choices' file in
      ask_user and don't reshow the menu if it exists.
    - Don't skip over dmraid devices if the user chooses not to activate
      them.
    - If the only thing mounted on a disk is the installation medium and it
      uses more or less the whole disk, then silently exclude that disk; if
      the installation medium is mounted but doesn't use the whole disk,
      issue a warning that partitioning may be difficult; if anything else
      is mounted, offer to unmount it. partman/filter_mounted=false disables
      this.
    - debian/control: replace harddrive-detection Depends with the specific
      disk-detect version needed (>= 1.95ubuntu4) to support multipath-tools
      0.5.0. There are no other harddrive-detection providers yet anyway.
    - Multipath support:
      - lib/base.sh: is_multipath_part(): Use 'p' (not '-part') as multipath
        disk-partition separator.
      - lib/base.sh: humandev(): Accept spaces in multipath WWID.
      - init.d/parted: part_of_multipath(): Update grep expression for more
        recent output of 'multipath -l'.
      - lib/base.sh: drop the p separator for multipath partitions

partman-base (206) unstable; urgency=medium

  [ Iain Lane ]
  * Replace use of '%as' (and '%a[...]') scanf directives with '%ms'
    (LP: #1818285).

partman-base (205) unstable; urgency=medium

  * Team upload

  [ Updated translations ]
  * Hebrew (he.po) by Yaron Shahrabani
  * Vietnamese (vi.po) by Trần Ngọc Quân

partman-base (204) unstable; urgency=medium

  * Team upload

  [ Updated translations ]
  * Hebrew (he.po) by Yaron Shahrabani
  * Kazakh (kk.po) by Baurzhan Muftakhidinov
  * Traditional Chinese (zh_TW.po) by Louies

partman-base (203) unstable; urgency=medium

  * Team upload

  [ Holger Wansing ]
  * Remove trailing whitespaces from changelog file, to fix lintian tag.

  [ Updated translations ]
  * Danish (da.po) by Joe Hansen
  * Greek (el.po) by Vangelis Skarmoutsos
  * Persian (fa.po) by Nima Sahraneshin

partman-base (202) unstable; urgency=medium

  * Team upload

  [ Updated translations ]
  * Latvian (lv.po) by Tranzistors
  * Marathi (mr.po) by Nayan Nakhare

partman-base (201) unstable; urgency=medium

  * Team upload

  [ Holger Wansing ]
  * Change deprecated Priority: extra into optional.

  [ Updated translations ]
  * Finnish (fi.po) by Juhani Numminen
  * Galician (gl.po) by mantinan
  * Tamil (ta.po) by Dr.T.Vasudevan

partman-base (200) unstable; urgency=medium

  * Team upload

  [ Cyril Brulebois ]
  * Update Vcs-{Browser,Git} to point to salsa (alioth's replacement).

  [ Updated translations ]
  * Hebrew (he.po) by Yaron Shahrabani

partman-base (199) unstable; urgency=medium

  [ Updated translations ]
  * Esperanto (eo.po) by Felipe Castro
  * Hebrew (he.po) by Yaron Shahrabani
  * Indonesian (id.po) by Andika Triwidada

partman-base (198) unstable; urgency=medium

  [ Updated translations ]
  * Hebrew (he.po) by Yaron Shahrabani
  * Tajik (tg.po) by Victor Ibragimov

partman-base (197) unstable; urgency=medium

  [ Updated translations ]
  * Tajik (tg.po) by Victor Ibragimov

partman-base (196) unstable; urgency=medium

  [ Updated translations ]
  * Icelandic (is.po) by Sveinn í Felli
  * Bokmål, Norwegian (nb.po) by Alexander Jansen
  * Panjabi (pa.po) by Aman ALam
  * Serbian (sr.po) by Filipovic Dragan
  * Swedish (sv.po) by Sebastian Rasmussen

partman-base (195) unstable; urgency=medium

  [ Updated translations ]
  * Esperanto (eo.po) by Felipe Castro
  * Nepali (ne.po) by Jeewal Kunwar

partman-base (194) unstable; urgency=medium

  [ Updated translations ]
  * Esperanto (eo.po) by Felipe Castro
  * Hungarian (hu.po) by Dr. Nagy Elemér Károly
  * Lithuanian (lt.po) by Rimas Kudelis
  * Norwegian Nynorsk (nn.po) by Allan Nordhøy

partman-base (193) unstable; urgency=medium

  [ Updated translations ]
  * Albanian (sq.po) by Silva Arapi

Date: Tue, 05 Mar 2019 08:51:58 +0000
Changed-By: Dimitri John Ledkov <xnox at ubuntu.com>
Maintainer: Ubuntu Installer Team <ubuntu-installer at lists.ubuntu.com>
https://launchpad.net/ubuntu/+source/partman-base/206ubuntu1
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Tue, 05 Mar 2019 08:51:58 +0000
Source: partman-base
Architecture: source
Version: 206ubuntu1
Distribution: disco
Urgency: medium
Maintainer: Ubuntu Installer Team <ubuntu-installer at lists.ubuntu.com>
Changed-By: Dimitri John Ledkov <xnox at ubuntu.com>
Launchpad-Bugs-Fixed: 1818285
Changes:
 partman-base (206ubuntu1) disco; urgency=medium
 .
   * Resynchronise with Debian.  Remaining changes:
     - Ubiquity integration: If PARTMAN_NO_COMMIT is set, then exit rather
       than running commit.d and finish.d scripts; add a partman-commit
       script; dump extra information to /var/lib/partman/snoop if
       PARTMAN_SNOOP is set; check for per-menu 'no_show_choices' file in
       ask_user and don't reshow the menu if it exists.
     - Don't skip over dmraid devices if the user chooses not to activate
       them.
     - If the only thing mounted on a disk is the installation medium and it
       uses more or less the whole disk, then silently exclude that disk; if
       the installation medium is mounted but doesn't use the whole disk,
       issue a warning that partitioning may be difficult; if anything else
       is mounted, offer to unmount it. partman/filter_mounted=false disables
       this.
     - debian/control: replace harddrive-detection Depends with the specific
       disk-detect version needed (>= 1.95ubuntu4) to support multipath-tools
       0.5.0. There are no other harddrive-detection providers yet anyway.
     - Multipath support:
       - lib/base.sh: is_multipath_part(): Use 'p' (not '-part') as multipath
         disk-partition separator.
       - lib/base.sh: humandev(): Accept spaces in multipath WWID.
       - init.d/parted: part_of_multipath(): Update grep expression for more
         recent output of 'multipath -l'.
       - lib/base.sh: drop the p separator for multipath partitions
 .
 partman-base (206) unstable; urgency=medium
 .
   [ Iain Lane ]
   * Replace use of '%as' (and '%a[...]') scanf directives with '%ms'
     (LP: #1818285).
 .
 partman-base (205) unstable; urgency=medium
 .
   * Team upload
 .
   [ Updated translations ]
   * Hebrew (he.po) by Yaron Shahrabani
   * Vietnamese (vi.po) by Trần Ngọc Quân
 .
 partman-base (204) unstable; urgency=medium
 .
   * Team upload
 .
   [ Updated translations ]
   * Hebrew (he.po) by Yaron Shahrabani
   * Kazakh (kk.po) by Baurzhan Muftakhidinov
   * Traditional Chinese (zh_TW.po) by Louies
 .
 partman-base (203) unstable; urgency=medium
 .
   * Team upload
 .
   [ Holger Wansing ]
   * Remove trailing whitespaces from changelog file, to fix lintian tag.
 .
   [ Updated translations ]
   * Danish (da.po) by Joe Hansen
   * Greek (el.po) by Vangelis Skarmoutsos
   * Persian (fa.po) by Nima Sahraneshin
 .
 partman-base (202) unstable; urgency=medium
 .
   * Team upload
 .
   [ Updated translations ]
   * Latvian (lv.po) by Tranzistors
   * Marathi (mr.po) by Nayan Nakhare
 .
 partman-base (201) unstable; urgency=medium
 .
   * Team upload
 .
   [ Holger Wansing ]
   * Change deprecated Priority: extra into optional.
 .
   [ Updated translations ]
   * Finnish (fi.po) by Juhani Numminen
   * Galician (gl.po) by mantinan
   * Tamil (ta.po) by Dr.T.Vasudevan
 .
 partman-base (200) unstable; urgency=medium
 .
   * Team upload
 .
   [ Cyril Brulebois ]
   * Update Vcs-{Browser,Git} to point to salsa (alioth's replacement).
 .
   [ Updated translations ]
   * Hebrew (he.po) by Yaron Shahrabani
 .
 partman-base (199) unstable; urgency=medium
 .
   [ Updated translations ]
   * Esperanto (eo.po) by Felipe Castro
   * Hebrew (he.po) by Yaron Shahrabani
   * Indonesian (id.po) by Andika Triwidada
 .
 partman-base (198) unstable; urgency=medium
 .
   [ Updated translations ]
   * Hebrew (he.po) by Yaron Shahrabani
   * Tajik (tg.po) by Victor Ibragimov
 .
 partman-base (197) unstable; urgency=medium
 .
   [ Updated translations ]
   * Tajik (tg.po) by Victor Ibragimov
 .
 partman-base (196) unstable; urgency=medium
 .
   [ Updated translations ]
   * Icelandic (is.po) by Sveinn í Felli
   * Bokmål, Norwegian (nb.po) by Alexander Jansen
   * Panjabi (pa.po) by Aman ALam
   * Serbian (sr.po) by Filipovic Dragan
   * Swedish (sv.po) by Sebastian Rasmussen
 .
 partman-base (195) unstable; urgency=medium
 .
   [ Updated translations ]
   * Esperanto (eo.po) by Felipe Castro
   * Nepali (ne.po) by Jeewal Kunwar
 .
 partman-base (194) unstable; urgency=medium
 .
   [ Updated translations ]
   * Esperanto (eo.po) by Felipe Castro
   * Hungarian (hu.po) by Dr. Nagy Elemér Károly
   * Lithuanian (lt.po) by Rimas Kudelis
   * Norwegian Nynorsk (nn.po) by Allan Nordhøy
 .
 partman-base (193) unstable; urgency=medium
 .
   [ Updated translations ]
   * Albanian (sq.po) by Silva Arapi
Checksums-Sha1:
 86aac79b7921b11ca60cadd7f4bb5da70d8edf08 2013 partman-base_206ubuntu1.dsc
 67ca9a0199ecef9bf990232bdc9616af55980723 190740 partman-base_206ubuntu1.tar.xz
 917b62243acbc07fefc396a43287fa24fc5903cb 7478 partman-base_206ubuntu1_source.buildinfo
Checksums-Sha256:
 b70bbad7b1bae4beb57036f67f536f20802d3df6295ca2c843fd77ef46597d9d 2013 partman-base_206ubuntu1.dsc
 a1b771ff61fed335125fa77b4c9ab5be1be36f803f53b5d43029ea8e78325cf3 190740 partman-base_206ubuntu1.tar.xz
 7057295c154617a117076906ea915966dbb0e145bc8627c7d3cf5832e2d5ac85 7478 partman-base_206ubuntu1_source.buildinfo
Files:
 6569a0ff039f3de0f1c0c323a7a0f45d 2013 debian-installer standard partman-base_206ubuntu1.dsc
 7e08fb89ecf4c1207ea49d7ad451c2ea 190740 debian-installer standard partman-base_206ubuntu1.tar.xz
 2523d50cb9de6c576cdb1851707350a2 7478 debian-installer standard partman-base_206ubuntu1_source.buildinfo
Original-Maintainer: Debian Install System Team <debian-boot at lists.debian.org>

-----BEGIN PGP SIGNATURE-----

iQJEBAEBCgAuFiEE4cdIyvfCPLE8LKqG6OhJCPkDr7UFAlx+OpwQHHhub3hAdWJ1
bnR1LmNvbQAKCRDo6EkI+QOvtVgCD/4pA6K1B9De8omga4HFYGUGGFcsRT35jWoQ
qtAI10PnP9Efyyim1Sbl0XNetoRzlJGtDx77R4rXDTL0ePbNyAjQK2qdi8pOUwiz
C3vsaCrGnaPG2O/L25wT0GDTGrPYf6VbqlcCkNQ7Sigz3i4UmCQ5CmI/RGGmvzuX
dcTIblq4H4Wh/NWrSYqKy+J7POadZMKmEEoNW9DWqhRdkWkBAUt+QBD0JJd5J4M8
yoV5P+2w+da70DYuUeObY/x+KuJ3G+zPMzj0155wp6nrseOemifnDDrsuxmQCkTJ
GXGJfalXj01o0YPnp9xfpHo10dcw6wHdKNAxrecctcMIkXmHBPziOb09z2EQJkDq
PgLwdsHCf8N1Y4qjQ8mvlX4ZrFIHcvYcqWssKGVpcU9dxoZgaWUlPw9JELE8dHbe
dFJGk9znQRDUdK+dp8nRDSeC3pxG2tN2V/kAFNuENF0XMK1HcgVZIB+mMxKuSjpB
QkMQzaRI71nnae5zguKfWvKJ3oQxXzbrWu7OsU72s7NoIrQk6yYhfpYagqIBcebZ
RPNfSNhKBZ4LoAPf+vYJK3Gix6S5dFxc3tXBkSUgOnZgjwHC8WA5mHewzGDpq8q5
knpJfXsHtYZmFwBwgQqcF2UYNoY2BsX/T9/XXPY6yiUweLHlLDs/tceg7WM68dWi
//vzLZR/9Q==
=wbtt
-----END PGP SIGNATURE-----


More information about the Disco-changes mailing list