Bug#773229: [PATCH v2] Skip eMMC partition checking

2015-05-20 Thread Tsung-Han Lin
Hi, Phil,

Because it's kind of urgent, so I just made another patch according your
suggestion,
and have you mentioned in the comment.

Thank you for the help.

Regards,
Tsung-Han
Index: partman-base-185/init.d/parted
===
--- partman-base-185.orig/init.d/parted	2013-12-15 21:11:33.0 +0800
+++ partman-base-185/init.d/parted	2015-05-20 14:54:45.177353399 +0800
@@ -93,6 +93,12 @@
 			continue
 		fi
 
+		# Skip emmc devices' boot0, boot1 and rpmb partitions
+		# Suggested by Philip Hands 
+		case "$device" in
+			/dev/mmcblk?rpmb | /dev/mmcblk?boot? ) continue ;;
+		esac
+
 		# Skip MD devices which are not active
 		if [ -e /proc/mdstat ]; then
 			if is_inactive_md $device; then


Bug#773229: [PATCH] potential fix for #773229

2015-05-20 Thread Philip Hands
As mentioned in the original report, the *boot? devices apparently
read-only and as such should not be in the list in the first place, so
this fix masks the presumed bug in parted_devices.c:process_device

I don't suppose that it really matters though, since we'll just be left
filtering out a device that should never be listed, but for tidiness
sake this should be removed if parted_devices.c is debugged and fixed.

Also, perhaps the bug should be left open, or a new one opened,
regarding the listing of read-only devices.
---
 debian/changelog |  8 
 init.d/parted| 10 ++
 2 files changed, 14 insertions(+), 4 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index ed8ebfa..2e883c8 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+partman-base (186) UNRELEASED; urgency=low
+
+  * Do not list /dev/mmcblk.(rpmb|boot.) devices, as they cannot be
+usefully partitioned (Closes: #773229)
+Prompted by a patch from Tsung-Han Lin 
+
+ -- Philip Hands   Tue, 19 May 2015 19:51:33 +0100
+
 partman-base (185) unstable; urgency=medium
 
   [ Updated translations ]
diff --git a/init.d/parted b/init.d/parted
index 069cefe..81cdafc 100755
--- a/init.d/parted
+++ b/init.d/parted
@@ -88,10 +88,12 @@ if [ ! -f /var/run/parted_server.pid ]; then
size=$2
model=$3
 
-   # Skip mtd devices since they aren't supported by parted
-   if echo $device | grep -q '/dev/mtd'; then
-   continue
-   fi
+   # Skip mtd (not supported by parted) and mmcblk odities
+   case "${device#/dev/}" in
+   mtd* | mmcblk?rpmb | mmcblk?boot? )
+   continue
+   ;;
+   esac
 
# Skip MD devices which are not active
if [ -e /proc/mdstat ]; then
-- 
2.1.4



signature.asc
Description: PGP signature


Processing of partman-efi_69_i386.changes

2015-05-20 Thread Debian FTP Masters
partman-efi_69_i386.changes uploaded successfully to ftp-master.debian.org
along with the files:
  partman-efi_69.dsc
  partman-efi_69.tar.xz
  partman-efi_69_i386.udeb

Greetings,

Your Debian queue daemon (running on host coccia.debian.org)


-- 
To UNSUBSCRIBE, email to debian-boot-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/e1yv63q-0001q7...@coccia.debian.org



Processing of partman-efi_69_i386.changes

2015-05-20 Thread Debian FTP Masters
partman-efi_69_i386.changes uploaded successfully to localhost
along with the files:
  partman-efi_69.dsc
  partman-efi_69.tar.xz
  partman-efi_69_i386.udeb

Greetings,

Your Debian queue daemon (running on host franck.debian.org)


-- 
To UNSUBSCRIBE, email to debian-boot-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/e1yv66b-0004cz...@franck.debian.org



Processing of partman-iscsi_38_i386.changes

2015-05-20 Thread Debian FTP Masters
partman-iscsi_38_i386.changes uploaded successfully to ftp-master.debian.org
along with the files:
  partman-iscsi_38.dsc
  partman-iscsi_38.tar.xz
  partman-iscsi_38_all.udeb

Greetings,

Your Debian queue daemon (running on host coccia.debian.org)


-- 
To UNSUBSCRIBE, email to debian-boot-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/e1yv6ni-0002ed...@coccia.debian.org



Processing of partman-iscsi_38_i386.changes

2015-05-20 Thread Debian FTP Masters
partman-iscsi_38_i386.changes uploaded successfully to localhost
along with the files:
  partman-iscsi_38.dsc
  partman-iscsi_38.tar.xz
  partman-iscsi_38_all.udeb

Greetings,

Your Debian queue daemon (running on host franck.debian.org)


-- 
To UNSUBSCRIBE, email to debian-boot-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/e1yv6py-0007cg...@franck.debian.org



partman-efi_69_i386.changes ACCEPTED into unstable

2015-05-20 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Wed, 20 May 2015 11:19:38 +0200
Source: partman-efi
Binary: partman-efi
Architecture: source i386
Version: 69
Distribution: unstable
Urgency: medium
Maintainer: Debian Install System Team 
Changed-By: Christian Perrier 
Description:
 partman-efi - Add to partman support for EFI System Partitions (udeb)
Changes:
 partman-efi (69) unstable; urgency=medium
 .
   [ Updated translations ]
   * Portuguese (Brazil) (pt_BR.po) by Adriano Rafael Gomes
Checksums-Sha1:
 9b72490a5cb5d856322d8496a387e5a46154d108 1703 partman-efi_69.dsc
 707acfa7d814f42f1ebafc549de07fd1ba19973d 65844 partman-efi_69.tar.xz
 34cb7fbe39e0f0470bef242bbe982dd0126378b0 44170 partman-efi_69_i386.udeb
Checksums-Sha256:
 69412e00bdeca53f3262d20fd3d5b2c7feafe7363f00e2e36322abf8e9f700b3 1703 
partman-efi_69.dsc
 d65c550e469a7010aa00c7d8f5cbe6091cfacedca9bf94b33d5c8d0a54eaa9c8 65844 
partman-efi_69.tar.xz
 df2a6b3b6e3f8add74ea1e4f0bd175175ac74d6c419f652c8866d9c356707854 44170 
partman-efi_69_i386.udeb
Files:
 db90f5fa2752a705a38dfed90cadb26e 1703 debian-installer standard 
partman-efi_69.dsc
 5ef9c65c07e02bc785a8c502892beeb6 65844 debian-installer standard 
partman-efi_69.tar.xz
 b1d8d0916d6063e3144998ea399c1173 44170 debian-installer standard 
partman-efi_69_i386.udeb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCAAGBQJVXKkNAAoJEIcvcCxNbiWoj8IP/jvjxZfLjCTGnOAy7WTVRm/Y
rePf77SLqkJyGfEwCTGXfvvW/q1gdp9UtTP89LqMswM6k1JsQnRyRE0n6yIZ+4vQ
10wP45lunRRqoaPaTCWQRPsNyRwECtMFWySIHZKHBp775hIUwH0VRDkht6yjRwxD
C7xNCCD9y15h6V6wyy8SxSs4RPlGsvzpUtETkGXDCP7nSLDYeY4m+TvCkP4t0ROv
JfBGtR/OKZRYXo6+5ZBZPyPq2v0nrrwSgNdFp81Nv3vxuEUTV7nIvTQEY3+5yApE
mGZhTLynGqRYXgnOXqqPQyouFrHKJVcPgtTt0TxSJZElxhdTO3It7Iw/Sl8vwsnE
o8LkujK21EYEPe3hyACEK4hu+jMyPs7P47B/zn1eVPkPuFxVGCUB6wG2MBX81gqm
+QFvKnlbCLCN2Sv8LNVwf/10k6s3Q3gKBrrbpAOSkrfnPh2VYXu3/xiGDytg86u2
nxkBbfCoUN5Ro5ek+rsMfMstResCtd19ef37JiRH76ukp1ONH5ZHCv+gj4unNgc2
MHj113nevryfhbzGlBNcEB342sfRvBIkh/nDk+8mwQ7Qrx8BfE27RUPaENeul82h
yvi6uykd3vVUD5icSwAjquCdZ9Kv+oQ9sUmRVWT2YKizCp96g/rUvTJs3LdzMutD
kdUoddv70BZE01fWwmFv
=tUEG
-END PGP SIGNATURE-


Thank you for your contribution to Debian.


-- 
To UNSUBSCRIBE, email to debian-boot-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/e1yv6ij-wh...@franck.debian.org



partman-iscsi_38_i386.changes ACCEPTED into unstable

2015-05-20 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Wed, 20 May 2015 17:33:01 +0200
Source: partman-iscsi
Binary: partman-iscsi
Architecture: source all
Version: 38
Distribution: unstable
Urgency: medium
Maintainer: Debian Install System Team 
Changed-By: Christian Perrier 
Description:
 partman-iscsi - Adds support for iSCSI to partman (udeb)
Changes:
 partman-iscsi (38) unstable; urgency=medium
 .
   [ Updated translations ]
   * Portuguese (Brazil) (pt_BR.po) by Adriano Rafael Gomes
Checksums-Sha1:
 870bd24ec293c213eab221cfad044ef418a61a1b 1651 partman-iscsi_38.dsc
 e56796df1542cb4c5aef23f464371940701c0923 66584 partman-iscsi_38.tar.xz
 f737f5d74792d1f3712519c1ef5886c293f6553b 33956 partman-iscsi_38_all.udeb
Checksums-Sha256:
 73c2ec6fb1ae0df118434ed9238b13a5ba8e2e0f0a3e4f282f801a9b8eb50e8d 1651 
partman-iscsi_38.dsc
 b386a25c16e30a7fe01ce63f2faae44bd2afb5072f49cda36de37b16f115699d 66584 
partman-iscsi_38.tar.xz
 656b778dbf40826aad259a8c305d1fb07c34be4cfd3b74ef7d8c7b75d3678547 33956 
partman-iscsi_38_all.udeb
Files:
 8203d76555d66d4477359703159ba89c 1651 debian-installer standard 
partman-iscsi_38.dsc
 b42ba4b703ad8d9029e93148bb45d93d 66584 debian-installer standard 
partman-iscsi_38.tar.xz
 9a349d802dc91bdd6ad313cb353b6220 33956 debian-installer standard 
partman-iscsi_38_all.udeb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCAAGBQJVXK3eAAoJEIcvcCxNbiWokQIP/2Hhr0GhiHPQICQFLtmf7r5w
wyiMsOsPjlJHf+wgCQW70NxIn/Ep+R4IMuVeTfJSAF5oGiZsWf1j/Kr4GWOrQU7O
J+bHXbWVKSsUHbCTfxfYXfSGGWgSwKYY5x8bpatlBsrViE4lec1ZZN7DVhsl8SRC
+cap39TyONIQeqSGIWCB7R8TCldA4pUc5fwIem3GZ9ll7Skg72PNikEtgDYOuRwz
TuP5xrw6M2JsZyhplMwkdkyUXeE5kZzxkCPELEqBe6ZGkybTfdTsI8QGZrGM4lni
Mf/xgAOZjsQDgp+V7+Boui4QlaNFHQXJWS0Gf4lrgzQywbKuXwCTliWXdzIH9uao
c5uf4gIXJMuSFigRrBbJBlxHZudG1L1BYeb1YQNbgayi8kctgBqF5rnrPp6jFU+T
vNstV9dFOvv0CoTMGxkuRdWVHaQ0ueCYX5KJaOMlWcPbVm5hKOgA0xcgt4f3kW5y
66pxSN4na0oeZJCnjOmxPHAwRMVj1z8O02twjKQ77bVCJpmb85Kd9gyblVR/In+U
pDdVazyOi6nb8t8agBl/lg+1eeuyNV6ZT2IS3h/2y0HwXOGd8Tm5DR3+BOGSOyXO
OQV7ll6BcYGzm9WZIYdPHPmWVVH0FvNDm6A01C+tHBxD9g4J869nfcKSUDLD+l7G
yI0U4CRyNee6Fa5/2PJm
=H57z
-END PGP SIGNATURE-


Thank you for your contribution to Debian.


-- 
To UNSUBSCRIBE, email to debian-boot-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/e1yv6ip-00012a...@franck.debian.org



Processing of partman-lvm_109_i386.changes

2015-05-20 Thread Debian FTP Masters
partman-lvm_109_i386.changes uploaded successfully to ftp-master.debian.org
along with the files:
  partman-lvm_109.dsc
  partman-lvm_109.tar.xz
  partman-lvm_109_all.udeb

Greetings,

Your Debian queue daemon (running on host coccia.debian.org)


-- 
To UNSUBSCRIBE, email to debian-boot-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/e1yv6vf-000421...@coccia.debian.org



Processing of partman-lvm_109_i386.changes

2015-05-20 Thread Debian FTP Masters
partman-lvm_109_i386.changes uploaded successfully to localhost
along with the files:
  partman-lvm_109.dsc
  partman-lvm_109.tar.xz
  partman-lvm_109_all.udeb

Greetings,

Your Debian queue daemon (running on host franck.debian.org)


-- 
To UNSUBSCRIBE, email to debian-boot-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/e1yv6xc-0003ku...@franck.debian.org



partman-lvm_109_i386.changes ACCEPTED into unstable

2015-05-20 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Wed, 20 May 2015 17:53:40 +0200
Source: partman-lvm
Binary: partman-lvm
Architecture: source all
Version: 109
Distribution: unstable
Urgency: medium
Maintainer: Debian Install System Team 
Changed-By: Christian Perrier 
Description:
 partman-lvm - Adds support for LVM to partman (udeb)
Changes:
 partman-lvm (109) unstable; urgency=medium
 .
   [ Updated translations ]
   * Portuguese (Brazil) (pt_BR.po) by Adriano Rafael Gomes
Checksums-Sha1:
 a7fc6b0845a8181d42b00895c2ff0c3bb08bd5f7 1671 partman-lvm_109.dsc
 afc48f58ef43f03fd59a64b0404826879874d1ed 250712 partman-lvm_109.tar.xz
 769b1c7d3c747df016ba210d5d44e570714d6360 373400 partman-lvm_109_all.udeb
Checksums-Sha256:
 ad194e9fdc10f5cdb8d9240cbae70b816bf55cef42a2a88cd97d383b1e551a58 1671 
partman-lvm_109.dsc
 659103086bda414b22594de737bddb2b21fc07ff013bd6a5f2c5b4aab17af7fb 250712 
partman-lvm_109.tar.xz
 9a5323383ac39b43ff870514abfc242ffab61233187d3f5efb2b3327c7ec5575 373400 
partman-lvm_109_all.udeb
Files:
 b409e8b938c4897d68fa266a22557760 1671 debian-installer optional 
partman-lvm_109.dsc
 bba3bcae7c32b06981da243cfc3d1768 250712 debian-installer optional 
partman-lvm_109.tar.xz
 73781be757b0dfd31ffa7cfe6d9b183b 373400 debian-installer optional 
partman-lvm_109_all.udeb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCAAGBQJVXLb/AAoJEIcvcCxNbiWoINkP/jYTFxmlzHYIYrKMsjTSsSkh
IqK9rEQrc6BBj4ZLPxfZizfDyTL7zfvwQWGDhHIEp/tV+NhbQxL8RPXcGLhr0Vxt
RQRJotXXFg94CS+RczZ1owLsVgvWOriiXC/Xy6r9T3tKF5D9WfINefj9+Ub1y4rN
Ml304ssCAJUTt7hYtIFAjNblh3gYDKCOKAG+bAGXufNLqvUj53hTRJ+wYZgclsNY
IOy4ObAD/ytH6ZdynquJeARRJgKXEoiNYdQ1xOTBEworS6NYmjErYg7g/G38zt31
5KLSAkKBGEirhwQbhjzMbeRqUCZ2lFBh7NDyxkPh4jO2xN4Yq0eAUS3EJANmewVB
3ZIqz5Bd3nSBBhkugrXNhC0mk9NWI1oLdVtkb5Axjo12h687AwA6N0lAXnRTb3wi
av973oEBqbHLEl7M1q8dFIu3zvCwtbAxrfH/Go+Z7fRMLvA3c46quZ6n7zDhKf5E
uWf0gq8OAnVL/dEC5DX5g8JJjVTyS3u1yBGfiqsQx6o37Oja53O0tneCcVxoH2q+
PpIylRDKkGsSR6Mx8a/mikdejmLrJm5o2PhrlIYNsAwTEVP124bBLc47U8zFyxBl
CWX/XumggLfalwHjyBQNGeFUQDdH2B+KqrrRGLupVqAi/pqbyvoAaumGwNAC2ivi
WwwzCiYlERKDU2cpSj/G
=+fbo
-END PGP SIGNATURE-


Thank you for your contribution to Debian.


-- 
To UNSUBSCRIBE, email to debian-boot-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/e1yv7be-0004zs...@franck.debian.org



Re: 8.1 (and maybe 7.9) planning

2015-05-20 Thread Adam D. Barratt
On Fri, 2015-05-01 at 11:17 +0100, Adam D. Barratt wrote:
> [Added some missed CCs; sigh]
> 
> On 2015-04-30 22:16, Adam D. Barratt wrote:
> > Hi,
> > 
> > As seems to have become the norm, now that Jessie's out it's time to
> > start planning for the first point release.
> > 
> > We're also a little overdue for 7.9 as Jessie work took precedence; 7.9
> > really wants to take place after 8.1, as we have some packages for 
> > which pu > opu > stable.

Based on received responses and the current date, I'm proposing June 6th
for 8.1 (and then looking at other dates for 7.9). Does that still work
for people?

Regards,

Adam


-- 
To UNSUBSCRIBE, email to debian-boot-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/1432153364.3938.14.ca...@adam-barratt.org.uk



Processing of partman-md_75_i386.changes

2015-05-20 Thread Debian FTP Masters
partman-md_75_i386.changes uploaded successfully to ftp-master.debian.org
along with the files:
  partman-md_75.dsc
  partman-md_75.tar.xz
  partman-md_75_all.udeb

Greetings,

Your Debian queue daemon (running on host coccia.debian.org)


-- 
To UNSUBSCRIBE, email to debian-boot-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/e1yvaib-0004pd...@coccia.debian.org



Re: 8.1 (and maybe 7.9) planning

2015-05-20 Thread Cyril Brulebois
Adam D. Barratt  (2015-05-20):
> Based on received responses and the current date, I'm proposing June 6th
> for 8.1 (and then looking at other dates for 7.9). Does that still work
> for people?

Provided the p-u freeze happens on time so that I can perform d-i tests ahead
of the release, that's fine with me; thanks.

Mraw,
KiBi.


signature.asc
Description: Digital signature


Processing of partman-md_75_i386.changes

2015-05-20 Thread Debian FTP Masters
partman-md_75_i386.changes uploaded successfully to localhost
along with the files:
  partman-md_75.dsc
  partman-md_75.tar.xz
  partman-md_75_all.udeb

Greetings,

Your Debian queue daemon (running on host franck.debian.org)


-- 
To UNSUBSCRIBE, email to debian-boot-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/e1yvall-0005yp...@franck.debian.org



Processing of debootstrap_1.0.67+kbsd8u1_amd64.changes

2015-05-20 Thread Debian FTP Masters
debootstrap_1.0.67+kbsd8u1_amd64.changes uploaded successfully to localhost
along with the files:
  debootstrap_1.0.67+kbsd8u1.dsc
  debootstrap_1.0.67+kbsd8u1.tar.gz
  debootstrap_1.0.67+kbsd8u1_all.deb
  debootstrap-udeb_1.0.67+kbsd8u1_all.udeb

Greetings,

Your Debian queue daemon (running on host franck.debian.org)


-- 
To UNSUBSCRIBE, email to debian-boot-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/e1yvbij-0003gm...@franck.debian.org



Bug#784927: marked as done (debootstrap: doesn't know jessie-kfreebsd suite)

2015-05-20 Thread Debian Bug Tracking System
Your message dated Wed, 20 May 2015 21:35:00 +
with message-id 
and subject line Bug#784927: fixed in debootstrap 1.0.67+kbsd8u1
has caused the Debian Bug report #784927,
regarding debootstrap: doesn't know jessie-kfreebsd suite
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.)


-- 
784927: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=784927
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: debootstrap
Version: 1.0.67
Severity: important
Tags: patch pending
User: debian-...@lists.debian.org
Usertags: kfreebsd

Hi,

debootstrap in wheezy and sid doesn't know the new jessie-kfreebsd
suite, which prevents the installer or standalone debootstraps from
installing it.

The jessie-kfreebsd script can be the same as jessie which is
a symlink to said.  Patched in the jessie-kfreebsd Git branch:

https://anonscm.debian.org/cgit/d-i/debootstrap.git/commit/?h=jessie-kfreebsd&id=045a2e63427caf5ad5f75525ff804bb7eabdc2d8

Thanks.

-- System Information:
Debian Release: jessie/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: kfreebsd-amd64 (x86_64)

Kernel: kFreeBSD 9.0-2-amd64-xenhvm-ipsec
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages debootstrap depends on:
ii  wget  1.14-4

Versions of packages debootstrap recommends:
ii  debian-archive-keyring  2014.3
ii  gnupg   1.4.18-6

debootstrap suggests no packages.

-- no debconf information
--- End Message ---
--- Begin Message ---
Source: debootstrap
Source-Version: 1.0.67+kbsd8u1

We believe that the bug you reported is fixed in the latest version of
debootstrap, 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 784...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Steven Chamberlain  (supplier of updated debootstrap 
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: Tue, 28 Apr 2015 00:10:03 +
Source: debootstrap
Binary: debootstrap debootstrap-udeb
Architecture: source all
Version: 1.0.67+kbsd8u1
Distribution: jessie-kfreebsd
Urgency: medium
Maintainer: Debian Install System Team 
Changed-By: Steven Chamberlain 
Description:
 debootstrap - Bootstrap a basic Debian system
 debootstrap-udeb - Bootstrap the Debian system (udeb)
Closes: 784927
Changes:
 debootstrap (1.0.67+kbsd8u1) jessie-kfreebsd; urgency=medium
 .
   * Support the jessie-kfreebsd suite, by using the same script as
 jessie (a symlink to sid) (Closes: #784927).
Checksums-Sha1:
 6185ffda0878b0808ebf2bd85c4e63c48dcff0c0 1807 debootstrap_1.0.67+kbsd8u1.dsc
 9ac5642608083db64cbb3b2e67d30be0e436e16f 61136 
debootstrap_1.0.67+kbsd8u1.tar.gz
 a1780779e4ba6c59c1a505902455a4774f062596 64194 
debootstrap_1.0.67+kbsd8u1_all.deb
 f174d121961202152639da622da6c0d2cce84710 18384 
debootstrap-udeb_1.0.67+kbsd8u1_all.udeb
Checksums-Sha256:
 ff5dcbb80deab5bbd158ad6eab8a398d234c1d51518551ae1685e333e2817a13 1807 
debootstrap_1.0.67+kbsd8u1.dsc
 0c00cca53892a11b3dad48985ab6325d622b164d9e5e2dddf14f6518a7b51c2a 61136 
debootstrap_1.0.67+kbsd8u1.tar.gz
 801b6bbc638233e5795276efd2dfe18cf00f8f6520873d7c0fc5e3d017d223a9 64194 
debootstrap_1.0.67+kbsd8u1_all.deb
 a6445ff8ca431b90f4e8173f092206b09b6c69d25bb9d9871fedf3186e981108 18384 
debootstrap-udeb_1.0.67+kbsd8u1_all.udeb
Files:
 b087e8be7fed867977e574d225041904 1807 admin extra 
debootstrap_1.0.67+kbsd8u1.dsc
 5e76f24b839884f77fdada82afe949dd 61136 admin extra 
debootstrap_1.0.67+kbsd8u1.tar.gz
 74c362f529ac3f44576918eb9c48f19e 64194 admin extra 
debootstrap_1.0.67+kbsd8u1_all.deb
 d4ea6abd07aacdd52b2128f0a38c3e5f 18384 debian-installer extra 
debootstrap-udeb_1.0.67+kbsd8u1_all.udeb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCAAGBQJVXPd5AAoJEKv/7bJACMb5oV4P/iQtJey4Mcg1WSfk3l0T+UnU
bpXneSrvvCFiG8AmURQoZMCheIz+nvz4teSp2yuUrCUD3Tz51j7V0G3Cfxi+t//W
2l3gb3pYW/t9l5EA0h908kQZ4wSYR3gKfMPAGTwg6ZlXBDaVyTCDDP8ZuSiQUHc8
oAOmbQe6hhDwPC+CIMdrcGitd2mgKLgx/m1Kpw3RXODEJW9a8xIAHfweuo6VWBCo
20/Oa6MmsI9Psjqq2/4lbxZ9SAlMO3dunVCnxgkcInX6akJAEl4Ew5yMXCYMLnU9
gpKSUUj4c28H7vXsrYP5thdUZ1QRcNc38oN9jAjn3dGsrSj2FLTlaVRR8VgnNAmF
HVIAZEdpSxIIMJ5gPf7rvnGfbBMMUA

debootstrap_1.0.67+kbsd8u1_amd64.changes ACCEPTED into stable-kfreebsd-proposed-updates

2015-05-20 Thread Debian FTP Masters
Mapping jessie-kfreebsd to stable-kfreebsd.
Mapping stable-kfreebsd to stable-kfreebsd-proposed-updates.

Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Tue, 28 Apr 2015 00:10:03 +
Source: debootstrap
Binary: debootstrap debootstrap-udeb
Architecture: source all
Version: 1.0.67+kbsd8u1
Distribution: jessie-kfreebsd
Urgency: medium
Maintainer: Debian Install System Team 
Changed-By: Steven Chamberlain 
Description:
 debootstrap - Bootstrap a basic Debian system
 debootstrap-udeb - Bootstrap the Debian system (udeb)
Closes: 784927
Changes:
 debootstrap (1.0.67+kbsd8u1) jessie-kfreebsd; urgency=medium
 .
   * Support the jessie-kfreebsd suite, by using the same script as
 jessie (a symlink to sid) (Closes: #784927).
Checksums-Sha1:
 6185ffda0878b0808ebf2bd85c4e63c48dcff0c0 1807 debootstrap_1.0.67+kbsd8u1.dsc
 9ac5642608083db64cbb3b2e67d30be0e436e16f 61136 
debootstrap_1.0.67+kbsd8u1.tar.gz
 a1780779e4ba6c59c1a505902455a4774f062596 64194 
debootstrap_1.0.67+kbsd8u1_all.deb
 f174d121961202152639da622da6c0d2cce84710 18384 
debootstrap-udeb_1.0.67+kbsd8u1_all.udeb
Checksums-Sha256:
 ff5dcbb80deab5bbd158ad6eab8a398d234c1d51518551ae1685e333e2817a13 1807 
debootstrap_1.0.67+kbsd8u1.dsc
 0c00cca53892a11b3dad48985ab6325d622b164d9e5e2dddf14f6518a7b51c2a 61136 
debootstrap_1.0.67+kbsd8u1.tar.gz
 801b6bbc638233e5795276efd2dfe18cf00f8f6520873d7c0fc5e3d017d223a9 64194 
debootstrap_1.0.67+kbsd8u1_all.deb
 a6445ff8ca431b90f4e8173f092206b09b6c69d25bb9d9871fedf3186e981108 18384 
debootstrap-udeb_1.0.67+kbsd8u1_all.udeb
Files:
 b087e8be7fed867977e574d225041904 1807 admin extra 
debootstrap_1.0.67+kbsd8u1.dsc
 5e76f24b839884f77fdada82afe949dd 61136 admin extra 
debootstrap_1.0.67+kbsd8u1.tar.gz
 74c362f529ac3f44576918eb9c48f19e 64194 admin extra 
debootstrap_1.0.67+kbsd8u1_all.deb
 d4ea6abd07aacdd52b2128f0a38c3e5f 18384 debian-installer extra 
debootstrap-udeb_1.0.67+kbsd8u1_all.udeb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCAAGBQJVXPd5AAoJEKv/7bJACMb5oV4P/iQtJey4Mcg1WSfk3l0T+UnU
bpXneSrvvCFiG8AmURQoZMCheIz+nvz4teSp2yuUrCUD3Tz51j7V0G3Cfxi+t//W
2l3gb3pYW/t9l5EA0h908kQZ4wSYR3gKfMPAGTwg6ZlXBDaVyTCDDP8ZuSiQUHc8
oAOmbQe6hhDwPC+CIMdrcGitd2mgKLgx/m1Kpw3RXODEJW9a8xIAHfweuo6VWBCo
20/Oa6MmsI9Psjqq2/4lbxZ9SAlMO3dunVCnxgkcInX6akJAEl4Ew5yMXCYMLnU9
gpKSUUj4c28H7vXsrYP5thdUZ1QRcNc38oN9jAjn3dGsrSj2FLTlaVRR8VgnNAmF
HVIAZEdpSxIIMJ5gPf7rvnGfbBMMUAaJF4hZASIwciFsjf+ttlEiBG3If3YqHUcU
TeHN3XxbPZFVF1DIxEHLDA4huUifiF7JDfUrVL2Y3BQ0xeYzBkyKZwgVUf8IWs3W
6Vaoir9LYgjPPfUh+G1RqqtOv4vO/aiyTXYoUaIrWQSQDsIR5Tuo+zn3HwIs3+0w
94iVr4YmxG4i9X/zIQpPiJObaGdjBb870KOi76DiA9IRmxJ8OB8/3KO60rP1CTCj
u5xDT7sscV2pjxbJbCrtmxRWQ2Di7UbF8HKuswdabdvaNCDj6AYNPnBdZgIHwV+X
pqGWjXUv89IKOrrlfOpX
=VBhy
-END PGP SIGNATURE-


Thank you for your contribution to Debian.


-- 
To UNSUBSCRIBE, email to debian-boot-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/e1yvbdk-0007fp...@franck.debian.org



partman-md_75_i386.changes ACCEPTED into unstable

2015-05-20 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Wed, 20 May 2015 18:33:50 +0200
Source: partman-md
Binary: partman-md
Architecture: source all
Version: 75
Distribution: unstable
Urgency: medium
Maintainer: Debian Install System Team 
Changed-By: Christian Perrier 
Description:
 partman-md - Add to partman support for MD (udeb)
Changes:
 partman-md (75) unstable; urgency=medium
 .
   [ Updated translations ]
   * Korean (ko.po) by Changwoo Ryu
Checksums-Sha1:
 c7caceef97f6534922577dfb2fda304550a8032d 1658 partman-md_75.dsc
 d655b0edfe5b1f7abb41fa688fe969e4be0eb838 180868 partman-md_75.tar.xz
 b2cef244f927d280e132ca214ee7b4776ee8e930 240712 partman-md_75_all.udeb
Checksums-Sha256:
 e152beb917b0247bc26e9e6ae1ce25a0ca7183d93503ac2cfa4386c96f4051f0 1658 
partman-md_75.dsc
 451360126d4715e34b3e3fb3540c45ef44ce951d3f0868d6af343edf2813ddd5 180868 
partman-md_75.tar.xz
 50d62009760c49bb68758221c9f53893c49fde3c1a5756412ce9e35bf337833a 240712 
partman-md_75_all.udeb
Files:
 cf7618a2930068f6966429c4cbccd3a9 1658 debian-installer standard 
partman-md_75.dsc
 18f6f57c6104eef349e1e47f7db07eb0 180868 debian-installer standard 
partman-md_75.tar.xz
 06618295484d937e0ac802c5f5a8c057 240712 debian-installer standard 
partman-md_75_all.udeb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCAAGBQJVXOlVAAoJEIcvcCxNbiWoMpoQALP+SxDZhRWZlGgEp9nVj0Xv
qzTl+XJnVWeXZjfd0Tg5XotR45FytP8FLPNWt9YNgERwWBStYrIYr+gSxU/vvE3u
s/lJpWctOdUCwWmVGetqfBtFbnU7pP3tDMFDZmJk9PSQ0SUTW7HQMy5W2TDqO0M4
rTUNZeeV79Irge7p5k0uJWvBxCIU5fDEI5bPhFcJIWD51ewvCiPtRuv4lIpHFM7/
J83TVQyXLXAOG56aH4/9V6SsaPwn0BSC/L92HnuzJy7Dtt+1D0R9QDYlGAchwMkT
lxisbvXH1TdjPeC3TUAUEjs8sPXuhbJYfvpfzolrzzUAiuDvMbUoeLFxUejI0Mtc
tt9YtHrCOUuPNVcuvHnTBbS1zMIFXTsNSeY2sAhXhSeAo83l4dQdrwPF3oMhjU0K
6Mt9BgwgLU4iRZN/xVgUW48GS3WPyEx1Leq7zT+xerD8FxBQ86rbc5e/xLVuvVzK
jVE2ADZ/Yrd1fWPF+KQ5+OH0X2XjuGcuwsSQ8LSmWbTcDFRjuvqiWAAj5wCSd0VI
zmqWM4I84wChtyq2Espvd/5DvzQmaCOWaZ62Wq35OCH0g3nACM5qLgLVOvcT9guw
YuAmyn4t1AGtMx16s8vMD4wGCvOtboCvcAPGhVxfjMiUYY1QPDTqmYKuAnFd0qlR
iWNIQlrUO2P8oqC4jWBa
=suRW
-END PGP SIGNATURE-


Thank you for your contribution to Debian.


-- 
To UNSUBSCRIBE, email to debian-boot-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/e1yvbft-0007yo...@franck.debian.org



Re: Out-of-tree kernel module udeb

2015-05-20 Thread maximilian attems
On Sun, May 17, 2015 at 01:36:53PM +0100, Ben Hutchings wrote:
> On Sun, 2015-05-17 at 13:25 +0200, Cyril Brulebois wrote:
> 
> > > At the moment only spl is available in the archive, using dkms, and
> > > for zfs it's similar in the way of packaging though not uploaded yet.
> > > What we have (code ready to go) is a mechanism that detects/gets
> > > definition of a current KVERS and generate a source package with
> > > dependencies and binary packages with names corresponding to it.
> > > 
> > > What do you guys think?
> > 
> > My personal stance on kernel related things would be “upstream first”.
> > If it ain't going to be merged into mainline, or at least accepted as a
> > patchset (like e.g. aufs3 or rt in wheezy) for src:linux, I'm not sure
> > we want to support that.
> > 
> > Cc-ing debian-kernel@ to see what they think.
> 
> I strongly oppose adding OOT modules this way as a supposed workaround
> for licence incompatibility.
> 

this has been indeed our general conensus. we reject OOT modules or
patchsets that have zero or near zero probability of getting merged upstream.

-- 
maks


signature.asc
Description: Digital signature


Re: Out-of-tree kernel module udeb

2015-05-20 Thread Ben Hutchings
On Thu, 2015-05-21 at 00:12 +0200, maximilian attems wrote:
> On Sun, May 17, 2015 at 01:36:53PM +0100, Ben Hutchings wrote:
> > On Sun, 2015-05-17 at 13:25 +0200, Cyril Brulebois wrote:
> > 
> > > > At the moment only spl is available in the archive, using dkms, and
> > > > for zfs it's similar in the way of packaging though not uploaded yet.
> > > > What we have (code ready to go) is a mechanism that detects/gets
> > > > definition of a current KVERS and generate a source package with
> > > > dependencies and binary packages with names corresponding to it.
> > > > 
> > > > What do you guys think?
> > > 
> > > My personal stance on kernel related things would be “upstream first”.
> > > If it ain't going to be merged into mainline, or at least accepted as a
> > > patchset (like e.g. aufs3 or rt in wheezy) for src:linux, I'm not sure
> > > we want to support that.
> > > 
> > > Cc-ing debian-kernel@ to see what they think.
> > 
> > I strongly oppose adding OOT modules this way as a supposed workaround
> > for licence incompatibility.
> > 
> 
> this has been indeed our general conensus. we reject OOT modules or
> patchsets that have zero or near zero probability of getting merged upstream.

I meant as a separate package that goes into the installer, not the
kernel package (where I think our policy is well known now!).

Ben.

-- 
Ben Hutchings
I'm not a reverse psychological virus.  Please don't copy me into your sig.


signature.asc
Description: This is a digitally signed message part


Bug#786367: flash-kernel: support BeagleBone Black with u-boot 2015.04+

2015-05-20 Thread Vagrant Cascadian
Package: flash-kernel
Version: 3.37
Severity: wishlist
Tags: patch

The version of u-boot in experimental, 2015.04+dfsg1-1 contains a
patch to the u-boot environment to support distro_bootcmd, but is
incompatible with the current bootscript in flash-kernel.

The following patch should fix this by setting device, partition and
image_locations variables using values provided by distro_bootcmd,
falling back to the old default values.

diff --git a/bootscript/bootscr.beaglebone b/bootscript/bootscr.beaglebone
index 1d079f8..31ee618 100644
--- a/bootscript/bootscr.beaglebone
+++ b/bootscript/bootscr.beaglebone
@@ -10,11 +10,30 @@ then
   exit
 fi
 
-setenv device mmc
-setenv partition ${bootpart}
+if test "${devtype}" = ""
+  setenv device mmc
+then
+  # use device provided by distro_bootcmd
+  setenv device "${devtype}"
+fi
+
+if test "${devnum}" = ""
+then
+  setenv partition ${bootpart}
+else
+  # use partition provided by distro_bootcmd
+  setenv partition ${devnum}:${bootpart}
+fi
+
 setenv bootargs ${bootargs} @@LINUX_KERNEL_CMDLINE@@
 
-image_locations='/boot/ /'
+if test "${prefix}" = ""
+then
+  image_locations='/boot/ /'
+else
+  # use prefix provided by distro_bootcmd
+  image_locations="${prefix}"
+fi
 kvers='@@KERNEL_VERSION@@'
 
 for pathprefix in ${image_locations}


I intend to upload a newer version of u-boot to unstable sometime
soonish, so it would be ideal if this patch could be included in
flash-kernel before or at the same time as u-boot is uploaded to
unstable.


live well,
  vagrant


signature.asc
Description: PGP signature


Bug#786369: debian-installer: Updates for cubox-i/wandboard with u-boot 2015.04+

2015-05-20 Thread Vagrant Cascadian
Package: debian-installer
Version: 20150422
Severity: wishlist
Tags: patch

The version of u-boot in experimental requires some changes for
debian-installer to generate appropriate u-boot images.

The mx6_cubox-i target which was not previously upstream, is now named
mx6cuboxi upstream; I've updated the u-boot package accordingly with
patches from mainline u-boot. It also supports the hummingboard-i1 and
hummingboard-i2ex, not sure how to make that clear.  The new version
also uses a different offset for the SD card.

I also intend to include patches for Wandboard which includes all
three variants (solo, dual-lite, quad) with a single u-boot build, and
requires a different configuration for the SD offsets as well.


diff --git a/build/boot/arm/u-boot-image-config 
b/build/boot/arm/u-boot-image-config
index 7e59b38..b409eb3 100644
--- a/build/boot/arm/u-boot-image-config
+++ b/build/boot/arm/u-boot-image-config
@@ -5,8 +5,8 @@
 #
 # Images from u-boot-imx
 MX53LOCO /usr/lib/u-boot/mx53loco/u-boot.imx 2
-MX6_Cubox-i /usr/lib/u-boot/mx6_cubox-i/SPL 2 
/usr/lib/u-boot/mx6_cubox-i/u-boot.img 84
-Wandboard_Quad /usr/lib/u-boot/wandboard_quad/u-boot.imx 2
+MX6_Cubox-i /usr/lib/u-boot/mx6cuboxi/SPL 2 
/usr/lib/u-boot/mx6cuboxi/u-boot.img 138
+Wandboard /usr/lib/u-boot/wandboard/SPL 2 /usr/lib/u-boot/wandboard/u-boot.img 
138
 #
 # Images from u-boot-omap
 BeagleBoneBlack /usr/lib/u-boot/am335x_boneblack/MLO 256 
/usr/lib/u-boot/am335x_boneblack/u-boot.img 768


The update to debian-installer and u-boot 2015.04+ uploaded to
unstable should be coordinated to minimize the time that the daily
builds for armhf fail...

Let me know how you'd like me to proceed!


live well,
  vagrant


signature.asc
Description: PGP signature


Bug#784709: issue with os-prober

2015-05-20 Thread Paul Wise
On Wed, 20 May 2015 14:59:04 +0200 Jérôme Kieffer wrote:

> jerome@patagonia:~$ sudo blkid -o value -s TYPE /dev/sdb4
> jerome@patagonia:~$ echo $?
> 0

That is strange, what about just this?

sudo blkid /dev/sdb4 ; echo $?

-- 
bye,
pabs

https://wiki.debian.org/PaulWise



signature.asc
Description: This is a digitally signed message part