Re: Various unblock-udebs

2017-02-21 Thread Niels Thykier
Cyril Brulebois:
> Emilio Pozuelo Monfort  (2017-02-22):
>> Some more:
>>
>> #854474  src:alsa-libalsa-lib: FTBFS when built with 
>> dpkg-buildpackage -A
> 
> No objections.
> 
>> #854616  scdaemonscdaemon cannot access yubikey using ccid 
>> driver without pcscd
> 
> Not sure it's d-i related?
> 
>> #855489  lilo-installer  lilo-installer: fails in postinst: sfdisk: 
>> invalid option -- '1'
> 
> I've pushed the change, so no objections.
> 
>> #855520  src:bind9   bind9: CVE-2017-3135: Assertion failure when 
>> using DNS64 and RPZ can lead to crash
>> #855540  src:bind9   bind9: CVE-2016-8864 causes more regressions
> 
> IIRC bind9 is only used on non-Linux ports, so no objections.
> 
> 
> KiBi.
> 

Unblocked all except scdaemon/gnupg2.

Thanks,
~Niels



Re: Various unblock-udebs

2017-02-21 Thread Emilio Pozuelo Monfort
On 14/02/17 10:20, Emilio Pozuelo Monfort wrote:
> On 14/02/17 03:48, Cyril Brulebois wrote:
>> Hello,
>>
>> Emilio asked me on IRC to have a look at a bunch of packages which both
>> have block-udeb and RC bug fixes. Here's a list with comments, I'm OK
>> with unblock-udeb'ing most of them (which doesn't mean you shouldn't
>> review as usual for the unblock part), except hw-detect and wpa, which
>> have commented out unblock-udeb lines.
> 
> Thanks. I'll review them in the evening if noone beats me to it.

Some more:

#854474 src:alsa-libalsa-lib: FTBFS when built with dpkg-buildpackage -A
#854616 scdaemonscdaemon cannot access yubikey using ccid driver 
without pcscd
#855489 lilo-installer  lilo-installer: fails in postinst: sfdisk: invalid 
option -- '1'
#855520 src:bind9   bind9: CVE-2017-3135: Assertion failure when using 
DNS64 and RPZ can lead to crash
#855540 src:bind9   bind9: CVE-2016-8864 causes more regressions

Thanks,
Emilio



Re: Various unblock-udebs

2017-02-21 Thread Cyril Brulebois
Emilio Pozuelo Monfort  (2017-02-22):
> Some more:
> 
> #854474   src:alsa-libalsa-lib: FTBFS when built with 
> dpkg-buildpackage -A

No objections.

> #854616   scdaemonscdaemon cannot access yubikey using ccid 
> driver without pcscd

Not sure it's d-i related?

> #855489   lilo-installer  lilo-installer: fails in postinst: sfdisk: 
> invalid option -- '1'

I've pushed the change, so no objections.

> #855520   src:bind9   bind9: CVE-2017-3135: Assertion failure when 
> using DNS64 and RPZ can lead to crash
> #855540   src:bind9   bind9: CVE-2016-8864 causes more regressions

IIRC bind9 is only used on non-Linux ports, so no objections.


KiBi.


signature.asc
Description: Digital signature


Bug#733454: installation-reports: Install freezes after install selection from first menu

2017-02-21 Thread Bryan Klumpp
It looks like my issue is not the same as the one above.  Sorry, I thought
I was searching a list of stretch-only bugs and didn't notice the old date
on this one.  Also the vga=normal workaround does not work for me, so
probably not the same issue.  While I'm writing this though, I should note
that the Help screen did allow me to get to the boot prompt (seems like an
odd way to get to a boot prompt).  I tried boot: install vga=normal
fb=false hw-detect/startpcmcia=false bootkbd=es netcfg/disable_dhcp=true
desktop=kde but it still hangs immediately.  I also found
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=838320, but in that case
the user seems to have gotten to the mirror selection screen so that
appears to be a different issue as well.  I guess I'll file a new bug
report.


Re: partman - tmpfs?

2017-02-21 Thread Lennart Sorensen
On Tue, Feb 21, 2017 at 04:15:23PM +0100, Alexander Skwar wrote:
> Hm, on Ubuntu 16.04:
> 
> $ sudo systemctl enable tmp.mount
> Failed to execute operation: No such file or directory

Apparently a differnet issues caused it to be slightly changed.

You now need:

cp /usr/share/systemd/tmp.mount /etc/systemd/system/tmp.mount
systemctl enable tmp.mount

That does work.

> And all the wikis and howtos that I can find, say that
> /etc/fstab is to be modified on Ubuntu.

That was before systemd.

-- 
Len Sorensen



Bug#733454: installation-reports: Install freezes after install selection from first menu

2017-02-21 Thread Bryan Klumpp
I have what may be the same problem with Stretch RC2 on an Acer R11.  The
install works with the same media on several of my other laptops.  Sorry
I'm not too experienced at troubleshooting this kind of issue, but please
point me to the right docs if more information is needed.  Basically I
select any install type, Graphical, Text, even Rescue Mode, and I get a
black screen with blinking cursor in upper-left-hand corner.  I tried
RSEIUB, Ctrl-Alt-Del, switching consoles, but nothing worked and I had to
hold the power button.  I did actually finish the install on another
machine and dd'ed the image over to the Acer R11.  I just had to tweak
grub.conf to point to the R11's internal flash-based drive, and then it
booted right up.  Then I was able to install Gnome, KDE, and it runs
great.  Had to install non-free wifi drivers, but the only thing so far
that doesn't work is the SD card reader which never worked in Jessie either.


Re: partman - tmpfs?

2017-02-21 Thread Lennart Sorensen
On Mon, Feb 20, 2017 at 04:24:33PM +0100, Alexander Skwar wrote:
> I'd like to create a debian-installer partman recipe for unattended
> installation of Ubuntu 16.04 systems, where tmpfs should be used for
> /tmp.
> 
> I tried having this in my preseed file:
> 
> 
> d-i partman-auto/expert_recipe string \
>   EveryWareDesktop :: \
>   1 1 1 free  \
>   $bios_boot{ }   \
>   method{ biosgrub }  \
>   . \
>   768 768 768 fat32   \
>   $primary{ } \
>   method{ efi }   \
>   format{ }   \
>   . \
>   100 1000 10 ext3\
>   $defaultignore{ }   \
>   $primary{ } \
>   method{ lvm }   \
>   device{  }\
>   vg_name{ system }   \
>   . \
>   4096 4096 4096 linux-swap   \
>   $lvmok{ } in_vg{ system }   \
>   lv_name{ swap } \
>   method{ swap } format{ }\
>   . \
>   4096 8192 10240 ext4\
>   $lvmok{ } in_vg{ system }   \
>   lv_name{ root } \
>   method{ format } format{ }  \
>   use_filesystem{ } filesystem{ ext4 }\
>   label{ root }   \
>   mountpoint{ / } \
>   options/noatime{ noatime }  \
>   options/data{ data=writeback }  \
>   options/user_xattr{ user_xattr }\
>   options/grpquota{ grpquota }\
>   options/usrquota{ usrquota }\
>   . \
>   1 2 3 tmpfs \
>   method{ format } format{ }  \
>   use_filesystem{ } filesystem{ tmpfs }   \
>   mountpoint{ /tmp }
> 
> 
> 
> But this did not create a "/tmp" line in the resulting /etc/fstab.
> 
> Would anyone maybe have a working example at hand?
> 
> I could, of course, also use a script which is run in the target
> during installation, but I'd rather have partman do this for me ;)

As far as I can tell the correct way to enable /tmp being tmpfs with
systemd on debian (I would think Ubuntu is the same) is:

systemctl enable tmp.mount

Not sure how to preseed that, but I don't think you do it by messing
with fstab entries.

Maybe something like:

preseed/late_command="systemctl enable tmp.mount"

-- 
Len Sorensen



Re: partman - tmpfs?

2017-02-21 Thread Alexander Skwar
Hi

Hm, on Ubuntu 16.04:

$ sudo systemctl enable tmp.mount
Failed to execute operation: No such file or directory


And all the wikis and howtos that I can find, say that
/etc/fstab is to be modified on Ubuntu.

Regards,
Alexander


2017-02-21 16:05 GMT+01:00 Lennart Sorensen :
> On Mon, Feb 20, 2017 at 04:24:33PM +0100, Alexander Skwar wrote:
>> I'd like to create a debian-installer partman recipe for unattended
>> installation of Ubuntu 16.04 systems, where tmpfs should be used for
>> /tmp.
>>
>> I tried having this in my preseed file:
>>
>>
>> d-i partman-auto/expert_recipe string \
>>   EveryWareDesktop :: \
>>   1 1 1 free  \
>>   $bios_boot{ }   \
>>   method{ biosgrub }  \
>>   . \
>>   768 768 768 fat32   \
>>   $primary{ } \
>>   method{ efi }   \
>>   format{ }   \
>>   . \
>>   100 1000 10 ext3\
>>   $defaultignore{ }   \
>>   $primary{ } \
>>   method{ lvm }   \
>>   device{  }\
>>   vg_name{ system }   \
>>   . \
>>   4096 4096 4096 linux-swap   \
>>   $lvmok{ } in_vg{ system }   \
>>   lv_name{ swap } \
>>   method{ swap } format{ }\
>>   . \
>>   4096 8192 10240 ext4\
>>   $lvmok{ } in_vg{ system }   \
>>   lv_name{ root } \
>>   method{ format } format{ }  \
>>   use_filesystem{ } filesystem{ ext4 }\
>>   label{ root }   \
>>   mountpoint{ / } \
>>   options/noatime{ noatime }  \
>>   options/data{ data=writeback }  \
>>   options/user_xattr{ user_xattr }\
>>   options/grpquota{ grpquota }\
>>   options/usrquota{ usrquota }\
>>   . \
>>   1 2 3 tmpfs \
>>   method{ format } format{ }  \
>>   use_filesystem{ } filesystem{ tmpfs }   \
>>   mountpoint{ /tmp }
>>
>>
>>
>> But this did not create a "/tmp" line in the resulting /etc/fstab.
>>
>> Would anyone maybe have a working example at hand?
>>
>> I could, of course, also use a script which is run in the target
>> during installation, but I'd rather have partman do this for me ;)
>
> As far as I can tell the correct way to enable /tmp being tmpfs with
> systemd on debian (I would think Ubuntu is the same) is:
>
> systemctl enable tmp.mount
>
> Not sure how to preseed that, but I don't think you do it by messing
> with fstab entries.
>
> Maybe something like:
>
> preseed/late_command="systemctl enable tmp.mount"
>
> --
> Len Sorensen



-- 


Alexander
-- 
=>Google+ => http://plus.skwar.me <==
=> Chat (Jabber/Google Talk) => a.sk...@gmail.com <==



lowmem_1.45_i386.changes ACCEPTED into unstable

2017-02-21 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Tue, 21 Feb 2017 11:26:31 +0100
Source: lowmem
Binary: lowmemcheck lowmem
Architecture: source all i386
Version: 1.45
Distribution: unstable
Urgency: medium
Maintainer: Debian Install System Team 
Changed-By: Christian Perrier 
Description:
 lowmem - free memory for lowmem install (udeb)
 lowmemcheck - detect low-memory systems and enter lowmem mode (udeb)
Changes:
 lowmem (1.45) unstable; urgency=medium
 .
   [ Samuel Thibault ]
   * Update lowmem limits.
Checksums-Sha1:
 5b7a4e6ca2dda7e3f9ec2786fbbb41356f9beae2 1630 lowmem_1.45.dsc
 2edc18a6811f9a83da72c0fc9de853fb1d5eb074 11488 lowmem_1.45.tar.xz
 d721c3d40b04349059c8c16828b441045c7beef1 1508 lowmem_1.45_all.udeb
 fb16cec7cbb799a9a9e17d4f1737e9b03d89dbe5 4807 lowmem_1.45_i386.buildinfo
 00f596b485c770999e39c560d87c25cf0c826e55 5288 lowmemcheck_1.45_i386.udeb
Checksums-Sha256:
 504d3fddfd4c285d8900c1bc392f9ef507ea841bfb7b57c3de6f8275df7c 1630 
lowmem_1.45.dsc
 c93982aaf5dcb425936c668d71829bc2a6a868cd741c6cfcf148f783cba0919d 11488 
lowmem_1.45.tar.xz
 8cc5378269c6448ac634e13a5c6fce98b98ac17edc423f85a86f24303c226081 1508 
lowmem_1.45_all.udeb
 91d88a8508b777312d7b806f9a9257e18ecc843ad69392c1fac024ea6b707443 4807 
lowmem_1.45_i386.buildinfo
 e6d91b970758e0ecfebc56bf3d0e883f12a8c3c976a2e4fc6136c5f580d549d6 5288 
lowmemcheck_1.45_i386.udeb
Files:
 c4488660530b37d58f37d68ff8def88a 1630 debian-installer optional lowmem_1.45.dsc
 281ce9bbfaf48d385441063331eccbc6 11488 debian-installer optional 
lowmem_1.45.tar.xz
 7ecef76f8e7b3be140c455ac3c9e0de3 1508 debian-installer optional 
lowmem_1.45_all.udeb
 90163ea3bf8a4e64df79d74fccc704ef 4807 debian-installer optional 
lowmem_1.45_i386.buildinfo
 21d9c8d31404aaf05989c28553b54276 5288 debian-installer optional 
lowmemcheck_1.45_i386.udeb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCAAGBQJYrBe9AAoJEIcvcCxNbiWoqCUQAKMC4PID4sEcERP3B09YdfqL
t5AOxXylIHdAV87vkk3UrP8uC/X1MZtFlZLHFMqDKSz4FZRQOKUPlE2QRdyjeljX
pZsM1j2JI0+P+VBDquEhs2N8sJqlufCSX1qmLs9x03EtRXR8xbx4GoBY5E2r41Zx
j/m1dKBow8VvEcfXDbSHIZldzxKD5+pslIgSjliwOQOdrXBY10xQpgnp69AGOX6Z
4BowddIKmG2HRygK7p6uk/cEauoxmd2klLo3x0R3JGGhkkFYi59JA/W5iAkoPiN5
BjB2mmPztXP+WoTIDnUCI5xSb+rYc05Iicn/1QX7HlGkIbDPfYmPlJHjkVfPycXB
+tc9OCJ3eniGSJS3OgVy2ZFnXqwKLQwlPlNKwHF95E/DL/wk+8F7T+V05MC09RGj
oWiWVe5N1FLVzop0JvUEXaoT2lL04LjUc3eHT8pnpUcjbYUg7y7ArGaCtUE8qV2g
jxkEj9A1hsTonuYPwS3T/22prBSLXnvVhaSTR6k1TyOyC0J0btcHpj3uRsS1HEIP
9zjGFzR7sr9sb6p+i7PNhql6rjVLYwP5NRi3OJVUgyutPqV1DqKspG3bbiN5RPbK
US642QWjjZoTklGbi9mGP8NzFzE7XPcSDsiHvnevNKXlbzUpiAsvMqHNUzsB+2Cf
SoagpmzdctM93jkOPnFp
=dsPB
-END PGP SIGNATURE-


Thank you for your contribution to Debian.



Processing of lowmem_1.45_i386.changes

2017-02-21 Thread Debian FTP Masters
lowmem_1.45_i386.changes uploaded successfully to localhost
along with the files:
  lowmem_1.45.dsc
  lowmem_1.45.tar.xz
  lowmem_1.45_all.udeb
  lowmem_1.45_i386.buildinfo
  lowmemcheck_1.45_i386.udeb

Greetings,

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



choose-mirror_2.75_i386.changes ACCEPTED into unstable

2017-02-21 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Tue, 21 Feb 2017 11:10:32 +0100
Source: choose-mirror
Binary: choose-mirror choose-mirror-bin
Architecture: source i386 all
Version: 2.75
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.75) unstable; urgency=medium
 .
   [ Julien Cristau ]
   * Update Mirrors.masterlist location, moved from webwml to a separate git
 repo.
Checksums-Sha1:
 bf23b9595aec236e5758a863b5e6ef44a4d47a68 1842 choose-mirror_2.75.dsc
 b32c917743dcb4ef6de78281538e946dfc533820 195768 choose-mirror_2.75.tar.xz
 c3a485ffc4f5970a245b55d725862d97511ecec2 212130 
choose-mirror-bin_2.75_i386.udeb
 11dee6be363cce2ca8bfcac330da14745c417964 1018 choose-mirror_2.75_all.udeb
 e63002cf55c24cc63b55b2eff23e52143627244f 5416 choose-mirror_2.75_i386.buildinfo
Checksums-Sha256:
 0cbadccd44c9338157542df4ad1f0153fe80ddaa3034e317ab1220d9171f9541 1842 
choose-mirror_2.75.dsc
 4db65d2adaa82f586e85cefef6480064a0cc47582b2022f7bf2f6ac1594cc62b 195768 
choose-mirror_2.75.tar.xz
 c43cfb4d6647f1795bd0e8ea9196a1fbca694b91977dea3647b5e244ad6c1664 212130 
choose-mirror-bin_2.75_i386.udeb
 79e7f036941d63d3026df5c29effd157cf844cc6a33f0ff0489ea1c9f6256277 1018 
choose-mirror_2.75_all.udeb
 0ebbfd361962dad2ac2a395d218f58a573e69e4b69488c51df7f6c079d93016f 5416 
choose-mirror_2.75_i386.buildinfo
Files:
 ba33b045116fe405f1b2003392bd4d6a 1842 debian-installer extra 
choose-mirror_2.75.dsc
 e722d3b8ee1230a568bcc5f7e24ccfda 195768 debian-installer extra 
choose-mirror_2.75.tar.xz
 43c21a81301cb0c54ddaa384f818dfe5 212130 debian-installer extra 
choose-mirror-bin_2.75_i386.udeb
 a947b251797b12f5a0586e92f0138596 1018 debian-installer extra 
choose-mirror_2.75_all.udeb
 fa915c23ad815537fec96752f688f593 5416 debian-installer extra 
choose-mirror_2.75_i386.buildinfo

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCAAGBQJYrBWsAAoJEIcvcCxNbiWoV3QP/3QYmVx5xoFf9levYgB+GMhj
TKvEWDAJHBrm2oruUCUc6vBDxMwgcbcgF+M2lI64LtCY3xBep+b7RurNk6se+PhJ
nqoRSP2QOik9kj1cR+9JB2SHNFOO5NMwrRwX8y2aAP0FHRw+MD75l3Z5eQyTTKks
S0hSiP2LP006/0/+sv09Y6vvHwZ6He6+yXjXb35gQ5PDW7HqIH/SHVHfRsuKGTx9
GBjOa0Wr1pb/RaAMJegs2oS90Ttz9OTi7Y09Ve5pQSDrRdurXNaQ9h+ncQmxBdIP
dxmfnwjWw9GGsDQNvipsXg6DdmuN2l7LmmBhxwRpiZRLKLGghH2ryoppO51Pukv/
aTt1F8bdgxn6D/DgX0pvEkLJmsD1JwwAJsaBkF5JIJ29gpefUmN1wK3fZ6Vw9yCG
KkYTTlVTmdqLUqe94VdgcG+4Nq3A+JqLP+l8fcPtSZkE6HEK5DIvhL7quXMVaau1
o810F3USH5CFCTgSQNgCx1IPNVyTeWPkeNtvzzNCv1ho/JWqWaRAfWOFG/9FRR7A
+JD4m7whseHFvm1j8vpcq2GtMnmYYQcfj/ZzqC9hwZv0q+T0COg6vXSNNkXpJuQ2
LmgjONFqQVlvLsdWDUnU8Zv7QO5MvOswWV0RlKhX+pUZj2vIMKVkNSJsprCk5erL
upHt1BrUcLLB+neAGDJY
=1car
-END PGP SIGNATURE-


Thank you for your contribution to Debian.



Processing of choose-mirror_2.75_i386.changes

2017-02-21 Thread Debian FTP Masters
choose-mirror_2.75_i386.changes uploaded successfully to localhost
along with the files:
  choose-mirror_2.75.dsc
  choose-mirror_2.75.tar.xz
  choose-mirror-bin_2.75_i386.udeb
  choose-mirror_2.75_all.udeb
  choose-mirror_2.75_i386.buildinfo

Greetings,

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



rootskel_1.122_i386.changes ACCEPTED into unstable

2017-02-21 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Tue, 21 Feb 2017 06:53:44 +0100
Source: rootskel
Binary: rootskel
Architecture: source i386
Version: 1.122
Distribution: unstable
Urgency: medium
Maintainer: Debian Install System Team 
Changed-By: Christian Perrier 
Description:
 rootskel   - Skeleton root filesystem used by debian-installer (udeb)
Changes:
 rootskel (1.122) unstable; urgency=medium
 .
   [ Samuel Thibault ]
   * Update gtk lowmem limits.
Checksums-Sha1:
 41ffddbcae054e791d7864ff447c837b967e1b79 1690 rootskel_1.122.dsc
 d51084d452ccda384d28e77fecc87a24cda12c2f 31624 rootskel_1.122.tar.xz
 316665a06fafe928966a6a243caa72d212caf478 4582 rootskel_1.122_i386.buildinfo
 8b20a8ce31ce4ee0745663e7d6f38fe0f97a7025 9184 rootskel_1.122_i386.udeb
Checksums-Sha256:
 45e00b29761c20ac1d649ac1877bf08540a6672f44586d5d6014a332439b07f4 1690 
rootskel_1.122.dsc
 9957630b5b2ac21af2294f09d0d1355458a3d1c093d1fcd2bbe2c83b157a1a42 31624 
rootskel_1.122.tar.xz
 42bb0054300b20260401a0c48bd0b37f8a18ba589c2eb98cd4da6f90c6ac4b65 4582 
rootskel_1.122_i386.buildinfo
 eb0a026ef10fb0e4b2f012702f60136d00713661244ec7eaa5a73f69254d54c7 9184 
rootskel_1.122_i386.udeb
Files:
 4942493bafc5c6627ad74393f21442b8 1690 debian-installer standard 
rootskel_1.122.dsc
 7d7ef169e097c59158d6e6adc6b65442 31624 debian-installer standard 
rootskel_1.122.tar.xz
 06ec6f8024e1c62382dee9166dbac5d8 4582 debian-installer standard 
rootskel_1.122_i386.buildinfo
 20ab1592ccdc005778316ab997cb0961 9184 debian-installer standard 
rootskel_1.122_i386.udeb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCAAGBQJYrBHyAAoJEIcvcCxNbiWod54QAJKYyZrxunMBGGiVy4xU18vF
kYa55VI1eDCVKcBDc0ZtUEBaqvQLbK0BOwYnL+lsCti+DZW09wrb8tOQTVPe7RUo
mt5Yuyk1Q+O48fpkb3122wJIb6sFMB6RzJkkYpSH5oCpVsCoYpYWKyjrp8AOG8lT
IlPXDWczfltIouBOcxPbaIjtKGayyDBZhPwgHyEBADeyJMGb5jtIqReyngv8woUa
YIsENWG6ByYDmgIFUuUzLwEhLs+iq0H8KxBnAxMNjA3Ov3GSuUGrPAp+7bJiw4AF
rPrJXM5EXCWY75Wy02vEjVco6MVoCRe9en8DEm3+Wci+ztl425Eke4gm86OgjLgG
yn9b9bk3MVwjj2lLfHoiac6V2c7DQLeuWuamUrskXzReKB3+JeiSh/PMRdc6U7jZ
eDK/JmDc2Pvf2/o2SfLaEo2obFlSeXBHKuHxlGWaftreCQHZbwUuiBbrBVXbFDGW
Fdd8ZKnpgjmcXAxDTNWZtvmkEkSyU655ySfhLYutX5K9OkbUMfyjtalQlrG3T3Hl
FxV5ltnjjL3OPaCDG1uGYTeBLJV68UVfY1qbNS1fq0bt7+gMgKf8Q3e6D23JVE42
EGQOt848ATfWFhQMDVi6NpX2KmJpS3vSsJWZq0KmE0HKfoelrJpxN7KsfFmrVY7D
2mei+nfa+KVpeyposiq/
=qejS
-END PGP SIGNATURE-


Thank you for your contribution to Debian.



Processing of rootskel_1.122_i386.changes

2017-02-21 Thread Debian FTP Masters
rootskel_1.122_i386.changes uploaded successfully to localhost
along with the files:
  rootskel_1.122.dsc
  rootskel_1.122.tar.xz
  rootskel_1.122_i386.buildinfo
  rootskel_1.122_i386.udeb

Greetings,

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