Re: time_t progress report

2024-03-15 Thread Andrea Bolognani
On Thu, Mar 14, 2024 at 08:42:14PM -0700, Steve Langasek wrote:
> On Thu, Mar 14, 2024 at 10:47:02PM +0100, Micha Lenk wrote:
> > The time_t transition seems to be stalled due to issues on armel/armhf
> > architecture.  My understanding is, as long as this transition isn't over,
> > uploaders of affected packages are discouraged to upload anything
> > unrelated to this transition (to avoid any delays to get it through).
> 
> > Do we have an updated rough idea for how long this transition will take? 
> > Is it in the range of day, weeks or months?  I have no clue...
> 
> Well, I think I should send an update about this probably, because I don't
> think you should be discouraged from uploading right now.  The source
> packages with the renames have landed in unstable, and will take a while
> (probably weeks) to get all of the build-dependency loops worked out and the
> binNMUs all done.  There's no real need to hold off on other uploads at this
> point in the face of that, I don't expect it to significantly change the
> timeline.

That's great to hear. A more visible progress update would be greatly
appreciated.

> There may be some rare cases of pending transitions that would add to the
> set of packages that need to migrate to testing all at once (though this
> seems unlikely to me when there are already so many!), so those should still
> be coordinated with the Release Team.

It would be nice if the update included information on how to figure
out whether one's packages are likely to fall into this "rare cases"
bucket. Something like that might have provided in the past, but
giving it greater visibility would help a lot IMO.

-- 
Andrea Bolognani 
Resistance is futile, you will be garbage collected.


signature.asc
Description: PGP signature


Re: 64-bit time_t transition: cargo needs manual intervention

2024-03-13 Thread Andrea Bolognani
On Wed, Mar 13, 2024 at 12:34:55PM +0100, Samuel Thibault wrote:
> Simon McVittie, le mer. 13 mars 2024 10:52:35 +, a ecrit:
> > 2. i386 is 32-bit but has been excluded from the 64-bit time_t transition
> >because its major purpose this decade is running legacy 32-bit binaries,
> >a purpose that would no longer be possible if it broke ABI
> >- non-release architectures in the same category: hurd-i386 (I think)
> 
> We asked hurd-i386 to be there indeed, because we plan to have
> hurd-amd64 replace hurd-i386 way before 2038 :)

Wouldn't it make sense to migrate hurd-i386 to 64-bit time_t
regardless of the plans for hurd-amd64? Contrary to linux-i386, it's
not like there is a wealth of (possibly proprietary/binary-only)
hurd-i386 software out there that we would benefit from remaining
compatible with.

-- 
Andrea Bolognani 
Resistance is futile, you will be garbage collected.


signature.asc
Description: PGP signature


Re: Libfuse interoperability/ABI broken.

2024-03-11 Thread Andrea Bolognani
On Thu, Mar 07, 2024 at 07:47:23PM +0100, Bernd Schubert wrote:
> Hi all,
> 
> this is certainly not kind of the mail I was hoping for as a new libfuse
> maintainer.
> 
> As you can see from the title and from discussion below (sorry this is 
> not typical ML discussion style), we have a bit of of problem with 
> libfuse ABI compatibility. 

[...]

> >> On 3/7/24 16:43, Ashley Pittman wrote:
> >>> I’ve spotted an issue with the linked commit, the fuse_file_info struct 
> >>> should have been modified by adding new entries just before the padding, 
> >>> with this commit then members after the new entry will be moved creating 
> >>> a change in the ABI for members after this.
> >>>
> >>> https://github.com/libfuse/libfuse/commit/a5eb7f2a0117ab43119ef5724cf5f4f2f181804a
> >>>
> >>> This affects the flush, nonseekable, flock_release, cache_readdir and 
> >>> noflush flags, each one of which could be set or cleared accidentally 
> >>> with one of the flags before or after it depending on what version of 
> >>> libfuse the application is compiled and linked with.
> >>>
> >>> This isn’t a failure mode that I’ve experience before when using linux so 
> >>> I don’t have a playbook to work from in how to correct this but 
> >>> essentially fuse3 releases up to and including 3.13 have one ABI and 3.13 
> >>> to 3.16 have a different ABI.

Not strictly related to the change at hand, but since we're
discussing recent-ish changes that negatively affected backwards
compatibility in libfuse I will mention this too:

  https://bugs.debian.org/1031802

It has been reported downstream a year ago, but I'm not sure if it
ever got upstream's attention. Now it should have :)

-- 
Andrea Bolognani 
Resistance is futile, you will be garbage collected.


signature.asc
Description: PGP signature


Re: /usr-merge and DEP17 update: what happens next and how you can help

2023-10-09 Thread Andrea Bolognani
On Mon, Oct 09, 2023 at 08:16:32PM +0200, Helmut Grohne wrote:
> On Mon, Oct 09, 2023 at 02:10:27PM +0200, Andrea Bolognani wrote:
> > Am I missing something?
> 
> Yes, you are and what you are missing really is not obvious, so thanks
> for asking!
> 
> For one thing, dh_installsystemd generates maintainer scripts for
> restarting services. Before version 13.11.6, it did not recognize the
> /usr location. If you were to backport such a package, bookworm's
> debhelper would not generate the relevant maintainer scripts. You can
> mitigate this by issuing "Build-Depends: debhelper (>= 13.11.6~)". Thus,
> you'll be using a backported debhelper (unless the backporter carelessly
> deletes this dependency).

You mentioned this constraint in your original email, so while I
didn't mention it explicitly I was planning on adding the necessary
Build-Depends. I was also assuming that a good enough version of
debhelper would be backported to bookworm.

> For another, we have this generic file loss problem (DEP17 P1). If - in
> addition to moving units to /usr - you also restructure your package
> between bookworm and trixie (move units between binary packages), then
> an upgrade scenario may delete those files even in the presence of
> correct Breaks+Replaces. As long as you are sure that you do not rename
> any binary packages nor move any units between packages from bookworm to
> trixie, this won't apply. Such renames or moves are hard to predict
> though.

I'm actually hoping that I will be able to get around to a pretty big
refactoring of the libvirt package before trixie, so this is kind of
a deal breaker for me :)

> So if you understand these limitations and are prepared to handle them
> for backports, cleaning things up now is fine. If you are not, deferring
> that cleanup until after trixie and using dh_movetousr in the interim,
> may be the simpler option.

Yup, given the situation dh_movetousr definitely feels like the way
to go.

Thank you for taking the time to explain the situation and, once
again, for all your tireless work in this area :)

-- 
Andrea Bolognani 
Resistance is futile, you will be garbage collected.


signature.asc
Description: PGP signature


Re: /usr-merge and DEP17 update: what happens next and how you can help

2023-10-09 Thread Andrea Bolognani
On Sun, Oct 08, 2023 at 10:25:44PM +0200, Helmut Grohne wrote:
>  * For many other cases, I propose leaving the upstream install layout
>as is and performing the conversion using a new debhelper component
>that will be called dh_movetousr
> 
[...]
> 
>  * movetousr.ddlist lists packages that probably need to run
>dh_movetousr for some reason:
> + There are other files than systemd units shipped in aliased
>   locations.
> + debian/*.install places units to /lib. In this case, consider
>   installing units by placing them to debian/*.service if possible
>   to benefit from the automatic conversion.
> + An upstream build system hard codes the systemd unit location to
>   /lib.
> + ...
> 
[...]
> 
> Debian Libvirt Maintainers 
>libvirt

For libvirt, the upstream build system actually installs systemd
units under /usr/lib, and we move things around in debian/rules so
that they end up under /lib in the Debian package:

  SRV_MONOLITHIC = libvirt-guests virtlogd virtlockd \
   libvirtd libvirtd-tcp libvirtd-tls virt-guest-shutdown

  set -e; for f in $(SRV_MONOLITHIC); do \
  dh_install -p libvirt-daemon-system \
 usr/lib/systemd/system/$${f}* \
 lib/systemd/system/; \
  done

I wouldn't be surprised if other packages did something similar.

In this case, instead of throwing dh_movetousr into the mix, wouldn't
it be more sensible to drop the rename part and just follow the
upstream build system?

I guess this could theoretically be problematic for backports, as the
dh_movetousr approach would guarantee that units still end up in /lib
on bookworm and older but this wouldn't. On the other hand, hasn't
systemd been able to load units both from /lib and /usr/lib for
several releases now? So I would expect that to work somewhat
transparently.

Am I missing something? I have to admit that, while I've tried to
keep tabs on the discussion and all the great work you and other have
been doing to push things forward, I never quite managed to fully
absorb the problem space.

-- 
Andrea Bolognani 
Resistance is futile, you will be garbage collected.


signature.asc
Description: PGP signature


Re: Activity of the libvirt team?

2023-08-19 Thread Andrea Bolognani
On Sat, Aug 19, 2023 at 05:54:11PM +0200, Guido Günther wrote:
> On Sat, Aug 19, 2023 at 04:17:11PM +0200, Andrea Bolognani wrote:
> > On Sat, Aug 19, 2023 at 11:25:42AM +0200, Guido Günther wrote:
> > > Andrea, I've bumped your privileges so things don't block on me.
> > 
> > Looks like you've made me Owner of the libvirt-team/libvirt project,
> > but my role in the libvirt-team group is still Developer so I remain
> > powerless when it comes to accepting Lee's request to join the group.
> 
> Argh, just ended up in the wrong folder. Bumped it for the whole group
> now.

Excellent, thanks! I've approved the pending membership request now.

Lee, please get in touch if it turns out that your current level of
privilege is not high enough to properly set up the rhsrvany
repository and we'll figure something out :)

-- 
Andrea Bolognani 
Resistance is futile, you will be garbage collected.


signature.asc
Description: PGP signature


Re: Activity of the libvirt team?

2023-08-19 Thread Andrea Bolognani
On Sat, Aug 19, 2023 at 11:25:42AM +0200, Guido Günther wrote:
> On Mon, Aug 14, 2023 at 05:03:19PM +0200, Andrea Bolognani wrote:
> > On Mon, Aug 14, 2023 at 01:37:23PM +0200, Lee Garrett wrote:
> > > Hi,
> > > 
> > > I've packaged rhsrvany [0], which I'd like to maintain under the umbrella 
> > > of
> > > the libvirt team. I've tried to join the salsa team on salsa [1]. But so 
> > > far
> > > my request has been ignored. I checked the wiki page of team libvirt [2],
> > > however it seems mostly outdated as it still references alioth. I've asked
> > > on the mailing list [3], however the last activity there is two years ago,
> > > and my message is awaiting moderator approval. I've also poked Guido 
> > > Günther
> > > directly, who seemed to have done some of the more recent uploads for
> > > libvirt.
> > > 
> > > So what would be the process to join the libvirt team? I'd like to push 
> > > the
> > > source repo of rhsrvany to a team-maintained space.
> > 
> > I think you've done the right thing by asking to be added to the
> > libvirt-team group on Salsa. Unfortunately I don't have admin
> > privilege to the group, so you'll have to wait for Guido to act on
> > the request. Same thing for the pkg-libvirt-discuss, which I believe
> > Guido is the moderator for. Please hold on tight, I'm sure he'll get
> > around to it :)
> 
> Andrea, I've bumped your privileges so things don't block on me.

Looks like you've made me Owner of the libvirt-team/libvirt project,
but my role in the libvirt-team group is still Developer so I remain
powerless when it comes to accepting Lee's request to join the group.

Creating new repositories once you're in the group apparently
requires no additional privileges, so I believe that Lee would be
able to create the rhsrvany repository himself once he's been added.

-- 
Andrea Bolognani 
Resistance is futile, you will be garbage collected.


signature.asc
Description: PGP signature


Re: Issues in the Patch Tagging Guidelines

2023-08-16 Thread Andrea Bolognani
On Wed, Aug 16, 2023 at 12:22:33PM +0100, Simon McVittie wrote:
> I personally think the extent to which git has "won", both upstream and in
> Debian package maintenance, means that the Patch Tagging Guidelines should
> be encouraging the git-like style as primary, with From/Date/Subject
> in a header and all Debian-specific fields in a trailing pseudo-header,
> the same layout that's familiar for Signed-off-by and similar tags used
> by many upstream developers:
> 
> From 
> From: ...
> Date: ...
> Subject: 
> 
> 
> 
> 
> 
> Signed-off-by: ...
> Bug: https://...
> Origin: vendor, Debian
> Forwarded: https://...
> ---
> 

While I completely agree with everything that you've said, I will
additionally point out that a notable use of patches is backporting
upstream fixes to older package releases.

In that context, it's generally useful (best practice?) to call 'git
cherry-pick -x' on the upstream commit, which will result in git
generating a line like

  (cherry-picked from commit ...)

In that case, the patch metadata should IMO go *after* that line,
leaving the upstream commit message completely unchanged. See [1] for
an example of how that looks like in practice.

Incidentally, notice how I've had to include

  Forwarded: not-needed
  Origin: https://gitlab.com/libvirt/libvirt/-/commit/...

in order for tracker.d.o not to report this backport as a patch that
needs forwarding upstream. I feel that the presence of a
"(cherry-picked from commit ...)" line should imply at least the
first bit, but maybe there are scenarios that I haven't considered
and that make being explicit about it a necessity.


[1] 
https://salsa.debian.org/libvirt-team/libvirt/-/blob/26c4e495779fc9e7649956983818735bbc7300fd/debian/patches/backport/src-fix-max-file-limits-in-systemd-services.patch
-- 
Andrea Bolognani 
Resistance is futile, you will be garbage collected.


signature.asc
Description: PGP signature


Re: Activity of the libvirt team?

2023-08-14 Thread Andrea Bolognani
On Mon, Aug 14, 2023 at 01:37:23PM +0200, Lee Garrett wrote:
> Hi,
> 
> I've packaged rhsrvany [0], which I'd like to maintain under the umbrella of
> the libvirt team. I've tried to join the salsa team on salsa [1]. But so far
> my request has been ignored. I checked the wiki page of team libvirt [2],
> however it seems mostly outdated as it still references alioth. I've asked
> on the mailing list [3], however the last activity there is two years ago,
> and my message is awaiting moderator approval. I've also poked Guido Günther
> directly, who seemed to have done some of the more recent uploads for
> libvirt.
> 
> So what would be the process to join the libvirt team? I'd like to push the
> source repo of rhsrvany to a team-maintained space.

I think you've done the right thing by asking to be added to the
libvirt-team group on Salsa. Unfortunately I don't have admin
privilege to the group, so you'll have to wait for Guido to act on
the request. Same thing for the pkg-libvirt-discuss, which I believe
Guido is the moderator for. Please hold on tight, I'm sure he'll get
around to it :)

The wiki page looks pretty outdated, yes. If you have time to change
it so that it points to up-to-date resources, that would be very much
appreciated! Just as you taking the time to package rhsrvany is :)

-- 
Andrea Bolognani 
Resistance is futile, you will be garbage collected.


signature.asc
Description: PGP signature


tracker.d.o displaying inconsistent information

2023-08-12 Thread Andrea Bolognani
Hi,

if you look at the tracker.d.o page for libvirt[1] you'll see that it
displays inconsistent information.

Specifically, the "news" sections mentions the recent (2023-08-08)
upload of 9.6.0-1[2], but the "action needed" section still claims
that a new upstream version is available; the vcswatch message is
consistent with this. A security issue is also mentioned as still
open in sid, while in reality the recent upload addressed it and the
security tracker[3] correctly reports this.

Further down, in the "testing migrations" section, the excuses
reported are for the *9.5.0-2* version, which is an earlier
(2023-07-25) upload. Looking at the current excuses[4] correctly
refer to the 9.6.0-1 version, where migration is apparently held up
because of gnutls28.

There are more inconsistencies, but you get the point. I'm pretty
sure everything will go back to normal given enough time, but it
looks like the particular set of circumstances around the libvirt
package have fallen through the cracks of tracker.d.o's logic and it
could be interesting to investigate them while the issue is still
manifesting itself.

Cheers!


[1] https://tracker.debian.org/pkg/libvirt
[2] 
https://tracker.debian.org/news/1451405/accepted-libvirt-960-1-source-into-unstable/
[3] https://security-tracker.debian.org/tracker/source-package/libvirt
[4] https://qa.debian.org/excuses.php?package=libvirt
-- 
Andrea Bolognani 
Resistance is futile, you will be garbage collected.


signature.asc
Description: PGP signature


Re: RFC: Final update of DEP-14 on naming of git packaging branches

2020-08-30 Thread Andrea Bolognani
On Sat, Aug 29, 2020 at 01:01:09AM +0200, Raphael Hertzog wrote:
> Hello,
> 
> following the recent discussions of June and of the last days, I'm
> proposing the changes below to DEP-14. Basically it replaces debian/master
> with debian/latest for all the reasons already discussed earlier. And
> it says that debian/unstable is preferred over debian/sid.
> 
> And it also marks the proposal as ACCEPTED given that it has gained
> traction over the years and that we didn't feel the need to make
> significant change to it.
> 
> I'm proposing debian/latest now because DEP-14 is already recommending
> upstream/latest and that makes the result a bit more consistent. But if
> enough person disagree with this choice, we can look into setting a poll
> to choose among all the names proposed so far.

We switched libvirt from debian/sid to debian/master a few days ago,
and honestly I was feeling a bit uncomfortable about the new name but
adopted it anyway on the basis that it is formalized in DEP-14, which
we have been following for a long time.

Using debian/latest removes this problem, and as you point out is
also entirely consistent with the existing upstream/latest. So, for
whatever it might be worth, you have my +1 for this change.

-- 
Andrea Bolognani 
Resistance is futile, you will be garbage collected.


signature.asc
Description: PGP signature


Re: IPv6-only buildds and AI_ADDRCONFIG

2020-07-18 Thread Andrea Bolognani
On Sat, Jul 11, 2020 at 11:59:33PM +0300, Niko Tyni wrote:
> Debian Libvirt Maintainers 
>libvirt

We actually hit this issue with the latest upload: it landed on
an IPv6-only buildd for armel, and failed twice before ultimately
succeeding on a different buildd.

Due to your report, we managed to track down the root cause very
quickly. The fix is now upstream and will be part of libvirt 6.6.0,
which is going to be released in 2/3 weeks.

So, thanks a lot :)

-- 
Andrea Bolognani 
Resistance is futile, you will be garbage collected.


signature.asc
Description: PGP signature


Accepted libvirt 5.6.0-2 (source) into unstable

2019-08-31 Thread Andrea Bolognani
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Wed, 28 Aug 2019 19:39:00 +0200
Source: libvirt
Architecture: source
Version: 5.6.0-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Libvirt Maintainers 

Changed-By: Andrea Bolognani 
Closes: 935883
Changes:
 libvirt (5.6.0-2) unstable; urgency=medium
 .
   * Team upload.
 .
   * [4dcbe93] Revert "Disable libvirtd socket activation" (Closes: #935883)
   * [b464de1] Add libvirtd sockets handling
Checksums-Sha1:
 35774c1635e67493e48002188dc5e92e1a9269db 4300 libvirt_5.6.0-2.dsc
 5ded11a413161c9e1cf47081438bfbeec1fc5b77 70784 libvirt_5.6.0-2.debian.tar.xz
 35ed8963834ad7f9823d4f18e2f0fa77b7edd7f3 19240 libvirt_5.6.0-2_amd64.buildinfo
Checksums-Sha256:
 338c0319fa4a07425f932a5c5e1247b6b4e3f5d8b8aff4833d9f518b6e949fbc 4300 
libvirt_5.6.0-2.dsc
 07586c4e4f593a5f18ac329f3b1feb7e15c2e47128875a454887f760b803ae4c 70784 
libvirt_5.6.0-2.debian.tar.xz
 fdb562d3ff185e8faf0b927af5320e717f227fa411f8bbd24d3dc5a4b56aef5f 19240 
libvirt_5.6.0-2_amd64.buildinfo
Files:
 f6e6010601211452912a5cb4a4e1e290 4300 libs optional libvirt_5.6.0-2.dsc
 6fd50e2a29520803281cff714595db9b 70784 libs optional 
libvirt_5.6.0-2.debian.tar.xz
 2cfd6defe38921de6942ac7f8c9aa71c 19240 libs optional 
libvirt_5.6.0-2_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCAAdFiEEvHzQcjh1660F3xzZB7i3sOqYEgsFAl1qW9EACgkQB7i3sOqY
EgtheQ//XKh/Wsg28aB/FIcOcx2dscZK46j90jZSOVD5jrI0I8Xy1ABC9bHsKTPX
z2jI5Llr+WB2RjMVAlZWk0vka2zP6E5/uXr/e+JXYZbZesRiEAlSVowFcb/9pN95
ryDbFIEUCRBAM2EoM3XxGMEXBpBC6Yo5uAsaKMLdfZ+qzKwUF1/zneCm3b/NhbFQ
O0pEbsc0bXxT+VrT8rSjtP0MOSmGy3aH8BttCGy2q7WSg9Y5kA5wo8wyvIAtq3pV
0n4L5aI1xjS+Kkyt2mW+XXf9SzQ9TfV+uoLsV46AOZ7ISFX0sPBb+yAr9EZFHnrH
F1AQpmSr39P6JClq52oYYFBJR5FBr0R8FHPoSAWSXN03DzRt6s03X4nXe0u8XwG7
U7T6pD7rZwWFPu+c0/fJ61MJ77EM0u4mol9pwdMcrzZs1tCfoOFy6sO9RgaWL9lc
yZl4enyOviPN7w9E7CHawrwn7WSq4DfPM1dOdFQGBlVDOJRTMDvk4sGKCp1M8AFI
88Q+9Q4VjXPneoNo/Tp/tQSmSHxksQGbQcjF9Bf//H/9e6SgWo41QiP9kmOax95q
QhtPYNxNzdfhKlTnzG5M1N6cDx9eh2JxbfS0y0BTydtZYWhSPWIfiGoaGGl2iIYi
010ntKNfDSTWCNEEdKFnPZ8UDFKcqvzlf0NCPY/iL1UoHOg8vgE=
=R4N8
-END PGP SIGNATURE-



Accepted libvirt 5.6.0-1 (source) into unstable

2019-08-26 Thread Andrea Bolognani
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sun, 25 Aug 2019 16:32:31 +0200
Source: libvirt
Architecture: source
Version: 5.6.0-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Libvirt Maintainers 

Changed-By: Andrea Bolognani 
Closes: 915107 919484 929334 931243 931768
Changes:
 libvirt (5.6.0-1) unstable; urgency=medium
 .
   * Team upload.
 .
   [ Guido Günther ]
   * [fb43676] d/control: Drop dh-autoreconf build-dep
   * [81d21d5] d/not-installed: Use multi-arch dirs
   * [07d5669] New upstream version 5.6.0
 Fixes CVE-2018-12126, CVE-2018-12127, CVE-2018-12130, CVE-2019-11091,
 CVE-2019-10132
 (Closes: #915107, #931243, #929334)
   * [9f38a9e] apparmor: Allow run pygrub
 (Closes: #931768)
   * Acknowledge NMU. Thanks Jonathan Wiltshire
 .
   [ Christian Ehrhardt ]
   * [c28c3b3] d/libvirt0.install: install translations
   * [c3c4cd4] d/libvirt-daemon-system.install: drop in helper for firewalld
   * [3e8b43c] d/not-installed: ignore default files /etc/sysconfig
   * [c223d7f] d/libvirt-daemon-system.examples: ship sysctl config as example
   * [f19acf6] d/libvirt-daemon-system.install: ship libxl-sanlock.conf
 (Closes: #919484)
   * [483e44a] d/libvirt-doc.docs: fix whitespace issue
   * [4f4751f] d/libvirt-doc.docs: install new doc elements
   * [781e22e] d/not-installed: ignore documentation already being installed
   * [eda89b2] d/no-installed, d/libvirt-doc.docs: do not install fonts
   * [ab67a28] d/copyright: add license for docs/fonts/
   * [2e222a2] d/rules: strip symbolic-functions linker option
   * [39b658c] Revert "d/libvirt-daemon-system.install: ship
 libxl-sanlock.conf"
   * [ce46360] d/rules: install libxl-sanlock.conf dependent on xen being
 enabled
 .
   [ Andrea Bolognani ]
   * [6a2eae3] Simplify and improve watch file
   * [82a1edc] Bump symbol versions
   * [73fccd9] Specify --doc-main-package for dh_installdocs
   * [d48fdf6] Rediff patches
   * [3b16c86] Bump symbol versions
   * [48c9b75] Drop Avahi support
   * [a49de91] Fix AppArmor profile for virt-aa-helper
   * [b8e92da] Disable libvirtd socket activation
   * [73d1e8c] Install kbase articles
Checksums-Sha1:
 a0a564ca289e85ed36c32b27b6c80f439294d347 4300 libvirt_5.6.0-1.dsc
 4180bde7aa476845296e2a015ba6272fbba80fe3 13147976 libvirt_5.6.0.orig.tar.xz
 d4bf040bec320cac3d0e2be357b2a87218ed2148 71024 libvirt_5.6.0-1.debian.tar.xz
 59b4cd9fbacd38744788987ee0d49445481ba2c1 19240 libvirt_5.6.0-1_amd64.buildinfo
Checksums-Sha256:
 2ae27c02eeda6e06636f357f45b3162a5ad4ca6c43f788d290267c7a473b27e6 4300 
libvirt_5.6.0-1.dsc
 65f4f9924e10135aa694ca8bcb0b55725883d08e0b32c42111603d573aabb9b4 13147976 
libvirt_5.6.0.orig.tar.xz
 0ab5ddbcf1d383a7303c39e12e7178bd67e01adae7a1aa639fb724d2d2440e90 71024 
libvirt_5.6.0-1.debian.tar.xz
 7ffb8be3e815c6ba717b82245e02fcca954a02409c6b3ce2cf743e194da77ca4 19240 
libvirt_5.6.0-1_amd64.buildinfo
Files:
 ae742b57c6b02cbc0dc00b81749f00e2 4300 libs optional libvirt_5.6.0-1.dsc
 e818bb25ead24119925781b7519a8401 13147976 libs optional 
libvirt_5.6.0.orig.tar.xz
 805387e7f41add6c6e0612b482cded13 71024 libs optional 
libvirt_5.6.0-1.debian.tar.xz
 1d6d67d9165f1e52078f25b1a6ded180 19240 libs optional 
libvirt_5.6.0-1_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCAAdFiEEvHzQcjh1660F3xzZB7i3sOqYEgsFAl1jvagACgkQB7i3sOqY
EguxrA//eQLud47FdfTeVKWdqRaXr6emHvpevYJx5gOybY//zYlK+C3uP3Xj8Uxy
Q+TsxXnC+zs2FzWJiNdpwvED3F1YPwxnVqMoHEV4H8qmWXTQl5DmiBeZO56Sp7rU
EET5bociYBQ1zgwaiWN6IFDb5oxm2dThzuvdibpHqZFER65WSwosxwX0gUemIG5F
KC1KM1MPF6I+eJ70Rz3XT8l59crcwG+rBhG8sXgpYdhirTsAcHeWlp+qkcUKdVpF
M2swmfht9ChjO3+XwB8OrS1mlbGzH0E6CHPwbCzNLMy70cztTdCKnLSQOXvRQ6eq
G+UrKrIi0+YxW+Er0M6ESj2AIMg685W8UjaerXzp/9AA9b+MIGONDwitovtJK3Ab
jgNIztHfqd0V450W0kPuMPDO2r/WOVKgrmT5d/I6nbY6CifUS2yoxaiJdEqfWsVP
XvJbZIG8q9KrIJo8tvn/ZOZ3RQREFTvhc8mdyCH7FHL3OSBfGMAJQW9/TatnvfcS
xcZfWTy/b4MKaQw6JGZ6oU+RX7GKhP4YW1ZHP3NPgmdACm1sIEwZikPD36Cx0Z78
AUYrZLjmafBNbpFFt9BkpLbY6a2a28OrIh1nnDLyPpMdi8WMkRdvBsR6n9OAyWQU
4XdO3c1HLNWRLDVrUYtJs7eT8DXZyLP5a8BYXLvsBQt6U5shfTQ=
=ouk+
-END PGP SIGNATURE-



Accepted libvirt 5.2.0-1 (source amd64 all) into experimental

2019-04-10 Thread Andrea Bolognani
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sun, 07 Apr 2019 18:39:49 +0200
Source: libvirt
Binary: libnss-libvirt libnss-libvirt-dbgsym libvirt-clients 
libvirt-clients-dbgsym libvirt-daemon libvirt-daemon-dbgsym 
libvirt-daemon-driver-storage-gluster 
libvirt-daemon-driver-storage-gluster-dbgsym libvirt-daemon-driver-storage-rbd 
libvirt-daemon-driver-storage-rbd-dbgsym libvirt-daemon-driver-storage-zfs 
libvirt-daemon-driver-storage-zfs-dbgsym libvirt-daemon-system 
libvirt-daemon-system-dbgsym libvirt-dev libvirt-doc libvirt-sanlock 
libvirt-sanlock-dbgsym libvirt-wireshark libvirt-wireshark-dbgsym libvirt0 
libvirt0-dbgsym
Architecture: source amd64 all
Version: 5.2.0-1
Distribution: experimental
Urgency: medium
Maintainer: Debian Libvirt Maintainers 

Changed-By: Andrea Bolognani 
Description:
 libnss-libvirt - nss plugin providing IP address resolution for virtual 
machines
 libvirt-clients - Programs for the libvirt library
 libvirt-daemon - Virtualization daemon
 libvirt-daemon-driver-storage-gluster - Virtualization daemon glusterfs 
storage driver
 libvirt-daemon-driver-storage-rbd - Virtualization daemon RBD storage driver
 libvirt-daemon-driver-storage-zfs - Virtualization daemon ZFS storage driver
 libvirt-daemon-system - Libvirt daemon configuration files
 libvirt-dev - development files for the libvirt library
 libvirt-doc - documentation for the libvirt library
 libvirt-sanlock - Sanlock plugin for virtlockd
 libvirt-wireshark - Wireshark dissector for the libvirt protocol
 libvirt0   - library for interfacing with different virtualization systems
Closes: 920574 921713 926418
Changes:
 libvirt (5.2.0-1) experimental; urgency=medium
 .
   * Team upload.
 .
   [ Christian Ehrhardt ]
   * [3997186] d/libvirt-daemon-system.maintscript: remove obsolete conffile
 /etc/logrotate.d/libvirtd.uml became obsolete since UML was dropped in
 libvirt 5.0 (Closes: #920574)
   * [c64d020] d/libvirt-daemon-system.libvirtd.default: clarify libvirtd_opts
 example (Closes: #921713)
 .
   [ Guido Günther ]
   * [dd9d74f] New upstream version 5.2.0
   * [790365e] CVE-2019-3886: Don't allow unprivileged users to use the guest
 agent. Apply upstream patches
 remote-enforce-ACL-write-permission-for-getting-guest-tim.patch
 api-disallow-virDomainGetHostname-for-read-only-connectio.patch
 (Closes: #926418)
 .
   [ Andrea Bolognani ]
   * [453f85d] Rediff patches. The patches
 security-aa-helper-allow-virt-aa-helper-to-read-dev-dri.patch
 security-aa-helper-generate-more-rules-for-gl-devices.patch
 security-aa-helper-gl-devices-in-sysfs-at-arbitrary-depth.patch
 security-aa-helper-nvidia-rules-for-gl-devices.patch
 virt-aa-helper-generate-rules-for-gl-enabled-graphics-dev.patch
 are included in libvirt 5.2.0 and have thus been dropped.
   * [a4294ef] Bump symbol versions.
   * [68394f6] Add tests-Avoid-writing-into-HOME-during-virsh-snapshot.patch
Checksums-Sha1:
 34b5948ec547cb74ba5fb7adc4caf860912f6dd8 4355 libvirt_5.2.0-1.dsc
 9cb7988e2f436b25b73842fb53e43b801e01b8b9 14992888 libvirt_5.2.0.orig.tar.xz
 37bd8d02f3d24174fcc5bbe30de8e32742213451 70292 libvirt_5.2.0-1.debian.tar.xz
 8fac173b9fd9c96545286740901267c3db290f1a 528620 
libnss-libvirt-dbgsym_5.2.0-1_amd64.deb
 634811cd6ba1d4cb0704227646b4822814442520 199048 
libnss-libvirt_5.2.0-1_amd64.deb
 af7eb870f3f62e8879dfb37b4094d1044f969960 2195704 
libvirt-clients-dbgsym_5.2.0-1_amd64.deb
 05545e3830529b309273ccf13556fcf610d1a4f2 709840 
libvirt-clients_5.2.0-1_amd64.deb
 5ca7a644403425c5ec4fe50a2d2be29fc951a950 13208692 
libvirt-daemon-dbgsym_5.2.0-1_amd64.deb
 3ac8f00f11513f2eaf965aa9523b08932b0991d9 422524 
libvirt-daemon-driver-storage-gluster-dbgsym_5.2.0-1_amd64.deb
 7902d235179f967f0be596ea8ad12cd32bf422d1 115584 
libvirt-daemon-driver-storage-gluster_5.2.0-1_amd64.deb
 ee70419278a647b6cbf5d40539ebbc695a95b6cf 252104 
libvirt-daemon-driver-storage-rbd-dbgsym_5.2.0-1_amd64.deb
 9cc8c44505c4dee1086e80020c31557ca3dad17e 113172 
libvirt-daemon-driver-storage-rbd_5.2.0-1_amd64.deb
 7977e73e5c262ec1a46cbc2e906b32b3c1779638 217932 
libvirt-daemon-driver-storage-zfs-dbgsym_5.2.0-1_amd64.deb
 218f0f0ff7317fd433efc212f0cf9e394a7f3b2a 105636 
libvirt-daemon-driver-storage-zfs_5.2.0-1_amd64.deb
 7a35d3c3cb79272c9b29acf648a71e00c67854dc 104072 
libvirt-daemon-system-dbgsym_5.2.0-1_amd64.deb
 6f32a03ed9c7f1156094bd6acde08228a9dfbde2 118684 
libvirt-daemon-system_5.2.0-1_amd64.deb
 13f089b581b850676318d2ec6a95a649d3c5fdc9 1829608 
libvirt-daemon_5.2.0-1_amd64.deb
 b6f652dd715c9bb021f6fafd706916a5b46349e3 193500 libvirt-dev_5.2.0-1_amd64.deb
 230c41ede559d2a0b6448263ed5b34d5cb55edc3 1303480 libvirt-doc_5.2.0-1_all.deb
 6d76617da9a41425143449d3859606145247f0e3 221984 
libvirt-sanlock-dbgsym_5.2.0-1_amd64.deb
 d75a2c48e8496b899792215ac73c9eb6ca8a6852 110760 
libvirt-sanlock_5.2.0-1_amd64.deb
 8da900371a14f86f43eb0be2d80518365bb59dce 333548 
libvirt-wireshark-dbgsym_5.2.0-1_amd64.deb

Accepted libvirt-dbus 1.3.0-1 (source) into unstable

2019-02-10 Thread Andrea Bolognani
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Wed, 23 Jan 2019 18:04:41 +0100
Source: libvirt-dbus
Binary: libvirt-dbus
Architecture: source
Version: 1.3.0-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Libvirt Maintainers 

Changed-By: Andrea Bolognani 
Description:
 libvirt-dbus - libvirt D-Bus API bindings
Changes:
 libvirt-dbus (1.3.0-1) unstable; urgency=medium
 .
   * [5145a3b] New upstream version 1.3.0
   * [28200d6] Drop fix-make-check-for-root.patch
   * [a399d00] Upgrade libvirt-daemon-system from Suggests to Depends
   * [77f9984] Add dbus-session-bus to Depends
   * [31e933d] Install upstream release notes as NEWS.gz
   * [5612ba1] Update Standards-Version to 4.3.0
Checksums-Sha1:
 ee3255a77fa9c28ec71e1455a0b4da6c85c5417f 2451 libvirt-dbus_1.3.0-1.dsc
 14e62f4491467874deac075f247a1f1c2db5ca1c 287560 libvirt-dbus_1.3.0.orig.tar.xz
 850cf729c0095a55d43c8577fb1c8ef86a878b9b 833 libvirt-dbus_1.3.0.orig.tar.xz.asc
 e87249e591101b66501fd34aa34b9a827ca5de38 7292 
libvirt-dbus_1.3.0-1.debian.tar.xz
 502bc035d3fc712ee946518a7cc8df55530d3c3d 7336 
libvirt-dbus_1.3.0-1_source.buildinfo
Checksums-Sha256:
 c5522b850bc6f419569371178c8a7959f7def4fb357eee346b4c5a083210d0b9 2451 
libvirt-dbus_1.3.0-1.dsc
 307898b009cedee79d38000bf844559f320ada6e9fa959122230f63db253f545 287560 
libvirt-dbus_1.3.0.orig.tar.xz
 09696199c986c3b500cac214cef7c2aa41177d0dad31e2554d2efa5901db7007 833 
libvirt-dbus_1.3.0.orig.tar.xz.asc
 9cd722aef1ef437588da4148c62c6b5d80a2c410ac59f14ee8f0bd379cedefc1 7292 
libvirt-dbus_1.3.0-1.debian.tar.xz
 101324e671c62e024ca5a5ec3ef43a8e5423efb0df5542d3d35201d3f5a3 7336 
libvirt-dbus_1.3.0-1_source.buildinfo
Files:
 6bba4e0f344b77f54b2a151e98bda052 2451 admin optional libvirt-dbus_1.3.0-1.dsc
 440d622649ae15d3eecb77695c4cacce 287560 admin optional 
libvirt-dbus_1.3.0.orig.tar.xz
 3b1480549570c9bdc186521041088a08 833 admin optional 
libvirt-dbus_1.3.0.orig.tar.xz.asc
 974023ca10853c41ae56ff4ff91a8b5c 7292 admin optional 
libvirt-dbus_1.3.0-1.debian.tar.xz
 66b6cc2eabcf103c8d221dba0ef98b0f 7336 admin optional 
libvirt-dbus_1.3.0-1_source.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCAAdFiEErnMQVUQqHZbPTUx4dbcQY1whOn4FAlxf8asACgkQdbcQY1wh
On6bQRAAnPNNB3zLJjjEGTLcNbQjWLvd83kN8YhvBBrj3fhXHOuGbb3DedZN06Ig
NTMhBGT6hBP5CwGUoFHtEqHQgGQDljVWjRLij0/vKUa91dpGWRbxT5ZxwwT/+0om
GEjWp7PEaaJKS3+NVIGogK8TG9DyEeStjfRr3NmVEXRwmt8kd/ZBgoO+Yep3WQ2P
rn9bM99dkBl6+yU91dC0pJuVd0a4JvcxO2m0E3cRnMucwyP9QGj+OC3VmJ5JDM+1
u25B6k9x+NgApJb2NfQJoM4EfavAXf4e+p6MYVaO8o8Hq1VA7gpcrpnI56PAd3xU
8wRxtmfCDpK/jZaWMc6/wPjnnQgXiTkndBPq2csVSsO4VaoYJmEOt1TLo1Qdk6hu
woOjN5biIJg3rMk7FAJuuaR8IA/wadB0eN2TSkOBGhwFR8hqtCibHbpMxzaNTwul
0q+WLZnBoino2XxhJWGzg96OVyvpkM6ic4knP5kpng4r9autZ+ET8tuZW9eNlVfs
drVFrcdOCU4I/Cry9CaZvHwup26levchL64QQNrdrbz8x8D6DYJZ4dH7tgcVySFP
p4AWKmXvtBQdYgy0Xqf+xFHyq+M8l3x8H9o94lEuxKpqH73vS55ybhrHTs81SOFQ
LopbVOHpGApTdH4yHD/pA+/S/OxfhSiZdrfa1mjRts+BFkpgrto=
=Y1y1
-END PGP SIGNATURE-



Accepted spectrwm 3.2.0-1 (source) into unstable

2018-09-29 Thread Andrea Bolognani
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sat, 29 Sep 2018 15:32:14 +0200
Source: spectrwm
Binary: spectrwm
Architecture: source
Version: 3.2.0-1
Distribution: unstable
Urgency: low
Maintainer: Andrea Bolognani 
Changed-By: Andrea Bolognani 
Description:
 spectrwm   - dynamic tiling window manager
Changes:
 spectrwm (3.2.0-1) unstable; urgency=low
 .
   * New upstream release
 .
   * Patches:
 - U01-install-more-files.diff
   - Extend upstream's build system to install additional files
 such as configuration files and documentation
 - U01-add-keywords-to-desktop-file.diff
   - Dropped (merged upstream)
 - D03-skip-compatibility-symlinks.diff
   - Dropped (no longer needed)
 .
   * Other
 - Update Standards-Version to 4.2.1
   - No changes needed
Checksums-Sha1:
 03a6b10cefc4a914b8c84f9ef80edd48a55ca112 2148 spectrwm_3.2.0-1.dsc
 fa16b02c720ac13264d7e9ba9d3c81d75e8b47c0 150691 spectrwm_3.2.0.orig.tar.gz
 2ec279557d3e66246dd8b83a1c1b3037b593e302 8808 spectrwm_3.2.0-1.debian.tar.xz
 3978f2c0481f26c2f4a8f09c3c08ef0dfec120bc 8234 spectrwm_3.2.0-1_source.buildinfo
Checksums-Sha256:
 48a702dfa1d8ab18c1c08b41f5c2d36d7c59d253e8ce9d7f880ba533fb3994cb 2148 
spectrwm_3.2.0-1.dsc
 fb800442620f762de68a236ef9a7278d8b8ef6da5c1b6edbc0c89b1e6e95ef7c 150691 
spectrwm_3.2.0.orig.tar.gz
 df5a196861184a924d9eb934516b4ae0f1668f4c1f0c44ae39a83800503e2d86 8808 
spectrwm_3.2.0-1.debian.tar.xz
 49e65598424dc97e5dad231cc46e5ca031e081518c529e78664853c690e6f581 8234 
spectrwm_3.2.0-1_source.buildinfo
Files:
 47caa76b8c0e64797e2c0c7879aaa1ba 2148 x11 optional spectrwm_3.2.0-1.dsc
 a20087d2d0b9cc2ab6c02c44b98116e0 150691 x11 optional spectrwm_3.2.0.orig.tar.gz
 5b8bf4d5dc860bd62d11d63aa5c9ca47 8808 x11 optional 
spectrwm_3.2.0-1.debian.tar.xz
 ea898c1274209c4126360fd226f8a0b4 8234 x11 optional 
spectrwm_3.2.0-1_source.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEO48t9niVypx3EjLf954fxUKFg6wFAluvgQIACgkQ954fxUKF
g6xl9w/+Ob5xf0HAfq5pu+3w80AaHcRiilCWZhxL1AzwVNpyuD7DitqZiNll3z68
bxeSrjpZNgwLJT4QWMM6V8d2WjQdZpGt5phIMW3vBUVs3dkXGUC+PrEUmlF7XFIu
+3YXNG/7oFYkTp5k0Ha3OcFppRlyvXcWbpQRmrRf/DWH1951qC5zjF61MMGInQ96
olxqKvY1BQ2B5mYhowCVh/DRQVKeevHaq8wrNLAJQ3LZHhj5nEbUaEjV0vUzbQW2
PTLzpAmyFy3Ojqf8A0P8evFBOw1tPYrNGJC4WGTGfVuaJuBhLbRu6GfYZEqAGTrD
IU5wS25FnDPbIeBvmPZvegMpxPQEwSi7nSqY98em50VZYHP78hl2BQSXeb9op8sj
hK809EHqwJeN4mmlxZtIR1PLSIID/yOOiERxEcPSbi1SSxQz1ZejcdLsQRbpoz5E
qOScMTbNt23TGoX8HMMHdZciZ33XXlbLWnbfH1uepGzH4igCr86Nr9gOq/WWuoNZ
Fh2oQCrg9f+sUyXp+3pzXHt+i01rdiYzp1nGVlCqkGh7iyewbtPcFp5df9KiLdpv
I9FrQOGPnXH/y/QyFteq/+a26Il0x2wEvSlYEn1xrx0Dvbm8g4NMby4grYG7bdSb
0/mG6mU8onpttzCrZcGT5YrV8CVAV+sLFHSphOxXKwEeZJHBEg0=
=FCNG
-END PGP SIGNATURE-



Accepted libvirt-dbus 1.2.0-1 (source amd64) into unstable, unstable

2018-07-23 Thread Andrea Bolognani
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Thu, 19 Jul 2018 01:33:15 +0200
Source: libvirt-dbus
Binary: libvirt-dbus
Architecture: source amd64
Version: 1.2.0-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Libvirt Maintainers 

Changed-By: Andrea Bolognani 
Description:
 libvirt-dbus - libvirt D-Bus API bindings
Closes: 901733
Changes:
 libvirt-dbus (1.2.0-1) unstable; urgency=medium
 .
   * Initial release. (Closes: #901733)
Checksums-Sha1:
 e0a9ca68e9bdd63244c270b406a1b36749de8335 2451 libvirt-dbus_1.2.0-1.dsc
 6a7f476bc8343256e69f34642df6070be4e37b6c 28 libvirt-dbus_1.2.0.orig.tar.xz
 e4e3218fea66ac8e6442378d46bf64e992850d5b 833 libvirt-dbus_1.2.0.orig.tar.xz.asc
 98e526ff2052197c5c7feab3cdc742c71f8fb4d9 7448 
libvirt-dbus_1.2.0-1.debian.tar.xz
 c0ac8a9848669365d65841244f1fcbed3e975db4 183256 
libvirt-dbus-dbgsym_1.2.0-1_amd64.deb
 5efe9fdef44d503655679154a411b626573eabb3 8419 
libvirt-dbus_1.2.0-1_amd64.buildinfo
 64f316ab1f93f779aa9e3297fbbe628cd79b5b11 52044 libvirt-dbus_1.2.0-1_amd64.deb
Checksums-Sha256:
 b4bc5bb8620a3221ce62878dc704c7a401523b4d0651183eb575c48b3626e700 2451 
libvirt-dbus_1.2.0-1.dsc
 080e226f1579adc59e2a6d744a3da06afffeaed47c37d38782cd272bc9ccba9a 28 
libvirt-dbus_1.2.0.orig.tar.xz
 415c21b65c57df965c5a8c8a86a43176a899f19eb28b3d3579f89720b9ffa783 833 
libvirt-dbus_1.2.0.orig.tar.xz.asc
 0051c71687814dcf4edced37133953eb30aa0e7036e90c8ad6214e8682d472ff 7448 
libvirt-dbus_1.2.0-1.debian.tar.xz
 7cc8f40004d8d711b934cece7d9300dccfe7ac3c94b722826f11efbfb4d7449d 183256 
libvirt-dbus-dbgsym_1.2.0-1_amd64.deb
 60463e0b5b39a5a13217911444353e59d727a1e9e1e435dba47fd45225b5b0f1 8419 
libvirt-dbus_1.2.0-1_amd64.buildinfo
 5083bd932ff32c8bc3a5bf21fecd15a44246e24122d64d36110d0af0e9fe94f8 52044 
libvirt-dbus_1.2.0-1_amd64.deb
Files:
 d1553541c9056d982e03a87e41c89d99 2451 admin optional libvirt-dbus_1.2.0-1.dsc
 621433944da96f1fabc7a44cdb81df9f 28 admin optional 
libvirt-dbus_1.2.0.orig.tar.xz
 d4a8c4237d249db1212b67836c939193 833 admin optional 
libvirt-dbus_1.2.0.orig.tar.xz.asc
 88cbca5025fab16cc3576b5c3839fd85 7448 admin optional 
libvirt-dbus_1.2.0-1.debian.tar.xz
 314245f9ab2e836c6e82a0aff705dff6 183256 debug optional 
libvirt-dbus-dbgsym_1.2.0-1_amd64.deb
 ed3e7b371cfee13889dacc4edbfde749 8419 admin optional 
libvirt-dbus_1.2.0-1_amd64.buildinfo
 6476e1bade618e1cbe58e84ea2fa7d49 52044 admin optional 
libvirt-dbus_1.2.0-1_amd64.deb

-BEGIN PGP SIGNATURE-

iQIzBAEBCAAdFiEEvHzQcjh1660F3xzZB7i3sOqYEgsFAltUXEsACgkQB7i3sOqY
EgstPg//b+KcpaJTUbXBCwqAksnHyPfmd0miQzEgOvO3HxwLsRD7T0Yjk94bhZer
CLLUucFBc6GrAb0lX9u1ghb0y9kOFT2SsbhO5Y7tCIkJktsBEhZMMdO2rYbd6Ykl
e5EC5DpOsFmIdWGc3mF7WNrI5zmcqPRsvfXARqrRu9LXRGlKYqTwJLGypllDM4IL
ucodWUK+rbuEkvAv8jq5D1Rw3ykUr8qUrJ5TlOxwDLPMayLtMfrk4EB/h9WU1Lgj
7/1SAhkD5VqzbErCaiJwRRhbkI+HSXaClkDfas88gDXS8FRrUg1Ic4ol7YfU2dNu
4HzINRPKSevbQbLtRHdrfIfAkJBY+u9sSXrKlk9ikbw/C5ZYelYtFDBDf0ftyUaz
88FFcFgQjsS34Jjo79d4auIavqvYHTVArrKpRPKVgrN5w6NdZLyWdbbFUvyrkN/O
yfunJ6yBdjHyDZVL8jQFi4Zq0VsL6voSgevwSfkK2aFM/Wzp426hg987KuBWhYBH
8VMcLI8anyWuYXs6sim/3/t+pJBmIuVwB61kMeosvKFQlnEkWkpJxr/yS+LGc0eX
iHx8RTaGt00oV3YtsvYHKH7+07YsYoVvnCOFSCmUcYuqk9VleTho5fI+QqZzt7Tv
FVdfUPq6cP4ho/kSzf7Jwy0MskdkyUuHXotZ4Mb30OGFinSzTv8=
=/Akq
-END PGP SIGNATURE-



Accepted cattle-1.0 1.2.2-3 (source) into unstable

2018-07-01 Thread Andrea Bolognani
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sun, 01 Jul 2018 17:05:08 +0200
Source: cattle-1.0
Binary: libcattle-1.0-0 libcattle-1.0-dev gir1.2-cattle-1.0 libcattle-1.0-doc
Architecture: source
Version: 1.2.2-3
Distribution: unstable
Urgency: low
Maintainer: Andrea Bolognani 
Changed-By: Andrea Bolognani 
Description:
 gir1.2-cattle-1.0 - Brainfuck language toolkit (introspection files)
 libcattle-1.0-0 - Brainfuck language toolkit
 libcattle-1.0-dev - Brainfuck language toolkit (development files)
 libcattle-1.0-doc - Brainfuck language toolkit (API reference)
Changes:
 cattle-1.0 (1.2.2-3) unstable; urgency=low
 .
   * Update Standards-Version to 4.1.4
 - No changes needed
   * Adapt watch file to new download URLs
Checksums-Sha1:
 e865a2263616ff17911952c9fba88014f33c661b 2299 cattle-1.0_1.2.2-3.dsc
 02c070a3f863f9c97f1e38b8ce14103d1a46f903 8140 cattle-1.0_1.2.2-3.debian.tar.xz
 0ac38f9897fcb4e7767877346f5c20235110207b 8211 
cattle-1.0_1.2.2-3_source.buildinfo
Checksums-Sha256:
 28de8586465f6aeae443f05cfa39f1c805c5760298b76b25d446c32f7f9ba0bf 2299 
cattle-1.0_1.2.2-3.dsc
 41b19565cac93b86d0d8ca82c33a4adbf5c704875f5acad74150665c676f635d 8140 
cattle-1.0_1.2.2-3.debian.tar.xz
 5f0b08cd45760e153c0dc0b937b4cd338ce924fc0f5b4563d35250d547f1d9e0 8211 
cattle-1.0_1.2.2-3_source.buildinfo
Files:
 8defbc722506e248146411892f28f7df 2299 libs optional cattle-1.0_1.2.2-3.dsc
 6140f389aec321874c971600af138a61 8140 libs optional 
cattle-1.0_1.2.2-3.debian.tar.xz
 71443747b6064b10b00afc8a99c3094a 8211 libs optional 
cattle-1.0_1.2.2-3_source.buildinfo

-BEGIN PGP SIGNATURE-

iQJDBAEBCgAtFiEEO48t9niVypx3EjLf954fxUKFg6wFAls49rcPHGVvZkBraXl1
a28ub3JnAAoJEPeeH8VChYOsT3IQANM3qW1xKfY69Mpxr5rbcXSiqdOK3vtREeHR
fYWOQMo/7Xg6onaRgclUFHMV9mdTBrTQGoutsKTQ2lwcjdWApnIFLC5h5dYrt4wv
DuE6yKHXTvub+oyYCl5PwSx4LuY26K7pzoWm6EPeAKzsS5dRycyUEiWvmvb+RUwA
8TZmXyUTu+TSq/hFQhC0EVcFz8l1RknzYmWzqhlUmEqFtIJVUJXGCOdji1YrlcLO
AXZHqEl1Rwl0895Y7FZkuQXVgQGDUVYNUEheCG6c2w5NIVKc7wNcmsn7Xq6k1LnU
CvdQufRVtYvD+PrOAXTOXeohp6kluW+L6S3d8U//7UfAZ59ifIYi9LQfllRqrqj7
OYWjJJ9Gpc+50riOWy1UAEyLr/D1hZnGFcvTgbb5UJ+VUfkbybl7s7yzuUhQwjn8
MSJrZa8cpMNgtSI5jfbAmhuvlUn09lKRbTeyOGpIARIi618bFwRM6Z/SpHcjMXan
LsOQh1ekAgN3YsnXSJLeduXUNewmsyYUXO0NBcB5ELZ+MBPRoT07E6P7cuPrvZiH
rYbEDhyCm1gDtPk4Ucac/XMk1dXcdTGrhU5LuWMRcT7NsUjjzrlqCJqBgM6n3vyX
hzgglRqmC0yr5JvVoSwgpRQDZVRh7o2fnLvJ/ekAaJjrX1jR9AEHmmopEMK2Pmiz
XveyA8CP
=/NYS
-END PGP SIGNATURE-



Accepted beef 1.0.2-3 (source) into unstable

2018-07-01 Thread Andrea Bolognani
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sun, 01 Jul 2018 15:05:57 +0200
Source: beef
Binary: beef
Architecture: source
Version: 1.0.2-3
Distribution: unstable
Urgency: low
Maintainer: Andrea Bolognani 
Changed-By: Andrea Bolognani 
Description:
 beef   - flexible Brainfuck interpreter
Changes:
 beef (1.0.2-3) unstable; urgency=low
 .
   * Package relationships
 - Build-Depends: on libreadline-dev instead of libreadline6-dev
   - The latter is purely virtual
 .
   * Other
 - Update Standards-Version to 4.1.4
   - No changes needed
 - Adapt watch file to new download URLs
Checksums-Sha1:
 45c9194e536d0fec3ec340c7f6f53a67315738ca 1926 beef_1.0.2-3.dsc
 2c11c28930cfb5e455b3878fa7e8c80763b44f6c 7828 beef_1.0.2-3.debian.tar.xz
 6c3ae9202d6dd814fc9f762ea398cc42f397cdad 6969 beef_1.0.2-3_source.buildinfo
Checksums-Sha256:
 0e8f6087d8c20639bd0db02a605a5b42d361d0dcc432e8f0e7a9b35eae8eaf99 1926 
beef_1.0.2-3.dsc
 b2442bc3defa9f18371939f92bac28036847c672cc8d144c702304696c5c504f 7828 
beef_1.0.2-3.debian.tar.xz
 0a16cfafed09db37d99e81ad336157396a658140d4113c418021cbfed8884462 6969 
beef_1.0.2-3_source.buildinfo
Files:
 b119fe2761851131b208a1a53db962f7 1926 devel optional beef_1.0.2-3.dsc
 438aa857499a5112d570794d6bbc0ff0 7828 devel optional beef_1.0.2-3.debian.tar.xz
 29e2ae51ef16173af8db219680c10df7 6969 devel optional 
beef_1.0.2-3_source.buildinfo

-BEGIN PGP SIGNATURE-

iQJDBAEBCgAtFiEEO48t9niVypx3EjLf954fxUKFg6wFAls460QPHGVvZkBraXl1
a28ub3JnAAoJEPeeH8VChYOsf80P/j1a3TYnDvMvJU2Ew9aIBsZvVOgvUkvKseTl
XDOgHO68FR17jRxrPXHjr++3TOt4SaTnEGSZM5T9CqzXG9/6YOVAED/cIcZGV9Bo
r2Dh7YWZRVIYJVEgq+JyB3o4PUaNf2k+wPs4S8DY1nxBc5C+nKGVzuW4rxekQwGf
beuAAioXDgAayM7YqcMtjLbAJIo1vWXuSU6Tcp6TBwuA3KH0c6ouw6eVjfyB3mrG
lKdfDcMZGiqAi4g6QfOScIjhfKXCveIN8RPaGlLc7W0uNLp9NIJKcg5O+9j+8jK8
8ADHgEiBSkNVDkZ/CNjkZmle7/PqSoJTU6/UIXkSwbpQ+FYvofJ3yUzj0GsU+1DH
mmJZQ/9h+OjwHj8Zws5AlNNI3awhkDSD9LMhhkCG1LIL0CFJc/ttNf1TuIPqsR4S
508PKZs88uY6TFQ53JSHBACifA562BD5bx0aXvYa+Zwy8vBJx7vXGaf5Ior1QAeU
dz92FxQZpJ0BaLjy/hEGX2oyUpK7P06wnOBhHzvW+cWBQEgWy439uEjH0dTJrrly
Zyn3BIDswo39beS+joRmtrw+d1Irm+qUwol7YTiipLiFlUwi4Jgd+5JjTCjeSKst
FQIs5NjaNHD89DkQRPI4AVwGEJz6nMHAt+Oe/VRTUEbEc6S+L6QfcOwVM71W54CQ
CeEgXmhx
=uNxM
-END PGP SIGNATURE-



Re: Please do not drop Python 2 modules

2018-04-24 Thread Andrea Bolognani
On Tue, Apr 24, 2018 at 11:17:08PM +, Jeremy Stanley wrote:
> On 2018-04-25 01:05:59 +0200 (+0200), Andrea Bolognani wrote:
> [...]
> > So you could say that RHEL is taking the approach described above -
> > having a transitional period where both versions are available side
> > by side - with the only difference being that Python 3 is currently
> > not delivered through the same channel as Python 2.
> 
> Given that "software collections" provides a containerized Python 3
> build and basically none of the rest of the Python ecosystem
> modules outside the stdlib (which would all require manual
> rebuilding against it), this is nowhere close to the same as
> providing an optional Python interpreter within the global system
> context as Debian has done. At least the projects I work on don't
> see RHEL software collections Python 3 as remotely supportable.

Fair enough; the point about distribution with lifecycles closer to
Debian's keeping Python 2 around for a while after switching their
default to Python 3 still stands.

-- 
Andrea Bolognani <e...@kiyuko.org>
Resistance is futile, you will be garbage collected.


signature.asc
Description: PGP signature


Re: Please do not drop Python 2 modules

2018-04-24 Thread Andrea Bolognani
On Tue, Apr 24, 2018 at 10:42:15PM +, Jeremy Stanley wrote:
> On 2018-04-24 22:39:48 +0200 (+0200), Andrea Bolognani wrote:
> > To give a concrete example, Fedora switched to using Python 3
> > as the default several releases ago[1]; despite that, Python 2
> > is still available in the archive, and will get pulled in when
> > installing software that (regrettably) hasn't been ported yet.
> > 
> > The same is true for FreeBSD and, I believe, Ubuntu. I'm not
> > familiar with the approach other distributions and OS are
> > taking, but I would expect it to be fairly similar.
> [...]
> 
> Rumor has it that RHEL 8 will be dropping Python 2 while (finally!)
> adding Python 3. Much of that is fueled by the Deprecated
> Functionality[*] section of the RHEL 7.5 Release Notes wherein it
> states, "Python 2 will be replaced with Python 3 in the next Red Hat
> Enterprise Linux (RHEL) major release."

Two paragraphs below the text you quoted:

> Note that Python 3 is available to RHEL customers, and supported
> on RHEL, as a part of Red Hat Software Collections. 

So you could say that RHEL is taking the approach described above -
having a transitional period where both versions are available side
by side - with the only difference being that Python 3 is currently
not delivered through the same channel as Python 2.

-- 
Andrea Bolognani <e...@kiyuko.org>
Resistance is futile, you will be garbage collected.


signature.asc
Description: PGP signature


Re: Please do not drop Python 2 modules

2018-04-24 Thread Andrea Bolognani
On Tue, Apr 24, 2018 at 12:29:54AM +0200, Thomas Goirand wrote:
> Looking at other distros is interesting. If I understand well, they will
> never have Python 2 and 3 interpreters in the distro, and will
> completely switch from 2 to 3 at once.

Unless I'm misunderstanding, I don't think you're correct.

To give a concrete example, Fedora switched to using Python 3
as the default several releases ago[1]; despite that, Python 2
is still available in the archive, and will get pulled in when
installing software that (regrettably) hasn't been ported yet.

The same is true for FreeBSD and, I believe, Ubuntu. I'm not
familiar with the approach other distributions and OS are
taking, but I would expect it to be fairly similar.

[1] https://fedoraproject.org/wiki/Changes/Python_3_as_Default
-- 
Andrea Bolognani <e...@kiyuko.org>
Resistance is futile, you will be garbage collected.


signature.asc
Description: PGP signature


Accepted spectrwm 3.1.0-4 (source) into unstable

2018-04-09 Thread Andrea Bolognani
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Mon, 09 Apr 2018 20:56:30 +0200
Source: spectrwm
Binary: spectrwm
Architecture: source
Version: 3.1.0-4
Distribution: unstable
Urgency: low
Maintainer: Andrea Bolognani <e...@kiyuko.org>
Changed-By: Andrea Bolognani <e...@kiyuko.org>
Description:
 spectrwm   - dynamic tiling window manager
Changes:
 spectrwm (3.1.0-4) unstable; urgency=low
 .
   * debhelper
 - Switch to using the dh sequencer, which actually fixes
   dependencies between targets instead of causing FTBFS
Checksums-Sha1:
 ea95b2637e14b37dbd01e9e85bdb4a4e448271ea 2109 spectrwm_3.1.0-4.dsc
 e9ce97fb99aa4a987da4d125c3445436478f7298 8356 spectrwm_3.1.0-4.debian.tar.xz
 afd403e6d0efe4ff479ac06cecf8d3295375b50c 7895 spectrwm_3.1.0-4_source.buildinfo
Checksums-Sha256:
 c8edd3b56b5f82461a01df37d3d69240f28e6fd107129c238e1574c8185eb11b 2109 
spectrwm_3.1.0-4.dsc
 ca38eb6e14a2d596beafd5bab56a3c42f7c986f66f14d286de91a5251768e47c 8356 
spectrwm_3.1.0-4.debian.tar.xz
 d227751014aae3a7c11d2d870c2077c4cad247fbd07efd0abfdce05dfc2f2604 7895 
spectrwm_3.1.0-4_source.buildinfo
Files:
 a6d16329bb0ff2f2b51eb2683f142468 2109 x11 optional spectrwm_3.1.0-4.dsc
 df297a59658b27145101043c5f493402 8356 x11 optional 
spectrwm_3.1.0-4.debian.tar.xz
 60ce13082ec02cc938cbdcc88c3bceaf 7895 x11 optional 
spectrwm_3.1.0-4_source.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEO48t9niVypx3EjLf954fxUKFg6wFAlrLxD4ACgkQ954fxUKF
g6ycERAAovV3P1zLxI0BLQV6ahudUawzvZV0tXyIqW0wEcgDc6R1SMA7AQpIq5Mg
/Cz3VqDAU9i8D1lEqxu5vx1istkUmZpPddWqFAztnVev63yy0DvcsiV45lG2SFzl
/kEY0dYVXuCTiX1RMNZMxgj6dC7li5uOHVWL5aqX16clLK6NPOxaKPikvUYi9QtO
gtwes33By/s1/AE2Bdk86WeeZgfpnHf/UJfQtL3YaeSA2S/93639LM189EzUWCII
+Xi16uLYCgWL0m4Gz9CwpOiqjR3ounFyf55JguKnKoCPEZ/RFIkaP1cMRZNeMJ1Z
5C6gU18GZLWxeMbYLDazUFvnng0OTMkVI34MS1Lfon/bWF7dgy33OJxGnIpSkHrT
O64MCrGkDm32aF1LtPb+fYpbbLJiF+4wsnqkyuRkowEgrPeDRR4kR8i00Up2TEca
R2h4b6R3+zyKPG74yaZc6zOqIdQk6xBtMOVmhiqatGh8xROpsHrTBrCMUIfaUxvL
ccVU9Csv9K5UCEgwbdW0gEblxjCpdMtS/Ax5+3PV9B65WixOKUUxIjyb41wNJohC
rV3hpuo6QmTpP2rTeNi7mBsnMbMtvfu/7qwabyX3MUdv4TQEbR48fToi/Npv/SAU
ng0WWnJytYFGOfBW1hqwXJD0ZpFMsBwm2cDperZavfGlYppFLhI=
=39yH
-END PGP SIGNATURE-



Accepted spectrwm 3.1.0-3 (source amd64) into unstable

2018-04-08 Thread Andrea Bolognani
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sun, 08 Apr 2018 16:20:51 +0200
Source: spectrwm
Binary: spectrwm
Architecture: source amd64
Version: 3.1.0-3
Distribution: unstable
Urgency: low
Maintainer: Andrea Bolognani <e...@kiyuko.org>
Changed-By: Andrea Bolognani <e...@kiyuko.org>
Description:
 spectrwm   - dynamic tiling window manager
Changes:
 spectrwm (3.1.0-3) unstable; urgency=low
 .
   * rules
 - Fix dependencies between targets
 .
   * Patches
 - U01-add-keywords-to-desktop-file.diff
   - Makes Lintian happy
 .
   * Other
 - Update Standards-Version to 4.1.4
   - No changes needed
Checksums-Sha1:
 2a1bc862816dc25eec68790454a9375af92aaced 2109 spectrwm_3.1.0-3.dsc
 e1757fbb4d6141999165d47d993c7f3b041ea0ff 8160 spectrwm_3.1.0-3.debian.tar.xz
 0396aae55b2bd62500acef9017bce02cbaa1f0d0 133080 
spectrwm-dbgsym_3.1.0-3_amd64.deb
 5b03717f80aa851d3f86cb2e1142d886e5e6a9bc 7803 spectrwm_3.1.0-3_amd64.buildinfo
 9e430797d6804901234278aa1e242d868f39508d 84148 spectrwm_3.1.0-3_amd64.deb
Checksums-Sha256:
 e084fff102d2be7df1c02b97e26cf6e2577866df89945109d7707eefa4442717 2109 
spectrwm_3.1.0-3.dsc
 4ce58ddb07520739a73297b30a17ed67901d32b3ae7e27118339d3fd671f6bb3 8160 
spectrwm_3.1.0-3.debian.tar.xz
 8620920025e00b1b48c6d113b187c2893335e776af36a3e29984e7f63c78b933 133080 
spectrwm-dbgsym_3.1.0-3_amd64.deb
 6ba4a223f2ffa90c8d5c80c1caf3847d23504e3596fa9d8b8ca05e5067d50a43 7803 
spectrwm_3.1.0-3_amd64.buildinfo
 4859ddc7e3ad554f6f246aca7ca6de41ce6d5c3659d9f0fed204ec0b833bc8de 84148 
spectrwm_3.1.0-3_amd64.deb
Files:
 a3029782aabf71cdd91fd0afbba54201 2109 x11 optional spectrwm_3.1.0-3.dsc
 293884362cd8c6d7880874c841af0338 8160 x11 optional 
spectrwm_3.1.0-3.debian.tar.xz
 dead33d102b8d050a411b868697a259c 133080 debug optional 
spectrwm-dbgsym_3.1.0-3_amd64.deb
 c208f18c7824f2942c3c0dd2930bd045 7803 x11 optional 
spectrwm_3.1.0-3_amd64.buildinfo
 34e55a7d9e3f8eddd245c03e570c16c8 84148 x11 optional spectrwm_3.1.0-3_amd64.deb

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEO48t9niVypx3EjLf954fxUKFg6wFAlrKJkcACgkQ954fxUKF
g6x9oA/9FBohyJwHrDIsz8ItE4BB8icZ336/6nLjoWz+ubH1ePBoNyvb0IhxUzAq
dUB8lzEHwEBQG+e/BYmGhfrtCRTMmfxhf1pGB8nBI6GU5P/8LYuwecTMrXqWHZ4o
P4mBtb5HsFEpo61+iM5jss/saezlurQh/Thu05uXYhGuaCyJbKyWVCX3ms5Sg1/z
S0zP4gfmU836uWCwQ49cP9RT+r3ijoNes/RkkQElZtVdWhvYlSe3Z77pzkrh3hYN
9uZZ+TC1Eqklgqo5yrxQ7iHhMAOIyf0UvjfMMlWHWC0XO1lWD3c+fTgqpKw1ziFU
mW8tWTdO0udZtWk0BuGHQeyfBQlqr4f8EefJwO5S74WHZ8N7LgWDmqKXV3Jo281x
r5j3BgCeVeaFcgRvSweCxiqldTFuAUUgPcAXhvQ9un/Wk2UauD7k8sff9kWMahx3
LI48JR8Rpi6uJNgu7U2cfQqo38xxUA2XKv3v86vhIoQTytM/1cW5rNvHWXYyfplz
qLhv0af5bCy6xbTcpReCBy3UkXXMe1vXVq74Reu7S3x2rjKLO3p+7WnEoV/IPv/+
eIehuGv33XCys4CqmSR3af4KHN7HWrTRioqvj2RNN6N9DTj4nwBtcudLwttmOuNh
Gu0qZNnYswhP7i97o+5fLBmWQ8XbEJI6tuk0xq0kqt0bZBXYAjo=
=suEx
-END PGP SIGNATURE-



Accepted rhinote 0.7.4-3 (source) into unstable

2018-02-19 Thread Andrea Bolognani
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sun, 18 Feb 2018 19:08:49 +0100
Source: rhinote
Binary: rhinote
Architecture: source
Version: 0.7.4-3
Distribution: unstable
Urgency: low
Maintainer: Andrea Bolognani <e...@kiyuko.org>
Changed-By: Andrea Bolognani <e...@kiyuko.org>
Description:
 rhinote- virtual sticky-notes for your desktop
Changes:
 rhinote (0.7.4-3) unstable; urgency=low
 .
   * debhelper
 - Switch to compat level 11
 - Use dh-exec for installation
 .
   * autopkgtest
 - Add smoke test
 .
   * Security
 - Use https:// for upstream URLs
 .
   * Other
 - Update Standards-Version to 4.1.3
   - Stop installing menu file
   - Use Format: https://... in Debian copyright file
 - Permit Rules-Requires-Root: no
 - Point Vcs-*: to salsa.debian.org
Checksums-Sha1:
 16225e60c5c839f49e5ad885a39ad04bbd65d195 1880 rhinote_0.7.4-3.dsc
 c53b8d8c30188b5d3604c4194c530cdb92f2077e 6868 rhinote_0.7.4-3.debian.tar.xz
 b1124d8fc15158880e37a6752b8eadd2827b8795 5281 rhinote_0.7.4-3_source.buildinfo
Checksums-Sha256:
 35d5470f037b0dc69e2a2b2e10a817a4c5952bb3d96932c2a0fcaab398b34235 1880 
rhinote_0.7.4-3.dsc
 b35bfa04a5b9e0847fc611585ad12f569bc4264b2e42398263c8d061979f3cb8 6868 
rhinote_0.7.4-3.debian.tar.xz
 e644ab46155116a49fb0f0c2e4f8632fbd0feb4e9a8a8e05e11deca719a11707 5281 
rhinote_0.7.4-3_source.buildinfo
Files:
 db207cd5209e39fb9410137a84d1dd57 1880 x11 optional rhinote_0.7.4-3.dsc
 7de1efc741aba911bc0328b73ed01550 6868 x11 optional 
rhinote_0.7.4-3.debian.tar.xz
 72d4685015c57c3a0de6479675022390 5281 x11 optional 
rhinote_0.7.4-3_source.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCAAdFiEEsxMaRR2/33ygW0GXBUu7n32AZEIFAlqLIHkACgkQBUu7n32A
ZELlOBAAoFDfYqPilfsBSyOG79floc33Yz8ZUexk3zzwU3uhS/M184DcL2jpLzYJ
+mR2vJl73QaQNel1qwp7HtqoqdZZHMwATgvXqGYpj/Rdy7X1EX7xKyD7l4CcvEL0
Lwl2GJCUjlr+/eZaA4dVbeBljGw6WeXT5XFaz6ZpWeWA6Sgykb+qItqFivAq0GBh
jD2QVr1ebRZ/rX2qpi+8N6ZwfBs5fWE93f1b7d4r4SsnRqI7xqgjRkuarM2fpbwE
5pGvWdo5Jx0Gy3K3wh4MfeYIxOVLPhQGwBtCyrbWVubP7Pz13dBeKpRFzYn/KroD
JMobnDPvcXSNMXavURqQn/GUhoz1Srqn/QP85s/+9lBRstaMQINB09NNAa5ldoE4
EdzF8As1ym7/B5LKBa/EIS1ebJMsIflo1KBilImI/KmCeta5K1CqCdGtw74EXlnG
Oj3XAPnKLBI0Y3LRN3kWEcbXpLHlUAz9c93w5Zl9eL9hQ48tDOFSV0CkAp3bnWUS
nlhwlGfLvoTtNiTh1+p4U/49Rnp7sAmBDHkxfenEghFd5S/COSYZ1wFXmbkCJ5lP
pqcoxUILOdZpUHFPqtUtAKmuCoKBDy2cBv8481Gzx3is3OlynAR/UDM+cy2PCYKV
mQ8cp+SP2r85HOkDQ1vvMnv9fKG56l3D+H+6rjBrnK52Wg/bfTE=
=nb1a
-END PGP SIGNATURE-



Accepted spectrwm 3.1.0-2 (source) into unstable

2018-02-11 Thread Andrea Bolognani
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sun, 28 Jan 2018 18:18:45 +0100
Source: spectrwm
Binary: spectrwm
Architecture: source
Version: 3.1.0-2
Distribution: unstable
Urgency: low
Maintainer: Andrea Bolognani <e...@kiyuko.org>
Changed-By: Andrea Bolognani <e...@kiyuko.org>
Description:
 spectrwm   - dynamic tiling window manager
Changes:
 spectrwm (3.1.0-2) unstable; urgency=low
 .
   * autopkgtest
 - Add smoke test
 .
   * debhelper
 - Switch to compat level 11
 .
   * Other
 - Update Standards-Version to 4.1.3
   - No changes needed
 - Permit Rules-Requires-Root: no
 - Point Vcs-*: to salsa.debian.org
Checksums-Sha1:
 3534db6584074211c8a7491c2a804fadd7876232 2109 spectrwm_3.1.0-2.dsc
 a8b1ca92a385603d1e336532a31ac133113cca77 7832 spectrwm_3.1.0-2.debian.tar.xz
 4742c871d23b00e9940eaff077ab8bf16aed1a01 7159 spectrwm_3.1.0-2_source.buildinfo
Checksums-Sha256:
 dc2f5ef55ec382ec6cd4c1576914c3b3bbb10ac037b8faabb5755a50f109e258 2109 
spectrwm_3.1.0-2.dsc
 50157bee107269f0908b2aa2856c1a451d85d8ff79f414ba3a9a3d246d3c8e37 7832 
spectrwm_3.1.0-2.debian.tar.xz
 3390987d604a347229e20b309dcf981cd1fa2de4144af92204d38eadc9b2f88c 7159 
spectrwm_3.1.0-2_source.buildinfo
Files:
 fd710676295226f33cb9539614301fdc 2109 x11 optional spectrwm_3.1.0-2.dsc
 b0117da623551a58ba656b92d2b95f01 7832 x11 optional 
spectrwm_3.1.0-2.debian.tar.xz
 5af82a932764ebad102202f5e75d4ff8 7159 x11 optional 
spectrwm_3.1.0-2_source.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCAAdFiEEsxMaRR2/33ygW0GXBUu7n32AZEIFAlqAAAEACgkQBUu7n32A
ZEKt7A/+IqLhq/a6B0vqhkX1OVKLupWW+0jipspu6gDvtZAnphUII6ljgF7kO+9R
HViqJQP2RAWBBsiYSlRJIiwWYo+HpIBVQ97MWMnfB78ihQCa5FLgCh7w5xZIJ4zw
g+ZesH2hgEC7DMZ4O2K8UHO0vLRwOlNPfWcyU3q2F3rckuOFDaDBvJw8Z27umhyi
1c7f7pCpwuKhXgCgSrAT+q/y7fJgjzExgx+6Cp1v9nPAgUsL5zhwNyXgYktakHWk
XNZ0XccTJCt3ai4YbvdSzYs0unbpdgpFHS1RNRmZGfXNftYDXm1z4h0hW/L7qar8
3TIrWfWQ4tNuLg+zJ7N4shHFbbq987TpRQgXHEvGjT+P5kjxEBenrk2wZPVUNEYL
UJvqKVIevlyWBCDwEQcL5+g+R5KgprKv/WCz0/nJy7o67sw81rm50Zpie41+SPKc
uDVssuSk+RqizRjXK4DeVL52zJD0Iy0tA+zARX6hXVbJhkqaNzS7VB+WxMQHiFWL
KpHPSKF5TgYsrXUbxP/97R1nvujZi0RcQuF1WrcrPjMdRRbhb1+PhZY0hKTzviWw
q1W3MuUderlL1iAXiXmzwO0acJ+Lmk+FBrEbdrMSx1zP+trC4JhDsi5AX3fls1Vi
SNdL7HpNsmMeSSqdcrmWNt/aw3LNwZ3kCOUHCV8pUqkbrfdaJp0=
=2O6+
-END PGP SIGNATURE-



Accepted cattle-1.0 1.2.2-2 (source) into unstable

2018-02-11 Thread Andrea Bolognani
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Tue, 06 Feb 2018 21:42:49 +0100
Source: cattle-1.0
Binary: libcattle-1.0-0 libcattle-1.0-dev gir1.2-cattle-1.0 libcattle-1.0-doc
Architecture: source
Version: 1.2.2-2
Distribution: unstable
Urgency: low
Maintainer: Andrea Bolognani <e...@kiyuko.org>
Changed-By: Andrea Bolognani <e...@kiyuko.org>
Description:
 gir1.2-cattle-1.0 - Brainfuck language toolkit (introspection files)
 libcattle-1.0-0 - Brainfuck language toolkit
 libcattle-1.0-dev - Brainfuck language toolkit (development files)
 libcattle-1.0-doc - Brainfuck language toolkit (API reference)
Changes:
 cattle-1.0 (1.2.2-2) unstable; urgency=low
 .
   * Changes to package relationships
 - Downgrade pkg-config from Depends: to Recommends: for -dev
 .
   * autopkgtest
 - Add smoke test
 .
   * debhelper
 - Switch to compat level 11
 - Enable gir addon
 .
   * Security
 - Use https:// for upstream URLs
 - Add GPG signature verification to watch file
 .
   * Other
 - Update Standards-Version to 4.1.3
   - Use Format: https://... in Debian copyright file
 - Permit Rules-Requires-Root: no
 - Point Vcs-*: to salsa.debian.org
Checksums-Sha1:
 6596db79f41f39264ac96bcd61ff021942d286ab 2278 cattle-1.0_1.2.2-2.dsc
 28db071b0d2ce4ac2c83dbf0681c92ad11e92ef0 9152 cattle-1.0_1.2.2-2.debian.tar.xz
 a56e60091be69a754005c1936b22be18e1dddf53 7463 
cattle-1.0_1.2.2-2_source.buildinfo
Checksums-Sha256:
 a30f46ed72d49f9132202a1c383edb67610a276f8fc7f4d889e98dec881c2e00 2278 
cattle-1.0_1.2.2-2.dsc
 c83586754618a4da6d9ad663a68d240156394627ac6c78ac950c0b9f129f8b06 9152 
cattle-1.0_1.2.2-2.debian.tar.xz
 e00da7b7783c32bf8cb335da24ddbddfe72f0b36ecbe9e6562087abe6b0da646 7463 
cattle-1.0_1.2.2-2_source.buildinfo
Files:
 8b1d0b5a38cc28b41432918719f1a9f7 2278 libs optional cattle-1.0_1.2.2-2.dsc
 584b024da3e8de08ecfdf3323403c57b 9152 libs optional 
cattle-1.0_1.2.2-2.debian.tar.xz
 f92969a85c81981ff522f0a48593e7b3 7463 libs optional 
cattle-1.0_1.2.2-2_source.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCAAdFiEEsxMaRR2/33ygW0GXBUu7n32AZEIFAlp/+M0ACgkQBUu7n32A
ZEKEbg//cRhMT7LeqaVbQkXDq1N2JcOMTie4K9X9Q8jeIudDH3ODsA8owQWfAI24
rdAJprMWZ4LSQ8sSU+9wrdp5q4UTpFhHlTJ5FFlnBom/9A2ahYevhlza3KZt43X8
7ExnD7H+78qn8rd+wkb+Bo86RRz0bLmP3PLeSvJTZ9x3vigfkJIImk6KSSku3icz
19E42nk+auoGWCqLK2sHnULRSiUCdoiYb1EWd+ahY7/nCb3WkU3hviGuNJY4VlBr
bZHGA2nyMJFE8UAzDrmF/OlX9hW4hZm94dAAs07ZflzILomoSMXXvurviyinPRht
pNehZuQmW8sQEfkFhEJ5ZIHnCasaTo2WJbwg46G0q0VDI10sl0f4YqOJFfJGADjl
bpxXNK+FG0YoestXEPBDzqKV30eMWVHOGfNiYZwmKll6EPxpXymBYvB1aM3P5Kp7
muqxCN4+4fXfMiyZPIxV1PXBCobyC54fnmlzpwg1ReXZkkKBPmnBq+jrJFiZtN/m
z0Ns8/Vb4BAtRH4flecOfdTxAzVqf1BKQ6KLgjLqjWKUqG5EeN4vbqwmqh9ehCT/
+n2q1tSGOgCHa3Cdxacsht1GOJeNGetkiwgmURUTYROqvHK921FbwoUpt5BrsxYy
QvL+5gHXKqiWc6ISzTxoDhT2rw0EJk/JoIOpAjQLoIkut90WV3A=
=23bI
-END PGP SIGNATURE-



Accepted beef 1.0.2-2 (source) into unstable

2018-02-11 Thread Andrea Bolognani
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sat, 10 Feb 2018 17:21:31 +0100
Source: beef
Binary: beef
Architecture: source
Version: 1.0.2-2
Distribution: unstable
Urgency: low
Maintainer: Andrea Bolognani <e...@kiyuko.org>
Changed-By: Andrea Bolognani <e...@kiyuko.org>
Description:
 beef   - flexible Brainfuck interpreter
Changes:
 beef (1.0.2-2) unstable; urgency=low
 .
   * autopkgtest
 - Add smoke test
 .
   * debhelper
 - Switch to compat level 11
 .
   * Security
 - Use https:// for upstream URLs
 - Add GPG signature verification to watch file
 .
   * Other
 - Update Standards-Version to 4.1.3
   - Use Format: https://... in Debian copyright file
 - Permit Rules-Requires-Root: no
 - Point Vcs-*: to salsa.debian.org
Checksums-Sha1:
 70b403f6c9ccf24544c71f4e2b8cb4837b2ad4bb 1906 beef_1.0.2-2.dsc
 40326fd343f06d33bb371d7811351d67524f2674 8920 beef_1.0.2-2.debian.tar.xz
 b534812499304b72e539fe5a6a76120f156820cd 6310 beef_1.0.2-2_source.buildinfo
Checksums-Sha256:
 d0fa4e9c54d428472cb194f73e7059b6b8b64c3a8975d74fc56aafcc0285e08b 1906 
beef_1.0.2-2.dsc
 e8b353c2796b4ffe9a6d63df567f3bbd510a991eb439b5469028f1e104742248 8920 
beef_1.0.2-2.debian.tar.xz
 fafcbb9c6a0ea6b359f5e8f461cf0c34ff5153e8110adc3ece17ce47f5f1793a 6310 
beef_1.0.2-2_source.buildinfo
Files:
 6be2e9f28a029e4edf5f27dc527d6299 1906 devel optional beef_1.0.2-2.dsc
 b04b930cd36874d09e3fb7842e0b9be9 8920 devel optional beef_1.0.2-2.debian.tar.xz
 0296108f6c0d7b173d5d55b920590e24 6310 devel optional 
beef_1.0.2-2_source.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCAAdFiEEsxMaRR2/33ygW0GXBUu7n32AZEIFAlp/+9IACgkQBUu7n32A
ZEKH1BAAmqGtfOTYjqgt7BEzbAdDjW9VxqvAaEDmvrFf9oc1tHmMFqIZ5ZouzY+H
0MxL9JYCL+qGDXCf7PQNQ2T242vliWIglawi8W82OqX4o0IAQyLH+cQvpBs0Kd1Q
0HD0lage0niszrgHCZNNAyWofo2RVXYQRLn/UX1ONMAXfBt2wCEs9OYIhml0640I
pHl9aotTKMflQcy5cnJGkS/bLTvor+Y25EB8r0VTn74Q3bBlFEMxv7yBg0O+O08t
wgNDRXoMZnXn5XS9Z2QDHqNISWXax8QQCn2udB18BzWTHXvBF89qWr3W3WXpOX55
Jn9Ea7NsckiqPb0+CJa4FgydJgTqHaFk4WSP2ccIWE4tkWZ9a5LEcc6i1PRRSKRa
cmUqkRomzusI6tXo8MXM7E9siLLKDMlf8PrZq5eZFv8UByJU2nWrvMXR5SD/Lk8E
CPkXYd3eWxA2kc19J2W3o4Tw+Opv8D9A8+XnPg5U/Hfg/85WUma/MP2CI8ZwJgAA
7VcZVzxUiSlpDtie/VPULuLZ2p16uaIrsQaACuH5ypk9nDcyRBuGGzW92rJK6rD2
JvCmafVrs/RfM3WmMy475q3U9kxO0ih5JQlFXNEtxaObRcX+GMuWFrWTJQCH2EdY
KAMbb5ko4b4PMz2/D7MworLcMyMNYm6jXkLJDJ5Kw6AaX/ddFdE=
=dKf+
-END PGP SIGNATURE-



Accepted spectrwm 3.1.0-1 (source) into unstable

2017-12-03 Thread Andrea Bolognani
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Thu, 30 Nov 2017 18:45:16 +0100
Source: spectrwm
Binary: spectrwm
Architecture: source
Version: 3.1.0-1
Distribution: unstable
Urgency: medium
Maintainer: Andrea Bolognani <e...@kiyuko.org>
Changed-By: Andrea Bolognani <e...@kiyuko.org>
Description:
 spectrwm   - dynamic tiling window manager
Changes:
 spectrwm (3.1.0-1) unstable; urgency=medium
 .
   * New upstream release
 .
   * Patches
 - U01-fix-man-errors.diff
 - U02-improve-linking.diff
 - U03-enable-pie.diff
   - Dropped (merged upstream)
 .
   * Other
 - Move to debhelper compatibility level 10
 - Update Standards-Version to 4.1.2
   - Use Format: https://... in Debian copyright file
Checksums-Sha1:
 b8d5bc79a93d9e7dd8be53088b6bc4d40602d3ea 2051 spectrwm_3.1.0-1.dsc
 e44bb321c8edb400b1379b1dbd23f655884d5a59 147206 spectrwm_3.1.0.orig.tar.gz
 a9bab8d8730be48fc29ad1ee4f676f9de45a54b2 7144 spectrwm_3.1.0-1.debian.tar.xz
 025615b4814407b02078cdbd243af9b916bf9fb8 7073 spectrwm_3.1.0-1_source.buildinfo
Checksums-Sha256:
 77322cf81afc3254545b5aed655f6e69d328cddc094551fb7d4ca4f4d56cfbe5 2051 
spectrwm_3.1.0-1.dsc
 b7a5e24fe6d923aadab947d354ff44ad742b721daaf334584e8eea9e15649d9a 147206 
spectrwm_3.1.0.orig.tar.gz
 78a0f4e38d329ccad0cf8b65f0b66aecca23c550a8e672133822fa8fc5c8b78d 7144 
spectrwm_3.1.0-1.debian.tar.xz
 47eb0c57a670ef9926a52510b0d3d459f9a4c8a8bc103da5e9ba9393517fdc2d 7073 
spectrwm_3.1.0-1_source.buildinfo
Files:
 a02ad9029a0f27837929335dcc82404c 2051 x11 optional spectrwm_3.1.0-1.dsc
 d5314b0ec74d4b3845c3f0d2f6f5c75c 147206 x11 optional spectrwm_3.1.0.orig.tar.gz
 1a587a2e3d6f1d899a8f02a5f3aa0f78 7144 x11 optional 
spectrwm_3.1.0-1.debian.tar.xz
 7e732a4f01a8d1a7cf192eb7cae06f28 7073 x11 optional 
spectrwm_3.1.0-1_source.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCAAdFiEEsxMaRR2/33ygW0GXBUu7n32AZEIFAlojvW8ACgkQBUu7n32A
ZEJsPw//XgbPMfhGKR4iB+kwiUbx1UTBuOXOJTs/GGzV4JcFQ5tbslhGAOO/IjAN
2lO057qlsK6S4Phph4YQi2MZoZTwmJDNEVYh6SfCzV+3Y4COjgCTQmSgQLB/dt85
E36JPLVwiO//c1LhlhUqSM3Wp+w1hElThwJTsFHQkbMVFMerWdgGKi2hHyWtfIsr
P5nj7fkYjZjdRudySnujL4yokbZ4OQlHhy9nw3iFdYUoNNY4l1X2OQKLZzFn8N4D
u6fO71B9/oGTLWs5EDVSJzgkaZLGnPbmbhEsFob2m5c7P2KJU895S+bkdOhsfufB
sOlAVinwCZFh+BaiPVwszlAnr7McvXe/l4BkxNMqs4eQRC0l6ENrGB5/WI+Up4aa
H5RHw3Ys5Ui0/b4gMScD+OoRpS/RV86dn3aqe4V0C90HQkYh1dKCvveUEmRGH8Rc
S1QyPk3Lm5VMChUtHTd3Z3yLZ0Z0ZAKwn1JBVDg7vTQN8pVPQ3MtacbeDCMmVlfg
wNxnYjHmo7VhUrv9XGGWJ66c+NuV2+KOPz/B7fD3HmuLzjYOL283KikXusgo5s7h
L0w6bwaE/Yl86pgEPSKhs8PUzbDEofJ4VaNe2trmKDOcSZcyIsa3z2Vir5Bt2DKg
liGZtg2K8xXKsn97i4RIkzKcmbyII7mlZIIVUe9qssTznBtSTBI=
=JMBX
-END PGP SIGNATURE-



Accepted beef 1.0.2-1 (source) into unstable

2017-01-17 Thread Andrea Bolognani
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sun, 15 Jan 2017 20:12:25 +0100
Source: beef
Binary: beef
Architecture: source
Version: 1.0.2-1
Distribution: unstable
Urgency: low
Maintainer: Andrea Bolognani <e...@kiyuko.org>
Changed-By: Andrea Bolognani <e...@kiyuko.org>
Description:
 beef   - flexible Brainfuck interpreter
Changes:
 beef (1.0.2-1) unstable; urgency=low
 .
   * New upstream release
 .
   * debhelper
 - Switch to compat level 10
   - Parallel builds are now supported
 .
   * Security
 - Enable +bindnow hardening option
 - Use HTTPS wherever possible
 .
   * Other
 - Update Standards-Version to 3.9.8
   - No changes needed
Checksums-Sha1:
 1e5843a597ff6c247f0a4c97fd7fe5d8273afdef 1912 beef_1.0.2-1.dsc
 81e6188f05b5acacee1cb54c26779945b023a5df 356302 beef_1.0.2.orig.tar.gz
 bc972be8ad917420d0a81e31a9fe25afd6809821 3760 beef_1.0.2-1.debian.tar.xz
Checksums-Sha256:
 e8d7c017f2928181b721cd97d7ad567c0ce8622d5eda65a60ea36ef101ade116 1912 
beef_1.0.2-1.dsc
 5febdb9504fbc8d292e7678f8fe9e9758e915ef2cd8252d0f1a502c93e3b51e6 356302 
beef_1.0.2.orig.tar.gz
 2586f06a62269fe87c73f38e7e5fecda08231cb9c1348d7cc44a35c32dd7a3d8 3760 
beef_1.0.2-1.debian.tar.xz
Files:
 4973b95e57dc7404f02c39baf2be0c6e 1912 devel optional beef_1.0.2-1.dsc
 f60654dd48b45fd5527dd05e7837efa4 356302 devel optional beef_1.0.2.orig.tar.gz
 06f1314859bf94452b82f86400a7c388 3760 devel optional beef_1.0.2-1.debian.tar.xz

-BEGIN PGP SIGNATURE-

iQIzBAEBCAAdFiEEsxMaRR2/33ygW0GXBUu7n32AZEIFAlh+Zi0ACgkQBUu7n32A
ZEIwPg//TfAKZ3CtGYyOAelnSUGJTcp9sO71v1bLSv62j2TDOQO72UtIXXOCGUhl
etLIdPSEubyy1raL1OBq46d4YGt8B2J5rmeriGtZwqUrVZD8IsUuYlAGT9bbwWqE
Ncvjz/tEibeax9Uy7WXrQePl0b189BKAp+S81cTWLFKUcq3jBAJHPr5rSZHxkjMQ
k/w8mjz6HMQp8HgMuJkij+mL+zvT0L69i7m+ikx+mNtl7lKFaa3vatpsXE8pOeXX
p9Tgj8RSrMK/sJIB3y0YkHjh6e4RvkkFinGJVuJdGwF1tTqBzPReSVhN1ts/I+Oo
yOx5s5gXWPg9sD/fA29vdvJRVjLCsahfHsln/3iiax9SmbLUCy+Nra6/M4ednzB5
4957s9gr7GFnTX8OZ3xyvFaYH7GTUMyk4ACt/BbuPbM1434jRPAbkChi0A61Cegp
L0de8vOCS0CmcUuIi38CGaDmF4rhUvfxNV2JKAdCc46ksjgxFhoOh/uNDikpl2ZE
dg6f64TK9NZb/2DrfdzsrWZezTEJToqwWYT0rNeROYKIGQSeBbAm5Gav0RkdYx6F
W65+D2lbH9plmPX0w5Ck+unEOvJdQevSE9163ZOZ2mbBzX6hJNNg4JiRVzxUK8w6
g++dR01Jk6Im1IeAfZTI/Bp0XvNzrSSIJOVJXd4fIfgqesSivog=
=W9hz
-END PGP SIGNATURE-



Accepted cattle-1.0 1.2.2-1 (source) into unstable

2017-01-17 Thread Andrea Bolognani
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sun, 15 Jan 2017 16:17:06 +0100
Source: cattle-1.0
Binary: libcattle-1.0-0 libcattle-1.0-dev gir1.2-cattle-1.0 libcattle-1.0-doc
Architecture: source
Version: 1.2.2-1
Distribution: unstable
Urgency: low
Maintainer: Andrea Bolognani <e...@kiyuko.org>
Changed-By: Andrea Bolognani <e...@kiyuko.org>
Description:
 gir1.2-cattle-1.0 - Brainfuck language toolkit (introspection files)
 libcattle-1.0-0 - Brainfuck language toolkit
 libcattle-1.0-dev - Brainfuck language toolkit (development files)
 libcattle-1.0-doc - Brainfuck language toolkit (API reference)
Changes:
 cattle-1.0 (1.2.2-1) unstable; urgency=low
 .
   * New upstream release
 .
   * Fix building twice in a row
 .
   * Multi-Arch
 - Mark libcattle-1.0-dev as Multi-Arch: same
 - Mark libcattle-1.0-doc as Multi-Arch: foreign
 .
   * Other
 - Drop Build-Depends on dh-exec
 - Introduce safeguards against unnoticed SONAME bumps
Checksums-Sha1:
 d79fd82f16805bedf981ed712c52358837113c66 2259 cattle-1.0_1.2.2-1.dsc
 8d14220d08c9635b0eab3a2918cca07da015c2b5 469109 cattle-1.0_1.2.2.orig.tar.gz
 c905341b0e66bc9026d3655dfb7c42cd86990962 4124 cattle-1.0_1.2.2-1.debian.tar.xz
Checksums-Sha256:
 4e0e715c39730c4ee287af695022686dbdc3c8cfd95a79ba6dce89cc72b6765e 2259 
cattle-1.0_1.2.2-1.dsc
 e8e9baba41c4b25a1fdac552c5b03ad62a4dbb782e9866df3c3463baf6411826 469109 
cattle-1.0_1.2.2.orig.tar.gz
 20310fea93230e210879c1e8a276d431eeff73dd97bc2f58f462be49c9c59c7c 4124 
cattle-1.0_1.2.2-1.debian.tar.xz
Files:
 5c1eef8833a253731ded1b57db3b73e5 2259 libs optional cattle-1.0_1.2.2-1.dsc
 1cf5a6545fec0e9bba72548b21a3c7d0 469109 libs optional 
cattle-1.0_1.2.2.orig.tar.gz
 f15c08919b890d5d5423e990b21e26ab 4124 libs optional 
cattle-1.0_1.2.2-1.debian.tar.xz

-BEGIN PGP SIGNATURE-

iQIzBAEBCAAdFiEEsxMaRR2/33ygW0GXBUu7n32AZEIFAlh+XXkACgkQBUu7n32A
ZELGSw//be/6MGogN5c5kW6udzxkWwteeCFB//zRiBFHDuLWALPAd0cIAa9razEY
GtX0iAwNeO8Q2OizQvlY7/lf9ahyHuLWJy3q1tgqiogtn2K8V9ubiKTjddNrOS5i
i14+zQSbfFUx1DVov6+mnh334NtjAi0lLdR1A18hGAUvMzMzi6Uqc9Wb35atVLqY
I4yQX6l9ddfVJj87/n7TT/gRCVKcfeg131HKxievVR/RBwuOlwp71BteEIE+dsKD
xVhoGu+OPWvaaE77HGlihdlaqo8eVAqHsL84f5QVGdXrZJWEsyroV629+h7iZYvX
xqmm64hGpr2Dj0ArK3/65Yqs0Fh5nWCZn0JIpTAMBEpnm/2W04v58hrvAn4Ps9y9
OR/gtVV0DyzJgLovEJ50n+V1iQzJ0VYx8quTi5msaQoJ3DZA13wl42vNxvM3QowK
Zd9F4MFB8PQa8ILdthQHOZtuFT0D9sSX7LO61syCYdHjaVKTQlX3G8IpdaWxy9PU
Z3g+mZXsEqUh7XFN83CDe5N1Ky8IInvxltajC2EriHTWF5oIBBxvbXMVnQSQzzLm
RY+Z5lX9TRO08NwwayyMM2b007KSJrzq7ripw/4QzujU7enWlT0ErLxUVWoXIsCs
MGB5YKwH4KZl3Ua19kioTpG0rSVbEE9e//+cAgr5eXlPkFQQVd4=
=IEar
-END PGP SIGNATURE-



Accepted cattle-1.0 1.2.1-1 (source) into unstable

2016-11-05 Thread Andrea Bolognani
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sun, 30 Oct 2016 09:46:49 +0100
Source: cattle-1.0
Binary: libcattle-1.0-0 libcattle-1.0-dev gir1.2-cattle-1.0 libcattle-1.0-doc
Architecture: source
Version: 1.2.1-1
Distribution: unstable
Urgency: low
Maintainer: Andrea Bolognani <e...@kiyuko.org>
Changed-By: Andrea Bolognani <e...@kiyuko.org>
Description:
 gir1.2-cattle-1.0 - Brainfuck language toolkit (introspection files)
 libcattle-1.0-0 - Brainfuck language toolkit
 libcattle-1.0-dev - Brainfuck language toolkit (development files)
 libcattle-1.0-doc - Brainfuck language toolkit (API reference)
Changes:
 cattle-1.0 (1.2.1-1) unstable; urgency=low
 .
   * New upstream release
 .
   * Updated patches
 - D01-tweak-build-system.diff
   - Don't skip examples during build
 .
   * debhelper
 - Switch to compat level 10
   - Parallel builds are now supported
 .
   * Security
 - Enable +bindnow hardening option
 - Use HTTPS wherever possible
 .
   * Other
 - Update Standards-Version to 3.9.8
   - No changes needed
Checksums-Sha1:
 f9684b58e90d9812e986eac546f76afafdcf5534 2236 cattle-1.0_1.2.1-1.dsc
 eda13902e6c954dc800de3cc137f83c607cbf3a9 467035 cattle-1.0_1.2.1.orig.tar.gz
 5ebbc4486e3a0c2e52d97a97e3b1034119047444 4024 cattle-1.0_1.2.1-1.debian.tar.xz
Checksums-Sha256:
 24866bafd7deadc1619a72cbcac059fbb42fc217a1b05a0d40384221593fe9e7 2236 
cattle-1.0_1.2.1-1.dsc
 4a5cb2b447d7da6a34c4e47e9b39d68d5076fb65803eb9aa587a4d22234a74b7 467035 
cattle-1.0_1.2.1.orig.tar.gz
 89427cea23419dd6cc93c1a58508dcd317587700caf790d09e8a6936b5979905 4024 
cattle-1.0_1.2.1-1.debian.tar.xz
Files:
 9f400b3f6762107ee4d7c47e9e81a3cc 2236 libs optional cattle-1.0_1.2.1-1.dsc
 4a692edd17f318ce917443ffbd956e90 467035 libs optional 
cattle-1.0_1.2.1.orig.tar.gz
 eccadad34ecc60b09dce65d43138bc47 4024 libs optional 
cattle-1.0_1.2.1-1.debian.tar.xz

-BEGIN PGP SIGNATURE-

iQIcBAEBCAAGBQJYHcgUAAoJEAVLu599gGRCyT8P/0C7BwkJgp+4bUqRaS26osFk
cjfrSXs100prmA8LGPIjgw9GR+RV8MAU2q7eDBYzOwPzEew1EvtGgI//YK6j/LgA
YC55VSuE3DfR5UetKMZF2okVe+PeU13+qCr050ImW2J8tjnVh4ohn3VFCNhVf9G9
s/xR0lMRR41MFXj9HzhKMYreBCUcYQljDfCBeH6Dp1m5UcdMdqV9EunKTs/KXpyF
JjZrODhI6QGoH2QWYWpieM6Zu1pVeiqxnzlNgtSXN8chEe4LkUreAjPOzqDEKSrR
NdgMm1OOK+tgnkEAGNRpxGG++oOm4/at0JkyrRnQjPWPvQfW4KCCHzxnC15Nyr3X
qOjhwSqnn97t3VKxwOUBApnjpaIG76PVA/d92tAJYy0AMTrcFsBsftHfWaiYUHhz
lDYZ44Qce8hviCvxO3RWs+fDEardgzC5FpLu4KQ07sDenwOg+HEd/nhr8ipeSxJ0
eKZaylvSvclC1SRD9Yp+yIN2VOdKdosLHBJr5BHf884CsAoa+ed/sm82piVX0kGV
T3PJAj73wfcxtQfLPt+V0Nk90DEatGZVXMK/JKQoFKAwLEoFQ4RIXSeKkZ3nrkRW
pvatFiXJl4hbG9mf0JzlhrVEjPE+l2zOqaEGYwE1/EHKugqy5iJpawtBaRRcI9rN
kKm52CpuK8owqCG4QhW4
=SQeK
-END PGP SIGNATURE-



Accepted spectrwm 3.0.2-1 (source) into unstable

2016-08-06 Thread Andrea Bolognani
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sun, 31 Jul 2016 19:45:51 +0200
Source: spectrwm
Binary: spectrwm
Architecture: source
Version: 3.0.2-1
Distribution: unstable
Urgency: low
Maintainer: Andrea Bolognani <e...@kiyuko.org>
Changed-By: Andrea Bolognani <e...@kiyuko.org>
Description:
 spectrwm   - dynamic tiling window manager
Closes: 772431
Changes:
 spectrwm (3.0.2-1) unstable; urgency=low
 .
   * New upstream release
 - Closes: #772431 (fix FTBFS with ld --as-needed)
 .
   * Changes to default programs
 - Use slock as the default screen locking program
 - Verify all default programs on startup
 .
   * Changes to package relationships
 - Upgrade x-terminal-emulator from Recommends: to Depends:
 - Add Depends: on libxt6
   - It gets dlopen()ed by libswmhack
 .
   * New patches
 - U01-fix-man-errors.diff
 - U02-improve-linking.diff
   - Minimize library dependencies
 - U02-enable-pie.diff
   - Provide additional hardening
 .
   * Updated patches
 - D01-adapt-libswmhack.diff
   - Simplify and make downstream only
 .
   * Dropped patches
 - U02-update-italian-man-page.diff
   - Merged upstream
 - D03-make-default-programs-optional.diff
   - No longer needed (see above)
 .
   * Other
 - Enable +bindnow hardening option
 - Update Homepage: and others to point to GitHub
 - Use HTTPS wherever possible
 - Update Standards-Version to 3.9.8
   - No changes needed
Checksums-Sha1:
 2506cb92cad9b25c0fe80ce1fa26a474c7b7eb79 2036 spectrwm_3.0.2-1.dsc
 9eb64b7d21f7cd117c9a2d1a0ccc4d176aecc6b4 147355 spectrwm_3.0.2.orig.tar.gz
 bf2b1600780e13be8c5d6fac59c67c40b965e5c8 8688 spectrwm_3.0.2-1.debian.tar.xz
Checksums-Sha256:
 d91d331a4dea426cc20a6c6185ab1c71cbc956b5f8b606d371af7230ef7def0a 2036 
spectrwm_3.0.2-1.dsc
 82ce0280039de642c41684f3096abb0388926b60c37987ca1dbc53a0913cab18 147355 
spectrwm_3.0.2.orig.tar.gz
 cf3803ea8010042ef2270200e4120e51ef2bded5e58181b802f64d96c06166b0 8688 
spectrwm_3.0.2-1.debian.tar.xz
Files:
 2c0cff1611909bae2a670140873ee4f0 2036 x11 optional spectrwm_3.0.2-1.dsc
 b95af7630bfc1cae4de07286ac7e2318 147355 x11 optional spectrwm_3.0.2.orig.tar.gz
 953a0670156d361408aa15cc2cf59058 8688 x11 optional 
spectrwm_3.0.2-1.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v2

iQIcBAEBCAAGBQJXpho/AAoJEAVLu599gGRCOe4QAKYcCNm739hl/ftVvWLG1OcJ
+CFpHo4o0KBeI8ISVaSP98U8ELrhVe/sXUhZhfkPESWQc4f1Aq2qv7niNiORPD6w
bJYNxz7PNaTgbNA+0EToZbZu7MOMmQJ+lIDd7RnDmLNZSbFSJ//MIGMsQlSp8Xk0
EQjeKjbMEKR2m361LtN1vGOzP1UpJ3LJnvKO29Hm+G5siIdGLzpt+p8VjIan5Ix0
FrfUh5wrax9w/L0KT9nz+8C0ZAWckw2Zgxz08b+23eduW/5lVRlWPw2q043mQfKo
Cj4zc5isELZ8qhyJjFfC0Zh4zXA11wZHC9XkWDqakIPDWjjNr/4mKZVrKsknQXum
eR/fw/SgzdwIbZU24HJaYp96Qq4a5MRkqu9DMXfLg5Q8zDuuQ4qmADjB6h4EQBTK
0QIXGTWw4jYKbunt8JxFdKvcx0DC5iAIPWsyQIWvqxjFD5NBDFZxrtw2Sy1j7WOm
1WGT6M4YQAtbPWEmPhz29pM1171XQjTYiufS+71AxQ3V1EYSJXGLakB8EzUbS+8R
iY/KO/GHry+1vbtD7Nhulq2C359vgKp8466yvyBFvr6JAKYR1S6qbmd7WzK0x7GD
VVtz8TrHRmHBPuBj5WNDBMtBR37AqwKWyzE0Ivu+oXBDidj3UYnPmkv9HF8Whws6
HuzGQZ5+HHaD5Qmzbckf
=UyG9
-END PGP SIGNATURE-



Re: sid on openvz

2016-07-05 Thread Andrea Bolognani
On Fri, Dec 04, 2015 at 10:06:11AM +0100, Aurelien Jarno wrote:
> The minimum required version in the glibc is something configurable at
> build time (to some extents, the absolute minimum is 2.6.32 for glibc
> 2.21). This configure how much compatibility glue is used to workaround
> the missing syscalls. This compatibility glue is bloating the libc, and
> usually also have bugs which triggers for old kernels, but also
> sometimes for new kernels. For example recently someone wanted to push
> the minimum version to 3.15 to fix an issue with pthread_cond_broadcast
> on ARM.
> 
> That's the reason why historically we have always required for a glibc
> from release N, at least the kernel from release N-2. This means for
> stretch, the kernel from wheezy, ie 3.2. Supporting bleeding edge
> software with an archaic kernel is not something easy to do, and other
> parts of the distribution simply don't, especially since the switch to
> systemd.

I haven't tested this myself, but apparently Arch works fine[1]
on OpenVZ if the host kernel is up-to-date. The installation
instructions don't seem to contain any OpenVZ specific steps,
so probably they're already compiling their glibc using the
broadest compatibility settings.

Moreover, the OpenVZ developers seem to be keen to backporting
features[2] required to run modern distributions, which makes
sense when you consider that their 3.10 based product is still
not ready.

Maybe we can make this work after all?


[1] https://wiki.archlinux.org/index.php/Virtual_Private_Server
[2] https://bugs.openvz.org/browse/OVZ-6384
-- 
Andrea Bolognani <e...@kiyuko.org>
Resistance is futile, you will be garbage collected.


signature.asc
Description: PGP signature


Re: Keysigning in Toronto?

2016-03-13 Thread Andrea Bolognani
On Sat, Mar 12, 2016 at 04:52:09PM -0500, Peter Colberg wrote:
> Dear Debian Developers,
> 
> Are there Debian Developers who happen to be travelling to Toronto,
> Canada this spring and who would be up to meet briefly for GPG key
> signing?

The KVM Forum[1] will take place in Toronto this August, maybe
some of the people attending might be DDs?

Cheers.


[1] http://events.linuxfoundation.org/events/kvm-forum
-- 
Andrea Bolognani <e...@kiyuko.org>
Resistance is futile, you will be garbage collected.


signature.asc
Description: PGP signature


Accepted beef 1.0.1-1 (source amd64) into unstable

2014-10-24 Thread Andrea Bolognani
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Thu, 23 Oct 2014 01:11:33 +0200
Source: beef
Binary: beef
Architecture: source amd64
Version: 1.0.1-1
Distribution: unstable
Urgency: low
Maintainer: Andrea Bolognani e...@kiyuko.org
Changed-By: Andrea Bolognani e...@kiyuko.org
Description:
 beef   - flexible Brainfuck interpreter
Changes:
 beef (1.0.1-1) unstable; urgency=low
 .
   * New upstream release.
   * U01-fix-whatis-entry.diff:
 - merged upstream; dropped.
   * D01-tweak-build-system.diff:
 - merge all upstream build system modifications into a single patch.
   * Bump Standards-Version to 3.9.6.
   * Upload to unstable.
Checksums-Sha1:
 15a5fb6c17e7dfcbd7e796b818d1aab5d775440d 1890 beef_1.0.1-1.dsc
 982b8d309f3f41e56654db7a9d1e19430ff9cc8a 331914 beef_1.0.1.orig.tar.gz
 c654ab36533fc848477ea10d982fbf2c7d9fbefa 3560 beef_1.0.1-1.debian.tar.xz
 fb1bf1c6fa61428af841fd8d7ae36ff473f75eda 15038 beef_1.0.1-1_amd64.deb
Checksums-Sha256:
 2e6cdc347c8130c9f4764a45ae3cb519302b5b536355b898e6d5fa4e20f6 1890 
beef_1.0.1-1.dsc
 112472c832c623a6d8a90e12cd9f5fb55d93658d0bd181273c7149b11c4f5df8 331914 
beef_1.0.1.orig.tar.gz
 8861f1b690762a18316ac3e8b7aa2d214e18135b2ed5a9bd179e6262a2bdec58 3560 
beef_1.0.1-1.debian.tar.xz
 c73860d51d98ed16994ee8efb30d6e36ef70f99ca3d5bdaa34029f757840cdf6 15038 
beef_1.0.1-1_amd64.deb
Files:
 e4f951a8af0eb52cf06a3355de6dd3ec 1890 devel optional beef_1.0.1-1.dsc
 225b6368ad6ac01e1e9b5ec29be20ea1 331914 devel optional beef_1.0.1.orig.tar.gz
 f296b6a45893a687b350f936e2f2ed69 3560 devel optional beef_1.0.1-1.debian.tar.xz
 8ed9d1f27d2d84d42dd25ed07f256174 15038 devel optional beef_1.0.1-1_amd64.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCAAGBQJUSrEnAAoJEAVLu599gGRCaIoP/RXVFwzizMd61O0GO1lt6APw
zg39TZo9yHnWtAEBY4ef0OVFftW0/V1nj1OxvUXXB3I53Hgy/h2ad/zO8c/vQ86z
nvSMROfulAk0nvI2fGmlWJU5Fe2c8lj/znq1LNtfTiA1izJbOzSELWw9ENKEMdFV
cY41oS83mV2+CxOVZJSbck0FV2lK5sAaeahZ5erC+hpaphwkZB3OhUJZ03vExAjm
sbPB0KQGRUxG5Bjofnxdmg4ezA8zpl/3DGRGpdghf26MoTSdtiRrb06db8SxYFbu
0nNmp4ePIzsnx3kTgUVuholCc4kVMxAjDErKLAFQh3dC3rzncxVj4OGwrFonN5Ka
F5HEZcsGlkFn3OdsEb11BgfWwOI9J2G3EDP2d1lzEQcrrXqXLY67QUgH1bqKV895
0lWSgYitrONtwC/zhzP5MLIXsNCyovNEXp4nuFkRXPwv1VVMt7waCV51VTgTBdKs
28owxHoPEoghQCITktz7/6PVaoaITpjUbK+jTTwv9ZaVNL9LN7YTT+fqen0GTmHb
vOSGIfvfh4pqB6Syvp1HhEVu2+vx6KoCGePlXMXzOe0zD+lPfMm7+hjNeqHaVL91
xjJoy2FEO3gNZB9RqAiEAqOUkxYCFLCSniZ35RfnM+aFpfr+phUWpZbr9Cb+mHLs
HTQ5wt5xw8KQttsOHy2p
=NFnZ
-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/e1xhmgd-0001jk...@franck.debian.org



Accepted cattle-1.0 1.2.0-1 (source amd64 all) into unstable

2014-10-24 Thread Andrea Bolognani
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Wed, 22 Oct 2014 23:50:21 +0200
Source: cattle-1.0
Binary: libcattle-1.0-0 libcattle-1.0-dev gir1.2-cattle-1.0 libcattle-1.0-doc
Architecture: source amd64 all
Version: 1.2.0-1
Distribution: unstable
Urgency: low
Maintainer: Andrea Bolognani e...@kiyuko.org
Changed-By: Andrea Bolognani e...@kiyuko.org
Description:
 gir1.2-cattle-1.0 - Brainfuck language toolkit (introspection files)
 libcattle-1.0-0 - Brainfuck language toolkit
 libcattle-1.0-dev - Brainfuck language toolkit (development files)
 libcattle-1.0-doc - Brainfuck language toolkit (API reference)
Closes: 734478
Changes:
 cattle-1.0 (1.2.0-1) unstable; urgency=low
 .
   * New upstream release.
   * Remove unneeded versioned Depends.
 - Closes: #734478 (please drop versioned Depends on pkg-config)
   * Bump Standards-Version to 3.9.6.
   * Upload to unstable.
Checksums-Sha1:
 35d611e405099c15a20b22ec48729a4c2f0f9a66 2246 cattle-1.0_1.2.0-1.dsc
 dee0883f83adc087472ae13e08056dac45e7581f 449921 cattle-1.0_1.2.0.orig.tar.gz
 32405a885b684093d2457c75cfcf76b920d31ed9 4248 cattle-1.0_1.2.0-1.debian.tar.xz
 e7841daa8ee7650436a24c6cf868dd877968f6c6 39780 
libcattle-1.0-0_1.2.0-1_amd64.deb
 ca2b121df475f475505f4e2dc04fbc516da6accb 33792 
libcattle-1.0-dev_1.2.0-1_amd64.deb
 0647c16a5496f70fa25c5c90bfaf922d9f9363ce 27244 
gir1.2-cattle-1.0_1.2.0-1_amd64.deb
 be21cd501fd222f6a79e5063aab07014bf26243f 49790 
libcattle-1.0-doc_1.2.0-1_all.deb
Checksums-Sha256:
 1dc898d34d62b1fac9a7e8f53cd1178b6d4410e313fd48a2a964f25314917ebe 2246 
cattle-1.0_1.2.0-1.dsc
 d1ff3084d097db308f39f8a53f8679d5accf62fc96a4285a213289a0858b13c0 449921 
cattle-1.0_1.2.0.orig.tar.gz
 2be8abd1f5494f25afbea2db5416d5f36d61218c053dc0d40ebd4a086afb5b7a 4248 
cattle-1.0_1.2.0-1.debian.tar.xz
 86584aa16ab7ea8c8d12080f59a5848a032ac2eac1d27ad9a2f4c2e15bc859cb 39780 
libcattle-1.0-0_1.2.0-1_amd64.deb
 7a3a831f89608e02fbfb64b42ea6011a84718a970b77cd76c44353bf3a39bcf8 33792 
libcattle-1.0-dev_1.2.0-1_amd64.deb
 cffee632f23e9c598f59043f50ef6bbc0ece9249d52127cfda971133c2e0e89d 27244 
gir1.2-cattle-1.0_1.2.0-1_amd64.deb
 706c12e223d0f1844e6119b2479b6da4bbd664a9b0e1ad074f6a10088a848d3e 49790 
libcattle-1.0-doc_1.2.0-1_all.deb
Files:
 b50815517029ddb7d3fa4b0d33253173 2246 libs optional cattle-1.0_1.2.0-1.dsc
 45fb3cbc07afc8a4235a6eb1f93ff405 449921 libs optional 
cattle-1.0_1.2.0.orig.tar.gz
 fdcd207a07627573a1379c6bc8887df4 4248 libs optional 
cattle-1.0_1.2.0-1.debian.tar.xz
 659d163c41ed03daf9d20c35e7d23080 39780 libs optional 
libcattle-1.0-0_1.2.0-1_amd64.deb
 2509ce1d7925703377376c035f81cf89 33792 libdevel optional 
libcattle-1.0-dev_1.2.0-1_amd64.deb
 77b49760f1e135f3e20f41ac6ae4afb4 27244 introspection optional 
gir1.2-cattle-1.0_1.2.0-1_amd64.deb
 287d43b238f71f470217bb9d108fc960 49790 doc optional 
libcattle-1.0-doc_1.2.0-1_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCAAGBQJUSrETAAoJEAVLu599gGRCKxAP/2gYod5Ej/PZUqkUzYK7l/BT
ZfgyiV1ziqEz5e3mNLuP1VGg2nGuIl5NTn4+X4BocCOpXXtGMyR0MxF7jAx2dCYL
I5rsZF27+sQ/gDUxLLgSi8t6N+zBViHig3BIXj0UxUPAdf2/R6tD90lUcUtZsglW
Pz769CI+BHLWpSzbZCKEEkAGDWBvDbpHhnrB0MAPZZ4xKnJkoh2DC5hIxvTXn8cn
K1MsJv6oZxjHGFF7T4cwie35RJCmbP/SXYP83r8CXCGql6mE8JWyM8aLW27otKPY
Cd8/fio53XQRZSP1ZZbXK31J0A2PdK6PFt2E7HI0M0l3B2WdCoAE/WY1O0TYlbTq
c4dKhDn/Yc88sSGCD34tx6eH8S1gCd0rwgbQ6wMYBEpzHzclOFAcmzau5T0VK/jg
Z6Z7lLIyYy2BiQMo9rHOYozLjGyDKN3A10vcv6VbMJCEFxF65mlA1669fA6jCENc
1fdFthPUeH5anv4oQpuerCQrPKS8mbTUwIpHuPv4zNiWMdIgDAebiYP01qNSTRw8
qdjKM4ou13mM2lu0NX5sLXqtb5FytblVC+IIOu2/Df/w6XLSIsi0awioHpwzkJoO
5VFkJFyC7xXd9ujXy9AGjSgbzPlvNFJg0xqMEns+Ou1WmWP21fUOZf6SNHFIynPM
cgQmpu/jKLaNxfslFTZG
=+AMO
-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/e1xhmgu-0001qq...@franck.debian.org



Accepted spectrwm 2.6.0-1 (source amd64) into unstable

2014-09-12 Thread Andrea Bolognani
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Tue, 09 Sep 2014 22:24:57 +0200
Source: spectrwm
Binary: spectrwm
Architecture: source amd64
Version: 2.6.0-1
Distribution: unstable
Urgency: low
Maintainer: Andrea Bolognani e...@kiyuko.org
Changed-By: Andrea Bolognani e...@kiyuko.org
Description:
 spectrwm   - dynamic tiling window manager
Closes: 689226
Changes:
 spectrwm (2.6.0-1) unstable; urgency=low
 .
   * New upstream release.
 - Closes: #689226 (please package the latest version)
   * Stop building scrotwm transitional package.
   * Stop patching example files.
   * U01-improve-makefile.diff:
 - merged upstream; dropped.
   * U03-improve-english-man-page.diff:
 - merged upstream; dropped.
   * Move to debhelper compatibility level 9.
   * Update Standards-Version to 3.9.5 (no changes needed).
Checksums-Sha1:
 6fecaa651eea4aa814d67d988bdf35bb873ce873 2015 spectrwm_2.6.0-1.dsc
 57b2553d942683d4224a4246d62b849bd89fc584 118341 spectrwm_2.6.0.orig.tar.gz
 a99e80b21600482949bdf6a268eb5bf264768fe9 21848 spectrwm_2.6.0-1.debian.tar.xz
 8f550fd5946104afde0293ef88a115ac2c1d2562 105866 spectrwm_2.6.0-1_amd64.deb
Checksums-Sha256:
 6feefb2fad42bc56b0d19369395dbdc270f60fa9f7a4c16c1ff7cfa3c98d6a11 2015 
spectrwm_2.6.0-1.dsc
 d1590689d10752e1f922e890e05e87d1d5010a3d1f2909a02ed040422d20c440 118341 
spectrwm_2.6.0.orig.tar.gz
 660b1c09d24aa9e8d3c79bf848d4d50dc0a435f8ac1303a91e3810308f374f03 21848 
spectrwm_2.6.0-1.debian.tar.xz
 4072fc5c60f51deb83645d185fda66343f663f26c0b7000b7bb5a6f95d65e625 105866 
spectrwm_2.6.0-1_amd64.deb
Files:
 e77be1153d19d53e49d5ccf46af4f399 105866 x11 optional spectrwm_2.6.0-1_amd64.deb
 54fce79fe928c62fe12c78c783d2b90b 2015 x11 optional spectrwm_2.6.0-1.dsc
 278acafe23d2fa2b1d7a3705bcbe95de 118341 x11 optional spectrwm_2.6.0.orig.tar.gz
 213a2a21a429319fef2b960e4963ae55 21848 x11 optional 
spectrwm_2.6.0-1.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCAAGBQJUE0EqAAoJEAVLu599gGRCQa8P/1Tn2W7+CNWUyaGM3rwJ3eut
JbbxGNj0wkWo6GCkhmmxmU5BwtzolgapG1xP3epvSrGKxHoajnTQdx72m1Nzyp1/
qR3jxNnA8sNvAqTav4rJ91VvP/nLSKrFvP2EJeBaSo94CksvcGARtLLRebSW98Bw
Oc1vHR1v0G/NrUby9zCgfWPoVsJ94rDr6vjngJ8ds+i146bMmZ7TZLeTbqRErYqW
NFDhH+82cA1L8moU5kfy3z2GbgBlEdHWC/M3vfEjwQebItmzb6PibhNL7axmGQjc
vqDDywRSRFaoNslo0PGVRZBrmS2erEqipLl8O4/F6QnHyX4r3f/M6D03tsg4sB6/
rUwbpb2GRiH2ubyyuaaE7dY4OVnDPr+aAcN8/DyG7g9knV8m8++R1HnPGqJckkcJ
82txTF2A4VWVDdmp/n7BmO7U4sNE5MbMKJ045JLt3pt8DBJ1OL+dHN0fXIlyhXG8
fWGLiyiK7Zf++cCoeP0HND4cIuKMh/wI5x8JA98z6tUH1GIzK8WRsa0ZVOAJEbqH
K6m+zoVcpLdUNrE9V+wAW7RJsWgu1NzObCZz4g/OHmwTxfyqyE7/ZYwYu+AWuQ+6
FJhfAZf4wz3vhRpQb69fLQlqeihrhFH+aTlZM9fItQ6RQsFbrNvELyt6WWb6WoHq
WfziTw1tVw1cqnz8MztJ
=PQjW
-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/e1xsw9h-0003mz...@franck.debian.org



Re: Help request: intel-microcode and old Intel processors

2014-08-28 Thread Andrea Bolognani
On Tue, Aug 26, 2014 at 03:49:06PM -0300, Henrique de Moraes Holschuh wrote:

 I'd like to know whether the kernel microcode update is working well on some
 of the older Intel 32-bit processors or not.  These computers were sold
 between years 2000 and 2010.
 
 This information will be used to decide the level of microcode update
 support for these processors on the next non-free release (Jessie).

I have a couple of laptops that could probably qualify, but they're both
running Wheezy and I can't update them to testing / unstable.

Would running the above commands on Wheezy be of any help to you?

Have a nice day.

-- 
Andrea Bolognani e...@kiyuko.org
Resistance is futile, you will be garbage collected.


signature.asc
Description: Digital signature


Re: arm laptops and d-i

2013-08-20 Thread Andrea Bolognani
On Wed, Aug 14, 2013 at 12:54:27AM +0200, Adam Borowski wrote:

 It took me way too much time to figure it out, and I'm not exactly a
 Debian newbie (although no experience with laptops or arm bootloaders). 

Hi,

I understand that, while it took you quite a bit of effort, you managed
to run Debian on the thing after all.

Did you collect notes? I can't seem to find a page dedicated to the
device on the Debian Wiki[1], and no result shows up on Google. Would you
mind contributing the procedure you've followed, so that other interested
individuals can get Debian running with a reasonable amount of effort?

Thank you.


[1] https://wiki.debian.org/InstallingDebianOn/
-- 
Andrea Bolognani e...@kiyuko.org
Resistance is futile, you will be garbage collected.


signature.asc
Description: Digital signature


Accepted cattle-1.0 1.0.1-1 (source amd64 all)

2012-09-01 Thread Andrea Bolognani
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sat, 11 Aug 2012 01:52:52 +0200
Source: cattle-1.0
Binary: libcattle-1.0-0 libcattle-1.0-dev gir1.2-cattle-1.0 libcattle-1.0-doc
Architecture: source amd64 all
Version: 1.0.1-1
Distribution: experimental
Urgency: low
Maintainer: Andrea Bolognani e...@kiyuko.org
Changed-By: Andrea Bolognani e...@kiyuko.org
Description: 
 gir1.2-cattle-1.0 - Brainfuck language toolkit (introspection files)
 libcattle-1.0-0 - Brainfuck language toolkit
 libcattle-1.0-dev - Brainfuck language toolkit (development files)
 libcattle-1.0-doc - Brainfuck language toolkit (API reference)
Closes: 617304
Changes: 
 cattle-1.0 (1.0.1-1) experimental; urgency=low
 .
   * Initial release. (Closes: #617304)
   * D01-tweak-build-system.diff:
 - avoid building example programs to speed up compilation.
Checksums-Sha1: 
 bb6ada764b050e250cc98ecbfe92a0f3aa5d7616 2375 cattle-1.0_1.0.1-1.dsc
 b207bc7de71c63bc734c869adcaa8079a84a9a9c 400362 cattle-1.0_1.0.1.orig.tar.gz
 1194da44b5c55e676eeb133a33667a01f922c838 4418 cattle-1.0_1.0.1-1.debian.tar.gz
 37063a1da9462e9846e8be38b4b706112349393b 38424 
libcattle-1.0-0_1.0.1-1_amd64.deb
 ce0f8f7e62203296a950c139dd81a69c27291b66 29958 
libcattle-1.0-dev_1.0.1-1_amd64.deb
 233d6ae1cd8a4a12c010abc5ee8b7d19fa28958b 23054 
gir1.2-cattle-1.0_1.0.1-1_amd64.deb
 4f3aee792c4922bef2566fd7b9b168c7616af5f1 48400 
libcattle-1.0-doc_1.0.1-1_all.deb
Checksums-Sha256: 
 11691685847ac1427439746d8c0c0df2f8c1400491598092d890c2a43029056f 2375 
cattle-1.0_1.0.1-1.dsc
 7265ab3eff8ec00480f4245a617a0f12aea509f3286cecb8aa28bb6e2933caa9 400362 
cattle-1.0_1.0.1.orig.tar.gz
 580ae20682ab3477fff7746a721a3d991dd5bb47c83e66212ea6ad456e062839 4418 
cattle-1.0_1.0.1-1.debian.tar.gz
 dc5f7f9fa621fc14068c7ef80013033f17518e7698f5322cda675715855548e4 38424 
libcattle-1.0-0_1.0.1-1_amd64.deb
 686e2a069afa2d556c092fa56542ba99ab8ecbec44aab0b3a55a4cc87f633991 29958 
libcattle-1.0-dev_1.0.1-1_amd64.deb
 408dd8fe3f29c0f3b147a1c52a721f843fce11f87fd7b041a46999f66cdeb1e9 23054 
gir1.2-cattle-1.0_1.0.1-1_amd64.deb
 e31fc2944c8373ae139425b0655cfd2fdd6511542ed56866be5fe6ef5155eb00 48400 
libcattle-1.0-doc_1.0.1-1_all.deb
Files: 
 825a48fdbedb4af6f5ba5ca37c9dee05 2375 libs optional cattle-1.0_1.0.1-1.dsc
 c3b0e54a4f99ebf0dbe50be5352d862a 400362 libs optional 
cattle-1.0_1.0.1.orig.tar.gz
 94a56c825bffe26e80b1da4fce185135 4418 libs optional 
cattle-1.0_1.0.1-1.debian.tar.gz
 bb4308a81dbae5a2007470d89952d3b3 38424 libs optional 
libcattle-1.0-0_1.0.1-1_amd64.deb
 7e02752f23f10d4939c51ef4bdc8337c 29958 libdevel optional 
libcattle-1.0-dev_1.0.1-1_amd64.deb
 cce552c27a30b6f6ee7be54b9738db6c 23054 introspection optional 
gir1.2-cattle-1.0_1.0.1-1_amd64.deb
 f178c112d7eb39bd9a9563845a8c 48400 doc optional 
libcattle-1.0-doc_1.0.1-1_all.deb

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

iQIcBAEBCAAGBQJQOJx+AAoJEAVLu599gGRCeCwP/3oEAUycvdZtusIeyii9wwzq
yF/pnuZNRN2edzQQXR8wsnyAT0EAk9VCi9MIb6E2sLciQC5z4CZzyp1sXxvXOwTG
H5UIOz6nYIdylWs0zAYJX1X6Y/xzuXk3UI+V8IgArJxx2hdUJwrZmd+h0gxNrY1c
qYL9yNfs5T+KYkCD6Ix9X2CnKQo9flovF31BF4krvqAIiaV8ijqRrU6Q9cZhdnXb
6FV3gv57YQ6WqCrlgF5ghALAbyDuCC52rr42f5N00ErOhXMyZPjZ6X9uYVFoVvAI
xP1BR28zmV8OC/DyJ9TkYSvAVSQAbGK3HwRhi6gybyQuvuG7Ax3EmlVKC5Q1N0uI
78VASGS/0Qa07uDxoit+RLWiiVFk27lI1AQq+ZZkq9JoBeeI9/Tf+n40ciUnytdF
3Runzm6J6HTKNzK7tlDSFb/twHtm+7HE+xYf64ecoHyf5yKu7SMvyOyQ4ZDLOHyG
UwPXnyoQ/iRDZYV8fOyhVPvhJCiosyAPTs4vCZmS66GmKLHU2n0jM+Q/sKS+N0CR
MF5AqQdowcK1kOU/0HiS6+Q5IcRg2EpONB66okQKXO6zt+2Pl9bRxs9G6NTjRgGa
oqJYZGccspDe3+MjyxBUaShos6L6DqxD9w3p6Fq8Dsf2nMhdjUPiH6S6WG+hxiwi
MUzCkU5bHvJTi0axy5r8
=9ZgA
-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/e1t7svo-0006ic...@franck.debian.org



Accepted beef 1.0.0-1 (source amd64)

2012-08-25 Thread Andrea Bolognani
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Tue, 21 Aug 2012 21:01:11 +0200
Source: beef
Binary: beef
Architecture: source amd64
Version: 1.0.0-1
Distribution: experimental
Urgency: low
Maintainer: Andrea Bolognani e...@kiyuko.org
Changed-By: Andrea Bolognani e...@kiyuko.org
Description: 
 beef   - flexible Brainfuck interpreter
Closes: 529748 639247
Changes: 
 beef (1.0.0-1) experimental; urgency=low
 .
   * New upstream release. (Closes: #639247)
   * Fix watch file. (Closes: #529748)
   * U01-fix-whatis-entry.diff:
 - use the conventional format for the NAME section of the man
   page, so that programs such as whatis and apropos can parse it.
   * D01-skip-documentation-files.diff:
 - don't install duplicated documentation files.
   * D02-leave-changelog-alone.diff:
 - don't overwrite upstream changelog.
   * Switch to 3.0 (quilt) source format.
   * Switch to compat level 9.
   * Update Debian copyright file to the final version of the
 machine-readable copyright file specification.
   * Add Vcs-* control fields.
   * Bump Standards-Version to 3.9.3 (no changes needed).
Checksums-Sha1: 
 08bd885cbc6ca35ab574e1846d80ad176d75488f 2000 beef_1.0.0-1.dsc
 8cdb6f553d1b385c15b3687eb393e2228c5dc5dc 300770 beef_1.0.0.orig.tar.gz
 fea0c387520b2880561f27881b031f9ef3d77106 4020 beef_1.0.0-1.debian.tar.gz
 612330c2851f33bfea9383704760118ffeb3bce7 14590 beef_1.0.0-1_amd64.deb
Checksums-Sha256: 
 bcab96b45d2f03ab108ba929a1bc4b054bcf3e07b61d73ad0da24354736d 2000 
beef_1.0.0-1.dsc
 cd730b01173e615bfe04569df9aef4a39cf2d1295df0417c1d787b86e6fb4004 300770 
beef_1.0.0.orig.tar.gz
 6665873fcba14a0f833328518dce2850895e265fad23c2f81d98da3ce66328d2 4020 
beef_1.0.0-1.debian.tar.gz
 79005de39f0b6db0f5094c1917aff92e7b1262a15c7dcecc981e15ca6e31654e 14590 
beef_1.0.0-1_amd64.deb
Files: 
 adc06ddf252842c1719ed720ddb9a150 2000 devel optional beef_1.0.0-1.dsc
 a9f3f650fc37f8ff0c023de67e76468c 300770 devel optional beef_1.0.0.orig.tar.gz
 d18decc9382995f79811e15e25f3 4020 devel optional beef_1.0.0-1.debian.tar.gz
 b7ef586ff5a06ecb4005fed87758e015 14590 devel optional beef_1.0.0-1_amd64.deb

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

iQIcBAEBCAAGBQJQOJ93AAoJEAVLu599gGRCi4wP/jFC+qVloH4b5x2APVUaZwE/
xtBEU4YAUSXe1iARoaLQ8FeipICP3i+Udy/BexA3ZKFNUMTZhloxVICe1HpG20Vh
vZMbZpuBeVhTzxQkKr2v3cdqJmcLQgBpk4mB4Vx845vd6go4ZFujOJLj7VG8ACm2
S4MWsB0gjjiewePhhcEsNhjoAYOr9ClRakccu0Qczqkqdv9a/iRlzVY5MvVXQohC
j1Gd+G9SNQCrZRixGOvIhBX41v4O5zJE/SwGY6sm0D9nl3ZwFuCnfzTURZNmFv2r
QoMYKa6LQeeho4Cg5V3AW8fYHraky3QKhJ8aGwTVO9gjid2s0TJgiygfMVBNrSvr
IWVDe8l1aGarO/gPYRsCf5rtywwznliopVxdtcGcb+4oT0WRfpyrq/vS8UV3Zf+g
Nwq00Gb7bsQNxyPDoQq1R/+54+Cb5KQv5rlq3J155ODNzZU8iGN/jpIC6sHh2ync
lRcB13uyUduLEAP+/smVN99QdpZPuGcJqHqCNf4cvHL7dkurG5GKPzStzzHvgt0O
KYxk08t43FvzA7LgaWJV8JJqpfqf0RxawZntiHxIxWVf0LBEG+atha4dEjgaEvmH
pWmRyEW8WpNV+6aeyQpc2wq4aiCa61H//n8pf2pLA5UI7iJIjX5bOcBq1vtOfQBD
9Ein1kGQFsCya2RQ6J7z
=KmxR
-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/e1t5dco-0007zp...@franck.debian.org



Accepted rhinote 0.7.4-2 (source all)

2012-08-11 Thread Andrea Bolognani
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Mon, 18 Jun 2012 22:47:34 +0200
Source: rhinote
Binary: rhinote
Architecture: source all
Version: 0.7.4-2
Distribution: unstable
Urgency: low
Maintainer: Andrea Bolognani e...@kiyuko.org
Changed-By: Andrea Bolognani e...@kiyuko.org
Description: 
 rhinote- virtual sticky-notes for your desktop
Changes: 
 rhinote (0.7.4-2) unstable; urgency=low
 .
   * U01-simplify-imports.diff:
 - improve the way modules are imported.
   * U02-use-secure-printfile.diff:
 - avoid potential symlink attacks and cluttering the user's home.
   * U03-test-for-external-commands.diff:
 - ensure external commands are available before calling them.
   * U04-use-popen.diff:
 - replace os.system() with the more secure subprocess.Popen().
   * U05-support-lp.diff:
 - add support for the lp command in addition to lpr.
   * U06-set-print-job-name.diff:
 - provide a descriptive name for the print job.
   * U07-set-class-name.diff:
 - set application name for use by window managers.
   * Simplify Depends: to cups-client | lpr.
   * Raise priority to optional, as all packages Rhinote depends on are
 of optional priority.
   * Bump Standards-Version to 3.9.3 (no changes needed).
Checksums-Sha1: 
 6e4eacbc81aa6872d3d85c23c4e6d9b25b592f41 1844 rhinote_0.7.4-2.dsc
 1e6d47bf6b53a7083aa429acb336d7814e1e8175 11057 rhinote_0.7.4-2.debian.tar.gz
 1292196e6a84a971cb0af425d3ab344686d949ff 21432 rhinote_0.7.4-2_all.deb
Checksums-Sha256: 
 d437da16be32d237f5ebbcd75e3992821d3c69cb86c7a2bffd60cf7062103b93 1844 
rhinote_0.7.4-2.dsc
 d9e32a0fa95342a4001fa5e4d4e6a5f773a0e39804cf399b98f0ec465609d758 11057 
rhinote_0.7.4-2.debian.tar.gz
 f2b0708bfdbeee09ae3bf76e4cc62943baffd4068a3b2b8c0542fb50157d9047 21432 
rhinote_0.7.4-2_all.deb
Files: 
 9288851d53f42ea07001deed7b5f56c2 1844 x11 optional rhinote_0.7.4-2.dsc
 ee7ebcf59221af03df390ec874c0b847 11057 x11 optional 
rhinote_0.7.4-2.debian.tar.gz
 622a71abb73ece6c498367ef66e25157 21432 x11 optional rhinote_0.7.4-2_all.deb

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

iQIcBAEBCAAGBQJQJlDsAAoJEBLZsEqQy9jkOqQP/2uwjPoW7J9Kyt4D+y2Mb+6e
XvDFTR0NV1OZSc5pfFR5ojXXs0zVWIuWoOp2WjRdYNrCuGen0sDAy3pFZJw671RI
8AmG3WqLHtrS8G7m9+7+SX0gYs0ZMUY7FHOQswUGiXekBxwyMVnzx+I3kcxY5u5F
/wYBc8P4SavZJ7EEjvnJf6O2eJcR6C8gVxSl4aWGtOhtfZVpHuZw8/uMu0HJHQLb
jj0pVgE/Qn00RGQHF+k6h2A0fvYdB2yE/8OK8cIHTuYeZffR45R+XeiASZJzvUF5
zoBVgxRddYMnmW1Gf8ecbnBKbijIv4KN/JmnrD0hmxhC0Sc4SVFximHupai5Vl4l
T6PSaqsj80N8wx34b5lfD/cvYxX5KbJCjJF6UTLB4s9gilJmLFCt7Q+Ii01b7ngn
RiYTPJFDc2dx9bj8ZKemV0ox0L7D4PwaTDaHR9a8LckRMKvo1DJAaCjByiVBxKUD
rHU028eiGbcBb0sfYD6IkmxXrloM1KEaNnHQYc1gUluFCWEWKaR4w+ZhfgEbHrjX
0T2vAmUnbuG+H1O4f0IJi5/JOsfHBDfcoLyp7D5tGslo9RpfS0/G/Fgdf68eNKhE
+liioAnkzoy7Kf+EvVZS/ULnrWHNLbD/dZFfJAbPAksIVsFsKKkakMdbTJgNxvVp
KLpiG0B5fIaOAA3nZ1tt
=AqWq
-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/e1t0b6c-0002eh...@franck.debian.org



Accepted spectrwm 1.0.0-1 (source all amd64)

2012-03-17 Thread Andrea Bolognani
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Wed, 07 Mar 2012 23:10:57 +0100
Source: spectrwm
Binary: spectrwm scrotwm
Architecture: source amd64 all
Version: 1.0.0-1
Distribution: unstable
Urgency: low
Maintainer: Andrea Bolognani e...@kiyuko.org
Changed-By: Andrea Bolognani e...@kiyuko.org
Description: 
 scrotwm- dynamic tiling window manager (transitional package)
 spectrwm   - dynamic tiling window manager
Changes: 
 spectrwm (1.0.0-1) unstable; urgency=low
 .
   * New upstream release.
   * Change source and binary package name to spectrwm in order to be
 consistent with upstream's new naming choices.
 - Provide a transitional binary package for compatibility.
 - Add Pre-Depends: on dpkg (= 1.15.7.2~) to properly migrate existing
   custom configuration files.
   * 104-skip-compatibility-symlinks.diff:
 - don't let upstream's build system handle compatibility symlinks.
   * 005-use-consistent-naming.diff:
 - merged upstream; dropped.
   * Update Standards-Version to 3.9.3 (no changes needed).
Checksums-Sha1: 
 0fe813b17767aa94eda0898e4a2fd89a84a1731b 1973 spectrwm_1.0.0-1.dsc
 fc0485c0a1c9fc782ba6f8fa6e11c8d6dbf2c9f0 88112 spectrwm_1.0.0.orig.tar.gz
 49c73ba049de57898fdd52751ed3429c81379ad5 19310 spectrwm_1.0.0-1.debian.tar.gz
 331ea6485cca6e644b4b8c7ee42970b83124b604 91730 spectrwm_1.0.0-1_amd64.deb
 6ec3ce4defbda49fceca2ae8c3ae0d876ea014de 6326 scrotwm_1.0.0-1_all.deb
Checksums-Sha256: 
 f7ffd5c55b7a3f7d719f3aecc63acb4764cca299fbfe446f09860927df380805 1973 
spectrwm_1.0.0-1.dsc
 4cfd7ed7c61fdfc8c108e5efec4513ee14b32baa8d2b095465c62e7bfdd65998 88112 
spectrwm_1.0.0.orig.tar.gz
 e2f73a65fd492622df3086f2e75250653e6739726854ac4e6389a11ad44ed732 19310 
spectrwm_1.0.0-1.debian.tar.gz
 cae73bae2ec75939dbd6fef287666d2f0ea3993be6806054665e46ec738052c3 91730 
spectrwm_1.0.0-1_amd64.deb
 33fa899eee4b30c51c01d23dfa6bef4a0953d009e80a1d22eef7619f206ed9d9 6326 
scrotwm_1.0.0-1_all.deb
Files: 
 995d150a1a0554b84fc20d685d9a127b 1973 x11 optional spectrwm_1.0.0-1.dsc
 8dd279f53f998c0543fa1ce35a9b4a13 88112 x11 optional spectrwm_1.0.0.orig.tar.gz
 65a030bdfb4b3e6b6908ac7bf2e34599 19310 x11 optional 
spectrwm_1.0.0-1.debian.tar.gz
 1e7086a71a07e0695bffd08d3b0b73b5 91730 x11 optional spectrwm_1.0.0-1_amd64.deb
 e0a8cfd0df86b205516405effc57c752 6326 oldlibs extra scrotwm_1.0.0-1_all.deb

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

iQIcBAEBCAAGBQJPYIZTAAoJEAVLu599gGRCN0UQAKxK1U0obMv3C9gLFK4OqOun
v5gPui9z3PXZvYFN+QxhpgHJPHL/UU2eXFj152trC8dLXQ7jni04RubOMFalrewW
O6Fkw6jnKJApI2F2U4D+39CGv+jRyuTfQZrndeDi3tMldstO+QQOywdI4UmCc7KV
nKyt50GKQBkiSfBvKAhgatizg2gOi7+JL4jmwnVzCTOwkYUjZhqlHHsvZjjY1aQ9
/yd3eoFccmuDPqXJp1RL/6i59RHzvuO9rwEybwSi9JU8T+YwOYWriT+A3JiuCpQj
Y+3MJcr9193rThuJYWqdiRxwMiG8lx0a+9vcCFQ0J8IFR/O/ZIe3XJgLdV8TimIq
venfK5EZ9f6nKozNhc845g8Xy5cG7JImDJuxLi9NwDlIoOJethXMHzOjj/2+qFEv
18mNHjwoaR9JB35HO3ys0elRRck3jWKouLtr3Ks/IdYKL76ZstkBhsPuUzuTKv1I
L9bTMQBCMJ8pWOh05+9hHUss0/RtShYZ47jnmEhuMatE1Wis6bQF/TKiDgNR4cVc
sQax80Ywdiwxq9EV2NqnkN2JsqKqwN5xZT/BpaO+R4cc7lI+EbsdMEHdeoxCoaQF
xDmhRXXfB3iQgdvOI9sk5dRLXliweOiXtJJZYW15yU/b8fZjHkX7Jk22tMq95TFa
Ivr2+DOSHxMqPHNThUeX
=YyMk
-END PGP SIGNATURE-


Accepted:
scrotwm_1.0.0-1_all.deb
  to main/s/spectrwm/scrotwm_1.0.0-1_all.deb
spectrwm_1.0.0-1.debian.tar.gz
  to main/s/spectrwm/spectrwm_1.0.0-1.debian.tar.gz
spectrwm_1.0.0-1.dsc
  to main/s/spectrwm/spectrwm_1.0.0-1.dsc
spectrwm_1.0.0-1_amd64.deb
  to main/s/spectrwm/spectrwm_1.0.0-1_amd64.deb
spectrwm_1.0.0.orig.tar.gz
  to main/s/spectrwm/spectrwm_1.0.0.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/e1s8seg-0005yu...@franck.debian.org



Accepted scrotwm 0.11.0-1 (source amd64)

2012-02-13 Thread Andrea Bolognani
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sat, 11 Feb 2012 17:40:50 +0100
Source: scrotwm
Binary: scrotwm
Architecture: source amd64
Version: 0.11.0-1
Distribution: unstable
Urgency: low
Maintainer: Andrea Bolognani e...@kiyuko.org
Changed-By: Andrea Bolognani e...@kiyuko.org
Description: 
 scrotwm- dynamic tiling window manager
Changes: 
 scrotwm (0.11.0-1) unstable; urgency=low
 .
   * New upstream release.
   * 005-use-consistent-naming.diff:
 - keep the spelling of the software name consistent.
   * Update Homepage: field accordingly.
Checksums-Sha1: 
 4b9de6c4d07e464b1c33966526ba0372fc0b754c 1928 scrotwm_0.11.0-1.dsc
 0cd74d79c71c0f2b9b6f8d71f13f05435031cc08 82600 scrotwm_0.11.0.orig.tar.gz
 98551271e771c680bdf5ff1068372766445d43e7 17889 scrotwm_0.11.0-1.debian.tar.gz
 9192f4af47a3086741bca0c011450c1e4fb7bae6 89556 scrotwm_0.11.0-1_amd64.deb
Checksums-Sha256: 
 03880d6e851f671832196fc348c8e245bb58c0b722fcd41c1f92530401b84989 1928 
scrotwm_0.11.0-1.dsc
 7d2a5b30c6285ee2daead904b6dd6b89c4f2ca7ac64aac88213151e234c6554d 82600 
scrotwm_0.11.0.orig.tar.gz
 d82e51721a5fb0230e1db1013de10669ae1800263d6d14b0d754119de496f825 17889 
scrotwm_0.11.0-1.debian.tar.gz
 dd11313dfeb466b59d9baa5c66f29b7c69c1a156f8eb2740670a68bef1929d42 89556 
scrotwm_0.11.0-1_amd64.deb
Files: 
 f02d147d5437dc82a9294d6331e10ef6 1928 x11 optional scrotwm_0.11.0-1.dsc
 cf8a0ebc43d0da102db2f75037a6b5df 82600 x11 optional scrotwm_0.11.0.orig.tar.gz
 b1febddafba9b5fa98d6037f240b9a24 17889 x11 optional 
scrotwm_0.11.0-1.debian.tar.gz
 e725915b70b8f22af4ab971d3cc5b1bd 89556 x11 optional scrotwm_0.11.0-1_amd64.deb

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

iQIcBAEBCAAGBQJPOMIqAAoJEAVLu599gGRCKbUP/1eRM/wUw3qE0RJaaiW49d5i
kz7MVlorsUMostuiLHWip9ZRRu0r/gSDZJI1tTaDgexuF3TRU1rnZdZJXwg7LFmD
cqSsNkbNKiY1AN9LVvxeHucFbdumHi3lFLsOPkBBso+SXtQtBAA6Zn5JQuXoZQXR
s8l/xUaeFk7M0wA3Dv4AVzeSr7dRy248aCJeDYqaM/fzKPeP8ljmteDuC5ZSsMn5
Sv3eluf55KVu+Sb2HSpYwhJTwpPzHITYCZWlF9P+efcPX7YFVEGxK2+TFCs3m+Vs
8CVZHAaRpy4fnYPewRGV3Ja+m4Vc7zc4X7LD/r239hEGUJ931lXyAUCAtPryszPD
REfqzZceTzXOFLujA8zv7RRW8ggLwN4d3KaM8qr/Vc34B8VyyQuyKysYvl/L+gX/
YtM/vUFVqIOnISsOiQ/b569iIJK8XV5G7+ZUbZJTOFR6tJR7EH222L4skNiSxnLo
NENXjlRJo1GlJAlSj0KGuXkac4RFUmwAwZA1C7rzAFq0dVJrHu/ihSK9Ol01Clwt
JeUxxaa11se5v0Frl0emkd//6ozUCV22RJjBqnAfHPV+4YN0FhEIkKrwt9iGQqE1
QQaJW3ieMuUS9XINac0c18bROVt7+JwIzBhUqUhK8XPI0tTFGfdnJyRmF3dJ4UiR
jUyW39O6KZw/dgN0ffBK
=Faee
-END PGP SIGNATURE-


Accepted:
scrotwm_0.11.0-1.debian.tar.gz
  to main/s/scrotwm/scrotwm_0.11.0-1.debian.tar.gz
scrotwm_0.11.0-1.dsc
  to main/s/scrotwm/scrotwm_0.11.0-1.dsc
scrotwm_0.11.0-1_amd64.deb
  to main/s/scrotwm/scrotwm_0.11.0-1_amd64.deb
scrotwm_0.11.0.orig.tar.gz
  to main/s/scrotwm/scrotwm_0.11.0.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/e1rwrcg-0006kb...@franck.debian.org



Re: Please test gzip -9n - related to dpkg with multiarch support

2012-02-09 Thread Andrea Bolognani
On Thu, Feb 09, 2012 at 01:33:58AM +, Wookey wrote:

 Some of the issues are already clear I think (moving arch-dependent
 headers into arch-qualified dirs, but leaving the others where they
 are)

And what is considered the best way to share the architecture–independent
headers between M-A: same -dev packages?

Install them in all packages, and let dpkg handle the conflicts? I still
don’t feel very confortable doing so, and it would cause an increase in
the archive size. Or ship them in a separate Arch: all -dev-common package,
which all the other -dev packages depend on? This would ensure a single
copy of the headers is present in the archive, but it would also add yet
another binary package per library to the Packages file…

-- 
Andrea Bolognani e...@kiyuko.org
Resistance is futile, you will be garbage collected.


signature.asc
Description: Digital signature


Re: [PHP-DEV] Suhosin patch disabled by default in Debian php5 builds

2012-02-02 Thread Andrea Bolognani
On Thu, Feb 02, 2012 at 03:14:56PM +0100, Stefan Esser wrote:

 BTW: You should really really look into the history of PHP security and check 
 for each of the last 8 years how many features were in Suhosin and later 
 merged into PHP because of some nasty security problem.
 You will see that at least 2 features of Suhosin per year were merged into 
 PHP.

If that’s the case, then you have nothing to worry about.

As more and more Suoshin features are merged into mainline PHP, Debian’s
PHP package will get more and more secure. That’s the way it happens for
many other packages, I fail to see why PHP should be treated differently.

-- 
Andrea Bolognani e...@kiyuko.org
Resistance is futile, you will be garbage collected.


signature.asc
Description: Digital signature


Accepted scrotwm 0.10.0-1 (source amd64)

2012-02-02 Thread Andrea Bolognani
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sat, 28 Jan 2012 12:20:27 +0100
Source: scrotwm
Binary: scrotwm
Architecture: source amd64
Version: 0.10.0-1
Distribution: unstable
Urgency: low
Maintainer: Andrea Bolognani e...@kiyuko.org
Changed-By: Andrea Bolognani e...@kiyuko.org
Description: 
 scrotwm- dynamic tiling window manager
Changes: 
 scrotwm (0.10.0-1) unstable; urgency=low
 .
   * New upstream release.
   * Update Debian copyright file.
   * Update Vcs-* control fields.
   * Various packaging improvements.
Checksums-Sha1: 
 a2499eb8725c961f208ee2b1395a176a2dfce2ab 1928 scrotwm_0.10.0-1.dsc
 1e356afd7fb15a4effa3934c10984f1f177bd5ef 80960 scrotwm_0.10.0.orig.tar.gz
 c5d0716d4bee729e5d35864874440cd98f2fb5ac 17108 scrotwm_0.10.0-1.debian.tar.gz
 cbcd884660df74c32e623e08477e3619df97c8a4 89284 scrotwm_0.10.0-1_amd64.deb
Checksums-Sha256: 
 36d085f4fcd803d890b33b4b5d892ca4044c01ec78f29e80333fc066060360d2 1928 
scrotwm_0.10.0-1.dsc
 4219beaa2f0dcb6bb8e80180d03bbf3ad58daaff627de189f0b7641b1faf7222 80960 
scrotwm_0.10.0.orig.tar.gz
 f8e069228d1758762d0e88944b3735c6597b29db1f438e0fd806ce9c0842 17108 
scrotwm_0.10.0-1.debian.tar.gz
 c12c782033b43c7eed3452eb7013a685459cb43b2a0e516712285f2103c4023b 89284 
scrotwm_0.10.0-1_amd64.deb
Files: 
 f1c84a5f247e548ba22e03b35e69133a 1928 x11 optional scrotwm_0.10.0-1.dsc
 407862684229a2c3282f2c1be59ee0fa 80960 x11 optional scrotwm_0.10.0.orig.tar.gz
 f6bca33ce19b41edf35ade00159cef7d 17108 x11 optional 
scrotwm_0.10.0-1.debian.tar.gz
 31fac338649f06b7b879a11d7c37dfa3 89284 x11 optional scrotwm_0.10.0-1_amd64.deb

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

iQIcBAEBCAAGBQJPKvnEAAoJEAVLu599gGRCyaEP/jmdcWR8pPImhRgqjFVQOnKp
Vb9g/eeLDTdAIgRb/jP8qqPtEYOxJJqKZbowMvyb2IF+L35gzqBKCeOLTWwZgEgS
v4KEEaVaP7Dgy+OZ9hKOs5ENQgq1BmedWRydyEFa5+eUToi7hzaQ4550phPCxD6M
2o4fy7J2jbFeD37E0UKRuhHoBIJlVAoZJxtJ9mjcTCdGgH4kuEobZn+NM77bhYhX
zGvuMzypbbN/7nX5eam1gg+SNEKvdBlaSJDunL6UcNTJq32WR2EXKovTuFW8Y7u9
RV0/rS03+gYftlsn180uca5uhuVaZTDOLUW8vbgG/YZTgaWqW/OAmU4adlC/KxBA
stzxy/ejINEU1vwA27V+s71zCexWv35RC2NQedpVOTJQwVyFgsNkeZjLqtGJZ9Fh
yTcFc+MMwVOmvIWw7Wha5NckS6fOg6GbrNYOZZz70ak/XGPHiQP5dSWAPRMAyBzV
LI4fzH/MQEK/wayXi7FOdKkOSznwRDcF4XNMsCz/cBBoD1d+QzJIz+4Llujl7ZjK
zHVPtPa2+/M0l/OgqIVNE5E5kBYD/rMk+YGpuueb3xiHje+wvC1x3YN85U8RI1XM
yrB8Uu/A7+T9YQ/72NtnTlWs8j1M+/IB4gU7IqeJNsneuyXl5oFrn/GUrnEqdKnt
0TxqyOckqk4xgbLZbQuz
=MVkJ
-END PGP SIGNATURE-


Accepted:
scrotwm_0.10.0-1.debian.tar.gz
  to main/s/scrotwm/scrotwm_0.10.0-1.debian.tar.gz
scrotwm_0.10.0-1.dsc
  to main/s/scrotwm/scrotwm_0.10.0-1.dsc
scrotwm_0.10.0-1_amd64.deb
  to main/s/scrotwm/scrotwm_0.10.0-1_amd64.deb
scrotwm_0.10.0.orig.tar.gz
  to main/s/scrotwm/scrotwm_0.10.0.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/e1rt4lz-00031v...@franck.debian.org



Accepted rhinote 0.7.4-1 (source all)

2012-01-23 Thread Andrea Bolognani
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 08 Jan 2012 11:46:39 +0100
Source: rhinote
Binary: rhinote
Architecture: source all
Version: 0.7.4-1
Distribution: unstable
Urgency: low
Maintainer: Andrea Bolognani e...@kiyuko.org
Changed-By: Andrea Bolognani e...@kiyuko.org
Description: 
 rhinote- virtual sticky-notes for your desktop
Changes: 
 rhinote (0.7.4-1) unstable; urgency=low
 .
   * New upstream version.
   * Switch to source format 3.0 (quilt).
   * Register HTML documentation with doc-base.
   * Rewrite man page in Markdown; add pandoc to Build-Depends.
   * Drop priority to extra.
   * Move to debhelper v7.
   * Bump Standards-Version to 3.9.2 (no changes needed).
Checksums-Sha1: 
 32b103b24cb22cc8ab1f9e9d65701b73031cd32d 1198 rhinote_0.7.4-1.dsc
 dc5e9ba96d96e47a348bc3e70d5795f154cf4b18 24141 rhinote_0.7.4.orig.tar.gz
 a3688fd223fb7fb8a3ccb3978fd2db3e63082bde 7057 rhinote_0.7.4-1.debian.tar.gz
 eead8fdd65986536b3ea717d28d8d7adbacda85a 20368 rhinote_0.7.4-1_all.deb
Checksums-Sha256: 
 2f129f85b01199f451a72b8e4d03d2a5a188ec972cc8bbe699c5977437679192 1198 
rhinote_0.7.4-1.dsc
 70acf2f90e6ef18b2688cc9639b8a65c06d8e9ed39cef4bcb4c2b4f21ca7820e 24141 
rhinote_0.7.4.orig.tar.gz
 4100ea93281a022b1911eae91a78a5524491d9e89441fc09062f292d855eab3f 7057 
rhinote_0.7.4-1.debian.tar.gz
 027f1f172181115ff5f48035e700e5b493c19c39f783ce2442c10c34025f 20368 
rhinote_0.7.4-1_all.deb
Files: 
 142f3b35bb0f22def430be0d6e97b618 1198 x11 extra rhinote_0.7.4-1.dsc
 34a09992dcad3eea7805734d2e7663dd 24141 x11 extra rhinote_0.7.4.orig.tar.gz
 55213d63dc9d5e903cc5b1e4943ecce1 7057 x11 extra rhinote_0.7.4-1.debian.tar.gz
 08a425188e95b990bf8db8a8296c13cb 20368 x11 extra rhinote_0.7.4-1_all.deb

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

iEYEARECAAYFAk8duvgACgkQ5qqQFxOSsXSMeACgs4E3Usj5rR1rKM04HqblPpzo
GCkAnj3DmNQzx3UfrErAJkzorLf/TwA2
=lJw7
-END PGP SIGNATURE-


Accepted:
rhinote_0.7.4-1.debian.tar.gz
  to main/r/rhinote/rhinote_0.7.4-1.debian.tar.gz
rhinote_0.7.4-1.dsc
  to main/r/rhinote/rhinote_0.7.4-1.dsc
rhinote_0.7.4-1_all.deb
  to main/r/rhinote/rhinote_0.7.4-1_all.deb
rhinote_0.7.4.orig.tar.gz
  to main/r/rhinote/rhinote_0.7.4.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/e1rpqrb-0006xk...@franck.debian.org



Accepted scrotwm 0.9.34-1 (source amd64)

2011-11-11 Thread Andrea Bolognani
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Fri, 11 Nov 2011 10:06:03 +0100
Source: scrotwm
Binary: scrotwm
Architecture: source amd64
Version: 0.9.34-1
Distribution: unstable
Urgency: low
Maintainer: Andrea Bolognani e...@kiyuko.org
Changed-By: Andrea Bolognani e...@kiyuko.org
Description: 
 scrotwm- dynamic tiling window manager
Closes: 531844 552647
Changes: 
 scrotwm (0.9.34-1) unstable; urgency=low
 .
   * New upstream release.
   * 002-improve-man-page.diff:
 - improve English man page. Closes: #531844 (please allow one
   workspace to span multiple monitors).
   * 003-update-italian-man-page.diff:
 - bring Italian man page up-to-date.
   * Add README.Debian file. Closes: #552647 (suggest or recommend
 acpi and iostat).
   * Install Portuguese man page.
   * Drop .desktop file, it is now shipped upstream.
   * Update watch file to reflect new snapshot location.
   * Recommend suckless-tools, which replaces dwm-tools.
   * Add Depends: on libxtst-dev.
   * Use hardening build flags, as provided by dpkg-buildflags.
   * Update Debian copyright file to DEP5 candidate version.
   * Bump Standards-Version to 3.9.2 (no changes needed).
Checksums-Sha1: 
 43a6c0435dcbbbf4690411d86645bcae41d29a5e 1913 scrotwm_0.9.34-1.dsc
 9e943883ea55048487fe59ed09b8a84467a81593 69755 scrotwm_0.9.34.orig.tar.gz
 0e6231a7ddd85ae950fc8619fa24b97fabdb6fd6 18679 scrotwm_0.9.34-1.debian.tar.gz
 5859c81fc67c6338bc0672c7b86ea6b4f4369a53 83814 scrotwm_0.9.34-1_amd64.deb
Checksums-Sha256: 
 8ef01ea7c35b9fda00a0fd904b400339e1b149eda6ed262ac48844e20450f766 1913 
scrotwm_0.9.34-1.dsc
 46f055f3c1b7d32bcaaf94193fd01a727422e787e8a7afcf987db2ffdec9ada8 69755 
scrotwm_0.9.34.orig.tar.gz
 dc010529737248abe0517866671ad263387db2db22ad484e72fcfffa03d716b0 18679 
scrotwm_0.9.34-1.debian.tar.gz
 c67075d408794258c8448fbcf6a7a82810a8c61272575fc6045cf984c8d8eb0d 83814 
scrotwm_0.9.34-1_amd64.deb
Files: 
 f5ea005b41bec6a023d665a1934f785d 1913 x11 optional scrotwm_0.9.34-1.dsc
 d38e296dd0bf014046e82cd42932f398 69755 x11 optional scrotwm_0.9.34.orig.tar.gz
 913dc6335e32a1f6b9e8f5667c436716 18679 x11 optional 
scrotwm_0.9.34-1.debian.tar.gz
 274f537e6b359559468decdaed648f53 83814 x11 optional scrotwm_0.9.34-1_amd64.deb

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

iQIcBAEBCAAGBQJOviNhAAoJEAVLu599gGRCufkP/3jBSPbVwFwNSnLdGdHcBK7W
CMsta4riQJeShB3/mCh9LZajC0gQHeTPk76zbtOWD+4s75EX06P698gvV2A5vshd
9J7L6C2LCknYMfHrT2EZFX6Cd3Dq8Q362Fx/wrUAMrFbHY8FcA2sTrkE2Tzz16qV
VRjxx1KlccyUEl/DSiJSWVAvYPJKxL4BVcHesZcawEha3oP3CCpTzNkeqdUgp1qX
M04OL/KVgunH0KSPKu4UqeYQgt7Hq7pGGH4/hIUt5N4YxntRL10ruXIUhrkgQXVm
ybguxAyop3vayCNCnGrZG1lsXKtSbU3u5tRIpkot0vbC8fwMBVsaeFg+xPa4CSAn
3GSw/fkivHhUzn92rEoN3gh6ocaIY1L64bF3S06NFiWz37S9uFHcTfM/uw2b8yOE
+gO0QSH1U8Pwohcz8Y30jDvDD/lgYW9vwchQPJAEJsXaUSaIoOEQ+WkEe9HucChs
BWtxQSX55An/1Z+2c4cP7tRcUnsXE2+GDrAFlKVpGVUdQL+Bf2Ei4uN/xzAOqHRw
UaDVrigdqYZizvTKlDvfD3rlpRcfW0W0VJPDkgpc9uQNpb5bhQfVQF/yWNqNbFSE
xZqsJIn2f+AxDl0McowMBhAI3BnHvH4OrHtvMr1COCoYrqkTqc9Yd2Jj7WAsMnIx
6uElbwmvFLDJSr3wmlVK
=+04s
-END PGP SIGNATURE-


Accepted:
scrotwm_0.9.34-1.debian.tar.gz
  to main/s/scrotwm/scrotwm_0.9.34-1.debian.tar.gz
scrotwm_0.9.34-1.dsc
  to main/s/scrotwm/scrotwm_0.9.34-1.dsc
scrotwm_0.9.34-1_amd64.deb
  to main/s/scrotwm/scrotwm_0.9.34-1_amd64.deb
scrotwm_0.9.34.orig.tar.gz
  to main/s/scrotwm/scrotwm_0.9.34.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/e1rp8iv-0004ne...@franck.debian.org



Re: Failed to make a .deb package of PECL uploadprogress on squeeze. Any solution?

2011-10-28 Thread Andrea Bolognani
On Fri, Oct 28, 2011 at 07:28:09AM +0530, Jaisen wrote:

 Please help..,
 I need to make this.
 I feel bad that, nobody in this list paying no attention in this.. :(

If you need help creating a package, debian-mentors is a much more
suitable list than this one.

Even there, though, you’ll have to be a little bit more patient: bumping
a thread more often than once every ten days or so is considered rude.

-- 
Andrea Bolognani e...@kiyuko.org
Resistance is futile, you will be garbage collected.


signature.asc
Description: Digital signature


Re: Bug#646804: ITP: cheermeup -- Send affirmative messages to the user via the notification library

2011-10-27 Thread Andrea Bolognani
On Thu, Oct 27, 2011 at 09:28:05PM +0200, Joachim Breitner wrote:

  WHAT? You mean it doesn't have polygen integration?
  
  How dare they make something like this without using polygen!
 
 And then have
 „It is okay to express happy people?“
 Cool!

This (and the parent message) made my day.
Please make this an actual polygen grammar!

-- 
Andrea Bolognani e...@kiyuko.org
Resistance is futile, you will be garbage collected.


signature.asc
Description: Digital signature


Re: RFC: Making mail-transport-agent Priority: optional

2011-10-16 Thread Andrea Bolognani
On Sat, Oct 15, 2011 at 03:50:45PM -0700, Don Armstrong wrote:

 1: I should note that I personally use a custom written nullmailer
 plugin which uses ssh to connect to my central mail host and then run
 /usr/lib/sendmail there... granted, that's probably a little bit
 crazy, but it works great for my laptops which are often operating on
 networks which try do all sorts of crazy things to outgoing mail. Some
 people on this list are probably doing other similarly crazy things.

Is the code for this plugin available anywhere?

The proxy one needs to go through to access the Internet from inside my
University buildings cuts off SMTP. I usually just let nullmailer queue
the message so that it is delivered as soon as I connect from home.

When I need to send out a mail immediately, what I do (and this totally
belongs to the “crazy things” section) is to ssh into my exim–running
VPS, grab the formatted mail message from the nullmailer queue and use
the remote sendmail instance to actually send it. Not exactly confortable,
but guaranteed to work.

-- 
Andrea Bolognani e...@kiyuko.org
Resistance is futile, you will be garbage collected.


signature.asc
Description: Digital signature


Re: Bug#637351: ITP: urfkill -- urfkill is a daemon for the management of the radio killswitches.

2011-08-12 Thread Andrea Bolognani
On Thu, Aug 11, 2011 at 05:34:56PM +0800, Keng-Yu Lin wrote:

 rfkill package in the archive is just a simple utility for switch
 on/off the RF device.
 urfkill handles the hotkeys (KEY_WLAN, KEY_BLUETOOTH, KEY_RFKILL, etc)
 and can be configurable to behave differently on the key pressed.
 Say, one may like the bluetooth to be switched off too on KEY_WLAN,
 whereas in fact KEY_WLAN is for Wifi only, at least literally.

I believe you could achieve the same effect using a combination of
triggerhappy and the aforementioned rfkill, and I don’t like the idea
of having a special daemon running to handle a subset of the special
keys when there’s a more general solution to the problem already in the
archive.

That said, urfkill might have advantages I don’t see.

-- 
Andrea Bolognani e...@kiyuko.org
Resistance is futile, you will be garbage collected.


signature.asc
Description: Digital signature


Bug#617304: ITP: cattle-1.0 -- Brainfuck language toolkit

2011-03-07 Thread Andrea Bolognani
Package: wnpp
Severity: wishlist
Owner: Andrea Bolognani e...@kiyuko.org

* Package name: cattle-1.0
  Version : 1.0.0
  Upstream Author : Andrea Bolognani e...@kiyuko.org
* URL : http://kiyuko.org/software/cattle
* License : GPL-2+
  Programming Lang: C
  Description : Brainfuck language toolkit

Cattle is a toolkit for the Brainfuck programming language.
.
It can be embedded in any application to give it the ability to inspect
and run Brainfuck programs; to make the interaction between the hosting
application and the Brainfuck interpreter completely transparent, Cattle
can be configured to use a custom set of I/O routines instead of the
default ones. 

NOTE: Cattle will be a dependency for future versions of Beef.



-- 
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/20110307223821.15400.47764.reportbug@localhost



Re: Misc Developer News (#24)

2010-11-17 Thread Andrea Bolognani
On Wed, Nov 17, 2010 at 06:42:49PM +0800, Paul Wise wrote:
 
 Some libraries warrant screenshots (GTK+, Qt for example).
 
 The problem is that there is no reliable way to differentiate between
 packages that it is appropriate to have a screenshot for and those
 that should never have a screenshot. If you can think of one, that
 would be really useful (for lintian or the PTS for eg).

How about a simple blacklist?

Just add a new link to screenshots.d.o/package/package, with the
text “This package needs no screenshot”.

If I understand correctly, submissions are moderated anyway; when a
no–screenshot–needed request is received, the moderator just needs to
check the request looks valid (ie. the package is a library) and add
the package to the blacklist.

-- 
Andrea Bolognani e...@kiyuko.org
Resistance is futile, you will be garbage collected.


signature.asc
Description: Digital signature


Accepted scrotwm 0.9.20-1 (source i386)

2009-12-04 Thread Andrea Bolognani
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Tue, 01 Dec 2009 17:29:54 +0100
Source: scrotwm
Binary: scrotwm
Architecture: source i386
Version: 0.9.20-1
Distribution: unstable
Urgency: low
Maintainer: Andrea Bolognani e...@kiyuko.org
Changed-By: Andrea Bolognani e...@kiyuko.org
Description: 
 scrotwm- dynamic tiling window manager
Closes: 531790 531826 532569 551732
Changes: 
 scrotwm (0.9.20-1) unstable; urgency=low
 .
   * New upstream release:
 - Closes: #531790 (focus changes to the window in the background
   sometimes).
 - Closes: #531826 (doesn't play well with hidden windows).
 - Closes: #532569 (dialogs are always displayed on the first screen in
   a multi-head setup).
   * 002-check-before-preloading-libswmhack.diff:
 - libswmhack.so is installed now, so this patch is no longer needed.
   * 003-dont-use-hypen-as-minus-sign.diff:
 - merged upstream; dropped.
   * 102-remove-bash-and-openbsd-assumptions.diff:
 - call top correctly.
   * 103-try-versioned-dlopen.diff:
 - make libswmhack.so work even when libx11-dev and libxt-dev are not
   installed. Closes: #551732 (unable to run some applications because
   of LD_PRELOAD=/usr/.../libswmhack.so.0.0 in the environment).
   * Convert to 3.0 (quilt) source format.
   * Document patches according to DEP-3.
Checksums-Sha1: 
 189727cb472135524566521b1221c5d4f34f0533 1466 scrotwm_0.9.20-1.dsc
 dcb903bc139bbea538e2b4bb617e8539a3ad8515 54367 scrotwm_0.9.20.orig.tar.gz
 ae4b54e3ca9b0b220c43e30a10239884db13c4aa 7621 scrotwm_0.9.20-1.debian.tar.gz
 901235c49ab3866fe6b7251673e442705d6c096b 57908 scrotwm_0.9.20-1_i386.deb
Checksums-Sha256: 
 d6c7a1dd5d531c4d12e4b673c09cf3d30db3417bf54868c8295bf413a4c2e7aa 1466 
scrotwm_0.9.20-1.dsc
 da4796276b8631cd9bdfd573a6ee9e9302a489712678d55bbcecc1a4de6418ce 54367 
scrotwm_0.9.20.orig.tar.gz
 0755f0510178491422a0cd8717a0ddfd5da786a67558f6677aa0d616c157af5f 7621 
scrotwm_0.9.20-1.debian.tar.gz
 6c4ada61c6365fd9b4d4442e9a2a6e43a31f0fe66f754b1738e0625cc2789622 57908 
scrotwm_0.9.20-1_i386.deb
Files: 
 f5f6699eb1f19f2aeec72c7e97875f58 1466 x11 optional scrotwm_0.9.20-1.dsc
 58c251aca37baa0411cba1004b7a7e00 54367 x11 optional scrotwm_0.9.20.orig.tar.gz
 d96016e7024c85f5c2b22973c0e7975a 7621 x11 optional 
scrotwm_0.9.20-1.debian.tar.gz
 4332d28b34475732ada13834774dbd4b 57908 x11 optional scrotwm_0.9.20-1_i386.deb

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

iQEcBAEBCAAGBQJLGQgLAAoJENbfLHnbvsrcJzIIAMwdeHijlMyKJiyiidCWBJ+5
ztBIaodgCl/g+eduAW83dtAKrf2KU/gHu2YtQYVeHRpDcOJkeYY3T68+8krMbFVP
mlZtpMW9/5bPylYUuCtDO3Pe69yBodJWwefIBnkOeIfo0f8rDI6sd9SFT3Zwafks
vh9M5PDe7+RXss4T8xwTtm2cEG0yi8SqRoAfUtZtxdBUANC7TQt/tNHqG7EjSThK
LQvpQ35/6grQWJTI8ejPbiqIaqlyhZ3zm7KSzXESvvRoaRMPn0FeXtoqB2ueYsUu
Pvb659hWazWHCiOybeHDrVCOJ3jyXfWCLuE/Ef8e5RgTK9x0uzjUOWh9A+bT3P0=
=jdcl
-END PGP SIGNATURE-


Accepted:
scrotwm_0.9.20-1.debian.tar.gz
  to main/s/scrotwm/scrotwm_0.9.20-1.debian.tar.gz
scrotwm_0.9.20-1.dsc
  to main/s/scrotwm/scrotwm_0.9.20-1.dsc
scrotwm_0.9.20-1_i386.deb
  to main/s/scrotwm/scrotwm_0.9.20-1_i386.deb
scrotwm_0.9.20.orig.tar.gz
  to main/s/scrotwm/scrotwm_0.9.20.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



Accepted scrotwm 0.9.8-1 (source i386)

2009-10-06 Thread Andrea Bolognani
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Mon, 14 Sep 2009 11:13:35 +0200
Source: scrotwm
Binary: scrotwm
Architecture: source i386
Version: 0.9.8-1
Distribution: unstable
Urgency: low
Maintainer: Andrea Bolognani e...@kiyuko.org
Changed-By: Andrea Bolognani e...@kiyuko.org
Description: 
 scrotwm- dynamic tiling window manager
Changes: 
 scrotwm (0.9.8-1) unstable; urgency=low
 .
   * New upstream release.
   * Build and install libswmhack.so.
   * 003-dont-use-hypen-as-minus-sign.diff: fix a common man page issue.
   * Bump Standards-Version to 3.8.3 (no changes needed).
Checksums-Sha1: 
 4a1c6183a815b1e29052ccff6783e9208eeafae6 1436 scrotwm_0.9.8-1.dsc
 7551fefa648b0875e7635dbc43036f2589edb538 38863 scrotwm_0.9.8.orig.tar.gz
 0958ef910c3da4f1dc0e6e68b7444d6e8d35bdaa 6824 scrotwm_0.9.8-1.diff.gz
 d88724492f9ecbe1f7d325ef18d1019810eafcc0 38620 scrotwm_0.9.8-1_i386.deb
Checksums-Sha256: 
 9c76759b75c1d5bbdf5ee92ad7a836e59bfaef2abb925c98452268d02ce7a3f5 1436 
scrotwm_0.9.8-1.dsc
 b8b2380a4b7285932f29db1d43e559fdba704bee846f86e0ae2fb2da8779204c 38863 
scrotwm_0.9.8.orig.tar.gz
 4e685399886fc83b6adbfcefa9071678536ca31f9e696f08ce80d577e30b4ecf 6824 
scrotwm_0.9.8-1.diff.gz
 fc58e2999b2ecc1b9604bb8d1dea5b2f177003b4aecf5624ad1b19c62086b737 38620 
scrotwm_0.9.8-1_i386.deb
Files: 
 2e8f45e9b176838fa9c6ecaa8c938a84 1436 x11 optional scrotwm_0.9.8-1.dsc
 60684a835bf025164b1727a0d905dda6 38863 x11 optional scrotwm_0.9.8.orig.tar.gz
 c67840976c9140ae7644ce92281fa621 6824 x11 optional scrotwm_0.9.8-1.diff.gz
 4eaa5c671cef240ef2076a19c2963eab 38620 x11 optional scrotwm_0.9.8-1_i386.deb

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

iQEcBAEBCAAGBQJKyvdkAAoJENbfLHnbvsrceH0H/0/7GwHslUH/KclgVciVPY16
31GVOLlL4LQ0upYG6wkMA7AWqnNa3LWYPwT3dYb3flc88FtCzOf0NyCGUPYHyPh/
fuwpMdNLYGzEKZ+OkteEuWoqy7FkCa6kT6jUVZxP7GgtXqGiAcHFxb3CtnpsBpl3
o60pK9yEbHMYrYbpV+eMzR9963qhhVJkjFTYiVrkbjHv6/0EyFuJYO4+CaMO0Ibz
S6HFqGs7Qlr0F/pdYQDgMAosBBS+OBTmIxte47oa1uBcQJAz0Ro035PqDMZo8Mjh
iofmuoh3XBxhDhKyHYBzNywIBmc13dtmf0I1SGOfalxyF+P8yK0wXQg0CglH7+o=
=I9V+
-END PGP SIGNATURE-


Accepted:
scrotwm_0.9.8-1.diff.gz
  to pool/main/s/scrotwm/scrotwm_0.9.8-1.diff.gz
scrotwm_0.9.8-1.dsc
  to pool/main/s/scrotwm/scrotwm_0.9.8-1.dsc
scrotwm_0.9.8-1_i386.deb
  to pool/main/s/scrotwm/scrotwm_0.9.8-1_i386.deb
scrotwm_0.9.8.orig.tar.gz
  to pool/main/s/scrotwm/scrotwm_0.9.8.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



Re: Debian Policy 3.8.3.0 released: localized manpages

2009-08-18 Thread Andrea Bolognani
 This is just my own personal use of .TH in all my projects
 , using sbuild as an example:
 
 TH SCHROOT 1 @RELEASE_DATE@ Version @VERSION@ Debian
 sbuild
 
 where @RELEASE_DATE@ is the date of the release, which
 gets substituted in by autoconf's configure script
 (schroot.1.in - schroot.1). Downside: an additional
 processing step. Advantage: always up to date with no
 manual editing required.

This also means localized manpages will always fail the
simple
date check, unless you use the same .TH line in every
localized
manpage. Doing so, however, would make it as impossible to
know
which manpages are outdated based on the .TH line.


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Re: Debian Policy 3.8.3.0 released: localized manpages

2009-08-18 Thread Andrea Bolognani
On Tue, 18 Aug 2009 10:29:32 + (UTC), Philipp Kern
tr...@philkern.de wrote:
 
 And what should we do if a localized manpage is in fact
 the authoriative one?

That doesn't change a thing: if the date in the .TH line is
supposed to be that of the last update (making a lintian
check based on that date would otherwise be quite
pointless),
automatically inserting the release date is never correct,
whatever the authoritative language might be.


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Re: Dueling Banjoes

2009-07-02 Thread Andrea Bolognani
We haven't got multiarch yet, and you ask for multibanjos support already?

That's pretty rude if you ask me.

-- 
Andrea Bolognani e...@kiyuko.org
Resistance is futile, you will be garbage collected.


pgpa82LhbtB8l.pgp
Description: PGP signature


Re: RFC: DEP-3: Patch Tagging Guidelines

2009-06-19 Thread Andrea Bolognani
On Wed, 17 Jun 2009 12:40:01 +0200
Raphael Hertzog hert...@debian.org wrote:

  For the avoidance of confusion I would suggest that this be changed to
  Reviewed-by - the normal Linux/git Signed-off-by has a specific meaning
  that needn't include actually doing a code review.
 
 I started first with Reviewed-by and then thought that it was stupid to
 not reuse the name that is already vastly used for a similar purpose. What
 do other people think? I'm fine with both names.

Vastly used in the git world, not as vastly used outside of it. Reviewed-by
conveys the same information and is more easily understandable IMHO.

-- 
Andrea Bolognani e...@kiyuko.org
Resistance is futile, you will be garbage collected.


pgpDQfuEuDkPi.pgp
Description: PGP signature


Accepted scrotwm 0.9.5-1 (source i386)

2009-06-01 Thread Andrea Bolognani
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sat, 30 May 2009 21:18:27 +0200
Source: scrotwm
Binary: scrotwm
Architecture: source i386
Version: 0.9.5-1
Distribution: unstable
Urgency: low
Maintainer: Andrea Bolognani e...@kiyuko.org
Changed-By: Andrea Bolognani e...@kiyuko.org
Description: 
 scrotwm- dynamic tiling window manager
Closes: 530990
Changes: 
 scrotwm (0.9.5-1) unstable; urgency=low
 .
   * New upstream release.
   * Remove bashisms from baraction.sh example script. (Closes: #530990)
Checksums-Sha1: 
 5e4dc2e976b82dfde75ee5c13f123cd1d7525cb4 1384 scrotwm_0.9.5-1.dsc
 7aa8d552932bc58c45a9484864b3914fc20e57d1 36134 scrotwm_0.9.5.orig.tar.gz
 f12d402afd30b43618bc2f2025789e2e9ea4e300 6487 scrotwm_0.9.5-1.diff.gz
 b28736d7cd57a028678eb9fc30cdc9876455989f 33888 scrotwm_0.9.5-1_i386.deb
Checksums-Sha256: 
 812ad6a63ea677356135560958424c68d8321d348fceb7f870fdd5fc19f96835 1384 
scrotwm_0.9.5-1.dsc
 35a7e3ab805fc680459390e2e165f224268cec39bceb9679385c86a3054035ae 36134 
scrotwm_0.9.5.orig.tar.gz
 db9974c27e6ba46daa5ddd072d4fec9d2bc0c322206a0dd1969d4bb0ca83beff 6487 
scrotwm_0.9.5-1.diff.gz
 d1f1c76341d074409d9644b17f8bec56fc504a0a5387f1d2b45dc27c4a98f9a3 33888 
scrotwm_0.9.5-1_i386.deb
Files: 
 6a03a04e8a15562e31b331d17adf0a56 1384 x11 optional scrotwm_0.9.5-1.dsc
 d0ae2cdcaefa953627a250a183261670 36134 x11 optional scrotwm_0.9.5.orig.tar.gz
 c736806674af20299e1ac4db3860ece2 6487 x11 optional scrotwm_0.9.5-1.diff.gz
 064529ae40fee4adef2aedc2622fba90 33888 x11 optional scrotwm_0.9.5-1_i386.deb

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

iQEcBAEBCAAGBQJKI85rAAoJENbfLHnbvsrce28H/RJ2RoKxGPKyjwsYAzjgtXLI
hNO5VDRoBUgak/D7qLcO1o1tUgIdCdxXmaFLpR720/IkbjlxB8fwLQkGmve6Q13p
9n7kAOfAyvxr7u+0QTlwUJvIEnWBMjK37wHwBw6UubSHYm6CK7W3isRR9ZNEUVjk
hCMW4kfDER4Q/zZSlMxUlgnXUxJgVkTVXLizYFwA6EcXro2RUDWswAiqoh+IxQi0
1oat8Be8LS0rIzYkFbhRA9Ud0D2Oa6u+KMtc6FG+CdxQHa3q4pNO2FPJJXGraXnG
WnLbpoAnPYV0lhhEFjWZQpLaPlaGMMfbCND8dvaI2OPGixk47S0srNoPRCku31c=
=y6/X
-END PGP SIGNATURE-


Accepted:
scrotwm_0.9.5-1.diff.gz
  to pool/main/s/scrotwm/scrotwm_0.9.5-1.diff.gz
scrotwm_0.9.5-1.dsc
  to pool/main/s/scrotwm/scrotwm_0.9.5-1.dsc
scrotwm_0.9.5-1_i386.deb
  to pool/main/s/scrotwm/scrotwm_0.9.5-1_i386.deb
scrotwm_0.9.5.orig.tar.gz
  to pool/main/s/scrotwm/scrotwm_0.9.5.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



Accepted scrotwm 0.9.2-1 (source i386)

2009-05-21 Thread Andrea Bolognani
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Thu, 19 Mar 2009 08:11:05 +0100
Source: scrotwm
Binary: scrotwm
Architecture: source i386
Version: 0.9.2-1
Distribution: unstable
Urgency: low
Maintainer: Andrea Bolognani e...@kiyuko.org
Changed-By: Andrea Bolognani e...@kiyuko.org
Description: 
 scrotwm- dynamic tiling window manager
Closes: 514322
Changes: 
 scrotwm (0.9.2-1) unstable; urgency=low
 .
   * Initial release. (Closes: #514322)
Checksums-Sha1: 
 bd0a1e82a6cca9f575bf470412ad7ec1ac9262b2 1382 scrotwm_0.9.2-1.dsc
 7fb6321545446b2c7066835abc3347e5d6cc4805 34267 scrotwm_0.9.2.orig.tar.gz
 0acadb6089fc4e9c5e0f7fdff9cfbce144e2ba11 5046 scrotwm_0.9.2-1.diff.gz
 636730e4918b9e5827daea2fd19b173b7654f0a7 31954 scrotwm_0.9.2-1_i386.deb
Checksums-Sha256: 
 d35158e5022bedd8ef07b019863decfaa29fa390775e2fb92c23df66bb9320a2 1382 
scrotwm_0.9.2-1.dsc
 a68fb0866ed5ae592fd14ef2d5c474ade2d1e4ef52e42507699222372f0fb990 34267 
scrotwm_0.9.2.orig.tar.gz
 189f7ba5206a0196b27f9cfe8bcec4ac8d5ff7e06908217b387a8f4812646fdd 5046 
scrotwm_0.9.2-1.diff.gz
 141eb2724778d2f5d4c9627b3a49e04fcf8dcef5c1778cb2fd42f484419a371f 31954 
scrotwm_0.9.2-1_i386.deb
Files: 
 b1f5ef2b3a3f88f885c8caf570137800 1382 x11 optional scrotwm_0.9.2-1.dsc
 3e788d63e75c96ec8b20de131c369f4f 34267 x11 optional scrotwm_0.9.2.orig.tar.gz
 76c3a2ab45e67000e393b7b1fda601b6 5046 x11 optional scrotwm_0.9.2-1.diff.gz
 f654421a0676d3636ee5a2fb2ba0836d 31954 x11 optional scrotwm_0.9.2-1_i386.deb

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

iQEcBAEBAgAGBQJKE9U0AAoJENbfLHnbvsrcR0EH/A4Bst1MCHHy5833BNwgV1Yi
HbmfgXxjwhjIopj3c52GIlx6FFZOKBGHOE4w+iHIiX9uvxD+sQht0rUxJ44tBpqn
f0xZp6dg4h1tCRADcoIR47K+idIK7kUML/i3VYEzvu69ltQvtn8k81+Jg3LZEQKq
logPpUWGsyE7k4bQwFHwuB0BFHQ79OU10NaBEQi3PEVlkRVjs3mTYfxFeCB8G9eo
1sk8fGA6OG68szX8lRBhOIDn17SMiGp4RFKFQasRSUatQMFT67pMQmU7+WAeShrA
nmy5wU7k9GV9nF3DmsNVSjvV0PzBQctL1fdTgg8bsMlRLQDCrOquStFcc+f+Mmg=
=7/TL
-END PGP SIGNATURE-


Accepted:
scrotwm_0.9.2-1.diff.gz
  to pool/main/s/scrotwm/scrotwm_0.9.2-1.diff.gz
scrotwm_0.9.2-1.dsc
  to pool/main/s/scrotwm/scrotwm_0.9.2-1.dsc
scrotwm_0.9.2-1_i386.deb
  to pool/main/s/scrotwm/scrotwm_0.9.2-1_i386.deb
scrotwm_0.9.2.orig.tar.gz
  to pool/main/s/scrotwm/scrotwm_0.9.2.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



Re: xcdroast does no longer work with wodim: Who to blame?

2009-03-03 Thread Andrea Bolognani
On Tue, 03 Mar 2009 16:31:30 +0100
joerg.schill...@fokus.fraunhofer.de (Joerg Schilling) wrote:

 Darren Salt li...@youmustbejoking.demon.co.uk wrote:
 
   In order to create a derived work, you need to add own code of a 
   sufficient
   creation level. The simple act of compiling does of course not create a
   derived work.
 
  By that argument, it seems to me that if I compile (and link) cdrtools, it's
   ^
  not a derived work; but if you compile (and link) cdrtools, it's a derived
 ^^^
  work. (You've definitely added your own code, whereas I haven't added
  anything.)
 
 You seem to be extremely confused. Try to first write as many internal draft 
 version before you come back with something that does not contradict within 
 a single sentence.
 
There is no contradiction in that sentence; please read it more carefully.

-- 
Andrea Bolognani e...@kiyuko.org
Resistance is futile, you will be garbage collected.


pgpl3lKU9eegc.pgp
Description: PGP signature


Accepted rhinote 0.7.2-1 (source all)

2008-07-21 Thread Andrea Bolognani
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 19 Jul 2008 08:47:59 +0200
Source: rhinote
Binary: rhinote
Architecture: source all
Version: 0.7.2-1
Distribution: unstable
Urgency: low
Maintainer: Andrea Bolognani [EMAIL PROTECTED]
Changed-By: Andrea Bolognani [EMAIL PROTECTED]
Description: 
 rhinote- virtual sticky-notes for your desktop
Changes: 
 rhinote (0.7.2-1) unstable; urgency=low
 .
   * New upstream version
   * Install upstream-provided PNG icons
   * Replaced cupsys-bsd with cups-bsd in Depends
   * Updated watch file to reflect hosting change
   * Bumped Standards-Version to 3.8.0 (no changes needed)
Checksums-Sha1: 
 38cc2b9445091b00c7339a41c4855d2151c2ebfd 970 rhinote_0.7.2-1.dsc
 75137abe5226571be4c9fda70c9d0f8a42b9e022 23641 rhinote_0.7.2.orig.tar.gz
 42f9e699c338f99536b74df7c526cf0f7fb1cd08 6387 rhinote_0.7.2-1.diff.gz
 50a617a0e3ed4aed70e3715af90afcac459398ac 20170 rhinote_0.7.2-1_all.deb
Checksums-Sha256: 
 b6cf23ae286611b68b2fef840e8ac3179dd8402939f49e42e2faf5e6cab30d23 970 
rhinote_0.7.2-1.dsc
 c819fe7471195a14f4a51e5edfa9837c4f2408aa7bbb3eafd0beb8e83638ea8d 23641 
rhinote_0.7.2.orig.tar.gz
 f9c0b29203de54fa59e7ff83cc53d50e45e81711f15a7c9ae95f1690c9ada234 6387 
rhinote_0.7.2-1.diff.gz
 ccf96f9fed76dea0721a4f06790aef5d392a524f4ba780d1cf0f09eb790969f0 20170 
rhinote_0.7.2-1_all.deb
Files: 
 49356d34edceac2a418e0f17173edc9c 970 x11 optional rhinote_0.7.2-1.dsc
 6eff353d632d1e9a1588e31694e5d079 23641 x11 optional rhinote_0.7.2.orig.tar.gz
 40ccf6be95dd4d86c7af78335533ec9e 6387 x11 optional rhinote_0.7.2-1.diff.gz
 dde56fd7981cb30179337debd262117d 20170 x11 optional rhinote_0.7.2-1_all.deb

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

iD8DBQFIhShfqPceVIzhGUERAgLBAKCd+7Hx2fx3k16KXMyY6P0eeouJDgCgwnLN
PZU9DfG1d0mTxgtUwHJELGo=
=kfMc
-END PGP SIGNATURE-


Accepted:
rhinote_0.7.2-1.diff.gz
  to pool/main/r/rhinote/rhinote_0.7.2-1.diff.gz
rhinote_0.7.2-1.dsc
  to pool/main/r/rhinote/rhinote_0.7.2-1.dsc
rhinote_0.7.2-1_all.deb
  to pool/main/r/rhinote/rhinote_0.7.2-1_all.deb
rhinote_0.7.2.orig.tar.gz
  to pool/main/r/rhinote/rhinote_0.7.2.orig.tar.gz


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: What should postrm purge actually do?

2008-06-04 Thread Andrea Bolognani
On Tue, 3 Jun 2008 21:05:30 +0200
Michael Koch [EMAIL PROTECTED] wrote:

 So a good installer knows when you mount your $HOME on multiple machines
 and use some config files only on some machines? /irony
 
 Its the job of the user to cleanup his home. He knows best what he still
 needs. Or at least should know.

When you have a lot of software installed on your system, it might get
difficult to trace exactly which configuration files you need and which
ones you don't need.

Now imagine the following situation: a package's maintainer can declare the
per-user configuration/cache files used by the program, so they are added
to the dpkg database along with other files belonging to the package.

It would then be trivial (or at least possible) to write a simple program
which scans the user's home directory, and notifies the user of
configuration/cache files which do not belong to any installed program.

-- 
Andrea Bolognani [EMAIL PROTECTED]
Resistance is futile, you will be garbage collected.


pgpjr9jWpdgfG.pgp
Description: PGP signature


Re: What should postrm purge actually do?

2008-06-04 Thread Andrea Bolognani
On Wed, 04 Jun 2008 12:16:40 +0200
Reinhard Tartler [EMAIL PROTECTED] wrote:

  When you have a lot of software installed on your system, it might get
  difficult to trace exactly which configuration files you need and which
  ones you don't need.
 
 Which is a good reason to use software that doesn't clutter your $HOME.
 
 Did you consider the case with $HOME being mounted on NFS with
 rootsquash (which is set by default)? Should the postinst then 'su' to
 each user to do the modifcations in that case then? How about if some
 extra security policy is active like apparmor or selinux?
 
 Sorry, the only sane option which is left is to keep maintainer scripts
 out of users home. 

Given your response, I see either you didn't read the whole message or I
didn't explain myself clearly. I can try to re-elaborate if you need me to.

-- 
Andrea Bolognani [EMAIL PROTECTED]
Resistance is futile, you will be garbage collected.


pgphFOA8YCehW.pgp
Description: PGP signature


Re: A suggestion

2008-04-03 Thread Andrea Bolognani
On Thu, 3 Apr 2008 09:57:31 +0100
Holger Levsen [EMAIL PROTECTED] wrote:

 Hi,
 
 On Thursday 03 April 2008 07:19, Anibal Avelar wrote:
  Totally I agree. Testing is fine for a personal Desktop machine.
 
 I disagree. 
 
 It's fine for some persons desktops, yes. 
 
 But it is neither feature-supported nor security supported, if users have 
 problems they'll get use stable if you cant deal with problems responses. 
 Testing may also broken for an undefined time (because it is a tool for 
 developments and transitions might well be more important than fixing this or 
 that bug). And there are more reasons why testing is called testing.
 
 So, IMO, testing is fine for a personal developers desktop. But not in 
 general.

And stable is not fine for a desktop in general, because it has outdated
packages which are not what a desktop user wants.

Testing is fine for a desktop, as long as you know you may have to deal with
breakages from time to time. Not that it happens often, at least from my
experience.

-- 
KiyuKo eof AT kiyuko DOT org
Resistance is futile, you will be garbage collected.


pgpJZ21PFZKKD.pgp
Description: PGP signature


Re: A suggestion

2008-04-01 Thread Andrea Bolognani
On Tue, 1 Apr 2008 00:38:36 -0300
Joel Franco [EMAIL PROTECTED] wrote:

 I think that the testing or above releases may be suitable for the
 desktop of a EXPERT linux user. I need a stable release because my
 desktop must simply to work; it is not a so critical system like a
 server but this is critical to my business go on.

From my experience, testing is perfectly suitable for a desktop/development
system. I have used it exclusively on both my desktop and my laptop for a
couple of years now, and I have experienced only a couple of minor issues
so far.

The main difference between a desktop and a server is that usually on a
server you can't afford any downtime, while on a desktop system you can
screw up and reinstall every once in a while if needed...

-- 
KiyuKo eof AT kiyuko DOT org
Resistance is futile, you will be garbage collected.


pgpL3hL20xgWn.pgp
Description: PGP signature


Accepted rhinote 0.7.1-1 (source all)

2008-03-31 Thread Andrea Bolognani
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon, 31 Mar 2008 10:07:24 +0200
Source: rhinote
Binary: rhinote
Architecture: source all
Version: 0.7.1-1
Distribution: unstable
Urgency: low
Maintainer: Andrea Bolognani [EMAIL PROTECTED]
Changed-By: Andrea Bolognani [EMAIL PROTECTED]
Description: 
 rhinote- virtual sticky-notes for your desktop
Changes: 
 rhinote (0.7.1-1) unstable; urgency=low
 .
   * New upstream version
   * Fixed watch file to match the change in upstream's versioning scheme
Files: 
 0ebf9529562f0299669c62959d49f5c1 611 x11 optional rhinote_0.7.1-1.dsc
 5c76b110e2a2db6ddedd9e9ed843024a 23419 x11 optional rhinote_0.7.1.orig.tar.gz
 c2cf450511c4609e46fa0a7eb4ea2bf7 6186 x11 optional rhinote_0.7.1-1.diff.gz
 2c7a88ee8da55ac2c9ce7e98313e8a64 15042 x11 optional rhinote_0.7.1-1_all.deb

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

iD8DBQFH8ZSpqPceVIzhGUERAq3SAJ9DFHyAjAoMlNoMJ8mRaj/2v61JfgCgomCh
zDyWTauyZ6RcNDdTXcVQ3Xw=
=Ytmh
-END PGP SIGNATURE-


Accepted:
rhinote_0.7.1-1.diff.gz
  to pool/main/r/rhinote/rhinote_0.7.1-1.diff.gz
rhinote_0.7.1-1.dsc
  to pool/main/r/rhinote/rhinote_0.7.1-1.dsc
rhinote_0.7.1-1_all.deb
  to pool/main/r/rhinote/rhinote_0.7.1-1_all.deb
rhinote_0.7.1.orig.tar.gz
  to pool/main/r/rhinote/rhinote_0.7.1.orig.tar.gz


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Accepted beef 0.0.6-2 (source i386)

2008-03-19 Thread Andrea Bolognani
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sun, 17 Feb 2008 23:51:57 +0100
Source: beef
Binary: beef
Architecture: source i386
Version: 0.0.6-2
Distribution: unstable
Urgency: low
Maintainer: Andrea Bolognani [EMAIL PROTECTED]
Changed-By: Andrea Bolognani [EMAIL PROTECTED]
Description: 
 beef   - flexible Brainfuck interpreter
Changes: 
 beef (0.0.6-2) unstable; urgency=low
 .
   * Added watch file
   * Added support for DEB_BUILD_OPTIONS (noopt)
   * Don't ignore `$(MAKE) clean' errors anymore
   * Bumped Standards-Version to 3.7.3 (no changes needed)
   * Moved Homepage to the proper control field
   * Changed debian/copyright to comply with the proposed machine-interpretable
 copyright format (with some modifications)
Files: 
 4c6c354df2b5225d0c37790ed2b423bb 585 devel extra beef_0.0.6-2.dsc
 6681e264aee438aba3f8723da6de9283 2031 devel extra beef_0.0.6-2.diff.gz
 7aea7fe0f9f57a6ed05ff584edea53c0 7446 devel extra beef_0.0.6-2_i386.deb

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

iD8DBQFH4cImqPceVIzhGUERAo/SAKC7c7LCOHffx/fRtjGFd4fbU/lKxgCgkGdq
hHuICEwSL5gIYOy6YiR8dFw=
=eiJ8
-END PGP SIGNATURE-


Accepted:
beef_0.0.6-2.diff.gz
  to pool/main/b/beef/beef_0.0.6-2.diff.gz
beef_0.0.6-2.dsc
  to pool/main/b/beef/beef_0.0.6-2.dsc
beef_0.0.6-2_i386.deb
  to pool/main/b/beef/beef_0.0.6-2_i386.deb


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Accepted rhinote 0.7.0-2 (source all)

2008-03-16 Thread Andrea Bolognani
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon, 18 Feb 2008 12:39:35 +0100
Source: rhinote
Binary: rhinote
Architecture: source all
Version: 0.7.0-2
Distribution: unstable
Urgency: low
Maintainer: Andrea Bolognani [EMAIL PROTECTED]
Changed-By: Andrea Bolognani [EMAIL PROTECTED]
Description: 
 rhinote- virtual sticky-notes for your desktop
Changes: 
 rhinote (0.7.0-2) unstable; urgency=low
 .
   * Updated to new menu policy
   * Bumped Standards-Version to 3.7.3 (changes made to conform with the new
 menu policy)
   * Fixed the desktop file to use the correct categories
   * Added watch file
   * Moved Homepage to the proper control field
   * Changed debian/copyright to comply with the proposed machine-interpretable
 copyright format (with some modifications)
Files: 
 f72364810224f57b1ec3cdf39d129cd9 611 x11 optional rhinote_0.7.0-2.dsc
 2be16f43265359f007ebce45095a6eab 6164 x11 optional rhinote_0.7.0-2.diff.gz
 500a21dbe1354f065ed385fc3e7e23ef 14880 x11 optional rhinote_0.7.0-2_all.deb

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

iD8DBQFH3Qc/qPceVIzhGUERAj3oAJ4z0uMrMc0C2fUFeHjK9WSJUxS0aACcDclb
WydIkLvNO01256CvSuoW4mg=
=LFV6
-END PGP SIGNATURE-


Accepted:
rhinote_0.7.0-2.diff.gz
  to pool/main/r/rhinote/rhinote_0.7.0-2.diff.gz
rhinote_0.7.0-2.dsc
  to pool/main/r/rhinote/rhinote_0.7.0-2.dsc
rhinote_0.7.0-2_all.deb
  to pool/main/r/rhinote/rhinote_0.7.0-2_all.deb


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Accepted beef 0.0.6-1 (source i386)

2007-07-29 Thread Andrea Bolognani
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Thu,  1 Feb 2007 19:58:12 +0100
Source: beef
Binary: beef
Architecture: source i386
Version: 0.0.6-1
Distribution: unstable
Urgency: low
Maintainer: Andrea Bolognani [EMAIL PROTECTED]
Changed-By: Andrea Bolognani [EMAIL PROTECTED]
Description: 
 beef   - flexible Brainfuck interpreter
Changes: 
 beef (0.0.6-1) unstable; urgency=low
 .
   * New upstream release
   * Bumped Standards-Version to 3.7.2
   * Improved long description
   * Added Homepage pseudo-field
   * Sponsored package by Neil McGovern [EMAIL PROTECTED]
 - Proofread and updated long description to better English
Files: 
 6f8ca9fd859ee054257c9f7371dbb8c8 548 devel extra beef_0.0.6-1.dsc
 d991b00fba0067a7219cc926f777b8d3 14092 devel extra beef_0.0.6.orig.tar.gz
 f9cb73de32a02e977922f8fee172c244 1704 devel extra beef_0.0.6-1.diff.gz
 08d66a563e0e98d31641e2e6b92b9b68 7172 devel extra beef_0.0.6-1_i386.deb

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

iD8DBQFGrRFF97LBwbNFvdMRAqzKAJ0QklYlk+U/SL1nK2M/JpuW1+6otQCfRvuy
7W+n1qGdmda7XcW4LbFJDKc=
=VLbs
-END PGP SIGNATURE-


Accepted:
beef_0.0.6-1.diff.gz
  to pool/main/b/beef/beef_0.0.6-1.diff.gz
beef_0.0.6-1.dsc
  to pool/main/b/beef/beef_0.0.6-1.dsc
beef_0.0.6-1_i386.deb
  to pool/main/b/beef/beef_0.0.6-1_i386.deb
beef_0.0.6.orig.tar.gz
  to pool/main/b/beef/beef_0.0.6.orig.tar.gz


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: update htop to 0.65

2007-05-24 Thread Andrea Bolognani
On Thu, 24 May 2007 12:35:48 +0530
shirish [EMAIL PROTECTED] wrote:

 Hi all,
   Forgive if this is not the correct list to post to. I like htop
  the latest version of htop is 0.6.5
 http://htop.sourceforge.net/index.php?page=downloads while the package
 even in unstable is at 0.6.3
 http://packages.debian.org/unstable/utils/htop . Can it be
 updated/upgraded? Cheers !

File a wishlist bug against htop, asking the mantainer to package the new
upstream version.

--
KiyuKo eof AT kiyuko DOT org
Resistance is futile, you will be garbage collected.


pgpm75u2wcnwH.pgp
Description: PGP signature


Re: Bug#422137: ITP: 09F911029D74E35BD84156C5635688C0 -- l33t h4x0r numb3r

2007-05-03 Thread Andrea Bolognani
On Thu, 3 May 2007 20:28:49 +0200
Josselin Mouette [EMAIL PROTECTED] wrote:

 Package: wnpp
 Severity: wishlist
 Owner: Josselin Mouette [EMAIL PROTECTED]

 * Package name: 09F911029D74E35BD84156C5635688C0
   Version : 09F911029D74E35BD84156C5635688C0
   Upstream Author : MPAA [EMAIL PROTECTED]
 * URL : http://www.mpaa.org/
 * License : Non-free
   Programming Lang: Hex
   Description : l33t h4x0r numb3r

 This package contains the 09F911029D74E35BD84156C5635688C0 number. It
 is a very cool number, which, among other things, can be used by a wide
 range of HD-DVD deciphering applications.

 A small library is provided to access this number in applications. The
 get_09F911029D74E35BD84156C5635688C0 C function returns a pointer to a
 16-byte structure containing this number.

This is the best ITP I've seen in ages.

--
KiyuKo eof AT kiyuko DOT org
Resistance is futile, you will be garbage collected.


pgp0VYh7FTTPT.pgp
Description: PGP signature


Re: Bug#388701: Why Beryl has just four packages?

2007-04-23 Thread Andrea Bolognani
On Mon, 23 Apr 2007 14:55:47 -0500
Anibal Avelar [EMAIL PROTECTED] wrote:

 If both projects joins but you don't upload them in unstable, but
 while we can have beryl, I like beryl than compiz due to the
 beryl-manager ;)

I guess beryl-manager will be merged as well (probably renamed).

--
KiyuKo eof AT kiyuko DOT org
Resistance is futile, you will be garbage collected.


pgpucz84GoT0h.pgp
Description: PGP signature


Re: ajax comparision help

2007-04-20 Thread Andrea Bolognani
On Fri, 20 Apr 2007 10:18:09 +0200
Laszlo Boszormenyi [EMAIL PROTECTED] wrote:

 Hi all,

  I would like to develop a PHP web application, which would heavily use
 AJAX.
[...]

This is a mailing list about Debian development, not a generic development
mailing list.

Please find a more appropriate place to ask such questions.

--
KiyuKo eof AT kiyuko DOT org
Resistance is futile, you will be garbage collected.


pgpSl9ajyfQmi.pgp
Description: PGP signature


Re: Bug#418552: ITP: umit -- nmap frontend, developed in Python and GTK

2007-04-12 Thread Andrea Bolognani
On Thu, 12 Apr 2007 09:02:56 +0200
Stefano Zacchiroli [EMAIL PROTECTED] wrote:

  The reference to GTK is useless, too.
  We have tags for that sort of things.

 I disagree. Tags can express a lot more of information of what does fit
 a *short* description. One has to make a choice about what to put there.

 Given umit is a graphical frontend I (as a user) personally would like
 to know since the beginning how does it look like, and knowing the
 widget toolkit helps a lot in that respect.  YMMV.

You can view the tags before installing the package, and discover the
windowing toolkit used is GTK.

The fact that umit is a *graphical* frontend is IMHO the important thing
here, not the toolkit used.

Anyway, as you said, YMMV.

--
KiyuKo eof AT kiyuko DOT org
Resistance is futile, you will be garbage collected.


pgpuh7JYYITzs.pgp
Description: PGP signature


Re: Debian Development environments.

2007-04-12 Thread Andrea Bolognani
On Thu, 12 Apr 2007 14:28:50 +0100
Luis Matos [EMAIL PROTECTED] wrote:

  Since this inquiry is valid however, it seems to me that it would make
  sense the think about some CDD specialised for developers.

 This would be very nice ... maybe some livecd's? ( it does not need
 necessarilly to be cdd)

I think a live CD aimed at developers would be quite useless.
But feel free to correct me.

--
KiyuKo eof AT kiyuko DOT org
Resistance is futile, you will be garbage collected.


pgp4qkuGZyIkx.pgp
Description: PGP signature


Re: Debian Development environments.

2007-04-12 Thread Andrea Bolognani
On Thu, 12 Apr 2007 19:18:27 +0200
Pierre THIERRY [EMAIL PROTECTED] wrote:

  I think a live CD aimed at developers would be quite useless.  But
  feel free to correct me.

 The Université Jussieu (Paris) found it useful. They distribute a live
 CD based on Knoppix to the students, called Juppix:

 http://www.pps.jussieu.fr/~jch/software/juppix/

 Not every developer knows how to find the packages that would satisfy
 his needs. We should care about our users if we can help, and having
 some tasks or meta-packages about programming would be quite useful.

Still I don't see the advantage of having a complete development
environment on a live CD. Who is supposed to use this?

I agree that some developing tasks would be useful, though.

--
KiyuKo eof AT kiyuko DOT org
Resistance is futile, you will be garbage collected.


pgp1nzaqqtdWo.pgp
Description: PGP signature


Re: Debian Development environments.

2007-04-12 Thread Andrea Bolognani
On Thu, 12 Apr 2007 20:27:25 +0200
Julien Cristau [EMAIL PROTECTED] wrote:

 On Thu, Apr 12, 2007 at 20:25:35 +0200, Andrea Bolognani wrote:

  Still I don't see the advantage of having a complete development
  environment on a live CD. Who is supposed to use this?
 
 Students, who typically only have a windows install at home.  It's much
 easier (for them and for the teachers) to give them a live cd with
 everything they might need for their university projects (at least in
 the first few years) than to give them instructions to get a useful
 development environment under windows.

You convinced me ;)

(I prefer the approach they use in my university: it's like GNU/Linux is
the reference operating system in this course, so if you don't have it
installed, you're better installing it quickly! But I'm going OT now :)

--
KiyuKo eof AT kiyuko DOT org
Resistance is futile, you will be garbage collected.


pgpqezZv7aX4X.pgp
Description: PGP signature


Re: Bug#418552: ITP: umit -- nmap frontend, developed in Python and GTK

2007-04-11 Thread Andrea Bolognani
On Tue, 10 Apr 2007 16:05:40 +0200
Stefano Zacchiroli [EMAIL PROTECTED] wrote:

 On Tue, Apr 10, 2007 at 03:31:02PM +0200, Bernd Zeimetz wrote:
Description : nmap frontend, developed in Python and GTK

 Is it interesting for the user/sysadm that the frontend is developed in
 Python? I would remote that (while I will keep the reference to GTK) and
 perhaps adding something about the intended targets: both advanced users
 and newbies.

The reference to GTK is useless, too.
We have tags for that sort of things.

--
KiyuKo eof AT kiyuko DOT org
Resistance is futile, you will be garbage collected.


pgpELSst1n9pM.pgp
Description: PGP signature


Re: I *love* goodbye-microsoft.com

2007-02-26 Thread Andrea Bolognani
On Mon, 26 Feb 2007 09:49:13 +1100
Russell Coker [EMAIL PROTECTED] wrote:

 Why not register change-linux.com and have it document how to convert between
 all the different distributions?  If someone finds that Debian doesn't suit
 them then I welcome them to change to Fedora - they may change back later.
 Changing to Windows is however something we want to avoid.

One should use the OS that better fits its need, be it a GNU/Linux distro,
Mac OS X or even Windows.

Anyway, I don't think anyone would really need help migrating from Debian to
Windows -- or would want to migrate, for that matter.

--
KiyuKo eof AT kiyuko DOT org
Resistance is futile, you will be garbage collected.


pgpIH91oHKpNY.pgp
Description: PGP signature


Re: localisation in system wide daemons

2007-01-15 Thread Andrea Bolognani
On Mon, 15 Jan 2007 18:38:29 +0100
Wouter Verhelst [EMAIL PROTECTED] wrote:

 At the very least, if we're going to translate log messages, then there
 should be an easy switch to disable such translation for log messages
 alone (while not for the rest of the system).

If we want to provide our non-English-speaking users with localized log
messages, wouldn't it be possible to create a program which translates the
logs on the fly, based on the message catalog we should write anyway?

Doing so, we won't break any existing log analyzer.

--
KiyuKo eof AT kiyuko DOT org
Resistance is futile, you will be garbage collected.


pgpJfB1j5CgQw.pgp
Description: PGP signature


Re: RFC: Proposal for official screenshot repo

2007-01-05 Thread Andrea Bolognani
On Wed, 3 Jan 2007 17:32:52 -0500
Roberto C. Sanchez [EMAIL PROTECTED] wrote:

 I would really appreciate any comments and suggestions on this.

What I don't really get is, why would we want a similar service in Debian?

We should already be pointing to the upstream site with the Homepage:
pseudo-header, and in case of GUI programs or games there are usually plenty
of screenshots there.

I really se no point in doing this.

--
KiyuKo eof AT kiyuko DOT org
Resistance is futile, you will be garbage collected.


pgp3oF94KB7io.pgp
Description: PGP signature


Re: RFC: Proposal for official screenshot repo

2007-01-05 Thread Andrea Bolognani
On Fri, 5 Jan 2007 12:16:25 +0100
Jorge Salamero Sanz [EMAIL PROTECTED] wrote:

 those extra fields like homepage and screenshot have their point in
 integration with gui pkg managers.

It seems just overkill to me.

If the screenshots are going to need an Internet connection to be viewed
anyway, why the need to mirror them on a Debian server?

And if they are going to be viewable also offline, there should be a way to
disable the download: I don't use a GUI frontend, so I don't want to
download tons of PNG files I will never use.

--
KiyuKo eof AT kiyuko DOT org
Resistance is futile, you will be garbage collected.


pgpwug7eGyVAu.pgp
Description: PGP signature


Re: RFC: Proposal for official screenshot repo

2007-01-05 Thread Andrea Bolognani
On Fri, 5 Jan 2007 11:41:19 +
Steve Kemp [EMAIL PROTECTED] wrote:

[snip]

 X-pic: http://screenshots.debian.net/package/version.jpg

   This way multiple package versions can have distinct images, eg. the
  package in Etch, the package in Lenny, and the package in Sid.  Each
  of which might look completely different.

If we really use that scheme, there would be no need to declare an extra
header -- the location of the file can be calculated by the package manager
using the name of the package and the version number.

I personally find useless to have a single screenshot: what can you really
understand about the look and feel of a program by looking at a single
screenshot?

Far better would be to have some sort of gallery associated to the package,
described by a special file, something like

--- http://screenshots.debian.net/package/version.xml ---
gallery
  screenshot
filenamemain.png/filename
descriptionPackage's main window/description
  /screenshot
  screenshot
filenamepreferences.png/filename
descriptionPackage's preferences window/description
  /screenshot
/gallery
--- eof ---

Then synaptic or whatever other GUI frontend can download that file and show
the screenshots as a gallery, giving also a brief description of the picture.

--
KiyuKo eof AT kiyuko DOT org
Resistance is futile, you will be garbage collected.


pgpcGoOiewjz9.pgp
Description: PGP signature


Re: RFC: Proposal for official screenshot repo

2007-01-05 Thread Andrea Bolognani
On Fri, 5 Jan 2007 12:55:00 +0100
Jorge Salamero Sanz [EMAIL PROTECTED] wrote:

  And if they are going to be viewable also offline, there should be a way to
  disable the download: I don't use a GUI frontend, so I don't want to
  download tons of PNG files I will never use.

 neither me i want to see my servers full of screenshots of cli apps

 maybe a pool to screenshots.debian.net where each maintainer could upload the
 screenshot would be the way ...

What I meant was, I don't use a GUI *APT* frontend, so I will never use the
screenshots as well.

And BTW, I think no one would ever want to upload screenshots of CLI
software ;)

--
KiyuKo eof AT kiyuko DOT org
Resistance is futile, you will be garbage collected.


pgpuy1zgsdhKj.pgp
Description: PGP signature


Re: Bug#402650: ITP: mozilla-foxyproxy -- advanced proxy management tool for iceweasel

2006-12-22 Thread Andrea Bolognani
On Thu, 21 Dec 2006 10:43:58 -0500
Yaroslav Halchenko [EMAIL PROTECTED] wrote:

 I've decided to go with no prefix, since mozilla- prefix is a trademark
 and point of having it nowadays is quite absent.

 So now the package is simply foxyproxy. I will tag it
 accordingly:

 implemented-in::TODO (JavaScript is a missing tag although present in
   devel::lang)

The right tag is implemented-in::ecmascript, since JavaScript is a dialect
of ECMAScript.

--
KiyuKo eof AT kiyuko DOT org
Resistance is futile, you will be garbage collected.


pgp21Uev3nT7k.pgp
Description: PGP signature


Re: Bug#396618: ITP: dns-flood-detector -- DNS Flood Detector was developed to detect abusive usage levels on high traffic nameservers and to enable quick response in halting the use of one's nameserv

2006-11-02 Thread Andrea Bolognani
On Thu, 2 Nov 2006 09:43:54 +0100
Jan Wagner [EMAIL PROTECTED] wrote:

 Hi Andrea,

 On Wednesday 01 November 2006 23:03, Andrea Bolognani
wrote:
  Jan Wagner [EMAIL PROTECTED] wrote:
 Description : DNS Flood Detector was developed
to detect abusive
   usage levels on high traffic nameservers and to enable
quick response in
   halting the use of one's nameserver to facilitate
spam.
 
  Please use a shorter description for this package.

 i will use DNS Flood Detector was developed to detect
abusive usage levels
 on high traffic nameservers when building the package ...
hope thats okay.

I fear it's still too long -- must be under 80 chars, your
one is 92 chars.

Also there's no need to repeat the package name in the
synopsis; I think using
detect abusive usage levels on high traffic nameservers is
perfectly ok.

If you have any doubt, please refer to Policy §3.4

--
KiyuKo eof AT kiyuko DOT org
Like Russian Rulette with six bullets loaded



Re: Bug#396618: ITP: dns-flood-detector -- DNS Flood Detector was developed to detect abusive usage levels on high traffic nameservers and to enable quick response in halting the use of one's nameserv

2006-11-01 Thread Andrea Bolognani
On Wed, 01 Nov 2006 20:57:15 +0100
Jan Wagner [EMAIL PROTECTED] wrote:

 Package: wnpp
 Severity: wishlist
 Owner: Jan Wagner [EMAIL PROTECTED]

 * Package name: dns-flood-detector
[...]
   Description : DNS Flood Detector was developed to detect abusive usage
 levels on high traffic nameservers and to enable quick response in halting
 the use of one's nameserver to facilitate spam.

Please use a shorter description for this package.

--
KiyuKo eof AT kiyuko DOT org
Like Russian Rulette with six bullets loaded


pgpp2EZeoip1c.pgp
Description: PGP signature


Accepted rhinote 0.7.0-1 (source all)

2006-06-25 Thread Andrea Bolognani
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Fri, 24 Mar 2006 20:21:32 +0100
Source: rhinote
Binary: rhinote
Architecture: source all
Version: 0.7.0-1
Distribution: unstable
Urgency: low
Maintainer: Andrea Bolognani [EMAIL PROTECTED]
Changed-By: Andrea Bolognani [EMAIL PROTECTED]
Description: 
 rhinote- virtual sticky-notes for your desktop
Closes: 359278
Changes: 
 rhinote (0.7.0-1) unstable; urgency=low
 .
   * Initial release. Closes: #359278
Files: 
 cba830ba46c706ca0256361e9914cd64 560 x11 optional rhinote_0.7.0-1.dsc
 3b5f4aa1a4d4b4b6212ba34804370c5b 22709 x11 optional rhinote_0.7.0.orig.tar.gz
 02e0eaa288441350310e6d8f70175563 6055 x11 optional rhinote_0.7.0-1.diff.gz
 e8237f49a1d62ab960be03ffd30a7de8 14572 x11 optional rhinote_0.7.0-1_all.deb

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

iD8DBQFEjBaa97LBwbNFvdMRAqjkAJ4yUFR3nMuqWjPOyklKb4z2r3oWwgCeM9jL
gJe0pVEs6dIdUfuT0x7jn8g=
=ivRO
-END PGP SIGNATURE-


Accepted:
rhinote_0.7.0-1.diff.gz
  to pool/main/r/rhinote/rhinote_0.7.0-1.diff.gz
rhinote_0.7.0-1.dsc
  to pool/main/r/rhinote/rhinote_0.7.0-1.dsc
rhinote_0.7.0-1_all.deb
  to pool/main/r/rhinote/rhinote_0.7.0-1_all.deb
rhinote_0.7.0.orig.tar.gz
  to pool/main/r/rhinote/rhinote_0.7.0.orig.tar.gz


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Accepted beef 0.0.5-1 (source i386)

2006-04-05 Thread Andrea Bolognani
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Wed, 29 Mar 2006 09:44:35 +0100
Source: beef
Binary: beef
Architecture: source i386
Version: 0.0.5-1
Distribution: unstable
Urgency: low
Maintainer: Andrea Bolognani [EMAIL PROTECTED]
Changed-By: Andrea Bolognani [EMAIL PROTECTED]
Description: 
 beef   - flexible BrainFuck interpreter
Changes: 
 beef (0.0.5-1) unstable; urgency=low
 .
   * New upstream release
   * Added copyright notice for the packaging work
Files: 
 8ee83de85f409bed9c6b9866ae49aa91 550 devel extra beef_0.0.5-1.dsc
 3148b30c168cdf15e691dde5d87b0eff 13818 devel extra beef_0.0.5.orig.tar.gz
 ca34436750ddd65802463b3e938c73f6 1623 devel extra beef_0.0.5-1.diff.gz
 7e8c4866c471f934b71a75bcc6d2fdac 6878 devel extra beef_0.0.5-1_i386.deb

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

iD8DBQFEM8G297LBwbNFvdMRAnMPAJ9moeJIuDXbApYShFKN3Qp5gv38VQCcDdqy
GJc8Yinm2JS3nTH/uq09cVg=
=D/Z5
-END PGP SIGNATURE-


Accepted:
beef_0.0.5-1.diff.gz
  to pool/main/b/beef/beef_0.0.5-1.diff.gz
beef_0.0.5-1.dsc
  to pool/main/b/beef/beef_0.0.5-1.dsc
beef_0.0.5-1_i386.deb
  to pool/main/b/beef/beef_0.0.5-1_i386.deb
beef_0.0.5.orig.tar.gz
  to pool/main/b/beef/beef_0.0.5.orig.tar.gz


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Accepted beef 0.0.4-1 (source i386)

2006-03-17 Thread Andrea Bolognani
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Fri, 10 Mar 2006 16:02:20 +0100
Source: beef
Binary: beef
Architecture: source i386
Version: 0.0.4-1
Distribution: unstable
Urgency: low
Maintainer: Andrea Bolognani [EMAIL PROTECTED]
Changed-By: Andrea Bolognani [EMAIL PROTECTED]
Description: 
 beef   - flexible BrainFuck interpreter
Closes: 355179
Changes: 
 beef (0.0.4-1) unstable; urgency=low
 .
   * Initial release. Closes: #355179
Files: 
 3cb0525c9050422cb8aefe6123841964 548 devel extra beef_0.0.4-1.dsc
 fb281cd8fafc6ebd5798ded8aa36eaa2 12749 devel extra beef_0.0.4.orig.tar.gz
 a19362eb55f6360fcbc1540e612e069d 1531 devel extra beef_0.0.4-1.diff.gz
 2360a998f9ac68a5fbf6b3830b194eef 6328 devel extra beef_0.0.4-1_i386.deb

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

iD8DBQFEExsQ97LBwbNFvdMRAonVAKCGLxHiz013P14fHznM+meAr3LKvwCfWM43
Dcemjw6P9s9b48Ippyw4o2U=
=VyN5
-END PGP SIGNATURE-


Accepted:
beef_0.0.4-1.diff.gz
  to pool/main/b/beef/beef_0.0.4-1.diff.gz
beef_0.0.4-1.dsc
  to pool/main/b/beef/beef_0.0.4-1.dsc
beef_0.0.4-1_i386.deb
  to pool/main/b/beef/beef_0.0.4-1_i386.deb
beef_0.0.4.orig.tar.gz
  to pool/main/b/beef/beef_0.0.4.orig.tar.gz


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Bug#354831: ITP: bfc -- Brainfuck compiler

2006-03-02 Thread Andrea Bolognani
On Thu, 02 Mar 2006 10:43:54 +0100
Henning Makholm [EMAIL PROTECTED] wrote:

 Scripsit Tim Olsen [EMAIL PROTECTED]
 
  A programming language with the minimum number of instructions
  necessary to be turing-complete and have I/O may be more than a toy
  for some people.
 
 Perhaps. But (1) brainfuck isn't that; it has twice as many basic
 instructions as combinatory lambda calculus, and (2) the use of toy
 languages generally do not depend on having a compiler for them.

BrainFuck is not just a proof-of-concept or a toy language. You can write
actual programs using it.

For example, you could replace `cat' with ,[.,] in BrainFuck: wouldn't this
be useful in a boot floppy? O_o

Seriously, there is even a complete textual adventure written in BrainFuck:
http://jonripley.com/i-fiction/games/LostKingdomBF.html

Isn't this real programming?

--
KiyuKo eof AT kiyuko DOT org
Like Russian Rulette with six bullets loaded


pgpTYCXUTWnlk.pgp
Description: PGP signature


Re: Bug#354831: ITP: bfc -- Brainfuck compiler

2006-03-02 Thread Andrea Bolognani
On Thu, 02 Mar 2006 19:58:12 +0100
Henning Makholm [EMAIL PROTECTED] wrote:

 Do you claim that this is _not_ just a proof-of-concept item?

No. It's fully usable and enjoinable.

--
KiyuKo eof AT kiyuko DOT org
Like Russian Rulette with six bullets loaded


pgpWVdTmi9Ukg.pgp
Description: PGP signature


Re: Bug#354831: ITP: bfc -- Brainfuck compiler

2006-03-01 Thread Andrea Bolognani
On Wed, 01 Mar 2006 12:59:12 -0600
Ron Johnson [EMAIL PROTECTED] wrote:

 Besides that?

BrainFuck is Everyone's Favourite Programming Language (TM).

--
KiyuKo eof AT kiyuko DOT org
Like Russian Rulette with six bullets loaded


pgp4IRdXe6FQQ.pgp
Description: PGP signature