Re: MBF Announcement: Transition libpng12 -> libpng16

2016-01-08 Thread Tobias Frost
Dear Debian-devel,

The preparation for the transition are going pretty much good.
In the meantime the bugs have been filed and there are already many
fixes uploaded. MANY THANKS for all of you.

I'm also rebuilding newly uploaded packages to keep libpng.sviech.de
somehow up to date.  

Of course, I take any help in NMUing the remaining cases, especially
the FTBFS ones: The bugs Nobuhiro filed years ago usually have patches
in them, so it is normally quite straight-forward. 

One reminder, as I saw this at now already in a few packages:

For uploads to sid, DO NOT USE 

 libpng16-dev | libpng-dev

The buildds will *always* take the first alternative, libpng16-dev in
this case. So this will FTBFS on the buildds.
In the (unlikely) case you can only be compatible with libpng16, upload
to experimental for now.

Thanks!

-- 
tobi



Re: support for merged /usr in Debian

2016-01-08 Thread Marc Haber
On Wed, 06 Jan 2016 00:03:31 +0100, Philipp Kern 
wrote:
>On 2016-01-04 11:30, Marc Haber wrote:
>> On Sun, 3 Jan 2016 22:30:24 +0100, Eric Valette 
>> wrote:
>>> System admins do like using absolute path
>>> for security reasons...
>> Please also notice that this is the only option for ExecStart in
>> systemd units. Well played, Lennart.
>
>Similarly skeleton-based init scripts use the full path as well. It 
>helps if you can stat() it. Which, I guess, you could by extension by 
>using "which" and the like.

In init scripts, I can do that. In a systemd unit, I cannot. If I can,
this brings an ugliness to systemd units I would rather not have, as
this would mean losing one of the nicer systemd features. It just
saddens me that I have to introduce ugliness because my upstream
doesn't share my opinions of prettiness.

Greetings
Marc
-- 
-- !! No courtesy copies, please !! -
Marc Haber |   " Questions are the | Mailadresse im Header
Mannheim, Germany  | Beginning of Wisdom " | http://www.zugschlus.de/
Nordisch by Nature | Lt. Worf, TNG "Rightful Heir" | Fon: *49 621 72739834



Re: support for merged /usr in Debian

2016-01-08 Thread Christian Seiler
On 01/08/2016 09:41 AM, Marc Haber wrote:
> On Wed, 06 Jan 2016 00:03:31 +0100, Philipp Kern 
> wrote:
>> On 2016-01-04 11:30, Marc Haber wrote:
>>> On Sun, 3 Jan 2016 22:30:24 +0100, Eric Valette 
>>> wrote:
 System admins do like using absolute path
 for security reasons...
>>> Please also notice that this is the only option for ExecStart in
>>> systemd units. Well played, Lennart.
>>
>> Similarly skeleton-based init scripts use the full path as well. It 
>> helps if you can stat() it. Which, I guess, you could by extension by 
>> using "which" and the like.
> 
> In init scripts, I can do that. In a systemd unit, I cannot.

ExecStart=/bin/sh -c "something"

Regards,
Christian



signature.asc
Description: OpenPGP digital signature


Re: support for merged /usr in Debian

2016-01-08 Thread Marc Haber
On Mon, 4 Jan 2016 13:51:48 +0100, Christian Seiler
 wrote:
>On 01/04/2016 12:15 PM, Marc Haber wrote:
>> On Mon, 04 Jan 2016 12:01:46 +0100, Ansgar Burchardt
>>> Remember that / and /usr don't have to reside on the same partition with
>>> the usrmerge proposal: they only have to be both available
>>> post-initramfs.  The initramfs already takes care to mount /usr (for the
>>> systemd case as initscripts needs updates for sysvinit as was said
>>> elsewhere).  So no repartitioning should be required on upgrades.
>> 
>> I'd like to have a positive confirmation that systemd upstream intends
>> to continue supporting this scheme and that Debian will also.
>
>Separate partitions mounted in the initramfs? The whole reason for the
>UsrMerge is to make a separate /usr filesystem more interesting - see
>the things in the proposal itself and what I've reiterated in [1].

Actually, having /usr mounted earlier increases the possibility of
something going wrong in early boot. This is good, since early boot is
the only part of Debian's boot process that still is reasonably
debuggable, but that will go away as well as soon as we have systemd
inside the initramfs as well, which will undoubtedly come sooner or
later. Debugging late system boot with the method one has been used to
for decades has already become considerably harder. Thankfully doing
so has not been necessary yet, which might be caused by the solid work
of the systemd people in Debian, who cannot be blamed for the
premature, Ubuntu-like freeze of jessie.

I am just afraid that initramfs' functionality will dramatically
change when systemd takes over initramfs as well, with a lot of
important functionality maked as "broken", "obsolete" and eventually
removed, just as the keyscript= feature of /etc/crypttab was lost a
year ago (noone cared).

The loss of keyscript just broke my clients. I am really afraid of the
first system update breaking my _servers_, causing a resinstall to be
necessary. I know of one customer who already said that if a reinstall
will become necessary, the reinstalled distribution will be called Red
Hat Enterprise Linux. I'd like to postpone this as long as possible.

>And
>the systemd developers are actively interested in things such as
>stateless systems or sharing /usr in containers etc.

Too bad that they have so little interest in the things that are
important to me. I still have to go through painful contortions to
have basic IPv6 functionality and configurability.

>Also, just from a technical perspective: systemd is also designed to
>work in containers, where filesystems are often already pre-mounted to
>their respective locations. So systemd must already cope with the fact
>that when it's started some mounts may already be present. If you
>couple that with the idea that the initrd mounts /usr, then it is
>trivially true that /usr can be separate, as long as it's already
>mounted before systemd is executed. That will hold true even IF systemd
>developers decide to drop support for mounting /usr from a running
>system. I'm not saying that somebody couldn't break that scenario if
>they tried really hard, but from a technical perspective.

What I am missing is a clearly worded commitment from upstream or
Debian not to break existing systems during upgrades.

Greetings
Marc
-- 
-- !! No courtesy copies, please !! -
Marc Haber |   " Questions are the | Mailadresse im Header
Mannheim, Germany  | Beginning of Wisdom " | http://www.zugschlus.de/
Nordisch by Nature | Lt. Worf, TNG "Rightful Heir" | Fon: *49 621 72739834



Re: support for merged /usr in Debian

2016-01-08 Thread Tollef Fog Heen
]] Christian Seiler 

> On 01/08/2016 09:41 AM, Marc Haber wrote:
> > On Wed, 06 Jan 2016 00:03:31 +0100, Philipp Kern 
> > wrote:
> >> On 2016-01-04 11:30, Marc Haber wrote:
> >>> On Sun, 3 Jan 2016 22:30:24 +0100, Eric Valette 
> >>> wrote:
>  System admins do like using absolute path
>  for security reasons...
> >>> Please also notice that this is the only option for ExecStart in
> >>> systemd units. Well played, Lennart.
> >>
> >> Similarly skeleton-based init scripts use the full path as well. It 
> >> helps if you can stat() it. Which, I guess, you could by extension by 
> >> using "which" and the like.
> > 
> > In init scripts, I can do that. In a systemd unit, I cannot.
> 
> ExecStart=/bin/sh -c "something"

This, or «ExecStart=/usr/bin/env food bar baz»

This is, as folks might have noticed, exactly the same limitation and
workaround as we have for #! lines in scripts.

-- 
Tollef Fog Heen
UNIX is user friendly, it's just picky about who its friends are



Re: support for merged /usr in Debian

2016-01-08 Thread Andrew Shadura
On 8 January 2016 at 10:21, Marc Haber  wrote:
>>So let's say you installed lenny and had 512 MiB for / (with separate
>>/usr) because you thought back then that it was more than enough (more
>>than double the installed size) - and upgrade to Jessie will either run
>>out of disk space or come very close to it.
>
> Yes, this happens. Do we really have to _force_ this? It is annoying
> enough when it happens caused by the normal flow of things. Even if
> this is the case, not all systems will explode during the same system
> upgrades, allowing the local admin to spread those changes over two or
> even three releases. If we would, in some future, ship an upgrade that
> uncaringly would _require_ a repartitioning, this spread would not be
> possible, and it would undoubtedly call up management attention, which
> could in turn lead to management taking vendor decisions that we don't
> want.

Marc, please re-read the whole thread from the very beginning. Nobody
forces merged /usr on you.

-- 
Cheers,
  Andrew



Bug#810311: ITP: field3d -- a library for storing voxel data on disk and in memory.

2016-01-08 Thread Ghislain Antony Vaillant
Package: wnpp
Severity: wishlist
Owner: Ghislain Antony Vaillant 

* Package name: field3d
  Version : 1.6.1
  Upstream Author : Sony Pictures Imageworks Inc
* URL : https://github.com/imageworks/Field3D
* License : BSD
  Programming Lang: C++
  Description : a library for storing voxel data on disk and in memory.

Field3D is an open source library for storing voxel data. It provides C++
classes that handle in-memory storage and a file format based on HDF5 that
allows the C++ objects to be written to and read from disk.

NOTE: This package is an optional build dependency for OpenImageIO.



Re: support for merged /usr in Debian

2016-01-08 Thread Simon McVittie
On 08/01/16 03:03, Marco d'Itri wrote:
> It has been said that some have[citation needed] crappy boot loaders 
> that do not support loading an initramfs, but you can still embed one in 
> the kernel binary if you are building your own kernel

... and you'd need to build your own kernel on these platforms in any
case, because Debian kernels (like those in most distributions) are
heavily modularized, and can't see a disk or mount the root filesystem
without help from user-space anyway (CONFIG_SATA_AHCI=m,
CONFIG_EXT4_FS=m and the equivalents for other drive interfaces and
filesystems).

tiny-initramfs, mentioned elsewhere in this thread, seems an excellent
candidate for embedding in a kernel that doesn't need a "full-fat"
initramfs: it's around 16K when statically linked to a small libc, and
is configured via the kernel command-line (to mount the root) and the
root's /etc/fstab (to mount /usr if necessary).

S



Re: support for merged /usr in Debian

2016-01-08 Thread Marc Haber
On Mon, 4 Jan 2016 13:38:15 +0100, Christian Seiler
 wrote:
>On 01/04/2016 11:41 AM, Marc Haber wrote:
>> On Sun, 03 Jan 2016 13:28:14 -0800, Russ Allbery 
>> wrote:
>>> I do understand why people working in the embedded space care about some
>>> unusual mount orderings, file system separations, and very light cores,
>>> and I hope that we can accomodate and support all of their use cases
>>> inside Debian.  I think that's the most productive part of this thread.
>> 
>> We have already shown how "much" we care about the users of non-Linux
>> kernels in Debian ("not at all, they can happily go fishing").
>
>So why aren't you on the list of porters for either Hurd of kFreeBSD?

Since when does one have to actually work on something to be allowed
to find it important and interesting. You would have a point if you
told me to put better maintenance on the packages that I have taken
responsibility for instead of telling me to commit to do _more_ work
than I am already not properly doing.

>You could also say the same (not caring about them) of HA users: Jessie
>has no Pacemaker, because nobody cared about that during the Jessie
>release cycle. It was completely broken at that point and thus removed
>from the release.

Yes, that's really a pity.

>> And we're all doing this to keep our upstreams and Ubuntu happy.
>
>Have you read *any* of the technical arguments in this thread?
>
>(Btw. Ubuntu does NOT have UsrMerge. Ubuntu switched to systemd AFTER
>Debian decided to use systemd as default.)

My beef with Ubuntu is their release cycle and the fact that Debian is
being slowly modified to suit their cycle. Leaving behind Debian's
core values in the process.

>Btw. Is Debian there to mindlessly follow RedHat or Ubuntu?

In my opinion, no. Debian used to be there for technical leadership
and stability, living up to the name of the Universal Operating
System. Even if that meant not releasing once a year. Alas, times are
changing.

>> I, for example, am afraid of having to merge /usr in existing systems
>> during upgrades, causing repartitions to be necessary. I am afraid of
>> partition layout suddenly not fitting any more during an upgrade,
>> causing downtimes and customers considering to take the opportunity to
>> migrate to a really supported enterprise distribution.
>
>Sorry, but this is bogus, because this is a problem you have on every
>every upgrade. In the past I've already had to repartition systems
>because / had become too small, because the amount of software required
>to be there had grown (to support more storage solutions for mounting
>/usr) and also the kernel modules had grown.

If hundreds of megabytes of software would get moved from /usr to /,
this would certainly overflow my root file systems. In fact, as I have
understood things, software will move from / to /usr, making the
system completely unuseable if the multi-gigabytes /usr does not mount
for some reason.

The upside of this is that this will free up space in / which will be
needed for a dedicated recovery image. Too bad that we don't have such
a thing ourselves and have to recommend third-party products like grml
while at the same time making development of those third-party
products considerably harder by our release decisions.

>deboostrap of lenny (via archive.d.o) + kernel:
>313 MiB in total, 99 MiB on /usr  => 214 MiB on /
>debootstrap of jessie + kernel:
>618 MiB in total, 203 MiB on /usr => 415 MiB on /
>
>And that's just ONE kernel, if you upgrade you usually have additional
>kernels lying around. Plus I didn't install a lot of other utilities
>that are present on many systems, this is really minimal.

My standard Debian server image is about this size in total.

>So let's say you installed lenny and had 512 MiB for / (with separate
>/usr) because you thought back then that it was more than enough (more
>than double the installed size) - and upgrade to Jessie will either run
>out of disk space or come very close to it.

Yes, this happens. Do we really have to _force_ this? It is annoying
enough when it happens caused by the normal flow of things. Even if
this is the case, not all systems will explode during the same system
upgrades, allowing the local admin to spread those changes over two or
even three releases. If we would, in some future, ship an upgrade that
uncaringly would _require_ a repartitioning, this spread would not be
possible, and it would undoubtedly call up management attention, which
could in turn lead to management taking vendor decisions that we don't
want.

>If you also separate out
>/var the numbers game changes a bit, but the principle remains.

/var is of couse separated out on all but the smallest boxes.

>Also, the amount of space software requires on /usr is larger on
>Jessie - so even if your / partition is large enough, /usr might
>already be too small un upgrades.

_This_ will become more a problem when we force things onto /usr.

>I've also had the case 

Accepted pbuilder 0.222 (source) into unstable

2016-01-08 Thread Mattia Rizzolo
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Fri, 08 Jan 2016 17:57:37 +
Source: pbuilder
Binary: pbuilder pbuilder-uml
Architecture: source
Version: 0.222
Distribution: unstable
Urgency: medium
Maintainer: Debian pbuilder maintenance team 

Changed-By: Mattia Rizzolo 
Description:
 pbuilder   - personal package builder for Debian packages
 pbuilder-uml - user-mode-linux version of pbuilder
Closes: 669873 782150 802557 806650
Changes:
 pbuilder (0.222) unstable; urgency=medium
 .
   [ Christopher Baines ]
   * buildpackage:
 + factor out a export_additional_buildresults() function.
 + export additional buildresults if the package build fails.  Closes: 
806650
 .
   [ Mattia Rizzolo ]
   * buildpackage:
 + say something more human whene the specified .dsc file is not found.
 + output a warning when there are options after the .dsc file (which will
   be ignored).  Closes: #669873
   * modules:
 + make log.d actually work (was not used before).
 + add two apt options that make sure that packages that are only 
recommended
   or suggested by still installed packages are also autoremoved.  This 
means
   APT::AutoRemove::SuggestsImportant=false and
   APT::AutoRemove::RecommendsImportant=false.
   Thanks to Johannes Schauer for the suggestion.
   * pdebuild:
 + further improvments to the regex to clean up DEBUILDOPTS.
   Thanks to Ondřej Surý  for the patch.  Closes: 782150
   * satisfydepends:
 + add support for Build-Depends-Arch and Build-Conflicts-Arch.
   Closes: 802557
   * conf: formally deprecate DEBEMAIL, it has been a noop since some releases.
Checksums-Sha1:
 0f0a7a2773069b8e1f5f497d704b12cd2734fdbe 1817 pbuilder_0.222.dsc
 d14022c64fec3cc4064499ee3f860d8bb60ac0c9 307856 pbuilder_0.222.tar.xz
Checksums-Sha256:
 366ec911b92537b600409cb76fd52af06210674b59fa062c3143457e0d007b69 1817 
pbuilder_0.222.dsc
 0ef783684cf1812247f584b0edf7b698b78b936bde13670805ee8171ed7f67bc 307856 
pbuilder_0.222.tar.xz
Files:
 fd673b648791a6f9bf2a8a384a5b54b0 1817 devel extra pbuilder_0.222.dsc
 54dba68d2fdcf371caade28dbce5ca4d 307856 devel extra pbuilder_0.222.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCAAGBQJWj/jOAAoJEEsEP825REVAmU8P/RaWghKTc1Soi0xlkC/DVA/9
0dQkxjhDi8o8lkXNwG6l+PWy3o6M1nrAPbeSy4d0KsgZqRJNv2rWUJWjYiH+6MWb
+4+p8rD4d369GbF4ucM7xZxhP3xsqujaYRj4Iwtb80EdDk2wpcnz2ql96S/331HJ
PxTJk+xCwJi4jUPWlAqdLIMkkXcI0Aj1VldEpxKT84zhJuPnWradcOkcrYpUziKV
OcOFowJhxFqjal9swFxKhaF64ifWNUNjqk/jR6T2kwBLEDF7HUe9pANN3o1kuV9A
9ESaQZ+U1UadCQap7IIaCCfTh5nEBJlDWOnqlEwFbBdcJU7rIknSgQRYxzI4J2Du
D20kyBtbscFA1sz3MzKAUsX3Lp0yVS+9B5B2siJ49I9YItDmuPNVQXanDP7psTk5
z2kWeoqh270TvX0SDEI+Y8mdH8X5tIhhmUgx6HelTmXZTJ/dZs9LK0kUktVeyGLy
yYZ5KrIJJwjklwBiV1zbf7GIx67jpXFlSqu/KGz9oENB47O84k4MzeREHtjUBE/Y
I1tjfxR6CNb9qDAa9SGjJ7fdr4BLKqEYSfBdifR9a+JtFpJjZxybk0w5HE8U/3Mg
OWGa3giQ+wdlyb9s2LW0rQyqNNoMjC3ohuDYW0uwFjBdkiR7g5Qqb3vRpGfCOvIC
pbK+5dO7rKuTXCq9WO7U
=uA49
-END PGP SIGNATURE-



Accepted extremetuxracer 0.4-8 (source) into unstable

2016-01-08 Thread Markus Koschany
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Fri, 08 Jan 2016 18:42:49 +0100
Source: extremetuxracer
Binary: extremetuxracer extremetuxracer-data extremetuxracer-gimp-dev
Architecture: source
Version: 0.4-8
Distribution: unstable
Urgency: medium
Maintainer: Debian Games Team 
Changed-By: Markus Koschany 
Description:
 extremetuxracer - 3D racing game featuring Tux, the Linux penguin
 extremetuxracer-data - data files for the game Extreme Tux Racer
 extremetuxracer-gimp-dev - plugins for GIMP for easy development of etracer 
courses
Closes: 649557
Changes:
 extremetuxracer (0.4-8) unstable; urgency=medium
 .
   * Add libpng16-transition.patch.
 Fix FTBFS with libpng16. Thanks to Nobuhiro Iwamatsu for the report and
 patch. (Closes: #649557)
Checksums-Sha1:
 c8d945732d55c3b2d4180e60fd129624652d7d17 2496 extremetuxracer_0.4-8.dsc
 fbd0f434e912810827db60bc870aea7fc00f84ca 14412 
extremetuxracer_0.4-8.debian.tar.xz
Checksums-Sha256:
 26e9efeb2cc81154c0406ee48c331847992b9cee74473afc6a8b43e1135ad1fe 2496 
extremetuxracer_0.4-8.dsc
 7db022136062e1d60f928c98b3464657bf67f9242bcff1b8b7f438a276029c70 14412 
extremetuxracer_0.4-8.debian.tar.xz
Files:
 1d8b7031ed1245c84e32d970a9eb6caa 2496 games optional extremetuxracer_0.4-8.dsc
 b39f4cd0b3c3433efea6fc41365fc921 14412 games optional 
extremetuxracer_0.4-8.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQJ8BAEBCgBmBQJWj/jRXxSAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w
ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXRBQ0YzRDA4OEVGMzJFREVGNkExQTgzNUZE
OUFEMTRCOTUxM0I1MUU0AAoJENmtFLlRO1Hkg+AP/1gKX5wsB9UFkBe0dan/fibv
UhWA5b+dQ6yZoAbbOuurPkc+o0Cve7bJctv0IOJaKSXv4LLaXzRJLWW1q7dwJNYz
XYUWKUjKWmDJqckJzRwaKNSkkkYH8MQmDH2zlFcaN+dvEPVukcc1AvsC15uVx3rl
cJnWB1qdx/+0KnAU5ot6LP42N5wNCKsj0bwNFyTqZoDklR8+HKXIH8zEzuRq7SBj
RAsOJR+ZvyqXajgvR2Jp54gE/0Usd+UjYh6J5T0f4LXnAnEuLFYjYMH7KyjFpciM
vx6PrXkmFGJnSQOUTRZcd1xbagZXCBJZX3o18qZf/mOKlcYW2Ky/LEFF0cuhOeqi
lFHhx84k6xYsX9wppy80GYwdTIbSDRZlO1hfvzeBTOtpr1P0PprnOzyKhV6NYDao
rCiUuOn8zzaFQLpaHFG4KLslLg9lpohGFRVrewToT1FB5MMavBhEiHOmL7S4Whf2
JCL3o5PPFp7ifSc9iMSNZclJZGVbYpFRAxwmlGny74SCMP3ZZg2Ih3D1E0oVK6ME
AzE6SG1R1/SQj8oaCogO0U4ecwdi8uZbutpFS5IkU2RRDoC1zS+euvGFFk/d+gRG
x7e5zTN8bafsqBLS+XFALnp53Q24NcgG/LNo1L2wEUAwAkaEtHW2jdmWXa79Cp8O
q2BESx5IpRkTHs9DqZ2L
=4nL7
-END PGP SIGNATURE-



Re: keyscript

2016-01-08 Thread Christian Seiler
On 01/08/2016 07:19 PM, Marc Haber wrote:
> On Fri, 8 Jan 2016 18:51:20 +0100, Christian Seiler
>  wrote:
>> (Warning: not thoroughly tested, code is a quick hack and awful, might
>> do unexpected things. Also not documented. Quick howto: run make, copy
>> systemd-keyscript-cryptsetup to /lib/cryptsetup/, copy keyscript-generator
>> to /lib/systemd/system-generators, do systemctl daemon-reload and hope
>> for the best. systemd-cryptsetup will still warn about 'unknown option',
>> but it should work.)
>>
>> (Interactive scripts obviously don't work, same thing as with
>> interactive init scripts, but if you need a password you can just use
>> PASS=$(systemd-ask-password "Some Message").)
> 
> You're amazingly constructive. I wish I had your output. Thanks!
> 
> Will this handle a keyscript that needs to unlock another crypto LV
> which is unlocked with a a password?

Well, if the other volume (that's locked with a password) is NOT in
/etc/crypttab, it should probably work, but you need to use
systemd-ask-password to ask for the password.

So this should *probably* work in the keyscript (not tested at all):

# lv1 NOT in crypttab, NOT in /etc/fstab
systemd-ask-password --no-tty "Secret Container" \
 | cryptsetup --key-file=- open /dev/disk/by-uuid/something lv1 >&2
mount -t something /dev/mapper/lv1 /somelocation >&2

# extract the key somehow
cat /somelocation/keyfile

# (possibly)
umount /somelocation
cryptsetup close lv1

(But if there's just a single key file on an external device, then
you shouldn't need a keyscript at all with systemd. Could you
describe your setup in a bit more detail? Perhaps I can provide
you with an option that doesn't rely on keyscript=.)

Regards,
Christian



signature.asc
Description: OpenPGP digital signature


Re: Fwd: git URL wrong on anonscm.debian.org

2016-01-08 Thread Alexander Wirt
On Sat, 09 Jan 2016, Roger Shimizu wrote:

> On Sat, Jan 9, 2016 at 12:19 AM, Alexander Wirt  wrote:
> > On Sat, 09 Jan 2016, Roger Shimizu wrote:
> >> https://anonscm.debian.org/git/kernel/linux.git
> > All those urls work for cloning.
> >
> > So what exactly is your problem?
> 
> Thanks for your response!
> In browser, you see an https link, click it then you get an empty
> page, which I think user deserves better experience.
> 
> As kernel's upstream page,
> https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git
> The https link won't get an empty page.
You are right. I added some more apache magic.

git clone https://anonscm.debian.org/git/kernel/linux.git
Cloning into 'linux'...
remote: Counting objects: 141055, done.

...

curl https://anonscm.debian.org/git/kernel/linux.git 2>&1 |grep -i \kernel/linux - Debian linux repository

I now gives you either git smart http transport or the cgit website of the
project, depending on what you are asking for. 

Thanks for your suggestion

Alex



Re: support for merged /usr in Debian

2016-01-08 Thread Marc Haber
On Fri, 8 Jan 2016 18:37:11 +0100, Christian Seiler
 wrote:
>On 01/08/2016 10:21 AM, Marc Haber wrote:
>> If hundreds of megabytes of software would get moved from /usr to /,
>> this would certainly overflow my root file systems.
>
>That is not what is going to happen. Nobody ever proposed that. I
>don't know where people constantly get this idea...

We have been bitten by editorial changes in the past. The systemd
debate hasn't made things any easier. And I have over the last years
slowly lost part of my faith that Debian's key people (those that
don't get elected or delegated, but those that have control over key
packages) actually care about the _users_ of The Universal Operating
System.

Yes, I know, servers and buildds run without users, and caring about
users is not always more fun than actually doing development and
building sound, clean solutions.

>> making the
>> system completely unuseable if the multi-gigabytes /usr does not mount
>> for some reason.
>
>The system could also be unusable if / doesn't mount, or the kernel
>image is damaged, or...

Kernel Image and small / are less likely to get damaged than a
multi-gigabyte /usr. At least that's how people think who have known a
40 Meg (sic!) disk as "large". I am pretty well aware that my last
corrupted /usr file system was many years ago, but this is a change
one needs to get used to.

[correct reasoning removed]

>Well, but that can go both ways:
>
>1. /usr is too small, then UsrMerge will require repartitioning

I would probably be possible to have the script doing the merge check
whether /usr is large enough and abort if that is not the case. I
would write a wishlist report, but looking at who's in charge I know
that the answer would be "works for me, send a patch if you want this
change" anyway. And I don't like wasting my time, so I have made a
habit of looking into the maintainer field of debian/control and the
changelog of a package before bothering to write a wishlist report. Or
not write one.

[again, correct reasoning removed]

>> [Potential problems with the backup]
>
>I don't get your remarks:
>
>If you back up every file system with --one-file-system separately,
>(as you appear to be doing) other than the relative sizes of the
>backups (the /usr part is going to be larger, the / part smaller by
>the same amount) nothing at all should change.

One will probably need to adjust the anchor points of the file system
backups.

>> And I need
>> to change documentation, which will probably trigger a review process
>> with management attention.
>
>This may be very unfortunate for you, but I don't think a
>situation like yours should be the basis for deciding distribution
>policy.

Well, Debian is (still) used in big enterprises.

>If you want to "stay below the radar" of management, then you
>probably shouldn't dist-upgrade at all - because a lot more things
>can break on a software-level, where you need to adapt configuration.
>Or some software is discontinued and you have to switch to an
>alternative, where you have to redo your configuration completely.

I have been running Debian servers in production for nearly 20 years,
I can handle upgrades just fine. I just hate it when they are harder
than necessary for reasons that I can't follow.

>>>   Sure, you need to test if something breaks (because it always can,
>>>   regardless of whether UsrMerge is done or not), but _surely_ you
>>>   have a test environment before performing a dist-upgrade of your
>>>   entire production system? Right?
>> 
>> Not everywhere. This might look unprofessional, but I am usually
>> running the small little gallic Linux village inside "all Windows"
>> shops, and when I ask organizations for test environments, I might end
>> up with "nah, too much hassle, we'll just use Windows instead for your
>> job".
>
>And you can't even spin up a VM with the same size disk etc. to
>test things?

Not for every single machine.

>> You have a big point here. All I want is documentation and commitments
>> so that no surprises come.
>
>If I look at the Jessie release notes (Niels linked them somewhere
>in this thread), they are _very_ detailed, which is probably a big
>reason why the Jessie transition was far less painful as many
>people her have feared. So I don't think documentation will be an
>issue.

I'd prefer to read the commitment in the package itself.

[again, correct reasoning removed]

>2. The UsrMerge proposed here is optional and will remain so for
>Stretch.

... but not for buster

>Come to an agreement within the Debian project that supporting split
>/usr without an initramfs is not going to work out in the long term,

... but split /usr with initramfs is supported and will continue to be
a supported configuration at least in system upgrades.

>document that with an appropriate wording in the Stretch release notes.
>Suggest alternatives to real issues that people face because of this
>change (tiny-initramfs[1] for example). This way, while 

Re: support for merged /usr in Debian

2016-01-08 Thread Jonathan McDowell
On Fri, Jan 08, 2016 at 06:38:05PM +0100, Marc Haber wrote:
> On Fri, 8 Jan 2016 15:01:53 +, Jonathan Dowland 
> wrote:
> >and since you are running sid anyway, it wouldn't even help you, so
> >I'm puzzled why you suggested it.
> 
> You obviously don't see the difference between a customer, a client
> machine and a server. This might be a matter of language, so I'll
> explain it.

You're not communicating clearly and this is indeed causing problems in
this thread. You said "all my clients run unstable", not "all my client
machines run unstable". You've also later said "I've not installed any
new Debian systems at any client site". It is not unreasonable that the
casual reader will assume you are using the term to mean a 3rd party who
you are managing system for.

To attempt to add some signal to my noise, the gist of this thread seems
to be that Marco wants to make it easy for those who wish to have a
merged /usr to do so, and is not planning to force this upon anyone. As
far as I can tell what he wants to happen is a) files in / and /usr
locations not to conflict and b) policy to state that this should be the
case. I find it hard to object to this request, even without a merged
/usr approach.

There is a separate discussion which has been going on for much longer
which is about whether / and /usr are well supported as separate
filesystems, but that seems to have little to do with whether usrmerge
is undertaken or not.

J.

-- 
... "OK ... First I'll access the secret military spy satelite that is in
geosynchronous orbit over the midwest. Then I'll ID the limo by the
vanity plate "MR. BIGGG" and get his approximate position. Then I'll
reposition the transmission dish on the remote truck to 17.32 degrees
east, hit WESTAR 4 over the Atlantic, bounce the signal back into the
aerosphere up to COMSAT 6, beam it back to SATCOM 2 transmitter number
137 and down on the dish on the back of Mr. Big's limo... It's almost
too easy." -- Garth Algar, Wayne's World


signature.asc
Description: Digital signature


Re: Death to git://! Long live git://!

2016-01-08 Thread Christian Seiler
On 01/08/2016 04:43 PM, Paul Tagliamonte wrote:
> We still have `git://` all over the place, for instance, on Vcs-Git on
> control files. That makes me sad. Boo insecure transports.

Ben Hutchings posted this not too long ago on Planet Debian:
http://womble.decadent.org.uk/blog/securing-debcheckout-of-git-repositories.html

Regards,
Christian



signature.asc
Description: OpenPGP digital signature


keyscript (was: Re: support for merged /usr in Debian)

2016-01-08 Thread Christian Seiler
On 01/08/2016 09:50 AM, Marc Haber wrote:
> The loss of keyscript just broke my clients.

I had an inspiration earlier and hacked this together:
https://gist.github.com/chris-se/9c0def7dca60d023d188

(Warning: not thoroughly tested, code is a quick hack and awful, might
do unexpected things. Also not documented. Quick howto: run make, copy
systemd-keyscript-cryptsetup to /lib/cryptsetup/, copy keyscript-generator
to /lib/systemd/system-generators, do systemctl daemon-reload and hope
for the best. systemd-cryptsetup will still warn about 'unknown option',
but it should work.)

(Interactive scripts obviously don't work, same thing as with
interactive init scripts, but if you need a password you can just use
PASS=$(systemd-ask-password "Some Message").)

Regards,
Christian



signature.asc
Description: OpenPGP digital signature


Re: support for merged /usr in Debian

2016-01-08 Thread Marc Haber
On Fri, 8 Jan 2016 15:42:07 +, Niels Thykier 
wrote:
> Given the latter half of our
>freeze tends to involve mostly frustration, fragmentation of developers
>and very few bug fixes, I am personally one of the people, who would
>like to see Debian have shorter freezes[1].

Yes, I have heard your (it was you, wasn't it) talk in Heidelberg. I
took with me that you plan to adopt a "once you're out of testing,
you're out of stable for the next release, unless you're really really
important" policy for stretch, which has put me in deep worry.

I have not installed any new Debian systems at any client site since
hearing about these plans and I plan to keep it this way until I see
them fleshed out and lived.

Greetings
Marc
-- 
-- !! No courtesy copies, please !! -
Marc Haber |   " Questions are the | Mailadresse im Header
Mannheim, Germany  | Beginning of Wisdom " | http://www.zugschlus.de/
Nordisch by Nature | Lt. Worf, TNG "Rightful Heir" | Fon: *49 621 72739834



Accepted elki 0.7.0-6 (source all) into unstable

2016-01-08 Thread Erich Schubert
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Fri, 08 Jan 2016 18:02:39 +0100
Source: elki
Binary: elki elki-dev
Architecture: source all
Version: 0.7.0-6
Distribution: unstable
Urgency: medium
Maintainer: Erich Schubert 
Changed-By: Erich Schubert 
Description:
 elki   - Data mining algorithm development framework
 elki-dev   - Data mining algorithm development framework - development files
Changes:
 elki (0.7.0-6) unstable; urgency=medium
 .
   * Add missing libsvm3-java dependency (Thanks, Tomas Barton)
 Unfortunately, debian-maven-helper does not automatically add this,
 because the libsvm3-java package does not include a pom.
   * Use find_jars to locate batik, which resolves problems with batik 1.7
 (When using the /usr/bin/elki commands - please upgrade to batik 1.8
  or adjust your classpath if you see the error
  NoClassDefFoundError: org/apache/batik/dom/anim/AnimationTarget)
   * Require libbatik-java >= 1.8 for building, 1.7 lacks pom data.
   * Remove execute bit from all files in source jars, not just .java files.
   * Add fop (libfop-java) to the classpath, for eps, pdf, ps export.
   * Suggest libfop-java instead of making it an "alternative" to batik
Checksums-Sha1:
 5f91c1399835986761cf50ad9e52340020e4b316 2407 elki_0.7.0-6.dsc
 e223118745cfd964b4d90d7b85664c707ea1514f 26620 elki_0.7.0-6.debian.tar.xz
 bb3c5f3189980a57c5699a02a693a4064da23765 22336760 elki-dev_0.7.0-6_all.deb
 cc99bb44f800e8a840e58e299fd2fe0e7d8db94d 4010536 elki_0.7.0-6_all.deb
Checksums-Sha256:
 b6fd0fb07f0a0fc1e808f267e54ecbbec37cbcab30f1be63e4ac09745e872540 2407 
elki_0.7.0-6.dsc
 6b1fd993299561881230f9286c44f84faad617c00055619857e4bc30795bf4e0 26620 
elki_0.7.0-6.debian.tar.xz
 c22795049adabf04e91154adaf98aba682a57a1d04db795baaabf709f4ae3aaf 22336760 
elki-dev_0.7.0-6_all.deb
 9c32b9e0aa7fe6a0bb9933267127dfeab6ce6cae7e1a70676cd44e1675818013 4010536 
elki_0.7.0-6_all.deb
Files:
 3590a4352efbb148969063af68080504 2407 science extra elki_0.7.0-6.dsc
 787879d2ee7e0e7e6bad19868974e192 26620 science extra elki_0.7.0-6.debian.tar.xz
 2c46c49092db28c43abc2b0c77d695b5 22336760 science extra 
elki-dev_0.7.0-6_all.deb
 316942f958c87fb94379544fd5cf8d14 4010536 science extra elki_0.7.0-6_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCAAGBQJWj/C6AAoJEIZGT1kQQ3jxvGEP/3y7UWAHbZzNY+fYD+qZdqny
T4lNEDIUqhtjWuCWc+ool/c2nAFpR20VSoGw6oXK3gQsoLn2cXyS6DlTMo4Z7Wz0
Vv9ReI+qbuK6fYNUxdXsk4qkzOnxjNo5MlNEdeWWP93tk+oHkMhSbSDb+DJBLzC4
fuG0P3PYEBwok6rqlb+oYjkmaz7zkS/mjIRgNLL3pOub8OrogXdeQ2V0z/4ONpxY
M6DiNJIHPZSYD+WSEPVUUzwpjq7ZLLi/3gyssgKlB0BPAIN6fiyCBsNdrZfyQi3N
izqZnOJpOXgSNF7kQY7Lq5RbJ1zYJnp3RxfCTDM+Uae2Al9G364t8QQT8Lw0mNwF
JfBOKuGYOwpTekB+6Xiy7Zf+eFqwTWJjSmKPfRRN0kiAxAAjYtqb0YjYOcn1Tb9R
gs12uZDpEl/vl9en/ZEzYcatb3QC6+FWBphZ2cxc8aDRuZRyfqaqCO84hqmHAUMe
yF8Fg39bTuzmZunN/5xlAKlFYZj7B/8EGwHbZIR70ZDy3F5SGggsDD1erg5pQVkt
7z6m/ay3eWq0aeP57kksowkcBEScWXLgFTa4ma6QYJUpF/50npVL9IcrBsCv2EVB
nd3QJ3QDX7V18ptXk1IXcbqUSJRkYwIil9Hd8YLDpNhLwwtrM0MAOaxJFQ4R+I4D
5njbKVoNOkRMoiVnoRT5
=ZlKZ
-END PGP SIGNATURE-



Accepted qtdeclarative-opensource-src 5.6.0~beta-2 (source) into experimental

2016-01-08 Thread Dmitry Shachnev
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Fri, 08 Jan 2016 14:56:13 +0300
Source: qtdeclarative-opensource-src
Binary: libqt5qml5 libqt5quick5 libqt5quickparticles5 libqt5quicktest5 
libqt5quickwidgets5 qt5-qmltooling-plugins qml-module-qt-labs-folderlistmodel 
qml-module-qtquick-localstorage qml-module-qtqml-models2 
qml-module-qtqml-statemachine qml-model-qtqml-models2 
qml-module-qtquick-particles2 qml-module-qtquick2 qml-module-qt-labs-settings 
qml-module-qttest qml-module-qtquick-window2 qml-module-qtquick-xmllistmodel 
qtdeclarative5-dev qtdeclarative5-private-dev qtdeclarative5-dev-tools qmlscene 
qml qtdeclarative5-examples qtdeclarative5-dbg qtdeclarative5-doc 
qtdeclarative5-doc-html
Architecture: source
Version: 5.6.0~beta-2
Distribution: experimental
Urgency: medium
Maintainer: Debian Qt/KDE Maintainers 
Changed-By: Dmitry Shachnev 
Description:
 libqt5qml5 - Qt 5 QML module
 libqt5quick5 - Qt 5 Quick library
 libqt5quickparticles5 - Qt 5 Quick particles module
 libqt5quicktest5 - Qt 5 Quick Test library
 libqt5quickwidgets5 - Qt 5 Quick Widgets library
 qml- Qt 5 QML viewer
 qml-model-qtqml-models2 - transitional dummy package for 
qml-module-qtqml-models2
 qml-module-qt-labs-folderlistmodel - Qt 5 folderlistmodel QML module
 qml-module-qt-labs-settings - Qt 5 settings QML module
 qml-module-qtqml-models2 - Qt 5 Models2 QML module
 qml-module-qtqml-statemachine - Qt 5 State Machine QML module
 qml-module-qtquick-localstorage - Qt 5 localstorage QML module
 qml-module-qtquick-particles2 - Qt 5 particles 2 QML module
 qml-module-qtquick-window2 - Qt 5 window 2 QML module
 qml-module-qtquick-xmllistmodel - Qt 5 xmllistmodel QML module
 qml-module-qtquick2 - Qt 5 Qt Quick 2 QML module
 qml-module-qttest - Qt 5 test QML module
 qmlscene   - Qt 5 QML scene viewer
 qt5-qmltooling-plugins - Qt 5 qmltooling plugins
 qtdeclarative5-dbg - Qt 5 declarative libraries debugging symbols
 qtdeclarative5-dev - Qt 5 declarative development files
 qtdeclarative5-dev-tools - Qt 5 declarative development programs
 qtdeclarative5-doc - Qt 5 declarative documentation
 qtdeclarative5-doc-html - Qt 5 declarative HTML documentation
 qtdeclarative5-examples - Qt 5 declarative examples
 qtdeclarative5-private-dev - Qt 5 declarative private development files
Changes:
 qtdeclarative-opensource-src (5.6.0~beta-2) experimental; urgency=medium
 .
   * Re-enable building the documentation.
   * Update debian/libqt5qml5.symbols with buildds’ logs.
Checksums-Sha1:
 498c11826bf20c648029c41b060340d3695e623d 4403 
qtdeclarative-opensource-src_5.6.0~beta-2.dsc
 27d964397ff579d4074d4d548de0a426fdc907ff 72368 
qtdeclarative-opensource-src_5.6.0~beta-2.debian.tar.xz
Checksums-Sha256:
 073640bf744454cfcd99c1490a2a77b19f4f5bdeb57cc28064a3d30a302a345d 4403 
qtdeclarative-opensource-src_5.6.0~beta-2.dsc
 4efa40dadeabcc0f1d9c52d28564975875d604ccbb0169bda34a505a7e78181f 72368 
qtdeclarative-opensource-src_5.6.0~beta-2.debian.tar.xz
Files:
 f3ced55cd4a34fcf828ef8cb5304ac61 4403 libs optional 
qtdeclarative-opensource-src_5.6.0~beta-2.dsc
 d6d3463967ab466dd9612eab9afe8241 72368 libs optional 
qtdeclarative-opensource-src_5.6.0~beta-2.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v2

iQIcBAEBCAAGBQJWj/L0AAoJENb+cQNj+F3TB/4QAKYnxHb23aIljSJslcgKW9Fj
QeIlMXdKmbvu1TVN7IDraVkL+XAqo3dXp/eElKQXSd7z93Qa/WP5BJZLGrL29AxB
dnNWtEB+xdvpJ5bx4hzluTnlFO+wZizv3PiWMP1XffCJUk3/kGR5sw4tE6kofJxK
kjLAoeAigAZ4LlEiwDd1NFrvhyUjj7bnGKwlDElgXq767SnGIT+D5eByJA3KelrT
e+cK5XepAoh91hDVk3hsMAd7FG8Jqw39H84spVV5+VVFvwXh/bHqSEzIwS7hOCnB
sZ/R3JXiekI9LcUTq/dW/vu/RL+7w45CPa4PFsYhUpjeL+OR8sRml8lKifLMpxjD
DBNYb9I2k/WLFbw5NzB4r9y0h3SSA0kQVUVVZ8V/ECW9EVBB+qSKcvOFjlOaRQlq
DbHC4BGrJsYzZBFhKDGgPUA/XYAZ5+Fag7HaHJscR+ARYIuQ4u6e4+Rzfsovrm3B
8m8SGrBnPtGXYa8mxuHTJ5gPeT/OcAM3xlX2CLO3Mppsmb+zXb3RE9Cj2whWAT93
czpqLeF7GAcU1VQZSg2sJrB0jCryun2jAMoh63X7oa/nmfmlncReDtUkJmGxN2X7
JLQcE1xG4B5157uQH+IgooSEhNcY6rYfMJajOFrNSpUCKTEgtcCV7x5+fA71DTPn
Ei4LCseknizpaaxj4S6O
=A6YA
-END PGP SIGNATURE-



Accepted silly 0.1.0-4 (source amd64 all) into experimental

2016-01-08 Thread Muammar El Khatib
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Fri, 08 Jan 2016 17:54:24 +0100
Source: silly
Binary: libsilly-dev libsilly libsilly-doc
Architecture: source amd64 all
Version: 0.1.0-4
Distribution: experimental
Urgency: medium
Maintainer: Muammar El Khatib 
Changed-By: Muammar El Khatib 
Description:
 libsilly   - development files for the simple image loading library
 libsilly-dev - simple image loading library
 libsilly-doc - simple image loading library (documentation)
Closes: 743391
Changes:
 silly (0.1.0-4) experimental; urgency=medium
 .
   * Now the package is built using libpng6-dev. (Closes: #743391)
   * Bump Standards-Version to 3.9.6.
   * debian/control:
 + libjs-jquery added as dependency to link jquery.js.
   * Now the package makes use of fortified libc functions.
Checksums-Sha1:
 79998cb7a501d4b538e8f5ea03334f8bdd55a286 1865 silly_0.1.0-4.dsc
 1f7e9c24bf54d8f70a86ab0dd2ef777d1e45090f 6836 silly_0.1.0-4.debian.tar.xz
 c70739e5cbc66da25ed5422b85fa066d32b6be39 58044 
libsilly-dbgsym_0.1.0-4_amd64.deb
 efa329a77a1d2272c2b755f8b3f756e74677cca4 23790 libsilly-dev_0.1.0-4_amd64.deb
 bead9f309115445b612731f28ff35ca8b7b34bb2 60274 libsilly-doc_0.1.0-4_all.deb
 f35261fad789cb595b2bbc0fe62aa8ce0f21df89 15192 libsilly_0.1.0-4_amd64.deb
Checksums-Sha256:
 3f19df1a903e4f6b0b01ab55debd0d5eb47a99c54d01c4c65510f120b87bfd77 1865 
silly_0.1.0-4.dsc
 263199b2d724ee8a04e901576d2274fb6a4042adc8c0542fc877fab77a068907 6836 
silly_0.1.0-4.debian.tar.xz
 1fef76896a669002287c47732ef2acec7aa950291caec7cf7588452b087591fc 58044 
libsilly-dbgsym_0.1.0-4_amd64.deb
 bac5d85789408c8b880d06117e5266a0309af17eedd99246f0daa0d204e253ea 23790 
libsilly-dev_0.1.0-4_amd64.deb
 bba2a1c11a8acd3456ee2dba8b71419dfbd4c87c89d797d3f860484164415a35 60274 
libsilly-doc_0.1.0-4_all.deb
 51c9914dd9a0051bdc5c17b6ec9e952b09ead6fec2049f003fd8ce5206788f77 15192 
libsilly_0.1.0-4_amd64.deb
Files:
 a3f090a95fda012de3c67f5d1bbc96d5 1865 libs extra silly_0.1.0-4.dsc
 515010eab914db824b40046c1ba4995d 6836 libs extra silly_0.1.0-4.debian.tar.xz
 f7a5fd39153d0fc3ce594d110e930aac 58044 debug extra 
libsilly-dbgsym_0.1.0-4_amd64.deb
 f0641b90c8e62bb44c8cc02f29392b48 23790 libdevel extra 
libsilly-dev_0.1.0-4_amd64.deb
 52f870bbe0f58cfcca4159807ef84d67 60274 doc extra libsilly-doc_0.1.0-4_all.deb
 801bf67475d94db761b406ec003a8c5e 15192 libs extra libsilly_0.1.0-4_amd64.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCAAGBQJWj/S0AAoJEFwpE3JxJG5KsNYP/2MBumUMRh8fT3zYBtyzKYOg
zXh4i+iBuP8bGaI3RONX+Rc4921MSoDt5k6xCo8tCR2kdU0xY0/VX/tFnmBu8qKg
54tF2Vljewslu0DmVfyZnbd53Q6nSgg91rNQ6ZylLeWG1/aSVMLPwSocWbXGt/rf
hPxwB3V6AIXKOVLWmyVLIP+iSVxSiHyOJ3lCd2361sDPV4yd1s4otBYDHZhfJkEz
BIG1BfM3C0q4/YgUPgS6kxxGtTKS1IOQpAlsbQZNGKfPHomGAvKFXaIGxPsTXsjZ
YJxCRVTiDBNeBtY3bu1Kb+yk1CNAGf02jAvIkzNOVVjr9dItXdcIkpZKdrqaW/hq
vNq8k6qzjGAkA3RGkeDzShGL4RPGVxdKRg+EKojZMxiKvPLWcYTanZ+dRCAAHdVZ
4BQXofZ1Nvvn+bdNtX9AVMrzmgaNRbX/jLhlFuuQLuPUFPwp/6tkvkW6wWkcxQlM
ZjWyQHKBdOJAKIRvKc1Z92AtUeKfQBH6aykFXQShm3HPvWiNW6C8JjAaBc7wHMSy
3pzOPeUaoVwHE0ec78IbVWiwFvMeRm2mYoxOg5e+w1cu5RCvzm86Y9thu/XnZyCf
EfPAMDmXXNyk3Rzw0nyUJxGUgQ/Yr3AdvxSj13u6ya5ja6UcimBlkStmb+1sJofJ
CAr5pKEg67FH+3mDARb3
=EdHe
-END PGP SIGNATURE-



Re: support for merged /usr in Debian

2016-01-08 Thread Marc Haber
On Fri, 8 Jan 2016 17:54:49 +, Jonathan McDowell
 wrote:
>You're not communicating clearly and this is indeed causing problems in
>this thread. You said "all my clients run unstable", not "all my client
>machines run unstable". You've also later said "I've not installed any
>new Debian systems at any client site". It is not unreasonable that the
>casual reader will assume you are using the term to mean a 3rd party who
>you are managing system for.

You're right to blame for only speaking english for 30 years of my
life and living in a country where TV programs are dubbed. I am also
deeply worried about the Operating System I still care about after 15
years and which works so hard to feel not like a home any more.

>To attempt to add some signal to my noise, the gist of this thread seems
>to be that Marco wants to make it easy for those who wish to have a
>merged /usr to do so, and is not planning to force this upon anyone.

I would believe that if it were somebody else.

>As
>far as I can tell what he wants to happen is a) files in / and /usr
>locations not to conflict and b) policy to state that this should be the
>case.

If that is really the gist of those editorial changes[1], then this is
actually a misunderstanding. Maybe UsrMerge is even a misnomer.

Greetings
Marc


[1] pun intended
-- 
-- !! No courtesy copies, please !! -
Marc Haber |   " Questions are the | Mailadresse im Header
Mannheim, Germany  | Beginning of Wisdom " | http://www.zugschlus.de/
Nordisch by Nature | Lt. Worf, TNG "Rightful Heir" | Fon: *49 621 72739834



Re: keyscript (was: Re: support for merged /usr in Debian)

2016-01-08 Thread Marc Haber
On Fri, 8 Jan 2016 18:51:20 +0100, Christian Seiler
 wrote:
>(Warning: not thoroughly tested, code is a quick hack and awful, might
>do unexpected things. Also not documented. Quick howto: run make, copy
>systemd-keyscript-cryptsetup to /lib/cryptsetup/, copy keyscript-generator
>to /lib/systemd/system-generators, do systemctl daemon-reload and hope
>for the best. systemd-cryptsetup will still warn about 'unknown option',
>but it should work.)
>
>(Interactive scripts obviously don't work, same thing as with
>interactive init scripts, but if you need a password you can just use
>PASS=$(systemd-ask-password "Some Message").)

You're amazingly constructive. I wish I had your output. Thanks!

Will this handle a keyscript that needs to unlock another crypto LV
which is unlocked with a a password?

Greetings
Marc
-- 
-- !! No courtesy copies, please !! -
Marc Haber |   " Questions are the | Mailadresse im Header
Mannheim, Germany  | Beginning of Wisdom " | http://www.zugschlus.de/
Nordisch by Nature | Lt. Worf, TNG "Rightful Heir" | Fon: *49 621 72739834



Accepted ruby-mini-magick 4.3.6-2 (source all) into unstable

2016-01-08 Thread Pirate Praveen
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sat, 09 Jan 2016 00:30:31 +0530
Source: ruby-mini-magick
Binary: ruby-mini-magick
Architecture: source all
Version: 4.3.6-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Ruby Extras Maintainers 

Changed-By: Pirate Praveen 
Description:
 ruby-mini-magick - wrapper for ImageMagick with a small memory footprint
Changes:
 ruby-mini-magick (4.3.6-2) unstable; urgency=medium
 .
   * Reupload to unstable
Checksums-Sha1:
 fa27927caedaa58c7316a493506333959625be44 2224 ruby-mini-magick_4.3.6-2.dsc
 91c07c6d460335c9e5a78d7b8dfc0ab3a33cd04c 5440 
ruby-mini-magick_4.3.6-2.debian.tar.xz
 2f713e3dbb1c36af4d28e9ef11cd48d5ba8032f0 19762 ruby-mini-magick_4.3.6-2_all.deb
Checksums-Sha256:
 349caa441bab70ce259273cc4270169e13f103cbc356f7d5bc0ec885513938c6 2224 
ruby-mini-magick_4.3.6-2.dsc
 94314efe0c9398849f8986eaa1c732f908271bfd86b179730865cf79dd5014da 5440 
ruby-mini-magick_4.3.6-2.debian.tar.xz
 c2a413d2e2dcdcdf0b78ea6df481d5460d58b67f17c721ab37dab79f16afddc8 19762 
ruby-mini-magick_4.3.6-2_all.deb
Files:
 626b98b8ddcabb887cae0a8c13786240 2224 ruby optional 
ruby-mini-magick_4.3.6-2.dsc
 ee383db1ec4b76ebb49ec9a3d5fda253 5440 ruby optional 
ruby-mini-magick_4.3.6-2.debian.tar.xz
 bf2ad3b5ef0971fbc8be1838b9ae8935 19762 ruby optional 
ruby-mini-magick_4.3.6-2_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCAAGBQJWkAgQAAoJEM4fnGdFEsIqULcP/0FGnIOIkQWNUkdprHPFRcg6
KcqkMR/R2/iVWyevSpytUMZLFoqiU/sONIxzz05BGsPvq26eCdoYM/lC24ab+lPT
hZDSbbU3QWQwlpOyzqwaeAb0se9oYkOzDDKbNwwEMM/JehyZkIGqUIzmzBEtfsQ2
HigSKbdKqExOXNpUvosOVzZf1+ha6m/LiCyW89Pd2lYsI0L7rCbQfjQWVGiDop0o
AhuhfT+rGLoEb3x6pxRpzmfg3AlEQ1fe9JnYV0+36JGx6aZbT12urXCrNjHmgvnl
LehKtIk5Qyp17V3YLNCPtLlfcXARDIFI5KhbhzapKiDNCagQYIlFOxpkog9pevB0
/x34AYi6CUN1o1XYPzzCgS+WQaxKGgG9X5rq329+OYe2Thu5BDZNapUqPXskx4D+
+xeIJdGkyPKyYFxvUXW0qnR/Q3of8ysowPK2f+Mp8YYeou54nUVdEJrMgHoAUpdl
1IY4X0LtRiIqgMLhIpfkrSRddvbtOTqfgMoQY7Jl1zG9uc1bfcYuhjmihG0l8gw3
/5iH5pzdS2zmpcqxyTd+z0xrIXxXeu5MqFTcPdNfDPbZWs4eioiXaFxHJvvsEqky
duutqf4bLXLTv7rMB0AQfbXbPtUdfli0hn73Cu0xZdhhNIQ1sCI9pqpDxNl5JwVv
L3eUNNs2DX73HZquC2iS
=aANt
-END PGP SIGNATURE-



Accepted ruby-handlebars-assets 2:0.21.0-2 (source all) into unstable

2016-01-08 Thread Pirate Praveen
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sat, 09 Jan 2016 00:39:03 +0530
Source: ruby-handlebars-assets
Binary: ruby-handlebars-assets libjs-handlebars libjs-handlebars.runtime
Architecture: source all
Version: 2:0.21.0-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Ruby Extras Maintainers 

Changed-By: Pirate Praveen 
Description:
 libjs-handlebars - let you build semantic templates effectively with no 
frustration
 libjs-handlebars.runtime - runtime for handlebars semantic templates library
 ruby-handlebars-assets - compile Handlebars templates in the Rails asset 
pipeline
Changes:
 ruby-handlebars-assets (2:0.21.0-2) unstable; urgency=medium
 .
   * Reupload to unstable
Checksums-Sha1:
 b1bee8c407e3a63011a8676c57df9a80c14827d6 2378 
ruby-handlebars-assets_0.21.0-2.dsc
 d5ff43f944bdc83763695916a43685ca2ec8b74a 4236 
ruby-handlebars-assets_0.21.0-2.debian.tar.xz
 32855b8ebcc1422521dee5e69488727f4cbe3033 12154 
libjs-handlebars.runtime_0.21.0-2_all.deb
 a4d610ae0590d550c6d852b87accf7414ca24320 34144 
libjs-handlebars_0.21.0-2_all.deb
 618c8d1bb6c454830975a24f5dbe85028f287f01 9044 
ruby-handlebars-assets_0.21.0-2_all.deb
Checksums-Sha256:
 d491dc1707056de9bd1035d3eef5293832c7a45a410b5a8ddf9b856649e5132c 2378 
ruby-handlebars-assets_0.21.0-2.dsc
 c8f4eea1096366211ba2ff16ee49141432b58969696fe0646475f4f5a5997d63 4236 
ruby-handlebars-assets_0.21.0-2.debian.tar.xz
 b7c3792dab19e337c7661ae9006d073ff914441ac0427c8c5b22597ba9257615 12154 
libjs-handlebars.runtime_0.21.0-2_all.deb
 9612cb67c476a6bd5b68d3285ee30a5f9900a7601e004dba7819cf02e0bd7f53 34144 
libjs-handlebars_0.21.0-2_all.deb
 b514da517a82112f079034b12fc3ece0e3e0cfd26a983e06f2226d1b8fc121c7 9044 
ruby-handlebars-assets_0.21.0-2_all.deb
Files:
 e80d3fe681b8ad071c7057ed3720297e 2378 ruby optional 
ruby-handlebars-assets_0.21.0-2.dsc
 5f669c0e26af22eefa5a54395624b51c 4236 ruby optional 
ruby-handlebars-assets_0.21.0-2.debian.tar.xz
 f091b600837aba3ac95716c4970d755d 12154 ruby optional 
libjs-handlebars.runtime_0.21.0-2_all.deb
 c8c79947aa065e8b6b58df824dba1920 34144 ruby optional 
libjs-handlebars_0.21.0-2_all.deb
 22369d50779bd42b66b47ca6d49e1efd 9044 ruby optional 
ruby-handlebars-assets_0.21.0-2_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCAAGBQJWkAoLAAoJEM4fnGdFEsIqFqQQAKNS6DuZaP1yRDC4/et0eAKU
JRpjWJ6cCu3ZrI5CWoysdYpPmxgVirwzevtOlJ4CN5yot8K+DR0SO7rmv3TlMI2k
AMFpToVyQ3uAvG2g5nJsOg+p9J+NiYJl9GzDC/6+kghiW4Pql6jnSXIxvbonoFw4
M+IU6Uz0h1xnuvksLab/U4Z+8rnPuSUTOzoOpSTzQydsedlw5dNobU2BLK6M63/d
MncGa/5BTWQTsvsj6dTWaEehSw+PnFJbzGAl+QxFxt5+rI41n+xOLx9Z3b9Spfkx
+nCi4Dhob8970PbyHLyznV4HZLpfKYgpZYVIuQQgWexRd/nXXubyAnRcVG6Oh++F
Rn5fq/hr/mMZu9SaaSKNLf+r/ZNaa8cF8H1yUbTUZwmVqwZXvPrN4AZMciUbnuuX
J9thyIxanAUuo5+m1awZRwgT2fFzNCVZWsFWIgC3WvIj05Sc2JJZhHd27sV3a02m
7UqWrp/lzsyllkB1b8Bkifj27vUevFMetHJW1RLP+0PzGiVaYgZXLxmq1b/R7owT
Anhm8Svqoak/icgNp/x0xQTuRf9NxqhSh5R7E50UP4q35P+MiH4tTxlXas8GtBQk
y0A49dWSV0ha58dJs3xyT25X5kD55M65GhIIK3Nl9I5v2RCHQbEkVQPOnsNO99wL
WcRfY8hE1Vl0JE4oXRwo
=LXrE
-END PGP SIGNATURE-



Accepted android-platform-build 21-4.1 (source amd64) into unstable

2016-01-08 Thread Tobias Frost
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Fri, 08 Jan 2016 20:16:32 +0100
Source: android-platform-build
Binary: zipalign android-libhost android-libhost-dev
Architecture: source amd64
Version: 21-4.1
Distribution: unstable
Urgency: medium
Maintainer: Android tools Maintainer 

Changed-By: Tobias Frost 
Description:
 android-libhost - Android utility library for cross-platform tools
 android-libhost-dev - Android utility library for cross-platform tools - 
headers
 zipalign   - Align zip/jar/apk along byte boundaries
Closes: 790978
Changes:
 android-platform-build (21-4.1) unstable; urgency=medium
 .
   * Non-maintainer upload.
   * Rebuilt for GCC-5 Transistion (Closes: #790978), adding
 a break against current aapt as suggested in the BTS.
Checksums-Sha1:
 e458e768bda8895d5e62fdbe5876032dc6b4fa8a 2275 android-platform-build_21-4.1.dsc
 c9774a29d9d231ffc819917acafdbd17a5e1f776 9464 
android-platform-build_21-4.1.debian.tar.xz
Checksums-Sha256:
 f5c5ee24d72841e4a1945d27220d1145e54ef8ca569e619b3951cb8952665a8a 2275 
android-platform-build_21-4.1.dsc
 1052c661af654ad000ff210a474e9769e4c6432f46e450fb24124e276145f12f 9464 
android-platform-build_21-4.1.debian.tar.xz
Files:
 ab95e1089d3e442f610133cd4ff3a685 2275 devel extra 
android-platform-build_21-4.1.dsc
 b62c486de2b436574136359342c8ac3f 9464 devel extra 
android-platform-build_21-4.1.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCAAGBQJWkAuVAAoJEJFk+h0XvV02F1IQALg3GWM1hE6vBf711oOqRXAB
te+daGgGA0UribJCsxngl+i4+gEKiTP+141LrOtNJYzoVa5JFYrcJjb5psf1COdb
Aa4BNuj4y4j5kcJVsrl66/c/QDkKKEth5WysBVflSlMhSXlUxHLIWEV4ArLP6u/E
ynehmG2m/TzuHZhWGKssR5wqCxjuFZ5Cmf5WH3vo/CxdiUWMCJQnC0vYlYX229zp
cek5wdfgQE2k80zWEmKN8l28Nyd2dh8Dc7A2sho5YNdEsX1Y79djCFe4Si+l40TP
VwG9WwYQMseMsZEE+UAuqTwlwveAs6yLO7+JNAbCpTJr5YP1zpCh7tAloJfKhksJ
nGfUTfmKqQdhknNYb+utQi7JOOEUA8lKbGpPWdjZieafu961dmmD8+ntlqMKlzEB
TZ+0mKt7cVJ1W2qUTLzL4pfdZv1nauYwPP6Bq0Aw13C0lOaFoeqOzUUewnzAPSod
HQqYAGcWS9bYCk5h9RmcnZ1t0D+VdU37V67K6SCG6MDxx0xtSl+EbA4c+LOCuS1R
Mw8m2mdrtKhz0Em3rzmo8egpymrA6h5kj3saH5zCeLZ1Av++yQQPAIKmxPulugQY
Jq+PmpMmzyD8cWqfPddVUrTNShtQ4w8OWT6T3IpmdJ7wYwGAAI9wSh3stbTAVFPA
I3qTJ+2yKlUc0BCuYpB3
=KdY1
-END PGP SIGNATURE-



Accepted ruby-rails-assets-markdown-it-sanitizer 0.4.1-2 (source all) into unstable

2016-01-08 Thread Pirate Praveen
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sat, 09 Jan 2016 00:50:07 +0530
Source: ruby-rails-assets-markdown-it-sanitizer
Binary: ruby-rails-assets-markdown-it-sanitizer
Architecture: source all
Version: 0.4.1-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Ruby Extras Maintainers 

Changed-By: Pirate Praveen 
Description:
 ruby-rails-assets-markdown-it-sanitizer - sanitizer for markdown-it markdown 
parser via rails pipeline
Changes:
 ruby-rails-assets-markdown-it-sanitizer (0.4.1-2) unstable; urgency=medium
 .
   * Reupload to unstable
Checksums-Sha1:
 eccbbd30c8140a8344d4e1898ce26d7fc7fecd93 2359 
ruby-rails-assets-markdown-it-sanitizer_0.4.1-2.dsc
 3affc3563378cbc53f7cb17666d9a3dbb6146d0b 2740 
ruby-rails-assets-markdown-it-sanitizer_0.4.1-2.debian.tar.xz
 42d18ecd2de090992f99c34f9cca76b660907d77 5912 
ruby-rails-assets-markdown-it-sanitizer_0.4.1-2_all.deb
Checksums-Sha256:
 c220ad4471c22a6b89e6ae9e1c1989d14fa0d063e2f6e4ec35d317eae5bb93d3 2359 
ruby-rails-assets-markdown-it-sanitizer_0.4.1-2.dsc
 89ce70f49d50058c1dff3322d58b15c5bb29914f20bc8312a1e7fc77f4c9e3b0 2740 
ruby-rails-assets-markdown-it-sanitizer_0.4.1-2.debian.tar.xz
 0d4a3ac866981a7b93019796d69c363b9f2b63bc6463c6c5990ab22edd7a1190 5912 
ruby-rails-assets-markdown-it-sanitizer_0.4.1-2_all.deb
Files:
 e983e6e8b27e8e4b74f9f786ad1b76a0 2359 ruby optional 
ruby-rails-assets-markdown-it-sanitizer_0.4.1-2.dsc
 a6fa13cde5312bbea47c7087362edb8b 2740 ruby optional 
ruby-rails-assets-markdown-it-sanitizer_0.4.1-2.debian.tar.xz
 efb10c86061e71973985161efa5571cf 5912 ruby optional 
ruby-rails-assets-markdown-it-sanitizer_0.4.1-2_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCAAGBQJWkAx0AAoJEM4fnGdFEsIqYJoP/jy4sS7kqX41mfmKmDDqQQIW
axMSFLgrkUqrqmiKEKLplvA8715H/DuG4Kdd2BG0eJMXSBSr4q89F7FTaifRnZE6
X6QMHkalid6wzJQDDxtApfAbJQdeACo07Q2tuD+b8BhKP0naETYTQ0OC0O1s6lr+
U+J4gdkPwR9W3ImOBRqEGlXKSiKn2Pwi1WM9MdiAzFnaLv816JrSBNL/4/Bb4xj+
HbjHss5bgrQiTYd+wNpJVv5MkP6iPIdS9s/DxgooOnjp6r90mkDnU6+ITTwJ145i
MHxbGiPzp+Ltb81iO8acMPaCqqRMRIoxzdFJKX1+aStMIp69DOYcYOOIvOklJTku
rXnd19CCpjI2/92oUb32SmIXSxvcb0cjgPxyJsE11D+nxkrnwrHunOkyh8lFdhmE
qzlc9A8pxn0vrEMjL505k3wsk7wkzD1sC7mggbMzx93lcoDrC0T9OypmlxQJ4I1P
21EqOjM+3emGXqrlGpgE0k5iwLPj/sQTZaSz9GrPHeGPxuJbPWiIJl7A6F7/7Axg
QgMNJasRX1YGi6WLP4mYXKnFGKsf3IISD4f0CJXTrLz8eDf6PodOW4PpyS+NRjml
n/cfHUjHmHKWbOqNqRA1iRLDTWjtP5ydHO/yNuBrMLFx0kpiSjvbGdKMo72uXPuT
/9Sl0bsQGMX5UYUT7KnJ
=Z051
-END PGP SIGNATURE-



APT 1.2 preview uploaded to experimental -- please test

2016-01-08 Thread Julian Andres Klode
Good moo,

I just uploaded APT 1.2~exp1 to experimental. This release includes
the following highlights:

* Automatic removal of debs after install for apt(8)
* LZ4 support
* Recompression of indices
* Parallel rred
* Further 15% performance gain in cache generation

It should hit the archive with the next dinstall run.

It will be uploaded to unstable in the coming days, we only want to
get some testing and fix some other bugs from unstable first.

Automatic removal of debs after install
===
After packages are successfully installed by apt(1),
the corresponding .deb package files will be
removed from the /var/cache/apt/archives cache directory.

This can be changed by setting the apt configuration option
"APT::Keep-Downloaded-Packages" to "true". E.g:

# echo 'APT::Keep-Downloaded-Packages "true";' \
  > /etc/apt/apt.conf.d/01keep-debs

Please note that the behavior of apt-get is unchanged. The
downloaded debs will be kept in the cache directory after they
are installed.

LZ4 support

APT now supports LZ4 compression. This allows Contents files
to be compressed much faster with the following change.

Locally Compressed indices
==
If you use Acquire::gzipIndexes, or any other compressed index targets,
those will now be compressed with the fastest supported algorithm,
currently lz4.

This especially applies to apt-file and the Contents files.

Parallel rred
=
APT will now launch upto CPU count * 2 instances of the rred method,
but not more than 10 (there's a hidden Config option to enable more).

This also improves performance of Contents files a lot.

Cache generation improvement

The cache generation now uses string views instead of strings, meaning
that we do not create temporary copies of strings anymores. Depending
on how fast your system can copy memory, this might result in impressive
performance gains. I've seen good gains in ARM.

This work was inspired by the APT patches that are used in the backend
of Cydia, a package manager for jailbroken iOS devices.

We also now use a hash table size of 50503 instead of 15013, and store
length of strings in the cache.

As a summary of performance gains:

Device 1: ThinkPad X230, Core i5-3320M, 8GB Dual-Channel RAM

1.1.8:1.8 seconds
1.1.9:1.5 seconds
1.1.10:   1.4 seconds
1.2~exp1: 1.2 seconds

Device 2: Acer Chromebook 13, Tegra K1, 4GB RAM

1.1.8:3.0 seconds
1.1.10:   2.5 seconds
1.2~exp1: 2.0 seconds

So roughly speaking, we only take 2/3 of the time now compared
to 1.1.8 after which I started optimising the code.

-- 
Julian Andres Klode  - Debian Developer, Ubuntu Member

See http://wiki.debian.org/JulianAndresKlode and http://jak-linux.org/.

When replying, only quote what is necessary, and write each reply
directly below the part(s) it pertains to (`inline'). Thank you.



Re: support for merged /usr in Debian

2016-01-08 Thread Russ Allbery
Svante Signell  writes:

> No you are not. Debian following the commercial vendor track will make
> them extinguished. Technically there are no real advantages of the new
> (in many youngsters mind revolutionary) ideas. The idea of a Debian
> Universal Operating System, supporting Free Software (not Open Source
> Software), is dead.

What will kill Debian faster than anything else is to have every idea for
changing something large, interesting, or possibly revolutionary in Debian
be met with anger, derision, and attacks.  The process of proposing doing
interesting things inside Debian is already so miserable that it surprises
me people are willing to attempt it.  Those ideas are always met with
furious pushback from at least a few people who don't want anything to
ever change in that particular area of the distribution.  That this is
often different people for each change doesn't really help.

If it's not possible to do interesting things and it's not possible to try
to improve Debian, maintaining Debian becomes a job rather than something
one does for fun, which in turn will mean that Debian will become stale
and stagnant and lose contributors.  Then *everyone* loses, since even
those who would be happy to see absolutely nothing about the distribution
change expect incorporation of new software and support for new platforms
and new hardware.

If you want people to do maintenance work without getting to do anything
creative, interesting, or exciting, you had better have some method for
paying them, because that's a job, not something people do for the love of
it.

That doesn't mean we need to break things.  Ideally, we don't.  But if the
entire burden of making everything work exactly the way it always has is
put solely on the people who are trying to do something that excites them,
the stability that we will get will be the stability of death.

I do not believe people working on Debian want to break other people's use
cases for the fun of it.  However, enthusiasm is fragile.  Please, try to
engage with people, find creative solutions, and try to preserve the
things they're excited about in their projects, rather than muffling them
in layers of obstructionism.  We need excited people and enthusiastic
people to make Debian something we can all be proud of.

-- 
Russ Allbery (r...@debian.org)   



Re: support for merged /usr in Debian

2016-01-08 Thread Nikolaus Rath
On Jan 08 2016, Tobias Frost  wrote:
> Am Freitag, den 08.01.2016, 09:14 -0800 schrieb Nikolaus Rath:
>>  Debian is developed by its developers, not by its users. Do you have
>> any evidence (other than your opinion) that loss of users would cause
>> loss of development work?
>
>
> Our priorities are our users and free software
>
> We will be guided by the needs of our users and the free software
[...]

I don't see how this answers my question (unless you are agreeing with
me). Almost every Debian developer is a Debian user.

Best,
-Nikolaus

(No Cc on replies please, I'm reading the list)
-- 
GPG encrypted emails preferred. Key id: 0xD113FCAC3C4E599F
Fingerprint: ED31 791B 2C5C 1613 AF38 8B8A D113 FCAC 3C4E 599F

 »Time flies like an arrow, fruit flies like a Banana.«



Accepted ruby-rails-assets-jquery-placeholder 2.1.3-2 (source all) into unstable

2016-01-08 Thread Pirate Praveen
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sat, 09 Jan 2016 01:02:10 +0530
Source: ruby-rails-assets-jquery-placeholder
Binary: ruby-rails-assets-jquery-placeholder libjs-jquery-placeholder
Architecture: source all
Version: 2.1.3-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Ruby Extras Maintainers 

Changed-By: Pirate Praveen 
Description:
 libjs-jquery-placeholder - jquery plugin providing html5 placeholders
 ruby-rails-assets-jquery-placeholder - provide jquery-placeholder via asset 
pipeline
Changes:
 ruby-rails-assets-jquery-placeholder (2.1.3-2) unstable; urgency=medium
 .
   * Reupload to unstable
Checksums-Sha1:
 f4697ee016507d405588d75ae65fd3b60bad3053 2372 
ruby-rails-assets-jquery-placeholder_2.1.3-2.dsc
 16df81d1e97843c084862bf3cf49c4d2e317512d 2996 
ruby-rails-assets-jquery-placeholder_2.1.3-2.debian.tar.xz
 995d3b4d2d6fd9aaf04ee93d6fb3f1f33ebdc72c 4382 
libjs-jquery-placeholder_2.1.3-2_all.deb
 fd288d43160769110e99e68fdccd45b272278459 3692 
ruby-rails-assets-jquery-placeholder_2.1.3-2_all.deb
Checksums-Sha256:
 a4ad93c1bb18160080a71c50e0979adb32ebbeaedb3d4d0a4189f5b294043542 2372 
ruby-rails-assets-jquery-placeholder_2.1.3-2.dsc
 e84d172d2fcf900c130d1880a8603ecf2d04363aa5c010d6941fb8546dced6f4 2996 
ruby-rails-assets-jquery-placeholder_2.1.3-2.debian.tar.xz
 67a41e54c1aecb537e645104283279b16461f333f07b8f3d0b56b70ddcedc6ee 4382 
libjs-jquery-placeholder_2.1.3-2_all.deb
 ec332fe5d21f03f858e250f76faaa30f44682c8c461a6d2cae30747ad0689499 3692 
ruby-rails-assets-jquery-placeholder_2.1.3-2_all.deb
Files:
 7ee15e4b4c439554e67086d7c5ec098f 2372 ruby optional 
ruby-rails-assets-jquery-placeholder_2.1.3-2.dsc
 bbef3d63240b376419bada46b7de4384 2996 ruby optional 
ruby-rails-assets-jquery-placeholder_2.1.3-2.debian.tar.xz
 6253810ab9f7909c41c2d94a7810ba97 4382 web optional 
libjs-jquery-placeholder_2.1.3-2_all.deb
 225056236de2b4730d49e0706b68f80b 3692 ruby optional 
ruby-rails-assets-jquery-placeholder_2.1.3-2_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCAAGBQJWkA+rAAoJEM4fnGdFEsIq930QAKMKaYjYZcsvakxmeV0pSFq1
VLqGsaTi4TpozGLsL9+r6RVfydUsZSnSuWDR6ef6IPp1993K4KnF2rHoPgGo2Vz6
Z0lH3M6SX0nGyBd+haA4sWU7F6xOexOExwyXjmYY94OYDmmuc9OJqZVnHDzsARxD
KocOBrX8UYtRkocLKTftjcoaPr1NU6XBbZMYmamQEAVlOeNB/abS/JaEbEcFc6qP
vMFKP/ZF0bH/BR4hiuSQm3KGmNypJogyAYZW5VTtGtsuuFkKzvZpWupXJZGwWQxn
geVO+icIaijm7v66i88co2yD1se8bcJaLWbQYiqT0Ghn8IBpuF0S5dPVSRsTo+UU
EI1+L2vZA4oMK0jLyaTZRwqawkR5B1JQG+TY810OBH6w2kmmV5fHOUOsJZbRCeNi
dQbPCSjJcvw1vSEcBMDNwwOtMoObA3lwhZIK0wHmkKI+AVFT5LPweVW8j7GMeGcV
cVh9FVi43tkKxJV+hCqZpqtnMJrEcYrZpl7XT7cUhqUPqUSqPhOUgCzzrfVvc47k
86jIdHDEmvdia+Rgp/XeX0XhX5a3VhuAvMazbZhqeWkHlTpNmwVzXeu7wKHj4KWB
R9BI0DWMaYkFKYNtMrVQ8l0ppawsFNvnGWo7y1r/P9alW8lh1Y4UQa7k3jQ7iwZh
3kv1yRc9KPgtco8xq6Wx
=Yr1G
-END PGP SIGNATURE-



Accepted qlandkartegt 1.8.1+ds-4 (source amd64) into unstable

2016-01-08 Thread Bas Couwenberg
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Fri, 08 Jan 2016 20:15:18 +0100
Source: qlandkartegt
Binary: qlandkartegt
Architecture: source amd64
Version: 1.8.1+ds-4
Distribution: unstable
Urgency: medium
Maintainer: Debian GIS Project 
Changed-By: Bas Couwenberg 
Description:
 qlandkartegt - GPS mapping (GeoTiff and vector) and GPSr management
Changes:
 qlandkartegt (1.8.1+ds-4) unstable; urgency=medium
 .
   * Drop qlandkartegt-garmin from Recommends.
 Lacks support for libusb 1.0 and is no longer developed upstream.
   * Update Repository URLs for move to Bitbucket in upstream metadata.
Checksums-Sha1:
 f9e263263e325df2ead0fd599afe0cd5ca5fe491 2560 qlandkartegt_1.8.1+ds-4.dsc
 eff64ec9abb26ef88f947fb939e4c52e898a 14348 
qlandkartegt_1.8.1+ds-4.debian.tar.xz
 6b1aff80f2906aa1850860be322dabd88eb78c66 41711176 
qlandkartegt-dbgsym_1.8.1+ds-4_amd64.deb
 c8f2c5d2907d9d79d41a2ed5e0e67fb0889d1e3b 3745582 
qlandkartegt_1.8.1+ds-4_amd64.deb
Checksums-Sha256:
 348272c5e72dbbc7b20d8ce28fd39b767f7c02ff9b28512520e59e03288602b2 2560 
qlandkartegt_1.8.1+ds-4.dsc
 94742fdad4cbe7097fb4bea867bf83c34ef3ffec49b9803cc50eac6453ad2b5f 14348 
qlandkartegt_1.8.1+ds-4.debian.tar.xz
 6904438493f221dc6375445c5b5f0d43d57a6bcc19a1afb3f5e936975f87b83b 41711176 
qlandkartegt-dbgsym_1.8.1+ds-4_amd64.deb
 ff45b673749d1a74a77bb1bd534fce34168d59460f94f02c948dff84c3878928 3745582 
qlandkartegt_1.8.1+ds-4_amd64.deb
Files:
 9ea5516b39fefcb3e422a45edc53b442 2560 science optional 
qlandkartegt_1.8.1+ds-4.dsc
 8e7d63d468a2b497770700eba527c2f6 14348 science optional 
qlandkartegt_1.8.1+ds-4.debian.tar.xz
 82bf2e4c3044cad1f177cf86697593a0 41711176 debug extra 
qlandkartegt-dbgsym_1.8.1+ds-4_amd64.deb
 e128305cc21dba54cf85b6f4f5c8f046 3745582 science optional 
qlandkartegt_1.8.1+ds-4_amd64.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCgAGBQJWkBDXAAoJEGdQ8QrojUrx+MUP/i01ZHA6+hVrdHTHdQBaWfW0
vcMFnD2Fh5y4n7v0E9B7mfKnreiegDnbXa5aomB7xhA/cjvgOKWV4t5px0fVZHju
OGAIecQm8u4x0rh1GGMTTpT5m1BXKl2eMR40dUNR1tpWOFwJKSzHInFWecvFF0R5
oFJf/51sjb1P90H0KSVoGlemURa7a9U8xXj/rQWlJFVQJQTqjzGhcCIjwtlk45ap
8S0Rq5VCik5jqt2xFm1NGaNP7Nn09d6f4ELYEvcRhDmEKjI9A3hCj9GbVf3WOZOC
ZvzKJ68gjtzamNHhsaUaRao321rIJLCl34dUrdzJWmhK92FTj9IFFGMrZh/XDPqC
gMsVT85s1YvzQi06R464VPYGBN/6It9mMV89S7KoBSw5qLkqZpIHCpG/e707HTeJ
52u+7evYkETIGmSckMjbiZVn9kH8kQvsG5RXDOhxJ4MmZdK12NfAHP+zz8F9rGT2
ZIsbjIRt2LxEYaRu+7JRFsHiaib9qDCRNJ+73E4cw2UCsZR+tWcDqrGHP530gz/T
RBPip55L6WbgtCavIVvefeG4zfWPKYrLHLmPQRgaIzULqL1/hTNWSmPaJ45FpPhj
DytohttLRdO4atLqjJQwAXm3YZvPke8IcUrVn6OtpYi5iwmUaJs313bEU9+/1ocB
N4Emb5d4MPcTAV0f11xX
=zDvD
-END PGP SIGNATURE-



Accepted ruby-redcarpet 3.3.3-2 (source amd64) into unstable

2016-01-08 Thread Pirate Praveen
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sat, 09 Jan 2016 01:08:30 +0530
Source: ruby-redcarpet
Binary: ruby-redcarpet
Architecture: source amd64
Version: 3.3.3-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Ruby Extras Maintainers 

Changed-By: Pirate Praveen 
Description:
 ruby-redcarpet - Fast, safe and extensible Markdown to (X)HTML parser for Ruby
Changes:
 ruby-redcarpet (3.3.3-2) unstable; urgency=medium
 .
   * Reupload to unstable
Checksums-Sha1:
 3ea05f09f17aaa6e4dcdefa26ca72695584cd46e 2232 ruby-redcarpet_3.3.3-2.dsc
 b169da9caabe7c05bfa317e0a12b681d0f89ac46 4832 
ruby-redcarpet_3.3.3-2.debian.tar.xz
 a4c15ce26ef333b59362d5c4475fd35de148298f 46350 ruby-redcarpet_3.3.3-2_amd64.deb
Checksums-Sha256:
 481aa0e083c8246fcf624c2415dab27b0b7aac87cfe8ef335af377e3d5bd87ee 2232 
ruby-redcarpet_3.3.3-2.dsc
 d1c64d6ebe4052cf0635ad69da099b9c410d5ca19fa636cb0094e6efb7e075e1 4832 
ruby-redcarpet_3.3.3-2.debian.tar.xz
 e8d5b4586e83b4ad1046a1bbeb816f112e773a2784cb26abd1da585d0469953a 46350 
ruby-redcarpet_3.3.3-2_amd64.deb
Files:
 cb86a444f73115a709d759706072dff7 2232 ruby optional ruby-redcarpet_3.3.3-2.dsc
 9e9576a871d101cfae06c0cc68df1d01 4832 ruby optional 
ruby-redcarpet_3.3.3-2.debian.tar.xz
 f617ba11ee4c86fb49efd872cbe4f7c9 46350 ruby optional 
ruby-redcarpet_3.3.3-2_amd64.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCAAGBQJWkBCfAAoJEM4fnGdFEsIqOU0P/jOMb2GbgrmNuUTL3FwM3iwS
Qzr3gPZDfVvlFdlBaGxBoVdrzmF+8oPSyOQUNBEtvsQvj4NIzTMSbtn1GjD5bVOK
Q0TFqve2LbMGzphndWISbm7+PVPvfSA++LRBLYO/WmZenf7DF7FZ6ffIvZG8LTRk
iDQ17hjWt8j4BQTWCOVxgj0S0uAGutkckOjIuJ5M7+Oq/CrQugFtIlL2bNMXzjsJ
2VG9U4es4iJZxpqiEqC63OpvwItzOI+RN2xDg3IALbfs0O9ynI68MpPeJR+/Ht7Q
/hJQ53WS+1iCL+M+JOWIGNp1NgvocoPy5pJgXxHu61ehPwIkWrL+mDrt09DEBS0l
k1BJLo9XA7OwKiqtFgSD/5fPY4x/kS7Ou3krKXelpRk3gz/j5fPkRRY1YgswpmgD
3ala8CHNQpjdxgSKB3rKjKHsXDiFrTeNBXBsy7m4tCdNkUWi2zFVqSdPE+s2UI05
2S/b/jOl7OEHnPzSvisdtcNjelFzc10xHgtu0DXBHrPBOYpBaUZtuZ6H+JBHombf
C1M7goUXt9TeBD6gxLnZslf3geAQKCA0hmUw0DKNz/DOJHX4HmRyiN5JuGbXE7HH
4HR/VtknphjW96jR83iGh9T8f7TBJ9dbWG9MKS9gotpylN6snLu8kOki5SNwPDxR
DCQKPbMLM0IYVf3pijZH
=8k0/
-END PGP SIGNATURE-



Re: support for merged /usr in Debian

2016-01-08 Thread Robert Edmonds
Simon McVittie wrote:
> 0m24.5s DEBUG: Starting command: ['adequate', '--root',
> '/srv/piuparts.debian.org/tmp/tmpk5ZNdX', 'iputils-ping']
> 0m24.6s DUMP:
>   iputils-ping: bin-or-sbin-binary-requires-usr-lib-library /bin/ping6
> => /usr/lib/x86_64-linux-gnu/libgnutls-openssl.so.27
> 
> I don't know why a ping implementation wants to do SSL, but let's assume
> that's a useful thing to do for some reason. Are you saying that GNUTLS
> and all its dependencies should move from /usr to /?

Looks like it's not actually SSL that ping6 wants to do, but MD5, due to
the support for "ICMPv6 Node Information Queries (RFC4620)":

https://tools.ietf.org/html/rfc4620#section-5

[...] Compute the MD5 hash [...]

If it really does need to do MD5, maybe it could use the one in libbsd0
instead of dragging in libgnutls-openssl27 and its dependencies.

-- 
Robert Edmonds
edmo...@debian.org



Re: support for merged /usr in Debian

2016-01-08 Thread Svante Signell
On Fri, 2016-01-08 at 19:15 +0100, Marc Haber wrote:

> Quite some developers are getting paid to be Debian users or by
> Debian
> users. We participate in Debian because it makes using Debian easier
> for the people who pay us.On Fri, 08 Jan 2016 09:14:45 -0800,
> Nikolaus Rath 
> 
> 
> If these users stop being Debian users, they have no reason to pay
> developers to make Debian better. This causes significant loss of
> development work.
> 
> Not all Debian contributors are contributing because they're students
> that need to get rid of free time. And, in fact, contributing to
> Debian has significantly lost being fun over the last five years.
> 
> Alas, maybe I'm just too old.

No you are not. Debian following the commercial vendor track will make
them extinguished. Technically there are no real advantages of the new
(in many youngsters mind revolutionary) ideas. The idea of a Debian
Universal Operating System, supporting Free Software (not Open Source
Software), is dead.



Accepted ruby-rails-assets-markdown-it 5.0.2-2 (source all) into unstable

2016-01-08 Thread Pirate Praveen
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sat, 09 Jan 2016 00:43:59 +0530
Source: ruby-rails-assets-markdown-it
Binary: ruby-rails-assets-markdown-it libjs-markdown-it
Architecture: source all
Version: 5.0.2-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Ruby Extras Maintainers 

Changed-By: Pirate Praveen 
Description:
 libjs-markdown-it - javascript markdown parser
 ruby-rails-assets-markdown-it - markdown parser as a rails asset
Changes:
 ruby-rails-assets-markdown-it (5.0.2-2) unstable; urgency=medium
 .
   * Reupload to unstable
Checksums-Sha1:
 cad37a0f77fb7c8e433bef8e9da638216f67c1c1 2275 
ruby-rails-assets-markdown-it_5.0.2-2.dsc
 37ca283b7d763bcb083c4d2a5d5dc8c3946dd53c 2936 
ruby-rails-assets-markdown-it_5.0.2-2.debian.tar.xz
 1d472e9b82e2f48716cbdafe2cd52b4a3dabd189 57646 
libjs-markdown-it_5.0.2-2_all.deb
 837f69e614a54f67c8b4e8a7736fcef0c3ac9412 3852 
ruby-rails-assets-markdown-it_5.0.2-2_all.deb
Checksums-Sha256:
 8e1db1a1da86d2521d1b9f5e20d0e3546a532af2dba27d21b04e5b02e05d4c7d 2275 
ruby-rails-assets-markdown-it_5.0.2-2.dsc
 ac870bcc3d8e1a2062dedcb4f039c8268f4c198e39e340e3864b05e8206e1580 2936 
ruby-rails-assets-markdown-it_5.0.2-2.debian.tar.xz
 1e2493d38ed25a4515f2b528cdc4ea5b10de2a901abc7503ac6ee979ea3e53eb 57646 
libjs-markdown-it_5.0.2-2_all.deb
 77f35e7c9e211e828b63bd3b49fc1cce2770c58ff890032d04dc9bb3b06b9625 3852 
ruby-rails-assets-markdown-it_5.0.2-2_all.deb
Files:
 4daa9703d8a6bca78e3801372261f2ca 2275 ruby optional 
ruby-rails-assets-markdown-it_5.0.2-2.dsc
 be65ea0732ef77ef366163d664bbb33c 2936 ruby optional 
ruby-rails-assets-markdown-it_5.0.2-2.debian.tar.xz
 e4314269696caf7c8691db8b869ad416 57646 web optional 
libjs-markdown-it_5.0.2-2_all.deb
 35a61402e1c225d50be892d44d7ebd11 3852 ruby optional 
ruby-rails-assets-markdown-it_5.0.2-2_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCAAGBQJWkAsNAAoJEM4fnGdFEsIq3RMQAKFkZq3yLJZ/O+RvYKpNxmwu
dNxK+riIyTCRefDd+57NRM+WHdTrsbGJG9Eh+9aYq9mb12hAsa+Jjjm2PcKDff9T
oPlpWtyNnJsQkUUbNb4pmcjGOVA60HuCmvD8GmURNXTICfkvGXmIT4FCVHZOXrE7
hZsvqnUO46KbUT1MWzTDGJbZR8R9LBt24AG8WtUcnl9GJrfNSLGcc2XJDQTYqMgU
askW7m/vg9Ul+ASLVHGe8r3gp7Ps96YLj3Bpbhj3ARl+ZPQNNcBjpT1Ra6dA7t4+
h7iYfX38qLCoaBL8FGkKKHGzHhgu3q7plwGfHYe+w4gtLkoH3d+AwfN1nbMCdAYs
emMGOJqxnAlDVlI11VVHNCERWdOJsMOlkh6o7vczaDS5SZWDjExzvOppwwgUpIwO
5DOectDg8dtRRXNkkEsDeYbszETq0gwDCe4y7KP3lCrTUn4AaLzcqF+p/IeBWQuE
VOwwZ5CsWGuO+LYVgc2CEU5YU46fqUw+p1RKg98XcpldY/tKlbsniqYT5Txx8zOJ
Huk2Bie33yvvipab9gZYRa55P2XYqpU9RC8C9HGbQfoQAmYeW1GVVTdXkFAtb9A1
qfusHACdBTgY4i6bYh8Ypha+CHwEvtmmH7LhwbFRH0UTJmmM5PvKZrWVtDXVpY1A
POCUtHh144sH2bzJVzU0
=oUfn
-END PGP SIGNATURE-



Accepted ruby-rails-assets-highlightjs 8.9.1-2 (source all) into unstable

2016-01-08 Thread Pirate Praveen
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sat, 09 Jan 2016 00:57:34 +0530
Source: ruby-rails-assets-highlightjs
Binary: ruby-rails-assets-highlightjs
Architecture: source all
Version: 8.9.1-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Ruby Extras Maintainers 

Changed-By: Pirate Praveen 
Description:
 ruby-rails-assets-highlightjs - highlightjs for rails applications
Changes:
 ruby-rails-assets-highlightjs (8.9.1-2) unstable; urgency=medium
 .
   * Reupload to unstable
Checksums-Sha1:
 5e9eab73ca5ca2768c88297a62b95285fa989ede 2247 
ruby-rails-assets-highlightjs_8.9.1-2.dsc
 2ba5de483d2f21873096255ab023dd4853c8ab70 10212 
ruby-rails-assets-highlightjs_8.9.1-2.debian.tar.xz
 ba22bbdda56e1b24baf53a1e33b4537d6669b5ea 43654 
ruby-rails-assets-highlightjs_8.9.1-2_all.deb
Checksums-Sha256:
 8c4b29828f8bfb48bc3a27aa91bc56936bd0c738a9324c2103a1faea5fc29b4d 2247 
ruby-rails-assets-highlightjs_8.9.1-2.dsc
 8d0ce51a46c1f50387610c464d89d62e903f98cf42551a8c6997f74067e6bf89 10212 
ruby-rails-assets-highlightjs_8.9.1-2.debian.tar.xz
 643ecca50cfcf9d50e2ba462c2868e33af62628b1a115d5d4b92088a066f5679 43654 
ruby-rails-assets-highlightjs_8.9.1-2_all.deb
Files:
 0eefbf8d60ebd91313f4c36d368ac6ad 2247 ruby optional 
ruby-rails-assets-highlightjs_8.9.1-2.dsc
 b6c2b06ea731e4506a880c5f2b0b38c2 10212 ruby optional 
ruby-rails-assets-highlightjs_8.9.1-2.debian.tar.xz
 7a7b70b63424d56e3b57eed429981b8c 43654 ruby optional 
ruby-rails-assets-highlightjs_8.9.1-2_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCAAGBQJWkA3IAAoJEM4fnGdFEsIq/JIP/jiwP9RBtaClcAJUNlKL8Ppk
QrelJSPwc1HEAZng+u/RtEk+5tlvPEdwT0xTWflHKAdStRX4ktetSkiFsEPm60k+
Z/X4R2DG+zXgjAdv+5lkHijFdndHEBUJiwukWEDy0j6McAqfkFDoQ3Dm+tPuYP3j
IYwFsDPkkK0d9V5tfNIjQnB6fcLs3ZRSQFRRH1Ko+30ZrwiU/X9G8I3i5HTlJfc0
hQL/dzL1TYW9fYuKC848ouOhYVOk3gZq67Jbb29QS/v1k6Rgag7touWifvReqHxo
vBpuqNSrUUTwTa9CmV79NkXo9hFe5DxVodzSJ9bkkNF4BPzjKiGJcvUd4Tw3ycej
71d08QJ+wUQHRbxShCfG1eMCDlQw/mbV+TYwjSn39PpAaFQwwZ1p8V8beZQT9yJQ
l9I5/EETLUNdtwjfsHlB8IWttNvi8llAM4FsuQmX9WRjfw2pYKDnYxyAs+xzZO+j
h2NIYnMPXRPw3P8uP3WVHPw3OXBiHBN2fEgSIvrOewE1tO8HMTOHa9UQA3CBmj9T
XatpaZToBo9DGLP7x3PGhJf8p9JplRqkWCTxqaxV8on4orktOzuVKlsfkhyqo5fP
MBoFpF1iNyUgp1O8FQOhyl6gWmL922A/mi9aEaKq4Jo/1qH8lVYNFP9wxmiGMlAW
Mzg+6zlLURGiTP25a8z4
=w8gT
-END PGP SIGNATURE-



Re: support for merged /usr in Debian

2016-01-08 Thread Svante Signell
On Fri, 2016-01-08 at 09:14 -0800, Nikolaus Rath wrote:
> On Jan 08 2016, Svante Signell  wrote:

> > The problem is that with Debian heading down this road, the Debian
> > GNU/Linux distribution will not exist in 5 years from now.
> 
> Debian is developed by its developers, not by its users. Do you have
> any evidence (other than your opinion) that loss of users would cause
> loss of development work?

That would be the biggest mistake ever made in Debian history. What
would you do with a distribution having no users?



Re: support for merged /usr in Debian

2016-01-08 Thread Tobias Frost
Am Freitag, den 08.01.2016, 09:14 -0800 schrieb Nikolaus Rath:
> 
> Debian is developed by its developers, not by its users. Do you have
> any
> evidence (other than your opinion) that loss of users would cause
> loss
> of development work?


Our priorities are our users and free software

We will be guided by the needs of our users and the free software
community. We will place their interests first in our priorities. We
will support the needs of our users for operation in many different
kinds of computing environments. We will not object to non-free works
that are intended to be used on Debian systems, or attempt to charge a
fee to people who create or use such works. We will allow others to
create distributions containing both the Debian system and other works,
without any fee from us. In furtherance of these goals, we will provide
an integrated system of high-quality materials with no legal
restrictions that would prevent such uses of the system.

(Our social contract)



Accepted diaspora 0.5.5.1+debian-2 (source all) into unstable

2016-01-08 Thread Pirate Praveen
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sat, 09 Jan 2016 01:26:43 +0530
Source: diaspora
Binary: diaspora
Architecture: source all
Version: 0.5.5.1+debian-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Ruby Extras Maintainers 

Changed-By: Pirate Praveen 
Description:
 diaspora   - distributed social networking service
Changes:
 diaspora (0.5.5.1+debian-2) unstable; urgency=medium
 .
   * Reupload to unstable
Checksums-Sha1:
 b549876762c79d676fba2b2ef733d6161c3ea62d 2050 diaspora_0.5.5.1+debian-2.dsc
 81eaa32a41c3f87e6cbf981c59ad8f9c9dc94837 89872 
diaspora_0.5.5.1+debian-2.debian.tar.xz
 65fc359ca85b1593cae9e2e4d5fa1b951c39ec1b 2095454 
diaspora_0.5.5.1+debian-2_all.deb
Checksums-Sha256:
 160a27ec8964d33fdcf2cd06a61ef38c82bb4f74faf9214a1b0c7190c4812584 2050 
diaspora_0.5.5.1+debian-2.dsc
 d5d17b3cf9907ac702aa98ca1aca1deade978b2dff6905c4c208d879b2647c75 89872 
diaspora_0.5.5.1+debian-2.debian.tar.xz
 053b5766f27b7ad5d02d25a5286968fdd0d17940953aa7de031340894ba1c125 2095454 
diaspora_0.5.5.1+debian-2_all.deb
Files:
 1e6460d71de25a157099bfda78a7141f 2050 web optional 
diaspora_0.5.5.1+debian-2.dsc
 3966cca5820022305128e2261ceff5e5 89872 web optional 
diaspora_0.5.5.1+debian-2.debian.tar.xz
 389a680f0ae8d95b77e5acb7d43c03e4 2095454 web optional 
diaspora_0.5.5.1+debian-2_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCAAGBQJWkBWiAAoJEM4fnGdFEsIqR40P+wc/ebVopfajG9me0z1XbB/8
cn3rEH3HyGa2SbMNBMMfwNO5bbG13OIbB3b8nXDBc57ehQ+7b1tv8ZZVq2hERg7j
ce4YTh67pbt8OIfy+bVoOw1KolWXrUBW2QxZggik7i3AiE8X232//pndm1MMsAXs
QdewJHq2lAbJ/1bVZ32xnhbU8lFWkj7QxAKbJW9j08NRqhqb00snMM41h5sjYgCz
tmYUjqaWQ4gVu4pnOOvSG99IGxuuHuXi6W1f+U6L2UT4Mpr7owSd+ayOK5s6KUtR
WxC6E9MPsa2ZgiGt0F8EI0OwlTlJbWtwTYNu6gz9YMdyFKvkJHP+WdDRp2uz6FhC
ryac3TV+Lq2WFPgfwLBOKLPx1QOZDl4nnuMjanYtzSCXJoJZwiIvZdWhyDJDNjS/
3rLPxeWYhIpQbG9Zr/CnBSfH0FqVQwVucwbvvPNl4VGxktG0/Gn+6u/AfxgcZbFo
ei3ooMgGT5nzqbRfSEUAOA6QCGVxtv8Rec0gDxrFRl0dpHs858ngdl28WHj432ED
O/3/z/lcCGyMwSBHxXTemubMgYU8S2mL63VN3oPDfKtoRUpt/iclgG+BfM68FcC9
HvLfmEWV42cwLbicpb+vZHdhh4eYOcBFVOFA9Rw5jZKD+MqReav/nvkum4t5q25/
QpGnfMe/QE5lBYGBhuLM
=nO0Q
-END PGP SIGNATURE-



Accepted apt 1.2~exp1 (source) into experimental

2016-01-08 Thread Julian Andres Klode
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Fri, 08 Jan 2016 21:41:10 +0100
Source: apt
Binary: apt libapt-pkg5.0 libapt-inst2.0 apt-doc libapt-pkg-dev libapt-pkg-doc 
apt-utils apt-transport-https
Architecture: source
Version: 1.2~exp1
Distribution: experimental
Urgency: medium
Maintainer: APT Development Team 
Changed-By: Julian Andres Klode 
Description:
 apt- commandline package manager
 apt-doc- documentation for APT
 apt-transport-https - https download transport for APT
 apt-utils  - package management related utility programs
 libapt-inst2.0 - deb package format runtime library
 libapt-pkg-dev - development files for APT's libapt-pkg and libapt-inst
 libapt-pkg-doc - documentation for APT development
 libapt-pkg5.0 - package management runtime library
Closes: 160743 747094 806775 809522 809726
Changes:
 apt (1.2~exp1) experimental; urgency=medium
 .
   [ Beatrice Torracca ]
   * Italian manpages translation update (Closes: 809522)
 .
   [ David Kalnischkies ]
   * add optional support for comments in pkgTagFile
   * support comments in debian/control parsing (Closes: 806775)
   * properly parse comments in apt_preferences and deb822-style sources
   * include all compressed Packages/Sources files in Release file
   * use one 'store' method to rule all (de)compressors
   * ensure compression cleanup even without lists-cleanup
   * allow pdiff bootstrap from all supported compressors
   * keep compressed indexes in a low-cost format
   * support '-' and no parameter for stdin in apt-helper cat-file
   * tests: limit autotest-functionname generation to sane characters
   * use filesize of compressed pdiffs for the limit if possible
   * remove uncompressed leftover partial file before pdiff bootstrap
 .
   [ Michael Vogt ]
   * Add support for APT::Periodic::CleanInterval.
 Thanks to Martin-Éric Racine
   * Add bash-completion support for the "apt" command (Closes: #747094)
   * Add new APT::Keep-Downloaded-Packages option (Closes: #160743)
 .
   [ Julian Andres Klode ]
   * Change compressor costs to be 100 apart
   * apt-cache: stats: Average is over used, not all, buckets
   * Increase APT::Cache-HashTableSize default to 50503
   * travis: pull liblz4-dev from wily
   * FileFd: (native) LZ4 support
   * apt-helper: cat-file: Add -C/--compress option
   * CopyFile: Use 64 * 1024 instead of 64000 as buffer size
   * acquire: Allow parallelizing methods without hosts
   * rred: Run in parallel
   * Introduce internal APT::StringView class
   * Switch performance critical code to use APT::StringView
   * pkgCacheGenerator::StoreString: Get rid of std::string
   * pkgCacheGenerator: CurMd5.Value() cannot be empty
   * AvailableDescriptionLanguages: Use one string for all iterations
   * NEWS: Document recompression of indices
   * Store the size of strings in the cache
   * libapt-pkg5.0: Add Breaks appstream (<< 0.9.0-3~)
 .
   [ Helmut Grohne ]
   * Allow building without libgtest-dev under  build profile
 (Closes: #809726)
Checksums-Sha1:
 22e87947e9869105fbf22b60d55cdb7689a60256 2332 apt_1.2~exp1.dsc
 38ebcd3628da58b8bcd28e937468986840727f75 2012668 apt_1.2~exp1.tar.xz
Checksums-Sha256:
 f85f0b8f02043f6413b80a00899ecc5801a079a98af480db797a9958b1f7cc29 2332 
apt_1.2~exp1.dsc
 2d511c4ea24943d6f1ba27100a38f83dbebbcdf82dd341d73021a68c411a8813 2012668 
apt_1.2~exp1.tar.xz
Files:
 8172190561577d767e2b13dd23b1118c 2332 admin important apt_1.2~exp1.dsc
 42257cb92ca1f04d14ebc198a190bed4 2012668 admin important apt_1.2~exp1.tar.xz

-BEGIN PGP SIGNATURE-

iQIcBAEBCgAGBQJWkCAwAAoJENc8OeVlgLOG6NwQALWIRsTiqu1/UVafNHOdQ8x/
35T7sbODZ0Wo2aKHdlr9GGaCRlAQdH6SnrDC/BFzSVEfaAEAP0vzg70QKEINiPMb
2oi0TxZ7AcFmuvn6hceqh//fD+EBJKD5BAevh5+0mIoISoKbqW+YTMkn4PzNzfXm
mB8C6wklGG8gE5qDonD4cJmWO4C9uKPqFKlanxFMQYjuKPj2x5Ld/PqfxacKSiWF
6Tumi+QpCdEW48UThkYaFumoEi97ATCtfnCcUgvD9+dvVT4cuKecg1bEJukBP+7/
DjHJIhzkryVQMmoTpuHCHWVrs61TmshteEjMdUuUvUIP3Dp2l4QfwVBpEx2yfK1/
9pAEGrikXE54fu4ppf3a4MaNrFOYGJNHbGhqnvfxb4xf49xuc/Rrp4jNfavpSF1x
YaxontgG6ecYo0JmX6ij9URGgeVzMpt2nOjPXYll5/DvI+AKV7YK+SwJQsspGfly
mYDfkvuC5Wp2TKYhxnsx3tkgY0PoZpd1tHmoZaHGIu4mBot1I6skztWlq0ivRBaw
0uNrrZ/tgRWpTi06clh6FdOlo9DGsyIAapOlFIYMAPAoNzYnupjEFjjtrUhxa/hj
ZvkZlISE4L8ay379scHaVqZ+vDR/D0+NRCmyJze7OjffqAE/W3a9zHiBx4L7CKyg
r1pyQrg5ZO9zuzRGGqBo
=H8WT
-END PGP SIGNATURE-



Accepted android-platform-frameworks-base 21-2.1 (source amd64) into unstable

2016-01-08 Thread Tobias Frost
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Fri, 08 Jan 2016 20:53:54 +0100
Source: android-platform-frameworks-base
Binary: android-libandroidfw android-libandroidfw-dev aapt
Architecture: source amd64
Version: 21-2.1
Distribution: unstable
Urgency: medium
Maintainer: Android tools Maintainer 

Changed-By: Tobias Frost 
Description:
 aapt   - Android Asset Packaging Tool
 android-libandroidfw - Android utility library
 android-libandroidfw-dev - Android utility library - Development files
Closes: 808899 809861 810166
Changes:
 android-platform-frameworks-base (21-2.1) unstable; urgency=medium
 .
   * Non-maintainer upload.
   * Update BD to libpng-dev (Closes: #810166)
   * Add patch for new libpng1.6 (Closes: #809861)
   * Rebuild against android-libhost, with versioned depend to ensure that the
 GCC-5 rebuilt version is used. (Closes: #808899)
Checksums-Sha1:
 69b22abecd3a959579cb52f3ef632ccb6135af37 2497 
android-platform-frameworks-base_21-2.1.dsc
 2c4fa933e80376e478bb8cd99cdd5db82dd007aa 14024 
android-platform-frameworks-base_21-2.1.debian.tar.xz
Checksums-Sha256:
 ad9d8895797b253b461c4df110909ab24c631cc838ef2af3cb2835d3aec66699 2497 
android-platform-frameworks-base_21-2.1.dsc
 c7b5c78424c657c9225777cf5afb7db3b828dfa9c3fd577070b548787e699ba6 14024 
android-platform-frameworks-base_21-2.1.debian.tar.xz
Files:
 49e6855bbc3ce4480b1a406526133224 2497 devel extra 
android-platform-frameworks-base_21-2.1.dsc
 4407d2a06bbab537f7013bf745c48d98 14024 devel extra 
android-platform-frameworks-base_21-2.1.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCAAGBQJWkBR4AAoJEJFk+h0XvV02slUQAK2h1Gy/H9YQaLH1lpXhfJnM
nbATmWGodiqcPW35o+S7TeWi7i995l56aH2xkUt2oCENCg1tacChgcRUtloaWRX7
O5pdPatdj/tvENq/XkheZjmVRhzeULoBKRHzj09sqX2rDiASfn/kw054pLgHBDPg
PZl2tpX+AKMxNJGWC4tdfyscds5uXly0tWyOYH8Ei5HqVbGen2FsLtPGs0UldG+u
AZEMerhzcFiuNyCpR8swm+IVdcDY3TmvYf45e5tw59a+9dRqkYSMW6XsYGxpQHTG
SuGLkq6g21JjoZnR5bmvMyk0QU5QaXrU8G/r+YJHWKLuBPdLS52Zyhh7wTRTX7zl
kP7HngxdOxEn4VoRhECCe+j7NX1KG82DSbYus1/8m8YyXNahvSdqgdmUHHdISRKC
xOZ9EQe95SVIVlmVanD59QLnacOtlU88/OEZ2LRz0OIuikqsQ1cLZY9rcT5oOz3H
0Nonsq6g4e+0tOXI8fnPThkyBcKqkQ6y2v4GrthnSGihkQd2aNMIEHKFc2WcA1LH
XHkljYf/D8/lZ4s+6CWQP++mnPuW3ZbEvxyO623h0CJnKmdw3YE7gPEGSdBfEuXJ
eCt6T+9yLhxFMASRTHuzGe5/bhLms2It62BpNOOWnHWTREldLpLlc9XUKY7m9AhO
GPt4QoCC/zd4HMwhfa4/
=109f
-END PGP SIGNATURE-



Accepted ruby-faraday 0.9.2-2 (source all) into unstable

2016-01-08 Thread Pirate Praveen
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sat, 09 Jan 2016 01:15:20 +0530
Source: ruby-faraday
Binary: ruby-faraday
Architecture: source all
Version: 0.9.2-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Ruby Extras Maintainers 

Changed-By: Pirate Praveen 
Description:
 ruby-faraday - HTTP/REST API client library
Changes:
 ruby-faraday (0.9.2-2) unstable; urgency=medium
 .
   * Reupload to unstable
Checksums-Sha1:
 0d8989d2a4b891c67df7a1dd117fdfa8b278107e 2277 ruby-faraday_0.9.2-2.dsc
 577e26182292471aa49ad4a9618f680e8703ef49 3476 
ruby-faraday_0.9.2-2.debian.tar.xz
 51b611e751ace5234e6564d75262611db1832c82 33642 ruby-faraday_0.9.2-2_all.deb
Checksums-Sha256:
 f4b097f74ae98a4f3b2129873010ba08f09eb6f04c04ed5dd9b08dacc134f5b4 2277 
ruby-faraday_0.9.2-2.dsc
 4d0a9e7174738701607d3bd11b086cc82ac4a86b8810b784f6cb7f71b5c1e510 3476 
ruby-faraday_0.9.2-2.debian.tar.xz
 8b78470807a833178778d328315837e6dd4310223fb2893ee2e44c7c682eacf9 33642 
ruby-faraday_0.9.2-2_all.deb
Files:
 8c9b0f80e693fa1500de87cc11906cbb 2277 ruby optional ruby-faraday_0.9.2-2.dsc
 77081eabb2ca004dc81fdf24b9212af4 3476 ruby optional 
ruby-faraday_0.9.2-2.debian.tar.xz
 7cbaab34e3671bb027124e605d7042b5 33642 ruby optional 
ruby-faraday_0.9.2-2_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCAAGBQJWkBIDAAoJEM4fnGdFEsIqbXoP/2FXbDk3FU1WTOrSXU3s/mmC
but4k+HYj8woC830SbLHtmDu9cKoz7AZl/gI9W5rEoPDtHl9SWtrG/X5H/FBzXt0
UYtLuWBzsCR6imfetd+A1Y/HekcV18Rq2ZpuS4l2/aOsbIW8pSwF/24lEd7bfVDi
K6xn5rlEXGvqlVuoEWcNKvHdHYjlaUQcFVf8qrAsUAnIZVsf61qRY7m99EO8QG/I
bUI9qWnvMg6fJS81MkIl+YbILPPOUJccqI08gyhsnTQKm+OxefF3q0lZGNBeUs4z
WWEDzkE4r/cjnnyJQ6TTECJlvqDd2h7H5liFl47OGOZUlsUQa/fxxfL8m8FnshpZ
QUnVnyUnseC8lL8poVLpUKF2mJGLJUJ4ctICqhd8dCgyGbwICIU5C7GILN82KSnk
Mzb9pbgGU4uyhiPy9994uV70pAwr77AzdqqEJ0fOdsUNfNNiD6euAuH9zL4yHTue
hFvViJsaOozARodehQc3q1s8t8Gd1ADNYRttkJKqQV1F65whQ7hAM9isbIC9tFGJ
NHeuet4akMjOuoRRZnHxEjE6C0KBiVZ5C0vfjhY4ghlVNInibDipOA5J+H0Btt5v
vioE3jrvteoUhcNCLM66dZD0Jao6toeR54GWLN2ZNN4ZW1CulOh91YqRYSRoN0qU
bSTyXSKzFTEFHHXPom6j
=aiPp
-END PGP SIGNATURE-



md5(3bsd) (was: Re: support for merged /usr in Debian)

2016-01-08 Thread Marco d'Itri
On Jan 08, Robert Edmonds  wrote:

> If it really does need to do MD5, maybe it could use the one in libbsd0
> instead of dragging in libgnutls-openssl27 and its dependencies.
I did not notice this recent addition...
Folks, there is *a lot* of software which embeds copies of md5.c: please 
try to convert it to use libbsd!
And how many of you still have copies of setproctitle.c around? Do you 
know that they probably come from sendmail? Clean up your old code!

If you have some old package with plain makefiles which needs to be 
converted to use libbsd then you can have a look at my openbsd-inetd 
package for inspiration.

-- 
ciao,
Marco


signature.asc
Description: PGP signature


Re: Death to git://! Long live git://!

2016-01-08 Thread Christoph Anton Mitterer
On Fri, 2016-01-08 at 09:35 -0800, Russ Allbery wrote:
> Moving the goalposts from trivial MITM via a rogue AP to obtaining a
> fradulent SSL certificate is probably not "hard" security, whatever
> that
> means to you, but is a substantial increase the level of work
> required for
> the attacker.
Well, I think that's what most people wrongly assume and therefore may
easily fool themselves into a false sense of security.

Sure, such an attack is probably not doable in 5mins for the
neighbouring colleague who wants to play a prank - but so one is
typically not the person who really wants to attack a project like
Debian.

And as I've said, the typical procedure how verification takes place on
most CAs involves so many unsecured paths, mail, whois, how the whois
is set by the (presumed) owner, how the registrar communicates that to
the registry , how the CA retrieves the whois...

It seems foolish, if at the one side many crypto algos (MD5, DSS, etc.)
and keylenghts are considered to be not enough by people, while on the
other side, they put their whole trust into the above weak procedure to
secure their 4096 bit keys ;-)


>   Given that it's a fairly trivial change in most cases,
> since most Git services already expose the repository via HTTPS, I'm
> not
> sure why you're objecting.
I didn't object... I just wanted to express that where possible, ssh
should be used rather than https.
AFAIU, DDs and DMs already have some sort of trust path to Debian (and
I hope it's better than trusting GANDI ;-) ), so they should already
have a secure way to retrieve the public host keys of Debian Servers,
and if not, simply provide them in a package, or somewhere signed by
some Debian Archive key or so.

Of course this applies only to the actual DDs and DMs, and not to
anonymous access - there the best we can get is of course https (as you
pointed out yourself, securing.

Unfortunately, Debian put all its trust-eggs into someone else's basket
- GAND - and thus into the basket of UTN (which belongs to whom right
now?), and thus IIRC under the authority of national security letters
and gag orders.
I've already mentioned previously that this was at best questionable,
because anyone who's more deply into Debian than just visiting the
website (i.e. reading security.debian.org, BTS webinterface, accesing
the mailing list archives - in short, everything that's https secured)
has now no longer the chance to really securely interact with this
systems.

When Debian had its own CA, this was at least in principle possible and
it would have also allowed to really securely use git over https with
Debian's repos.
Again, at least in principle, because IIRC, git didn't directly allow
to set the trusted CA for a repo (or does it? :) ).


> I'm not letting random Internet users ssh into my Git repository
> host,
> thanks.  Securing untrusted ssh is a pain with a lot of fail-open
> pitfalls.  I always tightly firewall ssh to only IP addresses I'm
> actually
> using.
Sorry, I should have made more clear, that I was talking about people
who typically have write-access to these repos, from which one
could/should hope, that they have a proper trust path and are allowed
some form of access anyway.

Oh and I should perhaps mention,... at least when using git with gitolite, I'm 
fairly confident that one actually can secure ssh enough that it shouldn't be a 
problem to give people access even it those are not 100% trusted.
One can restrict things from ssh side quite nicely, and back when I set up my 
own gitservers, I got Sitaram to add a shell mode of gitolite, which I think 
increases security even more.
Even a security paranoid as myself doesn't have too many concerns about it =)


> I'm also entertained that you think that the completely unchecked
> host
> keys that everyone always approves without even looking at are better
> security than X.509 CAs, for all the problems those have.
Well I'm always happy if I can help to entertain people ^^
But seriously,... if someone's so stupid to simply accept the remote
keys without checking... there's nothing one can do (unless perhaps
banning such guy for life if one ever finds out).
The same as such person blindly accepts an unverified key, the same
he/she may simply post his/her trusted DD GPG key on pastebin ;)


Cheers,
Chris.

smime.p7s
Description: S/MIME cryptographic signature


Bug#810489: ITP: node-nodeunit -- Easy unit testing for node.js and the browser.

2016-01-08 Thread Jonathan Ulrich Horn
Package: wnpp
Severity: wishlist
Owner: Jonathan Ulrich Horn 
X-Debbugs-CC: debian-devel@lists.debian.org

* Package name: node-nodeunit
  Version : 0.9.1
  Upstream Author : Caolan McMahon
* URL : https://github.com/caolan/nodeunit
* License : Expat
  Programming Lang: JavaScript
  Description : Easy unit testing for Node.js and the browser.

 Nodeunit is an async unit testing tool for Node.js and the browser.
 It is simple to use, has flexible reporters for custom output
 and allows the use of mocks and stubs.
 .
 Node.js is an event-based server-side JavaScript engine.



signature.asc
Description: OpenPGP digital signature


Accepted libqcow 20160108-1 (source) into unstable

2016-01-08 Thread Hilko Bengen
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sat, 09 Jan 2016 02:16:56 +0100
Source: libqcow
Binary: libqcow-dev libqcow1 libqcow-dbg libqcow-utils python-libqcow
Architecture: source
Version: 20160108-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Forensics <forensics-de...@lists.alioth.debian.org>
Changed-By: Hilko Bengen <ben...@debian.org>
Description:
 libqcow-dbg - QEMU Copy-On-Write image format access library -- debug symbols
 libqcow-dev - QEMU Copy-On-Write image format access library -- development fil
 libqcow-utils - QEMU Copy-On-Write image format access library -- Utilities
 libqcow1   - QEMU Copy-On-Write image format access library
 python-libqcow - QEMU Copy-On-Write image format access library -- Python 
bindings
Changes:
 libqcow (20160108-1) unstable; urgency=medium
 .
   * New upstream release
Checksums-Sha1:
 79b83672eaaa3314f10e1ec2b469085258b17d07 2183 libqcow_20160108-1.dsc
 4b96006b284ef74f238c86f3e57e10e7df194d8b 1410564 libqcow_20160108.orig.tar.gz
 044eeb235b2571a9405bfb2b2a8270e46822767a 2708 libqcow_20160108-1.debian.tar.xz
Checksums-Sha256:
 b622eb2b0d9eafdc0702314326cc0597816a57ffa82836765eebce79df399aef 2183 
libqcow_20160108-1.dsc
 ede1ec319f05e9065034c6207641dca6bbc28a5caf498479f4fbb8c98abb37c2 1410564 
libqcow_20160108.orig.tar.gz
 b891bdb67acbf127de6c67c13038e8025d992173e3f2bd7fb051cc73090b7ac2 2708 
libqcow_20160108-1.debian.tar.xz
Files:
 165fa0302722c2ac208c6360e9d81c1d 2183 libs optional libqcow_20160108-1.dsc
 28198b6255cbaf8bffbedf49f34c2621 1410564 libs optional 
libqcow_20160108.orig.tar.gz
 3b17938a1f25957b2a08c53a8c642e9f 2708 libs optional 
libqcow_20160108-1.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCAAGBQJWkF+sAAoJEHW3EGNcITp+PooP/0ruRfKiL9HKgOCht23rk5+k
I//JpRdG5TghxANukFc6eaJjkmyn3Sra2PatwIWV183N0Jhpjjnw85RJFACaKPWL
TibcvjDx6fYrFO/VYkAQ3MprPtnHJ23bwbbEaCkZgyeHrP9+c6h+Z+0lB5fxXe7l
K/t5f1RcxkNQ7S9oL/7iigOJM0wMSJp8avyr0UDpgyqPDB6pjoq+pdHJYyA8vwZp
fE08j4v8V22kyUqOXiyqLx16oQvjXikQ0ZV/eyNXzbUQy9QGcRUJ5bRO9b12YXiB
RwN1xufbbLuuSvhnOqPI96xYsoiyxeZoI10Zd1+1Vy6B08RxWkjuIObwffG5JNTo
aU66h9PnPC12L2d4GqhBRJL3XQHZpaDcV0C+8sT4BOjBBzAK3ZHKtltLlWfdm7sj
6wI6OhgkV7tZAPwxljJuXLg+bvpKYZ3fKyP4FU+gW/LJx+pNVzX8lQZ6UZ0RsTOG
ydPq7TOMiflm5+kdxk9O7GHoQQMKfdj0/ROoGW4ueEKHUOk0Ktk43d0QKn8dIRQp
hVbhs5jh/9i1N6mG1lL4obh6HkpfD8JAatZ2CfSmNNk5Btln1AuLVqRipk03+57x
EhTYVQCLgGeOCVK7++6DNRF1LwYvXpOdDlwTixmiCRIIYn6jsTAy+OeZx5f27eUP
mCgn0aZ6GQ69puSvSjP5
=NNjA
-END PGP SIGNATURE-



Accepted slof 20151103+dfsg-1 (source all) into unstable

2016-01-08 Thread Aurelien Jarno
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 09 Jan 2016 02:21:02 +0100
Source: slof
Binary: qemu-slof
Architecture: source all
Version: 20151103+dfsg-1
Distribution: unstable
Urgency: medium
Maintainer: Debian QEMU Team 
Changed-By: Aurelien Jarno 
Description:
 qemu-slof  - Slimline Open Firmware -- QEMU PowerPC version
Changes:
 slof (20151103+dfsg-1) unstable; urgency=medium
 .
   * New upstream snapshot for the QEMU 2.5.x releases.
   * Switch Vcs-* field to their canonical locations.
   * Update debian/copyright with the new homepage and add it to
 debian/control.
Checksums-Sha1:
 b0506ee82a6ad0850fec9b7b00d48d1d4ee5fc2b 1897 slof_20151103+dfsg-1.dsc
 237580a1fa502523fb761be0adea84624b0b1a42 410172 slof_20151103+dfsg.orig.tar.xz
 2c1ce99d595483c693348791a09748f3e195d3e3 3328 
slof_20151103+dfsg-1.debian.tar.xz
 a10ce137629045298ab66a35536d2ae6f9f977d7 172474 
qemu-slof_20151103+dfsg-1_all.deb
Checksums-Sha256:
 14d709a858e51f3cef74e7ad3cfdc902651c71a49d276011f0bddc5c643795a7 1897 
slof_20151103+dfsg-1.dsc
 34593f2165bd12855a6c887cf8efe735243da9cc1267808ddc038b35fecf 410172 
slof_20151103+dfsg.orig.tar.xz
 0353ca283525ea12338d4fffcfeedf940fae3913062cb7c5b065fa33090dda77 3328 
slof_20151103+dfsg-1.debian.tar.xz
 8bbaf78518278fd5d915c88fcc8e006b2ad06f2dc034a11e3e2a450d71b227e3 172474 
qemu-slof_20151103+dfsg-1_all.deb
Files:
 fc757bc5542d44fe3e78771c859e4ee2 1897 misc extra slof_20151103+dfsg-1.dsc
 305e575d20349ae66e9261d81c8651d0 410172 misc extra 
slof_20151103+dfsg.orig.tar.xz
 7799608baa8c23e35719a3d428619b64 3328 misc extra 
slof_20151103+dfsg-1.debian.tar.xz
 f9fc4c567624e8ec96100f6ad2ade4bc 172474 misc extra 
qemu-slof_20151103+dfsg-1_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBAgAGBQJWkGQ/AAoJELqceAYd3Yyb6fkP/3RKdO5h7RbbM8irejSdoaQ2
T4+H03nHIp0jPKpK7Tybx89K55Gi0ves4faZPwdwLPU6BtS1JJvhYX4U4OUiwvZl
IzaeN2fhDhiHrm3hbXONcUguYRqW2texAz48wWrs6B7VB01EuTgs6rR2/ViU+Fie
3hvtYcKDXvG5shYv1dGFCpa3TOgDmRitnyxMQa8h2x6MQLsXQkhsGAPCn+9CpJn5
tUULTHVACaNSJihgy1olOazjO1OjjPQGhxEOTGFfScQWXWa2ow+DWDPKFimk53O3
j8SxX0yfi+EqLbbu17u+pazMNrfAsrSf3FgpQq7SiijpQLczYa2BHKqQU25xVC/X
P7JAYP9dTN7HFmwbDkB4BBMxS/vqq924H4vr3H0O0JbHBlr0KtnC7WcuKN+l+nxv
Bz/2FLmFYhoP4m92XDLv5ilprGHp/xB0nZRRok5wFcakncTKzHZdYnoz6BN1ejcb
o2lhR/yR+y9yr7kG4iPTn4rSKoInvldT76QGXrCFMg1DZ8MaUhBqVFNjQ6ugNmuv
TGJRmAGUZnGsdmQXkEJl0Nth6FrZV84UiNCwo96tCS6QpkNmu92VKA9o/4a/g9H9
MS4ofBlljJNG8QTJpGFlR9S2bxImaiea839v/9PrASzpt2pbf/irmMfUtq5ZevBG
W+cCa0XSCjEshEJtBb0D
=xCHl
-END PGP SIGNATURE-



Accepted slrn 1.0.2-4 (source amd64) into unstable

2016-01-08 Thread Moritz Muehlenhoff
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Thu, 07 Jan 2016 15:08:59 +0100
Source: slrn
Binary: slrn slrnpull
Architecture: source amd64
Version: 1.0.2-4
Distribution: unstable
Urgency: medium
Maintainer: Moritz Muehlenhoff 
Changed-By: Moritz Muehlenhoff 
Description:
 slrn   - threaded text-mode news reader
 slrnpull   - pulls a small newsfeed from an NNTP server
Closes: 804084
Changes:
 slrn (1.0.2-4) unstable; urgency=medium
 .
   * Don't link with -ltermcap, thanks to Sven Joachim for the patch
 (Closes: #804084)
Checksums-Sha1:
 76d0195e9f71689d94b519a8a7ccfe03103433e8 1894 slrn_1.0.2-4.dsc
 01ef6bcc179d6793522b2b2a1d21df05cc4315a4 50472 slrn_1.0.2-4.debian.tar.xz
 399378edc7da19c080b57cefa8eea9aa274297ba 555090 slrn_1.0.2-4_amd64.deb
 e4c4f8cda51744cc8bc93b119394e6082623a930 138082 slrnpull_1.0.2-4_amd64.deb
Checksums-Sha256:
 816c1d26fa5d303d76aaa669a5e35eba5ed732d0f069b7c03f101ccfc906af5a 1894 
slrn_1.0.2-4.dsc
 9798656efa0eb667ae0f1969e0943bf3fd59f18fe412f053c05010b3a0c733cb 50472 
slrn_1.0.2-4.debian.tar.xz
 3c2ed1fe54afcfc348ffed0e5d9fa4e54bbc3e6d2d88395383ae2dac8e1f1702 555090 
slrn_1.0.2-4_amd64.deb
 cfcf4261d2f933e18e4b88d96819a36cc4593d9ebd8d2ba8be74a6173e7d998c 138082 
slrnpull_1.0.2-4_amd64.deb
Files:
 25a76f3bc0055c24802819a2a5aa 1894 news optional slrn_1.0.2-4.dsc
 14bdfa878563d29bbe03fbc197d392f7 50472 news optional slrn_1.0.2-4.debian.tar.xz
 8a773ef32e4f2e9c607ee7f0fa81bdbe 555090 news optional slrn_1.0.2-4_amd64.deb
 35c4703391eb6f77db7143ad6e8a602a 138082 news optional 
slrnpull_1.0.2-4_amd64.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBAgAGBQJWkEueAAoJEBDCk7bDfE42vloQAMAXa4NLqsB6OjguFqqyLR/4
fURBHHuDKo9m+BS0/RJGEHaVt6wbO+etd5gx8LtHS4izmVX5CrytQ446lhIeI6rA
9hkqljrPGQfBPWGZZKrgtMz2+aJvINk6/PWIT0kW8lCJF6x+7PU+TIbRrOHsyTt+
8aByzjV/2tfLTmfFOyfqq26fPTlMxD68WL+n6YEQe1tGIWzDULwNoivRCY13Gj/r
vR4Te9zJd0GVVERWWHlhclz9TYq9PL+URsbxs+WI8BWy/Ai7smRbc8G/PtK9oeq3
fdGBb3ZQPnUeEpv6IgPrcuk32xIQyZjjN2Ehz++tRZYJS/dkFlZrszEwV/hH5b8C
nYr4OaM2lN5vQLr3yzahrK2fq4maGlfyPxLtkxBdUyBRETbdA71ukQapXQo9rRMo
IIpVGI4pQrK99WedGtuZFwIDxnsAxPOYIRB46tWGocZg1lnPif0dp2Ng3ed69/ab
w3XoAlEIUGWtT8hIYFEgGTUiRIaLTqVfEuD+vbVcrP26wb4urL7FfGvwhifKo7nd
x+Indjvkw35NFOL5N4J3jjc1G6v2u3mPcmg6dRONLaTl+9HREypJshpe+bgx/wdv
p2SPAeisfFWL6sKPIH+TeZZaVsx2EwOCSFMQb1uDPjTT5lumyh/OpS3WJTqSqLiM
ur5BV1U5zmbe4aUH269f
=+Wdt
-END PGP SIGNATURE-



Accepted ugene 1.20.0+dfsg-1 (source) into unstable

2016-01-08 Thread Andreas Tille
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Fri, 08 Jan 2016 19:35:14 +0100
Source: ugene
Binary: ugene ugene-data
Architecture: source
Version: 1.20.0+dfsg-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Med Packaging Team 

Changed-By: Andreas Tille 
Description:
 ugene  - integrated bioinformatics toolkit
 ugene-data - required data for UGENE - integrated bioinformatics toolkit
Closes: 810360
Changes:
 ugene (1.20.0+dfsg-1) unstable; urgency=medium
 .
   * New upstream version
   * Build-Depends: libprocps-dev (instead of libprocps4-dev)
 Closes: #810360
   * add repacksuffix to d/watch
Checksums-Sha1:
 5625999d157561d292b3854a85a5be09859eac01 2311 ugene_1.20.0+dfsg-1.dsc
 b76b7906447949b5c7bc51ad56f3ec96786b4d1b 15803228 ugene_1.20.0+dfsg.orig.tar.xz
 a71faf44da4ecd0a0c2c16066e2a3240dbdcf99c 11076 
ugene_1.20.0+dfsg-1.debian.tar.xz
Checksums-Sha256:
 622f50dda46c6758c50c0a5593809f17627d41b9829a3f768f4d8e5d0786ad5f 2311 
ugene_1.20.0+dfsg-1.dsc
 b2019abd336325d9e459e3e104ca8dfddb3793de7ffc4ba2d39fd8bc44eea266 15803228 
ugene_1.20.0+dfsg.orig.tar.xz
 5892edfed6eb01d73a8241bf415b6ed50141ee5f5c12c7cf8caa8a31e3aa71d5 11076 
ugene_1.20.0+dfsg-1.debian.tar.xz
Files:
 98efa702b6b60bbcc058fb7f52e4ea62 2311 non-free/science optional 
ugene_1.20.0+dfsg-1.dsc
 b6afc6859396644056ca5c532c2a3e89 15803228 non-free/science optional 
ugene_1.20.0+dfsg.orig.tar.xz
 87659fe12eef1f3ddd9c56896b90948e 11076 non-free/science optional 
ugene_1.20.0+dfsg-1.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCgAGBQJWkEi0AAoJEFeKBJTRxkbRDW8P/2o3xJ9fhaOXywg71wfbhgg6
PwCY+0ejmZHtSwFrtJH2DuC5vj9Pt2x0CLyb0fJggUU5wxob7iLMR1QbgYWiiwse
ytrcpW3p6N0GynzbtvobwoygtCT4CvYk/Y2Xw5aPfWca0nf6/x/o+9qZbo3iwPMR
xxmUyQU3mvCe6qbm8koTCSQtGzSsivKaJamGq/goA1BZKq1E9rmCjPeXWsez24kG
5Pr4Ka7NTMHNrDoppciK79qzB94nOFCxzzLyG5gQAvJgx0ECDpP3IKT3XpcUesjr
0//cW1lR39a+kMgLoPSLnrRTfgHsmLuMLQao+2QYdSkYKqS8kecZRF5kmGuDWYl/
gNipmKSnv4+7oMp9Nnp1Dovom/26M6DFam6bf4LROhSU15znxGvJH8ZSDhCcr5d/
FKN2PeH/RaWWEsGtFAPwSi0NVSwgaxGo0qkTOvd3t1u8QmgfPqmQxuLbkl4JVcub
QGM4qPiW93sStYtJviS00YPz5lRUpYFuVNVWen8XRmMB/fJU91GUSyr1t1aI5Snk
Y2SHvbz7o/WmWccJnGlVyzPxVGvYWqwe9Z3dcqKzjjEmUh12gUiWjXGhqfm7nIK4
rf+Fb5rOuQZvOSZon4U1KwIQAqrhU7qtPTrqNKXN+sUXwdN2tv/YgU2zkv10MNf/
pEuGFzosXigzqgjHH8xL
=Ti2O
-END PGP SIGNATURE-



Accepted dh-make 2.201602 (source all) into unstable

2016-01-08 Thread Craig Small
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sat, 09 Jan 2016 11:57:34 +1100
Source: dh-make
Binary: dh-make
Architecture: source all
Version: 2.201602
Distribution: unstable
Urgency: medium
Maintainer: Craig Small 
Changed-By: Craig Small 
Description:
 dh-make- tool that converts source archives into Debian package source
Closes: 298248 533117 658154 711146 795852 799714 806672
Changes:
 dh-make (2.201602) unstable; urgency=medium
 .
   [ Craig Small ]
   * Fixed LGPL comment
   * Added custom copyright template option
 .
   [ Ben Wiederhake ]
   * Explain why version couldn't be parsed Closes: #799714
   * Fix linebreaks (expect $pwd to be long)
 .
   [ Craig Small ]
   * Update CVS-Browser entries Closes: #795852
   * Update init.d.ex to new skeleton Closes: #711146
   * watch.ex not installed on native packages Closes: #806672
   * Added dh_makefont script Closes: #658154
   * Changed program to python
   * Dropped support for old and cdbs rules formats
   * drop support for kernel patches
   * drop support for kernel mods
   * combine rules file into single file
   * watch.ex same for all classes
   * Update watch example to version 4
   * Dropped multi package class, use --docs to get docs package
   * prompts to change info by user Closes: #298248
   * Added support for python packages Closes: #533117
   * Initial changelog urgency medium (like dch)
Checksums-Sha1:
 69b87f91c3243b0d7d85981dc28ee02419c2592c 1535 dh-make_2.201602.dsc
 faf45dd361973f13ee97b61a9983139715052b2c 35796 dh-make_2.201602.tar.xz
 5c648e92abf59c5e1e5db23fc464040909a14991 41810 dh-make_2.201602_all.deb
Checksums-Sha256:
 df00f9d369bce2e7ff6e8851829f22d06899cf6ea78c3f072647ae70f9dad689 1535 
dh-make_2.201602.dsc
 c69fd3c5b9632a00d7a681e37091caffdbac83b3f1247f327c8d1a98e52b6b46 35796 
dh-make_2.201602.tar.xz
 2ca698dda1a4be996d6545c752c1d6cca7969c294b518e5c66982e7bf019b817 41810 
dh-make_2.201602_all.deb
Files:
 f384917cb621dfcee02042c27d573947 1535 devel optional dh-make_2.201602.dsc
 de72dfdcf61b33d9288e486229951f7c 35796 devel optional dh-make_2.201602.tar.xz
 a647ce71bc567c7e9cb9184b896f9aa2 41810 devel optional dh-make_2.201602_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCgAGBQJWkFubAAoJEAIhZsD/PITjUIgP/3T5wqfSFW63+qVa6feg4QmF
lc4jqs7j874eY0LCPHAdtReQsne/oDYyr7+6bL1/p2nw+NqUDcKBru9sWRmoWdgR
Y6FmQHcojkDvQFrGaBRE4lN/UpEFvDsh/yzoP1K0DncDOm2ol/WFBemLLvZiR2s5
WszynfdOKvHytMHnA9yx1FMWmRM4qiooD0PWi13tWIJ6hMSleNzo7BYj9gRGsurn
CVNVjLJ+N+BgxO6A8JBXFN1yLxHMU7sz3f4746sUcUF3bk5Nk3jv4wW/H3GypFE5
1Qxwr9tSyeb7MR4h8qlEtISJVTolYtTUueRxbmlXXwdHuw0ciKfQEiWd27gRmSLG
eCKgpI8OKoZ9GfUtngsgRNXO5oii+w8JuXMNcbga3vCSBHHAb5CrSs9cnCcCnykF
AsIiYtKhkVKMcRsTCRLLmLwj9LhU2mxkBty8lXRCdgzhxt5A1fUapqaAhjmksePW
iFT9VXMFDrnJiJDjgNjeQIAEXxh7eCkupV/NlCEKKSHHyKPxPUn4UmgImkPL3MKJ
ZKwSpnQqkLMfyzp5T6Dzz1+yq0iYtJzjPJqvx8SO00mIR5f5y/O+Mn6SDf1L3T4z
p8dezXXczuLOBgbDhJ7KgE6xwXc186DhUdsrVYBEy7MGKC67YDZmIb92nQtRGin+
GRwrqhENv7eMI7KCgv4l
=pD0r
-END PGP SIGNATURE-



Accepted zita-bls1 0.1.0-2 (source) into unstable

2016-01-08 Thread Sebastian Ramacher
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Fri, 08 Jan 2016 21:36:51 +0100
Source: zita-bls1
Binary: zita-bls1
Architecture: source
Version: 0.1.0-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Multimedia Maintainers 

Changed-By: Sebastian Ramacher 
Description:
 zita-bls1  - binaural stereo signals converter
Closes: 810207
Changes:
 zita-bls1 (0.1.0-2) unstable; urgency=medium
 .
   * Team upload.
   * debian/control:
 - Change libpng12-dev to libpng-dev. (Closes: #810207)
 - Update Standards-Version.
 - Update Vcs-Browser.
   * debian/menu: Removed to fix command-in-menu-file-and-desktop-file.
Checksums-Sha1:
 1a11bd66a9853531570eaf2d650967b78a7fedc1 2111 zita-bls1_0.1.0-2.dsc
 b6bce7ee8afccd9498b6d0997488232466763bf5 4088 zita-bls1_0.1.0-2.debian.tar.xz
Checksums-Sha256:
 f2d2ea6d438a96f1ca9a3681f9a6d520ca3222f1e9f8a4803d5e4593b8c07ba0 2111 
zita-bls1_0.1.0-2.dsc
 9f8344a60dbf60f197f59d49c70ca7180d3f21bd05fa2dcb58488f9b7b6091a2 4088 
zita-bls1_0.1.0-2.debian.tar.xz
Files:
 9872fce3c7affacfd0ba83fdf920ef58 2111 sound optional zita-bls1_0.1.0-2.dsc
 528dc863083ec4afaebd8e188c131832 4088 sound optional 
zita-bls1_0.1.0-2.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCAAGBQJWkB6aAAoJEGny/FFupxmTf58P/iNbbl/xLSDlEgSh9RxiXhcA
eyNPt2x7BnKswoXVzxP9psMZ2yIqSJSbsemRknffzkj+Sx2sMKWYOHONDSgNAVSd
tJwE214VbnWSoTztCAhtkOmtx2K7MbNspJ1NPDtLkLGNG1Gmpq3YhhiU7pfG5HsZ
gGLOssX91zvPpBhXRilNY1wC0RD7bHEQxItpFGZ5il9C+QhxBK2UN4f4DaMl8cc2
0YQ/2HspRjRg5IGT4Fo8oCc9r7r0Z8RMU/fWAeTLeNLQ8MUyl0/7wjeiAzAwp8P3
6QTSnQxZIVenEI/CZN2AAb6bb/lQp5jaBV6z5ebr6g7gUBPvnla1rqmJKvhuG4Mu
7Z0aWBESYifH2pa4dKh/LihJPX0WCh5mMZF0Y5vrIEe83q4osNop5b802pQoDFDj
Mxt9CcOA3RLK1cMtW9XkWGhMmIeNaRW5xXmBm7gD/7+d1hW51VSCvKVhY6OI/5dH
YKGH0EX5AGGyN/7jo9IFiXwN4qYR6MK5kkOu2Om3R+fcwlCFklryilOGmGNWVi9j
ZdMHS3LYhK8AtjEQh1LcIBUIO5wXub2a7PGeBxSjtUEd7ZXH9IAM1Gu1jF43ftN5
1N6un0qo5tmSDndsfmeUUxftRInQu41KsOHKFmX0hqkQ0H2cQhGAIq1MrXV9uPZQ
W/vnku7r6SmcID0egyCK
=6hQ9
-END PGP SIGNATURE-



Accepted signify-openbsd 13-1 (source amd64) into unstable

2016-01-08 Thread Riley Baird
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Mon, 04 Jan 2016 22:27:55 +1100
Source: signify-openbsd
Binary: signify-openbsd
Architecture: source amd64
Version: 13-1
Distribution: unstable
Urgency: medium
Maintainer: Riley Baird 
Changed-By: Riley Baird 
Description:
 signify-openbsd - Lightweight cryptographic signing and verifying tool
Changes:
 signify-openbsd (13-1) unstable; urgency=medium
 .
   * New upstream version
   * Updated copyright years
   * Updated patches to work with new version
Checksums-Sha1:
 b5db13b826ccf10da2bd6afe4a8f5e1c18080ee7 1945 signify-openbsd_13-1.dsc
 a308ee00017d0305be332a7650bdaafd2751801d 88557 signify-openbsd_13.orig.tar.gz
 55fa179b1ad63fc10121a1c8faa0ba8596e89f4a 5860 
signify-openbsd_13-1.debian.tar.xz
 71465d099e2f49b23082edcaec945bcdf3adbdfc 60498 signify-openbsd_13-1_amd64.deb
Checksums-Sha256:
 d0e332f7413da8e91fc8fd8c011fce3f207f95e4c0a4e3355c074a7f2c8e8cb7 1945 
signify-openbsd_13-1.dsc
 170a05eddd4c8d5c0b32901b9c44d03ab5ac368fae69a0e12b67d827c0cb 88557 
signify-openbsd_13.orig.tar.gz
 22240680b4e0b5e272d854bf08ff61578d9de542db94a11d16a0df4965a866ec 5860 
signify-openbsd_13-1.debian.tar.xz
 8f3c77f586a171f931097d8e1fcddaf711846deb80746adaecb34037e27f270f 60498 
signify-openbsd_13-1_amd64.deb
Files:
 cdf4853bfd4c195d5fc141e6ec0e1b86 1945 utils optional signify-openbsd_13-1.dsc
 b2269392d27385747b3b84a81afac040 88557 utils optional 
signify-openbsd_13.orig.tar.gz
 5b1956ebe6ab19fa2d0f1e0ce09465ac 5860 utils optional 
signify-openbsd_13-1.debian.tar.xz
 04754c0e2c545b4942688d66bebbadcd 60498 utils optional 
signify-openbsd_13-1_amd64.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCAAGBQJWkDSqAAoJEADsp2GWio3uH0YP/07qcMDD+KEGw+2Sb7mrGmR7
In/XxulHKQipQalD7Gy8xqWX7wEC4iQj8UEQZ/VBsjFDYcPw2Ftiv0nHjciJlBSt
MzmUhujDmLajiEZCz7eP7szYKpbP1HBUF23DXu5/r8zko4PSzdG6+WgmGkJNSYPl
OmrEdO0RWKwc+2Q0WWQi+j4UnKKPbieAivup2HRicysmgFQQduwvsVmZE5EJz1p3
q3fMdAjX6LQlLT/Edt1p4CaR0MC3N8NWIi8FtBHXRxFn7OgbGoVVdWM9mRmbpYiG
iJPLCAGQvI5cp6+yeWkM2SINFbLKhWGvePKORTix0VpNG48VqQn8ss5cd8j53Hr9
NDopNZkBikAjn3NgD63O641zQ7XuOX4vfm94gY5LOg6lk3cDY93X6XvCiGEI+gLP
H2bJ44lH1WfnZInuOK2YER1dT3HZhANVVHprjt7RxCBQSh2eejQ6/13mrhTxHeor
mV0w96T4WGaRfPtK5UbDKtlZRjZPmR/quhz/JuT6Sy3Ri05NgTDtuCV5L+GXhV7V
UnXH7bmCwMJF7wpkhLE2RRka57xNZaoJELBTKGmFm3JS9b1bw4em/WKR2g6AlFg+
fibx2iESLhclAErgWuKy5w230c+eN5Qms5SaepNbMW+Bu9RyJSccP1Nhqh7yt5FI
eH2eqxV3D2q1AS6Af/WH
=lV0F
-END PGP SIGNATURE-



Accepted gdcm 2.6.2-1 (source all amd64) into unstable

2016-01-08 Thread Gert Wollny
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Fri, 08 Jan 2016 20:03:04 +0100
Source: gdcm
Binary: libgdcm2.6 libgdcm-tools libgdcm2-dev libgdcm2.6-dbg libgdcm-cil 
php5-gdcm python-gdcm libvtkgdcm2.6 libvtkgdcm2-dev libvtkgdcm-cil php5-vtkgdcm 
python-vtkgdcm libvtkgdcm-tools gdcm-doc
Architecture: source all amd64
Version: 2.6.2-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Med Packaging Team 

Changed-By: Gert Wollny 
Description:
 gdcm-doc   - Grassroots DICOM documentation
 libgdcm-cil - Grassroots DICOM CLI bindings
 libgdcm-tools - Grassroots DICOM tools and utilities
 libgdcm2-dev - Grassroots DICOM development libraries and headers
 libgdcm2.6 - Grassroots DICOM runtime libraries
 libgdcm2.6-dbg - Grassroots DICOM runtime libraries, debug version
 libvtkgdcm-cil - Grassroots DICOM VTK CLI bindings
 libvtkgdcm-tools - Grassroots DICOM VTK tools and utilities
 libvtkgdcm2-dev - Grassroots DICOM VTK development libraries and headers
 libvtkgdcm2.6 - Grassroots DICOM VTK runtime libraries
 php5-gdcm  - Grassroots DICOM PHP5 bindings
 php5-vtkgdcm - Grassroots DICOM VTK PHP bindings
 python-gdcm - Grassroots DICOM Python bindings
 python-vtkgdcm - Grassroots DICOM VTK/Python bindings
Changes:
 gdcm (2.6.2-1) unstable; urgency=medium
 .
   * New upstream release
   * d/p: remove patches 05 and 06 because they were applied upstream
   * d/control: Add xsltproc and docbook-xsl to dependencies for
 building man-pages
Checksums-Sha1:
 d24ea728e9973ade6b5527d6fb43f1defbba4379 3190 gdcm_2.6.2-1.dsc
 4f07d5c410aa8e41fb761c3a3f190d2142e3a861 3671846 gdcm_2.6.2.orig.tar.bz2
 5536cc9b346bb95876d6dea23557b7648e51b7d8 19456 gdcm_2.6.2-1.debian.tar.xz
 0e3f89193fda548690ce1f7cd0a6afb4128b12ee 14002012 gdcm-doc_2.6.2-1_all.deb
 710567f8f740943c73cdc95067c7170f833ef67f 273858 libgdcm-cil_2.6.2-1_amd64.deb
 c7a189a6d4c437866a47333853fa335facbd850d 442646 libgdcm-tools_2.6.2-1_amd64.deb
 7b9f8d37741d707d7d4ffd88320ffc5c7975c53b 259610 libgdcm2-dev_2.6.2-1_amd64.deb
 e39c043a3d9df65a397dcde4b5839f3012c2d9c0 29076282 
libgdcm2.6-dbg_2.6.2-1_amd64.deb
 46b5e18e64ac90d8ceaec039375d7eaeb41e0acb 1812694 libgdcm2.6_2.6.2-1_amd64.deb
 bd1cef1a26aab5eb867e6dfd6bccb2e971865684 99616 libvtkgdcm-cil_2.6.2-1_amd64.deb
 aef6a221654225f33c14ec84e2d741b160af067b 50674 
libvtkgdcm-tools_2.6.2-1_amd64.deb
 7b2e634f42f60d5c438722ae259916326fb99a25 27416 
libvtkgdcm2-dev_2.6.2-1_amd64.deb
 360407a74a6beb4385d8ec7c19cc284052a308cd 254076 libvtkgdcm2.6_2.6.2-1_amd64.deb
 8abfc737375e075ec209fdf48155271e47d9210f 358090 php5-gdcm_2.6.2-1_amd64.deb
 6d88983a42df6811464938df4dbeafd3723ff6cc 163554 php5-vtkgdcm_2.6.2-1_amd64.deb
 b1f7f89a1416f8e07cc51c35eadd26b7f0363cf8 590504 python-gdcm_2.6.2-1_amd64.deb
 b8b6587875ff1baa415c7359634f8bd6283a8771 107800 
python-vtkgdcm_2.6.2-1_amd64.deb
Checksums-Sha256:
 639a1731107d9b6ff4c5eabdeee10b5a67cb97e07c0cbc81439c82fe87ad7b5b 3190 
gdcm_2.6.2-1.dsc
 90ab77b901a80b0472bd92dc6db09130363fc3057b95b9e06bd73b218c53b550 3671846 
gdcm_2.6.2.orig.tar.bz2
 691eb5cd9b54b9027fb5935f381061baabf714ff6817771adb0e71733d079ad7 19456 
gdcm_2.6.2-1.debian.tar.xz
 53c085f945494296c6ce7dab332f926380719c2a6aa8b6788dcd5fb97a2b49a0 14002012 
gdcm-doc_2.6.2-1_all.deb
 2b8261e18c54a33a91cfd91cb90e010cc1e116d90bbc84967753332838421de2 273858 
libgdcm-cil_2.6.2-1_amd64.deb
 dd75accbb51500b94edd64dc11d4de17a259b27969e431e2efaf242f998ac444 442646 
libgdcm-tools_2.6.2-1_amd64.deb
 3e8b427e8014ca5377377c3cd9c134b5da7cf09f920ceabcfcd7c3229b71dc71 259610 
libgdcm2-dev_2.6.2-1_amd64.deb
 63df27e35b2dbf4dd0c6242a6c7ff80391394eb90a6af8a8ab3399e191b6f514 29076282 
libgdcm2.6-dbg_2.6.2-1_amd64.deb
 5634b1bfe31c57a85d1d01ed3bec818db64e965b928361c40e66e8139e1fd35f 1812694 
libgdcm2.6_2.6.2-1_amd64.deb
 b8c3ba01933302b7b580b88b7680dce60a449f5b8f25ae9ca2365c8e45158776 99616 
libvtkgdcm-cil_2.6.2-1_amd64.deb
 8a3b9a40cdcdd801f58b1b633dcb789c16ee65d9b3e2978f32699ad9f43af054 50674 
libvtkgdcm-tools_2.6.2-1_amd64.deb
 193948fb4a38b41564fa371638bc69271a6acabab7b6c4d29199d752361ee286 27416 
libvtkgdcm2-dev_2.6.2-1_amd64.deb
 bf19025e6607c2f59141287fa168df7b5875d45b3a068f437d32c1391728b5ef 254076 
libvtkgdcm2.6_2.6.2-1_amd64.deb
 9c42873d7b4ae137f5690d0a0d44fc1bc700a691f504aaef7cebeaf49630ac7f 358090 
php5-gdcm_2.6.2-1_amd64.deb
 2bda0772354762517352c2b3339c78525b02c3fc0b306636d034a1c721ffcff8 163554 
php5-vtkgdcm_2.6.2-1_amd64.deb
 b8af6a97f8b4ab205df99cb6267c3d65bf33e757af3cf51ef746e14246b57dc6 590504 
python-gdcm_2.6.2-1_amd64.deb
 2d2537b06d53c552cebda0f92582d0236f0de49d34588581dbb10b3ff4831e9f 107800 
python-vtkgdcm_2.6.2-1_amd64.deb
Files:
 23105d67df3a6820ccf0bad43e8b1a2b 3190 libs optional gdcm_2.6.2-1.dsc
 2d56a7f7978bb5103b9732ab46728dd9 3671846 libs optional gdcm_2.6.2.orig.tar.bz2
 9071e5927e60bbff324960fb31741d83 19456 libs optional gdcm_2.6.2-1.debian.tar.xz
 bcbc3c9ce65366aab667550d95f7d643 14002012 doc optional 

Accepted ruby-timers 4.1.1-2 (source all) into unstable

2016-01-08 Thread Pirate Praveen
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sat, 09 Jan 2016 01:20:01 +0530
Source: ruby-timers
Binary: ruby-timers
Architecture: source all
Version: 4.1.1-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Ruby Extras Maintainers 

Changed-By: Pirate Praveen 
Description:
 ruby-timers - pure Ruby timer collections
Changes:
 ruby-timers (4.1.1-2) unstable; urgency=medium
 .
   * Team upload.
   * Reupload to unstable.
Checksums-Sha1:
 5e442cbe3ffa4c200320752aeb0c86f8a4812c76 2059 ruby-timers_4.1.1-2.dsc
 d4f48ee896e3e984108ca548f4d0e07bebf84163 3416 ruby-timers_4.1.1-2.debian.tar.xz
 f31e292d27af4f17e91b0a5fa6bce304e892a1ef 8444 ruby-timers_4.1.1-2_all.deb
Checksums-Sha256:
 6408dd3722c13921fc23404648388e10f334c989b83dc13eaf9c5a8d39d9506e 2059 
ruby-timers_4.1.1-2.dsc
 f8592e1435f5d3db7f9e69e309cd3cb44fe42414414bfbded198ccb8ad551a3d 3416 
ruby-timers_4.1.1-2.debian.tar.xz
 c4d9df873376abdee31633b67b40d3df401446a98460c9e56bc03681bfb393a0 8444 
ruby-timers_4.1.1-2_all.deb
Files:
 a756f4076a61c9ddc4d502ff84e93ce2 2059 ruby optional ruby-timers_4.1.1-2.dsc
 fbbd6621374bf1c3e9854b9c17af0a44 3416 ruby optional 
ruby-timers_4.1.1-2.debian.tar.xz
 ae8b089d8bfa8d08782b2401cdbe6689 8444 ruby optional ruby-timers_4.1.1-2_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCAAGBQJWkBWRAAoJEM4fnGdFEsIqVP0P/AsYBjjkZL/NVEBGUFcEfW/8
C3YmVaZyd4DGtBMFaz73N8lvVoZZ/jk8i4asrcbcODbHECTwSNxvBbpwuI3m6Yjn
K9Wr1XJgJxGsxgRYA21mFJNhrXsO9Rcwgt1Hem1CP/EZ8DpRCZ1yk0iAxO3TBMYp
036rlEPsIyOighY4HTEChTFp62V7UnyTAbRVncdrnk2DgCCDrpzMRAx18jKbjucC
LrMLzkzCwW7OQFNK0tU/CPXyYO5VTzHh9s3GHyQtVfV4gRprNNvnPBb2NLiiC3Au
NLv4hD6NM8FnHJEMarWHQRFAXv2HiRhEoKpcGnKRxiLSHhI7EwzCs6NZFPXiOVW4
Z0AMY1HUo0G9R4Xl8rdVz87onRFNK8FDieIaYVP9cy4Ca66pv0nkzNuOz4XiXXFQ
rGT/8Lp9fpLkVASSEYoRV4pplCZkiceJZ+zUQe3QzUyHNk4gBlnKiet2DGOGTsiH
E246FTqRQicdsezuJu0eXDMV8bz6yxyRqPmQ8F+jNIfEwiMvwkTWfcGSQawmvbbV
VRd77AepwyWHMoT/ksVuFeu5c0K8Tm/u0VGcvd3bpIqnboxRQzviIK9B2HaGcDfn
sEyURswkO3qXIaP6YNXwcZAyDSbaq+yPgt/wQjhR9st4fBhRtyjeQnT0zP7qCOIl
HBgPHPkDLwycIe+q3dD8
=z8xy
-END PGP SIGNATURE-



Accepted dolphin-emu 5.0~rev8631+dfsg-1 (source) into experimental

2016-01-08 Thread James Cowgill
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Fri, 08 Jan 2016 22:28:13 +
Source: dolphin-emu
Binary: dolphin-emu dolphin-emu-data
Architecture: source
Version: 5.0~rev8631+dfsg-1
Distribution: experimental
Urgency: medium
Maintainer: Debian Games Team 
Changed-By: James Cowgill 
Description:
 dolphin-emu - Gamecube, Wii and Triforce emulator
 dolphin-emu-data - Gamecube, Wii and Triforce emulator - data files
Changes:
 dolphin-emu (5.0~rev8631+dfsg-1) experimental; urgency=medium
 .
   * New upstream snapshot.
 - Upstream abandoned their original attempt at releasing 5.0 and have now
   opted for a feature freeze on the main development branch.
   * Replace non-free debugger icons with free alternatives from MonoDevelop.
 .
   * debian/README.Debian:
 - Rewrite, most of the original content was only relevant to 4.0.
   * debian/control:
 - Switch from polarssl to mbedtls.
 - Use secure Vcs-* URLs.
   * debian/copyright:
 - Remove dead email address of Anders Johansson (a...@atri.curtin.edu.au).
 - Update for new files since 5.0 rc33.
   * debian/dolphin-emu.menu:
 - Remove per tech-ctte decision (See #741573).
Checksums-Sha1:
 62df78dd4887ba58dbb8166a712bd1ff1534b19f 2668 
dolphin-emu_5.0~rev8631+dfsg-1.dsc
 77c1f8f735ee649dd459d25e64aa0998be66bb6e 10731620 
dolphin-emu_5.0~rev8631+dfsg.orig.tar.xz
 1763b4ce674fb1832b1449549ceb54c9e7d93f35 29236 
dolphin-emu_5.0~rev8631+dfsg-1.debian.tar.xz
Checksums-Sha256:
 53fe0f02392faa2d004203afa6e468a0baf412d776e5876633c0f6e4b64a5a1b 2668 
dolphin-emu_5.0~rev8631+dfsg-1.dsc
 b143b41c67acb777fa9d36bb79710a00e3fba984bab2a054e3c6b042c3a083c0 10731620 
dolphin-emu_5.0~rev8631+dfsg.orig.tar.xz
 0c8d94cf6b36ff6159fea01700d735e9c1b24595a9117a6c0fd6fa37c034b336 29236 
dolphin-emu_5.0~rev8631+dfsg-1.debian.tar.xz
Files:
 5262eaa1df210ce132b4ae3877a05d2e 2668 games optional 
dolphin-emu_5.0~rev8631+dfsg-1.dsc
 2504a1b2b35bc94cbefb945a1a202716 10731620 games optional 
dolphin-emu_5.0~rev8631+dfsg.orig.tar.xz
 8258dce2ab29d769b77cfe7206fe42c6 29236 games optional 
dolphin-emu_5.0~rev8631+dfsg-1.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCgAGBQJWkEZ0AAoJEMfxZ23qLQHvK6EP+wdoUaenXk5AB/JV88f4v5rw
UZ40qBdHmUdKLoD45VMX4YfXt3H5MVRxwBONclgbSFOls8QhptINSlJljN/Yy3b4
nqMZvqaxGGZV7J3Fkephc4Ni7oLBjy0vrotl3IVD+LrOugwvgfDxUmMz5ho3hVkN
oxmrfwHuGyhO72HwPLY5DNgnaJOqzxv1wJhGVKFS8pgFQ2UTojWTZtoZqE9IEU+y
bZRHRgKMJArxsF9TGT6/iERRO+1P+6HT9BLpNgVD4gldQFlkzcny9g12uUK4zN3b
V159QuN3r3/aKkSZ9Hv/N/26wbzxD5A2fj+R2dODbO4FAdLT7GTmlA+kRN5PE2NK
LFyEApbTxlYCht0L0+OPoapg83eGr4YEWsg4wvg52U83WAx6j7e0ewiuPZkuXDoD
Ba9F3jVz5KQ6tNB4bEyaCdzCk3vY62Z4uQFQT+unv/65hkoXjci+qrmuDcP0gpS2
29AhdYQ+iVtgP91wDmOVWQ9O8vZuA4ckYWMnYCx8Io2HLyBFkPcURbkdG3Lfp/ca
x4BOte5sqmo3SczWGOduXKptDaYSZDc58qx55GWiDBO2B0XkvX67pUbtNtrYREWT
38WOext82l18gaJ10qUE30rrer72dPu9GahsSER1GVvApqxBxSCF5PK7ePvw8Xmj
u5H2V/+g8rExWnIjZpga
=iJQB
-END PGP SIGNATURE-



Re: support for merged /usr in Debian

2016-01-08 Thread Marc Haber
On Fri, 08 Jan 2016 09:14:45 -0800, Nikolaus Rath 
wrote:
>On Jan 08 2016, Svante Signell  wrote:
>> The problem is that with Debian heading down this road, the Debian GNU/Linux
>> distribution will not exist in 5 years from now.
>
>Debian is developed by its developers, not by its users. Do you have any
>evidence (other than your opinion) that loss of users would cause loss
>of development work?

Quite some developers are getting paid to be Debian users or by Debian
users. We participate in Debian because it makes using Debian easier
for the people who pay us.

If these users stop being Debian users, they have no reason to pay
developers to make Debian better. This causes significant loss of
development work.

Not all Debian contributors are contributing because they're students
that need to get rid of free time. And, in fact, contributing to
Debian has significantly lost being fun over the last five years.

Alas, maybe I'm just too old.

Greetings
Marc
-- 
-- !! No courtesy copies, please !! -
Marc Haber |   " Questions are the | Mailadresse im Header
Mannheim, Germany  | Beginning of Wisdom " | http://www.zugschlus.de/
Nordisch by Nature | Lt. Worf, TNG "Rightful Heir" | Fon: *49 621 72739834



Accepted libjs-mousetrap 1.5.3+dfsg2-1 (source all) into unstable

2016-01-08 Thread Alexandre Viau
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Fri, 08 Jan 2016 11:10:56 -0500
Source: libjs-mousetrap
Binary: libjs-mousetrap
Architecture: source all
Version: 1.5.3+dfsg2-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Javascript Maintainers 

Changed-By: Alexandre Viau 
Description:
 libjs-mousetrap - library for handling keyboard shortcuts in Javascript
Changes:
 libjs-mousetrap (1.5.3+dfsg2-1) unstable; urgency=medium
 .
   * Include plugins
   * Excluded minified plugins in d/copyright
Checksums-Sha1:
 c6ac5792ac2a1261237c346c581e79326243314a 2049 libjs-mousetrap_1.5.3+dfsg2-1.dsc
 ecf55aa5a3849d4a346bc75fcd681d6eb5979e60 14190 
libjs-mousetrap_1.5.3+dfsg2.orig.tar.gz
 ce2b8dedc47c974a0414019007f92ce698aecfb8 1840 
libjs-mousetrap_1.5.3+dfsg2-1.debian.tar.xz
 e70563138ab0d0db7b4b2a384c14b881b1b4f137 14178 
libjs-mousetrap_1.5.3+dfsg2-1_all.deb
Checksums-Sha256:
 1441a61ee9a75808dc80e2c0e70fe23a2e221f3747a47232a0e0b00766b7ed18 2049 
libjs-mousetrap_1.5.3+dfsg2-1.dsc
 4467260ca3e2a739f4c2585470b6781acab13ebf4b53493df1ccc025dc34a8d6 14190 
libjs-mousetrap_1.5.3+dfsg2.orig.tar.gz
 062a1c84b6c8032ae302823d9a10f098879a8d48045c3914e53b73b503f6a0c9 1840 
libjs-mousetrap_1.5.3+dfsg2-1.debian.tar.xz
 8228b3a796a00b5cc05133690d56bac5e9a240dcfc0c3a179b2fe3a8475fd936 14178 
libjs-mousetrap_1.5.3+dfsg2-1_all.deb
Files:
 9dbc790ddad92bf2ed0e02dd9da07715 2049 web extra 
libjs-mousetrap_1.5.3+dfsg2-1.dsc
 30abffbf5b34d762295054e02a69712e 14190 web extra 
libjs-mousetrap_1.5.3+dfsg2.orig.tar.gz
 ca158a3f3f856140127b73ba99020c2d 1840 web extra 
libjs-mousetrap_1.5.3+dfsg2-1.debian.tar.xz
 635bfe0852bdb979d7c24d56d9b34cb2 14178 web extra 
libjs-mousetrap_1.5.3+dfsg2-1_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBAgAGBQJWkAGTAAoJENqCgw48zDo6VyIQALcHsNF/CR1G4mDyBh49kUb3
bCRfcTBflvxUP20gIw7pu6MYGhMXqel40qz9jq05FHR8cA7WZBemZnJPTtPWH0Md
Ip3y+FaWOeIgBaaSELmusRbk0q5CVH3aTPHYG2jfcUBEkg2Cm95OZord1Vw+f6+D
b7B0BUId0s7ViwtaETbNJO/D7sol9Fc8tC9RYGoGAjoGM6c9m9yzwoTDpjvhVpeV
269V0yRcnQjnDDgxGpkZ2Y3lDhP7/Z/rHr6sleeqsNqh8KV4WVaP3vuEEYx6uy3F
FHhCMUp/AyRiNVqsPSpR9pwQGe9Gwf1w48sO21b3trCzHaWU83oecPHiOm/N5dXi
zGtOKps0aP9+dtUDXOcADNPn0dMz8+N7vbpdou85XaYBh/Su2zzbWuHfGkgv+c6s
OJXCNdA7hPSAmSIbvnQSoSGeAC/BUPrCfEXBbuggBpVKbmKWHJrjqsSTtoxPqpUK
CQsEU7u3z2Y4SfcyJge7O64oOWOUWIk+boO4RRAEziTJgqPhs7iy58RcZaznTgGp
Y8wfZSMBgBtL6hUAMc2zlg+rU5i7O1Qf20A9wHT7cJFrJ7rWA9wrp0aYqR6JGIzG
UEWsNb4j2Rwce2q1Yy5Esrzd8Y1VJ2RqX7npytNTtU8o2Ti3X4DURkG1Lum8KjjN
M/wbXTCDcjenQPQaYx1d
=ZBEs
-END PGP SIGNATURE-



Accepted gnutls28 3.4.8-1 (all source) into experimental

2016-01-08 Thread Andreas Metzler
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Fri, 08 Jan 2016 19:30:07 +0100
Source: gnutls28
Binary: libgnutls28-dev libgnutls30 gnutls-bin gnutls-doc guile-gnutls 
libgnutlsxx28 libgnutls-openssl27
Architecture: all source
Version: 3.4.8-1
Distribution: experimental
Urgency: medium
Maintainer: Debian GnuTLS Maintainers 
Changed-By: Andreas Metzler 
Description: 
 gnutls-bin - GNU TLS library - commandline utilities
 gnutls-doc - GNU TLS library - documentation and examples
 guile-gnutls - GNU TLS library - GNU Guile bindings
 libgnutls28-dev - GNU TLS library - development files
 libgnutls30 - GNU TLS library - main runtime library
 libgnutls-openssl27 - GNU TLS library - OpenSSL wrapper
 libgnutlsxx28 - GNU TLS library - C++ runtime library
Changes:
 gnutls28 (3.4.8-1) experimental; urgency=medium
 .
   * Migrate from libgnutls30-dbg to ddebs. dh_strip's --ddeb-migration
 option was added to debhelper/unstable with version 9.20150628, bump
 build-dependency accordingly.
   * autoreconf requires automake 1.12.2, add build-dependency.
   * New upstream version.
 + Update symbol file.
   * Move Vcs-* from git/http to https.
Checksums-Sha1: 
 edf9533bc36f7c49369406023cbd34368cdb980f 2893 gnutls28_3.4.8-1.dsc
 fe72df168c1c661ec8fdd6d2059b935bd202003a 6631528 gnutls28_3.4.8.orig.tar.xz
 ef470bf98690f0512ab71f16312b39dc4e21445c 86116 gnutls28_3.4.8-1.debian.tar.xz
 bacf8c444ce713dbe3fb5f5365bf406ad1d2c823 3924310 gnutls-doc_3.4.8-1_all.deb
Checksums-Sha256: 
 7e2db0473bdd818a05537984ca4564f4c1267ad97cef3e568a6b8d6e425621a4 2893 
gnutls28_3.4.8-1.dsc
 e07c05dea525c6bf0dd8017fc5b89d886954f04fedf457ecd1ce488ac3b86ab7 6631528 
gnutls28_3.4.8.orig.tar.xz
 252218c3a6ed716e9e380e66f80af54cd7f618900f4b2c52549dea3ff1120e64 86116 
gnutls28_3.4.8-1.debian.tar.xz
 1a2da1abcecd978d5f1551f194ae885cb6eee7524ada65b41f0f2a87a5b5d85d 3924310 
gnutls-doc_3.4.8-1_all.deb
Files: 
 ee6493801729e62975c8879fd479e33c 2893 libs optional gnutls28_3.4.8-1.dsc
 a26e6dd8d5ad92016e3f068795b89624 6631528 libs optional 
gnutls28_3.4.8.orig.tar.xz
 6c5e6392e812a142359a0b7f92d653fb 86116 libs optional 
gnutls28_3.4.8-1.debian.tar.xz
 4a4070f1df36a7a3d6f5c182bc54d45b 3924310 doc optional 
gnutls-doc_3.4.8-1_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCgAGBQJWkAN7AAoJEKVPAYVDghSEaQ0P/iC+UDjEhsQ6040ktmBsSfkR
tHdldoP/Nc1+P/yCxGMPQXPufLmIvG4FgFgNF8WD+dEKcteIOGgoC6QQ9kgiOxBk
Dzw5F07AywKpoLm7Ow1Z5+EsN+J2moZpdB7Hb/RrrfV+qqEpaSnpYBJx2LIRUQJ+
/n4MrKZteGZ2aCr3JI/+PFVdYm8ejfPy99mx1E+OJ0a3mvrfvUKanaEMPWm9lwXn
Pdpb9PpV7gOLCBlwOQ1GTwzmnHzelGg2Z/L3kt8JBrjv5Jrg5n8qxAXHny8duPzq
G5Ztmm3VEgiuRwQPhOxw4QipkypskY19CtNYCIqdB4weTYe1875eXS1CPPeReGzB
D4dhIaGnAO4ePXT8sAU5CWKIDnsvlytBXx+X4PR3MwKwBKWekdxq02Rj1vJaAtyd
uvdMiiBg2OBwlSHfUc7qIYg5x14k9CBCE4+L+p3tv6J9ljID9mornQ7pir7/BGqV
orHizoN5rzYhkf7mgRfmhnNgZHB/x1bW5i0u/wN7w9THQQT/9wuVt2P/Yr9UG8AW
q98PXjIHgYJxUh7vYHARMcprL8OrG7IyCzmJ7pkIONxrW+IxhfE2E+E1WA78p1oB
Kh4h2EkTiF/qBhXEyLCs+JCwUTU5o+UrPBAIgYmHtBRl2wuJl3UMucib98HFYtVP
CUQjRGrb8f04xf0brKMx
=CQ4/
-END PGP SIGNATURE-



Accepted ispell.pt 20160103-1 (source all) into unstable

2016-01-08 Thread Agustin Martin Domingo
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Fri, 08 Jan 2016 11:13:58 +0100
Source: ispell.pt
Binary: iportuguese wportuguese
Architecture: source all
Version: 20160103-1
Distribution: unstable
Urgency: medium
Maintainer: Agustin Martin Domingo 
Changed-By: Agustin Martin Domingo 
Description:
 iportuguese - European Portuguese dictionary for ispell
 wportuguese - European Portuguese wordlist
Changes:
 ispell.pt (20160103-1) unstable; urgency=medium
 .
   * New Upstream release.
Checksums-Sha1:
 134965afaf15bacf4e9a89f4fad4e6108e1b8d1f 2028 ispell.pt_20160103-1.dsc
 1e3f25edf64e2f5a121f357d4de682c5eae7b567 181702 ispell.pt_20160103.orig.tar.gz
 6f65647ba31453eed5ae3e9ef3932ab955b7439d 6876 
ispell.pt_20160103-1.debian.tar.xz
 d3855f3d39763ea8d3c811c2092974b6d3821ea7 169128 iportuguese_20160103-1_all.deb
 643ad2a10938759dcc7400aeba6c702d9c086b27 777966 wportuguese_20160103-1_all.deb
Checksums-Sha256:
 13e9d240914b2421323350e5e21c41fd7337e3b1cfb348da95ab739783c6a87f 2028 
ispell.pt_20160103-1.dsc
 94f30ffdce36caa94babad59eccc0870b7b7827c9a3d9604d8787058adb2c43d 181702 
ispell.pt_20160103.orig.tar.gz
 3d5c483dc86f3398002b9b3abe6b353076aba14263787f6b71dedaad841446ad 6876 
ispell.pt_20160103-1.debian.tar.xz
 0fbe09d61b28401ef2d8252b59d6c9b6a39bd63818a726b009060a55047b23e7 169128 
iportuguese_20160103-1_all.deb
 2df90560ef17b4e4bb16c4c3682fc59ab0e6d145c0e74b1c122d47f2cae53909 777966 
wportuguese_20160103-1_all.deb
Files:
 072ad4e0f6589d4443dda0c3f395710c 2028 text optional ispell.pt_20160103-1.dsc
 ee6396cb20663031ccc5ae548176969c 181702 text optional 
ispell.pt_20160103.orig.tar.gz
 42c7c292368b5de51a79e17276e41f87 6876 text optional 
ispell.pt_20160103-1.debian.tar.xz
 01cb13a2aa5229f834e4871676343f5e 169128 text optional 
iportuguese_20160103-1_all.deb
 ef3ee092c12bc5f4186313d25142212b 777966 text optional 
wportuguese_20160103-1_all.deb

-BEGIN PGP SIGNATURE-

iQIcBAEBCAAGBQJWj45JAAoJEBSawi3ooIL8plMQALbsCeI/vV59xDGo01dg11Mp
dowGd73mbF9Q/4GXkaxGvieenZtE6GaPAissEfS2d8YDpRFVB/rXSj+4d4KStB43
U9Po61E7Hpe2n2NENHvdphs+XpwWCW5iaghinr5KAbliGrh/zUkbEucgeVtxp10J
dyCm3+PTyrvlAQBhdbaIH+Mql013EBiNH0bCBvl+dtk3s+AfM+a3NjptwkQ+DVtp
Dz8RuVXV3tc0tcIxmOfHifXiQUNRin0SbyWTqZFsGsh6NjgXFJjZW1hBxs30Y5nV
Mb5NSOzBvt31P3xhV2ePRH20vSJWr6NerQhTgzootgUSNfby6oFiuYQua8OlWbwA
vsSQd0nlU83Z+dcP4Ve9i5czpww7q/dslMGuZdUIC081WsQligcaOJ8xMuGdQ8/U
jyyHrWOzv2G9vYpubs1kur/a3PvwrBw+gdwxwh6zM4+ZbWhzZywJ1+0/xa120IqI
hf6hRhsNpQBzbj40/JpaVF5KPh+PofTgDuqgGBuLzFhMG5eiWOG0Ap+KaM5j5Jk5
UulVQ4Fyxu1FgiwsJaYoe3czSsbHBsSxbJvB1OZWLZjdCBuhGr0vBLkGCY9J3lsX
eIhWfbYTpgxwq1Ib6LE/7gAIF/NW/1OHTLryFgBYt2xv3y/BtcL2r54X+s/A5P59
cgnsWlJMHQpYX+wETs1I
=SNxs
-END PGP SIGNATURE-



Accepted hunspell-ca 3.0.1+repack1-2 (source all) into unstable

2016-01-08 Thread Agustin Martin Domingo
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Thu, 17 Dec 2015 18:16:57 +0100
Source: hunspell-ca
Binary: hunspell-ca myspell-ca
Architecture: source all
Version: 3.0.1+repack1-2
Distribution: unstable
Urgency: medium
Maintainer: Jordi Mallach 
Changed-By: Agustin Martin Domingo 
Description:
 hunspell-ca - Catalan dictionaries for hunspell
 myspell-ca - transitional dummy package
Changes:
 hunspell-ca (3.0.1+repack1-2) unstable; urgency=medium
 .
   * Provide and use transitional myspell-ca package to smooth transition
 to hunspell-ca.
Checksums-Sha1:
 124d5e90da1f598dbbeeaf4fb18592b174e286af 2063 hunspell-ca_3.0.1+repack1-2.dsc
 cc2b35da03ccf6d629be94c82ca3296de574eefe 3468 
hunspell-ca_3.0.1+repack1-2.debian.tar.xz
 ac6d66bf8f0b4d27b60bad19e24562f3a19155b4 412942 
hunspell-ca_3.0.1+repack1-2_all.deb
 453567a40366b9645887738cead1bb2268c9098c 2434 
myspell-ca_3.0.1+repack1-2_all.deb
Checksums-Sha256:
 9655f58e4fb9a6d211a27ac8e8cc9909acafe64d38254ccfdaadcdc97169aca7 2063 
hunspell-ca_3.0.1+repack1-2.dsc
 8f01565c00ea068538bffda592814a6a999fccd50c71a4eaf7da904606094d04 3468 
hunspell-ca_3.0.1+repack1-2.debian.tar.xz
 894c159e1bb2609e225a4f46ebad176a69bda115fe312c3e6c5233e17d7f0e60 412942 
hunspell-ca_3.0.1+repack1-2_all.deb
 70218a8e375a7e7886c5d8451a6920d92e71a729fec1dd9eb761177a88efcee7 2434 
myspell-ca_3.0.1+repack1-2_all.deb
Files:
 e3631bd6d007ac9c2cd660eea966f412 2063 text optional 
hunspell-ca_3.0.1+repack1-2.dsc
 2aa417bf336e74c9f6b33328bf35003a 3468 text optional 
hunspell-ca_3.0.1+repack1-2.debian.tar.xz
 e89646421f86da24affdc9036cdca0de 412942 text optional 
hunspell-ca_3.0.1+repack1-2_all.deb
 e2bf10e70be210fc74b21c757aaee1a9 2434 oldlibs extra 
myspell-ca_3.0.1+repack1-2_all.deb

-BEGIN PGP SIGNATURE-

iQIcBAEBCAAGBQJWj5ACAAoJEBSawi3ooIL8ab8QAJC2TcAr/Ymc0Uw7w8/ESUEq
fvFXq+ywRyyFOcT1Orrc3lnfkOYZeDdkvq04THD6Qph9+cjdc6uLsIP/c/8Tn0zN
SM50uS7diXki1S/mdqishTXgTjE+s2h/Q7poKt4tEhwJmXOW/RFb3EmdA1cmzCdZ
bbzNsjEcYYvOb2sO9WOgfLc1lRgSacia1bpSrcGM1Ct3WC+b+XfWcYHzwGVa/OE2
XYZ127yVQbxU2KoXMC3xnGCaijidJyAXDKk+tytUaVIi9pSvGEXHieJosKA4fvDe
UzbmZp0cEilC/GBFMkTQPBK/2WZj+mwvWROh8q3+s0zpxqa6++0+rbvMiS4WcPfQ
t6nTHiA8xNu1wuEXhc8ZD4ZZoEclAI6FIIedP9TV02mGFX5/vqPV4oXPZlnbtJjb
buOdZi3NIzmEdkE5PoGgKO2hM7IiKKhyqJcKjkR4NYkbD9DFk9NGOLGhx5Ppx3ia
7gellGeigQQIh9ODVWGHzvgCuMD/Kcy8KTgRXanhyeWv7lE1CPKxYwSt8bPYcIlI
qmsvYzR/ytUu8jdQQfei2M+JBGpoK+Xo5oy+n0L74cd1IhQZ3ieMjjaOsqW6Q202
hGYvxRbqDRRV3qU60NpiuDTjVGofCCEJ3xRCkSg2BDLNHv4MGWUIZ6g8IPpKq/dr
ZPKK12E4mwl5cmX/Fsjr
=+jbl
-END PGP SIGNATURE-



Accepted php5.6 5.6.17+dfsg-1 (source amd64 all) into unstable

2016-01-08 Thread Ondřej Surý
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Fri, 08 Jan 2016 09:01:02 +0100
Source: php5.6
Binary: libapache2-mod-php5.6 libphp5.6-embed php5.6 php5.6-cgi php5.6-cli 
php5.6-common php5.6-dbg php5.6-dev php5.6-fpm php5.6-phpdbg php5.6-odbc 
php5.6-readline php5.6-recode php5.6-sqlite3 php5.6-xmlrpc php5.6-sybase 
php5.6-gd php5.6-gmp php5.6-xsl php5.6-ldap php5.6-interbase php5.6-intl 
php5.6-mcrypt php5.6-curl php5.6-pgsql php5.6-enchant php5.6-opcache 
php5.6-imap php5.6-mysql php5.6-tidy php5.6-snmp php5.6-pspell php5.6-bz2
Architecture: source amd64 all
Version: 5.6.17+dfsg-1
Distribution: unstable
Urgency: medium
Maintainer: Debian PHP Maintainers 
Changed-By: Ondřej Surý 
Description:
 libapache2-mod-php5.6 - server-side, HTML-embedded scripting language (Apache 
2 module)
 libphp5.6-embed - HTML-embedded scripting language (Embedded SAPI library)
 php5.6 - server-side, HTML-embedded scripting language (metapackage)
 php5.6-bz2 - bzip2 module for PHP
 php5.6-cgi - server-side, HTML-embedded scripting language (CGI binary)
 php5.6-cli - command-line interpreter for the PHP scripting language
 php5.6-common - Common files for packages built from the PHP source
 php5.6-curl - CURL module for PHP
 php5.6-dbg - Debug symbols for PHP5.6
 php5.6-dev - Files for PHP5.6 module development
 php5.6-enchant - Enchant module for PHP
 php5.6-fpm - server-side, HTML-embedded scripting language (FPM-CGI binary)
 php5.6-gd  - GD module for PHP
 php5.6-gmp - GMP module for PHP
 php5.6-imap - IMAP module for PHP
 php5.6-interbase - Interbase module for PHP
 php5.6-intl - Internationalisation module for PHP
 php5.6-ldap - LDAP module for PHP
 php5.6-mcrypt - libmcrypt module for PHP
 php5.6-mysql - MySQL module for PHP
 php5.6-odbc - ODBC module for PHP
 php5.6-opcache - Zend OpCache module for PHP
 php5.6-pgsql - PostgreSQL module for PHP
 php5.6-phpdbg - server-side, HTML-embedded scripting language (PHPDBG binary)
 php5.6-pspell - pspell module for PHP
 php5.6-readline - readline module for PHP
 php5.6-recode - recode module for PHP
 php5.6-snmp - SNMP module for PHP
 php5.6-sqlite3 - SQLite3 module for PHP
 php5.6-sybase - Sybase module for PHP
 php5.6-tidy - tidy module for PHP
 php5.6-xmlrpc - XMLRPC-EPI module for PHP
 php5.6-xsl - XSL module for PHP
Changes:
 php5.6 (5.6.17+dfsg-1) unstable; urgency=medium
 .
   * Build-Depend just on libpng-dev
   * Imported Upstream version 5.6.17+dfsg
   * Rebase patches on top of 5.6.17+dfsg release
   * php5.6-cli cannot depend on php5.6-json to allow build of php5.6-json
Checksums-Sha1:
 e312613f4e61f392117dd531f068c412348fefa6 5291 php5.6_5.6.17+dfsg-1.dsc
 f0684faf404c27b0b8d5bc81203f4790cfb7c71d 11548168 
php5.6_5.6.17+dfsg.orig.tar.xz
 9277b99c20e784abc182ba9e68f7969ac1df6eaf 113368 
php5.6_5.6.17+dfsg-1.debian.tar.xz
 9a679a128224bd085202e8373b547b525f53f79f 2376918 
libapache2-mod-php5.6_5.6.17+dfsg-1_amd64.deb
 06380c85adbeffeab2a32baa08da9368556b8ffa 2371998 
libphp5.6-embed_5.6.17+dfsg-1_amd64.deb
 0b5e45932fe9e03d2037ee2becb698806b1491b7 10044 
php5.6-bz2_5.6.17+dfsg-1_amd64.deb
 81e6f16cc36e637ec4b2aa41b8b1c33452c38880 4600670 
php5.6-cgi_5.6.17+dfsg-1_amd64.deb
 31a83958ac6ea7338e976a2f4805da5aaa4db952 2339760 
php5.6-cli_5.6.17+dfsg-1_amd64.deb
 5625d309d0e8110312416340c11937d1cbd5c6f0 295068 
php5.6-common_5.6.17+dfsg-1_all.deb
 a50a337a6fb9bf4990be0c348a2ddad900244d5e 27584 
php5.6-curl_5.6.17+dfsg-1_amd64.deb
 5b42b4063763b07fe167826ac1a01aa3ced6017c 44858866 
php5.6-dbg_5.6.17+dfsg-1_amd64.deb
 6b5c126f310794082c87259fd9ab20649a5f174d 355150 
php5.6-dev_5.6.17+dfsg-1_amd64.deb
 fe7e2f63d91ef8b70902e2a8b631ee213baf01a4 9054 
php5.6-enchant_5.6.17+dfsg-1_amd64.deb
 81067365e4abba34109e09ba8a6973ae672dc3f7 2357140 
php5.6-fpm_5.6.17+dfsg-1_amd64.deb
 cb8132e2bf63a221d6db0354d5341d514724521c 28474 
php5.6-gd_5.6.17+dfsg-1_amd64.deb
 2cfad5630ba38d498bb7657415a01146423b02b1 21532 
php5.6-gmp_5.6.17+dfsg-1_amd64.deb
 03730535a368c3b7df4e3f47850df141d4b131ce 30922 
php5.6-imap_5.6.17+dfsg-1_amd64.deb
 5072c73cc4af68dce1eae6fe7afc3c865777ff06 42520 
php5.6-interbase_5.6.17+dfsg-1_amd64.deb
 410f894f2372867e6c14bcbfdfd80a53fae3f8c6 111514 
php5.6-intl_5.6.17+dfsg-1_amd64.deb
 a4c0cde9f9929175f7ac76f02ff58e479cb1cd78 22078 
php5.6-ldap_5.6.17+dfsg-1_amd64.deb
 7864e7211b5cfdaecb39d0566a0b847a085ee384 15088 
php5.6-mcrypt_5.6.17+dfsg-1_amd64.deb
 3290734697a5ffa99357408916aa9f4ba343c358 45976 
php5.6-mysql_5.6.17+dfsg-1_amd64.deb
 7427a210dc0af29c2f47f90a979bcda3638cfaad 31548 
php5.6-odbc_5.6.17+dfsg-1_amd64.deb
 6879d87d2701b868bc5875f64d925223730dea12 62458 
php5.6-opcache_5.6.17+dfsg-1_amd64.deb
 18f6396ead6641746206a772c2a26f1ab79db610 56738 
php5.6-pgsql_5.6.17+dfsg-1_amd64.deb
 43c96454cfdd079916ccdf738c2d5663f578bc0c 2351860 
php5.6-phpdbg_5.6.17+dfsg-1_amd64.deb
 7b637c346968d57e5bd2b19bff21539935994646 8030 
php5.6-pspell_5.6.17+dfsg-1_amd64.deb
 

Re: support for merged /usr in Debian

2016-01-08 Thread Michael Prokop
* Stephan Seitz [Fri Jan 08, 2016 at 11:18:41AM +0100]:
> On Fri, Jan 08, 2016 at 10:11:07AM +, Jonathan Dowland wrote:
> >grml is packaged and is an apt-get away. It's third-party in just the
> >same way that the linux kernel, or exim are.

> Wrong. You have a wrapper package that adds grml iso from /boot/grml
> to the grub.cfg. You have to download the grml images yourself and
> you need the space to save the images in /boot/grml.

We've an open wishlist bug report for the "download the Grml ISO"
part (#754393) which we plan to resolve soonish, jfyi.

regards,
-mika-


signature.asc
Description: Digital signature


Re: support for merged /usr in Debian

2016-01-08 Thread Ian Campbell
On Fri, 2016-01-08 at 10:11 +, Jonathan Dowland wrote:
> On Fri, Jan 08, 2016 at 10:21:00AM +0100, Marc Haber wrote:
> > The upside of this is that this will free up space in / which will be
> > needed for a dedicated recovery image. Too bad that we don't have such
> > a thing ourselves and have to recommend third-party products like grml
> 
> grml is packaged and is an apt-get away. It's third-party in just the
> same way that the linux kernel, or exim are.

What is the package called? By coincidence I was looking for it the other
day and all I found was:

$ apt-cache search grml
grml-debootstrap - wrapper around debootstrap for installing pure Debian
grml-rescueboot - Integrates Grml ISO booting into GRUB
grml2usb - install Grml system / ISO to usb device

The first and last are not relevant and AFAICT the middle one is support
for creating grub entries from files in /boot/grml which appear to get
there by some out of band means (i.e. by hand AFAICT). The
Depends/Recommends/Suggests of that package don't mention any other package
which might provide the actual download.

Ian.



Accepted wtforms 2.1-1 (source) into unstable

2016-01-08 Thread Orestis Ioannou
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Tue, 08 Dec 2015 00:59:56 +0100
Source: wtforms
Binary: python-wtforms python3-wtforms python-wtforms-doc
Architecture: source
Version: 2.1-1
Distribution: unstable
Urgency: low
Maintainer: Debian Python Modules Team 

Changed-By: Orestis Ioannou 
Description:
 python-wtforms - flexible forms validation and rendering library for Python 2
 python-wtforms-doc - flexible forms validation and rendering library for 
Python (doc)
 python3-wtforms - flexible forms validation and rendering library for Python 3
Closes: 808693
Changes:
 wtforms (2.1-1) unstable; urgency=low
 .
   * Team upload.
 .
   * Drop django extension and hence django deps. This extensions
   is deprecated upstream in the 2.0 release and it is generating
   tests failures with the django in testing.
   * Use python-coverage to run tests Closes: #808693
   * Remove useless patches due to removing the django extension
   * New upstream release
Checksums-Sha1:
 a26f39f036ded81eb4b1478952200f8f905480b7 2295 wtforms_2.1-1.dsc
 1c38e49e8fa216fcf15e4ae3f30a22f6128530c1 148036 wtforms_2.1.orig.tar.gz
 5a969fa15846d47c43a2611c09913235260978ec 3832 wtforms_2.1-1.debian.tar.xz
Checksums-Sha256:
 a0221262e6e4b84d6729a5f5b89796d3ec97cf911656051af81d92fa3fab6ed2 2295 
wtforms_2.1-1.dsc
 fd76bb9ae85222ddc8117eb51076c9898f332454a1c5df8b7cb697f006fb351d 148036 
wtforms_2.1.orig.tar.gz
 f5a348f5a5f99b2e275a87e7b45f77fec82fd62a6b76c913be2d7173852e4154 3832 
wtforms_2.1-1.debian.tar.xz
Files:
 417019820203cd4d57922ec2606b82e0 2295 python optional wtforms_2.1-1.dsc
 8836f60e54cd3d941770367297928eb5 148036 python optional wtforms_2.1.orig.tar.gz
 283263e2d0fd7ac85a7f6909c36e7094 3832 python optional 
wtforms_2.1-1.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCAAGBQJWj5SKAAoJEPNPCXROn13Z0VAQAJHbH14M17pHB6jIXPwZClBO
cOc7L/iZ780Sw66m8SfSWXfJqP6DPZwGuzjrfZEY5RLvo7z4LkrrnAiyJ/IkAHuh
L3btmLkv1fFmbIGT1Y6EmcHfKZ5+YlEmUK1tXVCUFopbWoV9k73Qxw8Zjru5ic/6
ln1Mpfqn+eiunR8L1ADkVZrGmfW+JBLa7qSKcfaD1hV0Y8adaMrHv+mDMhwPYs8x
bsCGzzfVMRtc4gtiDIIHz+9rpALY7gASOaJjtshbeJ0WjGQmlH2KXzrzABWdE4B0
LxeGhdp5dLY6qjIJZcM5wXzCOR/Cnl9SiVSRhaHnkg5doLtOY+64nfiRu3f/y9fV
eHZthFjNDJR7GjHFvpgVjwV+uVJYVchvFhoMu0MZIn2GZrEVxnpPhnSKCbk/ITFD
Uy6TDCD2pojAmq/DsFGHSDmOVnBm6iM3ZWy8HuOHW7KzIhuZmt6fP0W5nR3Ja9eq
B34XjbAPYsYQA4ZwxYtxOgWdul4zZ8pxmpTLeO7BFWvBwOt5EXrPdrZjeB6cHmqT
xdzqdMgp3AUOWA8xU6rMWs43W32GkXMgE55rNCp9f4I63422Xiz/gFeidTRvx93J
cQbNxDJy8v5NZYOow6qA2/cxV6DSjgvBOYyYjL0SXMb8g1mMpDCj7RpKP5swXIZ6
S+Q4Dei8Fc0LY1eletzU
=CngP
-END PGP SIGNATURE-



Accepted xblast-tnt-models 20050106-4 (source all) into unstable

2016-01-08 Thread Rhonda D'Vine
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Fri, 08 Jan 2016 11:18:14 +0100
Source: xblast-tnt-models
Binary: xblast-tnt-models
Architecture: source all
Version: 20050106-4
Distribution: unstable
Urgency: medium
Maintainer: Rhonda D'Vine 
Changed-By: Rhonda D'Vine 
Description:
 xblast-tnt-models - player models for xblast-tnt
Changes:
 xblast-tnt-models (20050106-4) unstable; urgency=medium
 .
   * Update my name/email address.
   * Switch to source format 3.0 (quilt).
   * Bump Standards-Version to 3.9.6.
   * Change debian/rules to dh style.
   * Update Homepage URL.
   * Add copyright year to debian/copyright.
Checksums-Sha1:
 5c0352bc1c12e46600b2d6c67a769c8dcbc15157 1798 xblast-tnt-models_20050106-4.dsc
 e14df417d298dd41f45fa48df492da7448159d90 38752 
xblast-tnt-models_20050106-4.debian.tar.xz
 eec4bdfca0fe7036031758164322beb2b080a40c 1404110 
xblast-tnt-models_20050106-4_all.deb
Checksums-Sha256:
 93f717356efec9e208015554e820ebac32fa7403d4865208ec45ef6dfb4c2989 1798 
xblast-tnt-models_20050106-4.dsc
 cb3317a27912b845be3a4fec5d0430c94e685c439c647abffe93f591a11a7169 38752 
xblast-tnt-models_20050106-4.debian.tar.xz
 947776797fedbd86c44b07946f744d51014dec4c24a4c652303ac5ae69890bbc 1404110 
xblast-tnt-models_20050106-4_all.deb
Files:
 62e7897b0acb4a9dab97d6e19db9 1798 games optional 
xblast-tnt-models_20050106-4.dsc
 d81251dbff703a760a3c5100e0a12c9f 38752 games optional 
xblast-tnt-models_20050106-4.debian.tar.xz
 6a249d009ba84edb5551d3f1060d88a7 1404110 games optional 
xblast-tnt-models_20050106-4_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCAAGBQJWj5MfAAoJEN7oBD7hfrswomIP/3w0mSAbrR/Reu2RQKdbv229
+/X1EiZ2F6pacGuQFS95X0AMaFu9Ni3KhSuquzwZrKxDqGtlRw0NQnXpgRXjBuxF
Yp4sR9CK8py4gyPDT2tEFrfAguSFYWmHMG4PV/1DAtjGDGBGB3QppqctJQJDnsrv
Wj2Nqnlzxc+nnK5D0Veuz4Z94S+vIdjuXkHT/fLywoXc1wIv5+FYbAafuxrtSpZF
s6nc/wwpZeb3ZofsE+CefpZDBhsJNeS4Ct5OcLnAou86egn/2WphTqgOfdaOaWoq
fDllW0q7zBg77cCAsfhqg92YkOo8mMk4DJtPBMVGsutmbreprhfGSNn2nbZ1S+rm
LrDMHMwrzNFgyU91WkbcxrYmEjFSI0S3sATYouLfvONpfm5pG1ITBT2vnkiKU2yB
XvmZ5pZz77FsJy/S3ppAOlNR0hEs3m+rxFNOhabzxL9xV349qlQe3f2wdgu0I6rv
7KbraafPdSCRjU5BQfHAxZphhJ49TgXDcXRUqDPYgaHe1MK7yyfsK8VJSijkRIeA
RXdBLX+C6Y88gopYnaiKEUSunYOKzGVqGyUnIO7VICJYF3qxigjEbuZOnU7sK+Rp
rfo70wUATFT9+uCcnvfN99arb8Kqc9zDdYrLEzJGuq0z0SuCHQp5+FWRBGTNKk+g
IRYbfQVtHG4OkSnDc4YM
=X/H4
-END PGP SIGNATURE-



Re: support for merged /usr in Debian

2016-01-08 Thread Michael Prokop
* Ian Campbell [Fri Jan 08, 2016 at 10:22:01AM +]:
> On Fri, 2016-01-08 at 10:11 +, Jonathan Dowland wrote:
> > On Fri, Jan 08, 2016 at 10:21:00AM +0100, Marc Haber wrote:

> > > The upside of this is that this will free up space in / which will be
> > > needed for a dedicated recovery image. Too bad that we don't have such
> > > a thing ourselves and have to recommend third-party products like grml

> > grml is packaged and is an apt-get away. It's third-party in just the
> > same way that the linux kernel, or exim are.

> What is the package called? By coincidence I was looking for it the other
> day and all I found was:

> $ apt-cache search grml
> grml-debootstrap - wrapper around debootstrap for installing pure Debian
> grml-rescueboot - Integrates Grml ISO booting into GRUB
> grml2usb - install Grml system / ISO to usb device

The grml-rescueboot package is the one which is meant here.

> The first and last are not relevant and AFAICT the middle one is support
> for creating grub entries from files in /boot/grml which appear to get
> there by some out of band means (i.e. by hand AFAICT). The
> Depends/Recommends/Suggests of that package don't mention any other package
> which might provide the actual download.

Exactly.

Once #754393 has been resolved the download of the ISO straight to
/boot/grml should be trivial. I'm even considering providing
packages named like grml-rescueboot-grml64-small which just execute
the said script with according parameters inside their postinst - so
once you install grml-rescueboot-grml64-small the ISO is put
automatically in place for you. (I highly appreciate any feedback,
further wishes, approaches + ideas regarding that.)

regards,
-mika-


signature.asc
Description: Digital signature


Accepted conservation-code 20110309.0-4 (source all) into unstable

2016-01-08 Thread Andreas Tille
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Fri, 08 Jan 2016 12:00:44 +0100
Source: conservation-code
Binary: conservation-code
Architecture: source all
Version: 20110309.0-4
Distribution: unstable
Urgency: medium
Maintainer: Debian Med Packaging Team 

Changed-By: Andreas Tille 
Description:
 conservation-code - protein sequence conservation scoring tool
Changes:
 conservation-code (20110309.0-4) unstable; urgency=medium
 .
   * added myself to Uploaders
   * moved debian/upstream to debian/upstream/metadata
   * add fake watch file to document that upstream does not provide
 versioned tarballs
   * cme fix dpkg-control
   * Priority: optional
   * debhelper 9
   * DEP5 fix
   * at least document in Files-Excluded what was removed in get-orig-source
Checksums-Sha1:
 25d5394712a1c2a813b5cc32388b3d5a02a8a84c 2133 
conservation-code_20110309.0-4.dsc
 c048cca25b0c2e91e02642be84366a6963bee5d6 8900 
conservation-code_20110309.0-4.debian.tar.xz
 6b6ac2d45812d719d92eec2d6e908618f48d216d 21688 
conservation-code_20110309.0-4_all.deb
Checksums-Sha256:
 18f1b635db7ab425c6e8ad74534e892e5f4b835510a990b39c2d814106e06f76 2133 
conservation-code_20110309.0-4.dsc
 39cffc33fdc4840c5ce2bae3f513f80ab813887cfb418d1df9d30c3e1d9d73b4 8900 
conservation-code_20110309.0-4.debian.tar.xz
 8fe65501b04881327bc94ed8c56bca0d1326fc97d15fb7ae88512a89185682a1 21688 
conservation-code_20110309.0-4_all.deb
Files:
 8f60b5a13ed2e80dbda39f5f1fe1299d 2133 science optional 
conservation-code_20110309.0-4.dsc
 312bea0a41b448f3669ca6d12ce66f3c 8900 science optional 
conservation-code_20110309.0-4.debian.tar.xz
 8ce106fc66d3895152165256e5d6165d 21688 science optional 
conservation-code_20110309.0-4_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCAAGBQJWj5dRAAoJEFeKBJTRxkbRP98P/2FFrY6p9+MgvihLgKBJ0tlE
b1eUkaQjbQFbhCHeu3A41XCf5VWAO6ANaxvjK+t74rgeW0dF9cmAb0MU3J6sWtMF
jWcLI0BGYuScCqQOGUnkd3+zpQHv3MxuEJpoYXTF95TogSO8X3xaDHipD/wpUPq2
AnvyDedVMcAYG/TtzxbYuUzcsC6dtM64whLVQKbfY9aZU40NXXO9GeBnDN6UxmJi
jShVGr2dnzK0I3Dn4lYxxVSyXQzjOYHf7TYISLg4OZdULXvMpx8JWv8VjN5r2r8q
msfKSyciMdCkfLjVld86vtTRy+4xK9i/ffJCtkCS83I+3INS9QdtYlnw2jdU7li2
txKCtr59DPzJUYycGMjSuNC0o0SNJbemGM2mXBs3l4ytVi8P494YP6HCSSiqZdT+
d1wCNcqMZTR4B63htQh/kRmdc1iCF1puN0L79QEZnBjmPtusSBurYg4w9L0QgfrM
llWGU35s27ckW4vII1R38lRMi2KFpKnTtswh3lxCntEhbAq3m3jyt16mjGsPV/qJ
UHbYuRksXohjUuwHS4fT5oC/7wEfacGaOnBrlFtCOzhU7ml9exEdwVx7x4NmnNs8
ikClWb/nY/njnKyvopVHWCoAtxoZxpOBFyfLu5YgGj6dXgBT7xW8rg3xq1QhljYO
l3bc30NMCtBawrDYeXD3
=5Xn7
-END PGP SIGNATURE-



Accepted exactimage 0.9.1-10 (source amd64) into unstable

2016-01-08 Thread Sven Eckelmann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Fri, 08 Jan 2016 11:46:34 +0100
Source: exactimage
Binary: exactimage edisplay libexactimage-perl php5-exactimage python-exactimage
Architecture: source amd64
Version: 0.9.1-10
Distribution: unstable
Urgency: medium
Maintainer: Sven Eckelmann 
Changed-By: Sven Eckelmann 
Description:
 edisplay   - fast image manipulation programs (image viewer)
 exactimage - fast image manipulation programs
 libexactimage-perl - fast image manipulation library (Perl bindings)
 php5-exactimage - fast image manipulation library (PHP bindings)
 python-exactimage - fast image manipulation library (Python bindings)
Changes:
 exactimage (0.9.1-10) unstable; urgency=medium
 .
   * Change upstream URLs to https://exactcode.com
   * debian/control, debian/rules:
 - Drop exactimage-dbg in favor of -dbgsym package
   * Override the lintian warning about missing upstream changelog
   * Override the lintian warning about missing upstream source signature check
   * debian/copyright
 - Cleanup license short names
 - Update copyright years
Checksums-Sha1:
 456b56dca7e974fb89a9546e06859b7483786f09 2452 exactimage_0.9.1-10.dsc
 fc1b458e594a82ea68c56e4f296afba4f3d6624d 36560 
exactimage_0.9.1-10.debian.tar.xz
 2fdb8ec6355612437e79630138ed0954ad25111c 748326 
edisplay-dbgsym_0.9.1-10_amd64.deb
 be3a711a9274713015a5a3dc5d3d3f40d431080d 322360 edisplay_0.9.1-10_amd64.deb
 427ddecf0d2049d5ce2358138f816b8a931fdded 5748550 
exactimage-dbgsym_0.9.1-10_amd64.deb
 204786eea6340f0ad047e3a86a091924ff1954a2 1053302 exactimage_0.9.1-10_amd64.deb
 7e2fbf565699fe23c612c768018f25cdde924c63 1589158 
libexactimage-perl-dbgsym_0.9.1-10_amd64.deb
 4a461869daa239d7c2b2f50fa9216fe246ff 622466 
libexactimage-perl_0.9.1-10_amd64.deb
 fb19b45cb5afed39438b169d916cdf2225c80241 1460292 
php5-exactimage-dbgsym_0.9.1-10_amd64.deb
 ddc366e44eabaa899d4e1c338bcbcd5bf7d27411 600874 
php5-exactimage_0.9.1-10_amd64.deb
 d4df95cde7e40441e2e2337721164d280e93ec7b 1447498 
python-exactimage-dbgsym_0.9.1-10_amd64.deb
 faa777f5a48fb01e0a0a30c061a3cfd713447469 603854 
python-exactimage_0.9.1-10_amd64.deb
Checksums-Sha256:
 7dbeda71f47eabd05cdf24925f694cfdbd8d76e65c657f3bc241d56a59ccaef2 2452 
exactimage_0.9.1-10.dsc
 de15f37e68ffb01ec1b1ca712ee87b76c795295dc04f4b6cc00d21a37dc10cf1 36560 
exactimage_0.9.1-10.debian.tar.xz
 912440caac0221221d185c41c023069a9135b86e3063aa5b81c00cadd3522b20 748326 
edisplay-dbgsym_0.9.1-10_amd64.deb
 ddf1156bd6c19562364d9fbdd4c094176b79f50e066fc7f3d0788dc0b3794395 322360 
edisplay_0.9.1-10_amd64.deb
 d330b2c4c7a86ea365cbd86db82066c7e19f4e4fa7f871a70dafb1694b328685 5748550 
exactimage-dbgsym_0.9.1-10_amd64.deb
 757cb3e532827d0a0606f0803db485f7c0f9b8fd27244218cbc43bfff3252acd 1053302 
exactimage_0.9.1-10_amd64.deb
 4a748b6ce9fde181af199f03170e23067a025746677fda81e46c7bb8f4ea7ea4 1589158 
libexactimage-perl-dbgsym_0.9.1-10_amd64.deb
 5a0859c987550b2507cddf0f3d55c810ceeecc2ddbfc0c8500bab91bb2595e86 622466 
libexactimage-perl_0.9.1-10_amd64.deb
 3a061b78dc2401e75a3682a30adb041f2a8608ba4be31badb3c55d0f69baccb4 1460292 
php5-exactimage-dbgsym_0.9.1-10_amd64.deb
 c0f2fbd00566f93063c0831234e22c837dc86a799cee2626fbf72f8c60cb2e6e 600874 
php5-exactimage_0.9.1-10_amd64.deb
 2cacfe5f474bb80f9ce298ab6141cbafd392a45f37b67f1ee101d6dafef820cb 1447498 
python-exactimage-dbgsym_0.9.1-10_amd64.deb
 6ac3e4553b5723b6b8e84ae7fce4e5244901fe2d35aa5af301daaffe1a99a436 603854 
python-exactimage_0.9.1-10_amd64.deb
Files:
 27140d2ec7e33b391184f3c84178412e 2452 graphics optional exactimage_0.9.1-10.dsc
 985258e70ad6da529ffbc4ccbeaf3c81 36560 graphics optional 
exactimage_0.9.1-10.debian.tar.xz
 11529cfd9d452a7db0057edf4aa2487e 748326 debug extra 
edisplay-dbgsym_0.9.1-10_amd64.deb
 d8c006f55b069ccf699b48f29249bf38 322360 graphics optional 
edisplay_0.9.1-10_amd64.deb
 c274bb7d59587758c7cc60869350c4cd 5748550 debug extra 
exactimage-dbgsym_0.9.1-10_amd64.deb
 12b4653b63fd9b49a0dc42cc4a08d559 1053302 graphics optional 
exactimage_0.9.1-10_amd64.deb
 1f49d00a23fb8f26058ac97704bb7774 1589158 debug extra 
libexactimage-perl-dbgsym_0.9.1-10_amd64.deb
 eb03c2c8968ce5bef6e11d9499b71715 622466 perl optional 
libexactimage-perl_0.9.1-10_amd64.deb
 84e37b533e96966bc7eaca21aed08885 1460292 debug extra 
php5-exactimage-dbgsym_0.9.1-10_amd64.deb
 0ed4697219e4b9776e5f63b61196e9ed 600874 php optional 
php5-exactimage_0.9.1-10_amd64.deb
 0af34518c6efb09a5dbca7a32961f92e 1447498 debug extra 
python-exactimage-dbgsym_0.9.1-10_amd64.deb
 4e12d01c3b332f0947a85a5981b61405 603854 python optional 
python-exactimage_0.9.1-10_amd64.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v2

iQIcBAEBCgAGBQJWj5Z2AAoJEF2HCgfBJntGJtgQAL7P/+3dxGiOcgmRuxhdMqqi
h+gSxJyweKgzOur63h72VZEbgt4+pT1WddVUEmwm1hhhd7VwB0cYXWvNZNfHQmzu
M/x1V5NQUOM3rsI2mkrhnBNGwJJkszveBbxjF79wlZjEPV7nujGdzJun/9Wx0qjL
xAJZeOk6cV4Q7azegQy7bpScs9q1H6hlE2KW8atJ//7Y4c4Y+1Cpv2ZosI3LGXAn

Accepted mjpegtools 1:2.1.0+debian-4 (source) into unstable

2016-01-08 Thread Sebastian Ramacher
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Fri, 08 Jan 2016 11:58:45 +0100
Source: mjpegtools
Binary: mjpegtools mjpegtools-gtk libmjpegtools-dev liblavfile-2.1-0 
liblavjpeg-2.1-0 liblavplay-2.1-0 libmjpegutils-2.1-0 libmpeg2encpp-2.1-0 
libmplex2-2.1-0
Architecture: source
Version: 1:2.1.0+debian-4
Distribution: unstable
Urgency: medium
Maintainer: Debian Multimedia Maintainers 

Changed-By: Sebastian Ramacher 
Description:
 liblavfile-2.1-0 - MJPEG capture/editing/replay and MPEG encoding toolset 
(library)
 liblavjpeg-2.1-0 - MJPEG capture/editing/replay and MPEG encoding toolset 
(library)
 liblavplay-2.1-0 - MJPEG capture/editing/replay and MPEG encoding toolset 
(library)
 libmjpegtools-dev - MJPEG capture/editing/replay and MPEG encoding toolset 
(developme
 libmjpegutils-2.1-0 - MJPEG capture/editing/replay and MPEG encoding toolset 
(library)
 libmpeg2encpp-2.1-0 - MJPEG capture/editing/replay and MPEG encoding toolset 
(library)
 libmplex2-2.1-0 - MJPEG capture/editing/replay and MPEG encoding toolset 
(library)
 mjpegtools - MJPEG capture/editing/replay and MPEG encoding toolset
 mjpegtools-gtk - MJPEG capture/editing/replay and MPEG encoding toolset (GTK+ 
fron
Closes: 810190
Changes:
 mjpegtools (1:2.1.0+debian-4) unstable; urgency=medium
 .
   * Team upload.
   * debian/control:
 - Change libpng12-dev to libpng-dev. (Closes: #810190)
 - Remove obsolete Breaks + Replaces.
 - Bump Standards-Version to 3.9.6.
   * Migrate to automatic dbg packages.
   * debian/copyright: Fix typo.
Checksums-Sha1:
 17d52aa3a27eb9dea969ccb1b52421ee519082ba 2745 mjpegtools_2.1.0+debian-4.dsc
 98ee8b901430bf2464521095730840bb847a049c 11068 
mjpegtools_2.1.0+debian-4.debian.tar.xz
Checksums-Sha256:
 7e2341938b0cf2e16eb95017083e62e3f8366dfc37d1abaa57c7bb0028adc113 2745 
mjpegtools_2.1.0+debian-4.dsc
 8780fd30a7b0973fd5f176ca01dd61926067b78f676b1c31f80a111da2d5b3ec 11068 
mjpegtools_2.1.0+debian-4.debian.tar.xz
Files:
 2b95887f3f499910dc2fe7b59ac2d000 2745 video optional 
mjpegtools_2.1.0+debian-4.dsc
 ba1742cced1192a4acc33ffd94fbffd3 11068 video optional 
mjpegtools_2.1.0+debian-4.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCAAGBQJWj5dxAAoJEGny/FFupxmT1BIP/A+8W8LVFVdeNUNrgnth8UNp
mTV63mqqwmGrdcPKAbWOGbGSI1IJTcObiZLQRIHkpekJF6Tq1qmHIkyhwOQYJVYH
kyB/D8WyWAlrcyAgmozsJhwIAJFYsMkKef6222PG14AHmxqmqe13rVmr4/jmoEJH
01ve2HZR8/tvwHW+bbHx4Gpk9HAzhMD857wFOwNAiFLxJDmdvtgXdEXy6g0VWYK4
HNFKFy4wGLRCyYYJQNmkgkUBLjRbrUdc1N7nykr2sbmB2KeVVV8CjsxkuwB6y5v5
ZyV7uBk4cGCP8L6qge7I+6nR3W70mGJrhG53ZLJ+tVP9WXGgjrrLO/b5xFFVAzsc
HMdwtjJG6REXF5RQRqzuOiTlzCCf2zdeeNM5KEo5lRAe0Dba7XmLm5MS0V+wMlx3
FPZb4EtdW9WoIP85Q1avupM1sB9QNFGo/6vvPRbUthDfHwf5Z/SSnwPAOx5UFLg6
4kgrKI1H9VO4Ja41e/QlN65SjzbW/0+oH9PcUt0RxLz/bjltlzTGFEn3xhIGzmhV
MTOTPBtcNvZitM7SF0q0rFlIOxOe4ogEhvWLLGrN/kKTwk3qvoVmUK9kFa/uRo5l
TnsxZrwFrpAJUac7fVXNWRt6efBG8SgNqFRjftB/0uc5n8HtnKcSZU32GJrC/8eY
6TxXa52NlzXnU+XhaTJD
=SycD
-END PGP SIGNATURE-



Accepted cruft 0.9.24 (source all amd64) into unstable

2016-01-08 Thread Alexandre Detiste
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Fri, 08 Jan 2016 12:12:36 +0100
Source: cruft
Binary: cruft cruft-common
Architecture: source all amd64
Version: 0.9.24
Distribution: unstable
Urgency: low
Maintainer: Alexandre Detiste 
Changed-By: Alexandre Detiste 
Description:
 cruft  - program that finds any cruft built up on your system
 cruft-common - information database shared by cruft & cruft-ng
Changes:
 cruft (0.9.24) unstable; urgency=low
 .
   * split common.sh in common.sh + common_legacy.sh,
 only keep the bare minimum in cruft-common package
   * cruft-common: update to misc. packages rules
 .
   [ Benedict Harcourt ]
   * cruft: avoid leaking temporary files in /tmp/tmp.*
Checksums-Sha1:
 fa192c1ae94a30d2d48ac1bf999819355520cf6d 1655 cruft_0.9.24.dsc
 97ae3a9cf694b61874627b99462c04ffdbee7ba7 56928 cruft_0.9.24.tar.xz
 e09edc4a8a0aa91ea04690b247ea1505397728a3 89710 cruft-common_0.9.24_all.deb
 ea7bb8d5166da878892689a298cb53e1ab24eda9 26530 cruft-dbgsym_0.9.24_amd64.deb
 4c23674f7e26e99ad3f5e27032c0e8ca564d8cd8 31832 cruft_0.9.24_amd64.deb
Checksums-Sha256:
 c2d3672cc9f37c67fe2b74ede015aadcf2a5b12326dbf6ea33817bd0b140d79b 1655 
cruft_0.9.24.dsc
 8eaa32158282c9329fa41d6e55b953831be81e868dfec677dc70d3e154a50336 56928 
cruft_0.9.24.tar.xz
 7dbde77501cbd4ff4b44bc9795d246c26a82583486fc34bf71e7ea77b8cd0eef 89710 
cruft-common_0.9.24_all.deb
 bd81382ab541ff621881031996ddc956cd45d90a1dba227bec313d74c92a4e06 26530 
cruft-dbgsym_0.9.24_amd64.deb
 a968fff356ef994ff6ce9979b2f147d59f6103bab8124c26108de8aa6681de0b 31832 
cruft_0.9.24_amd64.deb
Files:
 9272fc3a3ba383d2715934f41a44aa7c 1655 admin optional cruft_0.9.24.dsc
 da5f5c42fa27c9fc05e30d82b0788763 56928 admin optional cruft_0.9.24.tar.xz
 30bed08a08c86264e5c6026114977535 89710 admin optional 
cruft-common_0.9.24_all.deb
 b1176205b66feac2519eeb8d9d479b19 26530 debug extra 
cruft-dbgsym_0.9.24_amd64.deb
 bbb00b749745229a972071773c783f95 31832 admin optional cruft_0.9.24_amd64.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBAgAGBQJWj5yGAAoJEDHzFEVEoXQaZlcP/ic7nIYjipM2+w4k9IMCTr8y
FnxaXggDTJjf3ConkMiFfHdccnLl7ZJqwRRaECnu1cZGBsb+jpWguQkSt4KZriBD
6ULLiy/ATXhIcwQx0260x/2rJFrWSWMFbLWrkRj6TgymdY+gQCPc19ldstznhCLR
YX8uc/sNoK3OK2hoJj7bKdgRFGu9I9RxItlNuVFdVOuQdN70TBTOcZSIc3RImbTF
SJOG0mKszcZZdu/0zVyd2xwJEsaV+o4SSosdZCnON+FYvDRPh4DQe0krKpOiO1H2
Vqu6KYzILlDR8AkOlHdTBNUA1R2yninpbZr61kRyAkiTB1eDNLhBcCCEizKiSxOo
jWs2i12j4ShNPM74A+ydCo35vWpcw88UkVajasb0wGyZxiWCBlorstmnUuX8Wa3/
PQnv02+Q4/Q0cSmmKtqznAhoSA6rEuD4Xad3Dia+IqjDvCkvmqwVMysXXuo1NiXY
4mLQDVpGcAUPGBz7rGdYEjOIvaptBv3pqhNFpdJSslu/7LqhB4SO1d7X2UAZH6AG
PmwoouAjjzasuOZsjj+SK4X40jWj5kZJw8/mL0DG7WqFDU/vQs8bQUSKS2TrucjW
HcKlMmVlyCbljVDgfJYIX5VVd1PjbfaJrbUpY5fDZtODxyE1EABIyOZtH1g1iX85
Azi1VDePigZvB3ygWqvo
=Cb/H
-END PGP SIGNATURE-



Accepted wordpress 4.4.1+dfsg-1 (source all) into unstable

2016-01-08 Thread Craig Small
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Fri, 08 Jan 2016 22:05:11 +1100
Source: wordpress
Binary: wordpress wordpress-l10n wordpress-theme-twentysixteen 
wordpress-theme-twentyfifteen wordpress-theme-twentyfourteen
Architecture: source all
Version: 4.4.1+dfsg-1
Distribution: unstable
Urgency: medium
Maintainer: Craig Small 
Changed-By: Craig Small 
Description:
 wordpress  - weblog manager
 wordpress-l10n - weblog manager - language files
 wordpress-theme-twentyfifteen - weblog manager - twentytfifteen theme files
 wordpress-theme-twentyfourteen - weblog manager - twentyfourteen theme files
 wordpress-theme-twentysixteen - weblog manager - twentysixteen theme files
Closes: 810325
Changes:
 wordpress (4.4.1+dfsg-1) unstable; urgency=medium
 .
   * New upstream release
   * Fixes XSS vulnerability Closes: #810325
Checksums-Sha1:
 970ec1a38515a4022eeaf66eb00559bd9ea5842c 2517 wordpress_4.4.1+dfsg-1.dsc
 cc23dea3026efd87cec4bdec75ba8ce8612eea52 5457312 
wordpress_4.4.1+dfsg.orig.tar.xz
 71d86683e44e50d54d4cd911bdb75b5047f6509b 6054660 
wordpress_4.4.1+dfsg-1.debian.tar.xz
 b808fc73272b31dd3309722ac161ed9b2a4ccc12 4363514 
wordpress-l10n_4.4.1+dfsg-1_all.deb
 a76b9630b0f078a7e2fdb6c538f7871f416d4fa2 502554 
wordpress-theme-twentyfifteen_4.4.1+dfsg-1_all.deb
 8ad1563fa7dd48144140fe4a0680f5dc6066ad3b 803980 
wordpress-theme-twentyfourteen_4.4.1+dfsg-1_all.deb
 c7f230137c366e2a727a8be2d8852ca06d232e7e 587798 
wordpress-theme-twentysixteen_4.4.1+dfsg-1_all.deb
 464b0adbc73a4b2a7e8e65eedc4b7082ce3d89b1 3542656 wordpress_4.4.1+dfsg-1_all.deb
Checksums-Sha256:
 1f17884943593a7647e0d8df6dd1d6a3564781f2a29fef569c352ae29fcb169c 2517 
wordpress_4.4.1+dfsg-1.dsc
 044de90019384a5057c2ac882ddee91883c784fff45e4a2e28cdc556d743d6ed 5457312 
wordpress_4.4.1+dfsg.orig.tar.xz
 04ae488120f1301a184d9b89925b8e894c0b4da0a3e65035d630dcae5998f0ee 6054660 
wordpress_4.4.1+dfsg-1.debian.tar.xz
 dcacc03e3aa69f89a7fb18980f945b4cd074058f64c0365449e6efdce5e89426 4363514 
wordpress-l10n_4.4.1+dfsg-1_all.deb
 fd6ad19bf122ca2f417cf0713efb605eafe7d7d680d72accf1d3f83c0dbfa68f 502554 
wordpress-theme-twentyfifteen_4.4.1+dfsg-1_all.deb
 9be1881fa9c9c0e95d9ed02f37e20dc7f392de174adc6a049ac305267e771929 803980 
wordpress-theme-twentyfourteen_4.4.1+dfsg-1_all.deb
 37ce30c29fccbb24f9d53244a44eb0c91ad59736c9edaf26e0aeacfaccc303bb 587798 
wordpress-theme-twentysixteen_4.4.1+dfsg-1_all.deb
 5136960d97e6f580b110504dbbaccb3239f854b5c00e253b111e4fab6d397158 3542656 
wordpress_4.4.1+dfsg-1_all.deb
Files:
 f3e0894b8c79d1737a324e80a4f67b18 2517 web optional wordpress_4.4.1+dfsg-1.dsc
 168a7bd4233e80a3589d164532c838bd 5457312 web optional 
wordpress_4.4.1+dfsg.orig.tar.xz
 bdd32bb44077a7ad6b0b03729555c6ad 6054660 web optional 
wordpress_4.4.1+dfsg-1.debian.tar.xz
 537003910b086e80fa503b57d7548f9d 4363514 localization optional 
wordpress-l10n_4.4.1+dfsg-1_all.deb
 889f676793deb5cb2e8d46835d03095a 502554 web optional 
wordpress-theme-twentyfifteen_4.4.1+dfsg-1_all.deb
 d6db5297a45e40288a27a45d1c8c7fd6 803980 web optional 
wordpress-theme-twentyfourteen_4.4.1+dfsg-1_all.deb
 b55236f33fab4896aa3f69fba8635092 587798 web optional 
wordpress-theme-twentysixteen_4.4.1+dfsg-1_all.deb
 bd4aa03ff3ddf7ef0d4b22edecdd3a12 3542656 web optional 
wordpress_4.4.1+dfsg-1_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCgAGBQJWj5lEAAoJEAIhZsD/PITjtoYP/R5VjbWJ6dt8eP/w/Ucx8AaJ
dfkDIc2efM/zn2C2+QbaP6H3IzqDrmCSiuZN48sveTMxAUV3QbrRdYvCKc+KVFM0
7Buw/UciQgiRciDmk3iByB6mz7K1pH8v+BPfJkaG9OTf+BmW6Sjk3PZl8GQvwOnK
zPPTbIKcHOyAlULBb9maR7BvSWOlYCOx1gGEQ0z2DoTk+UXZND9mV4EUT+G0DpgO
t8mQfaIk++z03t8TiCxDeqqUK+APe5p1YWepwVQwFHUMdbYv8EBrKTEGf6doDz5j
kX/yzPGpYxJZQqQ8g0qYlR9CxJuw3pcL84wtabyecxXgDTCzT3Oby2pYUEdU5Ghh
lPaFBzA/U9yFpKpRYCMDV8+aYSTWULxAFMFhQAyImE/RvRg0c9B410fPS3rOd9sp
W+8M/Lw7r0JULwHIdXTfTIeVJmlyvl3vxojJ8AUu+Q9Jrc1Bz8lyUKwZc+aDZtab
spnj5K7kyG+K4ckdBxTJROxD8+sSBH0DSMGquejhtEH46DiiWvogiltw/PUOcEg2
KznSHBXjgSjX0inuRmi7NgvPb6a6R1H9QVwx9LiVotwCsmVLPBl5oeiKIOEff90V
KMKQQps5VO+5gjRrhkxZHqSJn5J1W63q8+sF90nSdeeYHdOupTBIjwyftEfA1I8+
aBvIItJszXHx+2VzOR4B
=HBGs
-END PGP SIGNATURE-



Accepted daligner 1.0+20151214-1 (source) into unstable

2016-01-08 Thread Afif Elghraoui
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Fri, 08 Jan 2016 22:55:34 -0800
Source: daligner
Binary: daligner
Architecture: source
Version: 1.0+20151214-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Med Packaging Team 

Changed-By: Afif Elghraoui 
Description:
 daligner   - local alignment discovery between long nucleotide sequencing read
Changes:
 daligner (1.0+20151214-1) unstable; urgency=medium
 .
   * New upstream revision (git2923450)
   * Add manpages for new executables
   * Stylistic consistency in packaging
   * Refresh/adjust patches
   * Suggest dazzdb
Checksums-Sha1:
 8cebd7434e209bf58fc431c6597c6c679e65bfb2 1962 daligner_1.0+20151214-1.dsc
 f72564bc839055899084fcab2ffa953bb500a812 94353 
daligner_1.0+20151214.orig.tar.gz
 c3c675aad7180c9c77b0d62895409a357e3993c7 10296 
daligner_1.0+20151214-1.debian.tar.xz
Checksums-Sha256:
 faa45adf9494576d187f601a3aeaf2b1072161b69ffb8deafbb37e8df89c5cb8 1962 
daligner_1.0+20151214-1.dsc
 aab49b9c0572190d11576b61ae59301c23bd009b767ab200acdb4a9f0e3ce3f9 94353 
daligner_1.0+20151214.orig.tar.gz
 0a9b94c82d86ff7cfe5e11674bc2bbefe5bb50edf9c839d588e4cddc6c8d350e 10296 
daligner_1.0+20151214-1.debian.tar.xz
Files:
 a335b84d605305c8f729df2de14deedf 1962 science optional 
daligner_1.0+20151214-1.dsc
 a6ba2c842ae39ba1bf4b6a9c5a59475b 94353 science optional 
daligner_1.0+20151214.orig.tar.gz
 f4b1ba7106d9b8faf1e89e40e64878e7 10296 science optional 
daligner_1.0+20151214-1.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCAAGBQJWkK9kAAoJEM6uatOv6Cb7SNsQAMd2BFLBhxpAiD+IByjZYy7j
eavZwxr3ss6ecFzpVxjf82DexyuJTRh9cprciaBAlIzCTgVrxuTb7IHoi46ihdp3
MtqPRPFGsh2EKdmYUG4An7LnqMGpCFDzCbVqYrfDWr/FVzvuUMaDgejxio3w44rq
b/d41m8B6e2zIRP1rxNFdAR5pEY7bS/4Trpx2KVOeJOk3rou8ntO7d3jqDsi+Q/e
NIU3s4tjqpt+zgk+t16xfbVN3FktTMEk2XFEtkP7vZM0bDkvRtJYIC4uKsZc8nUw
De8xc1smKrK+6gdG7EVfMyxm+jgYU/iLe1Zm5hr8WGZ/KILkjn4C2eXzPPVxnrOM
L/Ap5Wfom2Ws2TgbhMpl8LMjOHdYoSvxrZ0eS7JTFuWE+3ydo70vGpiI/qVnqzvD
NimSTl7vLBzPfYHn13Alrl7qTNpDUStHoGjq2O/kzzESzMmy/zECDGWYXzZ7xhej
PJgEks3SrYpU6dVshwfOEoHzbyl9Vxt3EP4CngT0ykKdYRkMMPcrUbMt58FwGXCb
i7wL70OrmCzCjrFoH4NP0PfTh3bs3epit64nGhXcDLqGryXXuAjI+8fI6i5X/f3v
oDYcqLsJXFKp2EII3SQPU481l4xmJelU5YUiPlpschZyMGzJsJXBSOILNBTOXGbB
nLhVmiz/Ttghgv2eBw6G
=+0jy
-END PGP SIGNATURE-



Accepted libctapimkt 1.0.5~rc1-4 (source amd64) into unstable

2016-01-08 Thread Andreas Tille
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sat, 09 Jan 2016 08:16:37 +0100
Source: libctapimkt
Binary: libctapimkt1-dev libctapimkt1
Architecture: source amd64
Version: 1.0.5~rc1-4
Distribution: unstable
Urgency: medium
Maintainer: Debian Med Packaging Team 

Changed-By: Andreas Tille 
Description:
 libctapimkt1 - Read German Krankenversichertenkarte and eGK
 libctapimkt1-dev - Read German Krankenversichertenkarte and eGK (development)
Closes: 810429
Changes:
 libctapimkt (1.0.5~rc1-4) unstable; urgency=medium
 .
   * switch to libusb 1.0
 Closes: #810429
Checksums-Sha1:
 392f8c0c131095f50d80fbf3251e8d1101b7681f 2119 libctapimkt_1.0.5~rc1-4.dsc
 814f17a872a7dae888c6f1ac6b8237e13418a900 2956 
libctapimkt_1.0.5~rc1-4.debian.tar.xz
 2ce785818a41c1d856bd37f8da7b9871ec2d9b70 8020 
libctapimkt1-dbgsym_1.0.5~rc1-4_amd64.deb
 889a62bd9da972c518b3bd107dcd842b9135a670 14484 
libctapimkt1-dev_1.0.5~rc1-4_amd64.deb
 28896a8725a3e671256d76d383b59e8c759c46f8 8150 
libctapimkt1_1.0.5~rc1-4_amd64.deb
Checksums-Sha256:
 a63be588958969957cec4ee8dc37929ce88199f15d098cf1ff60570040f25e40 2119 
libctapimkt_1.0.5~rc1-4.dsc
 66519002a5258f853474905cefb882e7204f1b9126a55720749ce74ded77ce4a 2956 
libctapimkt_1.0.5~rc1-4.debian.tar.xz
 53df39a4a85c24a919531659525e76facb9ecddb0217f2b80bd9cb3d4d5472a1 8020 
libctapimkt1-dbgsym_1.0.5~rc1-4_amd64.deb
 9326523db20f74adb232d6ef28da99cf87f73700dab37145ce1df70a9113c592 14484 
libctapimkt1-dev_1.0.5~rc1-4_amd64.deb
 88ea405b93bd59a71cdc06c162d2f691c9de279cda91e7ee933ff4dd60d4f3cf 8150 
libctapimkt1_1.0.5~rc1-4_amd64.deb
Files:
 4b70d24c7ae4b1b09ad790cb0bcd470c 2119 libs optional libctapimkt_1.0.5~rc1-4.dsc
 15b86766a867652b06a4cfff97bd4369 2956 libs optional 
libctapimkt_1.0.5~rc1-4.debian.tar.xz
 3c3f5fe0b2f40be6b54fbf60c5368fc6 8020 debug extra 
libctapimkt1-dbgsym_1.0.5~rc1-4_amd64.deb
 9cbe81600fae10337d69e79c53b85f14 14484 libdevel optional 
libctapimkt1-dev_1.0.5~rc1-4_amd64.deb
 63af22b311cf2a1fe5da41140123eaf1 8150 libs optional 
libctapimkt1_1.0.5~rc1-4_amd64.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCAAGBQJWkLSKAAoJEFeKBJTRxkbRvigP+gJAM9R8kPDEzLWxL3ZZA+uT
uGmDngQhoWj7Jj0PoHy+LDKBAJvolAukYCCAs2GiicRXwawRTNc65j6v7MWCrxof
vkD/Qesjd3igdgluKzFnUEJbGI6JL90N1Ry3d91hELyBk+wGiSZwq9d5X8OSnQG5
lP5Lami8i4V41CeMyEPThmA93ZT4t7OK879ayKcq0i8IH9zqp2G/EQiNR/rJ+k8I
NHTjZvU6+ylGvqojRs5V1x6R6Q5t8kIEXUm01XkSGJe6XKymtegmzHqexSrOoKgM
MQI1KgHkpgC9OL5j9QxhI/0oAG9p8x2vXTt9EYd1iCaJckZ+2RjsqOuAagzDU0Oj
AJC/45dr1H3OH3rYe8/kfyPRTpxW1QWI6UQARbOoxPgE87yLZE4Ky5oL6wFUfx5h
bIjfGI5xv8vb7JfpwHaok2uKSafL6UKsYm1aZ+lGEaHYz08FOhYMGcfUMnv+UUvq
+zH/dILxbHjuBMGXF3eJq5bSwpCWylzFZcqI+W3vjJxWLooDLUjWTSiuaEGEaquR
IktPH+6xSUBXACL/pDOEtIyhdUCCeIWiSs0K+XaLa5NmpD5yglowl0PYMTi5bmb0
+gzFDvIW2Jby2ZxszeogxvQSc5kc5omVboQJQZkXdi5f9/k99N4HhLnEuRIkQrQO
97InH9yoz4KUeZqTWs4a
=QQm+
-END PGP SIGNATURE-



Re: support for merged /usr in Debian

2016-01-08 Thread Lars Wirzenius
On Fri, Jan 08, 2016 at 01:31:12PM -0800, Russ Allbery wrote:
> What will kill Debian faster than anything else is to have every idea for
> changing something large, interesting, or possibly revolutionary in Debian
> be met with anger, derision, and attacks.

Hear, hear. I snipped out the rest of Russ's mail, but only for
brevity: I fully agree with all of it. Extremely well said, Russ.

I feel that there is fair bit of unresolved conflict sloshing around
the project. This happens when people have a disagreement, and it's
not handled properly on an emotional level: even though the
disagreement is resolved on a technical level, and a decision is made
and implemented, those who didn't agree with it don't get proper
emotional closure, they feel put upon and rejected, that their
concerns do not matter. It's like they are wounded, and the wound
never gets to heal, and if there's any future disagreement, the old
wound gets torn open again. That's not healthy.

In the Battlestar Galactica remake, they have a fleet-wide boxing
match, where anyone can challenge anyone regardless of rank, and they
hit each other and this somehow gives emotional closure. I do not
suggest this, since violence really isn't an answer, and even if it
were, losing a boxing match as well as an argument isn't going to give
closure. Resolving conflicts by having new conflicts isn't the
solution.

What could we do instead, to prevent and to handle these things?

-- 
Schrödinger's backup hypothesis: the condition of any backup is
undefined until a restore is attempted. -- andrewsh


signature.asc
Description: Digital signature


Accepted stunnel4 3:5.29-1 (source amd64) into unstable

2016-01-08 Thread Peter Pentchev
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Fri, 08 Jan 2016 20:59:02 +0200
Source: stunnel4
Binary: stunnel4
Architecture: source amd64
Version: 3:5.29-1
Distribution: unstable
Urgency: medium
Maintainer: Peter Pentchev 
Changed-By: Peter Pentchev 
Description:
 stunnel4   - Universal SSL tunnel for network daemons
Changes:
 stunnel4 (3:5.29-1) unstable; urgency=medium
 .
   * New upstream release, refresh the patches' line numbers.
Checksums-Sha1:
 58d0822fdae60ceb3c4408045c3b34ce8425 1949 stunnel4_5.29-1.dsc
 2b927e8cc1a271d0f3bcf5c3099413202dfb3ced 637806 stunnel4_5.29.orig.tar.gz
 cf870a26a5711e1a173d0586c719e7cacc0eaabc 33080 stunnel4_5.29-1.debian.tar.xz
 55c3270c41245bcf92ff713b3410fb508e0dbc97 307514 
stunnel4-dbgsym_5.29-1_amd64.deb
 71bfc3122b1667b46117631e6908faf53f704ae2 183290 stunnel4_5.29-1_amd64.deb
Checksums-Sha256:
 41259cc790b9dd72233684dff6b366de4976faf2f21888a7654c2b7f39adbcc0 1949 
stunnel4_5.29-1.dsc
 43909625403ea634fa7cb8399d58faf8e7f11c1b7b29097491469951f56df551 637806 
stunnel4_5.29.orig.tar.gz
 b163f306ea2f3406bb126a340c31b2320dfa477c1fab91da366b844dca61d2f2 33080 
stunnel4_5.29-1.debian.tar.xz
 b9571c9de692b572be66f8b72497711bd88216e66ca210cc9b5b08ddab22679a 307514 
stunnel4-dbgsym_5.29-1_amd64.deb
 7b024c8626bee3e88232b69ae901ce3566e2acf84624cf2b7c1fe77960b7823b 183290 
stunnel4_5.29-1_amd64.deb
Files:
 f817ad2b051af301967cc44b4989ede1 1949 net optional stunnel4_5.29-1.dsc
 bf4c13ea9705156adbd04f1d766093ea 637806 net optional stunnel4_5.29.orig.tar.gz
 bcfd268bbf426165f2bc4af6903b13b4 33080 net optional 
stunnel4_5.29-1.debian.tar.xz
 2141c942f54cb6066b5e37202b4e4810 307514 debug extra 
stunnel4-dbgsym_5.29-1_amd64.deb
 387bdf41ef568e7db8dc023d03284ef1 183290 net optional stunnel4_5.29-1_amd64.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCAAGBQJWkLfSAAoJENzjEOeGTMi/ySUP/A/iACclWQhOzHCVTE5rR09W
8mPP9CdkH/COY6SoBsH6basEmMa9S9ptbRgcurJcDIxYv645GnG1hWcuOnIkSP6T
HGqm4Tm5855bxyKvDD5gPDaVVL2Kme0KsG86NK5o5Uf0u5P5kXkYfuoQ6l2rTOeB
QDmP6sHvZE8Zyy2vJPHE3IIINpO8oLC133SSC51M8Um/VPEKAUSWtuEsvhRJQd6+
NcbMVTccL6r+U6IPaoktCWa+nf+qKYqBDudKQGj8rJidFP4ntwNUTdDi8+Qsue0+
eyHgp9upGBii+DW+q9M1TbGrS3pFIqv76RI0CI0D8bYi29z9RrpPpnbhB9j3tWhB
RNDWn1c4h2LbgfXdIjUaAkiK+ORmcf076tIWlzyZLD0Ky00iu8juOPgiM5HdEPIl
/BWMsr3U1WVUBaSBGvkPTEq0frPbf8c7mUcxUigBv5z8mqKetcspE995gDUvxURD
K5VYsOeIE2RUjIspL8PGJRwH7w/gT8m07I8btaUmdg5EpQHb0Yb5lkDS8+0mtfSG
auHLyMwO+Ttae3/vVYL/vP0opa+hlIrRHDRB0jLzapKGrgT1ZZddVAUwTugnVpes
CienY7hPMVsC1oVEDNlzFfbiguoGqJkIXHS7cbgEFfR2Xgkv5sjKHpCBgpmjiDyK
T4sDhBtPlUqwZtvlV2KK
=aPun
-END PGP SIGNATURE-



Accepted django-celery 3.1.17-3 (source all) into unstable

2016-01-08 Thread Brian May
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sat, 09 Jan 2016 18:24:58 +1100
Source: django-celery
Binary: python-django-celery python3-django-celery python-django-celery-doc
Architecture: source all
Version: 3.1.17-3
Distribution: unstable
Urgency: medium
Maintainer: Debian Python Modules Team 

Changed-By: Brian May 
Description:
 python-django-celery - Celery integration for Django
 python-django-celery-doc - Celery integration for Django (Documentation)
 python3-django-celery - Celery integration for Django (Python3 version)
Closes: 809568
Changes:
 django-celery (3.1.17-3) unstable; urgency=medium
 .
   * Apply patches for Django 1.9 compatibility. Closes: #809568.
Checksums-Sha1:
 3d230cbd5421e15a1b00e3e95626d42e7217a105 2564 django-celery_3.1.17-3.dsc
 64ca723de395f66decb5563e037c094ed723e45b 79615 django-celery_3.1.17.orig.tar.gz
 bc48609b6137c194b45c741669ad00f0f35f8b63 11492 
django-celery_3.1.17-3.debian.tar.xz
 4b0d2116bf33ec6d5d1e6b3eb8059853aa463f21 65340 
python-django-celery-doc_3.1.17-3_all.deb
 7333271617fbdfbcb3f343d9c3e62506abdd49b7 55396 
python-django-celery_3.1.17-3_all.deb
 fb163aed8796ffdb870fa956cfdf6cb2289f034e 51328 
python3-django-celery_3.1.17-3_all.deb
Checksums-Sha256:
 6f6af70c744ae8aca0fb51c398a08666062a93d8b1ed55b6b4f07b809073bfbd 2564 
django-celery_3.1.17-3.dsc
 254a95b0a4386df1fd949823942f6312c80fba3c88c5efad79cad8648bc5feb5 79615 
django-celery_3.1.17.orig.tar.gz
 380bb202b6915cd8ba87d917f6475697e1d580d80c38bbef6a56a472b4b065d7 11492 
django-celery_3.1.17-3.debian.tar.xz
 f6259b3b04dbc1f97f247abc0604298f6f99012c0d4a4b740bcd33db90f2d9de 65340 
python-django-celery-doc_3.1.17-3_all.deb
 7a66847d76714ad72a0c4d850b8b2ee3b6d1235a92cda89db7c9f20fb72cb347 55396 
python-django-celery_3.1.17-3_all.deb
 765d7b7895784216fd69b470f924e34ace476fa2975760834aac883bad6a632a 51328 
python3-django-celery_3.1.17-3_all.deb
Files:
 e088e433e661b059bdd25075b24b8c4b 2564 python optional 
django-celery_3.1.17-3.dsc
 a3abc9674b0680469b0694a254dd7019 79615 python optional 
django-celery_3.1.17.orig.tar.gz
 69a7fab4370e8301f9aabcf597c9b07d 11492 python optional 
django-celery_3.1.17-3.debian.tar.xz
 76325a6d0eea4c7def4594c0cf0660fc 65340 doc optional 
python-django-celery-doc_3.1.17-3_all.deb
 b76785a7b27b2daf2722673fe7d7e212 55396 python optional 
python-django-celery_3.1.17-3_all.deb
 50421f27b7f8ddcec351a8f6c3438f00 51328 python optional 
python3-django-celery_3.1.17-3_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCAAGBQJWkLh3AAoJEJyE7hq50CY2jegQAIc5FDhlKo+4+IrrrdYB9N6p
r1sEUD5YvJTLhDxEajG4p3nnSh1NPSzISFOARkV9mmZO/LjdWCmpo9eMAf/0IlG8
ySKFLSlw8JKziCP+rnynbLFrCtVTywymmFWKEl7rpDPDINNiUxj/kEswJuxkE7D5
Dpm8l/b3EjyZztAEXDS5EVEN2Py/1ji4ERUab9lkrKuwoqvHrfPO/J8iBVbUXOfv
3u1ImQaJAQ/+a2YPjFQfqMo778V2cq6Bubk50L5dctrVD5fBh6nZ6n3VLNXOSaIz
LRrcisA+2X4PpZUaoufCazh80dpkaUDsjOB5NgOU42aVc11kXKMbj6jmckr/rCZb
QgeKzpGQmNqsCtT39rZmg9IJeS8wCqC480wYDAIOB/FRSlI9nyC40/LrWW4UCJXZ
6rJWfjKsra2ovjQAqvo5A+5KWXKiZxHXQWavVi+jVUsWkm0jG1aPgJBhCzb8m/tH
CZZ1oteUuGempOdjNrggbZvCF991tRJ2YuBtqxvmMBSlr/4iLwi/wTrji/XilR80
OyBZDiS+n1lb0z6/k9HARVRgXctqfrroPLRs2kU+O7nH7VPKoR8dmFROuih2NZEG
gV8RSWSfbmv6dUEmuZ3A5kCldArXJyhHshimVOBK9wnG3g95Pvpf80+VOzkMhZw8
VWpRvNff0pzY3FTs4LAx
=rIOw
-END PGP SIGNATURE-



Accepted gradm2 3.1~201507191652-1 (source amd64) into unstable

2016-01-08 Thread GCS
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sat, 09 Jan 2016 08:27:31 +0100
Source: gradm2
Binary: gradm2
Architecture: source amd64
Version: 3.1~201507191652-1
Distribution: unstable
Urgency: low
Maintainer: Laszlo Boszormenyi (GCS) 
Changed-By: Laszlo Boszormenyi (GCS) 
Description:
 gradm2 - Administration program for the grsecurity2 RBAC based ACL system
Changes:
 gradm2 (3.1~201507191652-1) unstable; urgency=low
 .
   * New upstream release.
Checksums-Sha1:
 e3587502e44c7f4c3a8ebfd9af314c7a9a15513a 1814 gradm2_3.1~201507191652-1.dsc
 550537dbbb9faad753f2cfa93f4d077dba65049c 91460 
gradm2_3.1~201507191652.orig.tar.gz
 fc3ab93b02be1090b19301e22ba09186b628a42b 12480 
gradm2_3.1~201507191652-1.debian.tar.xz
 3812cdd506a53019d1ee1fb6253b32cd71ed1505 111800 
gradm2_3.1~201507191652-1_amd64.deb
Checksums-Sha256:
 9bad448410bc152debf577128cf5706607cb566da252f1c2e85183663493b0cd 1814 
gradm2_3.1~201507191652-1.dsc
 2f14c357bf0459e502a4e108b76c3f6240aa484762d07bb1687796b9b9297a50 91460 
gradm2_3.1~201507191652.orig.tar.gz
 2965e8f23c62e4917947743624252e13f339d829f5df3049b6375bb5244d0036 12480 
gradm2_3.1~201507191652-1.debian.tar.xz
 3687f39280351562d1a9233cd72a0044717ed568baff1e46c942fe3e67d7591c 111800 
gradm2_3.1~201507191652-1_amd64.deb
Files:
 81def808fcc0804c562f5abdaa9dd674 1814 admin optional 
gradm2_3.1~201507191652-1.dsc
 ecec72d3a9b6d84c00eda97957b707b6 91460 admin optional 
gradm2_3.1~201507191652.orig.tar.gz
 410993e64aa475b23c82b97fdcb4f211 12480 admin optional 
gradm2_3.1~201507191652-1.debian.tar.xz
 90d5bcf7c2f437ec4a04d8fb107fcc09 111800 admin optional 
gradm2_3.1~201507191652-1_amd64.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCAAGBQJWkLfNAAoJENzjEOeGTMi/t84P/0EMUiza9VBxHEKdS+gVo/mq
es668wQDqNcyzqGQ1LsW+tbywNCGLc3AN94EPvbD65NAhRfjzx8Bd+5OZfoyyCgn
zEAN/FQpJkI0a0KFbtl4QaRSAH5yCh7Mh72uxTaBwbqeOG9Vm5y2uyKbaw3enKSS
182AM0mDanc5/IQOtfnDGdLqPtUneUBJwLpdql1Hez4dxaaTRFI0ZDAzcr7T5xXg
mlYUiEI06ChL9xiQdekMFRQDoyEl5ZaKyFk5sBamfYv3oCS8FpwIMppKVmkybuYy
TW1eQEqff04QJdEqT2KAR6gr6X/N2IscOTdQXJBBOxcCiwP36hUkRjfdXW87Fag7
N7lVZ7RD1moRaUvsKrlbhn5ZC9ebXdBCsEnBsviKHJ600BWFTqRGhk0kO3qW0ZAp
Wha9AxkrPKegUeSraB+qeBzycQftbMAff/Ko3brvbmvpLt8UEq5ZsxOwt4A0tT/D
bSn+i+ik0Hy9HXrTvmwiSXz1ZRGr2IRbj4e57vY3uyfxMJ4IAHDpRuFgGE8QAFpZ
XSviFxASFNuBh7SjKmQWLBYj3vhg8AtIe6wcJsqHT1hJDPL6FN3QGePVDt4KwwA8
Gz4Xwq5STgnogDjd0Ar8Ift+l1FOAAyHvqdgjnkkYSA0B4EL2l9NAC+BdKjb0D3Z
+wlp0hFKhIX/BpTP6rcb
=V7tb
-END PGP SIGNATURE-



Accepted gnuradio 3.7.9-2 (source amd64 all) into unstable

2016-01-08 Thread A. Maitland Bottoms
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Fri, 08 Jan 2016 12:14:48 -0500
Source: gnuradio
Binary: gnuradio gnuradio-doc gnuradio-dev libgnuradio-analog3.7.9 
libgnuradio-atsc3.7.9 libgnuradio-audio3.7.9 libgnuradio-comedi3.7.9 
libgnuradio-blocks3.7.9 libgnuradio-channels3.7.9 libgnuradio-digital3.7.9 
libgnuradio-dtv3.7.9 libgnuradio-fcd3.7.9 libgnuradio-fec3.7.9 
libgnuradio-fft3.7.9 libgnuradio-filter3.7.9 libgnuradio-noaa3.7.9 
libgnuradio-pager3.7.9 libgnuradio-pmt3.7.9 libgnuradio-qtgui3.7.9 
libgnuradio-runtime3.7.9 libgnuradio-trellis3.7.9 libgnuradio-uhd3.7.9 
libgnuradio-video-sdl3.7.9 libgnuradio-vocoder3.7.9 libgnuradio-wavelet3.7.9 
libgnuradio-wxgui3.7.9 libgnuradio-zeromq3.7.9
Architecture: source amd64 all
Version: 3.7.9-2
Distribution: unstable
Urgency: medium
Maintainer: A. Maitland Bottoms 
Changed-By: A. Maitland Bottoms 
Description:
 gnuradio   - GNU Radio Software Radio Toolkit
 gnuradio-dev - GNU Software Defined Radio toolkit development
 gnuradio-doc - GNU Software Defined Radio toolkit documentation
 libgnuradio-analog3.7.9 - gnuradio analog functions
 libgnuradio-atsc3.7.9 - gnuradio atsc functions
 libgnuradio-audio3.7.9 - gnuradio audio functions
 libgnuradio-blocks3.7.9 - gnuradio blocks functions
 libgnuradio-channels3.7.9 - gnuradio channels functions
 libgnuradio-comedi3.7.9 - gnuradio comedi instrument control functions
 libgnuradio-digital3.7.9 - gnuradio digital communications functions
 libgnuradio-dtv3.7.9 - gnuradio digital TV signal processing blocks
 libgnuradio-fcd3.7.9 - gnuradio FunCube Dongle support
 libgnuradio-fec3.7.9 - gnuradio forward error correction support
 libgnuradio-fft3.7.9 - gnuradio fast Fourier transform functions
 libgnuradio-filter3.7.9 - gnuradio filter functions
 libgnuradio-noaa3.7.9 - gnuradio noaa satellite signals functions
 libgnuradio-pager3.7.9 - gnuradio pager radio functions
 libgnuradio-pmt3.7.9 - gnuradio pmt container library
 libgnuradio-qtgui3.7.9 - gnuradio Qt graphical user interface functions
 libgnuradio-runtime3.7.9 - gnuradio core runtime
 libgnuradio-trellis3.7.9 - gnuradio trellis modulation functions
 libgnuradio-uhd3.7.9 - gnuradio universal hardware driver functions
 libgnuradio-video-sdl3.7.9 - gnuradio video functions
 libgnuradio-vocoder3.7.9 - gnuradio vocoder functions
 libgnuradio-wavelet3.7.9 - gnuradio wavelet functions
 libgnuradio-wxgui3.7.9 - gnuradio wxgui functions
 libgnuradio-zeromq3.7.9 - gnuradio zeromq functions
Changes:
 gnuradio (3.7.9-2) unstable; urgency=medium
 .
   * Do not try test on any i386 arch due to scipy sgegv_ errors
Checksums-Sha1:
 a719f3f7a4edb33b423f11faa0914f38fd574c8c 4769 gnuradio_3.7.9-2.dsc
 025772cc509f776d3881790cae226418a01e420e 358444 gnuradio_3.7.9-2.debian.tar.xz
 0ac3ed5efd129200f9cc8dc322a05f4fa06d544a 56760740 
gnuradio-dbgsym_3.7.9-2_amd64.deb
 c193a2d2f2fae4812a08e276a9b932bccca24420 383196 gnuradio-dev_3.7.9-2_amd64.deb
 d7671b95e795fe3bab1cc4bdb80dc5fb5898c9af 10140396 gnuradio-doc_3.7.9-2_all.deb
 05035c0172282aad4505782aa65dbc6a3733b9fe 8595992 gnuradio_3.7.9-2_amd64.deb
 3c254e312e36133bdbb81dc00cec671255563e11 7092304 
libgnuradio-analog3.7.9-dbgsym_3.7.9-2_amd64.deb
 07ff18d6de70f617404f866840b583d14c94850b 129656 
libgnuradio-analog3.7.9_3.7.9-2_amd64.deb
 44664039e10821abc5c81b56dba842593dab8901 2977132 
libgnuradio-atsc3.7.9-dbgsym_3.7.9-2_amd64.deb
 86fa3dd049d051b3a8dbc0c54261033a96524c30 87360 
libgnuradio-atsc3.7.9_3.7.9-2_amd64.deb
 fb8d964734ede8f868a6632c675b57d6ff81af91 2191870 
libgnuradio-audio3.7.9-dbgsym_3.7.9-2_amd64.deb
 d1e06c94ce9d787865144ccacc7a623199404c85 107088 
libgnuradio-audio3.7.9_3.7.9-2_amd64.deb
 d46d27709df7369b33a8205e04d0beb7eca96206 40811926 
libgnuradio-blocks3.7.9-dbgsym_3.7.9-2_amd64.deb
 ed8e66076458cd8f0a88a7ce2c79e51438f983f3 507768 
libgnuradio-blocks3.7.9_3.7.9-2_amd64.deb
 890a686b7a86d1865161eb3d913373de63f2661c 1658438 
libgnuradio-channels3.7.9-dbgsym_3.7.9-2_amd64.deb
 602f09cb1d88d0061bc93a89bdc49e3e9ecb9a02 86260 
libgnuradio-channels3.7.9_3.7.9-2_amd64.deb
 b831a3d123371b7c87c3be154b5b7194dfac4f86 24516 
libgnuradio-comedi3.7.9_3.7.9-2_amd64.deb
 bff3e0db825a9ec843127cbd844a9328fcac8a19 13141178 
libgnuradio-digital3.7.9-dbgsym_3.7.9-2_amd64.deb
 469a24a7ad0a0496e7625248012f4393004c065b 301002 
libgnuradio-digital3.7.9_3.7.9-2_amd64.deb
 7d282282f1ee4c7cf892c4e5c9297306a7a23534 8114216 
libgnuradio-dtv3.7.9-dbgsym_3.7.9-2_amd64.deb
 459e1155434a7a55c5c38301e4745719314348f3 247000 
libgnuradio-dtv3.7.9_3.7.9-2_amd64.deb
 6ad7821592b38144078e0027f7584b5d8f07258d 278668 
libgnuradio-fcd3.7.9-dbgsym_3.7.9-2_amd64.deb
 f0c18cd990444828163f33f2bac93117ec9a557f 54032 
libgnuradio-fcd3.7.9_3.7.9-2_amd64.deb
 72e6c9c3fbc1c8dbef0a83c8cc6b149e860d409a 7613724 
libgnuradio-fec3.7.9-dbgsym_3.7.9-2_amd64.deb
 e0825270a38d0e819986f04d6f33cf29ce5ff5c5 206438 
libgnuradio-fec3.7.9_3.7.9-2_amd64.deb
 dfc8f90671de9fd4efa0756f6149284b14047bcb 1040414 

Re: APT 1.2 preview uploaded to experimental -- please test

2016-01-08 Thread Adrien CLERC
Le 08/01/2016 22:13, Julian Andres Klode a écrit :
> So roughly speaking, we only take 2/3 of the time now compared
> to 1.1.8 after which I started optimising the code.
>
And I wish to say to you that you made a very good job at this. On my
personal self-hosted server, the difference is huge (Intel(R) Atom(TM)
CPU D2550).

Thank you!

Adrien



Accepted mgp 1.13a+upstream20090219-7 (source) into unstable

2016-01-08 Thread Adam Borowski
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Fri, 08 Jan 2016 23:54:31 +0100
Source: mgp
Binary: mgp
Architecture: source
Version: 1.13a+upstream20090219-7
Distribution: unstable
Urgency: medium
Maintainer: Debian QA Group 
Changed-By: Adam Borowski 
Description:
 mgp- MagicPoint- an X11 based presentation tool
Closes: 809839
Changes:
 mgp (1.13a+upstream20090219-7) unstable; urgency=medium
 .
   * QA upload.
   * Switch build-dependency on libpng12-0-dev to libpng-dev (Closes: #809839).
   * Add missing dependency on ${misc:Depends}.
   * Add missing debian/rules targets.
   * Update obsolete config.{guess,sub} (fixes FTBFS on arm64).
Checksums-Sha1:
 5f7be4ce8c4cad035086072ba90f77096775a702 1837 mgp_1.13a+upstream20090219-7.dsc
 7e9251909d4ce28e75ba0ac8a6dc51d284fad63b 13896 
mgp_1.13a+upstream20090219-7.debian.tar.xz
Checksums-Sha256:
 c8b06a07271b579ed98f2dcc9fa35ed9fd275577d48d86c479786cab1e3470e8 1837 
mgp_1.13a+upstream20090219-7.dsc
 5110e912d8b5943a49fa65ba6acba53906cf31c152f1475e8bb681f850b3e39c 13896 
mgp_1.13a+upstream20090219-7.debian.tar.xz
Files:
 9055084522afdd210bf1e011df423ec2 1837 x11 optional 
mgp_1.13a+upstream20090219-7.dsc
 2c973ae37470069712b3c3376263f59f 13896 x11 optional 
mgp_1.13a+upstream20090219-7.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v2

iQEcBAEBCAAGBQJWkEKfAAoJECw7Q2/qxoEBiTwH/iGIBzXn37QfRdezFLnKsmNO
4H2vqfQ0xudbPHL2PN9nQx53NjvG6rdPpQ02FKtm4TAZBVNylujrMVdnduJbE8uT
iQzwfd1GqtX0+Z1se68eoChRunmMYjozo+q6BEMAIahrNFfI+lvoqiOdb4vWHPSG
NAgOA4oxDvupAeUMnVs+77g6iBCk7P3Ksn10VFDQ2M92RmipFTkdFgZsjCC//eSe
a/268kz8gxTnPGxi2PW5UEIdi50Omt8U8rcIe9La1eI0lVg87uat7JDxrXZDAo/C
R9gtM29ihrypvYXn8i80H9kocdYg60Zii8KYffBoc4W7K9WWwFxeieTefmuEeNk=
=3880
-END PGP SIGNATURE-



Accepted gnuradio 3.7.9-3 (source amd64 all) into unstable

2016-01-08 Thread A. Maitland Bottoms
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Fri, 08 Jan 2016 21:48:22 -0500
Source: gnuradio
Binary: gnuradio gnuradio-doc gnuradio-dev libgnuradio-analog3.7.9 
libgnuradio-atsc3.7.9 libgnuradio-audio3.7.9 libgnuradio-comedi3.7.9 
libgnuradio-blocks3.7.9 libgnuradio-channels3.7.9 libgnuradio-digital3.7.9 
libgnuradio-dtv3.7.9 libgnuradio-fcd3.7.9 libgnuradio-fec3.7.9 
libgnuradio-fft3.7.9 libgnuradio-filter3.7.9 libgnuradio-noaa3.7.9 
libgnuradio-pager3.7.9 libgnuradio-pmt3.7.9 libgnuradio-qtgui3.7.9 
libgnuradio-runtime3.7.9 libgnuradio-trellis3.7.9 libgnuradio-uhd3.7.9 
libgnuradio-video-sdl3.7.9 libgnuradio-vocoder3.7.9 libgnuradio-wavelet3.7.9 
libgnuradio-wxgui3.7.9 libgnuradio-zeromq3.7.9
Architecture: source amd64 all
Version: 3.7.9-3
Distribution: unstable
Urgency: medium
Maintainer: A. Maitland Bottoms 
Changed-By: A. Maitland Bottoms 
Description:
 gnuradio   - GNU Radio Software Radio Toolkit
 gnuradio-dev - GNU Software Defined Radio toolkit development
 gnuradio-doc - GNU Software Defined Radio toolkit documentation
 libgnuradio-analog3.7.9 - gnuradio analog functions
 libgnuradio-atsc3.7.9 - gnuradio atsc functions
 libgnuradio-audio3.7.9 - gnuradio audio functions
 libgnuradio-blocks3.7.9 - gnuradio blocks functions
 libgnuradio-channels3.7.9 - gnuradio channels functions
 libgnuradio-comedi3.7.9 - gnuradio comedi instrument control functions
 libgnuradio-digital3.7.9 - gnuradio digital communications functions
 libgnuradio-dtv3.7.9 - gnuradio digital TV signal processing blocks
 libgnuradio-fcd3.7.9 - gnuradio FunCube Dongle support
 libgnuradio-fec3.7.9 - gnuradio forward error correction support
 libgnuradio-fft3.7.9 - gnuradio fast Fourier transform functions
 libgnuradio-filter3.7.9 - gnuradio filter functions
 libgnuradio-noaa3.7.9 - gnuradio noaa satellite signals functions
 libgnuradio-pager3.7.9 - gnuradio pager radio functions
 libgnuradio-pmt3.7.9 - gnuradio pmt container library
 libgnuradio-qtgui3.7.9 - gnuradio Qt graphical user interface functions
 libgnuradio-runtime3.7.9 - gnuradio core runtime
 libgnuradio-trellis3.7.9 - gnuradio trellis modulation functions
 libgnuradio-uhd3.7.9 - gnuradio universal hardware driver functions
 libgnuradio-video-sdl3.7.9 - gnuradio video functions
 libgnuradio-vocoder3.7.9 - gnuradio vocoder functions
 libgnuradio-wavelet3.7.9 - gnuradio wavelet functions
 libgnuradio-wxgui3.7.9 - gnuradio wxgui functions
 libgnuradio-zeromq3.7.9 - gnuradio zeromq functions
Changes:
 gnuradio (3.7.9-3) unstable; urgency=medium
 .
   * Do *not* try test on any i386 arch due to scipy sgegv_ errors
Checksums-Sha1:
 86d1353d5d29c640e7432185852925fd9505e937 4769 gnuradio_3.7.9-3.dsc
 f967135bc1491d76f5bf49724df679cfe413626b 358540 gnuradio_3.7.9-3.debian.tar.xz
 b2359f2f2379780f4092526594a6f3713ebb56f0 56762118 
gnuradio-dbgsym_3.7.9-3_amd64.deb
 d560aa25d1e80a78bb21333b2228764eb1f28983 383232 gnuradio-dev_3.7.9-3_amd64.deb
 1e330e266cf069e717924570bfb02626bc41ef46 10246556 gnuradio-doc_3.7.9-3_all.deb
 3f57354da8951f7082fd32d5af135156ccc6723b 8576494 gnuradio_3.7.9-3_amd64.deb
 3488c92cf41b8bea24ab312c1076708d737180f8 7090344 
libgnuradio-analog3.7.9-dbgsym_3.7.9-3_amd64.deb
 56e67bb0cba8a0f5faf6d5f2880ce76250b32aa8 129850 
libgnuradio-analog3.7.9_3.7.9-3_amd64.deb
 9757f8ac911d09abcb9e884e55aff752a7c5c51c 2973968 
libgnuradio-atsc3.7.9-dbgsym_3.7.9-3_amd64.deb
 502fe82a932fdeb7a316b89fa192ec68d75c303a 81668 
libgnuradio-atsc3.7.9_3.7.9-3_amd64.deb
 bc33823cf6260b42b62ab2c638001b48195e4e72 2191822 
libgnuradio-audio3.7.9-dbgsym_3.7.9-3_amd64.deb
 51319620f5bd0c293214029df8d7fa29c6bb2a88 107014 
libgnuradio-audio3.7.9_3.7.9-3_amd64.deb
 2442e4c9ed829a0a561ef4ace2c646c620deeba9 40821156 
libgnuradio-blocks3.7.9-dbgsym_3.7.9-3_amd64.deb
 b8c2b1e632c564734da13102f1fece99c0f07a63 504612 
libgnuradio-blocks3.7.9_3.7.9-3_amd64.deb
 1f52a7e642696a2ecf22e8eaf9167eedc44df84f 1658420 
libgnuradio-channels3.7.9-dbgsym_3.7.9-3_amd64.deb
 aaa1326ac4d9d3006d278393814b4d6bd0045e1c 86380 
libgnuradio-channels3.7.9_3.7.9-3_amd64.deb
 d6373a9701503e2d2b9c06bbefac12839ec5e51e 24534 
libgnuradio-comedi3.7.9_3.7.9-3_amd64.deb
 127e055c8dee5f99948715819f9606b3a5e58763 13139674 
libgnuradio-digital3.7.9-dbgsym_3.7.9-3_amd64.deb
 82d5c596b430f3653b8000a2c1786536e71ef50b 301370 
libgnuradio-digital3.7.9_3.7.9-3_amd64.deb
 ec5f45f636585d93f8ca19579f655a7626459f33 8109688 
libgnuradio-dtv3.7.9-dbgsym_3.7.9-3_amd64.deb
 c62e67cd55cf8da6e10d553f04d38abb0aa0e24d 246434 
libgnuradio-dtv3.7.9_3.7.9-3_amd64.deb
 ff27833adbf41390a0c634129167a983318c3abe 278570 
libgnuradio-fcd3.7.9-dbgsym_3.7.9-3_amd64.deb
 e6f8b3d25bb0eec0deac1c96d5fdcbd6ed87e981 54050 
libgnuradio-fcd3.7.9_3.7.9-3_amd64.deb
 bfbd7bf18537fd17bf6746d355945f72bb5c16e6 7613700 
libgnuradio-fec3.7.9-dbgsym_3.7.9-3_amd64.deb
 93ead522b514fa2940827e97dd51fdb5730288f0 206124 
libgnuradio-fec3.7.9_3.7.9-3_amd64.deb
 23e5f72967d5dca9e9f1b50617275d53929de23e 1040302 

Re: Fwd: git URL wrong on anonscm.debian.org

2016-01-08 Thread Roger Shimizu
On Sat, Jan 9, 2016 at 3:29 AM, Alexander Wirt  wrote:
> On Sat, 09 Jan 2016, Roger Shimizu wrote:
>> On Sat, Jan 9, 2016 at 12:19 AM, Alexander Wirt  wrote:
>> > On Sat, 09 Jan 2016, Roger Shimizu wrote:
>> In browser, you see an https link, click it then you get an empty
>> page, which I think user deserves better experience.
>>
>> As kernel's upstream page,
>> https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git
>> The https link won't get an empty page.
> You are right. I added some more apache magic.
>
> git clone https://anonscm.debian.org/git/kernel/linux.git
> Cloning into 'linux'...
> remote: Counting objects: 141055, done.
> ...
> curl https://anonscm.debian.org/git/kernel/linux.git 2>&1 |grep -i \ kernel/linux - Debian linux repository
>
> I now gives you either git smart http transport or the cgit website of the
> project, depending on what you are asking for.

The empty page goes away. Thanks for the change!

Cheers,
Roger



Re: Fwd: git URL wrong on anonscm.debian.org

2016-01-08 Thread Paul Wise
On Sat, Jan 9, 2016 at 2:29 AM, Alexander Wirt wrote:

> curl https://anonscm.debian.org/git/kernel/linux.git 2>&1 |grep -i \ kernel/linux - Debian linux repository

I wonder if a redirect would be more appropriate?

-- 
bye,
pabs

https://wiki.debian.org/PaulWise



Accepted rjava 0.9-8-1 (source amd64) into unstable

2016-01-08 Thread Dirk Eddelbuettel
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Fri, 08 Jan 2016 21:06:28 -0600
Source: rjava
Binary: r-cran-rjava
Architecture: source amd64
Version: 0.9-8-1
Distribution: unstable
Urgency: low
Maintainer: Dirk Eddelbuettel 
Changed-By: Dirk Eddelbuettel 
Description:
 r-cran-rjava - GNU R low-level interface to Java
Changes:
 rjava (0.9-8-1) unstable; urgency=low
 .
   * New upstream release
 .
   * debian/control: Set Build-Depends: to current R version
Checksums-Sha1:
 f709fecb3af21af13a2d47a0b46266f2a7cadb9e 1749 rjava_0.9-8-1.dsc
 3d992d7b69cbcaf73cc5a075e641c9501eb4f16c 656615 rjava_0.9-8.orig.tar.gz
 a19ac09cf86b5334b7b7ee423e1ec3888683ce53 2636 rjava_0.9-8-1.diff.gz
 81da17689eacbe6352312964a922871d424f6742 129374 
r-cran-rjava-dbgsym_0.9-8-1_amd64.deb
 27c16c4642d021f0d36d3371890da4d87bbb351e 538648 r-cran-rjava_0.9-8-1_amd64.deb
Checksums-Sha256:
 0431f31c95f2fa4aca23b9c564c22774b6a44fa11ceac49e9158ee1574bb6044 1749 
rjava_0.9-8-1.dsc
 dada5e031414da54eb80b9024d51866c20b92d41d68da65789fe0130bc54bd8a 656615 
rjava_0.9-8.orig.tar.gz
 c9ae4ce108bf3c173733f53e557ac762cc281146e7b15541aa6648bb5a3e141d 2636 
rjava_0.9-8-1.diff.gz
 db4f16c9b511e50d12143fb5b03244c23a144e5f899385742899299e020ee58b 129374 
r-cran-rjava-dbgsym_0.9-8-1_amd64.deb
 743a8cd984bbc1cf35210465c214a2e49d9dd308ef481e9ee4dc61dfd4e44893 538648 
r-cran-rjava_0.9-8-1_amd64.deb
Files:
 5ff8924fd7e2c43cdc6a91645c950889 1749 gnu-r optional rjava_0.9-8-1.dsc
 51ae0d690ceed056ebe7c4be71fc6c7a 656615 gnu-r optional rjava_0.9-8.orig.tar.gz
 7aa3d0885c7c7d8e6ad82a099270d7e3 2636 gnu-r optional rjava_0.9-8-1.diff.gz
 a34c3dbcb8ef00d9a439b553fd151b3b 129374 debug extra 
r-cran-rjava-dbgsym_0.9-8-1_amd64.deb
 7293f482a9e22f6c67ead1d75876baf9 538648 gnu-r optional 
r-cran-rjava_0.9-8-1_amd64.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIVAwUBVpB5j6FIn+KrmaIaAQL2IRAAop+cY3oAsz1Dh1IgSdJiDFgzE/beaANU
L0ex1OcyZx1wILeLNtvD9SVw+rFRQv1xRgh/O+7OcNDLkVfQV+0wcaaQiTGrQRuj
GxAw39SR92XyOZmVp3hiomWK9BCYXYR+7UCrodOr6GQ7r8MCFpCMQUnG5wsw5Joi
DzdfwgApEKus1NrGxv3z+hXX9jwHH8KGTHNop5awyV3SAAOJ581kjvqIgMkoypw2
kRVKRAdfAjMsibtO8EikY+HmhMYDIjjHxHfSbu+yeQ+3TSHmxJ597MJsFVsUktw1
ZSgkitvqk9BiqblEydkZMrkcz4WfCOnjfnEFpuoYNOFRWibenRyRcfLm7gvvxVcT
fzVJ9EvT42+guYsz1gDGUmj0CMCZTIRd/jzO4U6avC9HYDI4hVD2+Tzm/RWYSjQD
L9Yd379gSYqYQi3ZNwhxx/VV0VNGI32AYA1Kghu9dNXvr5Sap3BI/pbNE+ieRwMh
lsYGk9DVMTOl//6tKWzbRcuWC6lmvtxpPlrWI9DMNID/AL3CsMtTnJZnQTJy+ZCi
NtbD/9IjwQD+1HFmlDf73TIuFnI1UPL6fOYEc44TxAb4m4hQE96qCC6MIO4IPaKh
kEueEokezdCtG7uR0voAwZgK5C3gSK2iCi2E/QMCx5rzPUpUldb30ylmgl/qXJi7
l09A50S6Hd0=
=6ure
-END PGP SIGNATURE-



Accepted r-cran-digest 0.6.9-1 (source amd64) into unstable

2016-01-08 Thread Dirk Eddelbuettel
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Fri, 08 Jan 2016 20:07:56 -0600
Source: r-cran-digest
Binary: r-cran-digest
Architecture: source amd64
Version: 0.6.9-1
Distribution: unstable
Urgency: low
Maintainer: Dirk Eddelbuettel 
Changed-By: Dirk Eddelbuettel 
Description:
 r-cran-digest - GNU R package for 'hash digest' of R data structures
Changes:
 r-cran-digest (0.6.9-1) unstable; urgency=low
 .
   * New upstream release
 .
   * debian/control: Set Build-Depends: to current R version
Checksums-Sha1:
 62803716eaf8ef97e8796aee64a99531e879b721 1691 r-cran-digest_0.6.9-1.dsc
 77bfa32ebde733b0faad10f489ef15bcd83f92a9 116746 r-cran-digest_0.6.9.orig.tar.gz
 d4ddf8301d48fca63d10376ca6e107393e0bdf57 2462 r-cran-digest_0.6.9-1.diff.gz
 1f4c58a324fc2d9b3705d3dc7a197ab44ea459e8 53628 
r-cran-digest-dbgsym_0.6.9-1_amd64.deb
 689fdeea6d15b6f7d52224c7173590f9e1cf6385 106794 r-cran-digest_0.6.9-1_amd64.deb
Checksums-Sha256:
 0872c64c6e8037c6bdcd316981810481387491d50c4ef72c776c28bb4e9cc576 1691 
r-cran-digest_0.6.9-1.dsc
 95fdc36011869fcfe21b40c3b822b931bc01f8a531e2c9260582ba79560dbe47 116746 
r-cran-digest_0.6.9.orig.tar.gz
 8a5a4cf0001405063e8fbdbc3c7065e5c65271140cf23c4a3bbaf71ae7380418 2462 
r-cran-digest_0.6.9-1.diff.gz
 d7e6a526a347258841095b2ee6f8cd472ade673f846e5e5c8805b04bf11f73c6 53628 
r-cran-digest-dbgsym_0.6.9-1_amd64.deb
 f143f728e3cf0b9cd4d8e5618731ca961a83de7030ea595962703873dcc236b2 106794 
r-cran-digest_0.6.9-1_amd64.deb
Files:
 847af47e76eba0d4bbf45cebb16cf984 1691 gnu-r optional r-cran-digest_0.6.9-1.dsc
 48048ce6c466bdb124716e45ba4a0e83 116746 gnu-r optional 
r-cran-digest_0.6.9.orig.tar.gz
 cd7f4c1682ac8e3e945a35175a10d485 2462 gnu-r optional 
r-cran-digest_0.6.9-1.diff.gz
 85862f8b8701c5081c4ae89426c2506e 53628 debug extra 
r-cran-digest-dbgsym_0.6.9-1_amd64.deb
 1210d5bcdc2fab780089da7d6e462413 106794 gnu-r optional 
r-cran-digest_0.6.9-1_amd64.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIVAwUBVpBs8qFIn+KrmaIaAQIurhAAqYEFChQjrE5CJ8poBQadl2dyinNq6gB5
JDeXNCX78P8w++dq1VIECvel2lSbdHT2NgQD26JsRqcwfOd6/AeE3dBYIP9U/XSL
RUMpOdNYsMTjyaCYIxtWmhaGVuSj8A6O5TSMai69ycUDRZK2FY3/1PMLqKY19dq+
9dqGYHCvF+TVGQzugf/AZHytR3XFMIz+sFT2XwfMvPrdF/w1vsyuNolQoJ+sA3Dq
UE56ZcGshKZ94ochxypztoTORYt1dnYMAe8GENn4nWDcu6aO304rwe1Ixb5JI8Yr
ThApw5s9ctK7GoszaJtJiethucnoY0JUmFIT0gF7wttGuRsmPtMTX91MNInp0BHf
jaglb5vea4w3XZKl9jgSDxknVOKQEkIyuapjzh44nhBARzSSu9guYsUvsOkqmY33
wJMZUepgqtz+ifYpnCf+FXp9QHYFgeSv7/tAr83L5uwcFfoyAjN+M/41o6ccr23Q
DXpnUeGRqKi2oT1mtrsToJpyqX25/VQpjEu9T5tJ11PA1tkShUadwgDn4LYflBh5
bC0WwSTpzuOAxbCTSJESNG6jzJfwiHjbNhdlq75vSm3Y1DfAXaBoTuYzSG6LjK0C
tfnBte2fRijIv9BPEm7+d4pU88FM/UbSafRkF14b/l8RxuHWD4B1k3ApUBzIkpve
Ca3xsylobnw=
=q3zH
-END PGP SIGNATURE-



Accepted udev-discover 0.2.2-1.1 (source) into unstable

2016-01-08 Thread Herbert Parentes Fortes Neto
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 29 Dec 2015 10:37:33 -0200
Source: udev-discover
Binary: udev-discover
Architecture: source
Version: 0.2.2-1.1
Distribution: unstable
Urgency: medium
Maintainer: J. Félix Ontañón 
Changed-By: Herbert Parentes Fortes Neto 
Description:
 udev-discover - Sysfs browsing tool focused on helping udev users and 
developers
Closes: 659810
Changes:
 udev-discover (0.2.2-1.1) unstable; urgency=medium
 .
   * Non-maintainer upload.
   * debian/control:
   - dh-python added to Build-Depends.
   - Bumped Standards-Version to 3.9.6.
   - set Architecture: linux-any. (Closes: #659810)
 Thanks Adam D. Barratt.
   * debian/rules:
   - using clean target in the new format. dh_clean added to clean
 debian dir.
Checksums-Sha1:
 12696d8415fd3c3a153042590a4f3e178e89c157 1811 udev-discover_0.2.2-1.1.dsc
 a1f683c702033df8f37f7b06a9fab991faa8b746 2972 
udev-discover_0.2.2-1.1.debian.tar.xz
Checksums-Sha256:
 31d8e2ba06ac249946b2c76ce93b51441c20f73230de19806d0ba1045702b594 1811 
udev-discover_0.2.2-1.1.dsc
 761710969bb33fb2daa98b6aa75f9fc8015704c61565d6c16c3af6b7301ac988 2972 
udev-discover_0.2.2-1.1.debian.tar.xz
Files:
 f33bf866d4149be451dfbbf1bcc95feb 1811 gnome optional 
udev-discover_0.2.2-1.1.dsc
 8fda60818b945d85f1b1002b8165a091 2972 gnome optional 
udev-discover_0.2.2-1.1.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBAgAGBQJWgzLNAAoJEN5juccE6+nvGhUP/0r9YcoQUoy0BNM9ZeM6rMwc
zY2wF6AJTD/Iseh5gipFfEz5ew3LQFXPCY7EIwtzrkJ9C7GWRxWXy+sqK96cVNFH
pzejv8Vazt4UBBrU+ykCdYCO84Te5P+2Zp/nBgBF9fdHGSudMacOrOnM4rzVGfCp
4tnMj9GfQzkY9kEVqgCm9UGD+uUAJWLCcsz63Nz4FCnuk97lpEp8SfWPCnI/l5HV
E1xOzwotSreUbxQJi6DyMpiIdtim3mG80q8FKoW6EVIiAjncCJPuN1gYlEItfvxK
ep85IhqqeXbqFh5lJ5nZKo2mWalnCXtu5pjIpq+stE3gBw6lYMUwDkVAJOpzhVD3
0t/5xYQRzUSwx+BEqg/TPpyExI3+YOYCLv4odKgd/GX0ADUzKLOpuoFl0Q/BF9gX
F17h74q3xDG67XENNBSSXuWa2HM6x0OOQmZZscjVKgFI82l+LYWnO9dkGSCBz+YX
jGXuKvJo4IQ7sv+m8zzbbSQSJDvfVAQRvlkxFEaAm8XLWZogD/qVIheQeLLVWUef
EcOzb6INbe+b1yEbz7OuXdK33uKgemku/1wiUAh77qQrAViRQlAJFG/GW1OJS26G
DAc5/DTWiVEmC9i+pzH5ay+NoPY9bmKwugY4lXu69tHgH3i9ko+YeJt98Z4Mbckz
2wpQc18TWoplmkGFFbFm
=z0KB
-END PGP SIGNATURE-



Accepted dieharder 3.31.1-7 (source amd64) into unstable

2016-01-08 Thread Dirk Eddelbuettel
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 02 Jan 2016 07:30:38 -0600
Source: dieharder
Binary: dieharder libdieharder3 libdieharder-dev
Architecture: source amd64
Version: 3.31.1-7
Distribution: unstable
Urgency: low
Maintainer: Dirk Eddelbuettel 
Changed-By: Dirk Eddelbuettel 
Description:
 dieharder  - Random-number generator test front-end
 libdieharder-dev - Random-number generator test library -- development package
 libdieharder3 - Random-number generator test library
Changes:
 dieharder (3.31.1-7) unstable; urgency=low
 .
   * debian/control: Also update Depends: for libdieharder-dev to libgsl-dev;
 with thanks to Arthur Rona for a heads-up in email
Checksums-Sha1:
 54c1f4d81a2bd2d869f11bb3c8230136736ed9e2 1863 dieharder_3.31.1-7.dsc
 d3bf3543c3ac3d7a67b8c241df2d43f7afcb955e 8271 dieharder_3.31.1-7.diff.gz
 4d269db3d4eb63942bcb0e4acccbe7db79e370f2 1048684 
dieharder-dbgsym_3.31.1-7_amd64.deb
 babc6bd1ae47781c74edf063c4771ee6092d56a4 172522 dieharder_3.31.1-7_amd64.deb
 b4b06cf056a767bf2ff59ddecbcfaab7806b9660 69368 
libdieharder-dev_3.31.1-7_amd64.deb
 67c08a8cc7804086757d44bcc89164cc2461bbc0 3664804 
libdieharder3-dbgsym_3.31.1-7_amd64.deb
 8f3cf80ed11bb329c842b4b45532b74960367167 120524 
libdieharder3_3.31.1-7_amd64.deb
Checksums-Sha256:
 785b3b53895b3ea5cf675c7cf3887519ba6365335d637d4bbee2767044967246 1863 
dieharder_3.31.1-7.dsc
 798e4ad97c5a7cefffa4fc74423a9fc93caed83a14f69c335f20437166038243 8271 
dieharder_3.31.1-7.diff.gz
 c692b35cb6dfcf80d38fcb7ca35cc30b865a32674ce634d7ca547a75e14fb0df 1048684 
dieharder-dbgsym_3.31.1-7_amd64.deb
 d94588cddbaf38975e0ba3c7b5902c1371bae08a1df657f3e88f835d65d1467c 172522 
dieharder_3.31.1-7_amd64.deb
 29055b2ef0cd5330142c5289d0b82949f9f76ced96c109a6ff090f6c737b3ea2 69368 
libdieharder-dev_3.31.1-7_amd64.deb
 31f9803690cedc2202311a58a1d981fe0de6d696542175acf2006cd6a39a55c1 3664804 
libdieharder3-dbgsym_3.31.1-7_amd64.deb
 1fe5eddd7a4b8c46fc71a77443db526a3d39f2c440d6bd17be105b84a5e6417b 120524 
libdieharder3_3.31.1-7_amd64.deb
Files:
 7045f5f4bfae836543c21af9deee619a 1863 devel optional dieharder_3.31.1-7.dsc
 5a66bef42ba2e3bb9322d7089acd7edd 8271 devel optional dieharder_3.31.1-7.diff.gz
 49c2c8de3be950591fcba7d8d7c75a70 1048684 debug extra 
dieharder-dbgsym_3.31.1-7_amd64.deb
 66d1a3217792cd9f1cfb773f1b483fce 172522 devel optional 
dieharder_3.31.1-7_amd64.deb
 2d501820bac2af58c2e2556b86c57f4a 69368 libdevel optional 
libdieharder-dev_3.31.1-7_amd64.deb
 703691aa632b434eb5d515e7ac866a1d 3664804 debug extra 
libdieharder3-dbgsym_3.31.1-7_amd64.deb
 914e3721759473b4d12677c2208c23c7 120524 libs optional 
libdieharder3_3.31.1-7_amd64.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIVAwUBVpBy66FIn+KrmaIaAQIaAg//fAbanPnxgY0+Y3HnZYWo64oriLjaUzXo
K+Tulxl3mLCB82vQYe/xe5j4CBgggvFvZMIpXhxiFiDuHcV16G2X3fOvDzVBQQDq
WafLNy3evwNTfA9ikG8TLkXquGaedvwO0p5VlQQu6Qmc/TPCD3Sb1bmGGHT7oZjg
X9Zw/bCvz0vgfmK0mFOdI1Oie3mwjdCeow8WZ5jL1sPv916tQBMPAMoefXGfwNgD
cFEhofDFsexdOD3OrV+AOpTvCmz/wDPYzTsR7HqdOpIPcSRdgIMfh7Jc2ciZxFnO
sDaTzJ7SDZku1AEeDuAafear+RSIxFdtdYyThs4pTi0Aq4jpGWR7Cwm8QrbYloGX
KL9AqQYY+hKYba14ljdXhWIL7XK7pdUZnUfQjhIxx5M5WpOnzepL1A1eCLDd1rME
h2jz2n4OXpDjLV4gHn6SXYtcGZyDdOJyo1rXgdcDzeoq8wMSXigxZ97swl582vqV
R0K5iAPVWKNznGRM3BMMInsUUAu9TjwRnxstAhf7r+hfk9RAZ+nFJOivwmJifdDs
ECtW2ae80HzK8x4XLGg2DCWFLpbUu7jqWxyDC9D9HMiNi1z1QZXU9mG5h2CSeqnC
89DksfvgCAZuQwOsm5Y/sCWXOSlcfKeiP8pgI6OmOTjSPcEhK996gVJj6bUMwoku
FfpQQ2RwnMI=
=jGXg
-END PGP SIGNATURE-



Accepted usrmerge 6 (source all) into unstable

2016-01-08 Thread Marco d'Itri
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 09 Jan 2016 04:33:13 +0100
Source: usrmerge
Binary: usrmerge
Architecture: source all
Version: 6
Distribution: unstable
Urgency: high
Maintainer: Marco d'Itri 
Changed-By: Marco d'Itri 
Description:
 usrmerge   - Convert the system to everything-in-usr
Changes:
 usrmerge (6) unstable; urgency=high
 .
   * Add support for ppc64el to directories_to_merge().
   * Check for free space in /usr before attempting the conversion.
   * dpkg.cfg: removed cryptsetup, libusb-0.1-4, xfsdump and xfslibs-dev.
   * dpkg.cfg: added open-iscsi.
   * Added a conflict with open-vm-tools.
   * Added a conflict with older vsearch.
Checksums-Sha1:
 ae4caebd283306288621cfd4045334d24c1fee48 1306 usrmerge_6.dsc
 92fa0d50c4a8448d9c95213a40017ea7c5c25da1 9724 usrmerge_6.tar.xz
 a03ce182133748c8b59c140908d476dd1bc16207 8942 usrmerge_6_all.deb
Checksums-Sha256:
 ed60f9747886d1ec4bb0928587b4a2bf3dc62776dad99d1e07d19a9f78c42578 1306 
usrmerge_6.dsc
 dcc884aceba7a711a76798ba496c9bc6f1354757a82140dd1e014bd7aa90cd36 9724 
usrmerge_6.tar.xz
 98a38820953186172f4a62970d69f6fe6b941544bfd9cc1e1ec1c339ec6db359 8942 
usrmerge_6_all.deb
Files:
 cde802ef2fbdf6daa1a02293a3af694d 1306 admin extra usrmerge_6.dsc
 8ba39cabfdf163a504f8c85650a9b1b8 9724 admin extra usrmerge_6.tar.xz
 28e2a6ddd691bbfe767503d827e84b6e 8942 admin extra usrmerge_6_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQGbBAEBAgAGBQJWkIBzAAoJECv1pcEixPekH+IL937e0Sq2MFKk/1AXarOB9L2d
/snr+uPDaypaBpUnEQzxUGR6b0HOA/lz/pKuz/7ivNbrCzEy3z5u5hHDRArMLepn
liqrUf3JIJzfEN0AZ1/68N3edxlq/Q6eiU+wP6TP4RZnYBuRVSeH37Fau0A7y4gO
XyeCVB6eFjnSkZJ2w0AuBVof6j03w9EK7h88UnOXKrnC0YSAIYjraNeknsP9IzSE
LMg5H+wT3suEDzi3mWtEQV41AYcMJdQ9kS6DVCl5lnxXRnOG6tn42agfzObDIDk5
Z/O+DCdP8dwgFZNnaSJKqlYrjchaeIGOgAuWtbPXoSa1utBgAHJCE0g3bWHKg7ih
eS0VDDngxGIFulgcxg7i8hUly1jk/gbU1mn/9H3wFvkMJKnIt3LZ/9NaYw+8iMfc
NZr2ZUSF5Gt31GV2Swf6o6M63USyyQUUumsl6WDt+A86zsWN+n2MIfIvEEyikeDx
RUGWcquhBM6vqNJQztLWc+C+DA/hxbBGBmV/GheF
=awzv
-END PGP SIGNATURE-



Accepted 3270font 1.2.9-1 (source) into unstable

2016-01-08 Thread Adam Borowski
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sat, 09 Jan 2016 04:36:46 +0100
Source: 3270font
Binary: fonts-3270
Architecture: source
Version: 1.2.9-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Fonts Task Force 
Changed-By: Adam Borowski 
Description:
 fonts-3270 - monospaced font based on IBM 3270 terminals
Changes:
 3270font (1.2.9-1) unstable; urgency=medium
 .
   * New upstream release.
 + It includes the Debian logo at U+F100.
Checksums-Sha1:
 77c0144778e3bfa49e131c4040e403414c42fd77 1580 3270font_1.2.9-1.dsc
 0d454110b46104d9478815a6f2cd9e1a98af7d1c 101890 3270font_1.2.9.orig.tar.gz
 a9932a46a76baf9a96f8616e85adf08f7d7e278d 2892 3270font_1.2.9-1.debian.tar.xz
Checksums-Sha256:
 7aeb2fa574924c7661acd1e49488dd69bf266c0f4380d206c189280b7d59301f 1580 
3270font_1.2.9-1.dsc
 69ff02682d889bf4b0643a5fa35a5b4c1e71bde5dc88328aa1131539a0d3a8a3 101890 
3270font_1.2.9.orig.tar.gz
 e1b4558537f0d72b96a087ad43547dc089cc0a78860ca49966d898cc005609e7 2892 
3270font_1.2.9-1.debian.tar.xz
Files:
 72a987137aac1ef9208bf825ed2f7e52 1580 fonts optional 3270font_1.2.9-1.dsc
 085e3b7a80cf455ecfc27eeea0a077a2 101890 fonts optional 
3270font_1.2.9.orig.tar.gz
 69e990f20aad1ddda27ec4d1d832f78f 2892 fonts optional 
3270font_1.2.9-1.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v2

iQEcBAEBCAAGBQJWkILCAAoJECw7Q2/qxoEBR7QH/i9G4YuUse9st0dFikfTKAvs
HE4tmJf/RHcB1Oy87KH6TIHwaRnhIRJbtqyHJvRU641V3KY4ubM2kV3zrOs1r8dH
FYF5/QV+4a2Solxq2cHALuHEAx9ElFRIvRzfRih8ZpifwcUoWbJA+6GReIYZMV6C
sIeMRl3HUOPEd0AnTZWnPxo97sgOJOA93VLJqzx7j2okrwBKbaESmInXuQZWbSsx
lLluZuV6HmPSWH3584vsoiHdbLCUPf+dnD+sGCNbgv8dFL9ua48CxyIAeZRoRSsY
DAxyvFVIx78RpTQH+71qI4f8vc9EvvBnlilZvnBMYFSNWjUacIuA/Np6XIU1vZA=
=SHpM
-END PGP SIGNATURE-



Accepted linux-grsec-base 5 (source) into unstable

2016-01-08 Thread Yves-Alexis Perez
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Fri, 08 Jan 2016 09:49:41 +0100
Source: linux-grsec-base
Binary: linux-grsec-base
Architecture: source
Version: 5
Distribution: unstable
Urgency: medium
Maintainer: Yves-Alexis Perez 
Changed-By: Yves-Alexis Perez 
Description:
 linux-grsec-base - Linux image base package, grsec featureset
Changes:
 linux-grsec-base (5) unstable; urgency=medium
 .
   * sysctl: enable audit_group and set gid=0 by default
   * sysctl: enable SymlinksIfOwnerMatch with gid=33
Checksums-Sha1:
 5e85d371333d7fd6fd9ef5cd7257461a67b6714d 1100 linux-grsec-base_5.dsc
 2c7469e3307f9d2f5562f4262f63ac02825d2acc 2528 linux-grsec-base_5.tar.gz
Checksums-Sha256:
 22ec6aeb4a82aa3ff254e6739da2eff983336a48c67216023a2b2b11c380b91f 1100 
linux-grsec-base_5.dsc
 e1e2ad448d16ad79dad30ecd9d5993c3bcf6c5f3ce8086d144cb6bb31a76f305 2528 
linux-grsec-base_5.tar.gz
Files:
 d23b558a96c534727233c1412a211936 1100 kernel optional linux-grsec-base_5.dsc
 6c604bb58c8e18828ac170270673cbf1 2528 kernel optional linux-grsec-base_5.tar.gz

-BEGIN PGP SIGNATURE-
Version: GnuPG v2

iQEcBAEBCgAGBQJWj3g2AAoJEG3bU/KmdcClJtsIAKbdyCGR1nOqvZqX0bNv9MTO
ISuaMM0+Oly5RVT0TuvokYZBm1ZJ50BGBJIZebWctt3jEIA81HJ3umcdC+ey3PKv
MuPMOqgGai7d1mzxqjmP19oyxoKtQvNlIFJu84DIqf6RO3Zd2VJUwghPC0HQulW2
SZKPeDNz1gbfmrmQxi/w5Q2cL2v1c7ZIMinQHPfvYksrVOlr2tc1/p3t8R5Axl5E
RTbekBPfsUE35b2Qgg76Qt50qK8UW4lNLLPUerP0P76Jy9D7lT4nSUwO/T93qwil
DQNH1AJ6wzCrXjiQEVcGlYL3cs8JLh0Ce/BsG6fJOSiDQCB+7wbYJvD0LRqj2kU=
=1Aaq
-END PGP SIGNATURE-



Accepted needrestart 2.5-1 (source all) into unstable

2016-01-08 Thread Patrick Matthäi
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Fri, 08 Jan 2016 09:39:24 +0100
Source: needrestart
Binary: needrestart
Architecture: source all
Version: 2.5-1
Distribution: unstable
Urgency: medium
Maintainer: Patrick Matthäi 
Changed-By: Patrick Matthäi 
Description:
 needrestart - check which daemons need to be restarted after library upgrades
Closes: 810031
Changes:
 needrestart (2.5-1) unstable; urgency=medium
 .
   * New upstream release.
 - Fix broken kernel detection due to syntax error.
   Closes: #810031
Checksums-Sha1:
 16842be98505048907694cc98c299053aa47e7e9 1744 needrestart_2.5-1.dsc
 dfdf1c3476273af4abebcf690cc9afc98a441298 39221 needrestart_2.5.orig.tar.gz
 d6547c170b978c11a5bc2ae75ae1ce29a7132bfb 5596 needrestart_2.5-1.debian.tar.xz
 e1aa0912fce6a737a7b1e9b9c867527dcf65e1d2 32368 needrestart_2.5-1_all.deb
Checksums-Sha256:
 c09e0165ff125c4fbfe1d2372b35035d05a2f5b76c3b7ed694b8d50f3dd874d3 1744 
needrestart_2.5-1.dsc
 a7f1e5dd3a937c6c373da9037a618ca61a8e4d904923d96f15b5d9897e3608f3 39221 
needrestart_2.5.orig.tar.gz
 eb2b3882a2896130ccdc656079c337de01c5b04b97e768f145b7f9b62091cd6b 5596 
needrestart_2.5-1.debian.tar.xz
 e362180b76c0aa6749e4eb60f55c7bf188f5cddcf10ffdb8a397e89763b23d0c 32368 
needrestart_2.5-1_all.deb
Files:
 eef09b294baf32eaa782f89f466c 1744 admin optional needrestart_2.5-1.dsc
 a312f703e49c5c960b6e3b0b5f9f7a7c 39221 admin optional 
needrestart_2.5.orig.tar.gz
 acc70c80a31b9334859d7456c483a7d9 5596 admin optional 
needrestart_2.5-1.debian.tar.xz
 b012c6e2b1b3899ce93b3460669f992f 32368 admin optional needrestart_2.5-1_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCAAGBQJWj3cNAAoJEBLZsEqQy9jkKakP/0SQzPKFlg/8/QylqIROprd/
ni2PotGPO3+TxnHgclAVY+110yyrkLl2x50jai6YpZ77emNtP3VFZCOYT81eHyBN
cURTAUo8sm++I7bNcU8KnMgzNdUZQAIGerBOxF1hLb4XPFUJSwVuUr3YrSdtm75q
CmrFY6UUGl+sOK3+o9hbWnpq4vtLKYzNURakv0DAXip9SzEpy/h72BOz8VNX1loX
g8FcEiK3y5yEbAAkrzO5xBbrJRgrvdI3gX5t0hQQl6P94Xauo0Idv68T7agApVUk
28Gts1Vgv7zegX02vZJNni6EFhVdsFzSdpcRgegQk/hL3g4XmCGdESjCp5JTUbAK
Aju9a7BJF/D92Bf9rUjcLYFcF6W6PcdV/qU9B7FlvwqrEA1HWCSZ6kX/5ta44Tf6
ieK7WmtZv9wQk2i0GMVktIB4ywfRHlwDF5V7X0f33tFhOEz0hQMNdZLziUnmwzUU
3OFIANPg7dGtOEhxCBMVzqSakhM57TW74qDD2KAPlTkpiELkHPtATgjVzPXNyHZz
7iyZbuyY/Puyi1OG2AdnO22AGzMupqbMEdSD37J+sP4GYx/VmU8XcdmutdI1RlMK
aIJQdcWIefkCwAmzlF5Pu6lYhAnouCqlFSc6TdfbpDGN0yoV00cBrRFCGk0Vwc8o
mgU2k4++kAgcRzzqY2Ad
=VSuk
-END PGP SIGNATURE-



Accepted gtkextra 3.2.0-2 (source amd64 all) into unstable

2016-01-08 Thread Georges Khaznadar
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Thu, 07 Jan 2016 19:23:39 +0100
Source: gtkextra
Binary: libgtkextra-3.0 libgtkextra-dev libgtkextra-3.0-doc
Architecture: source amd64 all
Version: 3.2.0-2
Distribution: unstable
Urgency: medium
Maintainer: Georges Khaznadar 
Changed-By: Georges Khaznadar 
Description:
 libgtkextra-3.0 - useful set of widgets for creating GUI's for GTK+
 libgtkextra-3.0-doc - documentation for libgtkextra-x11-3.0
 libgtkextra-dev - development files for libgtkextra-x11-3.0
Closes: 810170
Changes:
 gtkextra (3.2.0-2) unstable; urgency=medium
 .
   * upgraded the build-dependency libpng12-dev to libpng-dev.
 Closes: #810170
Checksums-Sha1:
 b00fb1806fd112e18c10f0e74478f86accac335f 2105 gtkextra_3.2.0-2.dsc
 a805dbf604ec068ce38ae142f1617481ae84a55f 9440 gtkextra_3.2.0-2.debian.tar.xz
 8c2852e52e9083c3fd092cb339fe557771f4707f 942230 
libgtkextra-3.0-dbgsym_3.2.0-2_amd64.deb
 b39b3a53615de7646eb30d33a57c9b52c4d8c452 281902 
libgtkextra-3.0-doc_3.2.0-2_all.deb
 f37e47c7ce06689454a688795b5f732dcdde5af9 321578 
libgtkextra-3.0_3.2.0-2_amd64.deb
 ebeca1c18372353f1ee43baef873dba8f2114843 69612 
libgtkextra-dev_3.2.0-2_amd64.deb
Checksums-Sha256:
 86721314d3562bc272ec46e442dae8386491305f849420ac43d706be72511cc8 2105 
gtkextra_3.2.0-2.dsc
 4920ae574dffabb9a840e7ef3d7e9abd5e11eaf6762b194c75034ff57877d704 9440 
gtkextra_3.2.0-2.debian.tar.xz
 71d4ffd5f970494a7959be6bb3ffe165032892d739d5a096e2e9cc3726e61426 942230 
libgtkextra-3.0-dbgsym_3.2.0-2_amd64.deb
 d1f04d4fc20c1d0945079ba0c3adb314eab059ccc8a033a565c22974616d422e 281902 
libgtkextra-3.0-doc_3.2.0-2_all.deb
 b41a6837dc37e2abcc005b9d7fb7a9c4c20579d87f94dd6c78a45e9aa23ceb06 321578 
libgtkextra-3.0_3.2.0-2_amd64.deb
 f675ab61082397aed676fe6100b025a3a30329c7c19a3694aacc02f21ca9e7ce 69612 
libgtkextra-dev_3.2.0-2_amd64.deb
Files:
 f588f3094f9249a72a49ed3754e5efd1 2105 devel optional gtkextra_3.2.0-2.dsc
 96417a87bfecefd6d235e557ee9635f2 9440 devel optional 
gtkextra_3.2.0-2.debian.tar.xz
 570761c777ff8a3d7e94eb55bef079e8 942230 debug extra 
libgtkextra-3.0-dbgsym_3.2.0-2_amd64.deb
 8d5dc5ed46765d1fb96f3e536e52f0eb 281902 doc optional 
libgtkextra-3.0-doc_3.2.0-2_all.deb
 b4788581126f7b786c8317a7444e38fe 321578 devel optional 
libgtkextra-3.0_3.2.0-2_amd64.deb
 41b0cd9576d4e3623daa8a72990ef293 69612 libdevel optional 
libgtkextra-dev_3.2.0-2_amd64.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIVAwUBVo962hwoFpBxNq45AQibXg//ZicvA03DnJWDkyZcXdE0BA3KCQkXJ58G
sWNYqrkC3AW4TTROQ6d1NNZRcr92hTAX54ktUgKpwAVbepxPsyx1TI3A9sqvVfjg
Or6aMLeTcIJ6lvd92ExsIw0w6JkrPBzgZ+++iTndyvpZ5OcAzTszVOvN0tq96Opi
LVelXHBQAbmeo3UBPyjVFG4RXo1sWqmfCv+z2Tf31+W5b7sTJJmxg5NQFKKv5btk
Q2EtzrpdKoDDjXsXdDJPYuW/KcvLr4RcNzDOWRHeuypLzyxEMFDS0NgbQJDViLeq
1U+366he4cJ5/BzAyuLVzozewj+XLmO+xcFheZheoGlneukjqUmu3EB333tDekt5
8jEnATgmtXzhtzJJ1h3LALELQnutMi4vz9J91UYlEkyShnYwYJ/QthGeQhA4c7/l
2VJvvy5yAPWrJLldDNBTdYwDu4oYv7WuCUfa2zecnAgf7ZDbjROTG+ARjLJsWgJ9
NbjASvviII2yDKnEoF7aQkh0cHps4Kgi2+wIL7hJNh2uLxdhyNeHwQQ0zx9zalcZ
7weR3zB4/5+nQWLeVbGPieIX0bj8kjb5uP9W1b7kQW8sZMZphOf+g8jTeInD95Ea
r/G3RBZFPUIC/5UNVRomkV5Wj8r8Vp+zKzgX7S1KOTD3zu3H1B1LUb385NuJiviN
JcCTNIpd2ks=
=IgTi
-END PGP SIGNATURE-



Accepted udiskie 1.4.7-1 (source) into unstable

2016-01-08 Thread Gianfranco Costamagna
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Fri, 08 Jan 2016 09:33:23 +0100
Source: udiskie
Binary: udiskie python-udiskie python3-udiskie
Architecture: source
Version: 1.4.7-1
Distribution: unstable
Urgency: medium
Maintainer: Gianfranco Costamagna 
Changed-By: Gianfranco Costamagna 
Description:
 python-udiskie - transitional dummy package for python-udiskie
 python3-udiskie - transitional dummy package for python3-udiskie
 udiskie- automounter for removable media for Python
Changes:
 udiskie (1.4.7-1) unstable; urgency=medium
 .
   * New upstream release.
Checksums-Sha1:
 4995c070d1fe321eaaf11521333e9937348f67d3 2064 udiskie_1.4.7-1.dsc
 145d16c8ee6c215e22b3c3de871133a588bbced4 72302 udiskie_1.4.7.orig.tar.gz
 617e20f8e3de7916bc83d782901609812046599c 4680 udiskie_1.4.7-1.debian.tar.xz
Checksums-Sha256:
 801acd11f0beb3dc9ec740d488e5d3a1e664c93f722a9642d47e5ef3b421474c 2064 
udiskie_1.4.7-1.dsc
 d4a675f3d03018f1ea4d533c144195d41b6ffbd3adde9da741d499847a5e0cb3 72302 
udiskie_1.4.7.orig.tar.gz
 ef858f0b537420021de014d5bc0332fa77bc071c242d918e6bd2736fd305711c 4680 
udiskie_1.4.7-1.debian.tar.xz
Files:
 c51a5cab68f382e5835c93e4b01c4e0e 2064 utils optional udiskie_1.4.7-1.dsc
 e4c4f95cb948903eacc49ec206b82cae 72302 utils optional udiskie_1.4.7.orig.tar.gz
 cf9fa7276af220b6b8b5543263cf7400 4680 utils optional 
udiskie_1.4.7-1.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCAAGBQJWj3R5AAoJEPNPCXROn13ZKe8QALSsg4EQFBWvVxmlb41BuB15
WArY9A9J1TdarOcGN688YyvjNIM2PJFzCMSRDHh7tsyV3bsFDsxCeFKXs/vPpdem
gN8PUwhSgvHt3w3c1plEknXUH/HsabfegYMGSmCgxKEzdi5eFVIZNcP9WfQL8bbM
CkpAcBwvqmQ6nRVSRP80nGuQAZYTZ5cIUHZEGRndXlQ0f0KVpwp+3M1uNj+IdMBZ
pZhqCWQUIXe8L07itaHrxDG1P+CGTiK5DEOqDnL/1XX8PdCgl/Ixh2o1lfoLph+F
XdjW1qAd35pvgiU45k8KKF1IvCtPPNr1Ifmc5zmmDF1glsw3G+/8rDfnY2B678uW
657HEUcGY04bPu2nGB+l7767XHbS9CRt6KHtS4KffTk1f90gw8aP1j81sugYTP53
uR4ENw1nhDB+mgh8HkkXqYGcgNdQPhxhg3QSpsqrzjfjjGfxY9VSwv9mfbXwB8SK
oOIS75boGriQUhb7lYMQn6ghl+BXtcL8PAw8UtBNTiHVC909UTIc+4oVTdWP/ssa
OwkxU15o7Kd5hhA10QnsMijiMMIji7aA1EIyO2q7H9fk+z6tfgHfY7SamVBsWBO0
wu9P8Hc8Zt256RGv0O29ZKE1KjMGz12BrOWRiaSm3PwNFbrIN5VXmLv4H+Dt9Cz3
NrtMuCZ+OH7oKh986LHE
=GtN5
-END PGP SIGNATURE-



Accepted supervisor 3.2.0-2 (source) into unstable

2016-01-08 Thread Orestis Ioannou
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Fri, 08 Jan 2016 09:14:56 +0100
Source: supervisor
Binary: supervisor supervisor-doc
Architecture: source
Version: 3.2.0-2
Distribution: unstable
Urgency: high
Maintainer: Orestis Ioannou 
Changed-By: Orestis Ioannou 
Description:
 supervisor - System for controlling process state
 supervisor-doc - Documentation for a supervisor
Closes: 810297
Changes:
 supervisor (3.2.0-2) unstable; urgency=high
 .
   * Correct typo in patch patch (Closes: 810297)
Checksums-Sha1:
 a7a967cd4b4229f927d378d100a229adfed21601 2021 supervisor_3.2.0-2.dsc
 41e74e9222f20fc1ec667d28bb183de1dc94c3ac 33992 supervisor_3.2.0-2.debian.tar.xz
Checksums-Sha256:
 b1c3447bd6781e6bab7f74f725b2dd7ea11dfae55c3533d7c7ef843cdd1c4322 2021 
supervisor_3.2.0-2.dsc
 644ff4d9a1779ac0434e6890d39068e1e3afdc46a153763d04601fac3827c64d 33992 
supervisor_3.2.0-2.debian.tar.xz
Files:
 d7ebc7fe58810160a8cf0c408b3bc27a 2021 admin optional supervisor_3.2.0-2.dsc
 93a804ea7eddbc90cd0b87da5784c417 33992 admin optional 
supervisor_3.2.0-2.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCAAGBQJWj3XnAAoJEPNPCXROn13ZUZ4P/jz3RE+GZmut8FqIGDpIKF9h
UnCN6Iz+Sd5CLIVeNh+NrVefdx6juaZrJPcHywAa9G3y6lOJhj5V0gH3BLcXfRUE
s2d1meVE+82xkHwwrJwxJpZzJIL+P3mcSg3bkOFkfRPk47b+/DTPaSUXBdBK7xeK
u/P0DX6vNidi8dt46O1Lmvwk3C5tK9CFmp1KIeC9KavN7d7CrsWRuGhL+GN81UZO
eNPa+iJbEudTW8xnaCmLoJvFsrUZQvxXXVMsC0dSXYbgJv0X2Dhyk1+6v9LfD0T3
vxJJFVwSnLG/lvdARSJzTGtKLSDqQqt7alzMYLNpani3JRdMKpx45oIQHxeKk5uD
WWMv3BlGhIsNiRdqG16q5hIk9MUtbXCe/qqApEAY97M8i4ciNHUjj4iQMjTUEiA7
lF8Vo8qMPtAIOlB3mom7TUrF5FENNOFtE5UtVN6OxBILtggayXrsmmckUmbcL0XO
h2RlYSMrnNJ3Geb88FYONpRCxBJCS1NEoZvI3tBjLfnMkRf6hOtYHqlP1mpveBa9
ngP5xyC4P/ZYkiAI5awvwtVgkrxDQCYtrKriYXtVpPLJloiQO0PAduGoeGLQE2R9
yg0wRDROhiccx+l/w1inEFYZf/gh7gUVpOkXA9ph1HMBvetubxAQiF/Rht+4u4sI
ooLffb8fkDmBLhLS7sod
=Ex7d
-END PGP SIGNATURE-



Re: support for merged /usr in Debian

2016-01-08 Thread Marc Haber
On Tue, 5 Jan 2016 02:07:35 +0100, Christian Seiler
 wrote:
>On 01/05/2016 01:34 AM, Marc Haber wrote:
>> On Mon, 4 Jan 2016 22:21:06 +0100, Iustin Pop 
>> wrote:
>>> On 2016-01-04 12:03:07, Marc Haber wrote:
 On Sun, 3 Jan 2016 19:15:18 +0100, m...@linux.it (Marco d'Itri) wrote:
> Anyway, if you think that the merged /usr scheme is about systemd then 
> you are automatically disqualified from taking part in this discussion 
> because you are not understanding the basic underlying issues.

 As friendly as always.
>>>
>>> Friendly? Maybe not. But correct? Yes.
>> 
>> Being right and unfriendly drives friends and users away. This
>> attitude is doing harm to Debian.
>
>Marco started this thread because he wanted to discuss a specific
>proposal - merging /bin, /lib and /sbin into /usr.

And people happen to disagree.

>But _after_ this thread, where lots of people have patiently tried to
>explain the issues again and again, and even tried to find ways of
>constructively coming to a compromise - don't you think that repeating
>the same talking points again in this very same thread instead of
>actually responding to the issues presented, don't you think that
>that is far more harmful to Debian than a single comment borne out
>of frustration?

The problem is not the single comment, which I meant with "as always".

Greetings
Marc
-- 
-- !! No courtesy copies, please !! -
Marc Haber |   " Questions are the | Mailadresse im Header
Mannheim, Germany  | Beginning of Wisdom " | http://www.zugschlus.de/
Nordisch by Nature | Lt. Worf, TNG "Rightful Heir" | Fon: *49 621 72739834



Re: support for merged /usr in Debian

2016-01-08 Thread Jonathan Dowland
On Fri, Jan 08, 2016 at 10:21:00AM +0100, Marc Haber wrote:
> The upside of this is that this will free up space in / which will be
> needed for a dedicated recovery image. Too bad that we don't have such
> a thing ourselves and have to recommend third-party products like grml

grml is packaged and is an apt-get away. It's third-party in just the
same way that the linux kernel, or exim are.



Re: support for merged /usr in Debian

2016-01-08 Thread Jonathan Dowland
On Fri, Jan 08, 2016 at 08:16:06AM +0100, Svante Signell wrote:
> The problem is that with Debian heading down this road, the Debian GNU/Linux
> distribution will not exist in 5 years from now. You will make yourselves
> extinct due to the competition from commercial alternatives.

You greatly overestimate Debian's capacity to do anything quickly, including
dying.



Re: support for merged /usr in Debian

2016-01-08 Thread Stephan Seitz

On Fri, Jan 08, 2016 at 10:11:07AM +, Jonathan Dowland wrote:

grml is packaged and is an apt-get away. It's third-party in just the
same way that the linux kernel, or exim are.


Wrong. You have a wrapper package that adds grml iso from /boot/grml to 
the grub.cfg. You have to download the grml images yourself and you need 
the space to save the images in /boot/grml.


Shade and sweet water!

Stephan

--
| Stephan Seitz  E-Mail: s...@fsing.rootsland.net |
| Public Keys: http://fsing.rootsland.net/~stse/keys.html |


smime.p7s
Description: S/MIME cryptographic signature


Accepted colobot 0.1.6-2 (source all amd64) into unstable

2016-01-08 Thread Tobias Frost
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Fri, 08 Jan 2016 10:33:16 +0100
Source: colobot
Binary: colobot colobot-common colobot-common-textures colobot-common-sounds 
colobot-dev-doc
Architecture: source all amd64
Version: 0.1.6-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Games Team 
Changed-By: Tobias Frost 
Description:
 colobot- educational programming strategy game
 colobot-common - educational programming strategy game - data
 colobot-common-sounds - educational programming strategy game - sounds and 
music
 colobot-common-textures - educational programming strategy game - textures
 colobot-dev-doc - educational programming strategy game - source doc
Closes: 809859
Changes:
 colobot (0.1.6-2) unstable; urgency=medium
 .
   * Team upload.
   * Update B-D to libpng-dev only, versioned depend is no longer needed
 (Closes: #809859)
   * Remove -dbg package in favour of automatic -dbgsym package. This requires
 debhelper >= 9.20151219.
   * Bump S-V to 3.9.6 -- no changes
   * Enable verbose build, so that the tools can check the compilerflags
Checksums-Sha1:
 21425632e4d770e4c26b06dc9c022dc2690ef261 3078 colobot_0.1.6-2.dsc
 1212addae4aa51ab6a4c1697122e14fe7430f53f 6504 colobot_0.1.6-2.debian.tar.xz
 59523f67781a2ac476b8f3db43f0dda2fd43bcd6 60644694 
colobot-common-sounds_0.1.6-2_all.deb
 a7775f139479410e847de6808b1000322347f165 18068542 
colobot-common-textures_0.1.6-2_all.deb
 c464d705836866307d240a70cf0e8e4f90e36e35 2645716 colobot-common_0.1.6-2_all.deb
 2f85aecec105ce31dea74cc1ee5faf0ba6394d23 10810966 
colobot-dev-doc_0.1.6-2_all.deb
Checksums-Sha256:
 4088c5f0c1279b5cb26b0b3d11ae15083c14ee2b65fc1a78d3bf25f194147c1d 3078 
colobot_0.1.6-2.dsc
 a5e08a5762f4dc0da02787b9be33f993fa9f8420f683b999f8789d243e2084e6 6504 
colobot_0.1.6-2.debian.tar.xz
 c40d577a18749bb0042546ccac6909e5ad6c0b9708ee5c525a9a8c5e83848427 60644694 
colobot-common-sounds_0.1.6-2_all.deb
 310249f78b968769a953ff3f147f4eb834063c19ce545a90b631bd7599bb905f 18068542 
colobot-common-textures_0.1.6-2_all.deb
 838188f24631701ab18b60f205e4d7b91b21530717d8c788b668a87f555a1724 2645716 
colobot-common_0.1.6-2_all.deb
 27cc15ef0b7a6727b04c59a53d17e54c964ad4c8687bdcbefd01c663ad36bfc6 10810966 
colobot-dev-doc_0.1.6-2_all.deb
Files:
 bdaaafe756538f7903219aeb4f26093e 3078 games optional colobot_0.1.6-2.dsc
 8e9b079388bc77efc345dac191bbc920 6504 games optional 
colobot_0.1.6-2.debian.tar.xz
 8678e0760be16d1c06ddd19bbe5952a2 60644694 games optional 
colobot-common-sounds_0.1.6-2_all.deb
 9c5a0bff9a1c1b775819359894d7d5ed 18068542 games optional 
colobot-common-textures_0.1.6-2_all.deb
 7cd39751ae9be3dc968db8b06a31497d 2645716 games optional 
colobot-common_0.1.6-2_all.deb
 101eb042d44920135a73e4b7d5aa12ba 10810966 doc optional 
colobot-dev-doc_0.1.6-2_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCAAGBQJWj4T5AAoJEJFk+h0XvV027dsQANt3aBNuTiBIGu9Rs0Z8Hbx7
XhkoXypUDvwfyZ81f9VHNX/A3U2pc1oDSDqkeGG3QzW14SjIZXkhGYgV7rugfPz/
K1OGgLBFZAa84uFCU0s7FK3KIMxhriH+bEv3S+tZzsK0dRoUXn6i/D1GrGZXideg
jSGSbDzkUtf4RK/VWg74xdBeBC3uKRSN25ZUkVkgid0B4887XMQtToE2hTcEjbPq
71OaPxREXXj7x31ey50jCe0s0qONH574/wyVpI2hAEb7OqgkBDlm10Yq3h1HOHXe
YVfhrcYcMFWpVHgKzLJq9n2dvakXyWvfiDoVLMvrAo/YBHoMRoRV53cVrGERJNcT
4kqC0aeQc7TcJBJnePMQI2OXXdVxeyQqMC8RvzYYOlRT54zCaGcE0vq8vTdtzsWj
4NVngWFx3OoapaghBbec8Cgvpokv7273HpoQzKMjspmydV7ifnOqA0Y0A3/rfpKM
mKjYOs23wg0ulQ6o7YU/IP5aJwx67lZ8bYNFSQrCdKbCPnDIcuhnwDGhfd9W2HJX
uu0sX62QH+swHgQk8EQW8geJS1KNmSALMCAi+uK5iFT0tAStVScXlyOyWsP0ofwo
2237TLKZC9rS0mI2XtzcTMPN3LpSXSh6OuuNaXaalR4DEB2d0ogopJ0mW4bUKxne
wGHw6mSeO4ktahRgUp00
=wX4s
-END PGP SIGNATURE-



  1   2   >