Your message dated Wed, 27 Aug 2014 09:23:12 +0000
with message-id <e1xmzrg-0006gl...@franck.debian.org>
and subject line Bug#752418: fixed in partman-auto 120
has caused the Debian Bug report #752418,
regarding partman-auto: ppc64el support
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 this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)
--
752418: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=752418
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: partman-auto
Version: 118
Severity: normal
Tags: patch
User: debian-powe...@lists.debian.org
Usertags: ppc64el
Dear Maintainer,
here is a patch from Ubuntu to add support to ppc64el.
F.
-- System Information:
Debian Release: jessie/sid
APT prefers unstable
APT policy: (500, 'unstable')
Architecture: ppc64el (ppc64le)
Kernel: Linux 3.14-1-powerpc64le (SMP w/1 CPU core)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) (ignored: LC_ALL
set to en_US.UTF-8)
Shell: /bin/sh linked to /bin/dash
diff -Nru partman-auto-118/recipes-ppc64el/atomic partman-auto-118/recipes-ppc64el/atomic
--- partman-auto-118/recipes-ppc64el/atomic 1970-01-01 00:00:00.000000000 +0000
+++ partman-auto-118/recipes-ppc64el/atomic 2014-01-15 00:28:39.000000000 +0000
@@ -0,0 +1,29 @@
+partman-auto/text/atomic_scheme ::
+
+8 1 1 prep
+ $primary{ }
+ $bootable{ }
+ method{ prep } .
+
+128 512 256 ext2
+ $defaultignore{ }
+ $primary{ }
+ method{ format }
+ format{ }
+ use_filesystem{ }
+ filesystem{ ext2 }
+ mountpoint{ /boot } .
+
+500 10000 -1 $default_filesystem
+ $lvmok{ }
+ $primary{ }
+ method{ format }
+ format{ }
+ use_filesystem{ }
+ $default_filesystem{ }
+ mountpoint{ / } .
+
+96 512 300% linux-swap
+ $lvmok{ }
+ method{ swap }
+ format{ } .
diff -Nru partman-auto-118/recipes-ppc64el/home partman-auto-118/recipes-ppc64el/home
--- partman-auto-118/recipes-ppc64el/home 1970-01-01 00:00:00.000000000 +0000
+++ partman-auto-118/recipes-ppc64el/home 2014-01-15 00:28:39.000000000 +0000
@@ -0,0 +1,38 @@
+partman-auto/text/home_scheme ::
+
+8 1 1 prep
+ $primary{ }
+ $bootable{ }
+ method{ prep } .
+
+128 512 256 ext2
+ $defaultignore{ }
+ $primary{ }
+ method{ format }
+ format{ }
+ use_filesystem{ }
+ filesystem{ ext2 }
+ mountpoint{ /boot } .
+
+500 4000 7000 $default_filesystem
+ $lvmok{ }
+ $primary{ }
+ method{ format }
+ format{ }
+ use_filesystem{ }
+ $default_filesystem{ }
+ mountpoint{ / } .
+
+96 512 300% linux-swap
+ $lvmok{ }
+ method{ swap }
+ format{ } .
+
+100 10000 -1 $default_filesystem
+ $lvmok{ }
+ method{ format }
+ format{ }
+ use_filesystem{ }
+ $default_filesystem{ }
+ mountpoint{ /home } .
+
diff -Nru partman-auto-118/recipes-ppc64el/multi partman-auto-118/recipes-ppc64el/multi
--- partman-auto-118/recipes-ppc64el/multi 1970-01-01 00:00:00.000000000 +0000
+++ partman-auto-118/recipes-ppc64el/multi 2014-01-15 00:28:39.000000000 +0000
@@ -0,0 +1,62 @@
+partman-auto/text/multi_scheme ::
+
+8 1 1 prep
+ $primary{ }
+ $bootable{ }
+ method{ prep } .
+
+128 512 256 ext2
+ $defaultignore{ }
+ $primary{ }
+ method{ format }
+ format{ }
+ use_filesystem{ }
+ filesystem{ ext2 }
+ mountpoint{ /boot } .
+
+70 800 280 $default_filesystem
+ $lvmok{ }
+ $primary{ }
+ method{ format }
+ format{ }
+ use_filesystem{ }
+ $default_filesystem{ }
+ mountpoint{ / } .
+
+500 3000 5000 $default_filesystem
+ $lvmok{ }
+ method{ format }
+ format{ }
+ use_filesystem{ }
+ $default_filesystem{ }
+ mountpoint{ /usr } .
+
+70 1500 3000 $default_filesystem
+ $lvmok{ }
+ method{ format }
+ format{ }
+ use_filesystem{ }
+ $default_filesystem{ }
+ mountpoint{ /var } .
+
+96 512 300% linux-swap
+ $lvmok{ }
+ method{ swap }
+ format{ } .
+
+20 300 400 $default_filesystem
+ $lvmok{ }
+ method{ format }
+ format{ }
+ use_filesystem{ }
+ $default_filesystem{ }
+ mountpoint{ /tmp } .
+
+300 3000 -1 $default_filesystem
+ $lvmok{ }
+ method{ format }
+ format{ }
+ use_filesystem{ }
+ $default_filesystem{ }
+ mountpoint{ /home } .
+
diff -Nru partman-auto-118/recipes-ppc64el/_numbers partman-auto-118/recipes-ppc64el/_numbers
--- partman-auto-118/recipes-ppc64el/_numbers 1970-01-01 00:00:00.000000000 +0000
+++ partman-auto-118/recipes-ppc64el/_numbers 2014-01-15 00:28:39.000000000 +0000
@@ -0,0 +1,3 @@
+30 atomic
+50 home
+80 multi
--- End Message ---
--- Begin Message ---
Source: partman-auto
Source-Version: 120
We believe that the bug you reported is fixed in the latest version of
partman-auto, which is due to be installed in the Debian FTP archive.
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 752...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Aurelien Jarno <aure...@debian.org> (supplier of updated partman-auto 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 ftpmas...@ftp-master.debian.org)
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256
Format: 1.8
Date: Wed, 27 Aug 2014 09:54:38 +0200
Source: partman-auto
Binary: partman-auto
Architecture: source
Version: 120
Distribution: unstable
Urgency: medium
Maintainer: Debian Install System Team <debian-boot@lists.debian.org>
Changed-By: Aurelien Jarno <aure...@debian.org>
Description:
partman-auto - Automatically partition storage devices (partman) (udeb)
Closes: 752418
Changes:
partman-auto (120) unstable; urgency=medium
.
[ Updated translations ]
* Estonian (et.po) by Mattias Põldaru
.
[ Frederic Bonnard ]
* Add ppc64el recipes (closes: #752418).
Checksums-Sha1:
008585c931300e2b85cd307bb402b2075f9479f0 1606 partman-auto_120.dsc
89c1f6bbb4c1e63e163262b8cf132b9cbd6d3a6d 104772 partman-auto_120.tar.xz
Checksums-Sha256:
d88e749b658567fc752c11ef9f942730101c9f2984298f14bb18e92435c082ee 1606
partman-auto_120.dsc
1f9c7b34f0cbd6091bb8f5b1bc991fe364bc59309616df62efe095b95d07789c 104772
partman-auto_120.tar.xz
Files:
91931717cc09ec1a0b9e1399c39ca3a6 1606 debian-installer standard
partman-auto_120.dsc
236e6d4a10c3d3d020a6ef757bbf6bc8 104772 debian-installer standard
partman-auto_120.tar.xz
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1
iQIVAwUBU/2PSbqceAYd3YybAQj8QhAAkCXMtSf1q5vxPVFJnkjFFhmbsHmTgHfT
6jm4WrtoEkGJ4KwSGq8htXu1KMAqgzhk+4bhla8a/qMjrZceIYPO5kXRk9eCkCG2
Q9lwhBHWQ/YefsBzS7w+LdKQ6S1diX8kYgcj5FzWopA2zrTnv178FN+L5P05+l/m
s0AczyuFsMrKr7aQQsb0vTYVUxhJqZ7axzmKllz4/CDEP3tX4scAaAuEseH3NBkq
RxRWrlJQGJkXmU2NceJ1ra7dHXpSpCletmd2ppRS+RkCMJFS4Xs5VkP/WQSuW/qA
E2d7gKJScZcI4P13XWWifLO6Flg21BmnYVLnLmbVphgMkCq11sKF0kE7JQOV62V0
32Em9gH+w9z4mOl15QDH8Xk/FHud5aNb5SIS5krRjPUR6t3saTUgAJKXyLDE3Q2v
kST3AclDuLyKaR8w7JNUrhoPPLsGUp4DgvT0PyqGIz2DNoOesbqEHC/vlibDwZ2l
fMl/IHneKy/OYIt+yald/BFzTYm000yhCIxTdu/YHCvZz0oSmgCG7uaGa5WI5zeS
lvaeckfc6EDZAeTqjU0A9LAZSwfPIYJXqDvlETnxvOq/5OdWgOJA6CJrNB84uflt
nXxN4JQQKUPDNDLT/8KeDmpd503usQfwuTqLv+pD+3b3Sv/bc4mZ3nqPZoRUKWos
uc6M6wSlflY=
=p1JG
-----END PGP SIGNATURE-----
--- End Message ---