Re: xz backdoor

2024-04-01 Thread Iustin Pop
On 2024-03-31 22:23:10, Arto Jantunen wrote:
> Didier 'OdyX' Raboud  writes:
> 
> > Le dimanche, 31 mars 2024, 14.37:08 h CEST Pierre-Elliott Bécue a écrit :
> >> I would object against creating a PGP key on the HSM itself. Not having
> >> the proper control on the key is room for disaster as soon as you lose
> >> it or it dies.
> >
> > For subkeys, isn't that a benefit rather than a disadvantage?
> >
> > You lose the key, or it gets destroyed / unusable; good, you get a new 
> > subkey 
> > instead of reusing the existing one on a different HSM.
> 
> For the authentication and signing subkeys this is indeed true. For the
> encryption subkey significantly less so (as things encrypted against
> that key then become impossible to decrypt).
> 
> Personally I have generated the signing and authentication subkeys on
> the HSM itself (and thus at least in theory they cannot leave the HSM),
> and the encryption subkey I have generated on an airgapped system and
> stored on the HSM after making a couple of backups.

I am really confused now on how all this works. How can you generate
parts of a key (i.e. subkeys) on the HSM (well, yubikey), and the other
parts locally?

Looking forward to having up-to-date documentation once the dust
settles. I have enough yubikeys which are only used for 2FA.

(Well, and I'd need an airgapped, separate system, which I don't have)

thanks,
iustin



Re: Validating tarballs against git repositories

2024-03-31 Thread Iustin Pop
On 2024-03-31 08:03:40, Gioele Barabucci wrote:
> On 30/03/24 20:43, Iustin Pop wrote:
> > On 2024-03-30 11:47:56, Luca Boccassi wrote:
> > > On Sat, 30 Mar 2024 at 09:57, Iustin Pop  wrote:
> > > > Give me good Salsa support for autopkgtest + lintian + piuparts, and
> > > > easy support (so that I just have to toggle one checkbox), and I'm
> > > > happy. Or even better, integrate all that testing with Salsa (I don't
> > > > know if it has "CI tests must pass before merging"), and block tagging
> > > > on the tagged version having been successfully tested.
> > > 
> > > This is all already implemented by Salsa CI? You just need to include
> > > the yml and enable the CI in the settings
> > 
> > I will be the first to admit I'm not up to date on latest Salsa news,
> > but see, what you mention  - "include the yml" - is exactly what I don't
> > want.
> 
> Salsa CI is enabled by default for all projects in the debian/ namespace
> <https://salsa.debian.org/debian/>.
> 
> Adding a yml file or changing the CI settings to reference the Salsa CI
> pipeline is needed only for projects in team- or maintainer-specific
> repositories, or when the dev wants to enable additional tests (or
> configure/block the default tests).

That sounds good, but are you sure that all /debian/ projects get it?

I chose one random package of mine,
https://salsa.debian.org/debian/python-pyxattr, and on the home page I
see "Setup CI/CD" (implying it's disabled), and under build, I see
nothing enabled.

Is there a howto somewhere? Happy to read/follow.

iustin



Re: xz backdoor

2024-03-31 Thread Iustin Pop
On 2024-03-31 10:47:57, Luca Boccassi wrote:
> On Sun, 31 Mar 2024 at 08:39, Bastian Blank  wrote:
> >
> > On Sun, Mar 31, 2024 at 12:05:54PM +0500, Andrey Rakhmatullin wrote:
> > > On Sat, Mar 30, 2024 at 11:22:33PM -0300, Santiago Ruano Rincón wrote:
> > > > As others have said, the best solution is to relay on HSW for handling
> > > > the cryptographic material.
> > > Aren't these answers to different questions?
> > > Not all attacks are about stealing the key or using it to sign unintended
> > > things.
> >
> > Also a HSM does only allow to control access to the cryptographic
> > material.  But it asserts no control over what is actually signed.
> >
> > So an attacker needs to wait until you ask the HSM it is okay to sign
> > something.
> >
> > Bastian
> 
> This is true as in the default configuration you get asked for the
> yubikey pin only once per "session", and then it's cached
> transparently and there's no GUI feedback when the token is used (the
> light on it blinks, but noticing that requires having it in line of
> sight at all times). However, it's already better than nothing as it
> means such an attack must be "online", and run in the same "session"
> as the active user, so perfect should definitely not be the enemy of
> good here IMHO. Also, iirc this can be configured to always ask for
> the pin on each signature, although this could get burdensome. But
> given the very low price of yubikeys (or similar tokens), and how well
> and seamless they work these days, I think the offer of buying any DD
> that doesn't have one such a token is one that we should take up and
> make it happen.

Jumping in late in the HSM thread, but I'm not sure I understand the
exact setup people propose.

Option 1: Moving keys to one yubikey, while keeping the original key
material "safe" offline. How do you know the "safe offline" material is
safe and hasn't been copied?

Option 2: Generate keys on the yubikey and have them never leave the
secure enclave. That means having 2 yubikeys per developer, and ensuring
you keep track of _two_ keys, but it does ensure there's a physical
binding to the key.

Are there other options? And which option is proposed?

I have quite a few yubikeys, but I haven't migrated to use them since
it's not clear to me what is a good, and recommended, workflow. I'm
relatively against option 1, since the "safe offline" key material
somehow doesn't appeal to me.

regards,
iustin



Re: Validating tarballs against git repositories

2024-03-30 Thread Iustin Pop
On 2024-03-31 00:58:49, Andrey Rakhmatullin wrote:
> On Sat, Mar 30, 2024 at 10:56:40AM +0100, Iustin Pop wrote:
> > > Now it is time to take a step forward:
> > > 
> > > 1. new upstream release;
> > > 2. the DD/DM merges the upstream release VCS into the Debian VCS;
> > > 3. the buildd is notified of the new release;
> > > 4. the buildd creates and uploads the non-reviewed-in-practice blobs 
> > > "source
> > > deb" and "binary deb" to unstable.
> > > 
> > > This change would have three advantages:
> > 
> > I think everyone fully agrees this is a good thing, no need to list the
> > advantages.
> > 
> > The problem is that this requies functionality testing to be fully
> > automated via autopkgtest, and moved off the "update changelog, build
> > package, test locally, test some more, upload".
> Do you mean this theoretical workflow will not have a step of the
> maintainer actually looking at the package and running it locally, or
> running any building or linting locally before pushing the changes?
> Then yeah, looking at some questions in the past years I understand that
> some people are already doing that, powered by Salsa CI (I can think of
> several possible reasons for that workflow but it still frustrates me).

Not that it necessarily won't have that step, but how to integrate the
testing into the tag signing/pushing step.

I.e. before moving archive wide to "sign tag + push", there should be a
standard of how this is all tested for a package. Maybe there is and I'm
not aware, my Debian activities are very low key (but I try to keep up
with mailing lists).

> > Give me good Salsa support for autopkgtest + lintian + piuparts, and
> > easy support (so that I just have to toggle one checkbox), and I'm
> > happy. Or even better, integrate all that testing with Salsa (I don't
> > know if it has "CI tests must pass before merging"), and block tagging
> > on the tagged version having been successfully tested.
> AFAIK the currently suggested way of enabling that is putting
> "recipes/debian.yml@salsa-ci-team/pipeline" into "CI/CD configuration
> file" in the salsa settings (no idea where is the page that tells that or
> how to find it even knowing it exists).

Aha, see, this I didn't know. On my list to test once archive is
unblocked and I have time for packaging.

regards,
iustin



Re: Validating tarballs against git repositories

2024-03-30 Thread Iustin Pop
On 2024-03-30 11:47:56, Luca Boccassi wrote:
> On Sat, 30 Mar 2024 at 09:57, Iustin Pop  wrote:
> >
> > On 2024-03-30 08:02:04, Gioele Barabucci wrote:
> > > Now it is time to take a step forward:
> > >
> > > 1. new upstream release;
> > > 2. the DD/DM merges the upstream release VCS into the Debian VCS;
> > > 3. the buildd is notified of the new release;
> > > 4. the buildd creates and uploads the non-reviewed-in-practice blobs 
> > > "source
> > > deb" and "binary deb" to unstable.
> > >
> > > This change would have three advantages:
> >
> > I think everyone fully agrees this is a good thing, no need to list the
> > advantages.
> >
> > The problem is that this requies functionality testing to be fully
> > automated via autopkgtest, and moved off the "update changelog, build
> > package, test locally, test some more, upload".
> >
> > Give me good Salsa support for autopkgtest + lintian + piuparts, and
> > easy support (so that I just have to toggle one checkbox), and I'm
> > happy. Or even better, integrate all that testing with Salsa (I don't
> > know if it has "CI tests must pass before merging"), and block tagging
> > on the tagged version having been successfully tested.
> 
> This is all already implemented by Salsa CI? You just need to include
> the yml and enable the CI in the settings

I will be the first to admit I'm not up to date on latest Salsa news,
but see, what you mention  - "include the yml" - is exactly what I don't
want.

If maintainers need to include a yaml file, it means it can vary between
projects, which means it can either have bugs or be hijacked. In my
view, there should be no freedom here, just one setting - "enable
tag2upload with automated autopkg testing", and all packages would
behave mostly the same way. But there are 2KiB single-binary packages as
well as 2GB 25 binary packages, so maybe this is too wide scope.

I just learned about tag2upload, need to look into that.

(I'm still processing this whole story, and I fear the fallout/impact
in terms of how development is regarded will be extremely high.)

regards,
iustin



Re: Validating tarballs against git repositories

2024-03-30 Thread Iustin Pop
On 2024-03-30 08:02:04, Gioele Barabucci wrote:
> Now it is time to take a step forward:
> 
> 1. new upstream release;
> 2. the DD/DM merges the upstream release VCS into the Debian VCS;
> 3. the buildd is notified of the new release;
> 4. the buildd creates and uploads the non-reviewed-in-practice blobs "source
> deb" and "binary deb" to unstable.
> 
> This change would have three advantages:

I think everyone fully agrees this is a good thing, no need to list the
advantages.

The problem is that this requies functionality testing to be fully
automated via autopkgtest, and moved off the "update changelog, build
package, test locally, test some more, upload".

Give me good Salsa support for autopkgtest + lintian + piuparts, and
easy support (so that I just have to toggle one checkbox), and I'm
happy. Or even better, integrate all that testing with Salsa (I don't
know if it has "CI tests must pass before merging"), and block tagging
on the tagged version having been successfully tested.

And yes, this should be uniform across all packages stored on Salsa, so
as to not diverge how the testing is done.

iustin



Re: Hyphens in man pages

2023-10-15 Thread Iustin Pop
On 2023-10-15 16:08:32, Wookey wrote:
> I think you can consider me representative of the typical maintainer
> who's intereaction with *roff languages almost entirely takes the
> form: 'Oh bloody hell I really ought to write a man page for this
> because upstream is too youthful to have done so - now how the hell
> does roff/nroff/groff work again' (no I'm not sure which it is I'm
> actually using, nor how any of this machinery really works, nor where
> to look for good practice, so I mostly copy existing stuff and DDG for
> answers, which is less than ideal when it comes to details like this).

At least you're not lazy. I am, so what I did many times is add a
build-depends on pandoc, and write the man page in rst or md. I think
that's a worse solution (pandoc is really heavy), but at least, I don't
have to go back to *roff.

regards,
iustin



Re: Firmware - what are we going to do about it?

2022-04-23 Thread Iustin Pop
On 2022-04-23 22:48:03, Paul van der Vlis wrote:
> Op 23-04-2022 om 16:10 schreef Andrey Rahmatullin:
> > On Sat, Apr 23, 2022 at 03:13:29PM +0200, Paul van der Vlis wrote:
> > > > I see several possible options that the images team can choose from 
> > > > here.
> > > > However, several of these options could undermine the principles of 
> > > > Debian. We
> > > > don't want to make fundamental changes like that without the clear 
> > > > backing of
> > > > the wider project. That's why I'm writing this...
> > > 
> > > I have an idea for an extra option:
> > > 
> > > 6. Put the closed source firmware somewhere in the Debian images, but 
> > > never
> > > install closed source firmware by default. "No" should be the default.
> > That's the option 3 more or less.
> 
> Option 3 says to publish two sets of images.
> And it says nothing about defaults.
> 
> 
> 3. We could stop pretending that the non-free images are unofficial, and
> maybe move them alongside the normal free images so they're published
> together. This would make them easier to find for people that need them, but
> is likely to cause users to question why we still make any images without
> firmware if they're otherwise identical.
> 
> 
> > > to put "non-free" into sources.list should also be an non-default choice,
> > > even when you install closed source firmware.
> > No, that's a bad idea, which is one of the main reasons for the option 5.
> 
> The idea is not to promote closed source firmware in any way. Have it
> available, but only for the people who really want it.

Uh. Have you actually read the start of the thread? Most machines
nowadays *need* it. It's not about wanting, but about the fact that
firmware is needed, and the more barriers you put in front of people,
the more people will just go with Ubuntu or other alternatives.

Making Debian hard to use is a very short-sighted view of how to promote
free software - it works in the very short term only.

regards,
iustin



Re: How to cleanup Ubuntu bugs for my Debian packages?

2020-11-29 Thread Iustin Pop
On 2020-11-29 14:06:31, Mattia Rizzolo wrote:
> Hello all,
> 
> For the sake of disclosure, I'm also an Ubuntu Developer.
> 
> On Sun, Nov 29, 2020 at 12:58:53PM +0100, Iustin Pop wrote:
> > I have a Launchpad account, and the project itself lists my Launchpad
> > account as "maintainer", but on the bug itself I can't mark it as "Won't
> > fix", only as "Invalid". Which tells me that I'm missing _some_ rights
> > in Ubuntu itself…
> 
> Indeed, there are some status that are restricted to the so called "bug
> supervisor", which a team defined in the project settings in launchpad.
> In the case of Ubuntu itself, that is the ~ubuntu-bugcontrol team
> https://launchpad.net/~ubuntu-bugcontrol .  Users who are part of that
> team have access to all the features of the bug tracker.
> 
> Another common limitation imposed on users that are not bug supervisors,
> is that they cannot re-open an already closed bug.  Or, targeting a
> series.

Understood, thanks. So I would have to ping someone in that group if I
want cleanup in the future, right? As it is not possible to delegate bug
supervisor per (source) package.

> > I also have
> > https://bugs.launchpad.net/ubuntu/+source/python-mox/+bug/852095, where
> > again I can't mark "Won't fix" (it refers to distributions 8 years old)…
> 
> I've marked that as wontfix.
> 
> However, in the case of
> https://bugs.launchpad.net/ubuntu/+source/python-pylibacl/+bug/1876350
> "invalid" is the correct status, not "wontfix".

Thanks, my dashboard will be clean, much appreciated :)

> BTW, in case you missed it, if you are going to fix bugs reported on
> launchpad, you can use "LP: #x" in the (debian) changelog and close
> them, similarly to what you do to close bugs against the BTS.

Ack, will keep in mind.

Also, thanks the very fast response!

iustin



How to cleanup Ubuntu bugs for my Debian packages?

2020-11-29 Thread Iustin Pop
Hi all,

Asking for people who have experience as Debian developers and who are
annoyed by the Ubuntu bug count in the QA (debian) page. These bugs are
trivial/minor, but still, I'd like to clean up.

Let's take for example
https://bugs.launchpad.net/ubuntu/+source/python-pylibacl/+bug/1876350.
I have a Launchpad account, and the project itself lists my Launchpad
account as "maintainer", but on the bug itself I can't mark it as "Won't
fix", only as "Invalid". Which tells me that I'm missing _some_ rights
in Ubuntu itself…

I also have
https://bugs.launchpad.net/ubuntu/+source/python-mox/+bug/852095, where
again I can't mark "Won't fix" (it refers to distributions 8 years old)…
So it seems the same problem.

Any hints?

thanks,
iustin



Re: default firewall utility changes for Debian 11 bullseye

2020-01-13 Thread Iustin Pop
On 2019-12-19 12:29:59, Roberto C. Sánchez wrote:
> Hi Arturo!
> 
> I know that this discussion took place some months ago, but I am just
> now getting around to catching up on some old threads :-)

Same here :)

> On Tue, Jul 30, 2019 at 01:52:30PM +0200, Arturo Borrero Gonzalez wrote:
> > > 2) introduce firewalld as the default firewalling wrapper in Debian, at 
> > > least in
> > > desktop related tasksel tasks.
> > > 
> > 
> > There are some mixed feelings about this. However I couldn't find any strong
> > opinion against either.
> > 
> > What I would do regarding this is (just a suggestion):
> > * raise priority of firewalld
> > * document in-wiki what defaults are, and how to move away from them
> > * include some documentation bits in other firewalling wrappers on how to 
> > deal
> > with this default, i.e what needs to be changed in the system for ufw to 
> > work
> > without interferences (disable firewalld?)
> > 
> I like the idea of documenting this all in a wiki.

Yes, please. I was also bit by nftables migration when moving to buster
for some of my home-grown firewal scripts (running just fine for 10+
years, but now - looking forward to migrate to nft), so having this
documented would be very welcome, to see what alternatives are there.

iustin



Accepted python-mox 0.7.8-3 (source) into unstable

2019-11-17 Thread Iustin Pop
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sun, 17 Nov 2019 23:07:38 +0100
Source: python-mox
Architecture: source
Version: 0.7.8-3
Distribution: unstable
Urgency: medium
Maintainer: Iustin Pop 
Changed-By: Iustin Pop 
Changes:
 python-mox (0.7.8-3) unstable; urgency=medium
 .
   * Fix autopkg unittests for the python2 case.
   * Minor packaging cleanup, including rules-requires-root.
Checksums-Sha1:
 b0ff99e3b4293af74a504061b54427385ff4f62b 2053 python-mox_0.7.8-3.dsc
 6c1551b0fd1991990518682b33062beb14b1b7ff 2816 python-mox_0.7.8-3.debian.tar.xz
 5a049aad2a50ddbaadf8955f02b8b736853401f9 7244 
python-mox_0.7.8-3_source.buildinfo
Checksums-Sha256:
 73af04e625a4a0a91d4cd9f643e63b0bb0a8dbd45cd0d56de675c5b210b19159 2053 
python-mox_0.7.8-3.dsc
 750403296d31a97bc945ae349b0c3540bdf4af4bc28e40fe4fc5271cddad696b 2816 
python-mox_0.7.8-3.debian.tar.xz
 186841cd5a95e804ba27cdeb495397ec81c814f68c46ab404afc0a09cab6623f 7244 
python-mox_0.7.8-3_source.buildinfo
Files:
 341bbf3a8fe6f3b9fedf2648733b4026 2053 python optional python-mox_0.7.8-3.dsc
 fcd3c1fcc5c348fe31b60ca1dfe0d793 2816 python optional 
python-mox_0.7.8-3.debian.tar.xz
 33a8afe513636c67a2c66d23297c5763 7244 python optional 
python-mox_0.7.8-3_source.buildinfo

-BEGIN PGP SIGNATURE-

iQJGBAEBCgAwFiEEy5TjqjsXVdYeuxml9m4+QZ+E9N4FAl3RxL8SHGl1c3RpbkBk
ZWJpYW4ub3JnAAoJEPZuPkGfhPTesOgP/RBK1GviZXdOlFn+iVu8yiRaIzg7JFPQ
ZzGVDkF/VNb9PaH1r6/L+jhst0o8G8/ykvMh2uMRPraNy41xLbcXW9olsi/S3/Yq
YLyve4sE/gqC56SCymWNkzrCX1te59936XcQJg9NgOuNHyvugObKQEshc/RJhpRS
aV8DeT0jUvDhy9jlrr/X3puGpJrxJ1wjJLkZbcgs/plAtH4A55rF4+E0FlTMk+Oa
rFaEeWTs5HNQXISQk40VlCZlEDrMq2doewHZMIvTP95xp7c4ox3hwPa1wEa2f3R0
lhAn7dXaCJF6Ry3xSjDe+oUbcOYxqoYNhtt73JaFl8f7AHHX+RF6IgzlLLTvMphb
Y/Dm8hsCEr4XkpuJbbS/N3lgF7cMtEALJeCrWRtJUCl5TNTNJCjkIGPkF95mnwhq
wq+8EOcQWj2Y14ML6FB2fZlz4fHQ9IMwZQJhSyMsZ562YVVYZGkbYnW6JUkgY8kP
vdkZ7XXSSeLUDTA4rr38ckTJltIpNzN6emI3xOQftcPmeX4jzsWzdtoxh5rZwTQs
GODzPak1FBMPW0KnWpwITaHnfaUUfYDvg2/ZCDS+mSqEpgokTb1BTmExyI8re9HF
YFljWcZFR4tSpDWPBvcDP3lgKC4BrCg9ryRr3Ej/IIcVrZoLFQaSozWOgYI9Kr2U
2Gh182ykp2U7
=eLZu
-END PGP SIGNATURE-



Accepted python-pylibacl 0.5.4-1 (source) into unstable

2019-11-14 Thread Iustin Pop
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Thu, 14 Nov 2019 12:25:21 +0100
Source: python-pylibacl
Architecture: source
Version: 0.5.4-1
Distribution: unstable
Urgency: medium
Maintainer: Iustin Pop 
Changed-By: Iustin Pop 
Changes:
 python-pylibacl (0.5.4-1) unstable; urgency=medium
 .
   * New upstream release, switching build system to Python 3.
Checksums-Sha1:
 6ce82c56d763df70e6f2e87c2363d497c083dc7a 2699 python-pylibacl_0.5.4-1.dsc
 a59eac60d52fca738603805749321471c175b918 37016 
python-pylibacl_0.5.4.orig.tar.gz
 75b4f1bef4719d9910ed2b37d01c0f488e572b2b 833 
python-pylibacl_0.5.4.orig.tar.gz.asc
 5400ff8b008965e38856b0fe5ba65dfffaa13ce7 8652 
python-pylibacl_0.5.4-1.debian.tar.xz
 33a022e63d07040e999fd8ba09d329e35cfd036e 9397 
python-pylibacl_0.5.4-1_source.buildinfo
Checksums-Sha256:
 1619b56bc5b1bb99848b880486e7abba4da7d5d663eda22e8d6101e69e6dc35e 2699 
python-pylibacl_0.5.4-1.dsc
 060f375aeff90a16fbc3a827b7e234694ad636485d8ecd6654e01e1fc4ea3b37 37016 
python-pylibacl_0.5.4.orig.tar.gz
 abbcb9a9ad9cf03739ac4a0dc0b4261879c76491e0982c8fedf7a1728725b043 833 
python-pylibacl_0.5.4.orig.tar.gz.asc
 fb295eb836e077d52b68815b022a0662121900078e9199dfd508fadebe518f80 8652 
python-pylibacl_0.5.4-1.debian.tar.xz
 481e9a0ecd14261a769b43b2b9b7b9f75078ba9087a9e6250d708e2497d867a6 9397 
python-pylibacl_0.5.4-1_source.buildinfo
Files:
 34a448ff5bb941c9d81992993d850de9 2699 python optional 
python-pylibacl_0.5.4-1.dsc
 aba415da393e5b6dc791fd860ed9c5a9 37016 python optional 
python-pylibacl_0.5.4.orig.tar.gz
 5ec9ab1adb3be1eff112cf945a2b0d46 833 python optional 
python-pylibacl_0.5.4.orig.tar.gz.asc
 2b04ddd772c7c89c3d59cdaad29a5198 8652 python optional 
python-pylibacl_0.5.4-1.debian.tar.xz
 8018b4850c1efe9c54a4ad2f9289a470 9397 python optional 
python-pylibacl_0.5.4-1_source.buildinfo

-BEGIN PGP SIGNATURE-

iQJGBAEBCgAwFiEEy5TjqjsXVdYeuxml9m4+QZ+E9N4FAl3NQoASHGl1c3RpbkBk
ZWJpYW4ub3JnAAoJEPZuPkGfhPTel1wP/1eCiBwfC1oCWOpkmc499pROHthdf+J0
YwfI4X14lTXSpDnXK/xtiiQo2LJrpJ2F2i/0bH3BlAWWrQLM12Dh7f0W2s4y33+M
+KrO3GycLoSRCdwdsQhDsNXafA/f5KHqcZAuOkpAZF4v9soCul6xqzWe2vJcsL5L
GSN0BcZzl/2AmfWfVDs+bGIGxNhPj0LmTWAcgZB2xXe5QpdaVhhcxYt9fe1ehC53
PoZZsqeFZOW9OdKo7AC9MLPLalBoEWkqVknHmULq+vOL4nBL7wKCp5QEmcq9txxA
XSDwMib13qES25wjw54xxhWI4LIVRKj+Xzpjh4Wz+Qh3eEW9BH/5UKwL4EGrYpzr
txvg0khVm2N0TkYfWOA+evqJw9rbvU/3B8DEvabp8UW3jhxgzzSytZVF0z5cVIvA
m9JDD9a1xwYhOZ1tmQAbtiYuRrStbTFDVwZvb9NTJECHyZ55GMjxnuoOOIJ6nBNm
mtOxGnKASKlyeflD3MXWr98ifznjRdtzAGBDIxxFotb5/lP7xAFPOl8cx22wh33y
h06Bu/PCeoR5a9tZB5kEozsew1X4MhNEQUogVeHMy2hPSyhC7agLl9gw1hf4GGkO
WIxq6cn3VJUfGMWyMroXIGRfl0s27VDkDNLJ+OpCu+IH4j+phtJhiILeQyHeIx3y
hGEhM4JDE7gK
=aW8N
-END PGP SIGNATURE-



Accepted doc-rfc 20191026-1 (source all) into unstable

2019-10-28 Thread Iustin Pop
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Mon, 28 Oct 2019 21:24:59 +0100
Source: doc-rfc
Binary: doc-rfc doc-rfc-experimental doc-rfc-fyi-bcp doc-rfc-informational 
doc-rfc-misc doc-rfc-old-std doc-rfc-others doc-rfc-std doc-rfc-std-proposed
Architecture: source all
Version: 20191026-1
Distribution: unstable
Urgency: medium
Maintainer: Iustin Pop 
Changed-By: Iustin Pop 
Description:
 doc-rfc- RFC documents metapackage
 doc-rfc-experimental - Experimental RFCs
 doc-rfc-fyi-bcp - FYI and BCP RFCs
 doc-rfc-informational - Informational RFCs
 doc-rfc-misc - Historic and draft RFCs
 doc-rfc-old-std - Old Standard RFCs
 doc-rfc-others - Old experimental and unclassified RFCs
 doc-rfc-std - Standard RFCs
 doc-rfc-std-proposed - Proposed Standard RFCs
Closes: 943000
Changes:
 doc-rfc (20191026-1) unstable; urgency=medium
 .
   * New upstream version.
   * Switch Python build scripts to Python 3 (Closes: #943000).
Checksums-Sha1:
 b2e51afb19c88e3f130ede45d3d5bcb0a16e95e8 2882 doc-rfc_20191026-1.dsc
 809bc9df33bf18752219b8b0f47df03a343161cb 5133255 
doc-rfc_20191026.orig-extra.tar.gz
 3458470504b2801c7b9d76b04234eaa45c6835c5 301152597 doc-rfc_20191026.orig.tar.gz
 a7e1a0325638420c41fd8a9a35a9c1b8b81506ef 1 doc-rfc_20191026-1.debian.tar.xz
 64bda15ad67fdd843cd98bfa2a20a3ffc3abb434 14671188 
doc-rfc-experimental_20191026-1_all.deb
 8e28c87705a8597dd4a3f4b53d738309a4856d6c 8821920 
doc-rfc-fyi-bcp_20191026-1_all.deb
 5286242417b580d79fa43786fb485aa903023b4a 76882764 
doc-rfc-informational_20191026-1_all.deb
 8f883139fddb810163ecefa1c48d78012d9cc6c9 14678396 
doc-rfc-misc_20191026-1_all.deb
 ccfa53c61a8ce0583e1c3a3b881c0d93ebf241da 29581420 
doc-rfc-old-std_20191026-1_all.deb
 c0dd86ad7b171fe3ae0980062e5f5aba378bca38 76014692 
doc-rfc-others_20191026-1_all.deb
 612c28998ed85c3713eb4c3e8bb64f8a466ec1ae 97479372 
doc-rfc-std-proposed_20191026-1_all.deb
 7c9a19a4ff65dc5b982e6e658b975e844f6ef642 8911736 doc-rfc-std_20191026-1_all.deb
 37a42fa7780868fd2b4885d028de61c30bdd41b7 8964 doc-rfc_20191026-1_all.deb
 76e1d44df7e79cb8fac238ca960dbd754f098461 11346 
doc-rfc_20191026-1_amd64.buildinfo
Checksums-Sha256:
 142fc241dd8525d72884652c32a2fb9e9b3f98d84d401a893aca7cedce956c86 2882 
doc-rfc_20191026-1.dsc
 7a586e3974b26e7e2d688b4c2a36667285162b3e879ba1c94b82c6c0f9666bf3 5133255 
doc-rfc_20191026.orig-extra.tar.gz
 6e243105a6212b5206b333de0925d5005ea117150368110e344c8a6cc516b5db 301152597 
doc-rfc_20191026.orig.tar.gz
 0d54f009846e9c0afe8f9bc55cbfc5f3852a992f21e4e9dff92677399e965636 1 
doc-rfc_20191026-1.debian.tar.xz
 8b1e1e48080059ad0cd7fb01d714141f478fb0ff163ca4d3c4f53f6282bef308 14671188 
doc-rfc-experimental_20191026-1_all.deb
 9068a9dd348af2966cd7d438e8ce3c612643929dca35f2e329cabd368fe6d87c 8821920 
doc-rfc-fyi-bcp_20191026-1_all.deb
 8517e05019caef64027c82e655b1fe24acc7dd6a012ecce58701abc260eb49ed 76882764 
doc-rfc-informational_20191026-1_all.deb
 67b3698fa63e2dafdc06c6b2063aa6a714ea2bb778c7efbd40aeefe5c7ee064d 14678396 
doc-rfc-misc_20191026-1_all.deb
 c10e5596d2db910c68402b3be49a89150467ef02ee1486a3df0e257656f1f699 29581420 
doc-rfc-old-std_20191026-1_all.deb
 e3fde256a5b206461d13c7545b141dec9dc016a8e99328c5765feea13847ca7d 76014692 
doc-rfc-others_20191026-1_all.deb
 7ae46cad0f31f9adc3149d46801422179f5eea1c213ac153ceea56941c63a593 97479372 
doc-rfc-std-proposed_20191026-1_all.deb
 19684af64e078eb384f4440917114c017dfb117d1d9ceb5a16fdcfccc0a891c3 8911736 
doc-rfc-std_20191026-1_all.deb
 46f6be3c5b8aaabf26b8f22ca2468f06872f1fd9872457172586521990e44b68 8964 
doc-rfc_20191026-1_all.deb
 afc07fae14309445df281af567304e4c4090db583bcd96db28033d65e33eace1 11346 
doc-rfc_20191026-1_amd64.buildinfo
Files:
 d5a102bf4fd55c266895a5a91b8707a6 2882 non-free/doc optional 
doc-rfc_20191026-1.dsc
 b4e1f283c2e9e59802a0c3b45fcd7f2f 5133255 non-free/doc optional 
doc-rfc_20191026.orig-extra.tar.gz
 7cc968d00fa91ab3bc7bcd1308a6bb21 301152597 non-free/doc optional 
doc-rfc_20191026.orig.tar.gz
 851dfb1360cdfba4b0c744e8b8c275a2 1 non-free/doc optional 
doc-rfc_20191026-1.debian.tar.xz
 3dbe5d9ddaa6eeb5450a5672c88d3497 14671188 non-free/doc optional 
doc-rfc-experimental_20191026-1_all.deb
 03e6965cb297b76f248a52aa1a9c290e 8821920 non-free/doc optional 
doc-rfc-fyi-bcp_20191026-1_all.deb
 549f2920456a46f2ff7e3879457c7cd0 76882764 non-free/doc optional 
doc-rfc-informational_20191026-1_all.deb
 06dbf15f04da0640897879aa55e38873 14678396 non-free/doc optional 
doc-rfc-misc_20191026-1_all.deb
 baa5e99fcf3da937a761c120a6c93468 29581420 non-free/doc optional 
doc-rfc-old-std_20191026-1_all.deb
 75b6433fded3b5d851bdd8a3e426cb5e 76014692 non-free/doc optional 
doc-rfc-others_20191026-1_all.deb
 f7b10edfda3f0a82b0485ab9388d6799 97479372 non-free/doc optional 
doc-rfc-std-proposed_20191026-1_all.deb
 3828a570b36884a81239bb0169f716af 8911736 non-free/doc optional 
doc-rfc-std_20191026-1_all.deb
 7555c705bd40b51467d52750b4baac26 8964 non-free/metapackages optional 
doc-rfc_20191026-1_all.deb

Accepted python-mox 0.7.8-2 (source) into unstable

2019-10-18 Thread Iustin Pop
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Fri, 18 Oct 2019 22:15:22 +0200
Source: python-mox
Architecture: source
Version: 0.7.8-2
Distribution: unstable
Urgency: medium
Maintainer: Iustin Pop 
Changed-By: Iustin Pop 
Closes: 941562
Changes:
 python-mox (0.7.8-2) unstable; urgency=medium
 .
   * Acknowledge NMU, thanks Sandro! (Closes: #941562)
   * Fix autopkgtest bug introduced by new upstream dependencies
   * Remove old lintian overrides which caused new lintian warnings
Checksums-Sha1:
 f1ff8215d05661f69616f65570951c40e3ae7bc1 2053 python-mox_0.7.8-2.dsc
 9abefb2b98b6d10317e88aecd40f7e81eb5645d4 2748 python-mox_0.7.8-2.debian.tar.xz
 13cd491520c49b7b5fd71d122e5eb355fd6e245b 7244 
python-mox_0.7.8-2_source.buildinfo
Checksums-Sha256:
 0d99536578e33cdfea01567fb5da1787bd955f0e1132a459ffa3bedb026a5676 2053 
python-mox_0.7.8-2.dsc
 22070d91c4827e1068f6bb78257ae89ed81386ffc4435f138ef987cab991144c 2748 
python-mox_0.7.8-2.debian.tar.xz
 eab2ae00ed6010ff283c3a5f1cb0cd986eb32da6ec7e700aa2ce99d2b450a7e1 7244 
python-mox_0.7.8-2_source.buildinfo
Files:
 1700ab8ad3532efc0d144028756dc0ef 2053 python optional python-mox_0.7.8-2.dsc
 115263824f7cc1f3e40dd9d8391516c5 2748 python optional 
python-mox_0.7.8-2.debian.tar.xz
 ec793bc489c1fa334efe96f9600c7749 7244 python optional 
python-mox_0.7.8-2_source.buildinfo

-BEGIN PGP SIGNATURE-

iQJGBAEBCgAwFiEEy5TjqjsXVdYeuxml9m4+QZ+E9N4FAl2qHxoSHGl1c3RpbkBk
ZWJpYW4ub3JnAAoJEPZuPkGfhPTekYoP/0J+LNJBWe6E6MT8FjiyyU3HeEAchCEy
xYnMSySBa0Qt6uFgauhcd/XP4CkeKsoZvvt2toAHBdaKC/I8NDKJSqZILQSQo+25
VyDRQx0giHJN94rHUYv3RCEf8P9TiuwmOMRpa4XEiALkIqsLawhfi2VEgD7ImvYp
lGJd/X/fya7B94FyH5qmYtyV9GxI9NocWSbYpJaQstqoCrM6lUrLwPGLO994NrNb
vm7UvtKzlTa9x2na6XwAbgBWa1zqRwJAQ2YzG/j1rw7613Fm3NWuRf4wlWjy1qJX
chqE5Wi2b/tASCpOrRMbqLaSErCoSlE61Cpnsgy8j3BkV98kX9DtCkiXjEFqgvSJ
va9jIi+oQtUE4V7xqsz+ybl65v4xcdP3Ca9BidjyefBHh+vbrIf3cgCKDrlG+PWA
vT/BY5rF6p8UTszFN/2ohLLQQM13vYvij2/cSe9SUYK9cifWMOOkr8jE6EcHYClg
NxdrYOwJ3jH5eclVWI/HkCKjxDZvZGBkO2Ga1bZ0uyEU8wfopJNbmqH5VdiGGhnb
I30T0+atNlvL+sHVjPcA9JbjlSL7dcC5lxv3fBtsE88EZpmU0qukHrOaV8/RC+uu
v8ZMhWsb7Xm7dkKAXbjqkQC4G3ZIfFKh9grY4wZLB3XaPbpDIjhSt8uxOYYS6o7I
RLKBsuEm9hS8
=kuzm
-END PGP SIGNATURE-



Re: @debian.org mail

2019-06-04 Thread Iustin Pop
On 2019-06-04 17:51:56, Graham Inggs wrote:
> Hi
> 
> On 2019/06/03 10:40, Daniel Lange wrote:
> > To do better, we should really offer SMTP submission/IMAP services for
> > @debian.org as soon as possible and - after a grace period - publish a
> > mx -all SPF record.
> 
> I would certainly make use of SMTP for sending @debian.org email.  I can't
> see the advantage of IMAP over forwarding though, would you explain how you
> see it working, or who would use it?

+1 on both counts.



Re: Do we want to Require or Recommend DH

2019-05-13 Thread Iustin Pop
On 2019-05-13 17:58:47, Thomas Goirand wrote:
> On 5/13/19 3:57 PM, Marco d'Itri wrote:
> > On May 13, Sam Hartman  wrote:
> > 
> >> As promised, I'd like to start a discussion on whether we want to
> >> recommend using the dh command from debhelper as our preferred build
> >> system.
> > I have already asked this last time, but nobody answered.
> > I use debhelper in all of my packages but I have never switched to dh: 
> > why should I bother?
> > "Everybody is doing this" is not much of an argument.
> > 
> > Would dh really make a debian/rules file like these simpler to 
> > understand? Can somebody try to win me over with a patch? :-)
> > 
> > https://salsa.debian.org/md/inn2/blob/master/debian/rules
> 
> Without looking much, without checking if the package even builds,
> here's a possible result:
> 
> https://salsa.debian.org/zigo/inn2/blob/master/debian/rules
> 
> Admittedly, I haven't understood all of the hacks you did (what's the
> $(no_package) thing for?).
> 
> It's only 15 lines shorter, but that's not the point. The point is that
> it only declares things you are not doing like everyone else.
> 
> Now, I have another example, which is quite the opposite one of what you
> gave as example:
> 
> https://salsa.debian.org/openstack-team/debian/openstack-debian-images/blob/debian/stein/debian/rules
> 
> Why would one want to switch that one to something else? The package,
> basically, consists of a shell script and a man page only. The
> minimalism of this package doesn't require an over-engineered dh
> sequencer, does it? I'm happy the way the package is, and I don't think
> I'd switch to the dh sequencer *UNLESS* someone has a better argument
> than "it's new", or "debian/rules will be smaller", or even "it's going
> to evolve without you even noticing it" (which is more scary than
> anything else, which is IMO one of the defects of the dh sequencer).

This example is indeed interesting, but IMO for the opposite reason. The
last commit on this file was to fix #853907 which is about the
intricacies of exactly which targets to call in which sequence for the
package type. Which dh avoids, because it has logic to do things rather
than require the human to write the exact code needed - since we don't
have (or didn't have at that time) good enough pre-upload tests.

So in this case, wouldn't dh have completely avoided the bug?

Very side note: why is that package a binary package instead of
arch-indep, if it contains only a man page?

regards,
iustin


signature.asc
Description: PGP signature


Accepted doc-rfc 20181229-2 (source all) into unstable

2019-01-04 Thread Iustin Pop
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Fri, 04 Jan 2019 22:56:31 +0100
Source: doc-rfc
Binary: doc-rfc doc-rfc-std doc-rfc-std-proposed doc-rfc-old-std 
doc-rfc-fyi-bcp doc-rfc-experimental doc-rfc-misc doc-rfc-informational 
doc-rfc-others
Architecture: source all
Version: 20181229-2
Distribution: unstable
Urgency: medium
Maintainer: Iustin Pop 
Changed-By: Iustin Pop 
Description:
 doc-rfc- RFC documents metapackage
 doc-rfc-experimental - Experimental RFCs
 doc-rfc-fyi-bcp - FYI and BCP RFCs
 doc-rfc-informational - Informational RFCs
 doc-rfc-misc - Historic and draft RFCs
 doc-rfc-old-std - Old Standard RFCs
 doc-rfc-others - Old experimental and unclassified RFCs
 doc-rfc-std - Standard RFCs
 doc-rfc-std-proposed - Proposed Standard RFCs
Closes: 895541 918249
Changes:
 doc-rfc (20181229-2) unstable; urgency=medium
 .
   [ Till Kamppeter  ]
   * In the autopkgtest replaced the call of pstotext by ps2txt
 as pstotext upstream is unmaintained for years and stopped
 working with Ghostscript whereas ps2txt is part of ghostscript
 (LP: #1762778, Closes: #918249, Closes: #895541).
 .
   [ Gianfranco Costamagna ]
   * Commit the Ubuntu delta on Debian git.
 .
   [ Iustin Pop ]
   * Acknowledge semi-NMU, thanks a lot Gianfranco!
   * Restore rfc5771.txt deleted by quilt (misbehaviour), to make future
 merges with upstream easier.
Checksums-Sha1:
 220ccaa9a593a5472a9ea9d53e17e05ea345ab39 2881 doc-rfc_20181229-2.dsc
 885a2f54d6dea6749b3e3ede920def5ba735c95f 20556 doc-rfc_20181229-2.debian.tar.xz
 48356b08bc35ca2a154c9af8f9f915cb42f76703 6999424 
doc-rfc-experimental_20181229-2_all.deb
 b4fe033d6dde6989e2f7ff66e6fd5ab935091c6b 4314220 
doc-rfc-fyi-bcp_20181229-2_all.deb
 3550fff96aa72d7dc28192797cf905944526d800 39128808 
doc-rfc-informational_20181229-2_all.deb
 e33f1a2cdaf0414924ed71eae1e7d263c727a7d7 8319876 
doc-rfc-misc_20181229-2_all.deb
 518c0a19844dc877cf9b97c133f1e76129aed09f 17075240 
doc-rfc-old-std_20181229-2_all.deb
 cfe9dcc56f445e146567e03a52bfbf821e2de39c 59903172 
doc-rfc-others_20181229-2_all.deb
 e2ee17decff953de8d16978a7d62f5ce801936ba 45075956 
doc-rfc-std-proposed_20181229-2_all.deb
 450c94df4e137c7484b37578daebb29fdd95800e 5160912 doc-rfc-std_20181229-2_all.deb
 76eb589ebc463587c807d92c02e8d007c87c8d1e 8904 doc-rfc_20181229-2_all.deb
 b9e57d31d1dc5ba617eb7101191bcd4d5090ca01 10248 
doc-rfc_20181229-2_amd64.buildinfo
Checksums-Sha256:
 ca21e7a75045510c30322d7c2672cea7fd2e09a474cd7421de6942a60bc3ddb2 2881 
doc-rfc_20181229-2.dsc
 81bfa99ecd88cbcff9a850c361a6cbe576157da101d4d256cdd635fed8be9c9f 20556 
doc-rfc_20181229-2.debian.tar.xz
 fb7e726d694055ae4fd45b62e5d4f8dc083c218d72c64299084053d137144a90 6999424 
doc-rfc-experimental_20181229-2_all.deb
 21cdf2f6b805fd764f57065dcd6110039c3f5494b425044a9c4f08d174120ed5 4314220 
doc-rfc-fyi-bcp_20181229-2_all.deb
 94913c56016287950717ed35d18dec8a1632e2d7f8f153e7e897a83a40c69076 39128808 
doc-rfc-informational_20181229-2_all.deb
 73e8b9d310b6e1f852dba05e6fc572e2dbbfc3704c68152b8314a232eda1abcd 8319876 
doc-rfc-misc_20181229-2_all.deb
 0bcb250db963b614c85cfb5857712e299270b26d1edf557b761b925bce8f516f 17075240 
doc-rfc-old-std_20181229-2_all.deb
 e3527f66e477a9b3eb39294e15a44453a75e45229975c4d5caca149ab621991a 59903172 
doc-rfc-others_20181229-2_all.deb
 b54f5e74e5a2fcf27766bced52312d65ff003f06e897cebe54996472b75ee0e7 45075956 
doc-rfc-std-proposed_20181229-2_all.deb
 e203257e160cc3b741f0e5d9113c9b51c43a25fe75c3106900fd53bdafd81202 5160912 
doc-rfc-std_20181229-2_all.deb
 429203f05ff803d063df92008ca38b18786ada23734ff890acb81e233648b1f7 8904 
doc-rfc_20181229-2_all.deb
 7e3fc0882f019b9f6cb8dcd485ffd5c39fe5d17983da5d2fbc3b4ca96223c923 10248 
doc-rfc_20181229-2_amd64.buildinfo
Files:
 9a8117018ce184cc4080babc742647a0 2881 non-free/doc optional 
doc-rfc_20181229-2.dsc
 4a35973ee7401840a18041ce338aa533 20556 non-free/doc optional 
doc-rfc_20181229-2.debian.tar.xz
 b6cfd0ba4f12b929f8def9a88984c316 6999424 non-free/doc optional 
doc-rfc-experimental_20181229-2_all.deb
 6feb2165e6c4d7aece40009d2fd26957 4314220 non-free/doc optional 
doc-rfc-fyi-bcp_20181229-2_all.deb
 7374ce65550f2d7f4fa175a3324df47b 39128808 non-free/doc optional 
doc-rfc-informational_20181229-2_all.deb
 b35484a839a33f193e4d3fd4b9f1507d 8319876 non-free/doc optional 
doc-rfc-misc_20181229-2_all.deb
 dc097d4a48eca932fb053bddf980ec46 17075240 non-free/doc optional 
doc-rfc-old-std_20181229-2_all.deb
 b53a60405971af3c12d1d56e75b71b52 59903172 non-free/doc optional 
doc-rfc-others_20181229-2_all.deb
 5c389a0fef90461512589bce1999b322 45075956 non-free/doc optional 
doc-rfc-std-proposed_20181229-2_all.deb
 07503a713ac5701cfd060e89f8c57e9c 5160912 non-free/doc optional 
doc-rfc-std_20181229-2_all.deb
 507cecea9f45064485333bd7987f9a56 8904 non-free/metapackages optional 
doc-rfc_20181229-2_all.deb
 3c6fec83be8aeae95f40e782bd2c1e92 10248 non-free/doc optional 
doc-rfc_20181229-2_amd64.buildinfo

-BEGIN PGP SIGNATURE

Accepted python-pylibacl 0.5.3-2 (source) into unstable

2019-01-03 Thread Iustin Pop
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Thu, 03 Jan 2019 10:16:25 +0100
Source: python-pylibacl
Binary: python-pylibacl python-pylibacl-dbg python3-pylibacl 
python3-pylibacl-dbg python-pylibacl-doc
Architecture: source
Version: 0.5.3-2
Distribution: unstable
Urgency: medium
Maintainer: Iustin Pop 
Changed-By: Iustin Pop 
Description:
 python-pylibacl - module for manipulating POSIX.1e ACLs
 python-pylibacl-dbg - module for manipulating POSIX.1e ACLs (debug extension)
 python-pylibacl-doc - module for manipulating POSIX.1e ACLs (documentation)
 python3-pylibacl - module for manipulating POSIX.1e ACLs (Python3 version)
 python3-pylibacl-dbg - module for manipulating POSIX.1e ACLs (Python3 debug 
extension)
Changes:
 python-pylibacl (0.5.3-2) unstable; urgency=medium
 .
   * Refresh packaging for upcoming release:
 - switch Vcs URLs to Salsa
 - switch watch file and copyright URLs to https
 - update standards version (remove 'extra' priority)
 - drop obsolete Xs-Python* headers
 - add Rules-Requires-Root: no
 - switch to debhelper compat level 12
   * Do a source-full upload to include upstream tarball signature in the
 archive.
Checksums-Sha1:
 ad650d7309563fb297fdb28f6a79eadc04de81ea 2731 python-pylibacl_0.5.3-2.dsc
 dbe0e46c9d4024ee558feb5d17e0e2b5209502f5 33253 
python-pylibacl_0.5.3.orig.tar.gz
 c9fa7107afa331587b51621b2c1f77930e1c5272 819 
python-pylibacl_0.5.3.orig.tar.gz.asc
 04010baa667394667023c11fa9b44103b2b09be9 8628 
python-pylibacl_0.5.3-2.debian.tar.xz
 6e5a7be2c9b24a04cd7c89351cd18318521e6b89 8769 
python-pylibacl_0.5.3-2_source.buildinfo
Checksums-Sha256:
 966e4bc7b4831aae3be998c9f2db79b61f0e2644d6e4927b0fcf4ef9f504cd60 2731 
python-pylibacl_0.5.3-2.dsc
 40be9f1fc5de05e4c25505c45ad7cda61b3b8db5dd730e98b6d2c05574e07d30 33253 
python-pylibacl_0.5.3.orig.tar.gz
 3ed73b5ce18752c2678f40132221e5e16ef480ab2cf0561a5dcace79b3400099 819 
python-pylibacl_0.5.3.orig.tar.gz.asc
 888b94b6736e7728df0609ba0c73e0d04635deaa66d15eaf9a23281d5cb4f03c 8628 
python-pylibacl_0.5.3-2.debian.tar.xz
 93021de3c19dbce5351092c394b4dcc6757b9b10c5ffae0cfe2a6d996ff27979 8769 
python-pylibacl_0.5.3-2_source.buildinfo
Files:
 639307c2d1a32be771b682bda135157d 2731 python optional 
python-pylibacl_0.5.3-2.dsc
 5d161e22ba5d94618d50ccffbfeb6050 33253 python optional 
python-pylibacl_0.5.3.orig.tar.gz
 3365627eaf1a9de4824539cbf5281e06 819 python optional 
python-pylibacl_0.5.3.orig.tar.gz.asc
 b6523896414b1ea69ea879fa9a4d3025 8628 python optional 
python-pylibacl_0.5.3-2.debian.tar.xz
 480707f32bd3c86a0115d5e393ad22f7 8769 python optional 
python-pylibacl_0.5.3-2_source.buildinfo

-BEGIN PGP SIGNATURE-

iQJGBAEBCgAwFiEEy5TjqjsXVdYeuxml9m4+QZ+E9N4FAlwt5OISHGl1c3RpbkBk
ZWJpYW4ub3JnAAoJEPZuPkGfhPTeHVMP/3kdhu/rLsNxjqLISntsnEFthJTnl25X
5VYAPMrKL+1YbqfazxAG2cdbfcQZjT1+kUdrm4UFmkJEM9DKH6uT0lIgD3vXUzYk
0juvGZWT63zNiIBUNcfPQr8IcajVCgKcDmf31++Ud1Aa4Gwo2AwzWDYUdHD6U+kM
wBep0cCMBbkbqP7JPI+Ja3ayY72/AwNdPMBwsNL9Xq1yfZZYveKflnNuYnPCureL
xmUiKn1yaaGoEb8wBywT8MQFiouaIqymNNSrItJ4tgZFejHwZ07GYw5KXxqltS1P
kjnGEvIA3U8JuoDjtyCLPXFQqfz18jJtw0fJgqF4QY+CT6/+JMD9k7ttH+YdUywl
XYRgkR4o+gF3ceyXgfYiSn6zj4lmmbdjhosOM6/Fm6eOTdG5WhomwVLgh4jIXl7+
Edmcl+1IP/qcnILytgou3Kxwz6PhsVQyXvUf1YVsXrDUyYM80arS8YY0DyqMXiIc
UsSc6Pvh9BJU8xO9u9neenO6DGhXclPrt62kb09NwyLAKhf7ob2myzwpGrmFEofA
b0C/RazL7HleKQEua4VOl3hcoKFzXCWRZNdHisstvgBIekO29THOW2SYiE8htZTo
JgdYzfkoJQA+8WHLftfaIUn5VvZYxu/WQI/eUiKmmAq/Kl1ZpnfU8uW7EEs1qRdk
TBcdCwM48PU+
=HFWz
-END PGP SIGNATURE-



Accepted python-mox 0.5.3-5 (source) into unstable

2019-01-03 Thread Iustin Pop
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Thu, 03 Jan 2019 11:18:22 +0100
Source: python-mox
Binary: python-mox
Architecture: source
Version: 0.5.3-5
Distribution: unstable
Urgency: medium
Maintainer: Iustin Pop 
Changed-By: Iustin Pop 
Description:
 python-mox - mock object framework for Python
Changes:
 python-mox (0.5.3-5) unstable; urgency=medium
 .
   * Refresh packaging for upcoming buster release, which will be the last
 release to have this package; upstream is long gone, and this tool has
 better alternatives. Changes:
 - refresh standards version (rules-requires-root: no, drop 'extra'
   priority)
 - switch to debhelper 12, and thus to pybuild system
 - add lintian overrides for 'code.google.com is dead'
Checksums-Sha1:
 89a930fd1ee8faaa73988e1cede4241cef669136 1943 python-mox_0.5.3-5.dsc
 236c4cdf7a6ca96abbe42a514778e4320a4715d6 3108 python-mox_0.5.3-5.debian.tar.xz
 ef98f8f367b83d7df181172a8c302ce4323ab3cb 6622 
python-mox_0.5.3-5_source.buildinfo
Checksums-Sha256:
 8d96b030b498821a4d4ab50404ec8344f83359484ef6ec3b6c2bc7af62aa1710 1943 
python-mox_0.5.3-5.dsc
 a6e7d7bb589e969b5ae2d792ccf149b1c23748701fe07df3fb2ecfea4154440d 3108 
python-mox_0.5.3-5.debian.tar.xz
 52081d8de8f08562eb365785d29d2c4989e9732c5f9e16b8ef0e01508ecbd607 6622 
python-mox_0.5.3-5_source.buildinfo
Files:
 164e8f29e7f88159e925b16d7e076338 1943 python optional python-mox_0.5.3-5.dsc
 a9db8ed585c16141d6d2e4436060ca03 3108 python optional 
python-mox_0.5.3-5.debian.tar.xz
 8babaac994a51a46e3627aed1735c1af 6622 python optional 
python-mox_0.5.3-5_source.buildinfo

-BEGIN PGP SIGNATURE-

iQJGBAEBCgAwFiEEy5TjqjsXVdYeuxml9m4+QZ+E9N4FAlwt4fISHGl1c3RpbkBk
ZWJpYW4ub3JnAAoJEPZuPkGfhPTeWpUP/3nBBrPOQ2lDPKmqM2zpRmjJbdCguvaE
0g3DyHSSs+RA3iznhPLbtRz1IkEaTSmAdQxR6uVjqfZvtFvw7bSD/s53udBturWe
EYVH1Cs8Q71O5HkJi67bdTG5sm4GBREAYw2SnOcFk2IMWpzT1cBkdU1BsLj5CT+f
F0V2rrcQRZQz8uR+ku5j4EIb7XsRAoL/KoSyPSK0JY03K66RNhpd3TG20JY65Bzc
TLAzGIRwUJCeDu+o9nPJKvpxOess8obwgmhdG2j4mFouLnET2hUz2Vma8w/rBrYt
ElCxRxcHGd13M8gHONigYEetitL3uu+eA3fUppuHDzlxKZPOgLpvRIfEFav2IhDe
SH2PjxdZiH0kLOsPGP+po0ILmAZ+NfArO88dUNVIHNa2Y7ML9LpsgUMwJuy7Mgn0
I1+W95ZtjEAQm0kN9vBF9tfE0H6MBSCM5rIylJJdQsR+wTAf2N6yGYwiogMAEpgy
X1Ll9CDrJ5aT3WIR5Jrlmp8Ck0aNWK15OOm/G4INf0jpF8aAAFNlA/rSzwXztPzt
Q56HF0x8TQBgQdBnOxaMsx+pB1Tyv9ehfhbYTk8dabQ8e+NuOrEse0xTPTsjLZ8h
ma/06pfkE0VJozUgQJ2EPm+PNQ7DMalcZo3PCW0UhXLZagbG0cfSfdm0NpGUF5DV
mPIHLRTWCDkv
=oVm+
-END PGP SIGNATURE-



Accepted doc-rfc 20181229-1 (source all) into unstable

2019-01-02 Thread Iustin Pop
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Wed, 02 Jan 2019 15:05:24 +0100
Source: doc-rfc
Binary: doc-rfc doc-rfc-std doc-rfc-std-proposed doc-rfc-old-std 
doc-rfc-fyi-bcp doc-rfc-experimental doc-rfc-misc doc-rfc-informational 
doc-rfc-others
Architecture: source all
Version: 20181229-1
Distribution: unstable
Urgency: medium
Maintainer: Iustin Pop 
Changed-By: Iustin Pop 
Description:
 doc-rfc- RFC documents metapackage
 doc-rfc-experimental - Experimental RFCs
 doc-rfc-fyi-bcp - FYI and BCP RFCs
 doc-rfc-informational - Informational RFCs
 doc-rfc-misc - Historic and draft RFCs
 doc-rfc-old-std - Old Standard RFCs
 doc-rfc-others - Old experimental and unclassified RFCs
 doc-rfc-std - Standard RFCs
 doc-rfc-std-proposed - Proposed Standard RFCs
Changes:
 doc-rfc (20181229-1) unstable; urgency=medium
 .
   * New upstream version.
   * Improve the retrieval of upstream files to eliminate the remaining
 manual step, for more reliable builds.
   * Switch to newer standards version: no changes needed, but add
 rules-requires-root: no.
   * Switch to debhelper 12, and to new method of declaring the compat level.
Checksums-Sha1:
 d7bea264d0ed94a48f3aac6f4f8ba38ecab874d2 2878 doc-rfc_20181229-1.dsc
 56b2d686f93b91f7333f63cb50ddd850cc47dc10 4360625 
doc-rfc_20181229.orig-extra.tar.gz
 8afffcfb59a6ba1365e6e31f4bbe6d69f9acd603 176755143 doc-rfc_20181229.orig.tar.gz
 2128169aee771e2d803326c860385c1659696ca2 20304 doc-rfc_20181229-1.debian.tar.xz
 78a723a6c39b10ea2709902627f2857aa4351171 6998384 
doc-rfc-experimental_20181229-1_all.deb
 0189b73c46b1f67bb10d2e3f6e01d84e76348028 4313920 
doc-rfc-fyi-bcp_20181229-1_all.deb
 8e7c207950715cc5787558562a7553f4bd147816 39128476 
doc-rfc-informational_20181229-1_all.deb
 e19f487da4eb65a2d1bbac25bf8dc6bfc79d4544 8319572 
doc-rfc-misc_20181229-1_all.deb
 a0d36135efd1848f647326d50efafd32f3f7118f 17074848 
doc-rfc-old-std_20181229-1_all.deb
 710dd23e2a0b522e6b471dbdf35b827649c62c87 59902916 
doc-rfc-others_20181229-1_all.deb
 54d75d3d4098fc79546355964bf0901c8eaafe83 45075688 
doc-rfc-std-proposed_20181229-1_all.deb
 cc738544f9a8b9961f22ea27092ae7d276c5d160 5160624 doc-rfc-std_20181229-1_all.deb
 c156535b8e917be1f0992d8dbc2ca8b0f515ad65 8624 doc-rfc_20181229-1_all.deb
 7edc5bcf28592ebb10b5fa9fe375561722c6f900 10248 
doc-rfc_20181229-1_amd64.buildinfo
Checksums-Sha256:
 ff6395e51faf25f79bfb00e721a0c22bbf4c38b894918eb2854a83606ab5a7b8 2878 
doc-rfc_20181229-1.dsc
 508da14ea4211d280fc272d0884bf6b79abe787d8ea76489192403be7f1a883d 4360625 
doc-rfc_20181229.orig-extra.tar.gz
 6441785a278ffcf7b6f064a8ff4c0872afa7f698619e30488832636548b91bec 176755143 
doc-rfc_20181229.orig.tar.gz
 3e3f020eaca1b3804bc49f94a5683f3ea749c25631339143bc99666bc2273222 20304 
doc-rfc_20181229-1.debian.tar.xz
 cdd3407bf8fbba90e6a388ed8f239c1593ff34c266cd4eac1eb9ac54f165b7bb 6998384 
doc-rfc-experimental_20181229-1_all.deb
 cf9b025b17ff3f7020472e9b3d69c42b05c21bee85830a4ccf37a701d7b87b8f 4313920 
doc-rfc-fyi-bcp_20181229-1_all.deb
 3e61af3308dbd67442cd2601d133c993ad3b56d4963e74c2a9226d8f22d995ab 39128476 
doc-rfc-informational_20181229-1_all.deb
 fdb4654502759a00b00215d546a784026c4926b769826123cd612fe4be14909f 8319572 
doc-rfc-misc_20181229-1_all.deb
 968c4ae2b0fad1eb811c3c14aac493cc69fc6c91547112121c4137e1c30586e4 17074848 
doc-rfc-old-std_20181229-1_all.deb
 93e74ab4c7d36743221125a7ab9be128dc9a71f20be2e7cb85360944e5ad2162 59902916 
doc-rfc-others_20181229-1_all.deb
 811be6a9102da4943f56f6f00d2e3ac173e50ed3b2cc847f6ee67d43764e02fa 45075688 
doc-rfc-std-proposed_20181229-1_all.deb
 9663657858fa8ec2bf57ee7f5d92c233479fa286c87e1e1194e0a699b455 5160624 
doc-rfc-std_20181229-1_all.deb
 6939fcd4438714f562d99a300dad0585171df398593215e0dc7e6f2bbca72b92 8624 
doc-rfc_20181229-1_all.deb
 5f371a15b8b8d2429a5f3efff69baf1d0ae3be7bc860499fab19f0b2747468ca 10248 
doc-rfc_20181229-1_amd64.buildinfo
Files:
 9820c96254abe80daacad2a908a94afb 2878 non-free/doc optional 
doc-rfc_20181229-1.dsc
 bdaa58499789a137a25d34755e308709 4360625 non-free/doc optional 
doc-rfc_20181229.orig-extra.tar.gz
 bf5d8dd1b2f4ec72d6f6ca7e579b59ec 176755143 non-free/doc optional 
doc-rfc_20181229.orig.tar.gz
 bed92e199dd983289850f3af33f50408 20304 non-free/doc optional 
doc-rfc_20181229-1.debian.tar.xz
 c5029e76096516392edbf6b53407f389 6998384 non-free/doc optional 
doc-rfc-experimental_20181229-1_all.deb
 e50c87c83163d3177940f8e2f17e7b78 4313920 non-free/doc optional 
doc-rfc-fyi-bcp_20181229-1_all.deb
 d254308f8194455f157c608e7dbe 39128476 non-free/doc optional 
doc-rfc-informational_20181229-1_all.deb
 c6591a076fcfa01efb309a71533080e2 8319572 non-free/doc optional 
doc-rfc-misc_20181229-1_all.deb
 2ddd05126708912f7f0b833d8bd229a7 17074848 non-free/doc optional 
doc-rfc-old-std_20181229-1_all.deb
 968e96b2a2c062ef4b5882f886a1469c 59902916 non-free/doc optional 
doc-rfc-others_20181229-1_all.deb
 45de4ee2d148c02b52b737670c40da5a 45075688 non-free/doc optional 
doc-rfc-std-proposed_20181229-1_all.deb

Accepted dict-foldoc 20181230-1 (source) into unstable

2019-01-01 Thread Iustin Pop
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Tue, 01 Jan 2019 16:34:24 +0100
Source: dict-foldoc
Binary: dict-foldoc
Architecture: source
Version: 20181230-1
Distribution: unstable
Urgency: medium
Maintainer: Iustin Pop 
Changed-By: Iustin Pop 
Description:
 dict-foldoc - FOLDOC dictionary database
Changes:
 dict-foldoc (20181230-1) unstable; urgency=medium
 .
   * New upstream version, quite a bit of changes (but small).
   * Update a bit the packaging, fixing some lintian warnings.
   * New standards version, but not changes needed.
Checksums-Sha1:
 2cac71bf550cedc2c3342ed76d178130ac8417aa 1985 dict-foldoc_20181230-1.dsc
 e975e6dcdca2e87c4ae3f0aabfc2f72134ff8189 2163022 
dict-foldoc_20181230.orig.tar.gz
 2aa26d6cbbdfbe1246db62367f6df8f8373caeeb 16004 
dict-foldoc_20181230-1.debian.tar.xz
 c00f1600505251d63c74cd68d601d0cf98c88920 5858 
dict-foldoc_20181230-1_source.buildinfo
Checksums-Sha256:
 896de09a5d6f005969d7ba2310f965d153e1fef29f91a681f3a7adeb1a521682 1985 
dict-foldoc_20181230-1.dsc
 5a7b6aedb61934ecc405fb4252604b87b1dc4342e0c99a12f74926ddf0271e49 2163022 
dict-foldoc_20181230.orig.tar.gz
 451eadf4320114097a6e347a166af4e263943634d087506811b18cb100c06ba0 16004 
dict-foldoc_20181230-1.debian.tar.xz
 bb0b7ef8e057c9b8ea37a42907e114e2dda4603d4bc5370f389505e64d738d35 5858 
dict-foldoc_20181230-1_source.buildinfo
Files:
 8eec1a54a1a298b3308e12f0a5334a14 1985 text optional dict-foldoc_20181230-1.dsc
 1e7c71d5116960441031f3f87100444f 2163022 text optional 
dict-foldoc_20181230.orig.tar.gz
 64d4631cb4aeacd34cccf9de77754754 16004 text optional 
dict-foldoc_20181230-1.debian.tar.xz
 a6674e16e64456cf8cb8d30709d83064 5858 text optional 
dict-foldoc_20181230-1_source.buildinfo

-BEGIN PGP SIGNATURE-

iQJGBAEBCgAwFiEEy5TjqjsXVdYeuxml9m4+QZ+E9N4FAlwriJkSHGl1c3RpbkBk
ZWJpYW4ub3JnAAoJEPZuPkGfhPTeBbwP/jsYVdg5bgkADESLKI5pemJx3bMPiUxW
3iMrF9fh1Lyv+HDYSZu7ii4svcT4UIOOVgztZEoXK/keMHA6oAdkuiT7SIFZFusT
xFqaGO1EcmrkrJEkfqsn7jflBRnHpUJQ0hLpOHwU3vnamPtzCoNlaojASAzQzhPz
/gwhxGyA2aRavqX0kz2i9D25liufd8eiuTc5B4409c9qzswc70/fcc/WRACrpgN0
2wXnLlntbR8z17XPIcDqmE1FgvCVObyv2SflVdE9Lhddy+Ayq6QSHtGtPJVKrD+S
KLpv3m/731H+F38Klic8Huw2+vZaYtDVh8DI06pXdWRXriir7TVmMKBh+O9KalHx
L1Ppn1P2Hls7nHoZUQhLAZtng+4DNUZLJzIGPlzoM8shX+kbuP0b4AJF8c2dy9qJ
vNEa3Wl6lm2kIMP3fSzyANlyql8iCzuvFfrdhawNPITMjFu7t5+8vf3f5ITjFR73
W5xAxKvqZvx8OXtKVvuygohiroZROix4jo19+rQzRcLo8zusbFgurkk/OLhE0yvT
oTQnjuPUswz2++3rcguwGnPm3a4prx3zQDiCokQC5+PwVB340Hc5I9aXMHLGcxsB
n4J+KYaZSn54mQGMrdcM0Q3UvcfWqEMJtxysW45JKmAw1uDVAkL6+ZEkOZZQq5od
70trGtOexBUN
=TnRT
-END PGP SIGNATURE-



Re: I resigned in 2004

2018-11-10 Thread Iustin Pop
On 2018-11-10 15:31:31, Mattia Rizzolo wrote:
> Also, indeed I'm not an HRM person, […]

And especially because of that, thank you very much for your work.

> I don't feel any "guilt" here, sorry.

And neither should you.

thanks,
iustin


signature.asc
Description: PGP signature


Accepted python-pyxattr 0.6.1-1 (source) into unstable

2018-10-29 Thread Iustin Pop
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Mon, 29 Oct 2018 21:45:20 +0100
Source: python-pyxattr
Binary: python-pyxattr python-pyxattr-dbg python3-pyxattr python3-pyxattr-dbg 
python-pyxattr-doc
Architecture: source
Version: 0.6.1-1
Distribution: unstable
Urgency: medium
Maintainer: Iustin Pop 
Changed-By: Iustin Pop 
Description:
 python-pyxattr - module for manipulating filesystem extended attributes
 python-pyxattr-dbg - module for manipulating filesystem extended attributes 
(debug ext
 python-pyxattr-doc - module for manipulating filesystem extended attributes 
(documenta
 python3-pyxattr - module for manipulating filesystem extended attributes 
(Python3)
 python3-pyxattr-dbg - module for manipulating filesystem extended attributes 
(Python3 d
Changes:
 python-pyxattr (0.6.1-1) unstable; urgency=medium
 .
   * New upstream release, with two changes that affect Linux and Debian:
 - Drop the use of the `attr` library, and instead switch to the glibc
   header `sys/xattr.h`, which is provided for a really long time now
   (since glibc 2.3)
 - Release the GIL when performing I/O, which can improve performance
   significantly on network or slow filesystems; slowdown on fast
   filesystems should be minimal (0-5%, in many cases negligible)
   * Usual updates to the debian packaging (new standards version, added
 rules-requires-root: no, debhelper compat version, etc.)
Checksums-Sha1:
 7a6679d7d158f992d2f53a686c6558984c31e70c 2692 python-pyxattr_0.6.1-1.dsc
 b23ea84b4175619266b253b17705ad09644cab8e 32105 python-pyxattr_0.6.1.orig.tar.gz
 dead75ff797cdb9c77db67f7f0d91683443d380f 833 
python-pyxattr_0.6.1.orig.tar.gz.asc
 d97d65cef5161cbdc065b61ae14c515cabf78e2a 8756 
python-pyxattr_0.6.1-1.debian.tar.xz
 a5d97b8ef5cd0975a326f1a06b207b0da766e6ff 9027 
python-pyxattr_0.6.1-1_source.buildinfo
Checksums-Sha256:
 dbb076076a2aab7c5e370cf1f16830b4c7d27aadf9dc3d72f59f02339436ae29 2692 
python-pyxattr_0.6.1-1.dsc
 b525843f6b51036198b3b87c4773a5093d6dec57d60c18a1f269dd7059aa16e3 32105 
python-pyxattr_0.6.1.orig.tar.gz
 8b5f3f43512d5b6e8935be7ef40eb4884ea6e6e8307daff81998048441601789 833 
python-pyxattr_0.6.1.orig.tar.gz.asc
 1c0acab0c504fd6c7dce52b26b54971d684f491e2e71307808007bddadf839fc 8756 
python-pyxattr_0.6.1-1.debian.tar.xz
 e078d642bfd78dc29ee9822449caf139b05f40282fb689917a181d67dba38037 9027 
python-pyxattr_0.6.1-1_source.buildinfo
Files:
 b4a2fe63604262370d74ab99d83d9a13 2692 python optional 
python-pyxattr_0.6.1-1.dsc
 523e9d90f9801141c785d93e6197cc33 32105 python optional 
python-pyxattr_0.6.1.orig.tar.gz
 46112ad9e150a777a341849bc63ff26d 833 python optional 
python-pyxattr_0.6.1.orig.tar.gz.asc
 18bfa013602641c0120d3f0a0f07be4c 8756 python optional 
python-pyxattr_0.6.1-1.debian.tar.xz
 a295675d55dc73d801a041e65304a5da 9027 python optional 
python-pyxattr_0.6.1-1_source.buildinfo

-BEGIN PGP SIGNATURE-

iQJGBAEBCgAwFiEEy5TjqjsXVdYeuxml9m4+QZ+E9N4FAlvXcaASHGl1c3RpbkBk
ZWJpYW4ub3JnAAoJEPZuPkGfhPTeIJkQAJmtwwC0csQOkIO61vZ9ysrhhjIHLASE
S0RqHVFcFKiPKY9UkFF/xlnUYxQFe9kStCvHUJWh/cle6IwKjGQh0kbA6jxy2xeL
A6niaxd6RtIo5ZblKwONS78vrDS7XMIxZaKP6Qs+FK2k4QKrEGx9HeN8HCWHM4FT
a1xcBRr3vr9bxP9tVOT6LWbO4WHFsNezFKU+ale2A8cOtCiV0UI8Xkz34W/McPjA
JvaLQT3UZyx941iM4U+2bBFWGFjYhU7ZQxMzp5zHUGB/M2LEd2NzHXguAoryuxYb
VMO3OYYQcbmudd3O1zV6G3r8QRTaLvoZNwQ30ya3d227XFnWQr9nLbRwa7k57/VL
eZw7Y/FfK3UDmy4S7YgwGW8Ulvge+B8nVDWHqUWaNhYSkSFEe0q0TWOZMShgXFOf
4ilXtKHZHHlEHCueHQzHAUuHj+VhGZFJJPHeL7SpzXrWdPoBqgeL0/21G1CBVVr/
XIoF1fv1PAQVA2yx1B4O5l1r8R5I8eSbbUnIWQg+aRHQzeb38PQa3bC5GH8GsBBI
jpZGXNoa/5lfI0qIuH1SniSNLctkGxOqIvUDEBfQQjbaHkUF6mRRZa2Bi+eYfjir
EiaB3KEav4X7ORR8mWK9yKqu8VqLQAzIEiPrjZlEl5LP3Qsm70rs9mDm7r5SBfwj
djeIw7Jf6gXm
=L+4P
-END PGP SIGNATURE-



Accepted multitime 1.4-1 (source) into unstable

2018-10-26 Thread Iustin Pop
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Fri, 26 Oct 2018 13:04:36 +0200
Source: multitime
Binary: multitime
Architecture: source
Version: 1.4-1
Distribution: unstable
Urgency: medium
Maintainer: Iustin Pop 
Changed-By: Iustin Pop 
Description:
 multitime  - time-like tool which does multiple runs
Changes:
 multitime (1.4-1) unstable; urgency=medium
 .
   * New upstream version: minor build fixes and improvements to the quiet
 option.
   * Small cleanups in the packaging: new standards version, bump debhelper
 compat version.
Checksums-Sha1:
 90e08382781b2bafaf54757c36db461fe9e88109 1860 multitime_1.4-1.dsc
 a6fc75060c0ea75f9cb3f4ec98e02cbc5940c42c 51429 multitime_1.4.orig.tar.gz
 bb31da9f814957d052001677183cfed68839711f 2576 multitime_1.4-1.debian.tar.xz
 93ad5d5d303382849c8dd8834af57ac7453c3a46 5944 multitime_1.4-1_source.buildinfo
Checksums-Sha256:
 5b7510a9af70baf1e8f25f8f9a83da084f0887d3eaef0df6061d6b292d113d7f 1860 
multitime_1.4-1.dsc
 dd85c431c022d0b992f3a8816a1a3dfb414454a229c0ec22514761bf72d3ce47 51429 
multitime_1.4.orig.tar.gz
 6664e15b2e578103533e43819cefd525ff1721a28f117153068818889bc12fdc 2576 
multitime_1.4-1.debian.tar.xz
 65b4f9c77d883738008acd0406b0622bfa91fc7a9a3359158d599c53d8ef089c 5944 
multitime_1.4-1_source.buildinfo
Files:
 d2c71d2477c3d6abd6c67896e841e6e3 1860 utils optional multitime_1.4-1.dsc
 dc9d24f8262e1093eb6180c7accbf699 51429 utils optional multitime_1.4.orig.tar.gz
 da8d0ee0642fe82a25f2d169835d65f2 2576 utils optional 
multitime_1.4-1.debian.tar.xz
 74a8166ab68653d82add82c2f6500037 5944 utils optional 
multitime_1.4-1_source.buildinfo

-BEGIN PGP SIGNATURE-

iQJGBAEBCgAwFiEEy5TjqjsXVdYeuxml9m4+QZ+E9N4FAlvS9SkSHGl1c3RpbkBk
ZWJpYW4ub3JnAAoJEPZuPkGfhPTeslsP/RtFnI/7GI/vqFk9SCZTZd4MeY/s+1AR
OPe6qpn3AHqvkxwCg59GUDiPFIzRXvZrnzTgNKSH+/bOVAqt6D70J3GhY+8k9iOM
ZOr6ZovmVlNtSphGCrZzSja8sQyvpj1W1B1r/FiJNRe0adoHKQs+AM4M/+Dv9gsC
NGAzU4fl0KLNI51seTeo0+EkjJoTJRzCJlWvQxMpqWsr1fbRI3dAeaSKRT3pSKXP
YVTRCumsuJpOJWAoM9ccWEwd3711IEi2TZYH53OV4okUsY0FEmRVB3qJXLPuKdt5
RotX7EzwoQu9tgPjeHPkoTi5k81R9Z4L2fYo6oiDU/N9c9lchWCWNf59cMs+30Wt
CLGji7/gaz1DIyBgm+kH457LW5g3DECnGdyq0YRsBWXFQe7LQhYQAX0Re0aSgtQE
etcaqzkMZJA1J2/zPsGVSoecvtKpl3IAn7IwkUjGe5MYKPlvduSA+Yt38u8JjbTj
FFJcgBurzVQ0dGdAsqdMDzXgOssujTiQFS5wkjot1Vo8jFZKnkhCDPcyHAGCmPCd
aU4pKO/TpPXfggob3cHwTBJj0khLeYfdBxXObBhDHqIoQ4TvN6QI0MZXNPKfVoZa
YwAdHptkcKLmL6wTjd923savpEA50+b8RX9j9Wx+FLrU88RtG8l2m8j7n3dFmodf
7D4wLlih+4Yj
=yTt/
-END PGP SIGNATURE-



Accepted mt-st 1.3-2 (source) into unstable

2018-10-25 Thread Iustin Pop
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Thu, 25 Oct 2018 21:27:34 +0200
Source: mt-st
Binary: mt-st
Architecture: source
Version: 1.3-2
Distribution: unstable
Urgency: medium
Maintainer: Iustin Pop 
Changed-By: Iustin Pop 
Description:
 mt-st  - Linux SCSI tape driver aware magnetic tape control (aka mt)
Changes:
 mt-st (1.3-2) unstable; urgency=medium
 .
   * Small maintenance upload:
 - Move code repository to Salsa
 - Update standards version (trivial changes needed)
 - Bump debhelper compat version
Checksums-Sha1:
 0c484f78c03a8276b92e508a3c7baebcafea11c7 1800 mt-st_1.3-2.dsc
 9c9452e01f4a453964ae8cda73fc86373faae6d3 11044 mt-st_1.3-2.debian.tar.xz
 899c81bdd119fb38cbe3e38634e0f7999778592e 5924 mt-st_1.3-2_source.buildinfo
Checksums-Sha256:
 d2368634f7b79405acb5b2bd7dc9e75b4a384f76d03d65e79d4d5631803513b0 1800 
mt-st_1.3-2.dsc
 452c371996a09a534cdd42f838586e80f5275498090f93a128426bc60422ec13 11044 
mt-st_1.3-2.debian.tar.xz
 f375526e1ed04e077886bc3a30624f43f5168f5bf7617ad728a757ebc463e327 5924 
mt-st_1.3-2_source.buildinfo
Files:
 193fb533341d52002a770ec4f81c9803 1800 admin optional mt-st_1.3-2.dsc
 18582630ba4476d793c5f8e65256a74e 11044 admin optional mt-st_1.3-2.debian.tar.xz
 b560b37b7517b44057509584c1ca0d6d 5924 admin optional 
mt-st_1.3-2_source.buildinfo

-BEGIN PGP SIGNATURE-

iQJGBAEBCgAwFiEEy5TjqjsXVdYeuxml9m4+QZ+E9N4FAlvSHLYSHGl1c3RpbkBk
ZWJpYW4ub3JnAAoJEPZuPkGfhPTeFTwP/2/oJ14Ez6kl6hFshKRYpf89+I14Y7GG
HOMRBXj7STAuKvvsZURi2+TZPvUZRA9JqYy9BJAOMXOyQtblAo+shNgegBNtUfVT
CdnNaXPGAoSZO0m+waJFNYFywW9P042/tsYg/qzY+ZGmzJTRV1oHZSjSudxCSrpP
lXpcv3ZzFDThgM79QiZIeo4t/+fgGXoXrTkyXWsLiSCfOf8pTCty42Z2iNGcIVid
NB5WF7FF89bzxw9eyj4STSvAvTJ499E5HzsMrQ7hYtgmcktkhSNI8MCHWx0jZJdw
TEEevElnjENs0Rz7OXw5GEE7byicJLwB0nf7YvzYvtXbS53w1bg5YBq0mKHnZhtI
+v/5zUb6LlbPTzQg2dXAfZIIIUNSB9H2PD5zoKaQNnnPPMyDhrZ6OJ/LJYP1HuvP
oVl8w36x4vj2hfaNDU/sOU0M0wqWyy/bk3L3804RO0jdjYDmUkdxIT4UEjfcWFUF
z27wpa9tuobO6qokeMSDIyTSHwRhYCew8gDyE3/txeqP68wveONRw2u3RlCt5e3D
0r3LLLM7H3gZL+ZvcvjVDT+vxlMxBaB6wJmGhz5+C6555zP1xHQQUEMwWWkJ3WbY
7oXHLuQra2FAUgFhsgLJBlXTh/DVSJgWo3nATfrIkvpD7UerhK8aeKcfwhsApUl/
vM481zz5Z1aB
=lYGi
-END PGP SIGNATURE-



Re: A proposal for improving transparency of the FTP NEW process

2018-03-02 Thread Iustin Pop
On 2018-03-02 13:51:24, Gert Wollny wrote:
> Am Freitag, den 02.03.2018, 14:15 +0200 schrieb Lars Wirzenius:
> > 
> > 
> > Counter proposal: let's work on ways in which uploaders can make it
> > easy and quick for ftp masters to review packages in NEW. The idea
> > should be, in my opinion, that any package that requires more than a
> > day of work to review should be rejected by default.
> 
> How do you want to achieve this with a source package that has 13k+
> source files and where upstream does not provide a standard license
> header for each file? I.e. there is some license text and it needs to
> be quoted, but licensecheck doesn't detect the license or doesn't
> detect the copyright entry, so one has to manually inspect many files
> to get it right. 
> 
> Do you really want to reject these packages outright from Debian, even
> though they follow the DFSG?

How do you (we) know the package indeed is DFSG-compliant, if there is
no license information? If upstream cannot bother to provide headers,
how do we know the code is indeed licenced under the claimed licence?
Etc.

Note: I haven't looked at the package. Maybe I misunderstand the
situation…



Accepted multitime 1.3-1 (source amd64) into unstable, unstable

2018-01-29 Thread Iustin Pop
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sun, 28 Jan 2018 22:01:37 +0100
Source: multitime
Binary: multitime
Architecture: source amd64
Version: 1.3-1
Distribution: unstable
Urgency: medium
Maintainer: Iustin Pop <ius...@debian.org>
Changed-By: Iustin Pop <ius...@debian.org>
Description:
 multitime  - time-like tool which does multiple runs
Closes: 854422
Changes:
 multitime (1.3-1) unstable; urgency=medium
 .
   * Initial release (Closes: #854422)
Checksums-Sha1:
 7a20fc3f7768bb5afe7152cf9bca6058b6372777 1860 multitime_1.3-1.dsc
 bd48d9530d7a3d26e39f4bb85a388b98d41454c7 50546 multitime_1.3.orig.tar.gz
 265999406724cb9cad23b9efeba412341f3d8ec0 3496 multitime_1.3-1.debian.tar.xz
 b3f84bc4259be75ec9a52972301b832189df4585 24380 multitime-dbgsym_1.3-1_amd64.deb
 f514e57eaa3cd074e3b8706cdc340f14b6fd7ac2 5863 multitime_1.3-1_amd64.buildinfo
 95a9c8e35b02048a0ce858757e69c560813ad8ef 17204 multitime_1.3-1_amd64.deb
Checksums-Sha256:
 e6d5d35fd4e7aa950d597497532ba49d7e79ba0153e2a1ac6a8878f71dc7 1860 
multitime_1.3-1.dsc
 ec546e2ecacf508a6ec8efa86768ca2aab2385fb6843c96a0f036315e726587c 50546 
multitime_1.3.orig.tar.gz
 6a5e0726ba77e40a80b48fb5991378ae961a4d7afe3150fa1397fdc576b90005 3496 
multitime_1.3-1.debian.tar.xz
 73bc638ce6b5c3a428dbf73a1c1767785dd9a72407fe4f38659478af0a0d58ce 24380 
multitime-dbgsym_1.3-1_amd64.deb
 7ada2c3e02428283faaa4371b88a09e34135f346023f978f28753bd32448d6b9 5863 
multitime_1.3-1_amd64.buildinfo
 c4d5de97f1963cea0ef1d23c125ec82447e28b77559995c78214f4296d3bde83 17204 
multitime_1.3-1_amd64.deb
Files:
 0c13f4106dab9edfe9b1da8b9396e57a 1860 utils optional multitime_1.3-1.dsc
 b1a08e6106d6708161e8385ff7d6f6c4 50546 utils optional multitime_1.3.orig.tar.gz
 477dd230e25d5c0a4ee8978c32f843e4 3496 utils optional 
multitime_1.3-1.debian.tar.xz
 535216d0fecfeab5b9bf396f6ced6082 24380 debug optional 
multitime-dbgsym_1.3-1_amd64.deb
 2d6df6dacfbc6d05b7aedd16119f7ad8 5863 utils optional 
multitime_1.3-1_amd64.buildinfo
 a7d3634a47cbbc386abb8307a4d3249f 17204 utils optional multitime_1.3-1_amd64.deb

-BEGIN PGP SIGNATURE-

iQJGBAEBCgAwFiEEy5TjqjsXVdYeuxml9m4+QZ+E9N4FAlpuPUASHGl1c3RpbkBk
ZWJpYW4ub3JnAAoJEPZuPkGfhPTeNGkP/3VL1bCaOabZQhEUev5AIUzKp5SG48I6
9Sri+q+esTFnhnLZ7s6ZPQewVvO4Kt7ebglGGryN4Qt/g/hYd/TP01q/jJsFE2cq
M6oMkCqk/AKUC5YmQO8/zV7oqohdwtpWtLL9PcckJUsAx3NwPuNh5EMA1BGe6AgE
BgPjICVtZBHz9peOuOT73LVAQl3CuQ3LMC3IAzvckuFDJRboFRUxzQ1MP4sEpHgr
zloYgxhIa5Wru6Tl7eqYMQB2+SEM64IziCDPEcBAmf0b4Xl9OUKffVHaq/cp2ec4
MUAYc/VfT3TfP1/qrIdOPMydlXKY3elsk0kMBTHCJZUmot188EQts28r3M+pv8fh
mkIWKiq2XPqhixUrTVMwgM+c/FPFDRXS377P6yxhYnpyMHgjNBuTJOmYXVrWmQee
NAx5J3nqjx72U/HdKUbIeetKv9WMRFA8rn7C7S4E7wt1rnSdptpcgmJptFJ8Qwj+
sf67mA7kXcy/LXeRo7loCoUa+Rr8IPK/WuVAvWqr1Lmu1bXyuaMaKRakcb9FU9S1
PoqT+awd76HYCOFrTvHEVokNjfszyTftOaKvSHYEqeQeWME9W293zmyMd5HnPDak
EhhCC4B0kym6qw1ll38xhYnOGIOOujpCU9SGAz60/O1qRpO4It2hAH9oICmMF3sU
a0jEfxVD52Pf
=LPHD
-END PGP SIGNATURE-



Re: Non-free RFCs in stretch

2017-03-05 Thread Iustin Pop
On 2017-03-05 12:41:18, Ben Finney wrote:
> Sebastiaan Couwenberg  writes:
> > I'd like to see a compromise in the DFSG like #4 for standards to
> > allow their inclusion in Debian when their license at least allows
> > modification when changing the name or namespace for schemas and the
> > like.
> 
> Since that does not describe the license granted in these documents, I
> don't see why you raise it.
> 
> On the contrary, I would like to see the license granted in these
> documents changed to conform to the DFSG, and then they can be included
> without violating or changing our social contract.

I have to say I lean more on practicality side here, and I don't really
see a need or reason to have standards documents under the "free to
modify" clause.

Could you try to explain to me why one would need the same liberties for
source code and standard documents?

confused,
iustin


signature.asc
Description: PGP signature


Bug#854422: ITP: multitime -- an to time which runs a command multiple times and gives detailed stats

2017-02-06 Thread Iustin Pop
Package: wnpp
Severity: wishlist
Owner: Iustin Pop <ius...@debian.org>

* Package name: multitime
  Version : 1.3
  Upstream Author : Laurence Tratt <lau...@tratt.net>
* URL : http://tratt.net/laurie/src/multitime/
* License : BSD
  Programming Lang: C
  Description : a time-like tool which does multiple runs

Unix's time utility is a simple and often effective way of measuring
how long a command takes to run ("wall time"). Unfortunately, running
a command once can give misleading timings: the process may create a
cache on its first execution, running faster subsequently; other
processes may cause the command to be starved of CPU or IO time;
etc. It is common to see people run time several times and take
whichever values they feel most comfortable with. Inevitably, this
causes problems.

multitime is, in essence, a simple extension to time which runs a
command multiple times and prints the timing means, standard
deviations, mins, medians, and maxes having done so. This can give a
much better understanding of the command's performance.



Accepted python-pyxattr 0.6.0-2 (source) into unstable

2017-01-25 Thread Iustin Pop
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Thu, 26 Jan 2017 00:30:55 +0100
Source: python-pyxattr
Binary: python-pyxattr python-pyxattr-dbg python3-pyxattr python3-pyxattr-dbg 
python-pyxattr-doc
Architecture: source
Version: 0.6.0-2
Distribution: unstable
Urgency: medium
Maintainer: Iustin Pop <ius...@debian.org>
Changed-By: Iustin Pop <ius...@debian.org>
Description:
 python-pyxattr - module for manipulating filesystem extended attributes
 python-pyxattr-dbg - module for manipulating filesystem extended attributes 
(debug ext
 python-pyxattr-doc - module for manipulating filesystem extended attributes 
(documenta
 python3-pyxattr - module for manipulating filesystem extended attributes 
(Python3)
 python3-pyxattr-dbg - module for manipulating filesystem extended attributes 
(Python3 d
Changes:
 python-pyxattr (0.6.0-2) unstable; urgency=medium
 .
   * Fixup building on hurd and kfreebsd; while neither of these
 architectures have proper xattr support, the package was present and
 importable on them previously (and hurd has some very basic support
 for xattrs)
Checksums-Sha1:
 04a9538f55b545fbaeb2b689f3632a8642c7771e 2461 python-pyxattr_0.6.0-2.dsc
 339496e55b05bed696270fba2b7c09079cf8e6b4 8920 
python-pyxattr_0.6.0-2.debian.tar.xz
Checksums-Sha256:
 0fb72fcf71fa3a27aa020e3acbdacfdf1edb547e5a270926ecf550db48ca9d25 2461 
python-pyxattr_0.6.0-2.dsc
 27ad40bd876444125cac812489653a1462f7fb848b6e552ae524449cd78dd891 8920 
python-pyxattr_0.6.0-2.debian.tar.xz
Files:
 8d135d44f36764e7c5566be74ae833e4 2461 python optional 
python-pyxattr_0.6.0-2.dsc
 291f9ccc3a220c80a545889ec90a412b 8920 python optional 
python-pyxattr_0.6.0-2.debian.tar.xz

-BEGIN PGP SIGNATURE-

iQJGBAEBCgAwFiEEy5TjqjsXVdYeuxml9m4+QZ+E9N4FAliJNloSHGl1c3RpbkBk
ZWJpYW4ub3JnAAoJEPZuPkGfhPTeHscP/3GFq24B28KQowhkAw3EYEeQ0tYxO/BA
1dPHTtX84R2E8TUkTWvxBdlrChHYMwVtpZuscWIyYfaMcoHIGab6grdWr4q8xngy
+ZkqRXrKv2cfOm1MmIoQsr2VnkKxLC1p9w/ZUvsjoLn3vQARFhd3CNWMe2H30F/5
aXmTPZSQmy727jR+5syCB9I7OEr7y8gCxghGp8iqu6ya1zXHzRLa7I9RZR+uUiaX
YQlORiH0Y2RbL7eaWXsasLoSXUUp+lVVsER9XWpnRK4YNpUp4aMemHdeWwpAH1ZQ
Ft6zEJ3dgGzd6+wY1Eb4kDh8LmrnrdanEdDTFmdt9SGlLiDQ89xS1f0b37QK6zK3
82uvySx8bUskIMrSLIM83pKXmXIe1wE1+cpzM3BzbGTtRYyAW/5Un28k5lcNuEh1
xJwKwdQarHwpAH+l3PkECVLruwcARXsyZqBqYH7Whusrgo/06cA9KjcC5fwT/rU6
kxhCEeLcKk/j10N5OulbGGr8rV0QO/sdxLA1GDfiCws/fuCPYF0DgkHHA6ZETCds
4xWm5a2pIbANErYglWAuXa02cwBVMF7r8fTnGFjxC293AMH94dBGq9MajtT63HCs
qhHXXZLlaE/sBffu7ti+aIOMq6pFXtYEKO9UbNvkaerT7sHj2QGTbNg+gvBSq1IY
ebv4AODi4p7L
=poyF
-END PGP SIGNATURE-



Accepted doc-rfc 20170121-1 (source all) into unstable

2017-01-24 Thread Iustin Pop
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Tue, 24 Jan 2017 23:35:26 +0100
Source: doc-rfc
Binary: doc-rfc doc-rfc-std doc-rfc-std-proposed doc-rfc-old-std 
doc-rfc-fyi-bcp doc-rfc-experimental doc-rfc-misc doc-rfc-informational 
doc-rfc-others
Architecture: source all
Version: 20170121-1
Distribution: unstable
Urgency: medium
Maintainer: Iustin Pop <ius...@debian.org>
Changed-By: Iustin Pop <ius...@debian.org>
Description:
 doc-rfc- RFC documents metapackage
 doc-rfc-experimental - Experimental RFCs
 doc-rfc-fyi-bcp - FYI and BCP RFCs
 doc-rfc-informational - Informational RFCs
 doc-rfc-misc - Historic and draft RFCs
 doc-rfc-old-std - Old Standard RFCs
 doc-rfc-others - Old experimental and unclassified RFCs
 doc-rfc-std - Standard RFCs
 doc-rfc-std-proposed - Proposed Standard RFCs
Changes:
 doc-rfc (20170121-1) unstable; urgency=medium
 .
   * New upstream version
   * Switch packaging to multi-upstream-tarball, which means we can finally
 stop shipping upstream files under `debian/'
Checksums-Sha1:
 52a0ecd6392e625a3b2bbc5fcbd611f2aea0ca7c 2900 doc-rfc_20170121-1.dsc
 f53ffd68aac7db798a4681d74c58ec419452ca4a 3785148 
doc-rfc_20170121.orig-extra.tar.gz
 ff5783f48aaa6e8dbbdc7d7d664fbf3c8a5ee54b 170331438 doc-rfc_20170121.orig.tar.gz
 c8aeb95a389546654d9eb27b5d0c7f48c550b2dd 13860 doc-rfc_20170121-1.debian.tar.xz
 4caaa4012678c1d67b45cb1ba3258cc0de56a245 6662632 
doc-rfc-experimental_20170121-1_all.deb
 25bcccf41fd42c1199f08493bf90715296aa99f3 4102276 
doc-rfc-fyi-bcp_20170121-1_all.deb
 f4242b3541194d7f6684083ba108ee0342d6a521 37533856 
doc-rfc-informational_20170121-1_all.deb
 065a42dd83251a317619b5cb760e47a2131754bd 7579726 
doc-rfc-misc_20170121-1_all.deb
 7a3ce6f22c920ad44491265699ed385e535c868b 16224114 
doc-rfc-old-std_20170121-1_all.deb
 c18b1708d82e736b57f4c27cd44aeabf21074b7d 59732988 
doc-rfc-others_20170121-1_all.deb
 44e6e85dfdb6b6d90fad8344590c667af2df90e1 41964174 
doc-rfc-std-proposed_20170121-1_all.deb
 f82303180974687398540d952dd8abe4e61d51e6 4928330 doc-rfc-std_20170121-1_all.deb
 2139bd07970b7790a2008f221f6b68999bac02f3 8412 doc-rfc_20170121-1_all.deb
 ba1d8ac52316a267bfa5bc25a925c595c9c03b00 9046 
doc-rfc_20170121-1_amd64.buildinfo
Checksums-Sha256:
 83bca1f2198554375ddf23208d035beba0144e31b5a8d3c5273699b802d76f3a 2900 
doc-rfc_20170121-1.dsc
 d856197eb0d3255f18cfc8022f54c84bb3269a52fae773c1967399fb44a6913d 3785148 
doc-rfc_20170121.orig-extra.tar.gz
 7d0d6d76ade0a75cd87635b4794a407e1f845ad9fe0c849b660fcce9196855b2 170331438 
doc-rfc_20170121.orig.tar.gz
 ee68a536c1e2c3251a6ad3cc292d97a44a98dd92b5f698d1e87c225149fcc61f 13860 
doc-rfc_20170121-1.debian.tar.xz
 1503ea588731a7950544c2eee0db946fb5871a47f7c40b97d22c7d18c8fbca3f 6662632 
doc-rfc-experimental_20170121-1_all.deb
 c8587a8150f8201ab0f1dd45877d76f93e93efe0cd4b5cc0992e5cd92158 4102276 
doc-rfc-fyi-bcp_20170121-1_all.deb
 89bd2960180ab9e8a77581bd7fbe39bcc942e378b64e95cc06f53d7e2c29987c 37533856 
doc-rfc-informational_20170121-1_all.deb
 b31fb795d52fab7fe025b18e9a4bfab228574fe9bc9ca1032aef8033b1224aab 7579726 
doc-rfc-misc_20170121-1_all.deb
 9278e4123fb3a0c5243ee7f730b0fd65ce4896b38410395715d5ff32be9ccae0 16224114 
doc-rfc-old-std_20170121-1_all.deb
 6240d0456e46b09d31b2886c315ce4d4c411c764f99916d979debe562cbcf9c7 59732988 
doc-rfc-others_20170121-1_all.deb
 e0d203adca89ccbbc00e5f1f968c87f1b4a8077a55e704341d4ff426c0ad8f03 41964174 
doc-rfc-std-proposed_20170121-1_all.deb
 024130935d01218bb165c6b737e3e480d8255872da3f6334de3a487983ad3c5f 4928330 
doc-rfc-std_20170121-1_all.deb
 1c4732ca838e1e3f4df8eadc1e1ae36654417cc39ab8a27c17d9a33bd2a95cd8 8412 
doc-rfc_20170121-1_all.deb
 028b258bc7f8b9363b039e9fea1b449b774fef56b30db182968eabcb674c4c08 9046 
doc-rfc_20170121-1_amd64.buildinfo
Files:
 951b55bbe97718191eaf0ff7d43c3978 2900 non-free/doc optional 
doc-rfc_20170121-1.dsc
 c309adea88a0391394d53273fb2005a7 3785148 non-free/doc optional 
doc-rfc_20170121.orig-extra.tar.gz
 cf9793a869f0ba9ee8248627596ff1c1 170331438 non-free/doc optional 
doc-rfc_20170121.orig.tar.gz
 0f57521a3f3b604124cba6fd13c50a5f 13860 non-free/doc optional 
doc-rfc_20170121-1.debian.tar.xz
 e51e3b8636f5853094b132080036de55 6662632 non-free/doc optional 
doc-rfc-experimental_20170121-1_all.deb
 e11244f524a9b905aad4b42ce8bc40c2 4102276 non-free/doc optional 
doc-rfc-fyi-bcp_20170121-1_all.deb
 dc9ff8aa4a30866984da310f483d9c48 37533856 non-free/doc optional 
doc-rfc-informational_20170121-1_all.deb
 20be437ca4d7785d3e7db116a2cf0c6d 7579726 non-free/doc optional 
doc-rfc-misc_20170121-1_all.deb
 823055b49584200421943c15d480b7c6 16224114 non-free/doc optional 
doc-rfc-old-std_20170121-1_all.deb
 c3304ad631c2fbcf3d6bcf4886c027b1 59732988 non-free/doc optional 
doc-rfc-others_20170121-1_all.deb
 348479a71435cd0849aefd1efa09384f 41964174 non-free/doc optional 
doc-rfc-std-proposed_20170121-1_all.deb
 534f05c9f99b5b71aa90d1a4cbf43799 4928330 non-free/doc optional 
doc-rfc-std_20170121-1_all.deb
 fe9764ade0fadfe3368b7bf8cdd15

Accepted dict-foldoc 20170105-1 (source) into unstable

2017-01-23 Thread Iustin Pop
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Tue, 24 Jan 2017 00:24:20 +0100
Source: dict-foldoc
Binary: dict-foldoc
Architecture: source
Version: 20170105-1
Distribution: unstable
Urgency: low
Maintainer: Iustin Pop <ius...@debian.org>
Changed-By: Iustin Pop <ius...@debian.org>
Description:
 dict-foldoc - FOLDOC dictionary database
Changes:
 dict-foldoc (20170105-1) unstable; urgency=low
 .
   * New upstream version, with just a few small changes
Checksums-Sha1:
 efbc78f5de3bdc04002ab9f5629a8a0bd6ce9672 2014 dict-foldoc_20170105-1.dsc
 e7af5ce4ff34edb05dff36351d9be2fdad1c63e2 2160860 
dict-foldoc_20170105.orig.tar.gz
 d5a694dc99485f2ac7218e7629468c18d6369d3b 15972 
dict-foldoc_20170105-1.debian.tar.xz
Checksums-Sha256:
 bcff35a59d3784d8373ff8e659fb3367c6d477e5c1f24de138e143439afb8ff9 2014 
dict-foldoc_20170105-1.dsc
 1954069c3c6d71ed7c294318176c0894bb5316255d6cf96324b27d511a86bab1 2160860 
dict-foldoc_20170105.orig.tar.gz
 ddb367298f50346b0bd29c6f12baedd6587678b56bfb9f5d6667fc774cba1527 15972 
dict-foldoc_20170105-1.debian.tar.xz
Files:
 d87068a2306e84781b55beac7b3ee53c 2014 text optional dict-foldoc_20170105-1.dsc
 d74f69cd50af9c5040fd80518c53552b 2160860 text optional 
dict-foldoc_20170105.orig.tar.gz
 f4e89ba35d95d4b1f49be063c5a08b68 15972 text optional 
dict-foldoc_20170105-1.debian.tar.xz

-BEGIN PGP SIGNATURE-

iQJGBAEBCgAwFiEEy5TjqjsXVdYeuxml9m4+QZ+E9N4FAliGkeASHGl1c3RpbkBk
ZWJpYW4ub3JnAAoJEPZuPkGfhPTeCxgP/jIQaKVkaA5Fxn4kDqd4RMBEZNhMkcnn
l1Ha2/yIcZIwPFkNZ5sg1/H1eSHgInB726gTMS3L1rTU83ZMBoe3XdHJiwjb+I6m
bF+aeTp8p90/MG3SvpZ1x+8T/DLrhtgVxn44EbtA6ydODB6fZQentlS7CNTlv8eP
DvK+XPXucRGRfBvxIYWny0tL16szs0wTy8Av61YeNop/8INJEwYrcIKORzDd4PdN
P1z8dwYnddGqucfw6zLtRoVfoG1t2GxixaMQS8n3VpRbdMQ6JJSx+2Eu/xnQayI3
7TCVdEVx/08GOK6ZUSm7B73/BW6WvUYWDIKE14oEzIALpJ8P6mpdgmRCsB51n+WN
subRm2jCUj/ccZ6weuJHS5mqnNfLAueLyJrDgWV6lNLEWsRDLnFjeWh/a+z+mo1R
ljcVVfpBPkEA57i9NwwC2oOUGXpPOG7EWapls1IucCarBFf4TywKK8xUK5IoabEw
voWwTmeCiJ0L2LH3WXGBiQd8gScifJNH5Qh5UORJgj0YJg1f8UeZ5T9YWHra9mEQ
zNFMNdwWRKjwn6KFQKQb7jeGCZZeRKmHXaYrC2SDa/ZtT1p5psFLvuEJjvgoX2K0
CEaJ6PDSGuRBlooz/0A77LAzfxkqb6MfbBfw1SOTi9h+rIkTy5NzNKbNy4EeGziz
qZLjPsPAzBlo
=Ws/z
-END PGP SIGNATURE-



Accepted python-pyxattr 0.6.0-1 (source) into unstable

2017-01-23 Thread Iustin Pop
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Mon, 23 Jan 2017 23:35:45 +0100
Source: python-pyxattr
Binary: python-pyxattr python-pyxattr-dbg python3-pyxattr python3-pyxattr-dbg 
python-pyxattr-doc
Architecture: source
Version: 0.6.0-1
Distribution: unstable
Urgency: medium
Maintainer: Iustin Pop <ius...@debian.org>
Changed-By: Iustin Pop <ius...@debian.org>
Description:
 python-pyxattr - module for manipulating filesystem extended attributes
 python-pyxattr-dbg - module for manipulating filesystem extended attributes 
(debug ext
 python-pyxattr-doc - module for manipulating filesystem extended attributes 
(documenta
 python3-pyxattr - module for manipulating filesystem extended attributes 
(Python3)
 python3-pyxattr-dbg - module for manipulating filesystem extended attributes 
(Python3 d
Changes:
 python-pyxattr (0.6.0-1) unstable; urgency=medium
 .
   * New upstream release, mainly fixing a race condition when
 listing/reading attributes during concurrent modifications (which
 required internal changes, see the NEWS file), and OSX support (not
 impacting Debian)
   * Fixup autopkgtests to also work when building the packages
Checksums-Sha1:
 e09b18a22bd1e3b5d412f89123e1ea9851d9d640 2461 python-pyxattr_0.6.0-1.dsc
 3fd86e194795b049a46045abf24719a13e36ec42 31057 python-pyxattr_0.6.0.orig.tar.gz
 db147ffcbe02a142219971079b75af6b848347eb 8432 
python-pyxattr_0.6.0-1.debian.tar.xz
Checksums-Sha256:
 e5089992829a0e88b846348f3676f3ffe65c7318489f675d80dd4521881471af 2461 
python-pyxattr_0.6.0-1.dsc
 09d00ee4235841a5d7d6275837c5cfc37a8b68efdd663f588505fff5a8c46ea8 31057 
python-pyxattr_0.6.0.orig.tar.gz
 519001b00d651be99a63ddbef57c2c120faf8fad6f2faf74ea5e32dcadf53944 8432 
python-pyxattr_0.6.0-1.debian.tar.xz
Files:
 a2ab937a00e5269559037651c9bab787 2461 python optional 
python-pyxattr_0.6.0-1.dsc
 3e2f9dd92459a0fe0d02861dff4c2f4d 31057 python optional 
python-pyxattr_0.6.0.orig.tar.gz
 abfbabec8cfab8938ef4ee4284385948 8432 python optional 
python-pyxattr_0.6.0-1.debian.tar.xz

-BEGIN PGP SIGNATURE-

iQJGBAEBCgAwFiEEy5TjqjsXVdYeuxml9m4+QZ+E9N4FAliGhV0SHGl1c3RpbkBk
ZWJpYW4ub3JnAAoJEPZuPkGfhPTeD50P/joKJj92LN1pTqBeWlg/+kJzmzSpZK3v
kcfSnJJPcA68Z0tMzitk9BXWz5FsBMmR+7l94tSNHzK01ZVI9fHSZGvkVUpVvpqZ
UZqlZEzzuG0Wjeo7Ijjb5PkRuAwZeoGsHMhoc/8Z3gKv/sSCpOycf/4kluOqP5Ta
BD0I2xdl/OpTL+13GtP+13rBm0uP7u3QAyph3AH/2jqaOlfYVnSqN9D/MlPSTceC
LpWBrYeUQm6FJhDO1CC4U44uhvsKQVW9pHcIzZl1Nmj3GHXub+9VfiFgNMS60C+j
iFRsoQ6DCdV/c6oOmmesbnybceT5rpF1flHvaFESSel7G+RuyhOBGDt26FRvMF4p
v/xv7cCkArjEvdFZFHVtH0lxRa2LVoym88STWH6Qn3RYpBlQ1BIq+VjW68EcZeV1
Ny6d/vBApfioutxpzX5GwP0qBR95eUS8GqQznHmmQ4kkrye7u/4US3o9XgcjuwDY
LLvo9Hwzh3bziUMw5GPvYfr+rinZQZ+X8bZc5HOh2dhbBwVktGIKo4iWESHJo3DT
gvAyI5Ti62eI/KZnWmEiV4LZUeqmno7DvxkIUhSw0H2w4/fI36fMbiipMR2E+iZF
zgMhWROw6DU+sz9IOxHBJ1zddQxF1x3di3fvfj1pNTpKtzUCopus16tegO5ZoD1j
QUvY8ZCd9lTc
=4CI7
-END PGP SIGNATURE-



Re: Bits from the Stable Release Managers

2016-11-29 Thread Iustin Pop
On 2016-11-29 13:08:54, Adam D. Barratt wrote:
> On 2016-11-28 23:07, Iustin Pop wrote:
> > On 2016-11-27 20:42:26, Adam D. Barratt wrote:
> > >* The bug should be of severity "important" or higher
> > 
> > Quick question: assuming all the other conditions are met (minimal
> > patch,
> > clean debdiff, etc.), this seems to discourage normal bugs fixing. Is
> > that intentional (i.e. there must be significant breakage), or more
> > about "we don't want random bugs fixed"?
> 
> Further to Julien's answer, it's also worth noting that until a few years
> ago the bar was in fact higher - essentially requiring the bug to be RC.

Ack. Thanks both for the answer!

iustin


signature.asc
Description: PGP signature


Re: Bits from the Stable Release Managers

2016-11-28 Thread Iustin Pop
On 2016-11-27 20:42:26, Adam D. Barratt wrote:
>* The bug should be of severity "important" or higher

Quick question: assuming all the other conditions are met (minimal patch,
clean debdiff, etc.), this seems to discourage normal bugs fixing. Is
that intentional (i.e. there must be significant breakage), or more
about "we don't want random bugs fixed"?

Just curious.

thanks,
iustin


signature.asc
Description: PGP signature


Re: Bits from the DPL -- June 2016

2016-06-27 Thread Iustin Pop
On 2016-06-27 18:10:00, Mehdi Dogguy wrote:
> - - Approved purchase of PGP hardware tokens for DAMs. (Up to 200€)

Could you please tell which hardware was this? Just curious for my own
use—still have to migrate to such a solution, so I'm wondering what are
others use, especially in/related to Debian.

thanks,
iustin


signature.asc
Description: PGP signature


Accepted haskell-test-framework-quickcheck2 0.3.0.3-7 (source) into unstable

2016-06-09 Thread Iustin Pop
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Thu, 09 Jun 2016 11:17:40 +0200
Source: haskell-test-framework-quickcheck2
Binary: libghc-test-framework-quickcheck2-dev 
libghc-test-framework-quickcheck2-prof libghc-test-framework-quickcheck2-doc
Architecture: source
Version: 0.3.0.3-7
Distribution: unstable
Urgency: medium
Maintainer: Debian Haskell Group 
<pkg-haskell-maintain...@lists.alioth.debian.org>
Changed-By: Iustin Pop <ius...@debian.org>
Description:
 libghc-test-framework-quickcheck2-dev - QuickCheck2 support for the 
test-framework package.
 libghc-test-framework-quickcheck2-doc - QuickCheck2 support for the 
test-framework package.; documentatio
 libghc-test-framework-quickcheck2-prof - QuickCheck2 support for the 
test-framework package.; profiling li
Changes:
 haskell-test-framework-quickcheck2 (0.3.0.3-7) unstable; urgency=medium
 .
   [ Dmitry Bogatov ]
   * Use secure (https) uri in Vcs-Git field in 'debian/control'
   * Bump standards version to 3.9.8 (no changes needed)
   * Convert `debian/copyright' to dep5 format
 .
   [ Iustin Pop ]
   * Import patch for QuickCheck 2.8 compatibility; otherwise, tests which
 have insufficient coverage will fail at runtime
Checksums-Sha1:
 7cc8e66fdd267d6c58e43eafd2e6005184b1999e 2938 
haskell-test-framework-quickcheck2_0.3.0.3-7.dsc
 555ebc037fd5863c58f6ce8f0c0572006a7d1dac 4012 
haskell-test-framework-quickcheck2_0.3.0.3-7.debian.tar.xz
Checksums-Sha256:
 e9590cc674a90bc9197072af60bcae6a77b51b440ef4e605fe6bc96ef7e11dfc 2938 
haskell-test-framework-quickcheck2_0.3.0.3-7.dsc
 58c90dd4872060ef82648410a957350cf67b0f3afc70a595f18e3b4726de6963 4012 
haskell-test-framework-quickcheck2_0.3.0.3-7.debian.tar.xz
Files:
 96cbe03fbcf29e2d6ce67cbb7ced5efa 2938 haskell extra 
haskell-test-framework-quickcheck2_0.3.0.3-7.dsc
 9eae6544e79c22f19c206c0d81c7ed0f 4012 haskell extra 
haskell-test-framework-quickcheck2_0.3.0.3-7.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCgAGBQJXWTb5AAoJEPZuPkGfhPTe3RgP/0usiuFHNuGhFrme/IC/NDvK
Z/wgYROiuTiIt8/yhp9wxUO0SW2axxCvlcB1MDAmj7EzEpFeEfg3ZDGJ/iag5zMV
W1HuhiwLp8nS+YRJhPJw3F8KB8uKlbyrg/IGE1ULkz4YNBsfC+eIDhv07Dx2XwnR
aLifRFQC46TqcAQ076GeQt/p3n2DPMlNGVHwZ2ciuGyRO9Islj2alTP8Or/dJnum
xL1dVbZ9B5PCAuWeZtdIJSJFRbl2Qz07tPRP5mSfciceC47TFPPJ1Z/0aQ6iAISc
p04t3RqMYY6pyDHHQB7T0+0UClJrgZRrgcg/anIRbmOVpMnxwg4YsMCMVh6ehSsR
hDxH421ZYPuFVohnrbiR89VvzCxO2bvT6mOrofFqfHQPZh9iJtM6ijETz06bz+zC
oJ9LoX9tyFqXvjNzXg2K+ZE3oJLuIkBJ4dD+vJi9xdip2Png4ur4FEorXwKqaY5W
0Drhdt2BuZaQ32v0mEJd5++GjOqHNxO9PDCReT0qA3uzM1wmHtMaqLUjdBR2zkuT
beQSe9TMAwQLVkXsNl2zpsyDMVKWjWzqGoFQTBpC6hD3Y9zDK5hS6iKU/66MUiM7
rdrVrNu3++n40UUsMd/Gi+pmrPpTuDRY7/IuinzDDrlw9DskrZAQK2VWSmkEEjk1
gtGh+ruyLCl5Qz4Iw4/5
=Qv2d
-END PGP SIGNATURE-



Re: Vcs-* and shared repos

2016-05-27 Thread Iustin Pop
On 2016-05-27 18:56:21, Tiago Ilieve wrote:
> Iustin,
> 
> On 27 May 2016 at 18:34, Iustin Pop <ius...@debian.org> wrote:
> > That is a good point indeed. I'll think about it, but unless I find a
> > much nicer solution I'll go ahead with the current one.
> >
> > At the moment I'm waiting to have some free time to look at the vcswatch
> > and debcheckout code to see how difficult would it be to implement -d
> > (or [dir=], which would work around the above issue).
> >
> > (...)
> >
> > Well, I appreciate the desire to not break things [further], but doing
> > nothing doesn't solve my need :)
> 
> Wouldn't be possible to extend the current functionality adding new
> fields like "Vcs-Git-Branch" and "Vcs-Git-Layout"? This way they would
> be much more explicit and even paves the way for similar options to be
> added for other Vcs.

Oh no, adding Vcs-$x-* options would be too much (that'd be what, 10 or
more new fields?).

If we go that way, they we should make it abstract: introduce Vcs-Path
and Vcs-Layout. Both of these are completely independent of the software
that hosts the code.

As for branch, we already have it, so I'd leave it like it is.

iustin


signature.asc
Description: PGP signature


Re: Vcs-* and shared repos

2016-05-27 Thread Iustin Pop
On 2016-05-27 03:01:29, Tiago Ilieve wrote:
> Hi Stefano,
> 
> On 25 May 2016 at 17:09, Stefano Zacchiroli  wrote:
> > I'm convinced we will need at some point to document VCS packaging
> > layouts in a way that allow tools to use that information
> > programmatically. But right now that information will not be actionable,
> > whereas the subdirectory already is (for debcheckout and friends).
> >
> > By also considering the fact that the "-d DIR" solution does not prevent
> > to add a "-l" in the future, I think minimality wins here (hence my
> > "Yay" to your proposal in separate mail). YMMV.
> 
> What worries me is that some people may mistook those options as
> arguments to "git clone" (something I already faced and argued against
> on "debian-mentors"[1]). In that case "-b" is even a valid option for
> it, but "-d" doesn't exists and "-l" (the same as "--local") does a
> completely different thing (saves disk space when doing local copies).
> 
> I can't blame them, as when you see a Git URL the first thing that
> pops on your head is how to clone it.

That is a good point indeed. I'll think about it, but unless I find a
much nicer solution I'll go ahead with the current one.

At the moment I'm waiting to have some free time to look at the vcswatch
and debcheckout code to see how difficult would it be to implement -d
(or [dir=], which would work around the above issue).

> If this were a pool, I would follow Raphael Hertzog's path and votes
> for "changing nothing".

Well, I appreciate the desire to not break things [further], but doing
nothing doesn't solve my need :)

thanks for the feedback,
iustin


signature.asc
Description: PGP signature


Re: Vcs-* and shared repos

2016-05-25 Thread Iustin Pop
On 2016-05-25 09:25:08, Joachim Breitner wrote:
> Hi,
> 
> Am Mittwoch, den 25.05.2016, 08:25 +0200 schrieb Stefano Zacchiroli:
> > I just wonder whether we should also take the chance of improving the
> > spec in a way that will allow, down the line, to automatically find the
> > actual packaging code also in other, more complex situations. Specifying
> > a branch is the first thing that comes to my mind. But we have seen in
> > the past that it might also be useful to be able to specify the given
> > layout of the Git repository (i.e., is it a debian/ only, is it split
> > debian/upstream, is it merged debian/upstream, etc).
> > 
> > All this considering, here are a few options:
> > 
> > 1) URL [DIR] <- what you suggested
> > 
> > 2) URL [dir=DIR]
> > 
> >    where "dir" is an actual string, in keyword-argument style, that
> >    makes it explicit what the extra optional argument means. This would
> >    allow in the future to have other extra arguments without creating
> >    ambiguity. This would allow something like the following:
> > 
> > 3) URL [dir=DIR] [branch=BRANCH] [layout=LAYOUT]
> 
> There is precedent here, namely "-b branch", which is already
> supported. The reason this syntax is there is because git understands
> it out of the box, but that does not stop us from using it for other
> fields as well, e.g. "-d directory",
>  "-l layout" etc.

So basically the question is between 1) and 2), and if we do 2), what
kind of syntax to use (either "dir=path/to/package" or "-d
path/to/package").

Since option 1) is restrictive (doesn't allow expansion), and option 2)
with "-x foo" is along what we already have, I propose that for now:

- we add "-d path/to/project" (debcheckout, vcswatch, policy, etc.)
- document that the list of options can be extended in the future
  (policy)

And we leave the discussion of repository layout (native, debian/ only,
etc.) for another time.

Yay/nay?

thanks,
iustin


signature.asc
Description: PGP signature


Re: Vcs-* and shared repos

2016-05-25 Thread Iustin Pop
On 2016-05-25 09:34:43, Raphael Hertzog wrote:
> My vote goes for changing nothing. IMO the extra convenience does not
> outweigh the costs of having to support all the specific layouts in all
> our infrastructure that wants to interact with the packaging git
> repositories.

I'm not sure this is specific to git, but rather to any maintainer
(team) which maintains multiple packages in a single repository.

And regarding layout: vcswatch already has code to try both
`/debian/changelog' and `/changelog' and use either of them. Having an
explicit layout (-l standard vs. -l native) would make this more
explicit rather than relying on heuristics.

So while I would prefer the minimum changes needed, I'm wondering
whether explicit layout is not something that should actually be done.

regards,
iustin



Re: Vcs-* and shared repos

2016-05-25 Thread Iustin Pop
On 2016-05-25 18:00:55, Joachim Breitner wrote:
> Hi,
> 
> Am Mittwoch, den 25.05.2016, 09:34 +0200 schrieb Raphael Hertzog:
> > I fear that adding such expressivity is encouraging bad practice. While
> > I can understand that a single repository can be convenient and easier
> > to manage than proper "mr" usage, it also feels wrong on many levels:
> > - you don't know what branch is relevant for what package
> > - you are almost forced to not inject upstream sources to avoid excessive
> >   growth of the single repository
> > - you have to namespace all your tags (and branches)
> > 
> > In general, this choice goes against the various recommendations we
> > tried to define in DEP 14: http://dep.debian.net/deps/dep14/
> 
> for some value of "we". The choice not to include the upstream sources
> was integral part of the design of this repository layout, and not a
> by-product. Namespaced tags are not necessarily a disadvantage. And
> that branching affects all packages together could also be seen as an
> advantage.
> 
> I am not advocating this as a best practice in the general case, but
> when our case where the packaging of each individual package is
> trivial, and it is the orchestration of a large number of packages that
> is our main concern, the usually recommended workflows are not ideal
> and something like this works better.

I think the mismatch in the discussion here is that Raphael thinks of
individual packages, whereas we rather talk about the "unified Haskell
packaging" effort. Its output is individual src/bin debs, but
conceptually it's a single, large entity that is (in theory at least)
self-consistent (w.r.t. package-plan, internal dependencies are
fulfilled, etc.).

So we can't really compare DHG_packages with dep14 and normal packages.
As such, with all respects to Raphael, I think we're not talking about
the same thing.

regards,
iustin


signature.asc
Description: PGP signature


Vcs-* and shared repos

2016-05-24 Thread Iustin Pop
Hi all,

The Debian Haskell team has migrated a while back from per-package
repositories to a single repository which contains the packaging (only
debian/) for the vast majority of packages
(https://anonscm.debian.org/cgit/pkg-haskell/DHG_packages.git/). This
makes sense for us since the packaging is uniform enough that we can do
mass-changes to packages.

Now, this presents a small problem: Vcs-*, and more precisely Vcs-Git,
is supposed to point to a repository which represents only the given
package. Vcs-Git has support for branches, but not for subpaths within
the repository. This breaks a few (minor) workflows, e.g. vcswatch, so I
wonder if it makes sense to extend the policy to support also location
within the repository. Maybe other VCSes support this natively by not
pointing directly at the repository root, but at least git doesn't.

Such a change would touch, for example:

- vcswatch which wouldn't look at hardcoded /debian/changelog and
  /changelog
- debcheckout which could say "cd repo/path" after the checkout

A potential syntax for the Vcs-* fields would be:

Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git/ p/ghc

or with branch:

Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git/ -b 
experimental p/ghc

And the associated policy paragraph would now be:

"In the case of Git, the value consists of a URL, optionally followed by
the word -b and the name of a branch in the indicated repository,
following the syntax of the git clone command, and optionally followed
by a path specification. If no branch is specified, the packaging should
be on the default branch. The optional path name after the branch
specification defines where in a (shared) repository the sources for
this particular package live."

Thoughts?

regards,
iustin


signature.asc
Description: PGP signature


Re: PIE + bindnow for Stretch?(Re: Time to reevaluate the cost of -fPIC?)

2016-05-15 Thread Iustin Pop
On 2016-05-15 21:45:55, Bálint Réczey wrote:
> Hi Niels,
> 
> 2016-05-15 20:49 GMT+02:00 Niels Thykier :
> > Bálint Réczey:
> >> Hi,
> >>
> >> [...]
> >>
> >
> > Hi,
> >
> >> I think making PIE and bindnow default in dpkg (at least for amd64) would 
> >> be
> >> perfect release goals for Stretch.
> >>
> >
> > I support the end goal, but I suspect we should enable PIE by default
> > via GCC-6's new configure switch[1].  Assuming it does what I hope, then
> > it will work better than enabling PIE via dpkg-buildflags.
> >
> >  * The major issue with PIE by default is that it is not compatible
> >with -fPIC (and presumably also -static), which causes FTBFS or
> >broken ELF binaries.
> >
> >  * Assuming the GCC option does what I hope, then it would automatically
> >disable PIE for irrelevant outputs.
> >
> > My assumption seems to be aligned with the approach taking by Ubuntu.
> 
> I agree that it would be the easier way and I also tried building packages 
> with
> patched GCC 5 setting PIE as default with success, but we have a CTTE
> decision which says that we should set hardening flags through dpkg:
> https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=552688

I'm not familiar with the history of that bug (272 updates!), so excuse
my question, but:

- that bug seems to have been opened in the context of custom patches to
  GCC, back in 2009-2012
- the CTTE seems to have made an informal decision (see last update
  #272) on that topic

Would it make sense to re-evaluate that decision in the context of 2016,
i.e. (if I understand correctly) no patching of GCC 6 needed? Just a
quick ask to the CTTE asking if the decision is still valid given
today's situation.

regards,
iustin



Accepted python-pylibacl 0.5.3-1 (source amd64 all) into unstable, unstable

2016-05-15 Thread Iustin Pop
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sun, 15 May 2016 05:45:03 +0200
Source: python-pylibacl
Binary: python-pylibacl python-pylibacl-dbg python3-pylibacl 
python3-pylibacl-dbg python-pylibacl-doc
Architecture: source amd64 all
Version: 0.5.3-1
Distribution: unstable
Urgency: medium
Maintainer: Iustin Pop <ius...@debian.org>
Changed-By: Iustin Pop <ius...@debian.org>
Description:
 python-pylibacl - module for manipulating POSIX.1e ACLs
 python-pylibacl-dbg - module for manipulating POSIX.1e ACLs (debug extension)
 python-pylibacl-doc - module for manipulating POSIX.1e ACLs (documentation)
 python3-pylibacl - module for manipulating POSIX.1e ACLs (Python3 version)
 python3-pylibacl-dbg - module for manipulating POSIX.1e ACLs (Python3 debug 
extension)
Changes:
 python-pylibacl (0.5.3-1) unstable; urgency=medium
 .
   * Imported Upstream version 0.5.3; main changes:
 - improve FreeBSD support
 - fix qualifier overflow issues due to wrong types
   * Improve hardening of the package (all except pie, which breaks the
 build)
   * Switch debian/copyright to dep5
   * Switch debian packaging repo over to alioth
   * Switch build system to dh and pybuild
   * Split documentation into separate package, in order to reduce the
 dependencies for the python2 package
   * Add autopkg tests
Checksums-Sha1:
 b094407387ffaff67a7edbb99a6e6c09a7e762e7 2416 python-pylibacl_0.5.3-1.dsc
 dbe0e46c9d4024ee558feb5d17e0e2b5209502f5 33253 
python-pylibacl_0.5.3.orig.tar.gz
 eba3aaa35d3c9f9f743e6f3f0b63f914e6520652 8512 
python-pylibacl_0.5.3-1.debian.tar.xz
 c216ea7aa6b1fca5447b1a065baf9a3a8b946e0d 45608 
python-pylibacl-dbg_0.5.3-1_amd64.deb
 3e4364772888c2a79e8c7723fc3b9393f7f95ba5 31066 
python-pylibacl-doc_0.5.3-1_all.deb
 5f5f0c4d8fa465fed3cd37a271d5acaa282b49a9 17424 
python-pylibacl_0.5.3-1_amd64.deb
 4c5949fd25079a829e0169ba1d8fb8b2896e9cf8 46754 
python3-pylibacl-dbg_0.5.3-1_amd64.deb
 5e968ebc54e11bc3882db929939ee1d8e39332e4 17424 
python3-pylibacl_0.5.3-1_amd64.deb
Checksums-Sha256:
 7705de61bc3f9b9dd4d171f9ae02930b15f8f28850f57f210560762019604a3f 2416 
python-pylibacl_0.5.3-1.dsc
 40be9f1fc5de05e4c25505c45ad7cda61b3b8db5dd730e98b6d2c05574e07d30 33253 
python-pylibacl_0.5.3.orig.tar.gz
 459abac1e5ebee90d46c22beb51c717ef2d9cc37ad125969cd0361cb04d423a2 8512 
python-pylibacl_0.5.3-1.debian.tar.xz
 12b5b2fdbc042499f70a9d2bf74773c63c0ce10fd5e0362d845f6f06169de7c1 45608 
python-pylibacl-dbg_0.5.3-1_amd64.deb
 88d292848ec5bebd4ebbd9d1a92e4e2e9c65507def01389eec6dde581a96ddf3 31066 
python-pylibacl-doc_0.5.3-1_all.deb
 6106dd584832889e24e5270ba2ec937f378523554b1f38d92883d16ff8edf271 17424 
python-pylibacl_0.5.3-1_amd64.deb
 4bfe9209cab72f4083659895b44a8fcd1bfbbe484a4d9267fd4fefcf355f42d6 46754 
python3-pylibacl-dbg_0.5.3-1_amd64.deb
 c72be5bae499cc17a0d95eddb87fa18e24dce7fb60e6c4f69b39f001661e6366 17424 
python3-pylibacl_0.5.3-1_amd64.deb
Files:
 c8fb17f83a45d025c4013935fe40540f 2416 python optional 
python-pylibacl_0.5.3-1.dsc
 5d161e22ba5d94618d50ccffbfeb6050 33253 python optional 
python-pylibacl_0.5.3.orig.tar.gz
 43c3df3fead0463a0fa9328ecd48ca1d 8512 python optional 
python-pylibacl_0.5.3-1.debian.tar.xz
 18f656f80cd3c472952dcac9f019d420 45608 debug extra 
python-pylibacl-dbg_0.5.3-1_amd64.deb
 d35b6a9a1f0c7c92d2c0666d844ac297 31066 doc optional 
python-pylibacl-doc_0.5.3-1_all.deb
 65dc049d71c938734603455f2219fed3 17424 python optional 
python-pylibacl_0.5.3-1_amd64.deb
 2efc4930ee67f2ee301b4eac209852f5 46754 debug extra 
python3-pylibacl-dbg_0.5.3-1_amd64.deb
 d906bb3f4df2772bd71d91db9e7d9bfa 17424 python optional 
python3-pylibacl_0.5.3-1_amd64.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCgAGBQJXN/NTAAoJEPZuPkGfhPTez9AP/02/rAncw9yFqO1pvd9lnoOO
FotXL+XO4Gi5mcd/L4oQancNaGxfFZOxmlZ2jANne4gNtTBJnvc41rDfLIUMZHDb
+H0X6QjjxNGwtbzclzTp0iSXyLa9x4++rzVxUmBQPrs531zP5V5HYRQIx9Og0SYR
Gv9gdTVL5Z/I/X8v35Rid7im58R82z8XgBDHTokNOf+Vd2gkbbO7T+OXAuxzk+ae
tTtbgUs3cREXIVzQA0bJhsSOC8ybpIslUGGrWYor4earAq7EXqOafm4/7ney+oEs
Iu1AxWKfZ5rj+NIkENgd4yFQ9cBKF36ArEc/6lFlmm43DXJ//wPfgOlWV0Bw3zTr
XXZWXUX3YnRES4rwTGDvi2IYY8Ur5tHT1QLRHrn5C8eaY7503WKQm6IGa0P2eOrT
KETPE+VNSEj4lcjIfyD/U8sGBM+tqkplhU3PmYNBNiU9QhoVeFNGMRs3iSP9M+s1
3RTWvkdfZxjzNFaERy0Tb6w0TI01qcqkLES1J98gBP5PnEyfIXyanOzN4A3WqTCX
0pgSYOU2N9sGheNPcz+Mj8/zI44LC3MCgQ/zM/de/Vm3B6sGTsGH7IDigvby24Wu
mDKvmyOJ+1LUzSf1zS4sheHRwaFq6BNcFpFDfCssVE+LO5M7A0gq3n+DGi9scHZO
Gg/qrfwRkPOYwrmSGSq8
=0Zmk
-END PGP SIGNATURE-



Accepted python-pyxattr 0.5.6-1 (source amd64 all) into unstable, unstable

2016-05-15 Thread Iustin Pop
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sat, 14 May 2016 23:31:34 +0200
Source: python-pyxattr
Binary: python-pyxattr python-pyxattr-dbg python3-pyxattr python3-pyxattr-dbg 
python-pyxattr-doc
Architecture: source amd64 all
Version: 0.5.6-1
Distribution: unstable
Urgency: medium
Maintainer: Iustin Pop <ius...@debian.org>
Changed-By: Iustin Pop <ius...@debian.org>
Description:
 python-pyxattr - module for manipulating filesystem extended attributes
 python-pyxattr-dbg - module for manipulating filesystem extended attributes 
(debug ext
 python-pyxattr-doc - module for manipulating filesystem extended attributes 
(documenta
 python3-pyxattr - module for manipulating filesystem extended attributes 
(Python3)
 python3-pyxattr-dbg - module for manipulating filesystem extended attributes 
(Python3 d
Closes: 725419
Changes:
 python-pyxattr (0.5.6-1) unstable; urgency=medium
 .
   * Imported Upstream versions 0.5.4, 0.5.5 and 0.5.6; main changes:
 - fix multiple memory leaks in error handling paths
 - improve error message in case attributes disappear during retrieval
 - fix actual int/size_t issues (https://bugzilla.redhat.com/1127310)
 - fix potential sign-compare issues (code is -Wconversion clean now)
 - fix potential name truncation in merge_ns()
 - fix building on systems which don't have ENODATA
   * Improve hardening of the package (all except pie, which breaks the
 build)
   * Migrate debian/copyright to DEP5-style
   * Switch debian packaging repo over to Alioth
   * Switch build system to dh and pybuild
   * Split the documentation into a separate package (Closes: #725419);
 note that the path to the documentation has now changed
   * Add autopkgtest testsuite; this would have helped the issue found by
 RedHat much earlier, since Debian runs on more platforms
Checksums-Sha1:
 5b1deeb3b3917c57da45b33d8f9db1c4c9b13d8f 2397 python-pyxattr_0.5.6-1.dsc
 cd366680b3f0a5e56aa905a9e523561269bff281 26882 python-pyxattr_0.5.6.orig.tar.gz
 00194b51535d6b21bb4f8acd0f7bbea0faca66a6 8212 
python-pyxattr_0.5.6-1.debian.tar.xz
 b49d151035f5b637df67978932e2b704b32bd8cb 35826 
python-pyxattr-dbg_0.5.6-1_amd64.deb
 1610337a5270681b7814a844689b61a6969758e3 28164 
python-pyxattr-doc_0.5.6-1_all.deb
 c8a53a7334662864cea34dfda372828ad5385a39 14820 python-pyxattr_0.5.6-1_amd64.deb
 eca8024db6085361d53a6f3d7975a1cc934caf67 37590 
python3-pyxattr-dbg_0.5.6-1_amd64.deb
 b45bffd53a30e9a3dbf593ea0f69d009dd71f0a7 14950 
python3-pyxattr_0.5.6-1_amd64.deb
Checksums-Sha256:
 6a1a16266077ad6218b62414c27a6c40609f8fb61a6c668425a591cd06bde078 2397 
python-pyxattr_0.5.6-1.dsc
 1371de3fda8b2b64f60bdb769a5bac8017f70160fffd15ce025c2c02c3f15824 26882 
python-pyxattr_0.5.6.orig.tar.gz
 cb444f65f107d07043b81d471d43e1b4b46d4874005b99220445d65f4a915281 8212 
python-pyxattr_0.5.6-1.debian.tar.xz
 72a6aa1169ae6cc7d34833127ab1f0a94111ff86f8df06afec05ddf624abb1af 35826 
python-pyxattr-dbg_0.5.6-1_amd64.deb
 2d44ef931c97c777c3b2f987d465ddf795249e9077d6ac240c776777825782c1 28164 
python-pyxattr-doc_0.5.6-1_all.deb
 2a3c55177c6cb7be60b8b103c78c0046bf3bd68f6f23f6ab0ade55ceb7f755cc 14820 
python-pyxattr_0.5.6-1_amd64.deb
 c7b2f37d41c7720fe8812af7403af8ab95b612136faf204dfd6ff6fe7f509917 37590 
python3-pyxattr-dbg_0.5.6-1_amd64.deb
 86456cdb9efc8fbd34b52d92eeb66806cfa1c2b7030f5d1a484ea9e96a6c026e 14950 
python3-pyxattr_0.5.6-1_amd64.deb
Files:
 07466760ec785ef50c9ccc051aded1ed 2397 python optional 
python-pyxattr_0.5.6-1.dsc
 1026b132a2fd7b63d51bf87fa22ed947 26882 python optional 
python-pyxattr_0.5.6.orig.tar.gz
 d5cc57863986b08b1d5f9a2dec52afc5 8212 python optional 
python-pyxattr_0.5.6-1.debian.tar.xz
 641797e18998c50216196a0aa1be3f12 35826 debug extra 
python-pyxattr-dbg_0.5.6-1_amd64.deb
 ce78dc984b6ccfdc323efb151c733bb0 28164 doc optional 
python-pyxattr-doc_0.5.6-1_all.deb
 4ab2e2afa471aefa76d848ecdccd6f68 14820 python optional 
python-pyxattr_0.5.6-1_amd64.deb
 3465a9cbcc0c6587e8d18957952faa87 37590 debug extra 
python3-pyxattr-dbg_0.5.6-1_amd64.deb
 8a3cd1fa2cc7c95b61753acbabc9b455 14950 python optional 
python3-pyxattr_0.5.6-1_amd64.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCgAGBQJXN7N/AAoJEPZuPkGfhPTeoSkP/jSbpg66Vc4V/mA7+gOp45yw
y77xyVAF9fw3eg20yk1UgHmL17hxGvWtJA7JaXiXo/IQ3iu/d3Y+ge0fzpXyS24P
sgTuJWuSq14TdUzlhTGHj+/B6os5RxBWRViM0uSvOsx2x64GmBZ9yoCjnsrQrXmq
N15MWjW086BMUtrEgSX5UvbvWxMnBK31YDKMMr6flpgnOHCXPUc3sRE1g99EB/7z
5bBP8o3YD+iPNAV7i6FopJmWDHVTCQyEJRkGOdsnCYq3SSvpFzq3540cS+fba0qd
Xpd543FmBL3e4OLsOhOZKYugauLCOioqFctfrhTBIhIWU89GnKF8zWFNzH2jtWJa
4c9FfZsVSC749VxnOg+LKGkNkesmbVCH9LoMuR3y1NBw/eMt8gDScv6Q5axOXfBj
34g//AwTEWF4CFp0WO9EKdU9QxIeWeQJodw5+Uxw7lQZXqP1OLpFRotAreujujlb
uvl1DfKJseuMdMPN8+tImTz8Qw6NPpJnNzgZiAdCoQFspMUemFFwQ6fFbiJdeTg5
7+RGafa/W/uiDsqbIWnJ4fCmE2CSCM+aHNt8aq/d680+hOxDCliDiQUzCqiLJJ7t
ZFjhT9S6j+XoeT4+FrvUCeACoc3M66hHClpm/WGQRVhcjq67tn/An0E5a/6VQ3Kt
m5vEMoCXSk8fEspYk3IU
=EHmA
-END PGP SIGNATURE-



Accepted doc-rfc 20160507-1 (source all) into unstable

2016-05-13 Thread Iustin Pop
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Fri, 13 May 2016 20:04:57 +0200
Source: doc-rfc
Binary: doc-rfc doc-rfc-std doc-rfc-std-proposed doc-rfc-old-std 
doc-rfc-fyi-bcp doc-rfc-experimental doc-rfc-misc doc-rfc-informational 
doc-rfc-others
Architecture: source all
Version: 20160507-1
Distribution: unstable
Urgency: medium
Maintainer: Iustin Pop <ius...@debian.org>
Changed-By: Iustin Pop <ius...@debian.org>
Description:
 doc-rfc- RFC documents metapackage
 doc-rfc-experimental - Experimental RFCs
 doc-rfc-fyi-bcp - FYI and BCP RFCs
 doc-rfc-informational - Informational RFCs
 doc-rfc-misc - Historic and draft RFCs
 doc-rfc-old-std - Old Standard RFCs
 doc-rfc-others - Old experimental and unclassified RFCs
 doc-rfc-std - Standard RFCs
 doc-rfc-std-proposed - Proposed Standard RFCs
Changes:
 doc-rfc (20160507-1) unstable; urgency=medium
 .
   * New upstream snapshot 20160507
   * The upstream website changed a bit, which required dropping the old
 html summary files (rfc-best.html, rfc-draft.html, etc.); the
 rfc-index.txt still exists (in doc-rfc-std) and should be used instead
   * Due to the upstream changes, the scripts used to distribute the rfcs
 across the packages have been rewritten; if you see wrong
 categorisation, please report it
Checksums-Sha1:
 378263cb4961307dd05434adf48128b9254d3334 2523 doc-rfc_20160507-1.dsc
 d91dc70f7b8be61b9fe12a4e1cfec891db5313e7 166744031 doc-rfc_20160507.orig.tar.gz
 af7b0c751a91456bb00ab5f655d77566f198abfa 2548436 
doc-rfc_20160507-1.debian.tar.xz
 4899ef9901165559fa1055c6015bb7636cdf4ec8 6571200 
doc-rfc-experimental_20160507-1_all.deb
 9aed2637fb63331bc92d6a43315a432fe6c465dc 4023260 
doc-rfc-fyi-bcp_20160507-1_all.deb
 458eff379fdc2c691a4b621fac810dfb3b07f245 36356862 
doc-rfc-informational_20160507-1_all.deb
 cf93a79bf92177152249fc6c7594bd9cc85790aa 848 
doc-rfc-misc_20160507-1_all.deb
 2afbcf109179772c3500a9887f292c252737a42f 16275508 
doc-rfc-old-std_20160507-1_all.deb
 1d4316ef7abbb17f1956bf34cb3871b0dfa8a302 59607548 
doc-rfc-others_20160507-1_all.deb
 9fd984c974de05081f1e15776694e67d7a05033b 40184700 
doc-rfc-std-proposed_20160507-1_all.deb
 8626d30c3ecbe40bf6fae54f348b7c308aa8da5c 4914984 doc-rfc-std_20160507-1_all.deb
 8014bc3b5ea01bb2e27f970ba6a11ad7287d23a2 8340 doc-rfc_20160507-1_all.deb
Checksums-Sha256:
 551c7e5df3adbb68f3b649c15c20d41fa4b6ff01d36b74098b03e80ee8948a51 2523 
doc-rfc_20160507-1.dsc
 68b9a286242f544f95bae23939d66a326740a50147c8dac7bc344f62ba93b3af 166744031 
doc-rfc_20160507.orig.tar.gz
 f8bae971736df2ea1bda9026c49a2be12f23b48f9cb9b47acde8b61e24c4cf97 2548436 
doc-rfc_20160507-1.debian.tar.xz
 c370e642ef4670bd7b4b1414ad6d26ac6c960a6fca1a5a067449a0873e7f9cb1 6571200 
doc-rfc-experimental_20160507-1_all.deb
 0155dbb40a00adb148056b4c6f431cae0e67109486324421f2717525d43bdf4e 4023260 
doc-rfc-fyi-bcp_20160507-1_all.deb
 4831f2399480e1e7bbfa2bbea4295a3a55d369653642eb11a08a9a534163d75c 36356862 
doc-rfc-informational_20160507-1_all.deb
 238e39914f91fda9768222d67bc77c6b684ee89d9f60531e4feeb812b4038230 848 
doc-rfc-misc_20160507-1_all.deb
 51541c08c02cc1b4a7afea3c49e788bf1d89744e1a78e2868466734ca467c99f 16275508 
doc-rfc-old-std_20160507-1_all.deb
 cb369bdadc16e1a4270f43b8d43511d739d932a543f2e5f9ab6e77d77e8ec6fe 59607548 
doc-rfc-others_20160507-1_all.deb
 632488e796f6ae929e2d41afc2e4aa4e8f62b04f387ebb56d656a6a2414895ff 40184700 
doc-rfc-std-proposed_20160507-1_all.deb
 c2e4b5bb9b924656ff9d1b37d518bedb8484682c6a44614aaafb7068d5f8d1b3 4914984 
doc-rfc-std_20160507-1_all.deb
 7b0c7b483295fcab8d088f410761ceef09f33c179e996c2fe561774da4c548a7 8340 
doc-rfc_20160507-1_all.deb
Files:
 d552bfaa14326968408008f14e470d39 2523 non-free/doc optional 
doc-rfc_20160507-1.dsc
 27a9bb02aa26be47a217a0e718ccadb5 166744031 non-free/doc optional 
doc-rfc_20160507.orig.tar.gz
 3dc30b2002334eb9ed02b3d0f8619eaf 2548436 non-free/doc optional 
doc-rfc_20160507-1.debian.tar.xz
 7aa0c647860cc8df0a7ec3ce4feb02a1 6571200 non-free/doc optional 
doc-rfc-experimental_20160507-1_all.deb
 580ef69a3651913e600e99e945be340a 4023260 non-free/doc optional 
doc-rfc-fyi-bcp_20160507-1_all.deb
 d1fc105c19ac6e914fffef256963707d 36356862 non-free/doc optional 
doc-rfc-informational_20160507-1_all.deb
 a24ff5d617d3c904cbc2314115557d90 848 non-free/doc optional 
doc-rfc-misc_20160507-1_all.deb
 0f51db9d4d8efc341e6dce3c2186326d 16275508 non-free/doc optional 
doc-rfc-old-std_20160507-1_all.deb
 40e83ccc2071fcc503a53568ac4e0a52 59607548 non-free/doc optional 
doc-rfc-others_20160507-1_all.deb
 1652da92f3edc5c213b795a2ffc41e0f 40184700 non-free/doc optional 
doc-rfc-std-proposed_20160507-1_all.deb
 14eb100303851c7699e26b7461d68bc8 4914984 non-free/doc optional 
doc-rfc-std_20160507-1_all.deb
 2fd4a5cdd393f036b34deab47781c236 8340 non-free/metapackages optional 
doc-rfc_20160507-1_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCgAGBQJXNjmzAAoJEPZuPkGfhPTeVHoP/jppb/fn9KbK

Accepted dict-foldoc 20160505-1 (source) into unstable

2016-05-08 Thread Iustin Pop
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sun, 08 May 2016 22:15:10 +0200
Source: dict-foldoc
Binary: dict-foldoc
Architecture: source
Version: 20160505-1
Distribution: unstable
Urgency: low
Maintainer: Iustin Pop <ius...@debian.org>
Changed-By: Iustin Pop <ius...@debian.org>
Description:
 dict-foldoc - FOLDOC dictionary database
Closes: 792528
Changes:
 dict-foldoc (20160505-1) unstable; urgency=low
 .
   [ Iustin Pop ]
   * Imported Upstream version 20160505.
   * Update get-orig-source rule for new upstream URL and switch to https.
   * Standards version 3.9.8 (no changes needed).
   * Switch Vcs links to point to secure URLs.
   * Fix autopkgtests when running on ci.debian.net.
   * Stop using absolute paths in maintainer scripts.
 .
   [ Reiner Herrmann ]
   * Fix inconsistent builds by using the C locale for date calls
 (Closes: #792528)
Checksums-Sha1:
 4c53a32124502fd77d327ddc25bdff5154ae87c2 1950 dict-foldoc_20160505-1.dsc
 9de75283fb607cfae5c76be6eccb1a34a229f9b3 2159908 
dict-foldoc_20160505.orig.tar.gz
 6a9030cad5dcad13dcde82759eb19d624964c32d 16028 
dict-foldoc_20160505-1.debian.tar.xz
Checksums-Sha256:
 3fe970d1b174a86a975dea87daf67558391fc386e0b18b93e30e1a88f97f966c 1950 
dict-foldoc_20160505-1.dsc
 2ed68a9664ddd981054a424f1cf507e195bc343c73d106d216c90ef8868c09fb 2159908 
dict-foldoc_20160505.orig.tar.gz
 64926f46a175701cf86809322855724d7dc65038fec9b27c9561223888cb96a0 16028 
dict-foldoc_20160505-1.debian.tar.xz
Files:
 d2ef04a20c93ffdeadb1b5c122fc2032 1950 text optional dict-foldoc_20160505-1.dsc
 a0148a01cfba9300b868dd3eba3a8dbb 2159908 text optional 
dict-foldoc_20160505.orig.tar.gz
 4e8a8ee4e09de1c154bbc0c71ee7f0f0 16028 text optional 
dict-foldoc_20160505-1.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCgAGBQJXL57VAAoJEPZuPkGfhPTex5MP/RI9qMZFoGFDD6y8Z6mddlqC
G/wGb257oP3uUmQtnEAP77GIL63mkuKDAwol7jSqi2dWKYBt9qKPvRD8iNqoc94S
hIGRkduADn2PdgHB1bQaeMYS1i1BvStcrSetxfHzxW+mJ2KtQMEs3eUhuZxcy+H0
wo2hjDVhaoanTHuSzQvE0VjomKPesUVlorYo0RHTuaRZtWS6KUvslFrOrh6Gx+L6
Wu7EFT4DnVSAFbq8uSCio1YZyul+c2Qm7P7Wye7sqsffBGOFlnfFhhZcQ3HZeV8J
/KjQ12ScAOwZDWSEhIBcTjrZcSqz4wnDsOwJQkP6JIMHRraCcM52lL6xGA5e4mjQ
YQxGf1PfPReIX/Xr+oVYSmZcEO3mbRCsJByI+MHK8SSbutH1gvYmRR/w0UPsYo5p
diHFn+Q5/AGncc3pdlFbr6xIH7TwWEGPs8Fl1/3GREeCQ3zc/O3+DQgsuuhVwvf6
CLv1T9FIEQTGtn7G8QbcL29t+z2v5vcyp0XfV5opi4tkyooD6+O1oY+bmvNAZn6p
JUKsP8D5Y0NENPI/jG3oK6mxin2ZdXiyxgI+v7nWlp2CynuoZt62tyMFmKKdfZ5F
/cPRgTFkY/sGVnrK5dknPIlzHpRiF2VGXkJw8lr41K7ibXMvnLnCFQpsSzwUwIAK
aEedq2mWhVkY8pqu/XhB
=Eh40
-END PGP SIGNATURE-



Accepted protobuf 2.6.1-2 (source) into unstable

2016-05-08 Thread Iustin Pop
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sun, 08 May 2016 14:55:24 +0200
Source: protobuf
Binary: libprotobuf9v5 libprotobuf-lite9v5 libprotobuf-dev libprotoc9v5 
libprotoc-dev protobuf-compiler python-protobuf libprotobuf-java
Architecture: source
Version: 2.6.1-2
Distribution: unstable
Urgency: low
Maintainer: Debian protobuf maintainers 
<pkg-protobuf-de...@lists.alioth.debian.org>
Changed-By: Iustin Pop <ius...@debian.org>
Description:
 libprotobuf-dev - protocol buffers C++ library (development files)
 libprotobuf-java - Java bindings for protocol buffers
 libprotobuf-lite9v5 - protocol buffers C++ library (lite version)
 libprotobuf9v5 - protocol buffers C++ library
 libprotoc-dev - protocol buffers compiler library (development files)
 libprotoc9v5 - protocol buffers compiler library
 protobuf-compiler - compiler for protocol buffer definition files
 python-protobuf - Python bindings for protocol buffers
Closes: 805072 806096
Changes:
 protobuf (2.6.1-2) unstable; urgency=low
 .
   * Acknowledge NMUs, thanks Matthias Klose and Simon McVittie!
 .
   [ Robert Edmonds ]
   * debian/control: Change Maintainer to the pkg-protobuf-devel list
   * debian/control: Add Laszlo Boszormenyi as Uploader
 .
   [ Andrew Pollock ]
   * Update Git repository location
 .
   [ Iustin Pop ]
   * Standards version 3.9.8 (no changes needed)
   * Update project home page (now on github)
   * Update yet again Vcs-* URLs to point to secure URIs
   * Update information about our the ezsetup-removal patch
   * Apply BTS patch for fixing Sparc64 builds, thanks to David Matthew
 Mattli (Closes: #805072)
   * Don't fixup arch-dependent package dirs in indep builds
 (Closes: #806096)
   * Migrate from custom test scripts to autopkgtest
Checksums-Sha1:
 b32189e7d26abbd75dd9ffd3160d86b29f6a05b3 2765 protobuf_2.6.1-2.dsc
 30b46d354d6f73c04398f4c594395cf1b0398a42 13324 protobuf_2.6.1-2.debian.tar.xz
Checksums-Sha256:
 a8863495a321c37897d8aa63b73174224ce4ab72a7c20fc70298550cb8987c8b 2765 
protobuf_2.6.1-2.dsc
 c0fc873d93f65d4fa4f9361c9e1bd0bc4e098fe297e08c83fd740cb0fa4b4025 13324 
protobuf_2.6.1-2.debian.tar.xz
Files:
 ed759c5c29473aad2a9b08155e9d8ae3 2765 devel optional protobuf_2.6.1-2.dsc
 5ec2a9c6d58b77b9e9bf297010791dad 13324 devel optional 
protobuf_2.6.1-2.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCgAGBQJXL0YFAAoJEPZuPkGfhPTeRi4P/iloB91zmvLODA8/0YxVyMzp
X1lor4HLtFvzIWUbdvVt03Hi6S8QpwO7/Cgv6qEdEQHDZj/a95A7LEZYD3neOZQJ
zecHvKIedvag3VRE4sa04ks7nZJ/jdVcDG/ZdaTcjrKEplnUPhSxBiGq3kQ0UeYE
IPeoRdGkEA0RgsotQfUWS8p9JoP3tqIpJBSZOillW3Zf8r9uQk7BAkNxbKuun4sx
5byqtGS0UIBaeiK1JR4npnCyElu2YA79cBjwMP+2gs+vPClZT/ix8+CrGdWhaPez
zsxo2ygp1KHZaxYk+v0PEvRzbwnkNpL5sd8adtDTlQfV5grsYpYSPWEWtDGKBc7Q
Qk6tJcrOhO9Mddt8XefbLSevTr1FCOGTOd1y1tKmUEOhK1882u5FmIeMoc8ix/9M
l86yUt1chDqQzxTEvujPJJgJpcJrcjXyDTTEnIdT9QsBryRHzq9s7AM64PKW26ae
dVxq6bYDVU2qWSmXDNe7odDFGCiPirsQnDMz51oyQh4CGyd7zXtDLu2upXlRPviA
GqND7wRRO6Zqxe410ghiXpVqs5Ikj+sP2srDOkCg705Si/ck9KGHOIlnoKD7ktXo
9b8+sRd7VU6kUaJ/QH4aWYQB3HGRuNoy9FmRSjI8sg3K7eG9Z/B/63iVm9Or+iY8
hHkBCyH/eoG2rRakt8KL
=kubd
-END PGP SIGNATURE-



Accepted mt-st 1.3-1 (source) into unstable

2016-05-05 Thread Iustin Pop
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Fri, 06 May 2016 01:41:12 +0200
Source: mt-st
Binary: mt-st
Architecture: source
Version: 1.3-1
Distribution: unstable
Urgency: medium
Maintainer: Iustin Pop <ius...@debian.org>
Changed-By: Iustin Pop <ius...@debian.org>
Description:
 mt-st  - Linux SCSI tape driver aware magnetic tape control (aka mt)
Closes: 775013 796629
Changes:
 mt-st (1.3-1) unstable; urgency=medium
 .
   * New upstream release (1.2 and 1.3), most important changes:
 - Many more density codes
 - Improve default tape device handling (check it is actually a
   character device)
 - Add support for Linux 4.6+'s ability to configure the size of tape
   partition #0 (via a negative argument to `mkpartition`)
 - Fix bug in stinit's parsing of the configuration file regarding
   per-mode definitions
 - Various man page updates
   * Update standards version to 3.9.8 (no changes)
   * Remove all current patches, as they were included upstream
   * Restrict architecture to linux-any, since this needs linux headers to
 build and also is only useful on Linux kernels
   * Redo device setting activation, removing the init script and modprobe
 configuration file (see NEWS.Debian) while keeping an improved udev
 rule (Closes: #796629, #775013).
   * Enable full hardening of the package.
Checksums-Sha1:
 2c84698b9f301e190c83ca2ed82859f81a4e791f 1785 mt-st_1.3-1.dsc
 eebf05eb552105d642c81742658de2c3f97ac94a 35341 mt-st_1.3.orig.tar.gz
 b3a17e9d1d1d628e98b389d9f0b329caa7a225c7 10980 mt-st_1.3-1.debian.tar.xz
Checksums-Sha256:
 ca769142193ae75a60a9f8a1eda8d298ce212cf5a6a3d3768959b75420f9939c 1785 
mt-st_1.3-1.dsc
 b552775326a327cdcc076c431c5cbc4f4e235ac7c41aa931ad83f94cccb9f6de 35341 
mt-st_1.3.orig.tar.gz
 6fc4cb5a1db501b2a0ef74ba059b62a4a44f94a309a51262b464be0a85a70a7c 10980 
mt-st_1.3-1.debian.tar.xz
Files:
 f7ff37765c2c73c7393bb22d9839a37a 1785 admin extra mt-st_1.3-1.dsc
 3b1455b194d7048436046d47d1e7362d 35341 admin extra mt-st_1.3.orig.tar.gz
 8944c8208babec7cdcc22f9576fcc4de 10980 admin extra mt-st_1.3-1.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCgAGBQJXLAWqAAoJEPZuPkGfhPTeZ5YP/i2/clrD+6clmwBW+akNT+U3
KtRIT1HJBg1k0fk+xD236YjMp7CHIBHyngeAbeUJ1X5Za4Kbm2Gqjgi64JeyO5Jd
YB0MkFHy1h6qseJJw9yJggTrHFwwSqXXFIdQo8N+3TguVb2YNdkwjgDtwnlhxPdT
T7tFOZnYE2GatMs+EMYerDTiV2kdZjlLkJtQaOJhMVm4xjj7g242a+aVuLT5cF2E
VlrnkE5CToyFx9jWs3pbHBR2dE9DKR8wxgRB9DkMBYkPOX7N6HmO6XeiJaVh40mR
f1LGgNejN7h+Ex84pt2yTJCPWyUtLTpCxZmGdjoXdceJqHlZEaEL9NUVsBZ2wVdv
v2Qx0Z6O5moUjjHoMLmRJjFWENDIHv4BFYmRIrfR7+/8MrovV+s15d/co6sXBstN
XMTaVUKGyv2gvXEYhBoyP8gy9px1N5o9kCJttFgRP79KLaFYC2L8oh36ZmY3sxMA
zso5wKBv+SQdkwelPR0ub9+YThaOp7cvcjz0e4dgpILySDJ+Lt6p4hRsg5mbok15
bs5qktcYi+xu7bA2fIccQ1X8XcP9FegUkwcBnTB6J+hlGzofgCfwL0OWACUxFQ7T
+I6s2ZOj5Wh4CaNjDhGLL3ct51NwJJQ+unO+L0Ixf+4NZYrVVxAeaZimgdF5cz7T
XxwtfyH/HMMInZ2bgM3k
=LX25
-END PGP SIGNATURE-



Re: Interaction between dpkg's directory removal and dpkg-maintscript-helper

2016-05-05 Thread Iustin Pop
On 2016-05-06 11:07:57, Mike Hommey wrote:
> On Fri, May 06, 2016 at 02:16:32AM +0200, Iustin Pop wrote:
> > Hi,
> > 
> > I'm not sure if this is a bug or if I'm doing something wrong, looking
> > for advice. If one wants to deprecate a conffile locate in an otherwise
> > empty directory (let's say /etc/foo/bar), the following happens at new
> > package install time:
> > 
> > - before files unpacking, new-preinst is called; from
> >   dpkg-maintscript-helper manual, at this stage the conffile is renamed
> >   to bar.dpkg-remove (assuming not changed by user)
> > - new package files are unpacked; at this point, the new package doesn't
> >   own the conffile anymore, so dpkg doesn't have any tracked file under
> >   /etc/foo, so it tries to remove the directory; however this fails due
> >   to the /etc/foo/bar.dpkg-remove
> > - the new package is configured, and the postinst call to
> >   dpkg-maintscript-helper now remove /etc/foo/bar.dpkg-remove, but
> >   leaves /etc/foo as an unowned, dangling directory
> > 
> > At least, this is my understanding from reading policy and from piuparts
> > output. I can workaround it by manually removing the directory (if
> > empty), but seems somewhat out-of-place. Thoughts?
> 
> See also: bug 815969.

I see, thanks for the fast reply. rmdir it is then…

iustin



Interaction between dpkg's directory removal and dpkg-maintscript-helper

2016-05-05 Thread Iustin Pop
Hi,

I'm not sure if this is a bug or if I'm doing something wrong, looking
for advice. If one wants to deprecate a conffile locate in an otherwise
empty directory (let's say /etc/foo/bar), the following happens at new
package install time:

- before files unpacking, new-preinst is called; from
  dpkg-maintscript-helper manual, at this stage the conffile is renamed
  to bar.dpkg-remove (assuming not changed by user)
- new package files are unpacked; at this point, the new package doesn't
  own the conffile anymore, so dpkg doesn't have any tracked file under
  /etc/foo, so it tries to remove the directory; however this fails due
  to the /etc/foo/bar.dpkg-remove
- the new package is configured, and the postinst call to
  dpkg-maintscript-helper now remove /etc/foo/bar.dpkg-remove, but
  leaves /etc/foo as an unowned, dangling directory

At least, this is my understanding from reading policy and from piuparts
output. I can workaround it by manually removing the directory (if
empty), but seems somewhat out-of-place. Thoughts?

thanks,
iustin


signature.asc
Description: PGP signature


dpkg-genchanges warning for -dbgsym packages

2016-05-03 Thread Iustin Pop
Hi all,

I'm very glad for the automatic debug packages, but I wonder if I'm
doing something wrong since I get this warning:

dpkg-genchanges: warning: package foo-dbgsym listed in files list
but not in control info

The package is generated, so this mostly seems like a harmless warning.
I checked but I don't see any bug about it, and searching the internet
turns out nothing. Thoughts?

thanks,
iustin


signature.asc
Description: PGP signature


How to properly remove obsolete init script?

2016-05-03 Thread Iustin Pop
Hi and sorry for what is a basic question, but I can't find a clear
answer.

It seems that dpkg-maintscript-helper is the tool to remove conffiles,
but it doesn't seem to have any special handling for init scripts. Which
means that simply calling "rm_conffile …" will just remove the
/etc/init.d/ script, leaving potential symlinks in /etc/rc?.d around.

The snippets inserted by dh_installinit in postrm will only call
"update-rc.d xxx remove" in case of purge, so they won't be called
during a package upgrade.

Any smarter solution than just adding code to postinst/configure with
the old version to call update-rc.d remove?

thanks,
iustin


signature.asc
Description: PGP signature


Re: support for merged /usr in Debian

2016-01-04 Thread Iustin Pop
On 2016-01-04 23:41:40, Eric Valette wrote:
> On 04/01/2016 20:43, Michael Biebl wrote:
> 
> >an initramfs is not mandatory as long as you don't have /usr on a
> >separate partition.
> >No initramfs + split /usr is not supported and has been broken for a while.
> 
> Did you actually test it? It works for me TM on fairly simple setup...

That's the key point - "on a fairly simple setup". You don't know when
it will break - at which point the setup becomes complex enough that
some library actually needed lives in /usr instead of /, and you can't
boot anymore without going into rescue/emergency mode.

The whole point of UsrMerge is to _guarantee_ that booting works on
_all_ setups, and to reduce the maintenance burden at the same time.

regards,
iustin


signature.asc
Description: PGP signature


Re: support for merged /usr in Debian

2016-01-04 Thread Iustin Pop
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.

iustin



Re: support for merged /usr in Debian

2016-01-03 Thread Iustin Pop
On 2016-01-03 22:22:16, Tom H wrote:
> On Sun, Jan 3, 2016 at 6:17 PM, Iustin Pop <ius...@debian.org> wrote:
> > On 2016-01-03 12:59:01, Tom H wrote:
> >>
> >> I don't like usr-merge because it goes against my historical
> >> expectation that "/{,s}bin" be separate from their /usr namesakes and
> >> contain binaries required for boot.
> >
> > OK, so adjust your historical expectation. It's not a technical issue,
> > it's simply a matter of expectations, which have no reason to stay the
> > same for ever.
> 
> Did you read the next para of my email?!

Yes. Instead of trying to think of initramfs as the new / or any other
way of thinking that keeps the distinction, I'm suggesting to simply
drop this distinction/expectation. You didn't give any reasons except
historical expectation, and I don't think that's a needed one (given
that you can't properly make a distinction between what-is-boot and what
isn't).

regards,
iustin


signature.asc
Description: PGP signature


Re: [Fwd: Re: [DNG] FW: support for merged /usr in Debian]

2016-01-03 Thread Iustin Pop
On 2016-01-03 15:59:37, Svante Signell wrote:
> Hi, 
> 
> This message was not intended to be sent to a debian-* mailing list by
> the author. However, since it is (in my opinion) of large interest I
> got the permission to forward it to debian-devel. Hopefully, also some
> of the debian-devel subscribers will appreciate it too.

Wow, here I was thinking this would be some informed oppinion, but:

"Oh, there are tools with which you can periscope into
initramfs, but have you ever really looked at everything in an
initramfs."

Wait, what? Yes, I have many times unpacked the simple cpio archive that
an iniramfs is, and I have looked at its entire contents. It's not black
magic.

This is just more FUD being spread by somebody who doesn't want to
change their ways, at all.

iustin, who wasted 1 minute on this


signature.asc
Description: PGP signature


Re: support for merged /usr in Debian

2016-01-03 Thread Iustin Pop
On 2016-01-03 17:03:02, Simon McVittie wrote:
> […] For
> instance, /bin -> /usr/bin is needed because otherwise #!/bin/sh would
> stop working, […]

This brings to mind—I wonder if the performance impact of having /bin/sh
be read through two indirections (/bin/sh → /usr/bin/sh →
/usr/bin/{dash, bash, etc.}) is non-zero and if it could be reliably
measured.

This is not an argument against UsrMerge, I'm very much for it; I'm just
curious.

iustin


signature.asc
Description: PGP signature


Re: support for merged /usr in Debian

2016-01-03 Thread Iustin Pop
On 2016-01-03 12:59:01, Tom H wrote:
> On Sat, Jan 2, 2016 at 6:42 PM, Geert Stappers  wrote:
> I don't like usr-merge because it goes against my historical
> expectation that "/{,s}bin" be separate from their /usr namesakes and
> contain binaries required for boot.

OK, so adjust your historical expectation. It's not a technical issue,
it's simply a matter of expectations, which have no reason to stay the
same for ever.

regards,
iustin


signature.asc
Description: PGP signature


Re: support for merged /usr in Debian

2016-01-01 Thread Iustin Pop
On 2016-01-01 13:39:35, Adam Borowski wrote:
> On Fri, Jan 01, 2016 at 12:23:20PM +0100, Ansgar Burchardt wrote:
> > m...@linux.it (Marco d'Itri) writes:
> > > Thanks to my conversion program in usrmerge there is no need for a flag
> > > day, archive rebuilds or similar complexity and we can even continue to
> > > support unmerged systems.
> > 
> > Is there any use case that requires supporting unmerged systems?
> 
> I don't think so.  You already need the / filesystem, and with today storage
> sizes, if you can hold that, you can hold the whole system, period.  Even on
> any embedded that can run Debian.
> 
> The last time I've seen a split done due to small / was Maemo ten years ago.
> And guess what?  They didn't use / vs /usr but hacked something where both /
> and /usr were on the small mmc while big /opt hold most of the files, with
> symlinks from /usr.  That's because their needs were different from those of
> Ken Thompson in 1971.
> 
> A reasonable and often important split is keeping /+/usr apart from a box's
> main purpose, be it /home, /srv or /var/lib/postgresql -- but in any case
> both / and /usr will be on the same filesystem.
> 
> Thus, I'd say /usr is pointless on any machine we can reasonably support.

I respectfully disagree. Having / contain basically only /etc means we
finally have a full separation between configuration (/), binaries
(/usr) and state (/var), which opens up some interesting options in the
field of large-scale virtualisation.

regards,
iustin


signature.asc
Description: PGP signature


Re: git, debian/ tags, dgit - namespace proposal [and 1 more messages]

2015-11-16 Thread Iustin Pop
On 2015-11-16 13:27:33, Ian Jackson wrote:
> [resending because my MUA messed up]
> 
> Ben Hutchings writes ("Re: git, debian/ tags, dgit - namespace 
> proposal"):
> > Deliberately creating identifiers that differ only by case seems
> > gratuitously confusing.
> 
> I acknowledge that this is a downside of my proposal.  However, it is
> IMO important that the tag names I choose are relatively prominent.
> 
> A major part of the audience is people who don't know much about
> Debian packaging, or even necessarily much about git workflows, let
> alone about how Debian uses git.
> 
> If such a user sees two similarly named tags, they will at least know
> that something is confusing.  They can look at the contents of each,
> or type ignorant questions into a search engine, and hopefully find
> the answer.  So the very obvious nature of the confusion is an
> advantage.

I would say that's a long shot; depends on your users, of course, but in
general the plan "let's make X confusing so that people will pay more
attention to it and learn its intricacies" is more likely to backfire,
IMHO.

regards,
iustin


signature.asc
Description: PGP signature


Re: git, debian/ tags, dgit - namespace proposal

2015-11-15 Thread Iustin Pop
On 2015-11-15 21:26:52, Ben Hutchings wrote:
> On Sun, 2015-11-15 at 21:10 +, Ian Jackson wrote:
> [...]
> > So this message is:
> > 
> > * A request for anyone to say if they know of a reason I shouldn't do
> >   this.
> [...]
> 
> Deliberately creating identifiers that differ only by case seems
> gratuitously confusing.  Further, it may cause difficulties for someone
> who is packaging for some other operating system and tries to clone a
> dgit repository onto a case-insensitive filesystem (which git generally
> does support).

+1, differing only by case is indeed very confusing.

regards,
iustin


signature.asc
Description: PGP signature


Re: Defaulting to i686 for the Debian i386 architecture

2015-09-29 Thread Iustin Pop
On 2015-09-28 22:14:44, Ben Hutchings wrote:
> We propose to drop support for i386 processors older than 686-class in
> the current release cycle.  This would include folding libc6-i686 into
> libc6, changing the default target for gcc, and changing the 586 kernel
> flavour to 686 (non-PAE).
> 
> Since the 686-class, introduced with the Pentium Pro, is now almost 20
> years old, we believe there are few Debian systems still running that
> have 586-class or hybrid processors.

Not true! My trusty soekris 5501 has an AMD Geode LX, which (AFAIK) is
still only i586. It seems it is missing one instruction (NOPL) from
being a full 686 chip :)

Anyway, what I mean to say: thanks for finally motivating me to upgrade.
This move definitely makes sense, but I wouldn't be so sure that there
are no actual production systems running on a 586-only CPU.

And thanks for your work!

iustin


signature.asc
Description: Digital signature


Accepted python-pylibacl 0.5.2-2 (source amd64) into unstable

2015-06-29 Thread Iustin Pop
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Mon, 29 Jun 2015 21:49:45 +0200
Source: python-pylibacl
Binary: python-pylibacl python-pylibacl-dbg python3-pylibacl 
python3-pylibacl-dbg
Architecture: source amd64
Version: 0.5.2-2
Distribution: unstable
Urgency: medium
Maintainer: Iustin Pop ius...@debian.org
Changed-By: Iustin Pop ius...@debian.org
Description:
 python-pylibacl - module for manipulating POSIX.1e ACLs
 python-pylibacl-dbg - module for manipulating POSIX.1e ACLs (debug extension)
 python3-pylibacl - module for manipulating POSIX.1e ACLs (Python3 version)
 python3-pylibacl-dbg - module for manipulating POSIX.1e ACLs (Python3 debug 
extension)
Closes: 787172
Changes:
 python-pylibacl (0.5.2-2) unstable; urgency=medium
 .
   * Fix building with Sphinx 1.3 (Closes: #787172).
Checksums-Sha1:
 64d62039b0668319979311fb6e8367995b7264a5 2273 python-pylibacl_0.5.2-2.dsc
 637647e041a8f94bb77f86711bf0c5ffdcfea52f 8084 
python-pylibacl_0.5.2-2.debian.tar.xz
 2c441aee22261b949aed417d055183500fcaedf7 33570 
python-pylibacl-dbg_0.5.2-2_amd64.deb
 2a28c11329229b40db8905f33d00b8f85226b252 40558 
python-pylibacl_0.5.2-2_amd64.deb
 e564494839b854138cb72dd58b2f01a5190f55a9 34264 
python3-pylibacl-dbg_0.5.2-2_amd64.deb
 800e002f3606dee6b544067195e5293c2f1ed30c 15104 
python3-pylibacl_0.5.2-2_amd64.deb
Checksums-Sha256:
 1aa6561efc0c38f6eeb6958e5e1551d7d8dfc9917f3b10799e46fbe6965a9cba 2273 
python-pylibacl_0.5.2-2.dsc
 673fddb53d00a96100e553b8928f752875c9223e44e0700fba7ef30465de8e5f 8084 
python-pylibacl_0.5.2-2.debian.tar.xz
 12f85fa1d5516c2ac3e2c857de1e9c337830d52ea9390e774f3be4ddbcd23f46 33570 
python-pylibacl-dbg_0.5.2-2_amd64.deb
 52fd11fd46cf9906f6ab88b2aa7be0a7275721600f64822143e7c25b8414 40558 
python-pylibacl_0.5.2-2_amd64.deb
 b035e5ca7a75e2fae498a1d2006ff1bc973aa6a2856b65a36ad2c5da15016a75 34264 
python3-pylibacl-dbg_0.5.2-2_amd64.deb
 69b52cbd133986e80b5a16fc7f39b79d3b46bdd1d8872bcd7501bf1e8e7a32d3 15104 
python3-pylibacl_0.5.2-2_amd64.deb
Files:
 156a44302dba285621836ab5f8358df7 2273 python optional 
python-pylibacl_0.5.2-2.dsc
 414f4869f728e2bc665b50ee20e7fcc9 8084 python optional 
python-pylibacl_0.5.2-2.debian.tar.xz
 3ecf3d5a795c8eb2dd566915ae8d212f 33570 debug extra 
python-pylibacl-dbg_0.5.2-2_amd64.deb
 fb8fd976bb0525cd3989a905af55fa8e 40558 python optional 
python-pylibacl_0.5.2-2_amd64.deb
 0e599966a8e52b140bdf990475ee4588 34264 debug extra 
python3-pylibacl-dbg_0.5.2-2_amd64.deb
 a815119fef63912cc382dfba32cd541c 15104 python optional 
python3-pylibacl_0.5.2-2_amd64.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCgAGBQJVkaJmAAoJEPZuPkGfhPTeyB0P/i7brTOBc2HAHAjzgCaELDPb
LtRG+Io9w3E0o7U1vvVuaZxfWk3w23XtP6ynNSyqyvjnxgiEWa32zJPwCwvhnmGJ
IOX07rm4utbZj6+2Bb00ShjGlbA65MjThXORVUp68quxlBHrtzZO/wnQbTF8JWGU
g+10UXPz6dYCLSEh31ReQCc7unOZvAjkT9Wh9US9fup8uw4H3GjMgPNLpTIcNBvb
3XNZ0S+F0ZNNADTQqAOSXn9OrsIgSuXam9srjMjuB9p5A0KQ23OAZ34Yp7K9FHdb
eIaoO0YK7NpwaLPGo2RUQT6prsk7qmQY8AC0wJL+JgCrWiUr6kz0Qsb4H13IwEc8
YLBU4T/W94CEKGtKBkcAmxkKVBX4QqQn/6OoSELcjgSLQNjyPF4Uvk2u2XW2nx7v
MH5WXqdD9IIZFaNzK2YSZzzKSruuji2yjBpVCB859roMXP4G8jYXN4XeasuF9s/f
6PhbJuuWKKZnkah7SVfkkiEs1j184P9LfbVNS28/E97ew4vTwsmSK8kBz/iYzPtf
CJY226fmacoQAifMx4Mo9ZMvtZJYyBrmE8YJm18oHq9BzWiKv4gbeKwnlRqpd71U
YXeisxhgOum0B66hcysnOtc+awnhrFBX+ga/a9+xeDXikE8Uoi5JKRCrcj0s6eAL
HHNSFzNGkn9SHAA0x3zs
=GhMf
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/e1z9gw6-0007vq...@franck.debian.org



Accepted python-pyxattr 0.5.3-2 (source amd64) into unstable

2015-06-29 Thread Iustin Pop
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Mon, 29 Jun 2015 21:37:39 +0200
Source: python-pyxattr
Binary: python-pyxattr python-pyxattr-dbg python3-pyxattr python3-pyxattr-dbg
Architecture: source amd64
Version: 0.5.3-2
Distribution: unstable
Urgency: medium
Maintainer: Iustin Pop ius...@debian.org
Changed-By: Iustin Pop ius...@debian.org
Description:
 python-pyxattr - module for manipulating filesystem extended attributes
 python-pyxattr-dbg - module for manipulating filesystem extended attributes 
(debug ext
 python3-pyxattr - module for manipulating filesystem extended attributes 
(Python3)
 python3-pyxattr-dbg - module for manipulating filesystem extended attributes 
(Python3 d
Closes: 787848
Changes:
 python-pyxattr (0.5.3-2) unstable; urgency=medium
 .
   * Fix building with Sphinx 1.3 (Closes: #787848).
Checksums-Sha1:
 4c64e3ee9a6194822fcfa10c38f110d315cc5ae0 2256 python-pyxattr_0.5.3-2.dsc
 ea6c2724f029a74f8b886257c6178597098d2301 7888 
python-pyxattr_0.5.3-2.debian.tar.xz
 a7e4fe084a5ee93cfa0f5e1027f46aa371926ad9 26076 
python-pyxattr-dbg_0.5.3-2_amd64.deb
 bc091f1a77df8269a25d82b85bd9e3c956776047 33976 python-pyxattr_0.5.3-2_amd64.deb
 a65d4f4df2ecaef47aad7187078bd335d604e65f 26778 
python3-pyxattr-dbg_0.5.3-2_amd64.deb
 80237931e1f39c65daf583998620edbe1e96eea2 11620 
python3-pyxattr_0.5.3-2_amd64.deb
Checksums-Sha256:
 9295fc2c789c34de992e3fb747c2ea2265bb8cdc99d43c49d79d552a78571c3f 2256 
python-pyxattr_0.5.3-2.dsc
 c71795a0996859ed14ad780d1289f59bc432e0ba531580251ce8f934e2c27782 7888 
python-pyxattr_0.5.3-2.debian.tar.xz
 677ec0a6a3f021626ffdde1d1ae752872bf8038cacc02fe9d90887b0e319e726 26076 
python-pyxattr-dbg_0.5.3-2_amd64.deb
 0c66dda3ec8aee9a91efd7a149875d3d983fcb93ad19286ec901c792466f26be 33976 
python-pyxattr_0.5.3-2_amd64.deb
 4142a5d595671370558c08119fc6e9838308ee1a92b819af5cd96dea67305fc6 26778 
python3-pyxattr-dbg_0.5.3-2_amd64.deb
 ddc28a6abf7278fc2bb5d6e45b8f86cbb38890b9f0178307d34524b532998fff 11620 
python3-pyxattr_0.5.3-2_amd64.deb
Files:
 07ccc6a501bca2a21389ade21570e2f7 2256 python optional 
python-pyxattr_0.5.3-2.dsc
 c5704bea222f1a06ada15cf6e6bfd0aa 7888 python optional 
python-pyxattr_0.5.3-2.debian.tar.xz
 59f6e09bafc4076204f757396e1ed5f6 26076 debug extra 
python-pyxattr-dbg_0.5.3-2_amd64.deb
 8d5263d3bcabf87fa6652e954863ca6b 33976 python optional 
python-pyxattr_0.5.3-2_amd64.deb
 ecc545e51a313cba9d67afc37b18abc4 26778 debug extra 
python3-pyxattr-dbg_0.5.3-2_amd64.deb
 10f9b5c3298d64f83d6246a566d0b8bf 11620 python optional 
python3-pyxattr_0.5.3-2_amd64.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCgAGBQJVkaCuAAoJEPZuPkGfhPTeU3cP/2yW3/ItCaMICpdCpvNWFtP3
+eyuHenneS4Kplc7CKoonB4EX8stIkCdRPRGPCVAtKU0zUKujtcUV7vMt+MH/7A6
2tYUEJ6CUW+ZPaJo+pKScQ6HcQhZ8pFvpJxZaq21dQgPUx9EzQ1ap0YHGM0qnEnl
VewPZBzw4qxV7tsyovqANauDFvS7bkvs7ePiQDinKrw3OwWwe7BvZGt4130wVZ+v
97Sv3d9bcb9SQXAJhjlpKdOKqoUnvUkopUhsSyJu9lo9f6wG5x3CfTcA+0a+UtcN
+5HddGm1zvAcAwBaxcxzswNl/IHIJKIxszXC2FiMOE4eHXcHT9XjMEquSI8i6oHl
BK/jObq3KWomkN163qyNPbkEkqnjYE1rktdrAwWX9p7XPbtOeLDnqJpr+B88h3ih
qt+/kcGYsiEl6qqSELTpIVZti12J4f48hyi+Rztq1bDHBLKI6RSZXWyMTTQpYB2H
+sUWcDo2sndrV9AWr32darPkPU8cpClb7yWmyVi7FhG5lZX7/d3Qbvde9A7DJwk9
A55NE604AgmBv8CuwqxiIBWKaPNU0YyboBH/Op42r+Bd6WpTZXxR2rEuLMdDqE9K
kVTN0QIPsE06d6kgl7vFLAaUqMc61TYh9T4hDiJD2+wegT+9jqaKXQpnHlZHIDKe
DBrq3Z2LlytWgbAqY54o
=Ry0Q
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/e1z9gwe-0007dh...@franck.debian.org



Accepted haskell-js-flot 0.8.3-1 (source all amd64) into unstable, unstable

2015-06-08 Thread Iustin Pop
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sun, 31 May 2015 22:51:04 +0200
Source: haskell-js-flot
Binary: libghc-js-flot-dev libghc-js-flot-prof libghc-js-flot-doc 
libghc-js-flot-data
Architecture: source all amd64
Version: 0.8.3-1
Distribution: unstable
Urgency: low
Maintainer: Debian Haskell Group 
pkg-haskell-maintain...@lists.alioth.debian.org
Changed-By: Iustin Pop ius...@debian.org
Description:
 libghc-js-flot-data - ${haskell:ShortDescription}; runtime files
 libghc-js-flot-dev - ${haskell:ShortDescription}${haskell:ShortBlurb}
 libghc-js-flot-doc - ${haskell:ShortDescription}${haskell:ShortBlurb}
 libghc-js-flot-prof - ${haskell:ShortDescription}${haskell:ShortBlurb}
Closes: 787185
Changes:
 haskell-js-flot (0.8.3-1) unstable; urgency=low
 .
   * Initial release. (Closes: #787185)
Checksums-Sha1:
 2cfaa2134c2d6139653d7e6ed2e360f2eb6a1a9d 2303 haskell-js-flot_0.8.3-1.dsc
 182170b0a03d2b3d2fb4deeced9ae3914549905d 662691 
haskell-js-flot_0.8.3.orig.tar.gz
 0f67a85078b7e92cc12e48d522e1dd33dc0e1e08 2552 
haskell-js-flot_0.8.3-1.debian.tar.xz
 da130731bf3eff36c5d7562b61aaee8a99dae175 31914 
libghc-js-flot-data_0.8.3-1_all.deb
 4f3199e4595422ef038d7674f41162b34017c655 48538 
libghc-js-flot-dev_0.8.3-1_amd64.deb
 d588d96576160c879f97316dab0d13f314b934ff 29590 
libghc-js-flot-doc_0.8.3-1_all.deb
 8f50c37c53f3328ba79c5a51114ac76b2862d5cc 40336 
libghc-js-flot-prof_0.8.3-1_amd64.deb
Checksums-Sha256:
 839f5aac328ee268611945efa5846e2d7888436d83701981acf033b5634353e1 2303 
haskell-js-flot_0.8.3-1.dsc
 1ba2f2a6b8d85da76c41f526c98903cbb107f8642e506c072c1e7e3c20fe5e7a 662691 
haskell-js-flot_0.8.3.orig.tar.gz
 58a962906b212c4506f963c02b3e86521a635f2540f260922184ba34a46d3cf0 2552 
haskell-js-flot_0.8.3-1.debian.tar.xz
 67ab84502c1cf31723c0bf9570337bf399c30aa0d03a872ff5b490aae21f2c95 31914 
libghc-js-flot-data_0.8.3-1_all.deb
 bf9664138ecb0af6f5aea8d346810cd21ec48bca7ebf9a9b1eb2571f6839c86f 48538 
libghc-js-flot-dev_0.8.3-1_amd64.deb
 ef1d8314f48b85ff05eab1a320df505c4f581c0d37beb9aa00fc62eed6bed019 29590 
libghc-js-flot-doc_0.8.3-1_all.deb
 20abc20072eebb9902614c8010c84d214b0b2f86152b7e4593d3c7dd022897f2 40336 
libghc-js-flot-prof_0.8.3-1_amd64.deb
Files:
 e824ceeceae44bc362f4840ac5c721d3 2303 haskell extra haskell-js-flot_0.8.3-1.dsc
 ee76d397d4a9aec44206262dc5dbd917 662691 haskell extra 
haskell-js-flot_0.8.3.orig.tar.gz
 9098033cd060e7a8a598059ceb9a6054 2552 haskell extra 
haskell-js-flot_0.8.3-1.debian.tar.xz
 7246aab50d70022b959e08816ccb8d16 31914 haskell extra 
libghc-js-flot-data_0.8.3-1_all.deb
 9de8add9fd72f1fc3fe41a3d449149ad 48538 haskell extra 
libghc-js-flot-dev_0.8.3-1_amd64.deb
 016a9d66b0835fa7f061e9c1fefd594f 29590 doc extra 
libghc-js-flot-doc_0.8.3-1_all.deb
 cc623be37575e65c29b091ed07274b13 40336 haskell extra 
libghc-js-flot-prof_0.8.3-1_amd64.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCgAGBQJVa4FbAAoJEPZuPkGfhPTeAUkP/0IAoeCi9GK1DFhFalo+1Hd4
2xeIFmTIRb2rp8LBbWuQIxswxmVg2jVbKC5WtO+IocAb08EQ7IS3+QPEdL23DIiL
pNmMby5dJo24NrfTujl2gYuRpK0z6/l4ILFc00Api3TWwgMemiGhgsVmWdHe8tbO
6blaFvqQwqKORjGzKb1427F6xX2BDySD9YtZeh2KxK3RK7yWkP6xml5c9zSni/lt
gGK+c1PIGC+uBDvsQsAhCX4K2yovH1XyQk7UtOuCynJtcss6nvHGAu/oJXc1r8b2
GRPFUDy5oh3PDJ9oa5tStMvg5fb1o46BNZQEu+A3/x0tfB2AEJKBdQ3D7gnMipJ0
+qzTny0ljGwCwCYa9mXADSGXcYdiSWxWCszM3k9XW3hGV8r6SiFuFQYCEm+AF3sS
pbHG+ijnJdauYlyPeI7XtjLBBrhxaB4xvZlTIFQkcw7+EtkXC0KzpbeX9Hggouho
1CSSRjGOhEfpAn2tsr0XBk+0CHHkqTWUIj0J0Z8zcBh/CdshjNkeChwX3dcRbLVh
BkNiVnhwzMY+pARK3Bw1MSYtwQStqNtXapQGyWvFPflFG6cC25WXPAA2aRxJkXKQ
mCmoSunTjDlDcRW10GalUrGjZ/uo3fhtL7cgRvbx3E4EiKj4h1Qj8My9FtrfOLxS
Dg3dEd56sHgdKWyr+d5M
=jXHe
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/e1z1ztq-0005kh...@franck.debian.org



Accepted haskell-js-jquery 1.11.3-1 (source all amd64) into unstable, unstable

2015-06-01 Thread Iustin Pop
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sun, 31 May 2015 00:39:59 +0200
Source: haskell-js-jquery
Binary: libghc-js-jquery-dev libghc-js-jquery-prof libghc-js-jquery-doc 
libghc-js-jquery-data
Architecture: source all amd64
Version: 1.11.3-1
Distribution: unstable
Urgency: low
Maintainer: Debian Haskell Group 
pkg-haskell-maintain...@lists.alioth.debian.org
Changed-By: Iustin Pop ius...@debian.org
Description:
 libghc-js-jquery-data - ${haskell:ShortDescription}${haskell:ShortBlurb}
 libghc-js-jquery-dev - ${haskell:ShortDescription}${haskell:ShortBlurb}
 libghc-js-jquery-doc - ${haskell:ShortDescription}${haskell:ShortBlurb}
 libghc-js-jquery-prof - ${haskell:ShortDescription}${haskell:ShortBlurb}
Closes: 787184
Changes:
 haskell-js-jquery (1.11.3-1) unstable; urgency=low
 .
   * Initial release. (Closes: #787184)
Checksums-Sha1:
 df987d528d6a707a8304ce1a4e54723113b89265 2329 haskell-js-jquery_1.11.3-1.dsc
 700edcb79934af7485ba659d192422d2aa8ed7f2 120919 
haskell-js-jquery_1.11.3.orig.tar.gz
 24a4166f3762e0a5471290c764b3b09de2245464 2252 
haskell-js-jquery_1.11.3-1.debian.tar.xz
 3dd4f3c3d4b7805beb8926b714baa7a0d3d374a5 36064 
libghc-js-jquery-data_1.11.3-1_all.deb
 3d498aa317b7914ca3e14b793b0c8abb41d64434 16882 
libghc-js-jquery-dev_1.11.3-1_amd64.deb
 d49afef8d7b7f66d6378706f9f2d8558a420efe0 28726 
libghc-js-jquery-doc_1.11.3-1_all.deb
 c997582cca667ae059bca9736902bfb828aac7ed 14148 
libghc-js-jquery-prof_1.11.3-1_amd64.deb
Checksums-Sha256:
 164529092842a025da3ffda6125672ae6e664556a5198a4840527e6895e66eb8 2329 
haskell-js-jquery_1.11.3-1.dsc
 3d7b19d0b5ae59339b705026bed66e72fe5392a792f08859876d6e4131b3c257 120919 
haskell-js-jquery_1.11.3.orig.tar.gz
 662094ac07ec063d45f0f20907c9b513069cb0de4803cce2897ed85afaf0bba3 2252 
haskell-js-jquery_1.11.3-1.debian.tar.xz
 8c30e940ab2bc6c023f7d1ab172701608f61f9e3a729e4b86fc3ef3c61a9a9d9 36064 
libghc-js-jquery-data_1.11.3-1_all.deb
 a6b8a2d932fe95136402421b9b1d053127c53d53d0f898b3619dd7ba62dc47cc 16882 
libghc-js-jquery-dev_1.11.3-1_amd64.deb
 c13c661e8ca93cbee627e8f2547efedf49205013e206a24b3242e0ee4f7ff70b 28726 
libghc-js-jquery-doc_1.11.3-1_all.deb
 6be06177cc9828e489386b1c99e09e2f347eaed2b5742b6b8713536a7535cbf4 14148 
libghc-js-jquery-prof_1.11.3-1_amd64.deb
Files:
 af509335deb907d1c7116deefcea2f90 2329 haskell extra 
haskell-js-jquery_1.11.3-1.dsc
 d3270f56c0cb9741ce7dd1bfbcb1c1b3 120919 haskell extra 
haskell-js-jquery_1.11.3.orig.tar.gz
 d2cd912a77f149afb23d1c62db01cd7f 2252 haskell extra 
haskell-js-jquery_1.11.3-1.debian.tar.xz
 b762df90f2fa681e33dde80503a71c23 36064 haskell extra 
libghc-js-jquery-data_1.11.3-1_all.deb
 761aaefb9f4496bef7353653855e2d00 16882 haskell extra 
libghc-js-jquery-dev_1.11.3-1_amd64.deb
 f3d615c20a86e1e2c8e8f099503c8d32 28726 doc extra 
libghc-js-jquery-doc_1.11.3-1_all.deb
 428fffc3873e3b147babe798cc28def0 14148 haskell extra 
libghc-js-jquery-prof_1.11.3-1_amd64.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCgAGBQJVaj4oAAoJEPZuPkGfhPTewmMP/jOmQru2WMeSgd6IQltQn5B0
KcgVypkeQ2K8fAPyKv9h3p8FDQnXSEfVkxr+Pm9US3ZnBD7Cg1lNkavJlQWqKcbe
JeOOTHAHIojyuLwi0QiIL9vVV88TsA3c2ZNb8ZC6G1UxUiZpzga6DuLObFg0oOnZ
4BC7de79LB6wPykwAJAcfNowPovZEly0PPnysMLNukJgHY1V+aylyxfMfbGQdWOM
rxQDFxAeMkeCsFEDmasbaETnN09epduoM0L71W5Xeo0zUkAklA4NSaq6yxpzDhNK
Je2+bNRuvFnX3Cjv0OGZq+b1xLd8L8ZtThCAznyxxQA5JLt/aYb1tL0XKwX7zO22
nmgQjaJoa+B8D0C28ymswnK8n82N4S59YJnDt6A39vVc0mzW/IOPYBdpqnsvuhSa
i2vmf2+FFob1zFzx6p0u4+rANHIGz9kn724jmSOm3jtkTkKFwOofr4/XmXu2bvpy
uYekVtdIRV6ySyPqhWgXdzXCdRRK50AHggK9NYc4WM8Btiv3/UHDvuvwKl2HVN9m
ZAeDKuporyFhzjxBZc9zzwX+QrkwM6mbHlhLdxmNx2/XNWotfMgudh/22Bbuvejz
TlsmVxjuYtM9t9USEfaNP3irhmKRnrOwbHaFUyddhDiSzLUrqJ3Os9Piqo0RiVFU
3U+WH3dEbKWJ8xNDMqxW
=x+eZ
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/e1yzs8f-0006w1...@franck.debian.org



Bug#787184: ITP: haskell-js-jquery -- bundles the minified jQuery code into a Haskell package

2015-05-29 Thread Iustin Pop
Package: wnpp
Severity: wishlist
Owner: Iustin Pop ius...@debian.org

* Package name: haskell-js-jquery
  Version : 1.11.3-1
  Upstream Author : Neil Mitchell ndmitch...@gmail.com
* URL : https://github.com/ndmitchell/js-jquery
* License : BSD
  Programming Lang: Haskell
  Description : bundles the minified jQuery code into a Haskell package

This package bundles the minified jQuery code into a Haskell package, so it can
be depended upon by Cabal packages. The first three components of the version
number match the upstream jQuery version. The haskell library is designed to
meet the redistribution requirements of downstream users, and to reduce
duplication of bundled code in Debian.

Will be maintained as part of debian-haskell team.


signature.asc
Description: Digital signature


Bug#787185: ITP: haskell-js-flot -- bundles the minified Flot code into a Haskell package

2015-05-29 Thread Iustin Pop
Package: wnpp
Severity: wishlist
Owner: Iustin Pop ius...@debian.org

* Package name: haskell-js-flot
  Version : 0.8.3
  Upstream Author : Neil Mitchell ndmitch...@gmail.com
* URL : https://github.com/ndmitchell/js-flot
* License : BSD
  Programming Lang: Haskell
  Description : bundles the minified Flot code into a Haskell package

This package bundles the minified Flot code (a jQuery plotting library) into a
Haskell package, so it can be depended upon by Cabal packages. The first three
components of the version number match the upstream Flot version. The package
is designed to meet the redistribution requirements of downstream users, and to
reduce the number of duplicate copies of embedded code.

Will be maintained as part of debian-haskell team.


signature.asc
Description: Digital signature


Re: patch-tracker down?

2015-05-03 Thread Iustin Pop
On 2015-05-03 15:31:28, Stefano Zacchiroli wrote:
 On Sun, May 03, 2015 at 02:50:17PM +0200, Iustin Pop wrote:
  PS: Long-term, the current codebase needs some redoing - e.g. it uses
  cheetah as templating engine, and that's not available under Python 3,
  etc.
 
 I very much agree. This is why, from an idea coming from Lucas, I've
 included in the scope of the upcoming GSoC work on Debsources [1] the
 following:
 
2) a patch tracker web app to publish details about the source code
differences that Debian packages carry with respect to upstream
releases of the same software.
[...]
implement on top of Debsources a new web app, similar to the (now
defunct) patch tracker
 
 [1]: 
 https://wiki.debian.org/SummerOfCode2015/Projects/Debsources%20as%20a%20Platform
 
 From an ecosystem point of view, Debsources already have both packed and
 unpackages source packages, updated daily via push. On top of it adding
 a tiny web skin that presents the patches is not much of a work --- in
 comparison with the general infrastructure overhead of having a source
 mirror, unpackaging it, etc etc. This is why I'm interested in giving a
 try to recasting the old patch-tracker.d.o on top of sources.d.n (to
 that end I've temporarily booked patches.d.n), rather than deploying
 them as separate services.

Makes a lot of sense, indeed.

 OTOH, the patch-tracker.d.o code base already exists, and Debsources is
 not yet a *.d.o service (mostly due to my lack of energy in doing the
 migration, nothing else). So YMMV on what is the best course of action
 for having back a web app exposing Debian patches w.r.t. upstream.

My only goal is to have a patch tracker - I'm less concerned about how
it is implemented, except that:

 In terms of technologies, Debsources is both Python 2 and 3 (although
 currently still deployed on Python 2), and Flask based. If you, or
 anyone else, is motivated more on working on these technologies than in
 modernizing the old patch-tracker.d.o code base, please come and talk to
 me.

To be honest, I'm not interested in working on any python code base long
term. If I were to take on the old patch tracker, my second step after
bringing the service up would be to rewrite (at least the web
application) in a different language. I mentioned Cheetah/Python 2 only
in the context that it can't stay like this for too long.

So:

- we could have the current patch tracker resurrected easily as a stop
  gap measure; not sure what the policies are around debian.org
  services, but from the point of view of just the patch tracker,
  probably about one weekend effort; or:
- we could ignore the current patch tracker, since the GSoC will
  implement the same functionality anyway, just presenting the patches
  should be rather simple, and we're not in a hurry

I'm fine either way… What do people think?

thanks,
iustin


signature.asc
Description: Digital signature


Re: patch-tracker down?

2015-05-03 Thread Iustin Pop
On 2014-05-29 17:19:50, Paul Wise wrote:
 On Thu, May 29, 2014 at 4:54 PM, Jörg Frings-Fürst wrote:
 
  are you looking for new volunteers?
 
 I'm not a Debian sysadmin but yes, new volunteers are needed for
 patch-tracker.d.o.
 
 Requirements are that you need to be a Debian member, but you can help
 with the code if you are not.
 
 Some things that people who are interested in patch-tracker.d.o need to do:

 Clone the git repo:
 
 https://anonscm.debian.org/gitweb/?p=users/seanius/patch-tracker.git

[…]

Resurrecting this year-old thread. I guess the patch tracker is still
down, right?

I cloned the git repo and it's possible to bring this up on a jessie
host with only one small extra dependency that is not packaged
(backports.lzma python module, which is small enough to be packaged in
unstable and
become a backport to jessie then; I don't know
what's the policy though for debian.org hosts). Browsing
a few random packages seems to work correctly, although without an
extensive test suite I don't know how well the code works for various
packaging types.

So from the point of view of fix the code for wheezy^Wjessie this is
rather trivial. Are people interested in having patch-tracker back (I
know I am ☺)? If so, I'll try to take this over and start by contacting
the debian-admin list.

PS: Long-term, the current codebase needs some redoing - e.g. it uses
cheetah as templating engine, and that's not available under Python 3,
etc.

regards,
iustin


signature.asc
Description: Digital signature


Re: patch-tracker down?

2015-05-03 Thread Iustin Pop
On 2015-05-03 18:32:03, Stefano Zacchiroli wrote:
 Thanks for your prompt answer, Iustin,
 
 On Sun, May 03, 2015 at 04:16:26PM +0200, Iustin Pop wrote:
  So:
  
  - we could have the current patch tracker resurrected easily as a stop
gap measure; not sure what the policies are around debian.org
services, but from the point of view of just the patch tracker,
probably about one weekend effort; or:
 
 This, absolutely.
 
 I just wanted to mention that something related to patch tracker is
 brewing around Debsources, especially for those that might be planning
 significant refactoring on the patch-tracker.d.o code base. 

Ah, understood, very good point. I'm happy that this won't be a
long-term project, especially if it's going to be replaced by a
better/cleaner/more modern code base.

 But GSoC
 outcomes are hardly unpredictable, so I'm not ready to commit to the
 availability of something by the end of the summer.

Ack.

 If it is easy to resurrect patch-tracker.d.o as is, and you're willing
 to work on it, by all means go for it.

OK, I'll proceed then.

thanks!
iustin


signature.asc
Description: Digital signature


Accepted python-mox 0.5.3-4 (source all) into unstable

2015-04-30 Thread Iustin Pop
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Thu, 30 Apr 2015 11:11:01 +0200
Source: python-mox
Binary: python-mox
Architecture: source all
Version: 0.5.3-4
Distribution: unstable
Urgency: medium
Maintainer: Iustin Pop ius...@debian.org
Changed-By: Iustin Pop ius...@debian.org
Description:
 python-mox - mock object framework for Python
Changes:
 python-mox (0.5.3-4) unstable; urgency=medium
 .
   * Standards version 3.9.6 (no changes needed)
   * Add autopkg test suite for running the unittests against the installed
 package
Checksums-Sha1:
 2b8ab3ead1b357dd86c9aec2a0d6f582bc048728 1923 python-mox_0.5.3-4.dsc
 437af9dcd0bfd26b6e92ff208adada6a18766c0c 2740 python-mox_0.5.3-4.debian.tar.xz
 5afcb8234a06cbe8a76443156be9c8e27a10e143 17184 python-mox_0.5.3-4_all.deb
Checksums-Sha256:
 ee7007f2332f54391a3a3c5fb9b6d8a019ab17966dedae1284cf052b42eb3061 1923 
python-mox_0.5.3-4.dsc
 ab581eccf1b5c61d069bccc9a83631d34acd83af5531b373ff3d2f985ce19a0a 2740 
python-mox_0.5.3-4.debian.tar.xz
 0569b6214678261a9e91f0ab4e1ca1fcb04ee0ac1460cf7b6e13d95ec7451aaa 17184 
python-mox_0.5.3-4_all.deb
Files:
 f27060c73c5cb79bfd13b58e3940 1923 python extra python-mox_0.5.3-4.dsc
 984a0dadadc8d052335889d84ed58758 2740 python extra 
python-mox_0.5.3-4.debian.tar.xz
 1dfafb233c10c3517bd174d686014930 17184 python extra python-mox_0.5.3-4_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCgAGBQJVQqaPAAoJEPZuPkGfhPTe54gQAJmtX+eZlUp9MDzWNljcu15X
1e18SWECFUDLZKHZrSXeigh5udTzocct03KdCbKJSYlar+1FEVOCAB4Nk+XVwSTa
3Zjwm3NEU/bwx5CUrIGssKFIRDd+N4vVJmoaNfwPe/y7H1IpgAOzAIGmt/mqRJ8S
hMlMB7felJzsFNeH2C8ZysjY7D1FoVtHmHQwI22wBXotml/dKN2MxU00SDCSadZI
kpfKCYqBX9GbA0r6s/mejcFRdA6++pXfegeyl3YXWfnhH6Af+gQp52SmBkwN93UD
dB4n9jFtemUD5j1DHnc2aiODI7eYisHrZaXLqwqaUjFkjNQpfqt3xrzN+bC7pGdV
X4nX4bWu+ykkayzm4TbCIDTeuo8cET+I4zkIMBgpFatxG1DXRyQUv0vuCNnnsWbp
SoZCMBeIdPXdfQ/mXEXz8TWTioOL8AjvdWA2BZMpEarOTDYvlcv3vufdSqmaWtQe
RO9AKXHKJzYVn5xSCvb03Rl6nPUpkDdz+WyHXYXjRUHCXSdW7Jl5VpkcGkSP2jh9
uMESvCajdyKQXV5Z0M33PTmQG+57J7XihpN1En+je5hVdnsoZgvFWg/tzhi9qYde
u0cU13Ajy3sHKbONy/R2+GJke+TeOTBQdaS+04rjbPP4OdRqPhuRviO7ZlKFucem
Pu6aX7PEu1lDoJPq6bXJ
=4RFY
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/e1ynwsv-00038o...@franck.debian.org



Accepted dict-foldoc 20150318-1 (source all) into unstable

2015-04-29 Thread Iustin Pop
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Wed, 29 Apr 2015 12:58:30 +0200
Source: dict-foldoc
Binary: dict-foldoc
Architecture: source all
Version: 20150318-1
Distribution: unstable
Urgency: medium
Maintainer: Iustin Pop ius...@debian.org
Changed-By: Iustin Pop ius...@debian.org
Description:
 dict-foldoc - FOLDOC dictionary database
Closes: 776397
Changes:
 dict-foldoc (20150318-1) unstable; urgency=medium
 .
   * New upstream release.
   * Make the build reproducible, patch from Chris Lamb la...@debian.org
 (Closes: #776397).
   * Standards version 3.9.5 (no changes needed).
Checksums-Sha1:
 70983684f2d33de5bd6cad573cd4af9de2cbfc9f 1948 dict-foldoc_20150318-1.dsc
 681b2a443dab7d2a6d2a6e7ac887d11fd9f878ff 2158936 
dict-foldoc_20150318.orig.tar.gz
 a75fffca2caa77867b612433aa439be43beedcfc 15680 
dict-foldoc_20150318-1.debian.tar.xz
 0b5346ac5d481cafa5e1f780eba8939470f1668a 2396690 dict-foldoc_20150318-1_all.deb
Checksums-Sha256:
 ef96e46488da8194d7342a88ece6f1acf377ceaf66a310c4de3ef022492deb64 1948 
dict-foldoc_20150318-1.dsc
 eb1f9da70eb7bac0626edb0b19f937a58ab8267364cb07869805be25cfa54602 2158936 
dict-foldoc_20150318.orig.tar.gz
 9d0913d932397035a7dea1d4b32c4d84fcd3b2d5a753fd090e95c9d616ab6e08 15680 
dict-foldoc_20150318-1.debian.tar.xz
 9ac3ecc1c400de72ab0219cd3d99292f9ee7f5671a7407fddc1bbe9914460857 2396690 
dict-foldoc_20150318-1_all.deb
Files:
 6cf3fc3a76733fb77454ffdbb26f09dd 1948 text optional dict-foldoc_20150318-1.dsc
 98925069aa385d11fc104d67601a5851 2158936 text optional 
dict-foldoc_20150318.orig.tar.gz
 448da5c1dca0309e9cd8c777844bb39c 15680 text optional 
dict-foldoc_20150318-1.debian.tar.xz
 12d7c7d3129774501168c1aa97ed95b9 2396690 text optional 
dict-foldoc_20150318-1_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCgAGBQJVQNPzAAoJEPZuPkGfhPTe3zwP/jcGTiE4XAMOZoa8IFFLxv7q
n8qXJtZYDknMBBw4xFIcCBIm/09TsFlhl6efWCdzv1tzUmKmdKTwHSe+2q0xbOA2
m9hYsMuBUrXAK7s3cHxQ1vdRMz0hdlZwHYfA5DNn1dWs1WJA/s7+aK5Y1O2lGnJh
/Uz8sUvV5Og395SrzLzg2r8GnfUTyBLWbTKaqLj4VBfBk6sRP9a0FGZv+Nifwtng
DeXjGxHMpMYZ6lTUiHGpXejYgHssd3dM4sYUh5vbL4/0lCMzY8wtnXawlchJJKyl
PNrluOdcFF518O4du72T1W42439hMt7dqd2NtpdfHADAMz3dR5FMbm0FXTcFk6EN
+QqTRZdwzZOVgcH6OQKjaEmAmu7comzXl8htOV3oMdD9UZfYYIjvMGQUFggVGCvd
zcvWSIEn55T3HSSa1w4tE3dxiE8tt9MNGH7hCA+pin5NlsZsLlocO+0jYGLmNqfA
l6I65BgvSNKILsJpE2XmOLhPTeMboyq51shIz03dsYg1PkwLMUoeAuwRxYF5nflb
BPCPN4QMemBpeK9UgEB9kgliESMl0YcnUr+ylBTOwTP86EXw+/uJTo/uwsEzsXHK
0y4IEEdnAbthPam0OnDpckkPMx60Ooq4bKbMTsyTstjoC1cohhWDOfeb3jponkl4
bh4HttPL37IMLthxlfWD
=+5Ch
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/e1ynru9-0007h5...@franck.debian.org



Accepted doc-rfc 20150425-1 (source all) into unstable

2015-04-29 Thread Iustin Pop
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Thu, 30 Apr 2015 01:30:05 +0200
Source: doc-rfc
Binary: doc-rfc doc-rfc-std doc-rfc-std-proposed doc-rfc-old-std 
doc-rfc-fyi-bcp doc-rfc-experimental doc-rfc-misc doc-rfc-informational 
doc-rfc-others
Architecture: source all
Version: 20150425-1
Distribution: unstable
Urgency: medium
Maintainer: Iustin Pop ius...@debian.org
Changed-By: Iustin Pop ius...@debian.org
Description:
 doc-rfc- RFC documents metapackage
 doc-rfc-experimental - Experimental RFCs
 doc-rfc-fyi-bcp - FYI and BCP RFCs
 doc-rfc-informational - Informational RFCs
 doc-rfc-misc - Historic and draft RFCs
 doc-rfc-old-std - Old Standard RFCs
 doc-rfc-others - Old experimental and unclassified RFCs
 doc-rfc-std - Standard RFCs
 doc-rfc-std-proposed - Proposed Standard RFCs
Closes: 464631 592165 670129 776176
Changes:
 doc-rfc (20150425-1) unstable; urgency=medium
 .
   * New upstream version 20150425 (Closes: #776176)
   * Add fix for broken contents in rfc2616 (Closes: #464631)
   * Add dependency on doc-rfc-experimental to doc-rfc (Closes: #592165)
   * Stop storing the timestamp in gzipped files (for reproducible builds)
   * Standard version 3.9.6 (no changes needed)
   * Add mechanism for rewriting broken PostScript files (Closes: #670129)
   * Add autopkg tests for rfc presence and dhelp integration (should
 prevent future ocurrences of bugs similar to #670129)
Checksums-Sha1:
 15562f250ccc8aef7966bd162a95d1ffb3f5bedf 2509 doc-rfc_20150425-1.dsc
 c96de7865877c4a812730bc53ce53df98139a0a4 162553417 doc-rfc_20150425.orig.tar.gz
 db3e61b1c42b366f170dc760aae335dbd1c9c624 2627084 
doc-rfc_20150425-1.debian.tar.xz
 69f9e49593363b92d9dc102c9863f3a569f2be39 8116 doc-rfc_20150425-1_all.deb
 30a152dce426b742ac0250381e81c142c17998f1 5266530 doc-rfc-std_20150425-1_all.deb
 35318a4095fae7400df65e6e3c9cf711a95b4caf 38358952 
doc-rfc-std-proposed_20150425-1_all.deb
 d5ce4b016892ad7b57f7ffe6834e713383409781 15879920 
doc-rfc-old-std_20150425-1_all.deb
 350954a12ea68634d475adb44d8772340721903a 3895270 
doc-rfc-fyi-bcp_20150425-1_all.deb
 32c2d0fb48708c13368c32e2ccf11f31452db355 6457332 
doc-rfc-experimental_20150425-1_all.deb
 7eb24e11c1c87ad8f492de156f9efa6b30d53920 7497092 
doc-rfc-misc_20150425-1_all.deb
 9a8e46de65cf598a390bf8eb21c64f1fd078369f 34830732 
doc-rfc-informational_20150425-1_all.deb
 297da9b00079d4d5c480844ef8ffd3489f0a36d9 59671034 
doc-rfc-others_20150425-1_all.deb
Checksums-Sha256:
 1a528915c68973501f0d3c9ad1625fec621f10c26a63af741920714803d53f54 2509 
doc-rfc_20150425-1.dsc
 86fa03e2f8e9049c079450b8a383746a14747db94297502376fe48f97c4e7a88 162553417 
doc-rfc_20150425.orig.tar.gz
 840a0d67674bb58a10880c38a476e14dd9ab5d0c17508aca2a93c762a9628c4c 2627084 
doc-rfc_20150425-1.debian.tar.xz
 15695df5b2ff737e6c8d8abc48257f809556690183e2ca6b7c78c36c8c6fe325 8116 
doc-rfc_20150425-1_all.deb
 08b5a1cbb8b44117b19a528314b1f2f05a769fbbae4cea7f706096ef72712053 5266530 
doc-rfc-std_20150425-1_all.deb
 058cca55d4f72a1ceaecbb4d9c18f4311df2f4822405e0d51451421783511c6e 38358952 
doc-rfc-std-proposed_20150425-1_all.deb
 30b869ca996085db582092f21060e61157bfeaeff5e032dd18893161a103edaf 15879920 
doc-rfc-old-std_20150425-1_all.deb
 1d48b0cb6a6fa61edbc1e211aede56b5874118118a192fc70603196ce1fff0e0 3895270 
doc-rfc-fyi-bcp_20150425-1_all.deb
 d84b1a99973982d3203ac87be218b3bd2319131a0c57042c27b2acdf0865bc1a 6457332 
doc-rfc-experimental_20150425-1_all.deb
 9010b5e8624c7d76d3ed85d8ab6616c74d0dcdb0f951742d42d7531d5d37ae84 7497092 
doc-rfc-misc_20150425-1_all.deb
 1ac1c6e01bc97ab2fb88ee96bd6b7fb78b7525e8977e8956c16f9275aeb41aa0 34830732 
doc-rfc-informational_20150425-1_all.deb
 be769b2d44cc60e4a41405d54549dd262feae2ae4cc0d08750e83c187bca0445 59671034 
doc-rfc-others_20150425-1_all.deb
Files:
 7cbc1eb2e1a12d23078ce292456f04c0 2509 non-free/doc optional 
doc-rfc_20150425-1.dsc
 9a832a0f044509031fb49ad5a9d2a563 162553417 non-free/doc optional 
doc-rfc_20150425.orig.tar.gz
 930306d3665885aad1f4f48a21c520b1 2627084 non-free/doc optional 
doc-rfc_20150425-1.debian.tar.xz
 f3432a49942a57212e7fe9b1d19a54a8 8116 non-free/metapackages optional 
doc-rfc_20150425-1_all.deb
 699f6953228ac709eca1ce34b77738dd 5266530 non-free/doc optional 
doc-rfc-std_20150425-1_all.deb
 5837f2fe44b748e288600eb40119bdb4 38358952 non-free/doc optional 
doc-rfc-std-proposed_20150425-1_all.deb
 fcc77aae0a0d432e4ccfc6c58dfbde9b 15879920 non-free/doc optional 
doc-rfc-old-std_20150425-1_all.deb
 3c811f9ec2b4596251e0aff551be7d81 3895270 non-free/doc optional 
doc-rfc-fyi-bcp_20150425-1_all.deb
 37cc62b894ea7401547fd4794e0f98f0 6457332 non-free/doc optional 
doc-rfc-experimental_20150425-1_all.deb
 7fc5464292f38e953dd9dd61f767c9aa 7497092 non-free/doc optional 
doc-rfc-misc_20150425-1_all.deb
 e3c92fefc86ea2bbf0c6671a4191ce5c 34830732 non-free/doc optional 
doc-rfc-informational_20150425-1_all.deb
 552c1a11a479e9cdb937629965cd9ae3 59671034 non-free/doc optional 
doc-rfc-others_20150425-1_all.deb

-BEGIN PGP SIGNATURE

Re: debian github organization ?

2015-04-16 Thread Iustin Pop
On 2015-04-17 10:54:43, Russell Stuart wrote:
 Github has all but
 annihilated SourceForge in the hosting market place, and the stand out
 change is it's UI.  That is in spite of SourceForge's impressive mirror
 network and SourceForge being VCS agnostic.

I think the VCS agnosticism is actually detrimental in this context.
It's much easier for the user when every repo is using the same VCS.
And consistency makes it very easy, for example, to refer to commits
across projects, to standardise pull/clone workflows, etc.

regards,
iustin


signature.asc
Description: Digital signature


Re: RFC: DEP-14: Recommended layout for Git packaging repositories

2014-11-12 Thread Iustin Pop
On Wed, Nov 12, 2014 at 09:21:56AM +0100, Raphael Hertzog wrote:
 Hi,
 
 On Tue, 11 Nov 2014, Iustin Pop wrote:
   Packaging branches and tags
   ===
   
   Packaging branches should be named according to the codename of the
   target distribution. In the case of Debian, that means for example
   `debian/sid`, `debian/jessie`, `debian/experimental`,
   `debian/wheezy`, `debian/wheezy-backports`, etc. We specifically avoid
   suite names because those tend to evolve over time (stable becomes
   oldstable and so on).
   
   The Git repository listed in debian/control's `Vcs-Git` field should
   usually have its HEAD point to the branch corresponding to the
   distribution where new upstream versions are usually sent. For Debian,
   it will usually be `debian/sid` (or sometimes `debian/experimental`).
  
  I find this paragraph confusing. With gbp, this is where new Debian
  developments are made, and new upstream versions are sent to
  upstream/xxx. Or do you mean something else here?
 
 Is it clearer if I rewrite it this way ?
 
 « The Git repository listed in debian/control's `Vcs-Git` field should
 usually have its HEAD point to the branch where new upstream versions
 are being packaged. For Debian, it will usually be `debian/sid` (or
 sometimes `debian/experimental`) »

Yes, (to me) that is much more clear.

  Interesting. Assuming a normal Debian package that has just a few
  backports (as opposed to every sid release being backported), and which
  imports only upstream tarballs/snapshots (not the whole history), I
  expect that a high proportion of the commits would happen on this
  branch. In which case, why not make it 'master', without debian/ ? Is it
  (only) in order to cleanly support multiple vendors?
 
 Henrique answered to that. The non-prefixed namespace is dedicated
 to upstream development.

Ack.

Thank you,
iustin


signature.asc
Description: Digital signature


Re: RFC: DEP-14: Recommended layout for Git packaging repositories

2014-11-11 Thread Iustin Pop
On Tue, Nov 11, 2014 at 10:26:24PM +0100, Raphael Hertzog wrote:
 Hello,
 
 following the initial discussion we had in August
 (https://lists.debian.org/debian-devel/2014/08/thrd2.html#00499), I have
 written a first draft of the Debian Enhancement Proposal that I suggested.
 It's now online at http://dep.debian.net/deps/dep14 and also attached
 below so that you can easily reply and comment.
 
 I have left one question where I have had conflicting feedback
 and I'm not sure what's best. Thus I will welcome a larger set of
 opinions on this specific question (search for QUESTION in the
 text).

[…]

 Packaging branches and tags
 ===
 
 Packaging branches should be named according to the codename of the
 target distribution. In the case of Debian, that means for example
 `debian/sid`, `debian/jessie`, `debian/experimental`,
 `debian/wheezy`, `debian/wheezy-backports`, etc. We specifically avoid
 suite names because those tend to evolve over time (stable becomes
 oldstable and so on).
 
 The Git repository listed in debian/control's `Vcs-Git` field should
 usually have its HEAD point to the branch corresponding to the
 distribution where new upstream versions are usually sent. For Debian,
 it will usually be `debian/sid` (or sometimes `debian/experimental`).

I find this paragraph confusing. With gbp, this is where new Debian
developments are made, and new upstream versions are sent to
upstream/xxx. Or do you mean something else here?

   QUESTION: some people have argued to use debian/master as the latest
   packaging targets sometimes sid and sometimes experimental. Should we
   standardize on this? Or should we explicitly allow this as an alternative?

Interesting. Assuming a normal Debian package that has just a few
backports (as opposed to every sid release being backported), and which
imports only upstream tarballs/snapshots (not the whole history), I
expect that a high proportion of the commits would happen on this
branch. In which case, why not make it 'master', without debian/ ? Is it
(only) in order to cleanly support multiple vendors?

thanks,
iustin


signature.asc
Description: Digital signature


Accepted haskell-hoogle 4.2.33-2 (source all amd64) into unstable

2014-09-21 Thread Iustin Pop
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sun, 21 Sep 2014 21:14:14 +0200
Source: haskell-hoogle
Binary: libghc-hoogle-dev libghc-hoogle-prof libghc-hoogle-doc hoogle
Architecture: source all amd64
Version: 4.2.33-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Haskell Group 
pkg-haskell-maintain...@lists.alioth.debian.org
Changed-By: Iustin Pop ius...@debian.org
Description:
 hoogle - Haskell API Search for Debian system
 libghc-hoogle-dev - Haskell API Search
 libghc-hoogle-doc - Haskell API Search; documentation
 libghc-hoogle-prof - Haskell API Search; profiling libraries
Closes: 756334
Changes:
 haskell-hoogle (4.2.33-2) unstable; urgency=medium
 .
   * Switch from embedded to packaged jquery
   * Fix Vcs-* fields to point to anonscm
   * Fix autopkgtests definition to eliminate spurious failures
   * Rework the database generation so that it doesn't download files from
 the internet, making it (again) hermetic (Closes: #756334).
Checksums-Sha1:
 1e7393ce1dba04a51af6b3ea49cc4072ca0d4873 3876 haskell-hoogle_4.2.33-2.dsc
 933fded7c086007617313fcda90d50ad1533ff59 168920 
haskell-hoogle_4.2.33-2.debian.tar.xz
 8083bfb80f7f8d1c0878c0cf7316df131c936bf9 123710 
libghc-hoogle-doc_4.2.33-2_all.deb
 336290c837b519d170577b44b48bb7177e6fb96c 797772 
libghc-hoogle-dev_4.2.33-2_amd64.deb
 86bb59ecc903905a9f5b510fef880db49040ec25 828242 
libghc-hoogle-prof_4.2.33-2_amd64.deb
 8dfa050ca28b58d60e69ea293b5d845c4c21a8ee 2564846 hoogle_4.2.33-2_amd64.deb
Checksums-Sha256:
 b49ac305724bc41587db7715b44e736cbe826034f94e1dad9f32c48a544bbdf5 3876 
haskell-hoogle_4.2.33-2.dsc
 a65a5a6f9adf012ea67184160a899e1c0f5c26d2159d2d25671a15317ad859af 168920 
haskell-hoogle_4.2.33-2.debian.tar.xz
 53409c2b49d46b7576660c7dd4f7f721752e1915b3d93f73f528264b00cc512d 123710 
libghc-hoogle-doc_4.2.33-2_all.deb
 c64eee44a677c9c3912ee2dc6fe43c362bee6fc14103b3997e8c50808aa7441a 797772 
libghc-hoogle-dev_4.2.33-2_amd64.deb
 98727d630f92409ba7dc116439f9478a048b729efacdcb3035c42dff103b352c 828242 
libghc-hoogle-prof_4.2.33-2_amd64.deb
 2f8a515a7b44550cca614d34b5c8e4dd549f117aebe8bd0923cd145db2e86219 2564846 
hoogle_4.2.33-2_amd64.deb
Files:
 619c858ed5d5067a509e97ce89544462 123710 doc extra 
libghc-hoogle-doc_4.2.33-2_all.deb
 e5eda07ad4993672919c934d3341b49e 797772 haskell extra 
libghc-hoogle-dev_4.2.33-2_amd64.deb
 8c9f6c73e93feaa2dac3f8cdab1ffd87 828242 haskell extra 
libghc-hoogle-prof_4.2.33-2_amd64.deb
 04e0ded5e11a0faac39e87eed35f16a3 2564846 misc extra hoogle_4.2.33-2_amd64.deb
 ea0949d09f2b3174b5fb79101019c628 3876 haskell extra haskell-hoogle_4.2.33-2.dsc
 779462ca94aa509ba110420c64dbb8cd 168920 haskell extra 
haskell-hoogle_4.2.33-2.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCgAGBQJUHyWDAAoJEPZuPkGfhPTeVasP/2WFjVVckZ5k2im+tiSabqsl
XcCqq425l2Yw/9sI4FjxATPZ1TZaqOxJ5yAXGA2MaX2/dwCACaepjkA6TZy3A1fl
ax6xWri5k6orw4SboHrieuhYt+RwFdiCZ8N+SPIJfpccHf/wuHIon3eyEum+MkYO
U9MkDnkm/eOZM8I4vdjL8vuwkBhCc9iydvq2u2zRxj0jR3ANr5rPtCmvyrBuV8DI
989XuD/8bnlnC96HXliqZaHGLDKwPlwYikupR7JuS8hIeXUCIOFG6y4oo6aQ3AAU
7NZ42uk1hj3mZYton8XKYxyo9gDDkcgQtHvBmyr5hXDhdplyk/b5ACQx+aXEM8VC
/3myFX8/r97A2kEaZn0DQ1BVcWc6sh3kOmjKjwvT7MSEQmo5I6ma1r2hcJyQFgLD
QdBprLgZDcpiboeMsnMZD8haI51/yxYD9WoOzBW7zm113xnSqa41Gnb+gP5IIS/O
U0A2Nm6jx3B10rEkLur5W9Qsq6eTKvqcQJX+ol+5eiZNI2FMdOpTNiEv6dwqerut
lCFiHhmxid4AvaMMpkjGbK9DXoo9qzUPdmTBgwnMpNff/z6lBKNdwLXGEn0M/dZm
nZVqJGVUplWWOt2PvicdWZzW/zMAaLCL+Y4f7WZ6gyR7Bmz4hN6SdLtHYLuKA7Os
1oiW4H/f4+WPaAA1C6hp
=GPeE
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/e1xvmun-0002kj...@franck.debian.org



Accepted shelltestrunner 1.3.4-1 (source amd64)

2014-07-21 Thread Iustin Pop
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Mon, 21 Jul 2014 19:37:26 +0200
Source: shelltestrunner
Binary: shelltestrunner
Architecture: source amd64
Version: 1.3.4-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Haskell Group 
pkg-haskell-maintain...@lists.alioth.debian.org
Changed-By: Iustin Pop ius...@debian.org
Description:
 shelltestrunner - test command-line programs or arbitrary shell commands
Changes:
 shelltestrunner (1.3.4-1) unstable; urgency=medium
 .
   * New upstream release
   * Drop local patch disabling TemplateHaskell, no longer needed
   * Add a simple autotestpkg definition
Checksums-Sha1:
 589179dae12c090385725da15e445d86c034f8fc 2575 shelltestrunner_1.3.4-1.dsc
 0884ce3525e0946907fe8de6fcec1f4331d3b217 21331 
shelltestrunner_1.3.4.orig.tar.gz
 1872ae653effe46fdecbe6b36ede849a0e904e6d 5308 
shelltestrunner_1.3.4-1.debian.tar.xz
 89d8a0bd73f20b130b42be001453559694ce70b4 1102592 
shelltestrunner_1.3.4-1_amd64.deb
Checksums-Sha256:
 de3c71abf8d87505f1f9bfa5cf7df22cdf8c05972eae80d1b009ed4f2eadce81 2575 
shelltestrunner_1.3.4-1.dsc
 1eeb0cb74e39c30289106af41bc4f7f88c9be6c241339aab32b1a49d1215ddbd 21331 
shelltestrunner_1.3.4.orig.tar.gz
 805c9683d2c440c5e915d2fa7ee9b045284f526e0805e9c620529d6c6052a3e9 5308 
shelltestrunner_1.3.4-1.debian.tar.xz
 ed80a7772724c818038ca16ca70e62579b1f4b9f869f7e52aaffd809dc4de80f 1102592 
shelltestrunner_1.3.4-1_amd64.deb
Files:
 7829d9fabf1e07c105f2d86c9c7209ff 1102592 haskell extra 
shelltestrunner_1.3.4-1_amd64.deb
 ea29ad5109fca68315a838bd05c2e88e 2575 haskell extra shelltestrunner_1.3.4-1.dsc
 9dc2d92d98244bcb5dc096090c2f8b46 21331 haskell extra 
shelltestrunner_1.3.4.orig.tar.gz
 45859ccaa432303d9833a3427e9b6f38 5308 haskell extra 
shelltestrunner_1.3.4-1.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCgAGBQJTzVKAAAoJEPZuPkGfhPTewQMQAJUtvIaKmkJUABaDu0C/8t+U
jmlYbThkx06qvQsD/cTq8MjfimcBBrXHFoxMjCb53tabt5j5fgPhdjxgUtVV2tr+
nL4dpy4SzELTkJ74v6n0xGH3Hb/t/wiW+R4iman/5cvRsskh2UJjRjaKyFvugMPe
Zz4UTTkWBR1Xy0ofz6K4rKn6kaEH9P7FAk+5h90G/EDjTYXJCn7xwzY8+Eddhx+L
CZKVFHjdy77BZ1yqhJYghMZAsh2QBxfbuG3+S3v95UAdXktlWFbMdUQalw4k6MDb
qBoxZ+XUKH5pkJZh78oXpdsjS8uDmzweHC1L1Xf2MTaISi4vUNj+lFqqssI41R3f
OcAUgPNiKkShxXdWS8LVSiEz+OUhnQ2aEXtOzdqPFMbjYC+e0DckHLHR5yarZrkz
hOGPUUL2c/yOtgDUXRcHYwp6D7/dmkxursmqJVOHtEgwjK3MjikmlyYaCHzrPNUg
RnFcRJgmasMpqVqK19HkguFfNkP29DANaHhJqLzoy7eWsmAT8K6e0J2JVcuB29Ma
FTgeyQaj1Exh37yeSOcMC3QXSZT9IpE21Z3aZ+sx6XeVmZtVb18gXsH9lTqGRcXJ
tD024p3mU8DkOn0posGp8c33c3b1M3ptsfWhjJIFVyC92dtb/NrQcK1RUPIIWtt6
o9U6eU2hWRS2/t9xE+NT
=VM0P
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/e1x9hwt-0006ku...@franck.debian.org



Accepted dict-foldoc 20140720-1 (source all)

2014-07-20 Thread Iustin Pop
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Mon, 21 Jul 2014 03:20:32 +0200
Source: dict-foldoc
Binary: dict-foldoc
Architecture: source all
Version: 20140720-1
Distribution: unstable
Urgency: medium
Maintainer: Iustin Pop ius...@debian.org
Changed-By: Iustin Pop ius...@debian.org
Description:
 dict-foldoc - FOLDOC dictionary database
Changes:
 dict-foldoc (20140720-1) unstable; urgency=medium
 .
   * Imported Upstream version 20140720
   * Udpate Vcs-* fields to point to anonscm
   * Standards version 3.9.5 (no changes needed)
Checksums-Sha1:
 b4549b45a9a022f2daf8fe45044096a1a3e01bef 1925 dict-foldoc_20140720-1.dsc
 782361ad434fa628a4e103613e340c5a25d60066 2145372 
dict-foldoc_20140720.orig.tar.gz
 b763adac8c661f7e0e94dbda1be53016b8d7768d 15116 
dict-foldoc_20140720-1.debian.tar.xz
 e41f77e4d4784de1ef84974571e2bdbcb5cee7bc 2383150 dict-foldoc_20140720-1_all.deb
Checksums-Sha256:
 11caa8184bbb34daa07903d1a56f9f78524cc045ddf6c6377f7ee941ad1fbfb5 1925 
dict-foldoc_20140720-1.dsc
 e56924af3a1e08c6b6d269469cca24a02aad51f14e1e95282b665221cf2ab18d 2145372 
dict-foldoc_20140720.orig.tar.gz
 275d6fcec46377f107d0e230f147f785d2fe096186131506673646740a448f69 15116 
dict-foldoc_20140720-1.debian.tar.xz
 a5c0e214adf69d4566d43343e845ebc7e396837a0ba9d36c4e365adf0d996489 2383150 
dict-foldoc_20140720-1_all.deb
Files:
 8b9ccf541b7a50c0e9757c15583fc204 2383150 text optional 
dict-foldoc_20140720-1_all.deb
 10994b3c7e4ec25142877e14fc1eda30 1925 text optional dict-foldoc_20140720-1.dsc
 777d20befd55827916c3f98cef5c0a82 2145372 text optional 
dict-foldoc_20140720.orig.tar.gz
 250b9bc7e9ada98ea0f591b3d0423476 15116 text optional 
dict-foldoc_20140720-1.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCgAGBQJTzGvbAAoJEPZuPkGfhPTeW6oP/2On+x5w45nQtd1G7kW7n7bF
IH7ixb8tZLroRmWUafNjhkRzHP4bJYQanL8jrZXMM7UD4PoKN3gjfF68NjcpvdUP
zJjcls3Gsf9+BwyPYOML1gi9qDvBeWfwd0X20uq634rgylxg/6dvIKlTmYNOKcBk
adTTiDpFIbal8rV59fsCs+mgIGM33VEG62brvaFAKDdvOn0XOCUoGiOH8wB92W/Z
72eTVwVWIF/7QcVGAVCIpI0ZIlfb/jCIjI9ZBJZnKLZQV6BE2F4oDCC8PW2T2SZ2
TTO8UMxe6fLvQRnhK25WaN7hHLupmu1pVtCXnHiai3BlN0XOLuyIdtH2SuGgQ88/
/P9x5eZwPfmQmEjcqJuB+YKqgV3s/v5KyEZOzwY4k9l2pFUCEVQSo8Z3bIB1WiQR
73Znqk2xGdWoVcSSJV0q2QDpnmKn/Qjp3npg0phJlxVttPTrFcISSD4FwvnhqTEP
IJga4jatg6YOGZMfNRbsu3dYEc4GIeaGA26UwefOMeKSE43OHu9aXNEYeZNkq0KO
1gHohgdN2HGiTBcPFtndO+uTlj7RkR34jf4XTMglkfNxdznGx/V4EAv9Hv0AhXkj
2dJIVavDM0wCQkMgUSIHp5HqXvuRfPZC7Jew8Jj1L6ELJwEZ5PbhVE5Yig3OkNcd
oi78AnFpA+G+LPvKElEG
=Ztl9
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/e1x92tl-0005lj...@franck.debian.org



Accepted python-pyxattr 0.5.3-1 (source amd64)

2014-07-20 Thread Iustin Pop
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Mon, 21 Jul 2014 05:03:58 +0200
Source: python-pyxattr
Binary: python-pyxattr python-pyxattr-dbg python3-pyxattr python3-pyxattr-dbg
Architecture: source amd64
Version: 0.5.3-1
Distribution: unstable
Urgency: medium
Maintainer: Iustin Pop ius...@debian.org
Changed-By: Iustin Pop ius...@debian.org
Description:
 python-pyxattr - module for manipulating filesystem extended attributes
 python-pyxattr-dbg - module for manipulating filesystem extended attributes 
(debug ext
 python3-pyxattr - module for manipulating filesystem extended attributes 
(Python3)
 python3-pyxattr-dbg - module for manipulating filesystem extended attributes 
(Python3 d
Changes:
 python-pyxattr (0.5.3-1) unstable; urgency=medium
 .
   * New upstream releases: speedup, changes in handling invalid file names
   * Standards version 3.9.5 (no changes needed)
   * Update watch file
Checksums-Sha1:
 eca67258a09b54f28f04bf595bdb71417a103208 2245 python-pyxattr_0.5.3-1.dsc
 b403951d3b987b0fa1203377fcab8165aaa29ac0 25977 python-pyxattr_0.5.3.orig.tar.gz
 7b81f2cae5a6c8d43f75c6db9589316104e03fce 4024 
python-pyxattr_0.5.3-1.debian.tar.xz
 0693d76896911631ec7b2124b47b2e94779c2164 33992 python-pyxattr_0.5.3-1_amd64.deb
 1d9653e25d975ced9ab75e5e2e0a4d9ebf3506fc 25336 
python-pyxattr-dbg_0.5.3-1_amd64.deb
 0202e442ee0894486a97f672208f83190c35739e 11552 
python3-pyxattr_0.5.3-1_amd64.deb
 27bbde911a1ff1bbcd4bd53757c0b653089d 26524 
python3-pyxattr-dbg_0.5.3-1_amd64.deb
Checksums-Sha256:
 321c348f91b73d0b53aac0e3e004fb27ec206712bf638069e33ec6f20d40ce49 2245 
python-pyxattr_0.5.3-1.dsc
 c395b34707506aa4e74da4930efaec9bb84bd652d8459de5b603bb8dc8b1d585 25977 
python-pyxattr_0.5.3.orig.tar.gz
 7b221e97cd690c98eab5461a3bf783e06d531d6092562e110adf2bc1eec2014a 4024 
python-pyxattr_0.5.3-1.debian.tar.xz
 0286bce8cfaf46e02c3c7e01a2d37043d4c1a33a0e5ce1ec8fb58f3f87e45d32 33992 
python-pyxattr_0.5.3-1_amd64.deb
 538b4109003ae2f5c37a189f8b6f2343bc1ab6e0b8a6c2b9d37f634be98264eb 25336 
python-pyxattr-dbg_0.5.3-1_amd64.deb
 f069afeee4d74b753047ecc6fc11e4e4a65b82e46b264b47bd7111bf92813c62 11552 
python3-pyxattr_0.5.3-1_amd64.deb
 13f6c05d4817e8fef380a8fc4644ee53b61cdf4cad92e9a205b9fe7fb6d26bb8 26524 
python3-pyxattr-dbg_0.5.3-1_amd64.deb
Files:
 81a7cb38131ccd88a26d966a100650ef 33992 python optional 
python-pyxattr_0.5.3-1_amd64.deb
 22c6389b60cc0cc86b0ecedfb3f985ae 25336 debug extra 
python-pyxattr-dbg_0.5.3-1_amd64.deb
 df18b0130471e968e28027d9e8ac4796 11552 python optional 
python3-pyxattr_0.5.3-1_amd64.deb
 1a4c06675870da5e66b20b7ebbbc8365 26524 debug extra 
python3-pyxattr-dbg_0.5.3-1_amd64.deb
 b434cff1eb8916212ad8e2c9a66a8da5 2245 python optional 
python-pyxattr_0.5.3-1.dsc
 579cf6d70916f7eb5304ffd9e837 25977 python optional 
python-pyxattr_0.5.3.orig.tar.gz
 2977bf8b07c21004a4ff7ae0bd1d1f65 4024 python optional 
python-pyxattr_0.5.3-1.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCgAGBQJTzIUtAAoJEPZuPkGfhPTeB9IP/iw87BfkGrx6ArXx8e74Htqx
HeuoluNsRxnFGzmYB8Z2trV/cnbQa2F3IpfpvHV8MiOaFQwcdce7LtQ8dAd3Ed2U
G+OIA4y+4DHbcHvNlzeq1bmq8JSppTkJMtXJQyeEaGve5WY3xovku323MyOaQMzu
X3IXX1lFXNV9fgtRCbTKFQC+h7fwvvTcn16Nipcn6yOBlpkovPLIgf0oEP/IW1Eg
X4T45Nq62LL+wkcLvEnx5mFdKGUIPBb7Uxbhwnneux5XGTZTpdKndi2GgqZL+YTU
Xx74ZCpWxGBxG+3tAlB7+rNSSLoRlPEHgVj2XiW9wRtvgy/vbRvMbyoGQEa1EaiU
epJf6J2BRp4e8+e96Ra91Jpu0kpgN056MP8DqQQSfWZr3SPV9paK7JH0qITiWDUv
waoXMLe5Vm/m9uK8a+HwmVzfn2dANQ7fvzNyq7lPlL/DwSEgBBVAgp7hMk/2rd4V
d+RExB/5vzUQ9ptRbaVYeOmZKaFbB/P2A3nolkGcOLCjp43edZaOUJ0bosPS1USe
p607j6oEWJPGRFj5qePHlJ2xn8IbdIJmKNx/SXTN+osrekkBy9kBs+spPJVOhNnX
mAmggvW33dmh9OMqwklzQhJyHSAFGOMe75aLBOntcGq/ZWtutpCRmi2QfWUYSISY
m0Ce/95FsuhDdLYfCC+p
=z/wh
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/e1x94n0-0001ui...@franck.debian.org



Accepted python-pylibacl 0.5.2-1 (source amd64)

2014-07-20 Thread Iustin Pop
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Mon, 21 Jul 2014 05:22:46 +0200
Source: python-pylibacl
Binary: python-pylibacl python-pylibacl-dbg python3-pylibacl 
python3-pylibacl-dbg
Architecture: source amd64
Version: 0.5.2-1
Distribution: unstable
Urgency: medium
Maintainer: Iustin Pop ius...@debian.org
Changed-By: Iustin Pop ius...@debian.org
Description:
 python-pylibacl - module for manipulating POSIX.1e ACLs
 python-pylibacl-dbg - module for manipulating POSIX.1e ACLs (debug extension)
 python3-pylibacl - module for manipulating POSIX.1e ACLs (Python3 version)
 python3-pylibacl-dbg - module for manipulating POSIX.1e ACLs (Python3 debug 
extension)
Changes:
 python-pylibacl (0.5.2-1) unstable; urgency=medium
 .
   * New minor upstream release: only fixes to unittests
   * Update watch file to point at the new downloads location
   * Standards version 3.9.5 (no changes needed)
Checksums-Sha1:
 2729c6013fa46f6a91905cb6ef2c316d911620f0 2262 python-pylibacl_0.5.2-1.dsc
 14bed0c07924020af82a811ed85092b2ce521021 31728 
python-pylibacl_0.5.2.orig.tar.gz
 1ea51de293c79bc0d1fe02d410fd055fb5e7b3bf 4228 
python-pylibacl_0.5.2-1.debian.tar.xz
 e7c6ee9480c51cb351f987e460b66212cf989bc1 40538 
python-pylibacl_0.5.2-1_amd64.deb
 f3ffe4e54d742f740d95c96c33eebbdb1f63c4ad 33000 
python-pylibacl-dbg_0.5.2-1_amd64.deb
 6fd25baa9cb20c931014f8ee55a46d33fe465003 14932 
python3-pylibacl_0.5.2-1_amd64.deb
 5cffbe0584e44262ec84c16a92701046ceb5a486 33846 
python3-pylibacl-dbg_0.5.2-1_amd64.deb
Checksums-Sha256:
 d872102b352558a23ae79a823f71310dabe34f508311afd0aca38b0f3b4f0681 2262 
python-pylibacl_0.5.2-1.dsc
 efc71d91587def528576a65283f90dbb69cf02901dc9fd592cc1b5094cd5c0c2 31728 
python-pylibacl_0.5.2.orig.tar.gz
 d227f5435ba8faa6c909d8bd05dd9f24862c0ce58b141ce80d160c83dbb24df2 4228 
python-pylibacl_0.5.2-1.debian.tar.xz
 52c889a75f63a09990429bba0d36ac8bef8ee6b5329d70b1a9c8b3b4534c8c1e 40538 
python-pylibacl_0.5.2-1_amd64.deb
 5800c18742cd0155aa49795ea8518fdb3ee219d2ded44761e99d6b60b441ef21 33000 
python-pylibacl-dbg_0.5.2-1_amd64.deb
 0374d193a9881a6c76d2f8ac478266acd67905dbc5adcefe70ff7ed07b7e295a 14932 
python3-pylibacl_0.5.2-1_amd64.deb
 26b68e175b4da4f2b759c6656e9a4399620b4e9e72b6a30d7b86c7255796d483 33846 
python3-pylibacl-dbg_0.5.2-1_amd64.deb
Files:
 18502da6e41f43252e822f60490da452 40538 python optional 
python-pylibacl_0.5.2-1_amd64.deb
 0999de2745042df6d7122050f211d4dc 33000 debug extra 
python-pylibacl-dbg_0.5.2-1_amd64.deb
 c70bb563aa1de92915e790c7dec98c2a 14932 python optional 
python3-pylibacl_0.5.2-1_amd64.deb
 cc3178ce3413df1ba29ac36c27f300ba 33846 debug extra 
python3-pylibacl-dbg_0.5.2-1_amd64.deb
 4c1f28a9e95577ac9ca0aeef04564313 2262 python optional 
python-pylibacl_0.5.2-1.dsc
 78e4d537dc39d8e8c80d09a154fd4fe1 31728 python optional 
python-pylibacl_0.5.2.orig.tar.gz
 bd838c00bea0fb42837d23a45fa66946 4228 python optional 
python-pylibacl_0.5.2-1.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCgAGBQJTzIgvAAoJEPZuPkGfhPTeyxYP/RZeopmB73s7fW9/GHY++IM3
JfxnVLIKwSphOx77d5mh1pt+dg5KTewqMCdABUQK+SE/LRUC/ojoCE0NeaCJgqjB
UZapoSDR58cd0Ka8ugshxqIQoTGHvDTgFKdinWCOVSLSY9ljKc6ulqgZYvuszu30
RVsmIta5PG0sZ3k/enEvF3U0rUQIGn/3hSC9dPzwl8Q8yLs6ZZzzBCWNYHjmFJPg
I1wWR2tajS9LF0Nj/Yt1UwRKdxlQwTXcxGngf3aVhS5Klkv+5B+SElwkPt2GqCht
vwYVkW3B91OauyOIImCO5DUK5I2OO3zKrTSWdmzoUGI2RwrZDoBOolw3wtWou3Te
O5jvx/Tgt64iG0IuKCJIVjI8chmQw+ttj8Yx1q/CcjKaX+6UmV5X/A+lmcBpxE2T
jFwxykTkN/pjqtEQg/5FRcdXYwIXuW29nqRUltIMmAMsE7pHnsHbq6hn+G6hRn2K
/HLFNDA9dYEcKa2pkmdXzGBmOZQSz/3WmcKz2AbCG7/9G1AfFFl/RbHVc3gZWWID
qPznAHdvciOYRPCatMu+woFpm4YOJDqLXMTtiQP3jdNAxQvsLW0Uf2E5s/MsN8n/
cFKipu+/Ora4Jh9biBkupU7fqCE+v2KZczbIDeRCMMji+ZXhfMUwUgnhetGbspkQ
PuNkCnbtY2wb+QLEHo8n
=Hyxy
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/e1x94mq-0001oj...@franck.debian.org



Accepted mt-st 1.1-6 (source amd64)

2014-07-19 Thread Iustin Pop
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sat, 19 Jul 2014 15:10:05 +0200
Source: mt-st
Binary: mt-st
Architecture: source amd64
Version: 1.1-6
Distribution: unstable
Urgency: medium
Maintainer: Iustin Pop ius...@debian.org
Changed-By: Iustin Pop ius...@debian.org
Description:
 mt-st  - Linux SCSI tape driver aware magnetic tape control (aka mt)
Closes: 698986 727112 739693 739694
Changes:
 mt-st (1.1-6) unstable; urgency=medium
 .
   * Adopt package (Closes: #698986)
   * Import packaging into git, so add Vcs-* control fields
   * Add Homepage control field (Closes: #739693)
   * Add patch to note that erase is a 'full' erase (Closes: #739694)
   * Add man page patch regarding the mtio.h header file (Closes: #739694)
   * Fix description to no longer say it diverts mt-gnu.
 Thanks to Ben Harris for noticing! (Closes: #727112)
   * Bump Standards-Version to 3.9.5 (no changes needed)
   * Improve hardening of the package
   * Source /lib/lsb/init-functions in init script (should make the package
 work better with systemd)
Checksums-Sha1:
 847370e70cade131ef81f77b410e8da29f8794ff 1800 mt-st_1.1-6.dsc
 09bf318d6ac78727a5610adb685ea7e3b6fe6a30 7972 mt-st_1.1-6.debian.tar.xz
 8250a1c0a23cef8b3afaddfb6e659533bfe659eb 31450 mt-st_1.1-6_amd64.deb
Checksums-Sha256:
 5584df756baaa7a84c355160a28cf1be90f7c34f4ab1036f76eb9ce0dd862d80 1800 
mt-st_1.1-6.dsc
 7b2234a3ac527ce36308294d597bc105a21b40c47ef03c15d7e35618fd1ed970 7972 
mt-st_1.1-6.debian.tar.xz
 f882faa55c068156f7bf1602a85a87044633bdffc4370a1eefb7dbfd9314baca 31450 
mt-st_1.1-6_amd64.deb
Files:
 5596702a50f9afc86e498e9531279e00 31450 admin extra mt-st_1.1-6_amd64.deb
 9ea021fe5a9a9705111cced388aecfbb 1800 admin extra mt-st_1.1-6.dsc
 dff7bbe67da43244cb1b3aab7d99b63a 7972 admin extra mt-st_1.1-6.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCgAGBQJTynI/AAoJEPZuPkGfhPTelHEP/1UwoWmSWuyR3XyDRJhgp4/8
qRWuImrGFkPRLEk/FrBk9yJYRi8YRAf5JX0SsbLIsv/422U/gzExymjZ2hyTrgMG
MBwrnaH4viXzuuFoMZutEVu9uqkxto2jUigVWAZoyN4O9n9rC4PndIbEJ6UsSIJJ
T80povwzWBKJPVAS/9CfZuC0so6UIzx1elckDfNjn+StXOLi0uZMTorJ92qNeT07
fQtR+5aGpF7O7u/xM7TOdyiV3j8o4NB18Gbzrp7qMOKhMfQBsxziWfgdGKL1gwYU
5M13lKmtXyj7dXAX86YbKMqTO/Uc7sichfyGp8BNCwG6Wi3qSR5OTiIitRk8f+n8
aIzxup/6o5VQ4DhkJYOUjVSjAVDYhhR7wWEMoJ8DSt8wrD0P6r2sGpm8NXGSqNJH
LMMlE4VYUX+LrBGqIsz7Noc799eYhiYYfP5pnvJ8Cwn18aGSMVpAYYvujGXWYd+v
HD4s9rESWqruWfiVXoOt4TSpPGgyH53M2fLrQD4lBLfGqKJW7VEELQP02PaWWFMX
ELAJrlIQk5MNoqwBGqN9YKCTERZ2BDD7e7DtnXRjjqHbs3BHm1wLuXJw9ciY4s+W
GuWlGwhESi94OF13UyRaA3Hf38rY0QHEK3H4x7ldcVhJJqtJM+SKKsQ3X8WV2lj8
rdMYFIP7hLOG/RqvFEp4
=ak0o
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/e1x8unp-000613...@franck.debian.org



Accepted ganeti 2.6.2-2 (source all amd64)

2013-02-14 Thread Iustin Pop
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Thu, 14 Feb 2013 19:54:49 +0100
Source: ganeti
Binary: ganeti2 ganeti-htools
Architecture: source all amd64
Version: 2.6.2-2
Distribution: experimental
Urgency: low
Maintainer: Debian Ganeti Team pkg-ganeti-de...@lists.alioth.debian.org
Changed-By: Iustin Pop ius...@debian.org
Description: 
 ganeti-htools - Cluster allocation tools for Ganeti
 ganeti2- Cluster-based virtualization management software
Changes: 
 ganeti (2.6.2-2) experimental; urgency=low
 .
   * Fix dependencies for Template Haskell: according to DHG, need to
 depend on ghc-ghci
Checksums-Sha1: 
 62f727f6ef844bb7f43bd6564e88ec7389465c95 2225 ganeti_2.6.2-2.dsc
 b9919acf8889c595ff43e8599490884d511aa9fd 10217 ganeti_2.6.2-2.debian.tar.gz
 0dead2d2f8ea0aeecd1a5420e4082fefe7daa007 1657912 ganeti2_2.6.2-2_all.deb
 3a07b741f0b934fa1cca897a688e22edd15d856e 1026174 
ganeti-htools_2.6.2-2_amd64.deb
Checksums-Sha256: 
 032215d456069eef472eeea01f76257fb7882038c4ff587f9458871603eef482 2225 
ganeti_2.6.2-2.dsc
 ba44e5c9a28843ca96911d33dbf4a69586f9c2e1ef829c611b52272a14f14ccf 10217 
ganeti_2.6.2-2.debian.tar.gz
 85f628d8ffbaa5245a1a27fc61a4cce5b300410f9f153173c2236a97b9581956 1657912 
ganeti2_2.6.2-2_all.deb
 53eb02ee1ceec15ec5aaacc7ca872ff65280ead9ea087658e6530eb2b7b7d336 1026174 
ganeti-htools_2.6.2-2_amd64.deb
Files: 
 77689a6c48f9465a0f90546e3e875f58 2225 admin extra ganeti_2.6.2-2.dsc
 74929b7304e96dea4defb356811dbe8f 10217 admin extra ganeti_2.6.2-2.debian.tar.gz
 a58d086a3cc77bb3c2f73fccf12f6b20 1657912 admin extra ganeti2_2.6.2-2_all.deb
 749655bd8c3195b902f314650adf25e6 1026174 admin extra 
ganeti-htools_2.6.2-2_amd64.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.12 (GNU/Linux)

iQIcBAEBCgAGBQJRHTV0AAoJEPZuPkGfhPTeZY4P/0OQy8Jvy4hQnkdiWyDhkqCW
K171mc9WnEr7+ZPWZV0Q+v2CqNWNGY2qY9NU+KTJK5msK8v9tqlgvQF7dN6fe+nm
FURCn1SjxIl/Ke7eQ/+BDuRCxCLYzOXzv0ZN+sPiOkLJqkoHtMPF79x6CBzuyD+s
qouxq0vFdraMSKojpoHzFq9RtksekOd/PoCJ61pZrmb9mJaqg5eEcLzy/fSDmDLN
RyHbMOv9MUdf6v0Z9u2bzf29KRQGc8DniI4nV8ZhtlCQzfr4q/YdATkOe9YYvcDc
sgpWZMHVWR6UBNXnDZnOHavwiD/Nhj0anhLZjE3YSiQcgnJN2JazAbLduZ0zp6SJ
v5SicIXe2PkqNoT/zvwgxtUb1a+69v0zyfBg1lhGIobEH4u0QhLw2QeToRB9lVOZ
kSNrDKmZ5I+O+m5CL/Qa5Qv58N2mQsC36a8AkP3irfm6gz1Ecq+iWirObkYQ6axv
Y6Ai8MQ2FnhKA8ykfMraAmbaSJE8A8ky7GC2LPX2Ya6IuojhjXVDltTCzA2j+tCh
SMynIEwUkfSq7u+3s6Ry307dt5ZYuvjKsmnHglT3NmztYr9lMdO0oPfrnWS4EfyX
24KcorZvZ/KPYBcegFDbt5UacPqhK1QKsAzCeM48FPB1BnH0aDyX1kHgwz1dGT17
d9hQGEhRTgzCPbnp6I8k
=CFdi
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1u64ml-0007b1...@franck.debian.org



Accepted ganeti 2.6.2-1 (source all amd64)

2013-02-13 Thread Iustin Pop
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Wed, 13 Feb 2013 10:59:49 +0100
Source: ganeti
Binary: ganeti2 ganeti-htools
Architecture: source all amd64
Version: 2.6.2-1
Distribution: experimental
Urgency: low
Maintainer: Debian Ganeti Team pkg-ganeti-de...@lists.alioth.debian.org
Changed-By: Iustin Pop ius...@debian.org
Description: 
 ganeti-htools - Cluster allocation tools for Ganeti
 ganeti2- Cluster-based virtualization management software
Closes: 599445
Changes: 
 ganeti (2.6.2-1) experimental; urgency=low
 .
   * New upstream version (skipped 2.6.0/2.6.1 due to Wheezy freeze)
   * Uploading to experimental in order to avoid potential problems when
 updating the Wheezy package (which is 2.5.2-based)
   * Sync speed is not configurable in 2.6, see the disk parameters
 documentation (Closes: #599445)
Checksums-Sha1: 
 b8152b86da26043e72548c23d9e81cf49fd0cfb6 2215 ganeti_2.6.2-1.dsc
 ce1a378962d3ba3a9a9763a681e672d0b5ceda98 2759827 ganeti_2.6.2.orig.tar.gz
 1198d376d2b61f2a1f49ddf189e3f58a1cbf59bf 10232 ganeti_2.6.2-1.debian.tar.gz
 f4ff40ccd2d6365714fe3520eb53017ad335823f 1657804 ganeti2_2.6.2-1_all.deb
 f6f4831e2ddc768d10d0ded34c22bfb4a55b9280 1026130 
ganeti-htools_2.6.2-1_amd64.deb
Checksums-Sha256: 
 4c01e57e4d518a39820a3d7a518fb42553838e5c1fe14d02801c8e326dda4276 2215 
ganeti_2.6.2-1.dsc
 d8ee78c52f72a290d76b63430fa42a5d530e5e064cb985d807f5afda5935d932 2759827 
ganeti_2.6.2.orig.tar.gz
 1c4b21cb5c1459120b69dbb829ed4ae0efbbec62a82a3f0ce799c782edcacfe6 10232 
ganeti_2.6.2-1.debian.tar.gz
 f17eb075efb0ce26d3d41f1b92560f8bd5e5389e5b2b423d917b9cec626d1b35 1657804 
ganeti2_2.6.2-1_all.deb
 7c9bd91e3d194a086a4e644fc4214579ae3200aaf58f1b1149e1302ec46ae721 1026130 
ganeti-htools_2.6.2-1_amd64.deb
Files: 
 87c572ea407ea2a5087399533f24bb04 2215 admin extra ganeti_2.6.2-1.dsc
 9d9a0c5c0341d5775988961449f82b99 2759827 admin extra ganeti_2.6.2.orig.tar.gz
 14491aeabf3a11dd7755037cd981dd24 10232 admin extra ganeti_2.6.2-1.debian.tar.gz
 00877c99217c8fdd8184f5a012519727 1657804 admin extra ganeti2_2.6.2-1_all.deb
 4f0360da061bc01bc0ac16e7e7f667d6 1026130 admin extra 
ganeti-htools_2.6.2-1_amd64.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.12 (GNU/Linux)

iQIcBAEBCgAGBQJRG68zAAoJEPZuPkGfhPTeeckP/1zP81m8uSBaKiVmnslbXR0z
eKgzOrQwAGXoN6k0p1ynmJ0Ycwb7adK5WA0kwtqkIodwmjRCOJj7xZqduYhaSjBn
feY5/Gi00UheMZuuOnls0M/Vku7i9RBN46WSKENKVe2xhdTM0C08jOHt6i0og8eY
nlbFiSUN3l9OvWt8NxJkhi5GvgpwF1RTNg9tCv+57XH9gan375tmZ7+v+/1bU0jH
E99cGcy1Qojt2RNEHof5yDLp6Y5be+QoF8l9UaME3b5HJCzqtNXvfRDXaZimuroO
0WRDD5V3wFpckZOik7keKj+hpoYAkoBAYaF+q2j0pvZjRzRHlErbvfL4FrAK7uDa
zCWq5GzZobmIeKV8oQ/ekl0JzO7SpGZ3aZz+KlLJair6DF/dJ6aDW10YxmGqn/+b
Hus1m1tXf9cbpLu8c7fplrgy2nP+7Gx+Y7pnpBwnEgYxrPnvIhNcmuuUxIlz4SzK
AvwxPRwS/oX0nZezLQsF3KvrSmsTYSJ5nECVZJuUfxYuaSYB3hKr2+7LfpR85aTs
DGXanljzyuLRTkk3v5PUa/00sA7xuCan57nBv2aJbgyEiWJkgiWfvphHUb3D+4Kp
OFw0yMvwK3SC2vfLdZ8TzNz1hHLU72JIyK1NQSUKcISg6/TVEuNeVj/cx83HIFLL
X/Qx2h/FIi1O1R2wTZD8
=qbu/
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1u5f1a-0008af...@franck.debian.org



Re: Go (golang) packaging, part 2

2013-01-29 Thread Iustin Pop
On Tue, Jan 29, 2013 at 09:44:43AM +0100, Wouter Verhelst wrote:
 On Tue, Jan 29, 2013 at 08:25:38AM +0100, Michael Stapelberg wrote:
  Hi Hilko,
  
  Hilko Bengen ben...@debian.org writes:
   This is a pity for those of us who don't really subscribe to get
   everything from github as needed model of distributing software.
  Yes, but at the same time, it makes Go much more consistent across
  multiple platforms.
 
 consistency across multiple platforms has been claimed as a benefit
 for allowing gem update --system to replace half of the ruby binary
 package, amongst other things. It wasn't a good argument then, and it
 isn't a good argument now.
 
  We should tackle one issue at a time. I suppose in
  the future, upstream’s take on library distribution might change. For
  now I agree with upstream on this — not introducing another source of
  errors/mistakes for the end user (version problems involving not only go
  get, but also a Debian version of some library) seems like a good idea.
 
 The problem with having a language-specific get software command is
 that it introduces yet another way to get at software. There are many
 reasons why that's a bad idea, including, but not limited to:
 - most config management systems support standard packages, but not
   language-specific get software commands, making maintenance of
   multiple systems with config management harder if there aren't
   any distribution packages for the things you want/need to have.
 - It's yet another command to learn for a sysadmin.
 - It makes it harder for the go program to declare a dependency on
   non-go software, or vice versa
 
 So there are real and significant benefits to be had by actually trying
 to do this right, meaning, this will have to do (as opposed to this
 will have to do /for now/, but we'll tackle doing it better once this
 bit works right) would be a pity.

I would add one thing here: Haskell/GHC also (currently) doesn't create
shared libraries, and instead builds the program statically, but the
Debian Haskell group still tries to package as best as they can the
development libraries, for all the reasons above (which are very good
reasons, IMHO).

So, take this as an example of another language which doesn't do shared
linking but for which libraries are still packaged in Debian.

regards,
iustin


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20130129115540.ga13...@teal.hq.k1024.org



Accepted hslogger 1.1.4+dfsg1-3 (source all amd64)

2012-11-04 Thread Iustin Pop
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sat, 03 Nov 2012 23:55:54 +0100
Source: hslogger
Binary: libghc-hslogger-dev libghc-hslogger-prof libghc-hslogger-doc
Architecture: source all amd64
Version: 1.1.4+dfsg1-3
Distribution: experimental
Urgency: low
Maintainer: Debian Haskell Group 
pkg-haskell-maintain...@lists.alioth.debian.org
Changed-By: Iustin Pop ius...@debian.org
Description: 
 libghc-hslogger-dev - Haskell Logging Framework, GHC package
 libghc-hslogger-doc - Haskell Logging Framework, API Documentation
 libghc-hslogger-prof - Haskell Logging Framework, GHC profiling libraries
Changes: 
 hslogger (1.1.4+dfsg1-3) experimental; urgency=low
 .
   * Team upload.
   * Rebuild for experimental (bump dependency on haskell-devscripts)
   * Bump upper-bound on network library
   * Standards version 3.9.3 (no changes needed)
   * Fixup synopsis (drop 'the')
   * Add dversionmangle to watch file
Checksums-Sha1: 
 8978206e8ea973ffc9f0085756a3133515e2a454 2413 hslogger_1.1.4+dfsg1-3.dsc
 df3748b4d65f4fb821634bf5676848268576eb09 9016 
hslogger_1.1.4+dfsg1-3.debian.tar.gz
 93d52fba62cb1f28f3bb8c1afc6852ce062cf324 95004 
libghc-hslogger-doc_1.1.4+dfsg1-3_all.deb
 38d38c867425f90d9fcdd7e92e1db69cf3a77b72 150914 
libghc-hslogger-dev_1.1.4+dfsg1-3_amd64.deb
 28e3c84fff59b5a954cab391ebcdc6fd6e0fa5e6 141248 
libghc-hslogger-prof_1.1.4+dfsg1-3_amd64.deb
Checksums-Sha256: 
 79d329a0be177aa16898bec4716b7bd0803b8597f412dd34f105c530dc2530ff 2413 
hslogger_1.1.4+dfsg1-3.dsc
 57b3bb119b2a9b9a973eb3f9936cfa98019a74cccb6c3ad6844051b23afa2fe3 9016 
hslogger_1.1.4+dfsg1-3.debian.tar.gz
 6766014ae6d1ed198bc0d9155de97e059bb9beecf8be92bd74752304e2f88afc 95004 
libghc-hslogger-doc_1.1.4+dfsg1-3_all.deb
 2878c01c39f6caefd03e9c108e3f305f7e7d0817fc1b185f68dcce1307a01360 150914 
libghc-hslogger-dev_1.1.4+dfsg1-3_amd64.deb
 c119b4cc7727a02e7a48ebc49896ca0c728110fcc333adeab391104e80300bf3 141248 
libghc-hslogger-prof_1.1.4+dfsg1-3_amd64.deb
Files: 
 92fe1c3177caa292971c84a225cf37c2 2413 haskell extra hslogger_1.1.4+dfsg1-3.dsc
 0a0ca1b528d95f6ff32b576504ff35bf 9016 haskell extra 
hslogger_1.1.4+dfsg1-3.debian.tar.gz
 76a6f57eeb6fe527fd25db0c41be6bfc 95004 doc extra 
libghc-hslogger-doc_1.1.4+dfsg1-3_all.deb
 1e73b8797b60d82bc843da16f0a60005 150914 haskell extra 
libghc-hslogger-dev_1.1.4+dfsg1-3_amd64.deb
 4a798d0397d8ab0565e4d9f205eb3c8c 141248 haskell extra 
libghc-hslogger-prof_1.1.4+dfsg1-3_amd64.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.12 (GNU/Linux)

iQIcBAEBCgAGBQJQlor9AAoJEPZuPkGfhPTeMOYP/3Msu3dkSzYIc9PoScPscUl7
Ay5wqNs7G1Bgl4enCQuXtitEBIUUf4te80sGyq878ZEwtSugaa8HDrr9UfMnb/Zo
/G/5hPxwfO3XLMl9pCSl88U2oOYJRsbpmAgJj5YlZ8KWqpkag7/MB37+ypY7sy7D
3vgK7WG9eF4Ph6iYoNDO3rbusymJOdDPL2Ajrg/swZT6U7lQJyA2aWRizMwOaspp
tGmOOC+SokZeIplJzDNLSedNc9Iv385OVMWQF9Qb1VJKTxiarw3eEBsV5rRrtwTU
YPVuc6dEJ630ENQbH/BtCi6N/CK0YahuIow2qqqYAXHRDMZapzQnbINtlIuDBi1D
20JP1fj2UX5HWokSjx0dUJK4Cp31QFJntnaRky0DaaJ+tGdSLRBzLzTIc3Jxhb8H
Z58azu3OKxzEIJjPNPZHIB0x9tVp3p+y3TXabr7qr329+SPrT1ccTZCRemHoW5cx
Vh1Vk/mxJ0Zn0U5w6iXXyc61EtUL+AOQMOhr0szhPDXtAlW3tTdfDgkd3OO+m5Tf
4JVN3/lSbp17rRoX8kdtoftNR8wJE3O+NfLgLmNDCMgLUR9M2yAmQiNPqK5MQk97
16urkQsuhIQXIxThCnsY4LQp+dTUaSYt0leF4YIWmXldpzRkfnrtnNAbhkOC1akZ
+VsEHWKpkpa3jytwfcTI
=JmRK
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1tv2ep-0007bo...@franck.debian.org



Accepted ganeti 2.5.2-1 (source all amd64)

2012-07-26 Thread Iustin Pop
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Thu, 26 Jul 2012 20:26:09 +0200
Source: ganeti
Binary: ganeti2 ganeti-htools
Architecture: source all amd64
Version: 2.5.2-1
Distribution: unstable
Urgency: low
Maintainer: Debian Ganeti Team pkg-ganeti-de...@lists.alioth.debian.org
Changed-By: Iustin Pop ius...@debian.org
Description: 
 ganeti-htools - Cluster allocation tools for Ganeti
 ganeti2- Cluster-based virtualization management software
Closes: 624256 676930 677674
Changes: 
 ganeti (2.5.2-1) unstable; urgency=low
 .
   * New upstream bug-fix version
 - fixed KVM start and live migration with a custom keymap (Closes: #676930)
 - fixed compatibility with KVM versions that don't support enabling 
multiple
   boot devices (Closes: #624256)
 - fixed bash-isms in kvm-ifup tool
 - fixed parallel build mode
   * Fixed dh_installinit invocation, which created invalid update-rc.d
 calls in postinst/configure (Closes: #677674)
Checksums-Sha1: 
 3bbdb1c1653687f5e41c742591fc5aeaa97c258a 2215 ganeti_2.5.2-1.dsc
 2bb7ef19db4c8b99173436a73840b452af73b63b 2294366 ganeti_2.5.2.orig.tar.gz
 7d4967e8438760ee8586fcab2bd20bf204f32b2d 11020 ganeti_2.5.2-1.debian.tar.gz
 d76f9c0830e2be0fdd8461873e26959ed023ef55 1390598 ganeti2_2.5.2-1_all.deb
 d4ca04c1827c74196e06309238922e271dbbf4b6 853512 ganeti-htools_2.5.2-1_amd64.deb
Checksums-Sha256: 
 dcef31854ba6b903316a9180d1f9250b0ec04305661bc9b0af9ec2ecc6eb2411 2215 
ganeti_2.5.2-1.dsc
 356a50fb847003c05a493888192912a3079de928ec73d9b4c5cb887968d6d6b4 2294366 
ganeti_2.5.2.orig.tar.gz
 69a8fae4ba2bc24664352cf745dcb0d800a1f3d613a4300ac0b166aea8cc3df0 11020 
ganeti_2.5.2-1.debian.tar.gz
 90e1edf3b6a40c8067834d2a0f46321721af15382e302fbc7e5463f60df59b19 1390598 
ganeti2_2.5.2-1_all.deb
 236c84c086776a77d2a45f1468ad522b60c043c1771b76a1f34f0c351436bd8b 853512 
ganeti-htools_2.5.2-1_amd64.deb
Files: 
 f67685a20df5df68bd953cb8b8c016f8 2215 admin extra ganeti_2.5.2-1.dsc
 e82ee0b8348012d0cec8deceb9dc4a66 2294366 admin extra ganeti_2.5.2.orig.tar.gz
 5ac732b03f4f8edfa2a633eb6b9823d4 11020 admin extra ganeti_2.5.2-1.debian.tar.gz
 82bd1573c36fe24a8395cadf83e98c57 1390598 admin extra ganeti2_2.5.2-1_all.deb
 cf676a7c6158ab8aac28d4ee35cc1d82 853512 admin extra 
ganeti-htools_2.5.2-1_amd64.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.12 (GNU/Linux)

iQIcBAEBCgAGBQJQEY+XAAoJEPZuPkGfhPTeC0YP/RcwJ2mNqEO/vBbHRsUg1J8E
BZGi5sRtBV7vX7we9Ps9lt80Ausb3VFCg2q0RtITudyLAnpFe+CDC3Hs3KQnV3XX
Dd+pMDRE1togx7uAn8HkOrFKcleXx9WPkABitPwGl6ekUcRRPmJt5R36yrrcx0Ln
C/vNkLNQXrHFh5XCszT5Ql2jZJuw8y05FfwzN1XjzaGwsUJ0TbGA0XX9fZP4lDDL
DakiRfOTE3fzTc86UcCDfe3+0KBVNTq1U4+hIrcYqg70fYZdBEamis4KJiGEG5Qk
JFHGq3U3FWIQ7Jv4JY8izp2ZyUC/i4K9yTuaVtjQWI5niLbC8ESt02GtOP1RloWD
Wcejydw2QtNIfPJC6Egmt7C1iLzzh3DX3DL6V2zW5BznsjfelROg/U1XYM7sPoHq
NARxvEg7e9pXPUd1i6/A3Xw58OVZxkbruLSica292VEVYoJCfp8j7dDiP2JgrVK/
QUV/h4g8G/FPAApxG2Ukpla0lFizr/oYB2rzRZILPK0+Pceudw6hcv3/9wnDg23V
5qtfNMAliA2PV+E1LanDqej4hrKbl41Jnn8bBK0W1XhmLLjk1c4V+EUqKskaf2Uk
HtzhunRnJe7pZCdhjtgOCHaec1cAqCuJYvhA2c5EanKDiAR6OiEbnus4v1hvzw2P
CjMoNtzmVTbAAfEd2fOF
=1b8r
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1sutns-0006vf...@franck.debian.org



Accepted protobuf 2.4.1-3 (source all amd64)

2012-06-17 Thread Iustin Pop
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sun, 17 Jun 2012 18:29:37 +0200
Source: protobuf
Binary: libprotobuf7 libprotobuf-lite7 libprotobuf-dev libprotoc7 libprotoc-dev 
protobuf-compiler python-protobuf libprotobuf-java
Architecture: source amd64 all
Version: 2.4.1-3
Distribution: unstable
Urgency: low
Maintainer: Iustin Pop ius...@debian.org
Changed-By: Iustin Pop ius...@debian.org
Description: 
 libprotobuf-dev - protocol buffers C++ library (development files)
 libprotobuf-java - Java bindings for protocol buffers
 libprotobuf-lite7 - protocol buffers C++ library (lite version)
 libprotobuf7 - protocol buffers C++ library
 libprotoc-dev - protocol buffers compiler library (development files)
 libprotoc7 - protocol buffers compiler library
 protobuf-compiler - compiler for protocol buffer definition files
 python-protobuf - Python bindings for protocol buffers
Closes: 675837
Changes: 
 protobuf (2.4.1-3) unstable; urgency=low
 .
   * Add patch from Steven Chamberlain fixing build failures of the
 embedded gtest copy on kFreeBSD (Closes: #675837)
Checksums-Sha1: 
 8c68b136d7a6ce6d716a01e612c4343a966daf1e 2462 protobuf_2.4.1-3.dsc
 a98243e82a883a8ab060f7576635bfc5377d25ec 14668 protobuf_2.4.1-3.debian.tar.gz
 f760ee4fcccbcb9a79455f913e93f286083faa8c 379444 libprotobuf7_2.4.1-3_amd64.deb
 662dd3f576fa84320a1bf206277e0f5f0014c0ff 78246 
libprotobuf-lite7_2.4.1-3_amd64.deb
 75b7c5360b38bf8063ecf7573759299fea0539d3 628648 
libprotobuf-dev_2.4.1-3_amd64.deb
 f6c4f29ddc9aa7e800da01b87a33a93f1ce95990 283014 libprotoc7_2.4.1-3_amd64.deb
 bb9815e0a191f967012c588966037637649708f9 407260 libprotoc-dev_2.4.1-3_amd64.deb
 8e4752c9ccdd5d3c4b71cbc5bb45159885ee8455 34310 
protobuf-compiler_2.4.1-3_amd64.deb
 10e3c2b1fa22f30663b5cfd36503207f233aed33 91820 
python-protobuf_2.4.1-3_amd64.deb
 d837c4fe26de62a3f1e2bd9fac547ae4f4d27d4d 337520 
libprotobuf-java_2.4.1-3_all.deb
Checksums-Sha256: 
 4c19b58f9433ce14353b8193fc4d55047eb9f097ff4b046662dc0358947d095b 2462 
protobuf_2.4.1-3.dsc
 71716d81259e944c6787f380f4b606f3fbfa44fe9ed0ccc8fd5de07d1967851e 14668 
protobuf_2.4.1-3.debian.tar.gz
 b8086b894001aada0eacc72f4543d6f5aa44607b57512dc90b1dc52ed93697f4 379444 
libprotobuf7_2.4.1-3_amd64.deb
 53b14da398753174285ca4a4287a520ccf843562913ccc36a126d6d7ee846959 78246 
libprotobuf-lite7_2.4.1-3_amd64.deb
 70b0bcdd2d420bb5437e01d27896e4e33ba783ab64fb87009ba945d7eaf4eb3a 628648 
libprotobuf-dev_2.4.1-3_amd64.deb
 33d105c399b5753ee6ddd2c57cba88959b318f46df2711e1326c61f11c2fde80 283014 
libprotoc7_2.4.1-3_amd64.deb
 cb5d997d0f1989de4a46b0bf27ac3ac7a5ce4d22089514f1046e7dea5b6bc965 407260 
libprotoc-dev_2.4.1-3_amd64.deb
 2af7f5f59dced3fc10e32c97a82855576c17a62e4b1e23080f6de0e0bae15636 34310 
protobuf-compiler_2.4.1-3_amd64.deb
 5b4271c4675778bfb894c5eb5898a37bef116c67709f88a4c5258bbb579e23dd 91820 
python-protobuf_2.4.1-3_amd64.deb
 9b5b2e8d7d3e7f00934c2631128a8e0e6999433a9b1f671db2fb17b7c18d4377 337520 
libprotobuf-java_2.4.1-3_all.deb
Files: 
 71987f88765ebec6d46bfdba94693c0b 2462 devel optional protobuf_2.4.1-3.dsc
 d7e1fc7ebe8215c0a7aec98369180050 14668 devel optional 
protobuf_2.4.1-3.debian.tar.gz
 73a18eea2a7fc1397c4ddf999b035f6e 379444 libs optional 
libprotobuf7_2.4.1-3_amd64.deb
 a57db443e19aa3261c99459684524d1c 78246 libs optional 
libprotobuf-lite7_2.4.1-3_amd64.deb
 38151b3c57bcdc262a42de7e9c26296a 628648 libdevel optional 
libprotobuf-dev_2.4.1-3_amd64.deb
 5029c661d41dcbdd2de31ac27b3cf4b5 283014 libs optional 
libprotoc7_2.4.1-3_amd64.deb
 315f4a328507eea5e1b86e17e1db1ffc 407260 libdevel optional 
libprotoc-dev_2.4.1-3_amd64.deb
 c704706bf4e2b7793492698d265a5a2b 34310 devel optional 
protobuf-compiler_2.4.1-3_amd64.deb
 618ad4287e10fa553d07a4baeea744a3 91820 python optional 
python-protobuf_2.4.1-3_amd64.deb
 9b3234fa1c250c36120bed316f40e7cb 337520 java optional 
libprotobuf-java_2.4.1-3_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.12 (GNU/Linux)

iQIcBAEBCgAGBQJP3hGEAAoJEPZuPkGfhPTe4H4P/0bNxxw71uV1hrworZuUufj0
35B3V7dMmq9Pm421KX4RpiyKld8a79oPc1VHyxkeT8K5z5TMBgXkmfM2LnN5lZW/
dSqc9gXI5E+ICSoxVC0Esg8HbyVN5JdLA+prlpVuoHmZIVgfUNFHW5yQUHvG/ZPg
Ox671g5uhGXgb60AT4IhMcvVJkiRvH0OjgThK9gCgO7N6i9snleLmzwpux9RtY7c
dcwNIBvhg3qhwalJHPMigs6yvx3qVM1BWI2dOWaYpyONL3Q/uPvYb4qzE+cKHCDY
mKVG4Raw+1IgMRk8XoOzAEWH6G7IZ3Djxk5sv9RvruSNlmDzt9rThCY2+DasU9GU
ABgkMn7vzWtltqyrcO9kB1DHunSWY+kYmveVFUir5zM70dec8QXq1XsSEsd0SKPp
Jir0GM840WcZvMRAuRp2nHU0xsEpQ1CsN5O/D+pkx77WUcyAmu+wvKJbs+WkWzoJ
PQiccepc1/uBwLG/VVeqL5YsC6mp/FTXq8Njp+nYkNxTEPUlY2X3kXzux3JZnS1q
dhUSquzwoF+ytBBg3Cs339xUnA1Wq9/Rl+nXIjKQdHburx4cpHHYZWi2Cp0OY6SC
u2IIE2M70/MfA/xpGK7EwGHVxuEy9Hw67m3Z1C4IWoRosLI5Jd1+Rmdg3iNbtbLV
H2gebmLhzzK+VPwn57G/
=/SGB
-END PGP SIGNATURE-


Accepted:
libprotobuf-dev_2.4.1-3_amd64.deb
  to main/p/protobuf/libprotobuf-dev_2.4.1-3_amd64.deb
libprotobuf-java_2.4.1-3_all.deb
  to main/p/protobuf/libprotobuf-java_2.4.1-3_all.deb
libprotobuf-lite7_2.4.1-3_amd64.deb
  to main/p/protobuf/libprotobuf-lite7_2.4.1-3_amd64.deb

Re: Moving /tmp to tmpfs is fine

2012-05-27 Thread Iustin Pop
On Sun, May 27, 2012 at 05:39:21AM +0300, Serge wrote:
 2012/5/25 Iustin Pop wrote:
 
  And no, I really can't think of any popular application is not a valid
  discussion point.
 
 But there're already popular applications and usecases that break because
 of that. It can render the system unstable because of heavy swap usage.
 So there must be some strong point to still use it despite those problems.
 There must be some very popular application, that do not break because
 of that feature and even becomes better.

There's a difference between tmpfs is bad and the defaults for tmpfs
are bad.

 Otherwise, if this feature causes problems to some applications and no
 benefits to others, what's the point in using it?

There are benefits, but your broken benchmarks don't show it.

  This is plain wrong. NO benefits for tmpfs? just works somehow?
 
 Ok, I must be missing some obvious benefit. Please, help me and name it.
 But real one not theoretical. Some real (and popular, since we're talking
 about defaults) application that becomes faster (or better in any other
 way) because of /tmp being on tmpfs. All the tests showed tmpfs being no
 better than ext3 so far.

Your tests are wrong, as Adam Borowski very nicely explained.

  you only look at _your_ use case and dismiss all others, or that you
  don't understand the different behaviours of fsync() (with enough memory,
  that is) on tmpfs, HDDs and SSDs.
 
 I don't dismiss them. But we talk about *defaults*. And I don't know
 any real applications, heavily fsync()ing files in /tmp, that people are
 expected to use by default. Can you name some?

Which people? You can't overgeneralise.

I agree that the default sizes of tmpfs are likely wrong. But that
doesn't mean, as you claim, that tmpfs itself is wrong.

  iustin, happily using /tmp on tmpfs since many, many years ago
 
 Heh... A lot of people use it. I guess most of them have seen /tmp, then
 they were seing tmpfs, and decided that tmpfs is the fs for /tmp, it
 seemed natural to them. They never really thought, whether it's good or
 bad idea, or that there may be some better ideas. It was just natural to
 use it.

I appreciate this attack. It helps your point very much to paint people
who argue for tmpfs as clueless people.

 And when I say, hey, that's a bad idea, I hurt them (I'm sorry for that).
 They start arguing that it's not that bad as you say, look, not everything
 is broken, many programs still work. They can't say why it's better than
 using disk because they never though about that. It was just natural...

Serge, I very much appreciate the fact that you're trying to make a
better experience for Debian users.

But I don't appreciate the fact that, in your overzealous attitude, you:

- come up with faulty benchmarks, which show that you misunderstand what
  the bottlenecks are
- make assumptions that people are using tmpfs because they are ignorant
- claim that people are using tmpfs only because they have overpowered
  hardware
- etc.

Honestly, other people in this thread have made the point against tmpfs
much better than you; I would suggest you tone down a bit your position,
and stop assuming ignorance on other's people part.

I will stop replying to this thread, because I don't have much to add;
there are pros and cons to both solutions, but I personally I'm still
surprised that people don't see the advantage of tmpfs for not
underpowered memory cases.

regards,
iustin


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20120527132036.ga19...@teal.hq.k1024.org



Accepted python-mox 0.5.3-3 (source all)

2012-05-26 Thread Iustin Pop
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sat, 26 May 2012 18:44:48 +0200
Source: python-mox
Binary: python-mox
Architecture: source all
Version: 0.5.3-3
Distribution: unstable
Urgency: low
Maintainer: Iustin Pop ius...@debian.org
Changed-By: Iustin Pop ius...@debian.org
Description: 
 python-mox - mock object framework for Python
Changes: 
 python-mox (0.5.3-3) unstable; urgency=low
 .
   * Import Ubuntu patches; hopefully no diffs remain
Checksums-Sha1: 
 e41b7ac10adc839ba9b6c81c066160f40c4335b6 1894 python-mox_0.5.3-3.dsc
 fa32114918ccfa1273d292e81ad0feafd4449467 2523 python-mox_0.5.3-3.debian.tar.gz
 c2eb6935e94dce1fe69a1859babae9f9e172962c 18952 python-mox_0.5.3-3_all.deb
Checksums-Sha256: 
 8f4f624880bda0017d578f0f512def6a67479b572a8fc3dda6ff35f0b648cd59 1894 
python-mox_0.5.3-3.dsc
 4dbb0945f5f32bc367887e3bed899e8cdfc8dfaaaeb91fa94f9e1d467c4a2b4d 2523 
python-mox_0.5.3-3.debian.tar.gz
 6214ed6f5200af8c23d86b7e68145da657e07512e90f056d194540d9748b174d 18952 
python-mox_0.5.3-3_all.deb
Files: 
 fdc33e87bbbcba769c073acebc6f6202 1894 python extra python-mox_0.5.3-3.dsc
 c5f3570ee973c7a478e09c1dfa7f5008 2523 python extra 
python-mox_0.5.3-3.debian.tar.gz
 a28599a08b040ece0f02d2ba39346c29 18952 python extra python-mox_0.5.3-3_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.12 (GNU/Linux)

iQIcBAEBCgAGBQJPwQkgAAoJEPZuPkGfhPTe41gP/00Ofj8F7wSHvSuPF9uhp8M9
qtqhaEdXPyHZFkeQ5kOFMyWkn6JGhKNcKjoL/afcu8t8tWYn4T/xj2Zozanf4D63
+8mvF+vovQ2toKWGdvRUjAUKoO2MFTPR+sAbBKpeDdDaESnNqU7ssSI+wILAF96R
TQs8P9vkEDW826DKy9vm7t+mbmiSZLp+rKDvE8/5cP1KTJv06Ev6d42RUWbiGHPn
R9WIYX0igkmmFVbhxMaq84f1WtY9bI555ezqbhgCjh2d1VGzTTPY5MSheoqfvLu6
xU+3xHweFY+rB+vleV7Q2oYJrlz3dPPbTEdT38YIlxFLwz9g3UWutRbz+GaRbMun
fB7GQJdw7MQcYXKbbjNOhxuWvfdJFrRyNsM2bn0wG5bGZ6EHASxkenAV3pCKONYX
AxcJIyRNXMCUx0lALbWigemoylYKJdy1aUHT0vYTeRhzbm6gX+SqDPHB7ZjIL7DM
xn8pAZ4XbYe8TZKCTIBu9ZsxCIibRX0j/dmgbkTX9+AFzkIXzyTZlXzciQh7OlFq
lmtk1502mWhBdz6elZ5XtaP5ewmr+mPqUPsYEO3aiOATmaZ8wMddXOoY7F9TR3tS
/Um4l/vreaOtQB2mP+nLK9jX8lGlnEDCGKIgG4mnASoYCZB1+mPZJgt0Vyy3p0Dz
YEochbZasDveBasFNPc8
=xnMw
-END PGP SIGNATURE-


Accepted:
python-mox_0.5.3-3.debian.tar.gz
  to main/p/python-mox/python-mox_0.5.3-3.debian.tar.gz
python-mox_0.5.3-3.dsc
  to main/p/python-mox/python-mox_0.5.3-3.dsc
python-mox_0.5.3-3_all.deb
  to main/p/python-mox/python-mox_0.5.3-3_all.deb


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1sykrp-0004a1...@franck.debian.org



Accepted haskell-ekg 0.3.1.0-1 (source all amd64)

2012-05-26 Thread Iustin Pop
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sun, 20 May 2012 14:15:01 +0200
Source: haskell-ekg
Binary: libghc-ekg-dev libghc-ekg-prof libghc-ekg-doc libghc-ekg-data
Architecture: source all amd64
Version: 0.3.1.0-1
Distribution: unstable
Urgency: low
Maintainer: Debian Haskell Group 
pkg-haskell-maintain...@lists.alioth.debian.org
Changed-By: Iustin Pop ius...@debian.org
Description: 
 libghc-ekg-data - remote monitoring of Haskell processes over HTTP - common 
files
 libghc-ekg-dev - remote monitoring of Haskell processes over HTTP - libraries
 libghc-ekg-doc - remote monitoring of Haskell processes over HTTP - 
documentation
 libghc-ekg-prof - remote monitoring of Haskell processes over HTTP - profiling 
libr
Changes: 
 haskell-ekg (0.3.1.0-1) unstable; urgency=low
 .
   * New upstream release, adding the 'Label' type
Checksums-Sha1: 
 b2b903680ce6974bf53a7bb15aeea18afd311c28 2552 haskell-ekg_0.3.1.0-1.dsc
 ffee0891a54c102795531033a76095afce07de3a 160260 haskell-ekg_0.3.1.0.orig.tar.gz
 c1dc857c49cf0d4fd627196312c3a8916fd70a3c 54986 
haskell-ekg_0.3.1.0-1.debian.tar.gz
 99017d64bb9b02bde28a9d52bee83a1cbc69cb1e 59156 libghc-ekg-doc_0.3.1.0-1_all.deb
 98a3e1f893b06fe42e6de0db0a6194c595579b24 73622 
libghc-ekg-data_0.3.1.0-1_all.deb
 ec103932025c1724683c2cfe8175394491d2532e 246298 
libghc-ekg-dev_0.3.1.0-1_amd64.deb
 0fb738389f33d21d144acbc26d444deed1190ac6 225758 
libghc-ekg-prof_0.3.1.0-1_amd64.deb
Checksums-Sha256: 
 9f0a000c21a0caeeb6ae0cff84e2afacb667c1a168d3cc2b5034e0216d8f15dd 2552 
haskell-ekg_0.3.1.0-1.dsc
 04d85bf4a888f6d629b65967a034f93aa944650308aa26957cc3a551842dfb05 160260 
haskell-ekg_0.3.1.0.orig.tar.gz
 2eef684b6a2c0c24d752e4e73212094e51426d9335845dea4473c327c209a2f7 54986 
haskell-ekg_0.3.1.0-1.debian.tar.gz
 830acc126d79f0d0a3fb8223ba16bbd091dc4a9f943be376d4e8ffe8adcaec18 59156 
libghc-ekg-doc_0.3.1.0-1_all.deb
 aa153f60ecaf26bbed8ee9732a8a981c77010c1bd8050fd2b63b88c251d5ca5a 73622 
libghc-ekg-data_0.3.1.0-1_all.deb
 aca88e0a8c65c7065823a3f1f412174587a097cda8204500ed2e12bceeafc747 246298 
libghc-ekg-dev_0.3.1.0-1_amd64.deb
 82a4520caf80ec09296a65c99385cd0fc9dea0a2a7128f3dc791522285d679ce 225758 
libghc-ekg-prof_0.3.1.0-1_amd64.deb
Files: 
 be984cf4d6fc129f9aac723d7fe982a4 2552 haskell extra haskell-ekg_0.3.1.0-1.dsc
 45bba039c2227cee35a175220f1428c4 160260 haskell extra 
haskell-ekg_0.3.1.0.orig.tar.gz
 7cb1e6e371bbe83be6cca5aab294a38f 54986 haskell extra 
haskell-ekg_0.3.1.0-1.debian.tar.gz
 70b196a28f53998f764e89fe806f1cb6 59156 doc extra 
libghc-ekg-doc_0.3.1.0-1_all.deb
 b109ee2220b14024e0b1fb66545e2e76 73622 haskell extra 
libghc-ekg-data_0.3.1.0-1_all.deb
 798b0ea3c09d4f9e283f9dcefbd11523 246298 haskell extra 
libghc-ekg-dev_0.3.1.0-1_amd64.deb
 bd735269f4e4996e9aef9500710b7f48 225758 haskell extra 
libghc-ekg-prof_0.3.1.0-1_amd64.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.12 (GNU/Linux)

iQIcBAEBCgAGBQJPwRNgAAoJEPZuPkGfhPTeiH4QAIVSr+eaHNQM1CPfwAKVSlev
On6dKCfR/uzYb0MrGXoqdKS1sD2RS6FFotL95JfAciCWJ5SYj3XEX7zS949VwmtI
MsIwRLqup+CrZP8zeV3Isab+n2qySP/7sAaAihxzPkJOBV1GJYKNyUdztL7TeSGt
Q7mvW+X+3voDZwaIRwk6t2GZaNyrM0mFok7huivUiOtggV0YKyJG361ICCH4v4ga
2c+T5/bTcZTTty3m6aoT+uDmFvzYuVYCXtn4kkpBgzeWUBMH4dgmTIVDxntCWzvd
z3UtUqkpz4mwzPhGowE4b7l6/SHZ2qiZIIDnjPeKGNl9YJvIvNWPC1AFHi2lqx7f
isNRDn0fuKf4o5RoBA2vIZhaxPxctE71yqtxu5fBD855sFx9Pg0fSfTbNntyBoV1
kY/RSxwYC9HXQ3W3Qdg8RP0zTmqKcA5ecUzAwafO9X3WdbDt4DJOcnwA+Men5Ibd
EA283dXP79hsSsuwGAqb+R30XPi+xqqNRtX78lnJ/mSm2LHii6VQP+8nebBxdAnK
7nhc3PLTRGZJSLlXKdBBPMwp8Eq11up/ERF4mnCP5+XMpy1fowGPIR2rgtRMCQN+
7Lsz2vlymVI7K73TnMFZ+gwD5kfa/rvNK6RfUXWPJ0oMfGgWwxtiL4ARK9C1WROG
FeVzq0mxzOi9hYp4CFNq
=s8GC
-END PGP SIGNATURE-


Accepted:
haskell-ekg_0.3.1.0-1.debian.tar.gz
  to main/h/haskell-ekg/haskell-ekg_0.3.1.0-1.debian.tar.gz
haskell-ekg_0.3.1.0-1.dsc
  to main/h/haskell-ekg/haskell-ekg_0.3.1.0-1.dsc
haskell-ekg_0.3.1.0.orig.tar.gz
  to main/h/haskell-ekg/haskell-ekg_0.3.1.0.orig.tar.gz
libghc-ekg-data_0.3.1.0-1_all.deb
  to main/h/haskell-ekg/libghc-ekg-data_0.3.1.0-1_all.deb
libghc-ekg-dev_0.3.1.0-1_amd64.deb
  to main/h/haskell-ekg/libghc-ekg-dev_0.3.1.0-1_amd64.deb
libghc-ekg-doc_0.3.1.0-1_all.deb
  to main/h/haskell-ekg/libghc-ekg-doc_0.3.1.0-1_all.deb
libghc-ekg-prof_0.3.1.0-1_amd64.deb
  to main/h/haskell-ekg/libghc-ekg-prof_0.3.1.0-1_amd64.deb


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1sylbk-0006en...@franck.debian.org



Re: Moving /tmp to tmpfs is fine

2012-05-25 Thread Iustin Pop
On Fri, May 25, 2012 at 08:14:10PM +0300, Serge wrote:
 2012/5/25 Neil Williams wrote:
  Different hardware - different software selection.
 
 I don't understand your point. I could understand it if we were choosing
 among benefits that most users get from /tmp being on disk and /tmp being
 on tmpfs. But there're NO benefits in having /tmp on tmpfs. It works (not
 works better, just works somehow) only on systems with a lot of RAM.

This is plain wrong. NO benefits for tmpfs? just works somehow?

Whatever other arguments you had, the statement above tells me you only
look at _your_ use case and dismiss all others, or that you don't
understand the different behaviours of fsync() (with enough memory, that
is) on tmpfs, HDDs and SSDs.

And no, I really can't think of any popular application is not a valid
discussion point.

iustin, happily using /tmp on tmpfs since many, many years ago, and
configuring it as such on all Debian machines he installs (of various
roles).


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20120525202638.ga19...@teal.hq.k1024.org



Accepted protobuf 2.4.1-2 (source all amd64)

2012-05-23 Thread Iustin Pop
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Thu, 24 May 2012 01:27:26 +0200
Source: protobuf
Binary: libprotobuf7 libprotobuf-lite7 libprotobuf-dev libprotoc7 libprotoc-dev 
protobuf-compiler python-protobuf libprotobuf-java
Architecture: source all amd64
Version: 2.4.1-2
Distribution: unstable
Urgency: low
Maintainer: Iustin Pop ius...@debian.org
Changed-By: Iustin Pop ius...@debian.org
Description: 
 libprotobuf-dev - protocol buffers C++ library (development files)
 libprotobuf-java - Java bindings for protocol buffers
 libprotobuf-lite7 - protocol buffers C++ library (lite version)
 libprotobuf7 - protocol buffers C++ library
 libprotoc-dev - protocol buffers compiler library (development files)
 libprotoc7 - protocol buffers compiler library
 protobuf-compiler - compiler for protocol buffer definition files
 python-protobuf - Python bindings for protocol buffers
Closes: 648672 648850 653115 664744 672094 673675
Changes: 
 protobuf (2.4.1-2) unstable; urgency=low
 .
   [ Matthias Klose ]
   * Work around build failure with GCC 4.7. Closes: #672094.
 .
   [ Jakub Adam ]
   * Install libprotobuf-java without reference to parent POM
 (Closes: #648672)
 .
   [ Iustin Pop ]
   * libprotobuf-java:
 - remove dependency on default-jre (Closes: #653115)
 - revert the jar name change introduced in 2.4.1, due to the use of
   maven helper (Closes: #648850)
   * Bump priority of packages from extra to optional (Closes: #664744)
   * Enable hardening flags (Closes: #673675)
Checksums-Sha1: 
 c36b28318220cf59f094cd83a077097c3b1b8b06 2462 protobuf_2.4.1-2.dsc
 0ac15e0bb28c97c75cdb1324bad8a35d8bba5f77 14038 protobuf_2.4.1-2.debian.tar.gz
 6df5c8e6cf878bb475663eade7dbb9bf9cef6ddb 337368 
libprotobuf-java_2.4.1-2_all.deb
 ee7167ef78141d1ec333cc939badaf6ec42a67ba 379372 libprotobuf7_2.4.1-2_amd64.deb
 2b2a174703c6a8919f17ca54807cce805430b1a3 78166 
libprotobuf-lite7_2.4.1-2_amd64.deb
 1888046ea65b836ac829cc98ad294e569147f688 628622 
libprotobuf-dev_2.4.1-2_amd64.deb
 35dbaa6d6fda53e8a1511b7ad8cd2f7e372e10c9 282926 libprotoc7_2.4.1-2_amd64.deb
 e5e63d4e4478066d1500d1569b58346afe09be04 407182 libprotoc-dev_2.4.1-2_amd64.deb
 209afed64888fcb34378665f2abf032898f117cf 34238 
protobuf-compiler_2.4.1-2_amd64.deb
 6a467b23c7d628f5aa000eb44b668a1bf2eaf762 91746 
python-protobuf_2.4.1-2_amd64.deb
Checksums-Sha256: 
 1a7a4d94b2327f978c142d7c19ab1cf80124f3cc9d71901b787ae58211db6475 2462 
protobuf_2.4.1-2.dsc
 c196d85a0dede060d219545784d1c382d42b359278e3e3f256a6c53230723a4a 14038 
protobuf_2.4.1-2.debian.tar.gz
 14272c9205adcc08da2c81bd26fa3949ea78bb2bcb5e77822e3663700e0a5e11 337368 
libprotobuf-java_2.4.1-2_all.deb
 27718709aad8f2520121eb126f3d79c5684e4956df92e6fea92049faaf5ca5e7 379372 
libprotobuf7_2.4.1-2_amd64.deb
 b5c507a6a92ae2c86d2738635e3f7ff05587a42f12068725f27fc325c27ceb6e 78166 
libprotobuf-lite7_2.4.1-2_amd64.deb
 2d82c4832c4fdae495950ff74cf4340924e08a46bea71b2ec6223efe6d37 628622 
libprotobuf-dev_2.4.1-2_amd64.deb
 67852e0b5af7ef308049e04c98fc93c5d359548a4132d26d691f9f9e6874f952 282926 
libprotoc7_2.4.1-2_amd64.deb
 91da6a5f3c609b26e35b01e65ca5ac747519feb64ce151c4d5869f78d4374fb1 407182 
libprotoc-dev_2.4.1-2_amd64.deb
 17faf771c24bb04fbb8036e42732dff7ed3146b32a579e309f214f950be6cebd 34238 
protobuf-compiler_2.4.1-2_amd64.deb
 1f964c9c94e15a7d0656b49dfada45fa80bade4c266c040e4d7709892cfc91b4 91746 
python-protobuf_2.4.1-2_amd64.deb
Files: 
 9158b85a35864c39e19438d6d75ae0cf 2462 devel optional protobuf_2.4.1-2.dsc
 ad21357a07f9c974e2c681ea91f08580 14038 devel optional 
protobuf_2.4.1-2.debian.tar.gz
 0dbf87413072944c4e6ccbed358f7bc8 337368 java optional 
libprotobuf-java_2.4.1-2_all.deb
 216cb92b7501331853bf5e8a34a4caff 379372 libs optional 
libprotobuf7_2.4.1-2_amd64.deb
 5bc86fb2ec0e074072339a42ed6a3bd6 78166 libs optional 
libprotobuf-lite7_2.4.1-2_amd64.deb
 c5df90a751cdfa97efce402dd78de709 628622 libdevel optional 
libprotobuf-dev_2.4.1-2_amd64.deb
 44123de8c93f67f0f0b1ad34f17bcc39 282926 libs optional 
libprotoc7_2.4.1-2_amd64.deb
 17732b26a58f91f1cb93d83d948d9f93 407182 libdevel optional 
libprotoc-dev_2.4.1-2_amd64.deb
 9797cfc448f20948913944dd11320646 34238 devel optional 
protobuf-compiler_2.4.1-2_amd64.deb
 7f3b4dd8048fb43994344293c4081c9a 91746 python optional 
python-protobuf_2.4.1-2_amd64.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.12 (GNU/Linux)

iQIcBAEBCgAGBQJPvXSGAAoJEPZuPkGfhPTegaEP/0MZoFLRaafVjXqYhvmUueGT
NGbOLe1A622/CII8jrxkFm1KonslPx5ASyyTq+XFCOPTbSVilazgEYEXE57gvgOZ
6OcE6j2mTtn6VXAGcVJkXLmFGMGk5/iKO8z3bK1fEtjxunuJM73UgHPvN579DrHM
oY7CAfGdMJa4nwoH79TvAyaPIfTWHnKpW/CmS3HzRMOOSRJ7EEaO8em7z9GK6chF
UwwnY5bPqZIckjopMHxwgslsOQjhUtTDYXT0IYaNjsqogRcjkLIiPFm3sKgP/8Q+
dk5AL/cV+ejbPxChRp4x3NmqUqGA2Rvv0FkSIBY+Hrzg7kZFQkrpPqiuY1GLimEU
ZKKROFXO2d4CR/gv6fL+ZkxWAc2Fa38aXAovCXRJ3T5O8e/ckDGWpaK8tZ/tIv/8
OP9SeSzrBvoyjhI2SGA1WOlH9Gjy3cn+ohTRRNspEyG8hMiyQ2GX1UB4ofS5OSP/
JMSDbR8VRWRJa7k3aLMk4lBP6sxZ0AyOT/gJVeuxr2p5gz8ba3O9Z3/D6pVRlPny

Accepted dict-foldoc 20120518-1 (source all)

2012-05-20 Thread Iustin Pop
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sun, 20 May 2012 13:17:54 +0200
Source: dict-foldoc
Binary: dict-foldoc
Architecture: source all
Version: 20120518-1
Distribution: unstable
Urgency: low
Maintainer: Iustin Pop ius...@debian.org
Changed-By: Iustin Pop ius...@debian.org
Description: 
 dict-foldoc - FOLDOC dictionary database
Changes: 
 dict-foldoc (20120518-1) unstable; urgency=low
 .
   * New upstream sync (phew, almost two years)
   * Standards version 3.9.3 (no changes needed)
Checksums-Sha1: 
 9ad9009e925697e37f2bad7673f36abec5e63e26 1926 dict-foldoc_20120518-1.dsc
 2851a153517c41951810ae11a7596a3a8d917e10 2127014 
dict-foldoc_20120518.orig.tar.gz
 e503d4a05b2c2c37e4e30fb1360f5aa9e34d4424 16513 
dict-foldoc_20120518-1.debian.tar.gz
 8300842176f038da78be245af3137bf118f7b4b3 2387476 dict-foldoc_20120518-1_all.deb
Checksums-Sha256: 
 c1dc9b50943ea270043a5e553ce5b6e7d0f1189df2f7b581206f410c60332407 1926 
dict-foldoc_20120518-1.dsc
 23b429d9dc6e69bf21d9b8daff8938c23d1b3e0627445c664160d72095c5ac16 2127014 
dict-foldoc_20120518.orig.tar.gz
 c3d58ccb276f8a6c0ead238f705e46211aa916c99bbe1d2e6274c1bf36362794 16513 
dict-foldoc_20120518-1.debian.tar.gz
 b0a894ab64681115bbf1e072ab9b2449118765f4851330f0407efd09c36a660e 2387476 
dict-foldoc_20120518-1_all.deb
Files: 
 6352e4f439eef4377f49e41c85c57f8f 1926 text optional dict-foldoc_20120518-1.dsc
 21a5449aa33044d2602710b20ccf73ca 2127014 text optional 
dict-foldoc_20120518.orig.tar.gz
 9468f7a47214ff8b44fda9cd0f577a72 16513 text optional 
dict-foldoc_20120518-1.debian.tar.gz
 99a2ccacf96d37b678dabdf74ede6d9a 2387476 text optional 
dict-foldoc_20120518-1_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.12 (GNU/Linux)

iQIcBAEBCgAGBQJPuNVxAAoJEPZuPkGfhPTesRgP/R4/yN13F52L/O0uhooxUzfG
Smg6Fc1e65P8DJ7ORcUP21Wn6p2QG8tcRx9wLL6PFXI3X+EDc5yxEtBFTTIkiXxZ
lmSn94rwOIRUQBp6qsQHxe0s9+CWc78zIvQDshOu00Tz2kXC3ZouL2AwlLRvEL4E
Euz8w3tXI+I/dRdWM5GEvpVRPJEQe43+aMRqxK+DeXfH1wv1LjZg465KjsaIlxmG
Nrf5fbYZwEmM65GeFPmHCneeMvYMILDdPObD/OEHWAgfdrOd8WSnGpYIaTAhYOhU
KpW0Dk1IviDFJtbbk4jV9nH+aJH1mN3+P7NYgEEUU3TCo0iY/GBq2u3k8i5J10z4
WBsvOKehN5/1FR9fV0RuwaLhDRzaTd1UZFnc3k9+bXzTlEJ4ftIPu9m7xizbmIgt
MCxERA5CBTixyXZAfStm4A1ltW/tXFZ+TPSTNfm/Sz91FlDkZoL3AqYt9/2qzelg
Hf+f0sCdTpzcC2VYC6T1Xj9DcivpiI7Vz+GWP+2wcBslEXoiGOndMHVlTHZ3QctD
Ar7dLy/OIw8CgFzeW0eUSvm+cdl1ZQbWSMtpbIfY/KBBetfdRhSYUhT5HpZm5gvL
HpeJTDJS3ZlYPUM158y961hV2TNgFamivYYPe6aVIXCjHZ+ZcEgfUg6/mScA6wG0
X7IA36j5rA57wCngoYHw
=UKcZ
-END PGP SIGNATURE-


Accepted:
dict-foldoc_20120518-1.debian.tar.gz
  to main/d/dict-foldoc/dict-foldoc_20120518-1.debian.tar.gz
dict-foldoc_20120518-1.dsc
  to main/d/dict-foldoc/dict-foldoc_20120518-1.dsc
dict-foldoc_20120518-1_all.deb
  to main/d/dict-foldoc/dict-foldoc_20120518-1_all.deb
dict-foldoc_20120518.orig.tar.gz
  to main/d/dict-foldoc/dict-foldoc_20120518.orig.tar.gz


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1sw4bo-0006ud...@franck.debian.org



Accepted python-mox 0.5.3-2 (source all)

2012-05-20 Thread Iustin Pop
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sun, 20 May 2012 14:03:00 +0200
Source: python-mox
Binary: python-mox
Architecture: source all
Version: 0.5.3-2
Distribution: unstable
Urgency: low
Maintainer: Iustin Pop ius...@debian.org
Changed-By: Iustin Pop ius...@debian.org
Description: 
 python-mox - mock object framework for Python
Changes: 
 python-mox (0.5.3-2) unstable; urgency=low
 .
   * Switch to dh_python2
   * Standards version 3.9.3 (no changes needed)
   * Switch to tiny build rules (dh7) and dh_python2
Checksums-Sha1: 
 6ed89d83854d0c7d812f5b698427ce6328d7ac19 1888 python-mox_0.5.3-2.dsc
 5e0cd086e2897015dcee31ba1b1967422b786018 1894 python-mox_0.5.3-2.debian.tar.gz
 1749d5b341e50234fdb2cf485c0fd26a016c0189 18850 python-mox_0.5.3-2_all.deb
Checksums-Sha256: 
 cc6ed45a12bb67db027dcb86ac721404f7e104d9fc359932a9a12c640ca6ddc1 1888 
python-mox_0.5.3-2.dsc
 6163473051ad2cdf20b8118723cf16c55a40778cacde1cdac858d0997e21287c 1894 
python-mox_0.5.3-2.debian.tar.gz
 0accd9f179b5420ccee4926ab1eb19da80286287a7f8a59a80145c12ba4aed2f 18850 
python-mox_0.5.3-2_all.deb
Files: 
 527ae0c4c7bb31832c17e7b7c515f71d 1888 python extra python-mox_0.5.3-2.dsc
 ffc716facaac8ec24ff885175dca75cd 1894 python extra 
python-mox_0.5.3-2.debian.tar.gz
 9530beb98837635dc53eac13e1a326d6 18850 python extra python-mox_0.5.3-2_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.12 (GNU/Linux)

iQIcBAEBCgAGBQJPuN4NAAoJEPZuPkGfhPTeT/8P/iXtz+VshODb5OhrQGyvy1gk
FEokGQD3uzAZpKK7sD2w4SfNsB38xmV24Zzf2iMfUt9BsQ+STo6yC/0tKrG0Wun4
OgnPYEr2j7By3wti2fYhOHJJ5fU7fH8BHBZhaQpUwJ1uzLMrtwr9OutTqH6IBIa+
vnBhrG6qJgQvEhcxjZYFJmXLi2RUH9/Kd7+50rL6OHm37dcOozWjyVRNKNbuEoBu
rXIpVYsqikLE4EbXmxjD6mL9DSlr3iUz0NsXCSUPDJO6GWTcRN6TZ3Ng82ISUC6a
rt6XrkiQjp3OeImOqg7CxNl8Aw0/EQ2ZQKCnmQ4jimhWzH+WCbXQ610cjurEInLm
TT39Xl69QwluQR+/Ey9jRQOZvBi/rHNmIXzj5vv0Qe1cMy6WzMERzu6EYMifAKHR
oEe9d4+98NCCfW8CvQM29va4nHpzYGR0uOrZQ4zlnBTQeRGdCuOT9BeEKKdEkJf9
sgXzGQ7zual4FQ0f7N1LbcHfUtur+eXd+eURdwkRu6sNj7enlPaCs9fWWkPQdF63
WHyy5E38VUDGEvg4sVc0ychv3CFlUo0VHYuwmGyiyVHj9Kd5ativt4JkPhmkxsxV
dIVxRySYSBZb/FyR5BU3EjNYE5UA3rXVHhl8UKCw6yP/jQta/INMPs3u7EjOjR28
YY46MPQkVz4/EZmVv+im
=GYTA
-END PGP SIGNATURE-


Accepted:
python-mox_0.5.3-2.debian.tar.gz
  to main/p/python-mox/python-mox_0.5.3-2.debian.tar.gz
python-mox_0.5.3-2.dsc
  to main/p/python-mox/python-mox_0.5.3-2.dsc
python-mox_0.5.3-2_all.deb
  to main/p/python-mox/python-mox_0.5.3-2_all.deb


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1sw56t-jt...@franck.debian.org



Accepted shelltestrunner 1.2.1-3 (source amd64)

2012-05-19 Thread Iustin Pop
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sat, 19 May 2012 20:07:41 +0200
Source: shelltestrunner
Binary: shelltestrunner
Architecture: source amd64
Version: 1.2.1-3
Distribution: unstable
Urgency: low
Maintainer: Debian Haskell Group 
pkg-haskell-maintain...@lists.alioth.debian.org
Changed-By: Iustin Pop ius...@debian.org
Description: 
 shelltestrunner - test command-line programs or arbitrary shell commands
Closes: 669461
Changes: 
 shelltestrunner (1.2.1-3) unstable; urgency=low
 .
   * Remove pandoc as build-dependency (to allow building on more arches)
   * Bump dependency on test-framework (Closes: #669461)
   * Manually restrict the package to architectures which have a threaded
 runtime
   * Add patch to skip explicit decoding/encoding of FilePath, since ghc
 7.4 already does it automatically
Checksums-Sha1: 
 5a68d327982d263600dd2383711d09ec74a78c8f 2588 shelltestrunner_1.2.1-3.dsc
 6b407eb633a7c00c603dd50231abbddf400ea2c2 6048 
shelltestrunner_1.2.1-3.debian.tar.gz
 5d196d0f3455bff8af7e0d2fa837ae783928e52a 2107696 
shelltestrunner_1.2.1-3_amd64.deb
Checksums-Sha256: 
 822382b208ad9fb0db25a2b72fccd469816a1f56302b42fdb92bfe97345e7c23 2588 
shelltestrunner_1.2.1-3.dsc
 8dab20d5aaf07165a1268ee13d307f900c3bcaed09f9a67ec6083b283253efbf 6048 
shelltestrunner_1.2.1-3.debian.tar.gz
 2d4c5cf0bff282dab877390f41e5aa5bd6d80c3ced3ae06493fc3fd61e1353d2 2107696 
shelltestrunner_1.2.1-3_amd64.deb
Files: 
 adccadcc8c5480ee0d6a66e862438427 2588 haskell extra shelltestrunner_1.2.1-3.dsc
 9fcaec1b1bfe774014cf1df32b7bc1ce 6048 haskell extra 
shelltestrunner_1.2.1-3.debian.tar.gz
 d91575dcd49dcc75718362e674cba576 2107696 haskell extra 
shelltestrunner_1.2.1-3_amd64.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.12 (GNU/Linux)

iQIcBAEBCgAGBQJPt+78AAoJEPZuPkGfhPTeUNcQAJkwgPl8QZ03feoYwhFGcOVC
eGm0/MTUFFKrp8d9dYoehEKLqPT69xm2wwg50ohmx4C2FNN/fjNPOiDgAm/b9KUo
/k/AvbZ+yw3DqueUphZ8FdtoUKJ3ic/iMFy0rFO+lIu5SqJnk8BlyqHcbgwMVT6M
+5CUCsf5qS26+yPgAXYbcNTw7N9+vCy95D2FfNQZDR7NSjaDK+YYdKkOp9lqc8tZ
G5B/AeuYJAN2VV9oNGPBI/lccmoo6Xb8v13yV2NQaTxWDDmakJiKRirQ/pAHugI6
CzaRCwQQb3JGAvjn+1rhdK8dTSrtr4DJQ0bXVrPtw8h+4lMqUaADNoG07g0S3bB/
JhdtyRowIM5n/KLSn4Eyz5zqQZYJAjA45/7hvfBZZgUXPsAZ3fQIltdf2skdgQCC
g9jMObE03LTIFn5Bj5sBohx1r3zhffQPlxEfxIXfeblOtz0O18XWiyP2z635Sd3W
sPECtnNkZkM23sKR74OTvpGmpqhJuPOhzsTtRuM1hsz/mQjnuAV6qhv+mRzN49KJ
IDrAIsSTcFZbgEvN20x/uUuXHQ0OtPnkA7qu31I3gA6tCEBECNhuPBcYsQKU7vEP
zigWZOjDCzZ+skmHYljPUugTS7zs1rBRSvPiYycED4zWedlEwCFYJm7G5OMHTdDK
UsgFiw0kewQZlo8ohJlb
=QCwW
-END PGP SIGNATURE-


Accepted:
shelltestrunner_1.2.1-3.debian.tar.gz
  to main/s/shelltestrunner/shelltestrunner_1.2.1-3.debian.tar.gz
shelltestrunner_1.2.1-3.dsc
  to main/s/shelltestrunner/shelltestrunner_1.2.1-3.dsc
shelltestrunner_1.2.1-3_amd64.deb
  to main/s/shelltestrunner/shelltestrunner_1.2.1-3_amd64.deb


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1svpc7-0007ag...@franck.debian.org



  1   2   3   >