Bug#813285: debian-installer: Error in DHCP, interresting problem

2016-02-07 Thread Geert Stappers
On Sun, Feb 07, 2016 at 04:29:18AM +0300, ioann sys wrote:
> Today, i try install Debian 8.3. And this OS can provide for my ethernet
> card corrent IP-address (with option Address Reservation). But
> debian-testing can not receive.

That translates into "interresting problem"  :-)

However, lots of information is missing.

* What is 'option Address Reservation'?. I _assume_ it is matching
  a MAC-address with an IPv4-address, the same combination each time,
  but please confirm.

* Which MAC-address in configured in "option Address Reservation"?

* Which MAC-address is in the DHCP requests?

An answer on 'Which MAC-address is in the DHCP requests?' will require
some research effort. It will need another computer on the LAN (WLAN)
that does network packet sniffing. Think tools like "dhcpdump", "tcpdump",
"tshark" or "wireshark".

Please note the plural 's' in "DHCP requests".  In other words: I'm
asking for doing two measurements, one with working Jessie, one with
failing Stretch.  ( No, I'm not asking to do two installs, just abort
the install after the DHCP request.)


> Now my system upgraded from jessie to stretch.

Fine, now tell more.  :-)

* Using DHCP or manual provided IPv4  address?

* Which kernel version?  (Kernel from Jessie or from Stretch?)

* MAC-address, HWaddr, that is shown by `ifconfig`,
  please  add kernel version.



Groeten
Geert Stappers
-- 
Leven en laten leven


signature.asc
Description: Digital signature


Bug#813285: debian-installer: Error in DHCP, interresting problem

2016-02-07 Thread Geert Stappers
On Sun, Feb 07, 2016 at 10:13:17AM +0100, Geert Stappers wrote:
  
> An answer on 'Which MAC-address is in the DHCP requests?' will require
> some research effort. It will need another computer on the LAN (WLAN)
> that does network packet sniffing.

It would confirm my theory about misreading MAC-address from
the NIC by kernel driver.

It could be that Stretch kernel is doing it correctly
and the DHCP server needs new "address reservation".

We'll see.


Groeten
Geert Stappers
-- 
Leven en laten leven



Bug#813285: debian-installer: Error in DHCP, interresting problem

2016-02-07 Thread ioann sys
*I _assume_ it is matching a MAC-address with an IPv4-address, the same
combination each time,  but please confirm. *Yes, it is true.


** Which MAC-address in configured in "option Address Reservation"?* Which
MAC-address is in the DHCP requests?*
MAC address of my phisical device (Realtek gigabit).






*Fine, now tell more.  :-)* Using DHCP or manual provided IPv4  address?*
Which kernel version?  (Kernel from Jessie or from Stretch?)* MAC-address,
HWaddr, that is shown by `ifconfig`,  please  add kernel version.*

When i install jessie, DHCP server (so, it is my router) provide correct ip
as auto. I don't input ip-address manually.
Kernel version 3.16.

Jessie installer correct getting ip-address from reservation. And set name
of eheternet card as "eth0", but Stretch can not getting ip-address in
auto-mode from addresses reservation and this installer set name of device
as "enp0s4".





2016-02-07 12:13 GMT+03:00 Geert Stappers :

> On Sun, Feb 07, 2016 at 04:29:18AM +0300, ioann sys wrote:
> > Today, i try install Debian 8.3. And this OS can provide for my ethernet
> > card corrent IP-address (with option Address Reservation). But
> > debian-testing can not receive.
>
> That translates into "interresting problem"  :-)
>
> However, lots of information is missing.
>
> * What is 'option Address Reservation'?. I _assume_ it is matching
>   a MAC-address with an IPv4-address, the same combination each time,
>   but please confirm.
>
> * Which MAC-address in configured in "option Address Reservation"?
>
> * Which MAC-address is in the DHCP requests?
>
> An answer on 'Which MAC-address is in the DHCP requests?' will require
> some research effort. It will need another computer on the LAN (WLAN)
> that does network packet sniffing. Think tools like "dhcpdump", "tcpdump",
> "tshark" or "wireshark".
>
> Please note the plural 's' in "DHCP requests".  In other words: I'm
> asking for doing two measurements, one with working Jessie, one with
> failing Stretch.  ( No, I'm not asking to do two installs, just abort
> the install after the DHCP request.)
>
>
> > Now my system upgraded from jessie to stretch.
>
> Fine, now tell more.  :-)
>
> * Using DHCP or manual provided IPv4  address?
>
> * Which kernel version?  (Kernel from Jessie or from Stretch?)
>
> * MAC-address, HWaddr, that is shown by `ifconfig`,
>   please  add kernel version.
>
>
>
> Groeten
> Geert Stappers
> --
> Leven en laten leven
>


Processed: flash-kernel: writes to nand without being aware of bad blocks

2016-02-07 Thread Debian Bug Tracking System
Processing control commands:

> block 806926 with -1
Bug #806926 [flash-kernel] Please add support for Netgear Ready NAS102 and 
NAS104
806926 was not blocked by any bugs.
806926 was not blocking any bugs.
Added blocking bug(s) of 806926: 813995

-- 
806926: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=806926
813995: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=813995
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems



Bug#813995: flash-kernel: writes to nand without being aware of bad blocks

2016-02-07 Thread Uwe Kleine-König
Package: flash-kernel
Version: 3.35+deb8u2
Severity: critical
Justification: causes serious data loss
Control: block 806926 with -1

Hello,

when flash-kernel writes a kernel/initrd to NAND flash it uses plain
write(2) to /dev/mtdX (flash-kernel < 3.52) or flashcp
(flash-kernel >= 3.52). If the device being written to has bad blocks
these are tried to be erased and written by both approaches.

This results in a non-booting system at best. In general writing to bad
blocks can also affect other (otherwise good) blocks and so result in
loss of unrelated data. I never saw this in practise, but the
manufacturers of NAND flash say so.

I didn't check which machines are affected, but Netgear ReadyNAS 102/104
(which isn't in flash-kernel's database yet, but see below for the
obvious entry to add support for them and #806926) is affected and flash
kernel managed to break a ReadyNAS 102 already (non-permanently by good
fortune as far as I can tell up to now).
I guess there are several other machines affected though.

The right fix is to use nandwrite to write to NAND flash and only use
flashcp for NOR.

Something like

test -f /sys/class/mtd/mtdX/oobsize

could be used to detect if the device is NAND or NOR. But there might be
more reliable ways I'm not aware of.

I will debug/test a bit more with the broken rn102 (and its owner :-) to
maybe come up with a patch, but if someone beats me that's very welcome,
too.

Best regards
Uwe

-- System Information:
Debian Release: 8.2
  APT prefers stable
  APT policy: (990, 'stable'), (500, 'unstable'), (500, 'testing'), (1, 
'experimental')
Architecture: armhf (armv7l)

Kernel: Linux 3.16.0-4-armmp (SMP w/1 CPU core)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages flash-kernel depends on:
ii  debconf [debconf-2.0]  1.5.56
ii  devio  1.2-1
ii  initramfs-tools0.120
ii  linux-base 3.5
ii  ucf3.0030

Versions of packages flash-kernel recommends:
ii  u-boot-tools  2014.10+dfsg1-5

flash-kernel suggests no packages.

-- Configuration Files:
/etc/flash-kernel/db changed:
Machine: NETGEAR ReadyNAS 104
DTB-Id: armada-370-netgear-rn104.dtb
DTB-Append: yes
Mtd-Kernel: uImage
Mtd-Initrd: minirootfs
U-Boot-Kernel-Address: 0x0400
U-Boot-Initrd-Address: 0x0500
Required-Packages: u-boot-tools


-- debconf information:
  flash-kernel/linux_cmdline: quiet



Bug#813285: debian-installer: Error in DHCP, interresting problem

2016-02-07 Thread Geert Stappers
On Sun, Feb 07, 2016 at 01:19:24PM +0300, ioann sys wrote:
> 2016-02-07 12:13 GMT+03:00 Geert Stappers:
> > Which MAC-address is in the DHCP requests?
> MAC address of my phisical device (Realtek gigabit).

Reply seen, now looking forward for a real answer.



Processed: Re: Bug#813995: flash-kernel: writes to nand without being aware of bad blocks

2016-02-07 Thread Debian Bug Tracking System
Processing control commands:

> reassign -1 mtd-utils
Bug #813995 [flash-kernel] flash-kernel: writes to nand without being aware of 
bad blocks
Bug reassigned from package 'flash-kernel' to 'mtd-utils'.
No longer marked as found in versions flash-kernel/3.35+deb8u2.
Ignoring request to alter fixed versions of bug #813995 to the same values 
previously set

-- 
813995: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=813995
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems



Bug#813995: flash-kernel: writes to nand without being aware of bad blocks

2016-02-07 Thread Ian Campbell
Control: reassign -1 mtd-utils

So far I see no evidence for the claim that flashcp should not be used
for writing to NAND devices in either its --help or its source (it has
no man page AFAICS).

Having a tool in Debian called "flashcp" which can (according to this
report, I haven't checked this myself) destroy some classes of flash
device with no warning is a clear problem irrespective of flash
-kernel's use of that tool.

At the very least flashcp should either abort when used on NAND devices
or should be renamed norwrite (cf. nandwrite) but ideally it would Just
Work properly when used on a nand device.

mtd-utils maintainer(s), please let me know if this is either wontfix
or if the fix is going to take some time, in either case I will
workaround flashcp in flash-kernel (either permanently or temporarily
respectively).

I suppose it is also possible that this is a bug in the underlying
/dev/mtdN and/or mtdblockN device or in the h/w specific driver at the
bottom of the stack?

codesearch.debian.net doesn't show any other use in packages other than
flash-kernel, but of course that doesn't account for users calling the
tool directly.

Thanks,
Ian.

On Sun, 2016-02-07 at 12:09 +0100, Uwe Kleine-König wrote:
> Package: flash-kernel
> Version: 3.35+deb8u2
> Severity: critical
> Justification: causes serious data loss
> Control: block 806926 with -1
> 
> Hello,
> 
> when flash-kernel writes a kernel/initrd to NAND flash it uses plain
> write(2) to /dev/mtdX (flash-kernel < 3.52) or flashcp
> (flash-kernel >= 3.52). If the device being written to has bad blocks
> these are tried to be erased and written by both approaches.
> 
> This results in a non-booting system at best. In general writing to
> bad
> blocks can also affect other (otherwise good) blocks and so result in
> loss of unrelated data. I never saw this in practise, but the
> manufacturers of NAND flash say so.
> 
> I didn't check which machines are affected, but Netgear ReadyNAS
> 102/104
> (which isn't in flash-kernel's database yet, but see below for the
> obvious entry to add support for them and #806926) is affected and
> flash
> kernel managed to break a ReadyNAS 102 already (non-permanently by
> good
> fortune as far as I can tell up to now).
> I guess there are several other machines affected though.
> 
> The right fix is to use nandwrite to write to NAND flash and only use
> flashcp for NOR.
> 
> Something like
> 
>   test -f /sys/class/mtd/mtdX/oobsize
> 
> could be used to detect if the device is NAND or NOR. But there might
> be
> more reliable ways I'm not aware of.
> 
> I will debug/test a bit more with the broken rn102 (and its owner :-)
> to
> maybe come up with a patch, but if someone beats me that's very
> welcome,
> too.
> 
> Best regards
> Uwe
> 
> -- System Information:
> Debian Release: 8.2
>   APT prefers stable
>   APT policy: (990, 'stable'), (500, 'unstable'), (500, 'testing'),
> (1, 'experimental')
> Architecture: armhf (armv7l)
> 
> Kernel: Linux 3.16.0-4-armmp (SMP w/1 CPU core)
> Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
> Shell: /bin/sh linked to /bin/dash
> Init: systemd (via /run/systemd/system)
> 
> Versions of packages flash-kernel depends on:
> ii  debconf [debconf-2.0]  1.5.56
> ii  devio  1.2-1
> ii  initramfs-tools0.120
> ii  linux-base 3.5
> ii  ucf3.0030
> 
> Versions of packages flash-kernel recommends:
> ii  u-boot-tools  2014.10+dfsg1-5
> 
> flash-kernel suggests no packages.
> 
> -- Configuration Files:
> /etc/flash-kernel/db changed:
> Machine: NETGEAR ReadyNAS 104
> DTB-Id: armada-370-netgear-rn104.dtb
> DTB-Append: yes
> Mtd-Kernel: uImage
> Mtd-Initrd: minirootfs
> U-Boot-Kernel-Address: 0x0400
> U-Boot-Initrd-Address: 0x0500
> Required-Packages: u-boot-tools
> 
> 
> -- debconf information:
>   flash-kernel/linux_cmdline: quiet
> 
> 



Re: Bad release in install documentation

2016-02-07 Thread Cyril Brulebois
Samuel Thibault  (2016-02-06):
> Hello,
> 
> a a, on Wed 03 Feb 2016 11:03:19 +, wrote:
> > https://www.debian.org/releases/stable/i386/index.html.en. It says in
> > abstract that the documentation is for debian strech and the url says
> > about stable release.
> 
> It's worse than that: it seems it's really the current Stretch
> installation guide which ended up on the website in stable/, I don't
> know why. Www people, any idea?

Because 
http://anonscm.debian.org/cgit/debwww/cron.git/tree/lessoften-parts/1installation-guide

It would be nice if it could put stuff targetting s(-p-u) under stable, and
stuff targetting unstable under testing, but I didn't reach this point of my
todo list yet.


Mraw,
KiBi.


signature.asc
Description: Digital signature


Processed: Bug#809739 marked as pending

2016-02-07 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> tag 809739 pending
Bug #809739 {Done: Christian Perrier } [src:cdebconf] 
cdebconf: text frontend: having a way to scroll among choices
Added tag(s) pending.
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
809739: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=809739
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems



Bug#810538: console-setup: Wide character ... in pattern match (m//) at /usr/bin/ckbcomp ...

2016-02-07 Thread Klaus Ethgen
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Source: console-setup
Version: 2:2
Followup-For: Bug #810538

The problem is the wronly used "use locale;" at the begin. There is no
need to use that package and it is the source for this problem.

Simply removing the line solves the problem (without any notable side
effects).

Regards
   Klaus
- -- 
Klaus Ethgen  http://www.ethgen.ch/
pub  4096R/4E20AF1C 2011-05-16   Klaus Ethgen 
Fingerprint: 85D4 CA42 952C 949B 1753  62B3 79D0 B06F 4E20 AF1C
-BEGIN PGP SIGNATURE-
Version: GnuPG v2

iQGcBAEBCgAGBQJWtzwnAAoJEKZ8CrGAGfasIuYL/0j5ZL/PiPtf1GcjtJ6ayCUy
8ghOHYa1j6YblaK0SzmjFk78k271lLBCa0QgnemG1m0j2kNVVMKMoy27aY1rGIwm
PU4Xo590dCu1dOVYdLAGsfXhLo4fuTZatL3Qb3v/3CkvWh4JuLza3SZm/lTbEpNC
T4B0dOQ9WQ6YT6aBkRz2eElnIn2L5YcplcAfOJfVA1h0oSeX7+yRxYZY2sMDLyyc
rCIpZvxqYPF397APll5M7bQb/yXwO6s6FWUOSzAAZDuT5vRDukqZlJB+oahqZJI2
UTEZ8+H59JTEw2bnAY8O8zfwb9t46VpIkoCeYax7pExZTCykZff3v8ld69oaLT/7
vmNqVzEuCAJJ+amleUXlMqx+UATziIZ2N1pZwfL8RNaUDwXa7T6AZJAvkpwuCdaL
vwV6yfKWEFEaYPUOdAy4AHs5bdMtIPTlcrHAbWD6CrO/TCbxMq+lKLWWQk7112cG
ifvOAEth0eVEVv/UHixjmb/9BMZy0VP8XllwpkHr0g==
=dRMw
-END PGP SIGNATURE-



Bug#809739: marked as done (cdebconf: text frontend: having a way to scroll among choices)

2016-02-07 Thread Debian Bug Tracking System
Your message dated Sun, 07 Feb 2016 12:52:50 +
with message-id 
and subject line Bug#809739: fixed in yoshimi 1.3.8.2-1
has caused the Debian Bug report #809739,
regarding cdebconf: text frontend: having a way to scroll among choices
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.)


-- 
809739: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=809739
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: cdebconf
Version: 0.201
Severity: normal
Tags: patch

Hello,

In the text frontend, when there are more choices than can fit in the
screen, the question and the first choices get lost in the backlog.
When lucky, the available backscroll is long enough, but that's not
guaranteed, notably with the every-increasing list of supported
languages :)

I have come up with some changes in the text frontend to make it only
display what can fit on the screen and provide shortcuts to circulate
among the list of available choices.  I have attached the patch, and put
a sample built image on
https://people.debian.org/~sthibault/tmp/mini-cdebconf-text-choices.iso
(select the "speech" boot menu entry to easy select the text frontend).

The idea is to make all functions that print text return the number of
printed lines, so that the printlist() function can be given the number
of lines it is allowed to print.  That works quite nicely.

For now I have used '(' and ')' as shortcuts for previous and next
choices, probably better shortcuts could be found ('<' is already
taken).  Also the banners "Other/Previous/Next choices are available
with" can probably be improved.

How do debian-boot people think about this?

Samuel

-- System Information:
Debian Release: stretch/sid
  APT prefers unstable-debug
  APT policy: (500, 'unstable-debug'), (500, 'oldoldstable'), (500, 
'buildd-unstable'), (500, 'unstable'), (500, 'testing'), (500, 'stable'), (500, 
'oldstable'), (1, 'experimental-debug'), (1, 'buildd-experimental'), (1, 
'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 4.3.0-1-amd64 (SMP w/4 CPU cores)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

-- 
Samuel
In mutt, type cthis
Dans mutt, taper cceci
diff --git a/src/modules/frontend/text/cdebconf_text.h 
b/src/modules/frontend/text/cdebconf_text.h
index 7f7088d..a4ce753 100644
--- a/src/modules/frontend/text/cdebconf_text.h
+++ b/src/modules/frontend/text/cdebconf_text.h
@@ -5,6 +5,8 @@
 #define CHAR_GOBACK '<'
 #define CHAR_HELP '?'
 #define CHAR_CLEAR '!'
+#define CHAR_PREV '('
+#define CHAR_NEXT ')'
 
 int cdebconf_text_get_width(const char *text);
 
diff --git a/src/modules/frontend/text/text.c b/src/modules/frontend/text/text.c
index e90b837..d7a1da8 100644
--- a/src/modules/frontend/text/text.c
+++ b/src/modules/frontend/text/text.c
@@ -64,7 +64,7 @@ struct frontend_data {
char *previous_title;
 };
 
-typedef int (text_handler)(struct frontend *obj, struct question *q);
+typedef int (text_handler)(struct frontend *obj, unsigned printed, struct 
question *q);
 
 #define MAKE_UPPER(C) do { if (islower((int) C)) { C = (char) toupper((int) 
C); } } while(0)
 
@@ -102,13 +102,40 @@ static int getwidth(void)
 }
 
 /*
+ * Function: getheight
+ * Input: none
+ * Output: int - height of screen
+ * Description: get the height of the current terminal
+ * Assumptions: doesn't handle resizing; caches value on first call
+ */
+static int getheight(void)
+{
+   static int res = 25;
+   static int inited = 0;
+   int fd;
+   struct winsize ws;
+
+   if (inited == 0)
+   {
+   inited = 1;
+   if ((fd = open("/dev/tty", O_RDONLY)) > 0)
+   {
+   if (ioctl(fd, TIOCGWINSZ, &ws) == 0 && ws.ws_row > 0)
+   res = ws.ws_row;
+   close(fd);
+   }
+   }
+   return res;
+}
+
+/*
  * Function: wrap_print
  * Input: const char *str - string to display
- * Output: none
+ * Output: unsigned printed - number of printed lines
  * Description: prints a string to the screen with word wrapping 
  * Assumptions: string fits in <500 lines
  */
-static void wrap_print(const char *str)
+static unsigned wrap_print(const char *str)
 {
/* Simple greedy line-wrapper */
int i, lc;
@@ -121,20 +148,23 @@ static void wrap_print(const char *str)
printf("%s\n", lines[i]);
DELETE(lines[i]);
}
+   return lc;
 }
 
 /*
  * Function: text_handler_displaydesc
  * Inpu

Processed: notfixed 809739 in yoshimi/1.3.8.2-1

2016-02-07 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> # sorry, typoed the bugnumber
> notfixed 809739 yoshimi/1.3.8.2-1
Bug #809739 {Done: Sebastian Ramacher } [src:cdebconf] 
cdebconf: text frontend: having a way to scroll among choices
No longer marked as fixed in versions yoshimi/1.3.8.2-1.
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
809739: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=809739
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems



Bug#814027: Provide gpgv-udeb from gnupg 1.4 on armel for stretch?

2016-02-07 Thread Martin Michlmayr
Package: gnupg2
Version: 2.1.11-5
Severity: important

I'm trying to support a device in debian-installer which only has 4MB
space in flash to hold the installer ramdisk.  This just broke due to:

gnupg2 (2.1.11-5) unstable; urgency=medium

  * taking over gpgv-udeb from gnupg 1.4 packaging

The new gpgv-udeb pulls in libgcrypt20-udeb and libgpg-error0-udeb.
The former in particular is huge.

I assume libgcrypt20 is not optional for gnugpg v2.

I'm wondering... is there any way to continue providing gpgv-udeb from
gnupg 1.4 on armel for stretch?  I don't mind dropping support for
this device after stretch but it would be nice to support it in
stretch.  Unfortunately, I cannot think of anything else to drop from
the ramdisk.  Let me know what you think.  If providing support from
gnupg 1.4 for stretch on armel is too much of a hassle, I guess I'll
have to drop support now.

-- 
Martin Michlmayr
http://www.cyrius.com/



Processing of arcboot-installer_1.28_source.changes

2016-02-07 Thread Debian FTP Masters
arcboot-installer_1.28_source.changes uploaded successfully to 
ftp-master.debian.org
along with the files:
  arcboot-installer_1.28.dsc
  arcboot-installer_1.28.tar.xz

Greetings,

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



Processing of lilo-installer_1.50_i386.changes

2016-02-07 Thread Debian FTP Masters
lilo-installer_1.50_i386.changes uploaded successfully to localhost
along with the files:
  lilo-installer_1.50.dsc
  lilo-installer_1.50.tar.xz
  lilo-installer_1.50_i386.udeb

Greetings,

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



Processing of lilo-installer_1.50_i386.changes

2016-02-07 Thread Debian FTP Masters
lilo-installer_1.50_i386.changes uploaded successfully to ftp-master.debian.org
along with the files:
  lilo-installer_1.50.dsc
  lilo-installer_1.50.tar.xz
  lilo-installer_1.50_i386.udeb

Greetings,

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



Processing of arcboot-installer_1.28_source.changes

2016-02-07 Thread Debian FTP Masters
arcboot-installer_1.28_source.changes uploaded successfully to localhost
along with the files:
  arcboot-installer_1.28.dsc
  arcboot-installer_1.28.tar.xz

Greetings,

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



Processing of partman-base_189_i386.changes

2016-02-07 Thread Debian FTP Masters
partman-base_189_i386.changes uploaded successfully to ftp-master.debian.org
along with the files:
  partman-base_189.dsc
  partman-base_189.tar.xz
  partman-base_189_i386.udeb
  partman-utils_189_i386.udeb

Greetings,

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



Processing of partman-base_189_i386.changes

2016-02-07 Thread Debian FTP Masters
partman-base_189_i386.changes uploaded successfully to localhost
along with the files:
  partman-base_189.dsc
  partman-base_189.tar.xz
  partman-base_189_i386.udeb
  partman-utils_189_i386.udeb

Greetings,

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



Processing of installation-report_2.62_i386.changes

2016-02-07 Thread Debian FTP Masters
installation-report_2.62_i386.changes uploaded successfully to 
ftp-master.debian.org
along with the files:
  installation-report_2.62.dsc
  installation-report_2.62.tar.xz
  installation-report_2.62_all.deb
  save-logs_2.62_all.udeb

Greetings,

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



Processing of mountmedia_0.24_i386.changes

2016-02-07 Thread Debian FTP Masters
mountmedia_0.24_i386.changes uploaded successfully to localhost
along with the files:
  mountmedia_0.24.dsc
  mountmedia_0.24.tar.xz
  mountmedia_0.24_all.udeb

Greetings,

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



Processing of mountmedia_0.24_i386.changes

2016-02-07 Thread Debian FTP Masters
mountmedia_0.24_i386.changes uploaded successfully to ftp-master.debian.org
along with the files:
  mountmedia_0.24.dsc
  mountmedia_0.24.tar.xz
  mountmedia_0.24_all.udeb

Greetings,

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



Processing of installation-report_2.62_i386.changes

2016-02-07 Thread Debian FTP Masters
installation-report_2.62_i386.changes uploaded successfully to localhost
along with the files:
  installation-report_2.62.dsc
  installation-report_2.62.tar.xz
  installation-report_2.62_all.deb
  save-logs_2.62_all.udeb

Greetings,

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



arcboot-installer_1.28_source.changes ACCEPTED into unstable

2016-02-07 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sun, 07 Feb 2016 17:01:10 +0100
Source: arcboot-installer
Binary: arcboot-installer
Architecture: source
Version: 1.28
Distribution: unstable
Urgency: medium
Maintainer: Debian Install System Team 
Changed-By: Christian Perrier 
Description:
 arcboot-installer - Install Arcboot on a hard disk (udeb)
Changes:
 arcboot-installer (1.28) unstable; urgency=medium
 .
   [ Colin Watson ]
   * Use HTTPS for Vcs-* URLs, and link to cgit rather than gitweb.
Checksums-Sha1:
 eb6611d825193d049bcd868550da7e0400c2ad73 1652 arcboot-installer_1.28.dsc
 f8f107edab88323070a358ba8bb7ee77f381269c 70572 arcboot-installer_1.28.tar.xz
Checksums-Sha256:
 1f2dc8a6652122442e047ddc1681ac3c4ee02d0c1d12870b718abf8ec8019d62 1652 
arcboot-installer_1.28.dsc
 51bb323ee26d1af7768bf0b2ac35114021deb47a475e83fd63f3b70fa073fdb2 70572 
arcboot-installer_1.28.tar.xz
Files:
 397844bc1adabffc117c6ba5db334422 1652 debian-installer standard 
arcboot-installer_1.28.dsc
 627872488f2b462832578111abecb0f2 70572 debian-installer standard 
arcboot-installer_1.28.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCAAGBQJWt3qDAAoJEIcvcCxNbiWodNUQAJeVcErQY7ASohRfbCIZkrs3
D3UdOLx5eioxVTDCiSAclQQ/iYN83u68dLVvepAJMIfRLX/M+JhSeCoO9sz/HciG
hPPgYE+l3shPIvLnDk6tX4w1Q8xr1VE4wVBQKdcRrHi08K87iCD9spXbwHDJF3ev
26BMw7j71QbEbXBrXlqxdptTagIMmPDmmwHAgeXBCe0eL/OCF9+5UrKwX+0p+5Z8
MMLF+JuRLSHioyyUb86FYghFJ1mNkdJHOYFm9kRiuJY/NR3KDAQ3aEClmXX1a/SE
y5mKQhLtaIB8r0CwQGm1CmPZChViE/1o6BLnKtkaLhuJHUduZ1inal1rR3R3VckN
XJIuI8V0ytApf0TK8Dm/2B+jd814VapaD3QCLz6F0JiOE8cYvGPOFC757bepXtss
zkYOxmohLI194HErcfCtY9LL99aunTdmaId1nh5XQHAMlOvy4zJwtHUJ5iJQspGN
VxXRHv3/xvdIAjNmKugOXVERoMID/cungRYmrQ8RtoRtPqC8DLPsaiAzKMlmng86
ofKQpbZUbG+CkDUTPCGhFzeySh2v/gtyzyN5xbA87UmJp1ZNsdL9onRhwhOVZpfi
JEoU48+hqbo2SpRWVfDsnNdSolb5fnH37iDtEq22QQzfQnsm0MHfIjE4yDOFBMnC
nmFBKV6o3w/FpLt1ud5G
=b1bz
-END PGP SIGNATURE-


Thank you for your contribution to Debian.



installation-report_2.62_i386.changes ACCEPTED into unstable

2016-02-07 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sun, 07 Feb 2016 18:11:06 +0100
Source: installation-report
Binary: save-logs installation-report
Architecture: source all
Version: 2.62
Distribution: unstable
Urgency: medium
Maintainer: Debian Install System Team 
Changed-By: Christian Perrier 
Description:
 installation-report - system installation report
 save-logs  - save logs and configuration for debug purposes (udeb)
Changes:
 installation-report (2.62) unstable; urgency=medium
 .
   [ Colin Watson ]
   * Use HTTPS for Vcs-* URLs, and link to cgit rather than gitweb.
Checksums-Sha1:
 7363dbd8a69290fbf767dbef2f59625f54c25540 1779 installation-report_2.62.dsc
 ddcf12225988df169d47f33ab344e6367478ee00 82304 installation-report_2.62.tar.xz
 5df788bfe5f09ed4051f07d8a44bb8d144289e4a 19096 installation-report_2.62_all.deb
 8fd68848586307ada750b4aea5a17ab01e3b5524 59680 save-logs_2.62_all.udeb
Checksums-Sha256:
 7bc98223afeb7df03d6aa412d41bfd1a83cfdabafc57da67ed425ec66ad798ff 1779 
installation-report_2.62.dsc
 5edcba68f334acbf5aa4924863a50e4b00bccf4627d8c1da3f1b7cad608b3103 82304 
installation-report_2.62.tar.xz
 35d2e5a94d9e078e16aec9c2cb01c240a192ed1fd8d896f4adc74fe96c5f6910 19096 
installation-report_2.62_all.deb
 c64c12c53bd21621c4621907fcba7c9dee606317779cffe9b6eb544c509b1c7d 59680 
save-logs_2.62_all.udeb
Files:
 1d19e857fcb381110fbf0379e7baf198 1779 debian-installer optional 
installation-report_2.62.dsc
 b1b8ae5a55ad923cbe514d1d3127c9dc 82304 debian-installer optional 
installation-report_2.62.tar.xz
 fd2298455e15d0461b4291aee41a6d7b 19096 misc optional 
installation-report_2.62_all.deb
 60e48c8b703ea1adb0c82f521906cd47 59680 debian-installer standard 
save-logs_2.62_all.udeb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCAAGBQJWt3zuAAoJEIcvcCxNbiWoe84P/1mijbXMRtpGu+p+QZUqpdT/
tk3SaPwNKvd9xIeM87YtbD3qZixn/stFidWt/C0C9Hawipi4qO7QhtvrSuYlPq7t
GaGlNN2faS6XKibgwKt9gCw8RfnrZ8cZnJ0bjI2Oi3bHowGaLXnSNwDJrUKdlXed
VgVoI9mXESOf7rsZY4Jk5YMqR1QNq4D5sssD/mcI9P4yEta2zdSNu4OS2LPr5x/z
BaUaQVgUHg+LSfzXDwSzkG49hhBUspSddMD0d2ng/wG1RPjJcHIh6vADffQwBdTY
ulwOUDLu6WfGn5RwpoEAdPyjSOcK1mfNBekyY9usbdwVb6evZTuv+QE62trymM9i
u/935EBZni0pCTpHsR106MkUVK78XiL3V2edrBxNDVsCyTabMXPwoYcHl56bED31
9/qAU2TFmomIla77ZwDEaMIfU8AjItbNM+dXiPGt2tCVADnoNn02oVuYWItbYD+U
wYgB6AqMvSY/R2PcaQFyoEYU2GpOYxdUs9hRqoFpMddio3uUE6kIyNoc5PWfS2+k
HXT76Fjz5kk1Lk29QNQ2XNGTyuRlwNKGXReVmtH7nI8ESdUbYJQZ5sJsRElEWuhO
P3BetAIgDvRZH8T+X+I+okBFnIsarsSUfFPFpUdHM5nCZLtcb/URvVGEpYa6UYQ/
lJjeIb0EG9SpGdqifY9i
=balX
-END PGP SIGNATURE-


Thank you for your contribution to Debian.



lilo-installer_1.50_i386.changes ACCEPTED into unstable

2016-02-07 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sun, 07 Feb 2016 17:02:18 +0100
Source: lilo-installer
Binary: lilo-installer
Architecture: source i386
Version: 1.50
Distribution: unstable
Urgency: medium
Maintainer: Debian Install System Team 
Changed-By: Christian Perrier 
Description:
 lilo-installer - Install LILO on a hard disk (udeb)
Changes:
 lilo-installer (1.50) unstable; urgency=medium
 .
   [ Colin Watson ]
   * Use HTTPS for Vcs-* URLs, and link to cgit rather than gitweb.
Checksums-Sha1:
 e23f61551d7561c84fc9936aa2d0075446bf5dd6 1678 lilo-installer_1.50.dsc
 ba9d38cb74fbed31aeec894562575e503360b0ac 101264 lilo-installer_1.50.tar.xz
 52016a30baa58ac2a9e7a8b4cc1f2b4d9c60051b 92016 lilo-installer_1.50_i386.udeb
Checksums-Sha256:
 86c0762e5dd55f31eec5bd6583367ec91742819c62fa653729945d3d79b9ea20 1678 
lilo-installer_1.50.dsc
 0bbfc842793af9b985da1424742da0e1163c9149a3dfb54bd981f0544e2efce6 101264 
lilo-installer_1.50.tar.xz
 adcab2690033038d25237c39a70ec041a087afde4de267d0e7ad3b914ff47a52 92016 
lilo-installer_1.50_i386.udeb
Files:
 a5df0b0039c6e8a711800515b36a7e10 1678 debian-installer standard 
lilo-installer_1.50.dsc
 df55410f12c6c27a52f843e9507df8c5 101264 debian-installer standard 
lilo-installer_1.50.tar.xz
 70ff8f94cbe76170e0f99f09c653a641 92016 debian-installer standard 
lilo-installer_1.50_i386.udeb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCAAGBQJWt3r6AAoJEIcvcCxNbiWo6EQP/iagL3uXPuVlgqYYd/CDznPe
WAhyIoo0ONeKO3d7bP9XcYSTVGjb5bTk29/fn1vyY8mBtvHJ/jt5NWmZ1nKGTzVe
pGu97phL+PoI1XfX/w0x21b/XpFgxvddJ2mNPcFVy13r07Dfjn1z3fTOFsGWRXnh
DiIwT2qG7Ww1yh0sMDyMbSy/srbtq4Nu9rknD5Q/n5HeQw42PWVRDvK9eb6jZEb5
4crH6Wpa+6VcE8uaE3q/GdgWOPfyDjYXJDpQuC1Muvh2tL09glkFCqdqGqDogtxR
a7ZnY1dqu5vLkI9yZ5uW0TkGwGYhCilHzRuNKF8UfYDNCsIGuGo3XC03tAgaHAkl
uFahfwmK1qWqNaYYNFPgKeioBs1HRG9LJCU0g6WCdUmj7PuIjbkq2kdiZGNPBsnz
HJRxIbperzrcoMppshVxw/F4DjUm3SRSvgrEXn71k4Gs15SZSKDHO3uJcskkm3dZ
xxFepc4fiW1FqQ1kzHG0j5xH6PIqkstBZES5a4iU7UYUCV8OEsgIBWIwwxPIB2tz
YmSTneQ7nQYYp3mP5mWGOynB2OXrmPGux9JoYilKnaFL1XjyEwWGWTmqA3nlv1TJ
WboFhGvPwabfFNFyoYXouSlqqRouEYYHejVTYaf/IaJZhBN2obE3cGZHJB1/J/xB
ozlI4A+9hCfGBcRyZ/jQ
=hVik
-END PGP SIGNATURE-


Thank you for your contribution to Debian.



partman-base_189_i386.changes ACCEPTED into unstable

2016-02-07 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sun, 07 Feb 2016 17:01:43 +0100
Source: partman-base
Binary: partman-base partman-utils
Architecture: source i386
Version: 189
Distribution: unstable
Urgency: medium
Maintainer: Debian Install System Team 
Changed-By: Christian Perrier 
Description:
 partman-base - Partition the storage devices (partman) (udeb)
 partman-utils - Utilities related to partitioning (udeb)
Changes:
 partman-base (189) unstable; urgency=medium
 .
   [ Colin Watson ]
   * Use HTTPS for Vcs-* URLs, and link to cgit rather than gitweb.
Checksums-Sha1:
 a220cc3fbf799093b076f6c313c7f7be7728b0cd 1845 partman-base_189.dsc
 cb96a9706619f2d6130bbf909ea423c91e0e8581 173632 partman-base_189.tar.xz
 acb39891f18ce10f1dfcb7210bd87a0b8aa86319 156044 partman-base_189_i386.udeb
 7f5b9f80e39b390330976c44c341e0aca2e504d4 3488 partman-utils_189_i386.udeb
Checksums-Sha256:
 0fc20c746732b9523bca5f9ee656a6f898a9709c440e1d9e5fccc9d528e52af8 1845 
partman-base_189.dsc
 06201cda95fc19e6a69072b0c791186b7f693acc547e783ffaf7eebefa569760 173632 
partman-base_189.tar.xz
 4b8fceef19ba47b97a153a7b14657cd19614546fed0f19ea4d0aeee6f0ee4215 156044 
partman-base_189_i386.udeb
 2aa532bb0dee80f70a2929ebe6c4ccbc7384b1e929ca359d9b70b6c54e5cb437 3488 
partman-utils_189_i386.udeb
Files:
 85119e11dfe7b10f77f94a28d15f2b07 1845 debian-installer standard 
partman-base_189.dsc
 144305597822dc2431cf41533fc9a4c9 173632 debian-installer standard 
partman-base_189.tar.xz
 d903de8bf017b5f198bb93b0e295fde2 156044 debian-installer standard 
partman-base_189_i386.udeb
 8f7fc7614741e02c1b1fec0f9fd8d50b 3488 debian-installer extra 
partman-utils_189_i386.udeb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCAAGBQJWt3zCAAoJEIcvcCxNbiWojkoP/RqU9XGm4/ADrM5M/WfqeW3Q
Nr+DlNtUpvfPaC4TbunbNi++XEGr8Q1nGgkITJbqmh9Td5P792+GuP3ToqYJxXIU
qg+G9ACKR9bIa2i/Fx+WCv/vAUpVcAVCqfQ6zvMOc0fxfG/vul8gJ7i8l19oP6Qp
flUmfZl7gAi9cZHd7+MBHFaJo/gke9Z2Hn69XQV3WyfWYtlI9n5/2HClUiXN0MgL
idtKpibyb/slYV7Wq8APZEIuDZspMxNW/xNekePtpwj2eXdIUVXSpWFXqIhjy0Ld
15IoNT2c8sAqFl20a7+iGpyxBjplUIekEPO7/xyE8UUJXrZxp448whCGACKkqfiO
YtZb18nD+9p6E2Sr/CgiF000KSNJGxDMFWzC6RBO7f/4GQfBkrupQ9ouvPau8BtG
33Yc+nzw8INylDfbdg4/e6TIfcbAextyUwGBVBuwSCA0V0a1R7+JILInbk3nuyex
RmrJKh1HuEejbiotElIoeUtPki/WlCPeJCn8/lLQzPIxFv7ewq1Vs31Zjmx4yNKm
XA5Y369V8/JOjaHOj90QNO7bR7gQ6/EModnFHd3h6ZpKDjjknBVzqWCwBXPfWeFF
yq+WiBSqu6XW5DN7PxYCp56413L2H1sdDTbn5F2t3rbDa4QRzLpavhf6nL31hM6s
aPTrE+xGMuNGGGpdQ0AE
=nzbQ
-END PGP SIGNATURE-


Thank you for your contribution to Debian.



Processing of installation-locale_1.6_i386.changes

2016-02-07 Thread Debian FTP Masters
installation-locale_1.6_i386.changes uploaded successfully to 
ftp-master.debian.org
along with the files:
  installation-locale_1.6.dsc
  installation-locale_1.6.tar.xz
  installation-locale_1.6_i386.udeb

Greetings,

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



mountmedia_0.24_i386.changes ACCEPTED into unstable

2016-02-07 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sun, 07 Feb 2016 18:13:03 +0100
Source: mountmedia
Binary: mountmedia
Architecture: source all
Version: 0.24
Distribution: unstable
Urgency: medium
Maintainer: Debian Install System Team 
Changed-By: Christian Perrier 
Description:
 mountmedia - Mounts media (udeb)
Changes:
 mountmedia (0.24) unstable; urgency=medium
 .
   [ Colin Watson ]
   * Use HTTPS for Vcs-* URLs, and link to cgit rather than gitweb.
Checksums-Sha1:
 182df881cc6440912c881a4435aff024c0f2b4c1 1632 mountmedia_0.24.dsc
 d5e297eacc33a81083d02fb5f724760ad7448cc0 5540 mountmedia_0.24.tar.xz
 c048a606ab0f926fbd627b36c9e365cebbd27c1f 1794 mountmedia_0.24_all.udeb
Checksums-Sha256:
 442c41b0e9e502f4722c7c00f6ae24e8cb6bfa82c5fbe7009c938d2a5cd033e1 1632 
mountmedia_0.24.dsc
 de2302b7e3fcc058db83962b2edcfe1474c4087f6f806d5b2cd1d9f124332545 5540 
mountmedia_0.24.tar.xz
 473184bc6260291c50c3b2c4d671a79baf3434a642fbf9b9270e8d9532f30c8d 1794 
mountmedia_0.24_all.udeb
Files:
 38f3274f8be7416d74ab86255535a2a5 1632 debian-installer optional 
mountmedia_0.24.dsc
 0ea17ac559f0ed394a52392da8d97ea7 5540 debian-installer optional 
mountmedia_0.24.tar.xz
 59c517e11837ef44cb269a4e3dc9f5e0 1794 debian-installer optional 
mountmedia_0.24_all.udeb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCAAGBQJWt30CAAoJEIcvcCxNbiWoNZgP/3Ldz6uFGfJNveRZxMJb8Trr
wScKaUtjjVVAHGPo0qczEZAMbJC6aMJ/zPBVkk2Rq2RmFXyUhMgox8eGGXGJ/3Ix
GSlFK7GIiJ+5sdFBtCMfOaPXPkXQZEmvb1asMBwfqGG8/TQ6W4JBszpEN25Sa9WP
2PbeF3afRBsWkWvFBNdfczqyShA+oqbnAUnBAjOMj3qTJtyXHlMrfcxXNBUDaNJo
GWDzO1XlH0kGJY2uT7TYCIdte5xYSPktgfm0/iNbRAGuma7AjFCli8f8prxZ96Pk
jscj1XKqveUQ9QC5/IKBSd5BKEVNDcdeM7T9CRX+yA7P3Bd5FUMRchRbNZdpTG4H
gY92hja7SkVvSlSOzVCCcnbJYJzVhFcvmanoPpak1iHXfM6xdOJ5RpFQQ1Y8ZNtA
atHakqdmFhA5SyHHhci/FDntu5bLlYmLyYBrzQ3UlecV1klLtVhV0Fv+fZnme+1u
HdCqw8NkB5nb79tZMXZE3AwU+pFFdas+sS41FV3dVah1Znam4Gted4yCS8HhFCB6
/osDthvae+aOegdNUh6tUwcpEvQs7Q9NZQksK0Y5LjuiPP3+h+2gvo144kJ8M7PR
9sXtB96FH1WeXpLHqkmp9WfIlIFAtATj0Yr9ogdb4FEBBGjWmzLk4ZOgCVsanLjD
T5J6UxbGIsc0jjZ5PcIb
=eAeo
-END PGP SIGNATURE-


Thank you for your contribution to Debian.



Processing of partman-nbd_0.35_i386.changes

2016-02-07 Thread Debian FTP Masters
partman-nbd_0.35_i386.changes uploaded successfully to ftp-master.debian.org
along with the files:
  partman-nbd_0.35.dsc
  partman-nbd_0.35.tar.xz
  partman-nbd_0.35_all.udeb

Greetings,

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



Processing of partman-auto-lvm_59_i386.changes

2016-02-07 Thread Debian FTP Masters
partman-auto-lvm_59_i386.changes uploaded successfully to ftp-master.debian.org
along with the files:
  partman-auto-lvm_59.dsc
  partman-auto-lvm_59.tar.xz
  partman-auto-lvm_59_all.udeb

Greetings,

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



Processing of installation-locale_1.6_i386.changes

2016-02-07 Thread Debian FTP Masters
installation-locale_1.6_i386.changes uploaded successfully to localhost
along with the files:
  installation-locale_1.6.dsc
  installation-locale_1.6.tar.xz
  installation-locale_1.6_i386.udeb

Greetings,

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



Processing of partman-auto-lvm_59_i386.changes

2016-02-07 Thread Debian FTP Masters
partman-auto-lvm_59_i386.changes uploaded successfully to localhost
along with the files:
  partman-auto-lvm_59.dsc
  partman-auto-lvm_59.tar.xz
  partman-auto-lvm_59_all.udeb

Greetings,

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



Processing of partman-nbd_0.35_i386.changes

2016-02-07 Thread Debian FTP Masters
partman-nbd_0.35_i386.changes uploaded successfully to localhost
along with the files:
  partman-nbd_0.35.dsc
  partman-nbd_0.35.tar.xz
  partman-nbd_0.35_all.udeb

Greetings,

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



Processing of partman-partitioning_111_i386.changes

2016-02-07 Thread Debian FTP Masters
partman-partitioning_111_i386.changes uploaded successfully to 
ftp-master.debian.org
along with the files:
  partman-partitioning_111.dsc
  partman-partitioning_111.tar.xz
  partman-partitioning_111_i386.udeb

Greetings,

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



Processing of partman-partitioning_111_i386.changes

2016-02-07 Thread Debian FTP Masters
partman-partitioning_111_i386.changes uploaded successfully to localhost
along with the files:
  partman-partitioning_111.dsc
  partman-partitioning_111.tar.xz
  partman-partitioning_111_i386.udeb

Greetings,

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



Processing of choose-mirror_2.67_i386.changes

2016-02-07 Thread Debian FTP Masters
choose-mirror_2.67_i386.changes uploaded successfully to ftp-master.debian.org
along with the files:
  choose-mirror_2.67.dsc
  choose-mirror_2.67.tar.xz
  choose-mirror-bin_2.67_i386.udeb
  choose-mirror_2.67_all.udeb

Greetings,

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



Processing of partman-xfs_58_i386.changes

2016-02-07 Thread Debian FTP Masters
partman-xfs_58_i386.changes uploaded successfully to ftp-master.debian.org
along with the files:
  partman-xfs_58.dsc
  partman-xfs_58.tar.xz
  partman-xfs_58_all.udeb

Greetings,

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



partman-auto-lvm_59_i386.changes ACCEPTED into unstable

2016-02-07 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sun, 07 Feb 2016 18:21:59 +0100
Source: partman-auto-lvm
Binary: partman-auto-lvm
Architecture: source all
Version: 59
Distribution: unstable
Urgency: medium
Maintainer: Debian Install System Team 
Changed-By: Christian Perrier 
Description:
 partman-auto-lvm - Automatically partition storage devices using LVM (udeb)
Changes:
 partman-auto-lvm (59) unstable; urgency=medium
 .
   [ Colin Watson ]
   * Use HTTPS for Vcs-* URLs, and link to cgit rather than gitweb.
Checksums-Sha1:
 91b596d38f456720da300fb3fa8a87a631c8d020 1692 partman-auto-lvm_59.dsc
 267f951632018a405b03e6b0e21ff8d8cd48f70b 87236 partman-auto-lvm_59.tar.xz
 8f10af45f95334745d86932a63ac442dc7e2a0fe 71574 partman-auto-lvm_59_all.udeb
Checksums-Sha256:
 3c6b4027a27fbef065a7cd85222f14c80601702b37f8623428445ea1a62b66e0 1692 
partman-auto-lvm_59.dsc
 e08d5c276d2aa36a829b6dd9ac853a1d6c3f71bc0471e648e109e6e4f4f6782a 87236 
partman-auto-lvm_59.tar.xz
 8cc49e3c1a19cd3083e8891b6bd8c4353919f84c34e2d78c824746a79b085057 71574 
partman-auto-lvm_59_all.udeb
Files:
 3f92c3064589caa9892d1ea7cbb9d13e 1692 debian-installer optional 
partman-auto-lvm_59.dsc
 6029e84334baa7b4010b0762943ec378 87236 debian-installer optional 
partman-auto-lvm_59.tar.xz
 8d1ca20a11ae4fe4bcc4b30db97d5616 71574 debian-installer optional 
partman-auto-lvm_59_all.udeb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCAAGBQJWt36rAAoJEIcvcCxNbiWoSO8P/RMC+6LUMIc5pkhTEhrQK5Q8
ADhS6RrpcUF+vLohYQOCMtlCf/62JakR1EuHiH4iVmXBds+CekmayXaEG1EnwBwb
4NmvAWT1tXKd8uZsnSWSB1iO6zObHuqmeUn3vBTA1jzIw91Q1XjGzJkWOfkhBwaj
Vzw6oMRjz4u7w3M8mPCHGETjudVGNfOpV/K/5H3r/rlGXRjpL1tzt6B8KlrQaFfI
p4SUPHKNpnVxNpRe3F6Y+kokJQYSGoKpYYE2Ho40V66WqPpx4WDg/3zFWICIRzrY
D1STxMEoMps0TkZBDZ/927e7eH4wxqm21a6bvZE35b014p0xOTPw0qmiAVHjdye/
RupACCxcjY7IIT2v2K1fj7uqyLaYHBDzrHrK3Ufp/9t2PdTG4d79WEpHo1CFh7bK
upQxkhh3lhQpzzKyYZHyWGNGTl4JXC+ur9Bo+xdoieqbxGcDO2xQPwSg90Edkb7l
loazr17xsYbwkKDOuHSqMLFSj9+cD0xFoieaU9spgyMs7UPCHYVPI1JqFdu18oF+
ZDTFDOI6dUUQ4U0XTZjY72N+E3mtwpz7FrGZUVCtrR06JVohWKfnVTCYliJp0gF2
v2ezk1NK/oLUu6dewtZm0D4lAMQz73HeVSLp7rnTd8XfTYdh/ykgUPp245R3ANcy
9s/6ur9I6zSzJ+8YUx3z
=yH0Q
-END PGP SIGNATURE-


Thank you for your contribution to Debian.



installation-locale_1.6_i386.changes ACCEPTED into unstable

2016-02-07 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sun, 07 Feb 2016 18:21:33 +0100
Source: installation-locale
Binary: installation-locale
Architecture: source i386
Version: 1.6
Distribution: unstable
Urgency: medium
Maintainer: Debian Install System Team 
Changed-By: Christian Perrier 
Description:
 installation-locale - UTF-8 C locale (udeb)
Changes:
 installation-locale (1.6) unstable; urgency=medium
 .
   [ Colin Watson ]
   * Use HTTPS for Vcs-* URLs, and link to cgit rather than gitweb.
Checksums-Sha1:
 ba3e897a21ae684036de262882d0125185bb7bf1 1679 installation-locale_1.6.dsc
 0bff9ee81aee12eb6b4dee60a64f056497c6f90d 11064 installation-locale_1.6.tar.xz
 cb3edf905ee438d4a898682aca650e852740aeea 6902 installation-locale_1.6_i386.udeb
Checksums-Sha256:
 69a6ffb11c0df5fc66e6598688bc82a8e3a5857f898acfb2474055b1fc60171c 1679 
installation-locale_1.6.dsc
 805b9fe33b4a09841fcf6f20d7cccd52175a96fae7ff434db61c93b0cb89de39 11064 
installation-locale_1.6.tar.xz
 389ef2c3aeee245d1265134f5d29eb86e02b64b05c8258da570a99355e82ac20 6902 
installation-locale_1.6_i386.udeb
Files:
 4bb68cbaeaf10f1d68be1c010e3a693d 1679 debian-installer standard 
installation-locale_1.6.dsc
 3225c6d88004fccc70d70f420837b956 11064 debian-installer standard 
installation-locale_1.6.tar.xz
 a626da516c4f46f4f09d21a0a2a01049 6902 debian-installer standard 
installation-locale_1.6_i386.udeb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCAAGBQJWt35fAAoJEIcvcCxNbiWoqtMP/2Fp7DdV3segV9jgQNHp2Ppw
xWNdNCuYQGfhVImbhSRX7xjBtc47VkOSVO3XTRK3RCdkrpzGoi2LCDzR5zt+9I5U
fJ6ci5wuQ1cQa2Y7Wi+xOF0rCVSpbL6tEuiVz32rjACYwrRXT8aVo3xDsXnsGTNt
eLvTtRh+IBgsXh+FEOVMQ0siPfHdQU9oOLlpee9nKJ+Se+kXAht31AMLJcPzI31T
Uj29GjBRf7OK8dkhHc4Q1MNAG+98WtEtQsU/rlbE4lYIIof9LKxFjwq+YFgSU0AS
PTtcwQ2nCzVzV+QurEJg60d1NvkS10mho5CxBaAjSptf8Z1l1hsD46DWYpXGAUa3
rMoYzSkJK8OoZJpaOnFpISB8/XcBUsmrPEdFEi/iVs5m0OXkmIgJvq0s6Lqd//1b
rpDc8nDXihKHIN9yfwqMdaRXlTQvQwyWwseqVK0cSUKyImM9xfKAOsw/TgqPuwFc
xbKcNlPs/uOgHxcO+dSQ7bKmBpL+DESQR0emlFrKOMVK6COPB4adEEkwV7gGI17n
FxXmDteWUFT9e40fxWy7er96Gn6+nnO9XCnCZw3mfL1CClSjZzvKzCV23pOi21Jy
UifXD5feExPRpyL6d+Jow9YfJRT0kiK0ng+/6PQjCdEciEgwaYEBfxKnbEKTUhiR
q6H4EJH+1KUI6il7aGhl
=v0Cl
-END PGP SIGNATURE-


Thank you for your contribution to Debian.



Processing of choose-mirror_2.67_i386.changes

2016-02-07 Thread Debian FTP Masters
choose-mirror_2.67_i386.changes uploaded successfully to localhost
along with the files:
  choose-mirror_2.67.dsc
  choose-mirror_2.67.tar.xz
  choose-mirror-bin_2.67_i386.udeb
  choose-mirror_2.67_all.udeb

Greetings,

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



partman-partitioning_111_i386.changes ACCEPTED into unstable

2016-02-07 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sun, 07 Feb 2016 18:31:43 +0100
Source: partman-partitioning
Binary: partman-partitioning
Architecture: source i386
Version: 111
Distribution: unstable
Urgency: medium
Maintainer: Debian Install System Team 
Changed-By: Christian Perrier 
Description:
 partman-partitioning - Partitioning operations for partman (udeb)
Changes:
 partman-partitioning (111) unstable; urgency=medium
 .
   [ Colin Watson ]
   * Use HTTPS for Vcs-* URLs, and link to cgit rather than gitweb.
Checksums-Sha1:
 5941eadc930450e24bb2ccdfbcb508db357846ef 1680 partman-partitioning_111.dsc
 084b56edc427dddcdbe37bc46099662ef295f30e 176684 partman-partitioning_111.tar.xz
 ba4d67588ddd90612400fcb26a80fa006d0e0986 189568 
partman-partitioning_111_i386.udeb
Checksums-Sha256:
 0715c73db899fa24701a8fb1b20b9852d0cfb147ba9035bcac39bb2745fe8761 1680 
partman-partitioning_111.dsc
 194d84f4c457e2569db589a26773d04f6cfe83cd1aa3a4f62444b2b9e3181050 176684 
partman-partitioning_111.tar.xz
 9e037c82c6e498484be12c94610d70619ca2085f8cb741d071f25259ffe2ce2e 189568 
partman-partitioning_111_i386.udeb
Files:
 7c4c51a0e36cb4bf4f3a172ea640 1680 debian-installer optional 
partman-partitioning_111.dsc
 7e42a3908d661a9f3468dcbd1fcc545f 176684 debian-installer optional 
partman-partitioning_111.tar.xz
 77e5147f026f955d025956d1df1e9cff 189568 debian-installer optional 
partman-partitioning_111_i386.udeb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCAAGBQJWt4DxAAoJEIcvcCxNbiWoRecQAI8aA2v11SbAc54XqEUPmWqP
p2A9K5TdkKJja0WJ0/LO6x/+d77hotLLjAEWVEaS6H5BvhovbV9zNxW1NDMwczvj
DdxjKd4pAnarNzTLvsx+XU/U9Y8rQnhSNfcq7O8XLoXykGqgQlJ5Q5t7BwlR+Yxt
0osRGziuVuJ/RXfJzPE/RqHZZf3Yl8jCpMyvgcqIUIQ8mQ96ewtGBL6ZOPKi/98g
+/I4WLb1OqHy4aM6rKgpbajyfLX212ZEitTPaa3eIZyq89sHm1sCmnAbxWfGDM3J
PrJhyGi6NNn9qQaTutLqVLkR8DkVOOMqiJIVd1XmHkEB1Sx/B5lKtPq4CDmpw6BO
RNzBqzZu84CXn3F2a1lIw9gwzpW0PU8CEWkSO/nw8jwbx+4KXLzXHFMGatjaOkdU
vDqasZNI9Jz59OqhVsI3CUL9dXBFL81+4+Gnkydmm+T+s9Sfupc9f5fThQElAWYD
t88WpsTYQJyTnHUJPnJIsCHJoB0yJiiO5R5vjrFzD83HEzZ0GsPM7b7SHPXZu2l9
U8qIoxIgLMJqagtlK51wsw4TKEEDq/lux5vkcKVJNHWom97gIKJgDbUnGEQaiXNp
ZFJFzhe/16HIzomfFSJYOICSmFyeeM//BwKvsAdivD43uJInDO5TPCX/l+OZznYf
2To0/xXxRIpt4qmMb+6Y
=xkgh
-END PGP SIGNATURE-


Thank you for your contribution to Debian.



partman-nbd_0.35_i386.changes ACCEPTED into unstable

2016-02-07 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sun, 07 Feb 2016 18:27:58 +0100
Source: partman-nbd
Binary: partman-nbd
Architecture: source all
Version: 0.35
Distribution: unstable
Urgency: medium
Maintainer: Debian Install System Team 
Changed-By: Christian Perrier 
Description:
 partman-nbd - Adds support for NBD to partman (udeb)
Changes:
 partman-nbd (0.35) unstable; urgency=medium
 .
   [ Colin Watson ]
   * Use HTTPS for Vcs-* URLs, and link to cgit rather than gitweb.
Checksums-Sha1:
 a0ff1e4423069d16aff77c82e436a6cf7df27adb 1635 partman-nbd_0.35.dsc
 1c7ca6386b47a0c7ed18c5f354ba85f4b9047089 66172 partman-nbd_0.35.tar.xz
 f3f4e34d1c5c62135d73406d6a6ee3c56ab51c6c 37236 partman-nbd_0.35_all.udeb
Checksums-Sha256:
 e2fd1ae5809f9b38bbaf8149cd80a27c90b1a1b50a62456c3d32b087a0731f66 1635 
partman-nbd_0.35.dsc
 feac2c2b7857f1d70976003a36ba3e44e293e569c98fb18e9e2c61e3fd6787b7 66172 
partman-nbd_0.35.tar.xz
 6f25559eac8f02af4e43908a5e23b01b10c8fab19259cad34c20ae7df45d700c 37236 
partman-nbd_0.35_all.udeb
Files:
 0faf2e7020da911331d1ed3e8231e1a5 1635 debian-installer optional 
partman-nbd_0.35.dsc
 49dbfd84c2cbd37c1f2cfae22b3e4cd3 66172 debian-installer optional 
partman-nbd_0.35.tar.xz
 a88cd2fa139273b1b44e629be27b5011 37236 debian-installer optional 
partman-nbd_0.35_all.udeb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCAAGBQJWt39iAAoJEIcvcCxNbiWoQ5UP/1UoRY33IFg4o3e6hl9mLpQ5
0g8aiD9D0LQYTjOFnA4tyU44nJlWG2ERQpV5r/g6+rd1w+B8pL5okkUWfZGiIqAU
nuZQ+kUNtv4YOz4ExljNcyGv7mciF+UFzYRG1+rfpG1APHLihTSZx7goRCGbh53e
Z21CvAGtUU7wQlIUoNQUaKXHtLRhSCMubfqjunAX6YniTlD8e9GPTRVMbWnBRQIc
LvgVDfqd1pkZ04o/PuKnjtd6E1nFCC0UT3Y0H2wEGQPLNWyAJkKUOgvukyfAPnRq
VcCmYD20sZNiBQ5fREx25TEINmREm3NG5P8a1ZRTFnZth61R5RtbvMsvgyjEmGXj
jUAQitnF8qiK8WSo8SaXzHji6ASfvIKJhufMZ1bs0dTFINLHLSyrX6+FgCOa/PLM
dMkbISpZn6abC72lJtUWTPndD1miWKIKTjX7DImexGCzDugloEKSzjlvwIpWaF4O
jMS8gQ+r45iMt0H1H0NFQRkk1wrcFI/OVjGBje10yizRGpzU8dIzHh6RIedQVf58
chKtAS8yjaFzPskf4T58OZZ2T+T9kiZYUU3+5WasyYJaIg1CRdlZfYmNuzZYwEGi
EhlYWZqr2qFzl6Z9Hucdd1rC+m0eLZpg6yKr9AJr+obraSPg5qAzZmmBMf6ewO6m
oMj4SlX8VCI0TzvvVw2c
=A4/u
-END PGP SIGNATURE-


Thank you for your contribution to Debian.



Processing of live-installer_52_i386.changes

2016-02-07 Thread Debian FTP Masters
live-installer_52_i386.changes uploaded successfully to ftp-master.debian.org
along with the files:
  live-installer_52.dsc
  live-installer_52.tar.xz
  live-installer_52_i386.udeb

Greetings,

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



Processing of partman-xfs_58_i386.changes

2016-02-07 Thread Debian FTP Masters
partman-xfs_58_i386.changes uploaded successfully to localhost
along with the files:
  partman-xfs_58.dsc
  partman-xfs_58.tar.xz
  partman-xfs_58_all.udeb

Greetings,

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



Processing of live-installer_52_i386.changes

2016-02-07 Thread Debian FTP Masters
live-installer_52_i386.changes uploaded successfully to localhost
along with the files:
  live-installer_52.dsc
  live-installer_52.tar.xz
  live-installer_52_i386.udeb

Greetings,

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



Processing of partman-newworld_34_powerpc.changes

2016-02-07 Thread Debian FTP Masters
partman-newworld_34_powerpc.changes uploaded successfully to 
ftp-master.debian.org
along with the files:
  partman-newworld_34.dsc
  partman-newworld_34.tar.xz
  partman-newworld_34_powerpc.udeb

Greetings,

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



Processing of partman-zfs_50_kfreebsd-i386.changes

2016-02-07 Thread Debian FTP Masters
partman-zfs_50_kfreebsd-i386.changes uploaded successfully to 
ftp-master.debian.org
along with the files:
  partman-zfs_50.dsc
  partman-zfs_50.tar.xz
  partman-zfs_50_kfreebsd-i386.udeb

Greetings,

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



Processing of partman-zfs_50_kfreebsd-i386.changes

2016-02-07 Thread Debian FTP Masters
partman-zfs_50_kfreebsd-i386.changes uploaded successfully to localhost
along with the files:
  partman-zfs_50.dsc
  partman-zfs_50.tar.xz
  partman-zfs_50_kfreebsd-i386.udeb

Greetings,

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



Processing of partman-newworld_34_powerpc.changes

2016-02-07 Thread Debian FTP Masters
partman-newworld_34_powerpc.changes uploaded successfully to localhost
along with the files:
  partman-newworld_34.dsc
  partman-newworld_34.tar.xz
  partman-newworld_34_powerpc.udeb

Greetings,

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



Processing of net-retriever_1.42_i386.changes

2016-02-07 Thread Debian FTP Masters
net-retriever_1.42_i386.changes uploaded successfully to localhost
along with the files:
  net-retriever_1.42.dsc
  net-retriever_1.42.tar.xz
  download-installer_1.42_all.udeb
  net-retriever_1.42_all.udeb

Greetings,

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



Processing of clock-setup_0.128_i386.changes

2016-02-07 Thread Debian FTP Masters
clock-setup_0.128_i386.changes uploaded successfully to ftp-master.debian.org
along with the files:
  clock-setup_0.128.dsc
  clock-setup_0.128.tar.xz
  clock-setup_0.128_i386.udeb

Greetings,

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



Processing of net-retriever_1.42_i386.changes

2016-02-07 Thread Debian FTP Masters
net-retriever_1.42_i386.changes uploaded successfully to ftp-master.debian.org
along with the files:
  net-retriever_1.42.dsc
  net-retriever_1.42.tar.xz
  download-installer_1.42_all.udeb
  net-retriever_1.42_all.udeb

Greetings,

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



Processing of cdrom-retriever_1.38_i386.changes

2016-02-07 Thread Debian FTP Masters
cdrom-retriever_1.38_i386.changes uploaded successfully to ftp-master.debian.org
along with the files:
  cdrom-retriever_1.38.dsc
  cdrom-retriever_1.38.tar.xz
  cdrom-retriever_1.38_all.udeb
  load-cdrom_1.38_all.udeb

Greetings,

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



choose-mirror_2.67_i386.changes ACCEPTED into unstable

2016-02-07 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sun, 07 Feb 2016 18:31:05 +0100
Source: choose-mirror
Binary: choose-mirror choose-mirror-bin
Architecture: source i386 all
Version: 2.67
Distribution: unstable
Urgency: medium
Maintainer: Debian Install System Team 
Changed-By: Christian Perrier 
Description:
 choose-mirror - Choose mirror to install from (menu item) (udeb)
 choose-mirror-bin - Choose mirror to install from (program) (udeb)
Changes:
 choose-mirror (2.67) unstable; urgency=medium
 .
   [ Colin Watson ]
   * Use HTTPS for Vcs-* URLs, and link to cgit rather than gitweb.
Checksums-Sha1:
 93cd19920dc0b9dcb7db40be9bff4bc6ab372471 1842 choose-mirror_2.67.dsc
 c73d937ad66d1320032e4353d31103fc113dbfbd 201736 choose-mirror_2.67.tar.xz
 e2dd4ab405a1715431d3a3f30bba08dd80946626 211278 
choose-mirror-bin_2.67_i386.udeb
 b543b54fde6f234e9b059aaf009f8ec2ca5fb014 1014 choose-mirror_2.67_all.udeb
Checksums-Sha256:
 ffc26fb420386334800a6ce23dc6088f6a273fbf05279813ff8f15779074c16e 1842 
choose-mirror_2.67.dsc
 887cd1991f451931af44314cc9046122d662196f2925e8c16866069828d3f4de 201736 
choose-mirror_2.67.tar.xz
 1ef616319e93bb96ad524a9de383f115e0e1cdc2703dca5bbd1616878f0596ed 211278 
choose-mirror-bin_2.67_i386.udeb
 d2e63c07bca4dfad38cf88463f12179b9aeca58ef6e3961e6f512a4b6b6eb0b9 1014 
choose-mirror_2.67_all.udeb
Files:
 3d57b90313c648c3034eed271b390ce7 1842 debian-installer extra 
choose-mirror_2.67.dsc
 9dbed84538bb4094bcba6811aaafb303 201736 debian-installer extra 
choose-mirror_2.67.tar.xz
 98e98c5784a09f2b3ab722aa15efc1e0 211278 debian-installer extra 
choose-mirror-bin_2.67_i386.udeb
 1e497805d7c5bd5af0363aa2cbf3b752 1014 debian-installer extra 
choose-mirror_2.67_all.udeb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCAAGBQJWt4LsAAoJEIcvcCxNbiWo8SgQALUvtzEa/0Ukczy7tCkWwtfb
Om/yCFCn+8kcvb7IrMBeKA+VQBffuWegs385UgL6M6FnrW6yr9S48bb4IvvomNVQ
0GsTZMgJKa7GUNZt2xcMy+7sd2HkCG+TijuUp8B/bs2ye9D9oH/oFucrntY/PhKH
EmCE8NCeMvgSt34HynSZI3NAXPI1KWr5K7DuMVV9Dalw7QrWdyfBk6ffNadUbPko
TAKtwIRtCIqYHzuhafbqdD7bihjX0i7UNQ7bI4faDNsyDOBOVdUFjf1hI176Djrb
zuO8+/kBt9Nfwyy3A2m1CoeIeo1RQ08rxGgjplNdio6Hz9fIpyQTdulb2IyGQV8+
xjhpmP7WrzZMjVziulrk4puTwWz+gHhdMqqy6JQIhrEMrhkIkBOzB2vuMfBzsc7b
zhcu7RKs/pdDpzy+1ugT3L3J870534KHU92sRCw8ahSud8e8QAKuSx3Ipp9X43oS
rbQUmw/mNtOJY9movAnQD26R37IzypGpkwXsUbZFRi1QdRg95g52Ky5heDsknhKP
FGckkJSQONCRVFTBLeDtGhKYTfZ1NCLnP1PxXHUpTx1CQ2KnXtpv/u9Q/YLsD0nH
QqS/GzeAmIZRog7lu3R9407ogAVX/0OIszugLiZNRnMW2rkWT96tM2UslWeAUYgJ
T6U1nnVPm4D4yLxztWaV
=Yj3T
-END PGP SIGNATURE-


Thank you for your contribution to Debian.



Processing of clock-setup_0.128_i386.changes

2016-02-07 Thread Debian FTP Masters
clock-setup_0.128_i386.changes uploaded successfully to localhost
along with the files:
  clock-setup_0.128.dsc
  clock-setup_0.128.tar.xz
  clock-setup_0.128_i386.udeb

Greetings,

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



Processing of cdrom-retriever_1.38_i386.changes

2016-02-07 Thread Debian FTP Masters
cdrom-retriever_1.38_i386.changes uploaded successfully to localhost
along with the files:
  cdrom-retriever_1.38.dsc
  cdrom-retriever_1.38.tar.xz
  cdrom-retriever_1.38_all.udeb
  load-cdrom_1.38_all.udeb

Greetings,

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



net-retriever_1.42_i386.changes ACCEPTED into unstable

2016-02-07 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sun, 07 Feb 2016 18:58:11 +0100
Source: net-retriever
Binary: net-retriever download-installer
Architecture: source all
Version: 1.42
Distribution: unstable
Urgency: medium
Maintainer: Debian Install System Team 
Changed-By: Christian Perrier 
Description:
 download-installer - Download installer components (udeb)
 net-retriever - Fetch modules from the Internet (udeb)
Changes:
 net-retriever (1.42) unstable; urgency=medium
 .
   [ Colin Watson ]
   * Use HTTPS for Vcs-* URLs, and link to cgit rather than gitweb.
Checksums-Sha1:
 625af43e1ae02a7d2d48a5af261b02d65c73a3c3 1748 net-retriever_1.42.dsc
 876d1cecbca96a14e548f29ebd9b42bf2150396d 41592 net-retriever_1.42.tar.xz
 3682c24720d645228683195a74d215adffb0feb6 3426 download-installer_1.42_all.udeb
 ca111350baf5c7ba752202b599b9406d18b7472d 18400 net-retriever_1.42_all.udeb
Checksums-Sha256:
 78a01c24cb7c18ad922dc588750dfd504b05fb11b197bd1c1f2d7dcc55b4ebb1 1748 
net-retriever_1.42.dsc
 80bf34d35fa1b87a9fd4d90cd6b9b5f8d55dbe69de71720af816a2e5adf0c1cb 41592 
net-retriever_1.42.tar.xz
 693747328e422f27845f0100e6b9421078f2e2a7ef00afbc1d70a02cf8a93fc9 3426 
download-installer_1.42_all.udeb
 7a5042d2b3538f30b165267763320f3a754b437c68be6f0d72b551d1c41e2cdf 18400 
net-retriever_1.42_all.udeb
Files:
 335f16cbd02b24e24059133685cb7fa9 1748 debian-installer optional 
net-retriever_1.42.dsc
 0a8afe4288f1fd3cf2dc515ae45e7cac 41592 debian-installer optional 
net-retriever_1.42.tar.xz
 e67e0103915ba78f471fccdfd37917eb 3426 debian-installer extra 
download-installer_1.42_all.udeb
 f387c33d0a395e0b3b816038d72577d6 18400 debian-installer optional 
net-retriever_1.42_all.udeb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCAAGBQJWt4jtAAoJEIcvcCxNbiWo3gQQAI/EI7fz/B/b171A14hsQxuO
88hdNNTQVrhadeAPPm8aTcKEAEeBvAvmbfd+8lN30rCo8quEkrsFQrwEmzY/oFga
fzRyrwb5TB32vY6d65IqT02nHyHSQwcjnwT7OvMlSQ9LzQ7f/e/FrNpBlAUlYKbT
Tg/SOKegalj5tTpwWjAEUCUBDqtHUJCRbkEG9lW4kQ6I1yN4p40QpXHezeygzgKQ
SmFNcD39nJ+aBcDNlRgeS90lmS2ELRNESQH9D3JAiWc+gifbBLm4kPYg3yJdBvY3
ImkNxkqSvtjLWin0ER+pwsTgt7rCa3yM8zwK37a6ZnvEqo4Coyf5ZTItXX3cGI31
YpkWeN/4mZqTots/zPEDCgJfMUyX/Z/wOzV6MqolSXRUSsEB+lm0rtzsN8fc9hru
WSGnUzDCaRvFcRtPpIHo/urSc7a4xiiqOwaGvhK1taReeTD0DzDRdtjhMBkRErJm
2k2Y9ijvZesCcKWGrxnlr2HXL3TU7xvML0ABAys7nC3X02qVXwd9HMcCe0WudmyD
EAAd1paecWzuTiDWAjOftZ0HjpTBWBAr0rmjoqL2i4k2IgRY6RuamtTsRLdjzaxW
HUevk+rZzf/lxrCLIwRLu3lj9nndha8so39ytQ+fQdNPabd6nxcFzMTtr7tN9K9t
4XvivG+kjLFREZ0xWXWM
=Nf/z
-END PGP SIGNATURE-


Thank you for your contribution to Debian.



partman-xfs_58_i386.changes ACCEPTED into unstable

2016-02-07 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sun, 07 Feb 2016 18:38:16 +0100
Source: partman-xfs
Binary: partman-xfs
Architecture: source all
Version: 58
Distribution: unstable
Urgency: medium
Maintainer: Debian Install System Team 
Changed-By: Christian Perrier 
Description:
 partman-xfs - Add to partman support for xfs (udeb)
Changes:
 partman-xfs (58) unstable; urgency=medium
 .
   [ Colin Watson ]
   * Use HTTPS for Vcs-* URLs, and link to cgit rather than gitweb.
Checksums-Sha1:
 d3f067d41d2564c9470d75f78ec8689aaf53d3c6 1678 partman-xfs_58.dsc
 09f117e886fcb083d8df234bc9dd0cf4ac375ace 25952 partman-xfs_58.tar.xz
 a1c57b6692ae6cd71e9f0892b23945810a339c94 5550 partman-xfs_58_all.udeb
Checksums-Sha256:
 d4bfc746281e14f8c0a1c28153747485ccc77d03407045c014fac6a6cb8f2f39 1678 
partman-xfs_58.dsc
 b9300537b6d07f19d8067ab44adf538770ba6c04046bf534d3ab207a37272eb0 25952 
partman-xfs_58.tar.xz
 a256c6514aa486212ddbff2fbb895f97dbd96d22e0498b90f59ac3a5d0966776 5550 
partman-xfs_58_all.udeb
Files:
 6ee47a975eacdde2b645a9a311d3b32e 1678 debian-installer standard 
partman-xfs_58.dsc
 8a33f847857d67cbe4566208c518ce4c 25952 debian-installer standard 
partman-xfs_58.tar.xz
 43609f8bccc0b7e939d1c5ce5ae5040c 5550 debian-installer standard 
partman-xfs_58_all.udeb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCAAGBQJWt4MnAAoJEIcvcCxNbiWoszgP/iO7XhGkL/4t2+LsF2K+FG8y
SKUioyg6U44TK5BMkG2Jmp3MXEduxMedINurn3mj/CN75vXm2Zxm7QCAb97lUWnL
SgbC8JSy+yZMiZtiKhGhNPCzoIG9uxsVtzEpwIAIruCW0z0Xu/MPAdty4QREacwB
JoGWow6SbBQtIHJeHHarAX87UK5Tmh0JhWUC8JW0Z77JvfxZSG5Q2PY9+qayGadT
4XwB1W8n3hSUQ5QasarjQWJ3g9N9j4TQ9oHhPvOzuYDLYyvtD6s2zHEOaIoZK6Nk
2tDIlDXgP5tFqOQbGiwnBkZ1lZIzwZlhHF3oB98XXbh5c8CtwR4ytbx4jL0tkk2s
mE1sB0v3MFA5Q0lfazYt30SCp26zgO7pReQoVOPrUojixLq5p4swU4TX7MPLMBMZ
qFYb/hVloA7lKYCKyjqqvfU1lwZUUYbUw1e1L/3lid2PbeJZ6U48eDSZOVMuabS0
XvOyN7Ymio2h6M17PhHRi2gPawJNt2sMV6TCF25OFjiUOiHRf4+pys6WEccz1nxu
aTdxgoBHJrnNqkoCpHJF2IylGz4EPSYwHouH2F/nR8yfyrQH90UT4HasU5xYZVK/
Z1IGB3aeRdUJa8jzRhlmn8pWrwIf6JvCz+sQ7Q8Qocf+k7yD0IAQK6kzznk+bWB7
gHC4WAd6/v4JVi+S+X5n
=WuhQ
-END PGP SIGNATURE-


Thank you for your contribution to Debian.



live-installer_52_i386.changes ACCEPTED into unstable

2016-02-07 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sun, 07 Feb 2016 18:47:47 +0100
Source: live-installer
Binary: live-installer
Architecture: source i386
Version: 52
Distribution: unstable
Urgency: medium
Maintainer: Debian Install System Team 
Changed-By: Christian Perrier 
Description:
 live-installer - Install the system (udeb)
Changes:
 live-installer (52) unstable; urgency=medium
 .
   [ Colin Watson ]
   * Use HTTPS for Vcs-* URLs, and link to cgit rather than gitweb.
Checksums-Sha1:
 171cd80436b41291f4d8aead27899034f8984bfe 1705 live-installer_52.dsc
 0554b281d6e9dc2e6731a9341406a615a14f3988 52612 live-installer_52.tar.xz
 1978a03a21f82206cf36f53cae72bf6b611239cc 32336 live-installer_52_i386.udeb
Checksums-Sha256:
 bf38dc53244a47ec126ad47c3f832c2f46f02251b274bf4f49898c8c215cede8 1705 
live-installer_52.dsc
 b5d3ccd68b138f5636f33497a9abbeee27d46e227b12facdba0f3207f6ee1035 52612 
live-installer_52.tar.xz
 c6d29de84df3690fef49224b51b10b2d5607b3ff7dfa6c409739f82753bd85f8 32336 
live-installer_52_i386.udeb
Files:
 74775c41281b2d442253c1163ea671f1 1705 debian-installer optional 
live-installer_52.dsc
 56dad62cfb099f4a07772100c1b91566 52612 debian-installer optional 
live-installer_52.tar.xz
 f72d4481ccbcba5d19e62bb6969cc6b5 32336 debian-installer optional 
live-installer_52_i386.udeb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCAAGBQJWt4RXAAoJEIcvcCxNbiWodxoP+wTtP8cjW8w021lMNY2BVZgi
wAXS+VAvakb4+8HfmaqZTk7XgXpGNmSFhD3jnmxioqco2VnE8wwfFWbutNlx32F2
nYRegqCwWy5MDTkllaj2ZBLanBxV0HwqmuwkREB6Va1jjPeW6Ft6JE4BKF6fAAt3
yAXQch0qIbXpbNsB2KJ/0ir9l7I8vImUhUU3AX1pa0m1DL5kDdKx2xPTYZlKVpSy
hhQ+7AyW8OOiWLhqVsoxcBJFWBxAyiZOdCCC0K45HpEr7s6zgTdoxINeutKL5LuY
XaUdDOnYeOoJRbmal6tzBg7dauRGU9UOmXn3Di5L6CUnCJzsoLV/oakR6azpqsOa
UyMKKx4d+jG5YOglZQZKRZXYSoZQPA5NjsN3dXNKo5Z68xVvnLAo4S8pvHf3I7i9
6csVZy8ukUf2sQ92Gb6O4LfyteIgdXLcroxv0adbU3jh5tD/qKqcxBpGYK9YEu/B
kB8MT162S5rxYerc3cD56x8MI5z9+TmnRvUJgUjdGX45HCA5QjuK+5UR+S8mDDGJ
Gr07notIYoCNm5//te0+sM/wDoj3pEKxQOIcgENfiroLvSxTRUGlFHhy0IdWmeBJ
UFMf6n0uMKKwg9aqb5rpi32Gu4TEAEfcCB/obTw4Dj39EctNZuwNc4iSuzoXCto3
nIMDwT4L7k2vY87ek9ug
=ovfA
-END PGP SIGNATURE-


Thank you for your contribution to Debian.



partman-zfs_50_kfreebsd-i386.changes ACCEPTED into unstable

2016-02-07 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sun, 07 Feb 2016 18:27:19 +0100
Source: partman-zfs
Binary: partman-zfs
Architecture: source kfreebsd-i386
Version: 50
Distribution: unstable
Urgency: medium
Maintainer: Debian Install System Team 
Changed-By: Christian Perrier 
Description:
 partman-zfs - Add to partman support for ZFS (udeb)
Changes:
 partman-zfs (50) unstable; urgency=medium
 .
   [ Colin Watson ]
   * Use HTTPS for Vcs-* URLs, and link to cgit rather than gitweb.
Checksums-Sha1:
 eb7b2408641ea3838ee65d9e982854429fa2f723 1695 partman-zfs_50.dsc
 4dfbc9f847042b8f1d32d15b5cf6a1da1be2f48b 260856 partman-zfs_50.tar.xz
 c656d37996609f44dd12c8ea76bb6807cb0b59f6 286978 
partman-zfs_50_kfreebsd-i386.udeb
Checksums-Sha256:
 3f1310fdb8d3c7a8c573a7c13aec0942e43dd4136ec0305d4c604de2f5f84fd5 1695 
partman-zfs_50.dsc
 d6f441a920b6a09f133edde8d12a861666307c1226f6cd5db326ffc466cb3861 260856 
partman-zfs_50.tar.xz
 8d7b49b9015cee3479d1e4e1f2277206ad179e22cb38e46b9c33276c4ed0464a 286978 
partman-zfs_50_kfreebsd-i386.udeb
Files:
 fd858ea8c20c0b3bead14503b9c67544 1695 debian-installer standard 
partman-zfs_50.dsc
 665f23e0b28189c0119447d19c404b96 260856 debian-installer standard 
partman-zfs_50.tar.xz
 364be959560ff6ac80114600c8011451 286978 debian-installer standard 
partman-zfs_50_kfreebsd-i386.udeb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCAAGBQJWt4VTAAoJEIcvcCxNbiWoDzoP/3WLNR+X0noXnxmUtclQjlFc
M+HZFMIwQSojJ8LfNcqjuhdr60Spv8gaWtcpnc8Pvr64I6Xs9dLvmdmUklRhNLo4
YUDV1ox9r1pl+dJIqviP3y1FFDWZe7TJSPcULQLYObcHXhuNtV4RHVIzawm9QKPI
bo9W7sDrex4SqSw2MR77sVxxNSbsW47S7EZG5BbuamMaxb0o8FJ8wLw2XTNQnq57
2Z+z4Vs6hnVckBdllJPaQ9aviUkgBDfcPOAk85sPbU2obplx3/LQE8PZ5D+WqYX9
6M8pYVA4Fgrbrwu0Ve1+wdTXS3uNoR4BcSN9ut5o22nZcz80n7a6ti2bzgUEhVHi
kgSUPu1w0RBgoUNDMc6t9fa+sbyQrTyUaK93L5r/awLTDZVVWriCOxtiua9O6Bdk
elTxgyWHMvHpOoHKQHNNN73s9eRRMUq1e4r/Xb4p/n3aOQwGjV9Ss8v1VwRuQGZl
PIgsiKGLEtrq49ZTxHkBvpN21amAaOmQX1/W/BlHs7WZPNZcXwzODJ2P6qhkiPcN
B47M5tpU1DB6EWrsJHSOHf02BIIwerWjGD3qifL22ujALxcBIcqXygpzSHIJyrD9
ah7pbyVB8e7QQXmRu6Kmj14AD4ojNEZDm90Ph0l5vLi84fkk7PPbLaANs/QoSolC
t3G33ClFvs2SW0xkwN34
=Hd0i
-END PGP SIGNATURE-


Thank you for your contribution to Debian.



partman-newworld_34_powerpc.changes ACCEPTED into unstable

2016-02-07 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sun, 07 Feb 2016 18:46:42 +0100
Source: partman-newworld
Binary: partman-newworld
Architecture: source powerpc
Version: 34
Distribution: unstable
Urgency: medium
Maintainer: Debian Install System Team 
Changed-By: Christian Perrier 
Description:
 partman-newworld - partman support for new-world PowerMac boot partitions 
(udeb)
Changes:
 partman-newworld (34) unstable; urgency=medium
 .
   [ Colin Watson ]
   * Use HTTPS for Vcs-* URLs, and link to cgit rather than gitweb.
Checksums-Sha1:
 a81ba803369b8ec4e49530e48b4852dfa3fbb18d 1685 partman-newworld_34.dsc
 c0af23821d65faf91d7b0f36a409737b0b9d6f46 36660 partman-newworld_34.tar.xz
 48c3b308e6e1cd645bf759d7a20eb0c40e10034c 19200 partman-newworld_34_powerpc.udeb
Checksums-Sha256:
 728ff1631d522d25efc376937393268d64c9dc3799f4a0942206521fedf021be 1685 
partman-newworld_34.dsc
 121e82cbb14e735f5292deb7107894a73ccb4c041132df2179b4ddeb12f52f30 36660 
partman-newworld_34.tar.xz
 ecd11aecc69d1f55b762d8f2d2c1fae006d08d260e0d2677801bec90fde66f07 19200 
partman-newworld_34_powerpc.udeb
Files:
 8abaf48e286ec289479e5057f2e9945a 1685 debian-installer standard 
partman-newworld_34.dsc
 1b9db50663aaff216eeecd418084513e 36660 debian-installer standard 
partman-newworld_34.tar.xz
 e764b55d449c384a8ee0af2543951f2d 19200 debian-installer standard 
partman-newworld_34_powerpc.udeb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCAAGBQJWt4XDAAoJEIcvcCxNbiWo+ogP+wVk0NrLr/EJgA9tjUA+TSI3
jaGuTrjhseoodvu125i+QDyus3MhqoZBBlxZcxlMxdU70ZF/nFTwh1GwOuyYvi1B
jFNZ5gGcwz/1CmHNOMcVcnOlUk4TFqMZE8Mt9KOIqCuPDe0CullgmcXGXFqzbFob
9wGTwfHYS5iFHGCedyS7iTj7IGGDRhj9iF9tB9TEH21oUeJ7DX60r4/c9IwZZs45
CrRlecWffGTr7S+AwJcO6fPfri+8+jOfPtVlWtDO+X+XtRRlShxKvpDeQC9W2lU9
KrGuzYcRJxFPDm7g5Qe1UR/c0wNwjJVI9iSTlgL0DPpUEvbs05OlAmE86QvejTWO
WyxQWKrizNwk2XmGXy3CWSkZeklHbNyXwlzINsce3eBhX7r8Ddy77m8lAVt3jYIt
nOj5qZH1Yxo7wo3qgGp+OvlAYn0hWRr9yWqOnRBVfg9/4Ti/7KhqJXKIQLC1COSr
v3N/Go4miBlODtOqc90I1PbSVZcVOQMD0MNa2RzwmkshKDFK+2RGUENL3Rvn5wby
b0YS/yfmZPvhABUbiZeVAO2/Yw9pYrEcJ5JLWhuDs2WeC+PA5r33fDvbfUW9VTxs
G2Zf+h6k/vTstG4NzRfMCxhNyJVo5XtGXnTNrIx+nS043HkCvT91vAwAFxGqrPRV
y9P5Xe5stiT+6qX0xjvB
=lPCk
-END PGP SIGNATURE-


Thank you for your contribution to Debian.



cdrom-retriever_1.38_i386.changes ACCEPTED into unstable

2016-02-07 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sun, 07 Feb 2016 18:58:53 +0100
Source: cdrom-retriever
Binary: cdrom-retriever load-cdrom
Architecture: source all
Version: 1.38
Distribution: unstable
Urgency: medium
Maintainer: Debian Install System Team 
Changed-By: Christian Perrier 
Description:
 cdrom-retriever - Fetch modules from a CDROM (udeb)
 load-cdrom - Load installer components from CD (udeb)
Changes:
 cdrom-retriever (1.38) unstable; urgency=medium
 .
   [ Colin Watson ]
   * Use HTTPS for Vcs-* URLs, and link to cgit rather than gitweb.
Checksums-Sha1:
 fe10aeeb032fabb27ac3857c0e330b77e6a6d5b3 1736 cdrom-retriever_1.38.dsc
 fdf6b280b095b7f822ed09a2c0a0fe20c9798749 36312 cdrom-retriever_1.38.tar.xz
 c9a54486a7f809ac64ebab57b450716b5bad2bb7 14288 cdrom-retriever_1.38_all.udeb
 6ab0b3aee9167aed70d2856384ed7e4e8d79316a 3900 load-cdrom_1.38_all.udeb
Checksums-Sha256:
 4b9ba4d90a55b896cdd42738c9c95443ac9c4d964ed834a455a502121e390045 1736 
cdrom-retriever_1.38.dsc
 3a402ef1ba831f027927d1efe58c457b7b3f21a42cdf6cf38e23b6a166003c14 36312 
cdrom-retriever_1.38.tar.xz
 fadbcbf09ea4f5540a98fa4dfe78c8c30de78055995554d41b7ce1744426f168 14288 
cdrom-retriever_1.38_all.udeb
 8941d58499311787e371ea314e3c5d685a3c596cc563c2d35273c64ea12e4882 3900 
load-cdrom_1.38_all.udeb
Files:
 3a75264ca54a88306421072cb6d51ed3 1736 debian-installer optional 
cdrom-retriever_1.38.dsc
 782b4d42fdb163102d7c1091d6db4173 36312 debian-installer optional 
cdrom-retriever_1.38.tar.xz
 52584b956c2fc00fc4357c35b37d45f6 14288 debian-installer optional 
cdrom-retriever_1.38_all.udeb
 d28c6c3556d43c339629552260695448 3900 debian-installer extra 
load-cdrom_1.38_all.udeb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCAAGBQJWt4kSAAoJEIcvcCxNbiWoRZAP/3Z0opd1QR5PLq7HQA6LNr7L
5wJbVDV2wzRywNl7sFtrV4YvoXsk9meM4piS7ftwkLlKjrRrKorUL5V+vVkGkIZG
2fVDa91r0xqUYeNbDtIDCk4x6+Zr8KVSkPmXOFzicIY6wm4nuJ/J+tSGAnR81Ga3
HqcyCh3mxStKSgCdOEIFpatyNzRTSMehccnlptxeyI//uOCuxC2LRCfSQOfmbkrG
gE64JOlxTU+eo/UYIFgxCFsjbq9ghJYOXKv6W9y82cekOlUsOIIGVeZrvT9mcGNo
mD1zGEr9ZFU0Ljzds42TGo4cJ+pTEb2a3TXc7XjpCZlZsQeW/3AwaHe+d3zX4NXn
68kXl0xIH9fCJtmOJ2xfiDL4575VSca68y1P8+DCcxRyAK1lQbvIg4EcmQmFqtaK
ryPaiRrmE6hhSBtuphxnJZm0mg3xAOojWqztqheBII9jkJ9OuGx12xof4d0gW/ga
9VymCmBC6pKXmN7GMF4+zBDe8966fSVUFi97Q2djwV5xSnpDStaYL4s2whf9p5aS
iwN5LeheWGSpGQQQnpqgUo/yLhq+TprJRzT8qU5lZw0N+c4T0W18ZYVyDR/bEXSj
hBFEOaBBfhAcmdEEALAmtXeMHT9nkawHjGhYS3ToMfHJZnQzAF4Py64uSdJ+NQ8D
7gF9m7jJi7+nrhaD+v80
=K3my
-END PGP SIGNATURE-


Thank you for your contribution to Debian.



clock-setup_0.128_i386.changes ACCEPTED into unstable

2016-02-07 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sun, 07 Feb 2016 18:56:21 +0100
Source: clock-setup
Binary: clock-setup
Architecture: source i386
Version: 0.128
Distribution: unstable
Urgency: medium
Maintainer: Debian Install System Team 
Changed-By: Christian Perrier 
Description:
 clock-setup - set up clock (udeb)
Changes:
 clock-setup (0.128) unstable; urgency=medium
 .
   [ Colin Watson ]
   * Use HTTPS for Vcs-* URLs, and link to cgit rather than gitweb.
Checksums-Sha1:
 dab19b68af58c0b03f680d51ec416d78d89b10cb 1632 clock-setup_0.128.dsc
 0f6fd7171da6747c1132f238fb8bcd38aacb528f 75764 clock-setup_0.128.tar.xz
 1ad60b0c19557f123bf5354e5e6d464548ec9fbd 63272 clock-setup_0.128_i386.udeb
Checksums-Sha256:
 d2fb619bf42b068b70e40ed53484bc5c6c9abc9fc3adfadde8dc3b41349ae108 1632 
clock-setup_0.128.dsc
 722df7d55ef472170efadc2a022e923d929f498d8042610a903c274fc624896e 75764 
clock-setup_0.128.tar.xz
 20e1969a26371a46100b9c86c377136a69c21e64da14ac34b89f3eb8549a9ca6 63272 
clock-setup_0.128_i386.udeb
Files:
 0024d05ada2bd60d1d56a617a50945c9 1632 debian-installer standard 
clock-setup_0.128.dsc
 bd2b662b704ac2831ee8bb42e56b5c45 75764 debian-installer standard 
clock-setup_0.128.tar.xz
 7a348a2b222c73ed606440a841f72f25 63272 debian-installer standard 
clock-setup_0.128_i386.udeb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCAAGBQJWt4kBAAoJEIcvcCxNbiWorxkQAKHpS7PfbpDSn7urryonB3sI
3461aoZD+zeRvJ8VLAVEcZ0F/rtEeOwQ8bAT4Xqr2YWfzyDi804HqlMgLBFx7muL
Mc9ZkQOjkTVID2kOZnNC1f0rnRrGzt9dP1p784tiPzFawHAbIVqluBXhBaB80/Ls
6v+6mF9gjPDLQehHhmNapjblugdn15X/0qM6jt/0KgQKv5GmyNkzGYW/9xRmYR6x
qlaAV6FUvF+enQ28nfTCgmI4EjlsXJVdkWI6WvBtR9nAbALyajkD2q+eiNuLvT8x
9+kOWt2OdNAKqrPo5Dwbo9Ilg7Uxsoy3Zi+OE44GK+awMfy459jmapL/Loj4IKcm
xIeSkyCmX2jJIXHFAZHW+ikVg1aTSQczMdL1UgFx+9lHOURJI6kFWAJm5rIBmnfA
+XdGcpXZoYZiIHifLDh7b+k4IKZynby77TgeqhG275d6y8rU6Z8XIXTYBURi2eB7
o6E1TL4c5dZU9P9LaBcJp+wHcZfQYhIqzgEa98uhQO/QMlrZy/bRb8kN7x7sBTTd
/2qhqkiWC5wnJhd/jH3nhcz9IEzHeTjUlu+ovumJ4X8kT4g0ScZz9QfrX62MHbfa
KRD9e7ymj4lLYsM0CMnLRiuqqBocGv0vkBmVIIcOddvX2oBgQrypxw16b9ZSjym3
jlQSBoTat76bjllNT64+
=Wr8h
-END PGP SIGNATURE-


Thank you for your contribution to Debian.



Processing of mklibs_0.1.41_i386.changes

2016-02-07 Thread Debian FTP Masters
mklibs_0.1.41_i386.changes uploaded successfully to ftp-master.debian.org
along with the files:
  mklibs_0.1.41.dsc
  mklibs_0.1.41.tar.xz
  mklibs-copy-dbgsym_0.1.41_i386.deb
  mklibs-copy_0.1.41_i386.deb
  mklibs_0.1.41_all.deb

Greetings,

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



Processing of partman-btrfs_20_i386.changes

2016-02-07 Thread Debian FTP Masters
partman-btrfs_20_i386.changes uploaded successfully to ftp-master.debian.org
along with the files:
  partman-btrfs_20.dsc
  partman-btrfs_20.tar.xz
  partman-btrfs_20_all.udeb

Greetings,

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



Processing of mklibs_0.1.41_i386.changes

2016-02-07 Thread Debian FTP Masters
mklibs_0.1.41_i386.changes uploaded successfully to localhost
along with the files:
  mklibs_0.1.41.dsc
  mklibs_0.1.41.tar.xz
  mklibs-copy-dbgsym_0.1.41_i386.deb
  mklibs-copy_0.1.41_i386.deb
  mklibs_0.1.41_all.deb

Greetings,

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



Processing of partman-btrfs_20_i386.changes

2016-02-07 Thread Debian FTP Masters
partman-btrfs_20_i386.changes uploaded successfully to localhost
along with the files:
  partman-btrfs_20.dsc
  partman-btrfs_20.tar.xz
  partman-btrfs_20_all.udeb

Greetings,

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



mklibs_0.1.41_i386.changes ACCEPTED into unstable

2016-02-07 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sun, 07 Feb 2016 19:13:26 +0100
Source: mklibs
Binary: mklibs mklibs-copy
Architecture: source i386 all
Version: 0.1.41
Distribution: unstable
Urgency: medium
Maintainer: Debian Install System Team 
Changed-By: Christian Perrier 
Description:
 mklibs - Shared library reduction script
 mklibs-copy - Shared library reduction script
Changes:
 mklibs (0.1.41) unstable; urgency=medium
 .
   [ Colin Watson ]
   * Use HTTPS for Vcs-* URLs, and link to cgit rather than gitweb.
Checksums-Sha1:
 8a10a3c97c14277382c46f9773e9e931d916d882 1727 mklibs_0.1.41.dsc
 4bb5550a86d706da7a535fc933b7458819db8e5e 22336 mklibs_0.1.41.tar.xz
 7a3cf08498358903094e8b6c9103957de43e7dc8 234458 
mklibs-copy-dbgsym_0.1.41_i386.deb
 e02fce52446a2dbb2689faa636e3d123b3db091b 37518 mklibs-copy_0.1.41_i386.deb
 5b20122c814c2c2ecb878a0d59de22dbfa50b44f 14286 mklibs_0.1.41_all.deb
Checksums-Sha256:
 d9a51a7bdb620d4254dfa3ff1f3b75c90f337c1abd7dbcffd633dffd1349f928 1727 
mklibs_0.1.41.dsc
 058c7349f8ec8a03b529c546a95cd6426741bd819f1e1211f499273eb4bf5d89 22336 
mklibs_0.1.41.tar.xz
 b1dfccd52cd4cf43da1857abcb0529e193fe30277fefa79e75a91f95c4bf513f 234458 
mklibs-copy-dbgsym_0.1.41_i386.deb
 dba395e1583eeb0098ad31edd90217715688faa258849cccaf5659eabbf9d021 37518 
mklibs-copy_0.1.41_i386.deb
 275994e2177fb5bb0ee147bcc814f2de742d0efe2e3115c68115cccf68ae0d4b 14286 
mklibs_0.1.41_all.deb
Files:
 3bf6db40ab713f1a01d714265571f0ee 1727 devel optional mklibs_0.1.41.dsc
 6b2979876a611717df3d49e7f9cf291d 22336 devel optional mklibs_0.1.41.tar.xz
 78917cf2d2378c3979847f6789e24362 234458 debug extra 
mklibs-copy-dbgsym_0.1.41_i386.deb
 4943470e596dc73ffdd139c5ed41f9e5 37518 devel optional 
mklibs-copy_0.1.41_i386.deb
 14f14ce0b579edcd8a9df862e8af6045 14286 devel optional mklibs_0.1.41_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCAAGBQJWt5NKAAoJEIcvcCxNbiWo0J0P/0MxoRpFQnwqv8NlX1iTK2Av
FFCsiWCSDeBTJVafjMAIzpqnx24lhM+nI/oFZRWaoWeXgNv0WN+c8Ddjqj4W0o3m
BzxGsoWXMEluPNSmm8oPdS5WWikdklh/ZWpxhchlE5VfF0cdt5b1CNPuJ3dABzN/
Nrp8vRF+JtkyeW2tVTcKJQ+nvd7lP2gZHsyfcKmSEoE4xznffpZXPl/nUJ5OKVDr
ucqx7TrmIBIDQdh/cPmQ/mCAZ6mwkfRauVIDaHqOr/RvjjDVdXTUVF14aQdd59+Q
dZ9oE3S1BDl71/h5KN1CzcCiwooLe6p2XD1Fy5j7kow7CKK8SISKEWVfCyvTGb00
uEn9YOxB8PFErPHhYKOKcbSsxA94OET5yp8LM3W9qFF1QgLVxNCpW68aB9rAA0ZH
9Ds/2KCmgvnZ+AqvyHJ4hwgOgoL+WsE1fcE6bZNSuJeSSKhC+1T4MA0O66CMb1Do
SIVHSaVrOXjpz9I6lM9uZJw7QRItH7WCsLHdjRoWEOlLSrDE3/nLZk/JiKPlaUV2
kSkiS94VStbb72fnYPLyOVbLeq46yl0wn/Q2vIaKA/kciYhZZRgfiBs4+IjWfXsq
wQjrqrREhIZJFj/5sXozrqCsKRU4irVyljMwcP9ToFoop6b8ZiwiEIgWV/t/9XOh
MIqV0LwqhDLWNItjGbD8
=k9WT
-END PGP SIGNATURE-


Thank you for your contribution to Debian.



partman-btrfs_20_i386.changes ACCEPTED into unstable

2016-02-07 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sun, 07 Feb 2016 19:13:19 +0100
Source: partman-btrfs
Binary: partman-btrfs
Architecture: source all
Version: 20
Distribution: unstable
Urgency: medium
Maintainer: Debian Install System Team 
Changed-By: Christian Perrier 
Description:
 partman-btrfs - Add to partman support for btrfs (udeb)
Changes:
 partman-btrfs (20) unstable; urgency=medium
 .
   [ Colin Watson ]
   * Use HTTPS for Vcs-* URLs, and link to cgit rather than gitweb.
Checksums-Sha1:
 c66fed127a4572e8b7756e4cd67eef7426d61e49 1694 partman-btrfs_20.dsc
 880131a212278887f815b00c37b28c3e68bd5c98 25792 partman-btrfs_20.tar.xz
 934fe773de5a72411bf162d876de25e3c9bbc409 5560 partman-btrfs_20_all.udeb
Checksums-Sha256:
 bfbf485576ac6326beda14d03883c2817168adddf9fdc515dc909686c03d202d 1694 
partman-btrfs_20.dsc
 074c52be1e751bffe503c4467e11a9380b4b23c06df211acce0c16671fb09280 25792 
partman-btrfs_20.tar.xz
 35b3fdd332ef89d95549e050b3c2cf64b6137b6ed7f4d0868804f88732d3b9cc 5560 
partman-btrfs_20_all.udeb
Files:
 9af29bec948df753704795b7579c1e7b 1694 debian-installer standard 
partman-btrfs_20.dsc
 46df3a0d7793c4fd1deb7eca39788c40 25792 debian-installer standard 
partman-btrfs_20.tar.xz
 27bea015cc09d1981feffdc873c5c99a 5560 debian-installer standard 
partman-btrfs_20_all.udeb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCAAGBQJWt5NtAAoJEIcvcCxNbiWoTfAQAJo81X8El5w3/wgGn69kfvjA
t0PXxQLEIKEC6pJbjw2zt+wfhbgO6uV1AB26L4WsaC9g0DZRie0Eei1qFpgP9HmO
dMrrg/fecpEYTY+3lhL/87Lbmlq1lqjWOXAVcxoG1Y0bVHaWNljsHSflNgL80IfA
rL3BqZpWjE6j6QkVY25dEKC6B2k4o/9+y9GTX/G2oj0Ne8wiQhx9nos5nmjlMAVR
tTxOry+PvUP8u85FzrDQv7IBvJ/L2jpM3URa7wZIxJbRZgQcZ483iuaYVZH+OhAU
s3c6cY0Z9ocBDBE03hpcAq8273Y4gffX/+p5suIALJKD8ph9KTBzcrYZ5gg18v9R
YyUDSBwNSnWFcBomnlzL7t2LB1VH9wV3pEffQae/CBBbV6MXx9ovLrExux0FrMdg
JgQZbCp7SAD/KR+lxjVfa37w6nkd7xvYUPMXxyym/CeUu3cp/9Xf/zPxE7ZwGut4
d4lIIopo6FW3TuTG9bz2v4E7WnCCo9Nme0i/giEZoJgtavgcOGzNr3Rd7Ik3zv6Z
eG8mn1p//mqesfKVYSOyFDRSuhFqN3cQg+SBiNqM1V7bGH1VkKrotCJBant4LOyj
LL7VrUwgDpxAgJLG+UJU9+yhe0hGytmH44ocLfZvUFmOeSk5tmBSNlfrc1A70Wpr
Cp/AmomiLRrobZFthKA1
=k/k9
-END PGP SIGNATURE-


Thank you for your contribution to Debian.



Bug#771864: libdebian-installer - dependency resolver support excluding packages

2016-02-07 Thread Asbjørn Sloth Tønnesen
Hi Cyril (and Bastian if TL;DR, then see note at the end)

On Sun, 31 Jan 2016 16:25:12 +0100, Cyril Brulebois  wrote:
> Asbjørn Sloth Tønnesen  (2016-01-31):
> > On Thu, 4 Dec 2014 00:36:40 +0100, Cyril Brulebois  wrote:
> > > Thanks for the patch, but clearly not for jessie.
> > 
> > How about stretch?
> 
> To be honest I'm not sure how wise it would be to have a less
> deterministic behaviour than the one we have right now.

It can only decreases the deterministic behaviour, when a list of packages
to be excluded is provided. Currently the only software with patches available
to allow this is cdebootstrap, and only as an extra argument, not by default.

Your point could be made against using this option by default,
 without the direct knowledge of the end-user, ie. in DI.

I'm not proposing that.

What I'm proposing is to make it possible for advanced users to install a
non-default system while still obeying the dependencies of all the packages.

In my patch for bug #805792, I have described how the logic works in the man
page, so users should know whats happening, if they use the --exclude option.

I would gladly add a few di_log() calls to this patch to make it more
obvious whats happening.

I highlu doubt that you will get an increased support burden due to this
feature.

I see three failure modes of this feature:
- Excluded packages installed anyway, due to lack of an alternative.
- Failure to resolve dependencies (due to incorrect dependencies)
- Failure to boot (due to missing dependencies on installed alternative)

The reason of the first one is explained in the man page, and could also be
added to the logfile, by added some di_log() calls.

The two last ones, I don't see as a problem, but rather a benefit as it improves
the packaging quality. I would also expect users who would use this feature to
be able to debug this on their own, if it works without a package excluded,
then it must be alternative dependency of said package causing trouble.


Bastian, could you please push your cdebootstrap git tree, it would make it
a bit easier to maintain unofficial packages. Your public tree is stuck at 
v0.7.0.


-- 
Best regards
Asbjørn Sloth Tønnesen


Bug#808041: marked as done (s390-zfcp: Install Debian on FC-attached SCSI devices on s390)

2016-02-07 Thread Debian Bug Tracking System
Your message dated Mon, 08 Feb 2016 02:00:51 +
with message-id 
and subject line Bug#808041: fixed in s390-zfcp 1.0.0
has caused the Debian Bug report #808041,
regarding s390-zfcp: Install Debian on FC-attached SCSI devices on s390
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.)


-- 
808041: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=808041
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: d-i.debian.org
Severity: normal
Tags: d-i

Dear Debian Installer Team and Maintainers,

I would like to contribute a new package for the Debian Installer
to configure FCP devices and install Debian on SCSI devices which
are available on Linux on z Systems.

FCP device provide access to SAN storage, for example, SCSI devices.
SCSI devices and DASD devices are the main storage devices on a mainframe.

With the FCP configuration utility, users can enable FCP devices.
Depending on the hardware configuration of the FCP devices, LUNs will
be automatically detected and attached;  alternatively, users are guided
to manually add LUNs.  The FCP configuration utility can be preseeded
to perform an unattended configuration of FCP devices.

I will attach the patches for this new utility, as well as, a README
with more details in another mail.

Feedback for the FCP configuration utility is very welcome!
I am looking forward to discuss and work with you on the steps to make
it available with the Debian Installer.

Thank you very much!

Kind regards,
  Hendrik

-- 
Hendrik Brueckner
brueck...@linux.vnet.ibm.com  | IBM Deutschland Research & Development GmbH
Linux on z Systems Development| Schoenaicher Str. 220, 71032 Boeblingen


pgppOw9UVuOGq.pgp
Description: PGP signature
--- End Message ---
--- Begin Message ---
Source: s390-zfcp
Source-Version: 1.0.0

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

Debian distribution maintenance software
pp.
Philipp Kern  (supplier of updated s390-zfcp 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, 06 Jan 2016 11:36:46 +0100
Source: s390-zfcp
Binary: s390-zfcp
Architecture: source s390x
Version: 1.0.0
Distribution: unstable
Urgency: medium
Maintainer: Debian Install System Team 
Changed-By: Philipp Kern 
Description:
 s390-zfcp  - Activate and configure FCP devices for installation (udeb)
Closes: 808041
Changes:
 s390-zfcp (1.0.0) unstable; urgency=medium
 .
   [ Hendrik Brueckner ]
   * Initial release (Closes: #808041)
 .
   [ Philipp Kern ]
   * Minor fixups for Debian policy compliance.
Checksums-Sha1:
 a0e7480de929d7270fa04cf77e44cde34bbe33fa 1253 s390-zfcp_1.0.0.dsc
 8d32f0a00199adf4096b87233049cc5c2d7f29c4 23884 s390-zfcp_1.0.0.tar.xz
 fe2b345e689c3514a883d1957c2bb7fa0cf847bf 12470 s390-zfcp_1.0.0_s390x.udeb
Checksums-Sha256:
 1e974e14e1fa4d504f9ed3cc6793fe25b5a0e8b886a6f5360737dd3c0ef2b123 1253 
s390-zfcp_1.0.0.dsc
 5a7617f3f7ef6507a9d35a6162146224232656c18c7c2be1603560ba3b3205d4 23884 
s390-zfcp_1.0.0.tar.xz
 5f066a67317ccb0a658a0d7f78f3fc5a199173d4618131680f1a21c1c42c42de 12470 
s390-zfcp_1.0.0_s390x.udeb
Files:
 d4d55a981d4f854de39a95b6801e8902 1253 debian-installer standard 
s390-zfcp_1.0.0.dsc
 8e281aefd62c249394741513dc8e9a00 23884 debian-installer standard 
s390-zfcp_1.0.0.tar.xz
 a479aaa11769323ebf75d4db41391379 12470 debian-installer standard 
s390-zfcp_1.0.0_s390x.udeb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQEcBAEBCAAGBQJWjO98AAoJEERuJUU10FbspTUIALDBEnLEjLom88HhRx2oSqQy
chVh6Ode9stecID39XLxoEji67MrBaUH67hvCG302Q4n3F8biJCL55U0VfkMukJ9
SAATIhNCJzGlmpejDh3Ypvfs177NWxStbbBJHaRJMjkO45BIjmV/47fUyYILN1cF
iI0EVd3aNgopj1jqELTyaAE6PkAHOj4b6Mz2uGmNmI18U9dU5jOhu8LHhxbVM1zH
mRXah/iK++CGIsR/cxcMJh79BgfGofiEbOogvZmyyxud7aDqcXcDSaosOIj5qV1q
Syz+vPqwzchWLVyXvessSo4bBL6MbmFw9vggRN7BYlhh02c7qE6DdxyIFPMEQ8Y=
=Nbp0
-END PGP SIGNATURE End Message ---


s390-zfcp_1.0.0_s390x.changes ACCEPTED into unstable, unstable

2016-02-07 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Wed, 06 Jan 2016 11:36:46 +0100
Source: s390-zfcp
Binary: s390-zfcp
Architecture: source s390x
Version: 1.0.0
Distribution: unstable
Urgency: medium
Maintainer: Debian Install System Team 
Changed-By: Philipp Kern 
Description:
 s390-zfcp  - Activate and configure FCP devices for installation (udeb)
Closes: 808041
Changes:
 s390-zfcp (1.0.0) unstable; urgency=medium
 .
   [ Hendrik Brueckner ]
   * Initial release (Closes: #808041)
 .
   [ Philipp Kern ]
   * Minor fixups for Debian policy compliance.
Checksums-Sha1:
 a0e7480de929d7270fa04cf77e44cde34bbe33fa 1253 s390-zfcp_1.0.0.dsc
 8d32f0a00199adf4096b87233049cc5c2d7f29c4 23884 s390-zfcp_1.0.0.tar.xz
 fe2b345e689c3514a883d1957c2bb7fa0cf847bf 12470 s390-zfcp_1.0.0_s390x.udeb
Checksums-Sha256:
 1e974e14e1fa4d504f9ed3cc6793fe25b5a0e8b886a6f5360737dd3c0ef2b123 1253 
s390-zfcp_1.0.0.dsc
 5a7617f3f7ef6507a9d35a6162146224232656c18c7c2be1603560ba3b3205d4 23884 
s390-zfcp_1.0.0.tar.xz
 5f066a67317ccb0a658a0d7f78f3fc5a199173d4618131680f1a21c1c42c42de 12470 
s390-zfcp_1.0.0_s390x.udeb
Files:
 d4d55a981d4f854de39a95b6801e8902 1253 debian-installer standard 
s390-zfcp_1.0.0.dsc
 8e281aefd62c249394741513dc8e9a00 23884 debian-installer standard 
s390-zfcp_1.0.0.tar.xz
 a479aaa11769323ebf75d4db41391379 12470 debian-installer standard 
s390-zfcp_1.0.0_s390x.udeb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQEcBAEBCAAGBQJWjO98AAoJEERuJUU10FbspTUIALDBEnLEjLom88HhRx2oSqQy
chVh6Ode9stecID39XLxoEji67MrBaUH67hvCG302Q4n3F8biJCL55U0VfkMukJ9
SAATIhNCJzGlmpejDh3Ypvfs177NWxStbbBJHaRJMjkO45BIjmV/47fUyYILN1cF
iI0EVd3aNgopj1jqELTyaAE6PkAHOj4b6Mz2uGmNmI18U9dU5jOhu8LHhxbVM1zH
mRXah/iK++CGIsR/cxcMJh79BgfGofiEbOogvZmyyxud7aDqcXcDSaosOIj5qV1q
Syz+vPqwzchWLVyXvessSo4bBL6MbmFw9vggRN7BYlhh02c7qE6DdxyIFPMEQ8Y=
=Nbp0
-END PGP SIGNATURE-


Thank you for your contribution to Debian.



Bug#807720: Information about Wandboard Quad out-of-date

2016-02-07 Thread Vagrant Cascadian
On 2016-02-06, Vagrant Cascadian wrote:
> On 2015-12-11, Martin Michlmayr wrote:
>> [..] Support for
>> the onboard audio options (analog, S/PDIF, HDMI-Audio) and for
>> the onboard WLAN/Bluetooth module is not available in &debian;
>> 8.
>
> I can test some of the audio support on a wandboard solo (don't have a
> working S/PDIF setup) I have, but my wandboard dual and quad are tied up
> for a while at least, so I can't test the wifi or bluetooth either.

Hrm. Linux 4.3.x appears to kernel panic on the wandboard solo... so
maybe testing this will have to wait even longer...


live well,
  vagrant


signature.asc
Description: PGP signature


Processing of win32-loader_0.7.14_i386.changes

2016-02-07 Thread Debian FTP Masters
win32-loader_0.7.14_i386.changes uploaded successfully to localhost
along with the files:
  win32-loader_0.7.14.dsc
  win32-loader_0.7.14.tar.bz2
  win32-loader_0.7.14_all.deb
  win32-loader_0.7.14_all.exe
  win32-loader_0.7.14_all.txt

Greetings,

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



Processing of win32-loader_0.7.14_i386.changes

2016-02-07 Thread Debian FTP Masters
win32-loader_0.7.14_i386.changes uploaded successfully to ftp-master.debian.org
along with the files:
  win32-loader_0.7.14.dsc
  win32-loader_0.7.14.tar.bz2
  win32-loader_0.7.14_all.deb
  win32-loader_0.7.14_all.exe
  win32-loader_0.7.14_all.txt

Greetings,

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



win32-loader_0.7.14_i386.changes ACCEPTED into unstable

2016-02-07 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sun, 07 Feb 2016 19:13:03 +0100
Source: win32-loader
Binary: win32-loader
Architecture: source all
Version: 0.7.14
Distribution: unstable
Urgency: medium
Maintainer: Debian Install System Team 
Changed-By: Christian Perrier 
Description:
 win32-loader - Debian-Installer loader for win32
Changes:
 win32-loader (0.7.14) unstable; urgency=medium
 .
   [ Colin Watson ]
   * Use HTTPS for Vcs-* URLs, and link to cgit rather than gitweb.
Checksums-Sha1:
 98a0496f4a7c668c0d16f180edf1d2ee4e4c4a2c 1936 win32-loader_0.7.14.dsc
 addf81919a10428820eca1d6e9b9cf6a75bf 238027 win32-loader_0.7.14.tar.bz2
 b298685b170ccdd6934c046a4377d5a91cf3f962 499568 win32-loader_0.7.14_all.deb
 affa4ce151cd543205fbe3127e1e58c4876b0d23 1661966 win32-loader_0.7.14_all.exe
 ac78a3459e2404b20077f5c5479a60c5ff2ecde2 4544 win32-loader_0.7.14_all.txt
Checksums-Sha256:
 5186e2ee33307303de984e31c6eb168a2ab9de96a659ac2c90091e9841d4017d 1936 
win32-loader_0.7.14.dsc
 c7acd7736b6df1485345526e330bd4bacf6a512896605e3cccfdc5789af2f72d 238027 
win32-loader_0.7.14.tar.bz2
 311947b193ed66beee090b6ba95a515c0b2525c576a04e7a1d72c996668a60fd 499568 
win32-loader_0.7.14_all.deb
 6a700fbee27821b079549378305215432b4840071393498a754605b4da40362f 1661966 
win32-loader_0.7.14_all.exe
 119cb5eae13f30daa3a187399629fddd2f9dc982271c6d035aa1fda5f24347d7 4544 
win32-loader_0.7.14_all.txt
Files:
 d22de45f1c8196b88bc3c676aa029307 1936 utils extra win32-loader_0.7.14.dsc
 13f87d72f90177f9f525915776c9c98c 238027 utils extra win32-loader_0.7.14.tar.bz2
 6d94c1115b02144f504fb78fd129ac1c 499568 utils extra win32-loader_0.7.14_all.deb
 27c001767feaed9318e4f6ddbc35b4f9 1661966 byhand - win32-loader_0.7.14_all.exe
 4cdd1e8af270662f9cd04bc2ce89dab1 4544 byhand - win32-loader_0.7.14_all.txt

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCAAGBQJWuCvZAAoJEIcvcCxNbiWogiYP/0cLzx4gGLpNmSjpCn8Xc8VY
47Q+iHJ2ry8CTkD1QUptZpR7HS3vDAKB1Ngo35u0vhWAxJPs7BLqbjpV1EG58jty
BdAH/Mc18wZRuIkhlUY91vv87ddHIIdOwOQWQmgl42pBA+JXrFAWSU1yWgDTrlij
OUkyBCk+Unnh1e+G1JX8fy+Y7ZpqpOHW77PoJ9uLjubcKRehMpWYs0Niybyuir+1
4Hcrwx1jJfH9BKBBdmiwGec6aRHdvPRiMdbtsqHOqmvJpe9CeFuZIqL72AJCF+3o
WMHk0xtJAX1iHAAD1bb89wR1G7Ga3ih3bgMIGXPXn9WNcO0kYatB+tQMalMLL/c9
vAzHk+K2DI2vcZRXi3yG50I/8GNkC9B/AVCfE1Lj2d5Js660hPjexGIwmVoSxji2
7sqLERYyj/AenUNd1orBMxj5md6wub92GjMjdkw++BDAHWuJQ3b6QwE3mxHfOFxB
RSS+YmXFrWTziyQY5Ijqoot6BwpyuqzPu/IabWcVCn8maLFuP4czfh+pNatiP2QS
BTd2NKnyql0mwJ8wFhGMp6+Zu9iO+vebwfdduwonnK4/tfxlQLk2WR0l43RmCPnx
A//esOav3xXrSm2K8OiIgJSeidBNoVfE2SRGdriQdjsLJYT02QIniMgoNEe/HwIr
vhyFu1Ira4YqxLDgdWLR
=B1RD
-END PGP SIGNATURE-


Thank you for your contribution to Debian.