Re: Bug#445998: ITP: eaccelerator -- PHP accelerator, optimizer, and dynamic content cache

2007-10-09 Thread Alexander GQ Gerasiov
На Tue, 9 Oct 2007 15:53:36 -0400
Roberto C. Sánchez [EMAIL PROTECTED] записано:

 On Tue, Oct 09, 2007 at 09:24:14PM +0200, Tim Dijkstra wrote:
  On Tue, 09 Oct 2007 21:29:38 +0400
  Alexander Gerasiov [EMAIL PROTECTED] wrote:
  
   Package: wnpp
   Severity: wishlist
   Owner: Alexander Gerasiov [EMAIL PROTECTED]
   
   * Package name: eaccelerator
 Version : 0.9.5.2
 Upstream Author : eaccelerator team
   http://eaccelerator.net/wiki/Team
   * URL : http://eaccelerator.net
   * License : GPL
 Programming Lang: C
 Description : PHP accelerator, optimizer, and dynamic
   content cache
  
   Some dummy packages available for now in my repository at
   http://gq.net.ru/debian
  
   I'm going to upload it after fixing some packaging issues. Feel
   free to kick me by mail, if I'm too slow.
  
  Are the license issues finally solved then? Last time I checked
  binaries were not distributable, see for example:
  
  http://www.mailarchives.org/list/debian-devel/msg/2005/08164
  
  grts Tim
 
 Also, in one of the many discussions about this piece of software it
 came out that original author of turck-mmcache (the software on which
 eaccelerator is based) now works for Zend.  Zend produces a
 proprietary (and expensive) accelerator-sort of product for PHP.  It
 is doubtful that they would enable the distribution of something that
 they would see as competing with their product.
 
 I seem to recall that the people who took over eaccelerator had it in
 mind to do a complete rewrite of the eccalerator code to break any
 link with turck-mmcache, allowing them to relicense eaccelerator.  If
 that rewrite is complete, then the software may be distributable.
 However, I have not looked into it for quite a while.

OMG! That's why it's still unavailable in Debian =\ I didn't knew
about PHP Licence incompatibility with GPL before.

So what do you guys think about wrapper package, which allows installing
eaccelerator like 
$ make-eaccelerator-package
?

As I understand all this legal issues it will be ok.

-- 
Best regards,
 Alexander GQ Gerasiov

 Contacts:
 e-mail: [EMAIL PROTECTED]
 Homepage: http://gq.net.ru



Some questions about eaccelerator-package

2007-12-06 Thread Alexander GQ Gerasiov
Hello there.

I ask for advise.

PHP uses its own OpenSource license which is incompatible with GPL for
some reasons.

eAccelerator[1] is a PHP extension which speeds up php scrips at 10
times and do some more things (content caching, session handling etc.)
But it is licensed under GPL and unfortunately it could not be
changed[2].

So binary distribution of eAccelerator would be GPL violation.

I made wrapper package which contains make-eaceelerator-package script
and some other stuff which allow end-user to make binary package in
one command.

Now I have some questions:
1st. Where should such script go? main or contrib? from one point of
view, my script, eAccelerator and PHP are all free software, but from
the other one there are some restriction which makes eaccelerator not
100% free.
2nd. Is it possible to have eaccelerator-src package with eaccelerator's
sources in main? If not, could it enter non-free?

PS Yes, I know about pine, which is available only as source package,
but I think, that it's not easy for end-user to make binary packages by
hand. And I prefer script which do all this stuff for them.
PPS You can take a look at this package at [3]. For now it has
eaccelerator sources inside and creates two binary packages:
eaccelerator-package and eaccelerator-src, but this could be changed if
we decide to put this binary packages in separate sections. Any
suggestion are welcomed. 

[1] http://eaccelerator.net
[2] http://lists.debian.org/debian-legal/2005/01/msg00130.html
[3] http://vice.gq.net.ru/staff/eaccelerator


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



What to do with old configs

2008-03-22 Thread Alexander GQ Gerasiov
Hi there.

I create package A version 1.
It provides config file /etc/A/X.
In version 2 there are no more /etc/A/X.
If version 2 see /etc/A/X it will work wrong.
But usual from A=1 to A=2 upgrade will leave /etc/A/X.
What can I do in such situation? Can I remove /etc/A/X in preinst of
version 2? 

-- 
Best regards,
 Alexander GQ Gerasiov

 Contacts:
 e-mail:[EMAIL PROTECTED] Jabber:  [EMAIL PROTECTED]
 Homepage:  http://gq.net.ru ICQ: 7272757
 PGP fingerprint: 0628 ACC7 291A D4AA 6D7D  79B8 0641 D82A E3E3 CE1D


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



Re: What to do with old configs

2008-03-22 Thread Alexander GQ Gerasiov
На Sat, 22 Mar 2008 20:09:47 +0100
Adeodato Simó [EMAIL PROTECTED] записано:

 * Alexander GQ Gerasiov [Sat, 22 Mar 2008 22:04:38 +0300]:
 
  Hi there.
 
 Hello Alexander. Check http://wiki.debian.org/DpkgConffileHandling.

Oh, thanks. That's exactly what I was interested in.

-- 
Best regards,
 Alexander GQ Gerasiov

 Contacts:
 e-mail:[EMAIL PROTECTED] Jabber:  [EMAIL PROTECTED]
 Homepage:  http://gq.net.ru ICQ: 7272757
 PGP fingerprint: 0628 ACC7 291A D4AA 6D7D  79B8 0641 D82A E3E3 CE1D



Re: What to do with old configs

2008-03-23 Thread Alexander GQ Gerasiov
На Sat, 22 Mar 2008 20:09:47 +0100
Adeodato Simó [EMAIL PROTECTED] записано:

 * Alexander GQ Gerasiov [Sat, 22 Mar 2008 22:04:38 +0300]:
 
  Hi there.
 
 Hello Alexander. Check http://wiki.debian.org/DpkgConffileHandling.

Hello again. I found problem with those scripts:

$ export CONFFILE=/etc/xneur/fr/proto
$ dpkg-query -W -f='${Conffiles}' $PKGNAME | sed -n -e \\' $CONFFILE'{s/ 
obsolete$//;s/.* //p}
18a3b3b86bf3e5b0ca94407472466764
ae9d7e984350e929fd6820bf46ea6efe

That's because I have /etc/xneur/fr/proto and /etc/xneur/fr/proto3

So I suppose it would be better to add space after $CONFFILE in sed expression:
dpkg-query -W -f='${Conffiles}' $PKGNAME | sed -n -e \\' $CONFFILE '{s/ 
obsolete$//;s/.* //p}



-- 
Best regards,
 Alexander GQ Gerasiov

 Contacts:
 e-mail:[EMAIL PROTECTED] Jabber:  [EMAIL PROTECTED]
 Homepage:  http://gq.net.ru ICQ: 7272757
 PGP fingerprint: 0628 ACC7 291A D4AA 6D7D  79B8 0641 D82A E3E3 CE1D



Re: Bug#496938: ITP: libcrypt-generatepassword-perl -- perl module to generate secure random passwords

2008-08-31 Thread Alexander GQ Gerasiov



On Fri, 29 Aug 2008 08:09:20 -0300, David Bremner [EMAIL PROTECTED] wrote:
 
 At Thu, 28 Aug 2008 20:27:44 +0400,
 Alexander Gerasiov wrote:

 Package: wnpp
 Severity: wishlist
 Owner: Alexander Gerasiov [EMAIL PROTECTED]

 * Package name: libcrypt-generatepassword-perl
   Version : 0.03

  I don't really know is this module is usefull for anybody else, but
  it is needed by netams ITP #496636.
 
 Hi Alexander;
 
 I'm sure you would be welcome to maintain this as part of the Debian
 perl module packaging team. http://pkg-perl.alioth.debian.org/
 Then sponsors come looking for you...

Nice, thanks for advice.


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



Debian Policy 10.7.4 Sharing configuration files question

2011-01-11 Thread Alexander GQ Gerasiov
Hello there.

I found, that package rtpg-www modifies /etc/hosts on installation/purge

http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=608451

I thing this violate 10.7.4

The maintainer scripts must not alter a conffile of any package,
including the one the scripts belong to.


But maintainer disagrees with me arguing that preinst asks user, and
that's user who modify /etc/hosts (using preinst, eah).

Please comment this issue. Here or in #608451


-- 
Best regards,
 Alexander GQ Gerasiov

 Contacts:
 e-mail:g...@cs.msu.su Jabber:  g...@jabber.ru
 Homepage:  http://gq.net.ru ICQ: 7272757
 PGP fingerprint: 04B5 9D90 DF7C C2AB CD49  BAEA CA87 E9E8 2AAC 33F1


-- 
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/2011011557.2f8d8...@desktopvm.lvknet



Preparing lecture about Debian. Help needed.

2009-10-28 Thread Alexander GQ Gerasiov
Hi there.

I'd like to ask you guys for some help.

Here in Moscow State University there is a course Software
maintenance in Linux Distribution. It is dedicated to general question
of software packaging. As example they use rpm-based community
repository Sisyphus (related to AltLinux distribution).

I'm going to lecture there (2 hours) about Debian project, deb
packages, repositories, release cycle etc. So that would be something
like debian developer's reference + debian new maintainers' guide in
pictures :)

If you have some materials (mostly I need presentation) which could help
me in preparing, please mail.

-- 
Best regards,
 Alexander GQ Gerasiov

 Contacts:
 e-mail:g...@cs.msu.su Jabber:  g...@jabber.ru
 Homepage:  http://gq.net.ru ICQ: 7272757
 PGP fingerprint: 04B5 9D90 DF7C C2AB CD49  BAEA CA87 E9E8 2AAC 33F1


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



Best practice for packaging *spell

2009-11-29 Thread Alexander GQ Gerasiov
Hi there.

I'd like to adopt rus-ispell - Russian dictionary for
aspell/ispell/hunspell/myspell [1]

I'm not familiar with all this *spell staff and like to ask:
is there any Policy or best practice for such packages? Is there
somewhere the description of formats and tools used to generate one
dictionary from another?

E.g. I'd like to generate 2 versions of dictionaries with diacritical
marks and without, how to do this in more natural way? To put both
dictionary into one binary package and allow user's to choose one of
them in there cli/gui?


[1] http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=542011
-- 
Best regards,
 Alexander GQ Gerasiov

 Contacts:
 e-mail:g...@cs.msu.su Jabber:  g...@jabber.ru
 Homepage:  http://gq.net.ru ICQ: 7272757
 PGP fingerprint: 04B5 9D90 DF7C C2AB CD49  BAEA CA87 E9E8 2AAC 33F1


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



user removal in postrm

2012-02-25 Thread Alexander GQ Gerasiov
Hi there.

I have the question about user removal in package's postrm script.

Is this correct?

I see the following scenario:

Package creates user for internal use only, and there will be no files
owned by this user left after package removal. In this case there will
be no problem if we remove user on package purge.

But some packages do not remove all files on removal. E.g. mailman or
mysql may leave it's databases, or torrent client (in system-wide
daemon mode) should not remove files it downloaded.
If such packages remove user, files will be owned by unnamed uid, and
this uid will be used by the next installed package.
I think this is not correct.

So what is the common way? I see nothing about this in Policy.

-- 
Best regards,
 Alexander GQ Gerasiov

 Contacts:
 e-mail:g...@cs.msu.su Jabber:  g...@jabber.ru
 Homepage:  http://gq.net.ru ICQ: 7272757
 PGP fingerprint: 04B5 9D90 DF7C C2AB CD49  BAEA CA87 E9E8 2AAC 33F1


-- 
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/20120225130214.1de37aa6@thus



Systemwide desktop icons

2012-03-02 Thread Alexander GQ Gerasiov
Hi there.

I need to setup some software which need to be available for all users
as desktop link.

For kde3 (yep, we're still using it) there
was /usr/share/apps/kdesktop/Desktop dir, where I could put .desktop
files.

But I also want Gnome and XFCE users to have such links, and can't find
any standard places (in xdg or somewhere else).

The only ideas I got: add some autostart xdg entry which will add this
icon using xdg-desktop-icon, but this is too annoying for those users,
who don't want such links.

Did I miss something?

PS. I'm speaking not about general package for Debian distribution, but
about deploying some professional software for customer, using Debian.
They really need this icon on their desktops.

-- 
Best regards,
 Alexander GQ Gerasiov

 Contacts:
 e-mail:g...@cs.msu.su Jabber:  g...@jabber.ru
 Homepage:  http://gq.net.ru ICQ: 7272757
 PGP fingerprint: 04B5 9D90 DF7C C2AB CD49  BAEA CA87 E9E8 2AAC 33F1


-- 
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/20120302121807.253538c3@desktopvm.lvknet



Re: Bug#568303: can-utils Debian package

2014-02-23 Thread Alexander GQ Gerasiov
Thu, 20 Feb 2014 17:30:05 +0400
Alexander Gerasiov g...@cs.msu.su wrote:

 Sorry guys. I'm totally busy with other tasks last month :-(. As I
 remember your package is quite ready for upload, so I'll do it
 tomorrow (without my changes, just add myself as an uploader if you
 don't mind). Ok?

As Uwe is worried about correctness I'd like to mention, that I did not
use his package as the base for last upload, but incorporated some of
lines he wrote into my package.

Package is in new queue right now and will be soon available in
unstable repository.

Thanks for your patience.


-- 
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/20140224104448.66d46355@snail



Re: Bug#568303: can-utils Debian package

2014-02-24 Thread Alexander GQ Gerasiov
Mon, 24 Feb 2014 08:08:25 +0100
John Paul Adrian Glaubitz glaub...@physik.fu-berlin.de wrote:

 Hello Alexander!
 
 On Mon, Feb 24, 2014 at 10:44:48AM +0400, Alexander GQ Gerasiov wrote:
  Thu, 20 Feb 2014 17:30:05 +0400
  Alexander Gerasiov g...@cs.msu.su wrote:
  
   Sorry guys. I'm totally busy with other tasks last month :-(. As I
   remember your package is quite ready for upload, so I'll do it
   tomorrow (without my changes, just add myself as an uploader if
   you don't mind). Ok?
  
  As Uwe is worried about correctness I'd like to mention, that I did
  not use his package as the base for last upload, but incorporated
  some of lines he wrote into my package.
 
 That doesn't sound plausible to me given the fact that you imported
 his debian/rules file and commented out his overrride_dh_* statements
 [1].
Unfortunately I missed to fixup pair of changes when build package,
that's why second revision was uploaded right after first.
You are talking about revision -1 which really had some issues.
Please comment on the last version available.

 
 If you had incorporated some of his changes, you'd just have use the
 default rules file from the template.
 
 You should also have asked yourself why Uwe had added those overrides
 and not just silently commented them out. If someone adds extra
 overrides, he usually has very good reasons. You should have asked Uwe
 about that.
I think you did not get clean with this or that's Uwe who mislead you.

Those commented out overrides were left in rules file from my previous
experiments, and not needed anymore. And they have nothing with Uwe's
package, I believe.

I can count all changes I took from his work:
Arch: linux-any (totally forget that SocketCAN is Linux specific)
Several strings in description field.

And that's all. =\

 
 The package currently also includes the debian/README.source template
 and git-related files (.gitignore, gbp.conf).
Template README.source was also removed in -2 revision.
As for .gitignore and gbp.conf, this package is maintained under git
and git-buildpackage and I see no reason, why thees files should not be
included in debian/
I think some gbp related info should goes to README.source. One day
I'll write it.

 
 As someone who is sponsoring very often and has some experience with
 reviewing packages now, can-utils wouldn't have passed my quality
 requirements in its current state.
I could not agree with you if we speak about revision -2.

 
 I can therefore fully understand that Uwe is upset and I think it
 would be best if you asked the FTP Masters to have the package set to
 REJECT in NEW and get into touch with Uwe to coordinate improving the
 package.
[spend 15 minutes, explaining situation, but as Uwe prefer to continue
privately, I removed it]

Conclusion:
Looks like Uwe decided that I modified his package, removed him from
Maintainer and broke all around. And he started offense instead of
discussion.

Ok, I disagree, but understand why did he react like this. I think it's
possible to discuss this privately.

 
  Package is in new queue right now and will be soon available in
  unstable repository.
 
 It's actually been set to not be reviewed before February 28th to be
 able to discuss this matter first.
Well, I remember time when packages were held in new for 2-3 months =)

-- 
Regards, Alexander


-- 
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/20140224125933.44d8ab7b@snail



Accepted flashblock 1.5.14.2-1 (source all)

2010-12-20 Thread Alexander GQ Gerasiov
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sun, 19 Dec 2010 13:32:40 +0300
Source: flashblock
Binary: xul-ext-flashblock
Architecture: source all
Version: 1.5.14.2-1
Distribution: unstable
Urgency: low
Maintainer: Debian Mozilla Extension Maintainers 
pkg-mozext-maintain...@lists.alioth.debian.org
Changed-By: Alexander GQ Gerasiov g...@cs.msu.su
Description: 
 xul-ext-flashblock - mozilla extension to block Adobe Flash content
Changes: 
 flashblock (1.5.14.2-1) unstable; urgency=low
 .
   * Imported Upstream version 1.5.14.2
   * Bump Standard's version: no changes needed.
Checksums-Sha1: 
 9ab099e6da24d89f7a460ff964526e38e1a25110 1655 flashblock_1.5.14.2-1.dsc
 ff1042a457c9ec0fac1fa8566e3a6003243880f8 65971 flashblock_1.5.14.2.orig.tar.bz2
 e7c349fcabb82ca949684cbab7f13de9f543c6d6 12766 
flashblock_1.5.14.2-1.debian.tar.gz
 153cc06d719bac7149c667ddb206aa53fa023dbc 96702 
xul-ext-flashblock_1.5.14.2-1_all.deb
Checksums-Sha256: 
 27757a1787ab4e86b863fde3f58b09e7b10a61fee558b841144fe740e75e3eb9 1655 
flashblock_1.5.14.2-1.dsc
 72825a8c330ba69d3bfefcb122ef2dba50da4b04f8f8b7d074db1d0b7393699b 65971 
flashblock_1.5.14.2.orig.tar.bz2
 3f995cfd326271cddc800b0228986e19392a2c2d28e8b70a8ab0c40c6932faad 12766 
flashblock_1.5.14.2-1.debian.tar.gz
 3cb9c3ee44a562025cf4341c566f7f4ee1cb51b7f576b4cc742d43266e90b6cb 96702 
xul-ext-flashblock_1.5.14.2-1_all.deb
Files: 
 6b3c33d8d56179d92efa259189943dbe 1655 web optional flashblock_1.5.14.2-1.dsc
 57339c9af1c03efa10dba5808a17fc9f 65971 web optional 
flashblock_1.5.14.2.orig.tar.bz2
 1e60082ad3873fb4977a7216dd3940f9 12766 web optional 
flashblock_1.5.14.2-1.debian.tar.gz
 d5212f8f30c73a6d49c96e00f86fe702 96702 web optional 
xul-ext-flashblock_1.5.14.2-1_all.deb

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

iQEcBAEBCAAGBQJND7g/AAoJEMqH6egqrDPxXpUH/RDePWIkIPx+eCI2eyIHaMRi
rmo3KrremlBss/P+WFkeFNQgPz0BY0NFIEB0WT8iR7aEz+l9222OPPOd6iKp1Lx0
Nzg8I3+v4ZMpjyZjqkHrqVneM3WbemE0fvhOcKtt62U5AIs7sPkO74QvPduawnRd
9Y36IXffL4t/G7PxLuepx8xLVk3cMXNWUcA+7LJQ2Zs2EVXFsKckzLsk5Yrc8x9v
Th/g8kbN8dOzGauqcSTklOP70x9x3ZH9e9CM5Fn6CEzPgm5KTj071mFEVqqCUi2b
m1og2772MfSp6Y+vJYvdPtGPP3gZaL62/XEdVav9xG6VEVDGUzSvnBJz1T6gAUw=
=W3Rj
-END PGP SIGNATURE-


Accepted:
flashblock_1.5.14.2-1.debian.tar.gz
  to main/f/flashblock/flashblock_1.5.14.2-1.debian.tar.gz
flashblock_1.5.14.2-1.dsc
  to main/f/flashblock/flashblock_1.5.14.2-1.dsc
flashblock_1.5.14.2.orig.tar.bz2
  to main/f/flashblock/flashblock_1.5.14.2.orig.tar.bz2
xul-ext-flashblock_1.5.14.2-1_all.deb
  to main/f/flashblock/xul-ext-flashblock_1.5.14.2-1_all.deb


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



Accepted wordpress-openid 3.3.3-1 (source all)

2010-12-20 Thread Alexander GQ Gerasiov
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Tue, 21 Dec 2010 00:58:06 +0300
Source: wordpress-openid
Binary: wordpress-openid
Architecture: source all
Version: 3.3.3-1
Distribution: unstable
Urgency: low
Maintainer: Alexander GQ Gerasiov g...@debian.org
Changed-By: Alexander GQ Gerasiov g...@debian.org
Description: 
 wordpress-openid - OpenID plugin for WordPress
Changes: 
 wordpress-openid (3.3.3-1) unstable; urgency=low
 .
   * Imported Upstream version 3.3.3
   * New Standards version, no changes needed.
Checksums-Sha1: 
 0b4e97271f78e0135544f4dcc6a332663f76a8bf 1513 wordpress-openid_3.3.3-1.dsc
 2037ee5dea5f42d9847eec583a4eed3db05f1ce2 328313 
wordpress-openid_3.3.3.orig.tar.bz2
 3a3fdccc02693453f54962c93ec54bd279b0e67b 2747 
wordpress-openid_3.3.3-1.debian.tar.gz
 0a1fe7dd2c7b5a495d44059de5f5b65aae71c61e 87504 wordpress-openid_3.3.3-1_all.deb
Checksums-Sha256: 
 e7632d444b459bce8c0d9bad9e2d8190cbd51f70662365eb9dcf33b62328651f 1513 
wordpress-openid_3.3.3-1.dsc
 d5c6d8ad38eb4508b927bb1b11d441db7cd9ded76d24abfde0c86c738ea9f036 328313 
wordpress-openid_3.3.3.orig.tar.bz2
 235b7f48a9131fa99f277c2b253eec3e41025365d10cfffbf74484582290c416 2747 
wordpress-openid_3.3.3-1.debian.tar.gz
 21261e013ad7ede43eb168719c3515091f5ed80ff6fad553832b90c3e72010c8 87504 
wordpress-openid_3.3.3-1_all.deb
Files: 
 cbc9d00813e5f6a31ecd39d96090359a 1513 php optional wordpress-openid_3.3.3-1.dsc
 4843a67a7ef1b98940f855d4a437a9be 328313 php optional 
wordpress-openid_3.3.3.orig.tar.bz2
 221ab8bd4f2b720e7193c66ffb0eba3a 2747 php optional 
wordpress-openid_3.3.3-1.debian.tar.gz
 bbb9f7dcc27748f35e44f4a33ff6ef82 87504 php optional 
wordpress-openid_3.3.3-1_all.deb

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

iQEcBAEBCAAGBQJND9HeAAoJEMqH6egqrDPxtZsIALxhaNMI0tRMwzmAZ8pkjPdU
hassBhSM+af9cpZARmZXHyOipo/25sRGUK7EDI1dq66WSVezbTcASm/TdwzOAXf+
ckYw2+8irZpVMmg0lL4x9scDg5fJmxsyOsQagwJWkpQP9VukDgJuqZ3Zi3Mv6sg4
X+aWomF+M9FCCmUkaZqFf3xIna2+gkyKPsYDLIuyKOO1M+PV8wgrkZWNSDLr3ZjT
CiqPQTL1rLhl0YXq/W/uldSKaWSrjpyQ2VxDPYeyLQybhEjU2e3I8smx2o+wJJf5
/Ebygp3hopdHH2V1LLt5deuuNXm73a79xXVawyUjuqxh3tS4YADpEOGLWTeaNKs=
=03bu
-END PGP SIGNATURE-


Accepted:
wordpress-openid_3.3.3-1.debian.tar.gz
  to main/w/wordpress-openid/wordpress-openid_3.3.3-1.debian.tar.gz
wordpress-openid_3.3.3-1.dsc
  to main/w/wordpress-openid/wordpress-openid_3.3.3-1.dsc
wordpress-openid_3.3.3-1_all.deb
  to main/w/wordpress-openid/wordpress-openid_3.3.3-1_all.deb
wordpress-openid_3.3.3.orig.tar.bz2
  to main/w/wordpress-openid/wordpress-openid_3.3.3.orig.tar.bz2


-- 
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/e1puo2u-0006dh...@franck.debian.org



Accepted ldapscripts 1.9.0-3 (source all)

2010-12-23 Thread Alexander GQ Gerasiov
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Thu, 23 Dec 2010 15:35:18 +0300
Source: ldapscripts
Binary: ldapscripts
Architecture: source all
Version: 1.9.0-3
Distribution: unstable
Urgency: low
Maintainer: Alexander GQ Gerasiov g...@debian.org
Changed-By: Alexander GQ Gerasiov g...@cs.msu.su
Description: 
 ldapscripts - Add and remove user and groups (stored in a LDAP directory)
Closes: 592369 601942
Changes: 
 ldapscripts (1.9.0-3) unstable; urgency=low
 .
   * Use pwgen as password generator by default. Closes: #592369.
   * runtime.debian: Fix nss-ldap.conf parsing. Closes: #601942.
   * debian/control: Suggests libnss-ldap, not libpam-ldap.
   * Bump standard's version, no changes needed.
Checksums-Sha1: 
 7b034cbbeabc8b59d8492c591945db8704e7cc7e 1449 ldapscripts_1.9.0-3.dsc
 83854a41a3bcb15ff60408f6fb85a80b7b8c821d 7928 ldapscripts_1.9.0-3.debian.tar.gz
 d9d37ba894517d00418eef7fdbfcb5a07f537c83 49446 ldapscripts_1.9.0-3_all.deb
Checksums-Sha256: 
 aed7a4876a87be89c8068b1b513ad0e4f699220019969e5c46a15608a61ba4c3 1449 
ldapscripts_1.9.0-3.dsc
 a9e45ca5c66d344e499ea0ccdb24129b18129d50d19097b15c57fa45bc3514f1 7928 
ldapscripts_1.9.0-3.debian.tar.gz
 5dee68f6556586b39edc3f5d95f168667d0880fbbdb8f5230bec0f3bee07a3ac 49446 
ldapscripts_1.9.0-3_all.deb
Files: 
 9f3d307c8d1489138897867dff0a6a49 1449 admin optional ldapscripts_1.9.0-3.dsc
 d0640c8c43956a9fa0b82e652fe7fdb7 7928 admin optional 
ldapscripts_1.9.0-3.debian.tar.gz
 54a4e34a4adaafcdd19f5a2e771d8ba5 49446 admin optional 
ldapscripts_1.9.0-3_all.deb

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

iQEcBAEBCAAGBQJNE0nVAAoJEMqH6egqrDPx6fYH/128+3g+WetgC9wzq0r4Mvqw
bmBg2a0kTcPMlYOQLNIVkOJmMvwFnUe7jMShkYSTAGuHYXCGcKbg7EnnCjltW0oj
zzNmKKeish00bKL26djwdwDutGbqkxw8myvCPsu/zaFR0krNR5C5UMPeiY4odHmo
zHss5dyzN9NSZsbFfhLwX/SuVoUpw5BiYZeZRxKozyrinnf0P5+JoAp6t9EGvenL
ZcJ0yvo2bFzG3DIb0WXjJVGWQruGgipeOVnYkuYi9w1RauAskBzj9+Cz+opKX65i
4A94kjfsUefr6Kc8ffnrA8BcXDaGEvQRSgA/L0rCgbVGnIjWXjYxCDxIm+17iPw=
=V1Y6
-END PGP SIGNATURE-


Accepted:
ldapscripts_1.9.0-3.debian.tar.gz
  to main/l/ldapscripts/ldapscripts_1.9.0-3.debian.tar.gz
ldapscripts_1.9.0-3.dsc
  to main/l/ldapscripts/ldapscripts_1.9.0-3.dsc
ldapscripts_1.9.0-3_all.deb
  to main/l/ldapscripts/ldapscripts_1.9.0-3_all.deb


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



Accepted netams 3.4.5-2 (source all i386)

2010-07-24 Thread Alexander GQ Gerasiov
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sat, 24 Jul 2010 16:37:01 +0400
Source: netams
Binary: netams netams-dbg netams-web
Architecture: source all i386
Version: 3.4.5-2
Distribution: unstable
Urgency: low
Maintainer: Alexander GQ Gerasiov g...@debian.org
Changed-By: Alexander GQ Gerasiov g...@cs.msu.su
Description: 
 netams - network traffic accounting and monitoring daemon
 netams-dbg - debug symbols for NeTAMS
 netams-web - web interface for NeTAMS
Closes: 576026
Changes: 
 netams (3.4.5-2) unstable; urgency=low
 .
   * debian/Rules.make: Add -lcrypto to fix FTBFS with binutils-gold.
   * debian/netams.postinst: Fix some sed magic in netams.conf
 processing.
   * debian/control: Standards version updated.
   * Vietnamese translation added. Closes: #576026. Thanks to Clytie
 Siddall.
Checksums-Sha1: 
 8c5210af2ced9880a6179fdd0b46d2ba9be48f39 1584 netams_3.4.5-2.dsc
 bb569e676bcebce25f9f2bada0e5bd0ec79b3f0e 23388 netams_3.4.5-2.debian.tar.gz
 c457f4d0533986bd8b7c1eb5b7cab431c6e63616 101724 netams-web_3.4.5-2_all.deb
 25097f053516e7222f8b66492c5cb70f99e8e27e 250092 netams_3.4.5-2_i386.deb
 fec26c6b69bc2de718f1f3ca0dc676ca131e7655 261816 netams-dbg_3.4.5-2_i386.deb
Checksums-Sha256: 
 da02dc76ffcd4f8b1dc405b710d38ee2f615d50588edad4b6a6fcc741b6b5d54 1584 
netams_3.4.5-2.dsc
 749b4088a2610ce8954a6fb69432122493ecb8e6ab292caf332ce9665919baf6 23388 
netams_3.4.5-2.debian.tar.gz
 1cdefd8cb4c676ae044f5b9e66378c9e6a6e1d02d364acbff6634e863df3ae82 101724 
netams-web_3.4.5-2_all.deb
 aff77f76270010c1dd65329a7feccae1035a05c4d40726fcdd68d3bb78260ed3 250092 
netams_3.4.5-2_i386.deb
 4ccb9b53e19857a41d4cc630982724f550d2933425f5dc5b9433b521ccd4929c 261816 
netams-dbg_3.4.5-2_i386.deb
Files: 
 d6c16b0b7fc7ed16dce7972c75e407e2 1584 net optional netams_3.4.5-2.dsc
 87c7adbf9f319faacc0a6925451f61ca 23388 net optional 
netams_3.4.5-2.debian.tar.gz
 26d0d9e45cc9309f06f33eb816ee747c 101724 net extra netams-web_3.4.5-2_all.deb
 accca1abba21547e99f959e0e72a522a 250092 net optional netams_3.4.5-2_i386.deb
 7aa1f9f1694678866a9bf2cbd233282c 261816 debug extra netams-dbg_3.4.5-2_i386.deb

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

iQEcBAEBCAAGBQJMSuZfAAoJEMqH6egqrDPxWGcIAJ7t86Td0aXxFRBwusrDVKSU
JHor0G4rzsgWaI795vQwzCM8M+HPqwJn37WLDb4+TOKdr5hTNUSNHlGG7ANSf23u
i6feJVzJq8iH+rPKxkExQmkAbqGsrdH0gEHncV7CQ18f0hmQuBcUtgVLXYpnI/MB
hAv/kQUJnr7rGFWvL4sZHTMeglE1rWewKcKxV0IQwVbIWEE+qU28ozkq7jhBlHZB
pYwtrnxNpfXiljuD7/0eU2/pNtV6LuLjjoXkgwNU5W8xO0j1PU29T/X9EtmpTRcf
CyF8O8tZAFZKjCbcwSnfOs3wdJ2au3dSzopGH38pF8qnHiLyMf3cA5bU2QMWD9g=
=b+bv
-END PGP SIGNATURE-


Accepted:
netams-dbg_3.4.5-2_i386.deb
  to main/n/netams/netams-dbg_3.4.5-2_i386.deb
netams-web_3.4.5-2_all.deb
  to main/n/netams/netams-web_3.4.5-2_all.deb
netams_3.4.5-2.debian.tar.gz
  to main/n/netams/netams_3.4.5-2.debian.tar.gz
netams_3.4.5-2.dsc
  to main/n/netams/netams_3.4.5-2.dsc
netams_3.4.5-2_i386.deb
  to main/n/netams/netams_3.4.5-2_i386.deb


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



Accepted weave 1.4.3-1 (source i386)

2010-08-03 Thread Alexander GQ Gerasiov
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Tue, 03 Aug 2010 14:40:37 +0400
Source: weave
Binary: xul-ext-sync
Architecture: source i386
Version: 1.4.3-1
Distribution: unstable
Urgency: low
Maintainer: Debian Mozilla Extension Maintainers 
pkg-mozext-maintain...@lists.alioth.debian.org
Changed-By: Alexander GQ Gerasiov g...@cs.msu.su
Description: 
 xul-ext-sync - extension to sync bookmarks, passwords and other user data 
betwee
Closes: 588239
Changes: 
 weave (1.4.3-1) unstable; urgency=low
 .
   [ Fladischer Michael ]
   * Rename debian/NEWS.Debian - debian/NEWS (Closes: #588239).
 .
   [ Alexander GQ Gerasiov ]
   * Imported Upstream version 1.4.1
   * debian/control: Bump standard's version. No changes needed.
 .
   [ Fladischer Michael ]
   * Add VSC-* fields.
 .
   [ Alexander GQ Gerasiov ]
   * Imported Upstream version 1.4.3
Checksums-Sha1: 
 50f93e3813fdf299fc7a792bab86761402430964 1644 weave_1.4.3-1.dsc
 8ac69b35809111fd667513a1e1181651bf03a522 314133 weave_1.4.3.orig.tar.bz2
 6d2199a796d3036f1c280d557590c670f367c944 14120 weave_1.4.3-1.debian.tar.gz
 c5ca1a697c2af22ba82201e37a528c1b09d9d1c2 269906 xul-ext-sync_1.4.3-1_i386.deb
Checksums-Sha256: 
 581a28b49f2c8ec5b70660b1d217adbcc3b6ead639a9ed6705d2fe18a92250bd 1644 
weave_1.4.3-1.dsc
 4023f2b038d6678b36bd8bac0b2c7db6e114fde5dbeccb8c5830f658c0407d9f 314133 
weave_1.4.3.orig.tar.bz2
 8e8f113cb4bdee5190fe9be7a853fc2ee26fbac4c36e4d766f056db361986c67 14120 
weave_1.4.3-1.debian.tar.gz
 0ab3f9ef65325f38923af45782edc16acddc247171fa3c52ab4afded4179e686 269906 
xul-ext-sync_1.4.3-1_i386.deb
Files: 
 33c7445af13d06873d1a67df6af66862 1644 web optional weave_1.4.3-1.dsc
 bb274745959bdb3a812292cbc2880483 314133 web optional weave_1.4.3.orig.tar.bz2
 360a4bd34144740c869053d1e2f716f0 14120 web optional weave_1.4.3-1.debian.tar.gz
 ee9811177994b425eee91f83957a5c3a 269906 web optional 
xul-ext-sync_1.4.3-1_i386.deb

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

iQEcBAEBCAAGBQJMV/3bAAoJEMqH6egqrDPx4GsH/ioxCjowWx1p+4uqLeOQvovE
59JLOR5bpngfLbtEUkM67L2RQuG09VkQqAVpE61ZVco8uP0bxfJ4ZwH6Dj/jK70N
LfUNBmB+02XSm/VmEK75V/cp5s6r+aq//6qIKbk6ogoviXfEsa/1IrpmQfO+xHjq
qTox2Hdfj1YyfhmeMPdI64fwwH7bFVlbfzUJVwW3amW2I5oseI0FTJPJZOJ3kTxu
dTP+6Dx6BVEdEuyOljAC5cPR8oYKvJJVMheyGzhkuEHPENOdnaF1QlAGoToGKJot
fQLZlAyQvnL3eI8gbc47jGh2gMQUdey4k5Gk1TN58Q8fUa9tW47/dfqZ2KZRlws=
=eh+x
-END PGP SIGNATURE-


Accepted:
weave_1.4.3-1.debian.tar.gz
  to main/w/weave/weave_1.4.3-1.debian.tar.gz
weave_1.4.3-1.dsc
  to main/w/weave/weave_1.4.3-1.dsc
weave_1.4.3.orig.tar.bz2
  to main/w/weave/weave_1.4.3.orig.tar.bz2
xul-ext-sync_1.4.3-1_i386.deb
  to main/w/weave/xul-ext-sync_1.4.3-1_i386.deb


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



Accepted gxneur 0.11.1-1 (source i386)

2011-01-14 Thread Alexander GQ Gerasiov
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Mon, 10 Jan 2011 18:09:11 +0300
Source: gxneur
Binary: gxneur
Architecture: source i386
Version: 0.11.1-1
Distribution: unstable
Urgency: low
Maintainer: Alexander GQ Gerasiov g...@debian.org
Changed-By: Alexander GQ Gerasiov g...@cs.msu.su
Description: 
 gxneur - GTK+ frontend for xneur keyboard layout switcher
Changes: 
 gxneur (0.11.1-1) unstable; urgency=low
 .
   * Imported Upstream version 0.11.1
   * debian/control: depend on xneur 0.11.1
   * Build-debend on libgconf2-dev.
   * Remove patches/03_fix_ftbfs_with_binutils_gold.patch: fixed
 upstream.
   * Remove patches/05_correct_error_message.patch: applied upstream.
   * Bump standard's version. No changes needed.
Checksums-Sha1: 
 d44aff6720195026350c2c7cc37fc23bb12c5b5c 1511 gxneur_0.11.1-1.dsc
 4705d3c4004fb77ccf62482e88fe995c436c58f4 390186 gxneur_0.11.1.orig.tar.bz2
 56385accf5698b4f20b58e0c62df5ece47b599af 7177 gxneur_0.11.1-1.debian.tar.gz
 0f525cf522e18cd7629dce7a59f0e1d8fc1bb85b 111784 gxneur_0.11.1-1_i386.deb
Checksums-Sha256: 
 02e60192062da0390dbdf881dbaccf57d2f4dbbd504d8f58fb9c9cd2e7bca270 1511 
gxneur_0.11.1-1.dsc
 f1285c1226e9ea64a27203314d2d2ea17a6805ff206f235736b6d1210a7fa2da 390186 
gxneur_0.11.1.orig.tar.bz2
 48e156122a9a471d5ff429898df90bc2a02cb7baf5954b4d01e31ff77da845eb 7177 
gxneur_0.11.1-1.debian.tar.gz
 52de2cc5c4ae478d19a7e2adace3c8b5749b8e02df9d4bb6751f19a6215d8116 111784 
gxneur_0.11.1-1_i386.deb
Files: 
 2782e928e6f61023953c28e758d058ac 1511 x11 optional gxneur_0.11.1-1.dsc
 20aea639795c5f8a749f1d2b9ddacf3f 390186 x11 optional gxneur_0.11.1.orig.tar.bz2
 0ea3524b96cb2680a5dd0a7dc41c13bd 7177 x11 optional 
gxneur_0.11.1-1.debian.tar.gz
 60aaa488302f45ecec8b20470bd4ce3b 111784 x11 optional gxneur_0.11.1-1_i386.deb

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

iQEcBAEBCAAGBQJNMA4DAAoJEMqH6egqrDPxCXUIAL7DqkqFUgnry7Im+Bf2bCnQ
TQSe37QXsWgWg6vWanY0X57DRIRNR4bfx2zxD8LHXZMkCS9thYb4mcbcHQDt2dll
TvK98nG5URHQT663+0ZEgl4c76oLV9PfhISgtQOPxAsh+1RgynhLOT/lSlP/2b8K
ghbG1dty44ubDLHTEzttiOtRgR8CJgi/q6krYg6/L8BJxLmq1XHQubPsk2mzXiW1
D9sIujJoZaeuO1Mrukbc6GYsVqg5tM9bOlcDw7kMmt9tvU3luEN6fPDtMIK3Dce3
vfkapiBgOZ6L2ANf32uJx1uaMYvpxjjhawfMe8i7GTYnTcD5cvItglf/XCVH9Qw=
=hRbV
-END PGP SIGNATURE-


Accepted:
gxneur_0.11.1-1.debian.tar.gz
  to main/g/gxneur/gxneur_0.11.1-1.debian.tar.gz
gxneur_0.11.1-1.dsc
  to main/g/gxneur/gxneur_0.11.1-1.dsc
gxneur_0.11.1-1_i386.deb
  to main/g/gxneur/gxneur_0.11.1-1_i386.deb
gxneur_0.11.1.orig.tar.bz2
  to main/g/gxneur/gxneur_0.11.1.orig.tar.bz2


-- 
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/e1pdfxq-0005ye...@franck.debian.org



Accepted xneur 0.11.1-1 (source i386)

2011-01-14 Thread Alexander GQ Gerasiov
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Mon, 10 Jan 2011 18:05:59 +0300
Source: xneur
Binary: xneur libxneur libxneur-dev xneur-dbg
Architecture: source i386
Version: 0.11.1-1
Distribution: unstable
Urgency: low
Maintainer: Alexander GQ Gerasiov g...@debian.org
Changed-By: Alexander GQ Gerasiov g...@cs.msu.su
Description: 
 libxneur   - xneur library
 libxneur-dev - development files for xneur frontends and plugins.
 xneur  - in-place conversion of text typed in with a wrong keyboard layout
 xneur-dbg  - XNeur debugging symbols
Changes: 
 xneur (0.11.1-1) unstable; urgency=low
 .
   * Imported Upstream version 0.11.1
   * debian/control: Removed obsolete build-depends: libimlib2-dev,
 libxpm-dev.
   * xneur's version updated.
   * debian/control: Replace libaspell with libenchant.
   * debian/rules: Added xneur.pc to PRESERVE_UPSTREAM.
   * Bump standard's version. No changes needed.
Checksums-Sha1: 
 97353561ba7d4dcf9abad501edbf9950c0b4a70f 1551 xneur_0.11.1-1.dsc
 0c306ad4bdb46b9c3b8e0cb98f2e9361d20bce2b 1088553 xneur_0.11.1.orig.tar.bz2
 8050ad4937f90934f7b1a1649cfb2447c0e107f2 8970 xneur_0.11.1-1.debian.tar.gz
 285731fed2196ea2ddc95aed6a5d6b7beb494d7d 966380 xneur_0.11.1-1_i386.deb
 d37908bebe3a0776be483c1e600e9d3259436ec0 65908 libxneur_0.11.1-1_i386.deb
 a4abf1e3a6114d37d524c9caa972367a8af74252 79770 libxneur-dev_0.11.1-1_i386.deb
 323674be66dcde5d383533841b4bd8c4af58c8ad 155242 xneur-dbg_0.11.1-1_i386.deb
Checksums-Sha256: 
 114e30df135b96ab4571699de57f4c9eb82bbfef0ecb9638f6829381642841f8 1551 
xneur_0.11.1-1.dsc
 bdf7e5a8181fac50558573a8ea470df3f73a7272eefa3c318da35bfac2e6228b 1088553 
xneur_0.11.1.orig.tar.bz2
 fe2e1e3a15a6d5a106cd6649e3c83fa5f4636c89786919725e1e2a76f8bbae62 8970 
xneur_0.11.1-1.debian.tar.gz
 15eea7a0387e09ed0ddf63b0e751283907e13810d2cb117d560a9e10a9f8fd91 966380 
xneur_0.11.1-1_i386.deb
 5fb64eb73cbea90779cba9105f644c86cc1c773be9d125ae73a5cb1bc0949b03 65908 
libxneur_0.11.1-1_i386.deb
 f0ba929cbfc06fd8ab85dbe46baa414d75f61cccef191692114d2338976ea69a 79770 
libxneur-dev_0.11.1-1_i386.deb
 d3fa7204a5f9db04a9eb76508e93306d26409ac9617288fa5c29ddc8e2835581 155242 
xneur-dbg_0.11.1-1_i386.deb
Files: 
 595de90453c5261af563a82fbbcbe8dd 1551 x11 optional xneur_0.11.1-1.dsc
 e17aa8e19c227a758e1b13a7c7ac90b9 1088553 x11 optional xneur_0.11.1.orig.tar.bz2
 49d3119399c0cb04834f49e2c6f9007f 8970 x11 optional xneur_0.11.1-1.debian.tar.gz
 fc80ad30869a8efaafeec20b5784c062 966380 x11 optional xneur_0.11.1-1_i386.deb
 66325e88b0d1321ec57d4cea513b21d3 65908 libs optional libxneur_0.11.1-1_i386.deb
 4f13a1170774cf6b73adf8fd6b836366 79770 libdevel optional 
libxneur-dev_0.11.1-1_i386.deb
 715ce11292ae02d2e287689d4b1d0ae1 155242 debug extra xneur-dbg_0.11.1-1_i386.deb

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

iQEcBAEBCAAGBQJNMA3uAAoJEMqH6egqrDPxgSIH/2LBXufCa9MFUUNfMjMykPf0
GqY22meWkrzn4WDqFa6Ud6DS/qJcm2RK6v+i7pjXf5APrBPaXJ/gyIMtx4aAeBN9
yZIZbK1iZ9tDgEo8FgScfnmXzwq+ebxHfAC9boK5+7hEdusP5xFtETHmN2uQWLXn
VDnm3iIXyEC3kZ1fqpg5J/E6++3QTMTCn7TsMtRtvuQegUthONzKlqICCkaANgIq
6kYqZP23hb3gn7+baljr6AFFz2FHWhRPasPnG3Du3hkBiuivGGnRL25JykMJOPpC
3cuH/SgprHXI2MHZZjSj2w9wqEM+0pwq81FgsOZD8p9bAKzKXOUq1NmMdcRe+4Q=
=rVBX
-END PGP SIGNATURE-


Accepted:
libxneur-dev_0.11.1-1_i386.deb
  to main/x/xneur/libxneur-dev_0.11.1-1_i386.deb
libxneur_0.11.1-1_i386.deb
  to main/x/xneur/libxneur_0.11.1-1_i386.deb
xneur-dbg_0.11.1-1_i386.deb
  to main/x/xneur/xneur-dbg_0.11.1-1_i386.deb
xneur_0.11.1-1.debian.tar.gz
  to main/x/xneur/xneur_0.11.1-1.debian.tar.gz
xneur_0.11.1-1.dsc
  to main/x/xneur/xneur_0.11.1-1.dsc
xneur_0.11.1-1_i386.deb
  to main/x/xneur/xneur_0.11.1-1_i386.deb
xneur_0.11.1.orig.tar.bz2
  to main/x/xneur/xneur_0.11.1.orig.tar.bz2


-- 
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/e1pdfy9-0005hy...@franck.debian.org



Accepted weave 1.4-1 (source i386)

2010-07-05 Thread Alexander GQ Gerasiov
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Mon, 05 Jul 2010 13:28:38 +0400
Source: weave
Binary: xul-ext-sync
Architecture: source i386
Version: 1.4-1
Distribution: unstable
Urgency: low
Maintainer: Debian Mozilla Extension Maintainers 
pkg-mozext-maintain...@lists.alioth.debian.org
Changed-By: Alexander GQ Gerasiov g...@cs.msu.su
Description: 
 xul-ext-sync - extension to sync bookmarks, passwords and other user data 
betwee
Changes: 
 weave (1.4-1) unstable; urgency=low
 .
   [ Fladischer Michael ]
   * Fixed some typos in README.source.
   * debian/clean: removed.
   * debian/rules, debian/README.source: Upstream repository URL has changed.
   * debian/NEWS: Add NEWS regarding the status bar.
 .
   [ Alexander GQ Gerasiov ]
   * Imported Upstream version 1.4
   * debian/crypto.Makefile: subst fixed according to changes in top-level
 Makefile
Checksums-Sha1: 
 34e13dffd4e85fd5ba3b28b7beb82a5c2f1a1b88 1510 weave_1.4-1.dsc
 728e7fb6077ad1bfe4bfee1321e5112bb814e362 300766 weave_1.4.orig.tar.bz2
 b4529fb5e9aae42b78bf51b5e6abac9c76484bd3 13600 weave_1.4-1.debian.tar.gz
 5129983cad764f8b69adcf08b353860b0a7a8a2d 261536 xul-ext-sync_1.4-1_i386.deb
Checksums-Sha256: 
 257c9cf29cb75b512ba5446232579de3b0eff49bcbaa016071939a74d5441666 1510 
weave_1.4-1.dsc
 7dbc96d95467f7141cba46b8df840e359f53d25475796620dff4aae9b050bce2 300766 
weave_1.4.orig.tar.bz2
 50d6dfe0fa7ca17f08428abffb3b2bf983eb456791a39faa67189185d3aa617a 13600 
weave_1.4-1.debian.tar.gz
 aa22c8768a1cabd95f515cf12b409975c2ae9f4b1ec8e97c104167fe1ea8b2c5 261536 
xul-ext-sync_1.4-1_i386.deb
Files: 
 9ab466bad6e3a5b9c159b807b4ad6ec2 1510 web optional weave_1.4-1.dsc
 86813f1efb4b7dae8f610f5eff0784ee 300766 web optional weave_1.4.orig.tar.bz2
 2ecc1c159be04bc76a8ee247f4a421d3 13600 web optional weave_1.4-1.debian.tar.gz
 b05f1371f05b8ce0e924fa92f09f1697 261536 web optional 
xul-ext-sync_1.4-1_i386.deb

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

iQEcBAEBCAAGBQJMMkF/AAoJEMqH6egqrDPxBdMH/1uQ0y1g2ii5+d4ur0Ex/mos
bksGcibp/U0pd734U3RbYebWYmjCSKnl2W4AjePtltaVovxOMyNnbE6SRgqFZXx0
xNYxN6XccAsO3PxppVrycXce6pWnxN7DqoBPigaCUp2/zOx1b5MMzvs0NIcDO0BD
iNmz6HjJEknmFYMe1TiKJl5zkToEyiEpp927GoWhE4v5W6xgOmuhJS7pzZCabM3u
OTapzE+20ULVVAHDK5VSnqXYur2PS+9tk8KeP4VKlxcCcl/tAQBjxlI+DRY4wp4h
5WM3jZan0bpEiyLjh5JU6fQXwZwnWgPE8sTpqRDNUWgNxjnIcp3iTc+KNhqQUWI=
=IYqz
-END PGP SIGNATURE-


Accepted:
weave_1.4-1.debian.tar.gz
  to main/w/weave/weave_1.4-1.debian.tar.gz
weave_1.4-1.dsc
  to main/w/weave/weave_1.4-1.dsc
weave_1.4.orig.tar.bz2
  to main/w/weave/weave_1.4.orig.tar.bz2
xul-ext-sync_1.4-1_i386.deb
  to main/w/weave/xul-ext-sync_1.4-1_i386.deb


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



Accepted netams 3.4.5-1 (source all i386)

2010-07-05 Thread Alexander GQ Gerasiov
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Tue, 06 Jul 2010 03:29:43 +0400
Source: netams
Binary: netams netams-dbg netams-web
Architecture: source all i386
Version: 3.4.5-1
Distribution: unstable
Urgency: low
Maintainer: Alexander GQ Gerasiov g...@debian.org
Changed-By: Alexander GQ Gerasiov g...@cs.msu.su
Description: 
 netams - network traffic accounting and monitoring daemon
 netams-dbg - debug symbols for NeTAMS
 netams-web - web interface for NeTAMS
Changes: 
 netams (3.4.5-1) unstable; urgency=low
 .
   * debian/rules: git-cvsimport - git cvsimport
   * Imported Upstream version 3.4.5
   * debian/copyright: Happy New Year! changes :)
   * debian/control: standard's version updated, no changes needed.
   * debian/patches/05_manpage_whatis.diff removed: fixed upstream.
   * debian/patches/11_umask.diff refreshed.
   * debian/watch: version divert removed.
   * debian/Rules.make Fix FTBFS on kfreebsd.
   * Add 14_fix_pthread.diff: fix incorrect usage of
 pthread_cleanup_pop(). Fixes FTBFS on kfreebsd.
   * Add 15_fix_ftbfs_kfreebsd.diff: fixes FTBFS on kfreebsd.
   * debian/Rules.make: removed some duplicate entries.
   * Install ipfw2netflow and ascii2netflow if exists.
   * Install netams.js to netams-web.
   * debian/control: Depend on libmysqlclient-dev instead of
 libmysqlclient15-dev.
Checksums-Sha1: 
 f9d7542102e6d679bff63b539de50f4162604d90 1584 netams_3.4.5-1.dsc
 e129797faae467152b1f7a89ec25842ea8f1101a 408868 netams_3.4.5.orig.tar.gz
 a9bb0430d4101a0cbdb55af9804051b639341d1d 22746 netams_3.4.5-1.debian.tar.gz
 a94c19a0ddc7b34eb1dc3f2402a63781fcc70ab1 101436 netams-web_3.4.5-1_all.deb
 001fe625a00378c3fad2579009f48346b2d7033a 249690 netams_3.4.5-1_i386.deb
 8d6f795ef392f8cdf57a93cc7da398cae5167e9f 261692 netams-dbg_3.4.5-1_i386.deb
Checksums-Sha256: 
 4fa48e60236b8d1c57eea77dcd1dec840d7e7731cf9f6ad40615c1327b85a68b 1584 
netams_3.4.5-1.dsc
 dc6522cc6cf14bfb29f38f09e5513bfe4dce275c0fce9f55ec8706cd300908b1 408868 
netams_3.4.5.orig.tar.gz
 a0fbf4935cb64978882a7c175d775df01c62f4e72a60582221af46628efcfa1c 22746 
netams_3.4.5-1.debian.tar.gz
 2de55d617ecd4a41eb01a5b744ad0eec9d69e54f23d15ca4322941561f0cbbda 101436 
netams-web_3.4.5-1_all.deb
 22cf21e3415dd9468704a418dd1c5cb10e7096603c8e22932b3cdd0954bb7763 249690 
netams_3.4.5-1_i386.deb
 cce54e6ba95aff924047281c1b2ebe2a2f389aea30069ce5125d8bbb335d9f71 261692 
netams-dbg_3.4.5-1_i386.deb
Files: 
 8e1d59e6c7565f587d7336062b78 1584 net optional netams_3.4.5-1.dsc
 adb19cfff7ecf33b25e865472118898b 408868 net optional netams_3.4.5.orig.tar.gz
 6afb5bbd58799ac8d5816edd4de09f7f 22746 net optional 
netams_3.4.5-1.debian.tar.gz
 92313f59d04e841d00a8763e225992ea 101436 net extra netams-web_3.4.5-1_all.deb
 229868357eb16ad4e7c8cc1a3f446ba4 249690 net optional netams_3.4.5-1_i386.deb
 05851bca8e481f93c3921fbdd43600a2 261692 debug extra netams-dbg_3.4.5-1_i386.deb

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

iQEcBAEBCAAGBQJMMmy1AAoJEMqH6egqrDPx1VEH/2/CFSpILb5ydrKkHM6zWsIq
kkv3Fxhhjq13ZxQFXaWKFO4YO2UDxcOlSC4wXVEV2FJIrSIHCNHSorWDwCef9qG+
/nBguNx/bo6NoS6E4gY6bmyTX8MRvwfr2v6vd40EmGUV4ISSqdhN5haS0SQi0qDq
qKvM+T4NHO34YlATpxIarVDusGLxZlLcgR0U4JB+MSgVc3U0J/5GT/Zyto+vqhB0
Yg24ESP8Br9bxgeHxxr4nSDiVT78HYlWhRKphCuMayG9PbdxqxwJUuQp5nPdGIT7
Ssq+3yHh4uavDRhRLqsyXB3jLy4BJoivVgJInSwHGzUHsqDe+q5/fqgm2ogGGtU=
=K9lD
-END PGP SIGNATURE-


Accepted:
netams-dbg_3.4.5-1_i386.deb
  to main/n/netams/netams-dbg_3.4.5-1_i386.deb
netams-web_3.4.5-1_all.deb
  to main/n/netams/netams-web_3.4.5-1_all.deb
netams_3.4.5-1.debian.tar.gz
  to main/n/netams/netams_3.4.5-1.debian.tar.gz
netams_3.4.5-1.dsc
  to main/n/netams/netams_3.4.5-1.dsc
netams_3.4.5-1_i386.deb
  to main/n/netams/netams_3.4.5-1_i386.deb
netams_3.4.5.orig.tar.gz
  to main/n/netams/netams_3.4.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
Archive: http://lists.debian.org/e1ovvnu-0006i9...@franck.debian.org



Accepted wordpress-openid 3.3.2-2 (source all)

2010-07-06 Thread Alexander GQ Gerasiov
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Tue, 06 Jul 2010 21:09:18 +0400
Source: wordpress-openid
Binary: wordpress-openid
Architecture: source all
Version: 3.3.2-2
Distribution: unstable
Urgency: low
Maintainer: Alexander GQ Gerasiov g...@debian.org
Changed-By: Alexander GQ Gerasiov g...@cs.msu.su
Description: 
 wordpress-openid - OpenID plugin for WordPress
Changes: 
 wordpress-openid (3.3.2-2) unstable; urgency=low
 .
   * 01_fix_common_php_require_once.patch: Fix inclusion of system php-
 openid component.
Checksums-Sha1: 
 09783e9af9a557e7dde16a9d53d09313ff37 1510 wordpress-openid_3.3.2-2.dsc
 7c5aa6294cddfe5a52bd086153e0f6b544b0797c 2637 
wordpress-openid_3.3.2-2.debian.tar.gz
 8c2db989acf5da9ed7ba724e7d0a7750b3bb519d 75962 wordpress-openid_3.3.2-2_all.deb
Checksums-Sha256: 
 40c95b1d2da5a3be293b519aa166dae36d84f6ec40865200f6e82d9cdc2259b4 1510 
wordpress-openid_3.3.2-2.dsc
 68dd643ff0dc5ad42921e44a541c29629e2d79cdc7230b95192893e4f708ba65 2637 
wordpress-openid_3.3.2-2.debian.tar.gz
 bcf1af6683945772bb75724ead0799aef549b6761e83c22bd5cd0c8185455c5f 75962 
wordpress-openid_3.3.2-2_all.deb
Files: 
 5c8cd898a7563ae5bae3f9cbde97bb34 1510 php optional wordpress-openid_3.3.2-2.dsc
 d4b56ca2d0e8d1ae6ea7e5939b79650a 2637 php optional 
wordpress-openid_3.3.2-2.debian.tar.gz
 2c5e798c45741055ef37bab84d004fba 75962 php optional 
wordpress-openid_3.3.2-2_all.deb

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

iQEcBAEBCAAGBQJMM2ZxAAoJEMqH6egqrDPxop8H/3zaJN+1b/4g+0njdElRv9cq
c7kmmgUf/BphpDxcXN/+RpnghHniG7fudxIE2eycblYC4vVSC5CG1tLlBHVcLy7F
RnRahXmh6u7sqHHzStfJgAu+ytkG99er4+5TMeuqIff9kG28t4SGTZ9HC+OhIqzA
2xgZbGLVSKJVjIV7JBkpN8p+7ksMBI0hVZbHLmSBfoBu380/3ci4G3XYdbyKFSDp
h0hHaw07elmgn2sP4YPfYlt6uq0rCcobgX2T3/dbVzgMLQIRcXEHrAW5WJz508En
O3vexAziqk/2xt/Nb2LQ7TClsqFDPgO+YFMQNrOSEgc8x206mKvpl1m/Wh/Acsw=
=vOHb
-END PGP SIGNATURE-


Accepted:
wordpress-openid_3.3.2-2.debian.tar.gz
  to main/w/wordpress-openid/wordpress-openid_3.3.2-2.debian.tar.gz
wordpress-openid_3.3.2-2.dsc
  to main/w/wordpress-openid/wordpress-openid_3.3.2-2.dsc
wordpress-openid_3.3.2-2_all.deb
  to main/w/wordpress-openid/wordpress-openid_3.3.2-2_all.deb


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



Accepted netams 3.4.3+dfsg1-4 (source all i386)

2010-02-13 Thread Alexander GQ Gerasiov
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sun, 14 Feb 2010 03:22:52 +0300
Source: netams
Binary: netams netams-dbg netams-web
Architecture: source all i386
Version: 3.4.3+dfsg1-4
Distribution: unstable
Urgency: low
Maintainer: Alexander GQ Gerasiov g...@debian.org
Changed-By: Alexander GQ Gerasiov g...@cs.msu.su
Description: 
 netams - network traffic accounting and monitoring daemon
 netams-dbg - debug symbols for NeTAMS
 netams-web - web interface for NeTAMS
Closes: 559100 563180 563378 563405 565127 565640 565689 566156 566569 566710 
567454
Changes: 
 netams (3.4.3+dfsg1-4) unstable; urgency=low
 .
   * debian/copyright: typo fixed.
   * debian/control: fix spelling and typos. Thanks Josh Triplett.
 (Closes: #559100)
   * debian/control: fix arch specific build-depends to libnetfilter-
 queue-dev [!kfreebsd-i386 !kfreebsd-amd64], libnetgraph-dev
 [kfreebsd-i386 kfreebsd-amd64].
   * debian/control: netams-web should go to extra, because of depends.
   * debian/control: netams-web: add missing depends on dbconfig-common
 (Closes: #566569).
   * Remove patches for ./configure.sh and use preconfigured
 debian/Rules.make instead of configure script.
   * debian/netams.init.d: $remote_fs added into dependences (thanks to
 lintian).
   * Description and debconf templates updated. Closes: #565127. Thanks
 to l10n-en guys.
   * Czech translation added. Closes: #565640. Thanks to Michal Simunek.
   * Swedish translation added. Closes: #565689. Thanks to Martin Bagge.
   * German translation added. Closes: #563405. Thanks to Thomas Mueller.
   * Russian translation added. Closes: #563180. Thanks to Yuri Kozlov.
   * Italian translation added. Closes: #566156. Thanks to Vincenzo
 Campanella.
   * French translation added. Closes: #566710. Thanks to Julien
 Patriarca.
   * Spanish translation added. Closes: #567454. Thanks to Francisco
 Javier Cuadrado.
   * Portuguese translation added. Closes: #563378. Thanks to Miguel
 Figueiredo.
Checksums-Sha1: 
 cbf151c340dc061dc25f50a6347bba3c20e0c6c8 1628 netams_3.4.3+dfsg1-4.dsc
 a2ec938b8873e89f17e01d2a9cf10815cf59a5b3 22354 
netams_3.4.3+dfsg1-4.debian.tar.gz
 657a0254b2d97c96e1ad7ae8ddaffa09e5474b26 99048 netams-web_3.4.3+dfsg1-4_all.deb
 500b9d0a0d4db66b9f37dbeb5a035280bd4bf9ec 245308 netams_3.4.3+dfsg1-4_i386.deb
 cbcfbdd2a8bb2fa25ff817100e00073789d1715f 256628 
netams-dbg_3.4.3+dfsg1-4_i386.deb
Checksums-Sha256: 
 1e0665910198f74d53f925f25a0ae0c2e54408f7b59077b30b3e18616e4ac9ec 1628 
netams_3.4.3+dfsg1-4.dsc
 afbf33c17f4b23713bca1b3be52ed12686d67dcc96d3330aa49edfb03efdc990 22354 
netams_3.4.3+dfsg1-4.debian.tar.gz
 cecd64a560d2e9cd8a2b559a1339fd0161a5aa6204995744a2ce1242baa0a06f 99048 
netams-web_3.4.3+dfsg1-4_all.deb
 89eecdc9b30f907e6e0fef9b5bb07154d9819fe12decad4041cd38548ec1cffd 245308 
netams_3.4.3+dfsg1-4_i386.deb
 bc6e528ed99bbad4f509dff05e3d9bd827167524eb3c320c64396853ab33d196 256628 
netams-dbg_3.4.3+dfsg1-4_i386.deb
Files: 
 a03ae83d32ea27190b33f6e4bb1ec859 1628 net optional netams_3.4.3+dfsg1-4.dsc
 5a57878b934e87c5fb1139125155b8c0 22354 net optional 
netams_3.4.3+dfsg1-4.debian.tar.gz
 837b4bb89eea4385e31c5e88dc2f05b2 99048 net extra 
netams-web_3.4.3+dfsg1-4_all.deb
 ebc9d6bf07b7b22183643a3547e36f6d 245308 net optional 
netams_3.4.3+dfsg1-4_i386.deb
 779c484b42446d04eacca58ca276f4b5 256628 debug extra 
netams-dbg_3.4.3+dfsg1-4_i386.deb

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

iQEcBAEBCAAGBQJLd0xBAAoJEMqH6egqrDPxYl8IAMmGt7+VsGL8C+5QZycaMwv6
051O3no1b2nCzCS6gDtFuGGvZtgCTBzcFaDkaTrWf0/0ztYgZ0Lo8BqRe7to2e7G
bBzSJodmY8VAE4YKXkYSwFc+/7NftUsMpX+TSl+fxmnp39kbM1p77oEzMNcF0euM
MQt7HToxFs7HctrZMQkod/FAjOPFnagyxPF3CzkX0/+aj7i67vV05VppxKbBK0qr
xtABmVl+btao3drLiFS8zDnQqfOyhzeIP91LYE9NKy4zyKiJnL1iYG52ck6rcJuh
rqhK0OZWq+lKCHVxF1Ry680TWJbv+AKl/tp+VuhVJVjs4RzfLvUBr5qYJ3MRtGw=
=gMW1
-END PGP SIGNATURE-


Accepted:
netams-dbg_3.4.3+dfsg1-4_i386.deb
  to main/n/netams/netams-dbg_3.4.3+dfsg1-4_i386.deb
netams-web_3.4.3+dfsg1-4_all.deb
  to main/n/netams/netams-web_3.4.3+dfsg1-4_all.deb
netams_3.4.3+dfsg1-4.debian.tar.gz
  to main/n/netams/netams_3.4.3+dfsg1-4.debian.tar.gz
netams_3.4.3+dfsg1-4.dsc
  to main/n/netams/netams_3.4.3+dfsg1-4.dsc
netams_3.4.3+dfsg1-4_i386.deb
  to main/n/netams/netams_3.4.3+dfsg1-4_i386.deb


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1ngt6w-0002ht...@ries.debian.org



Accepted flashblock 1.5.12-1 (source all)

2010-01-29 Thread Alexander GQ Gerasiov
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Fri, 29 Jan 2010 16:41:07 +0300
Source: flashblock
Binary: xul-ext-flashblock
Architecture: source all
Version: 1.5.12-1
Distribution: unstable
Urgency: low
Maintainer: Debian Mozilla Extension Maintainers 
pkg-mozext-maintain...@lists.alioth.debian.org
Changed-By: Alexander GQ Gerasiov g...@cs.msu.su
Description: 
 xul-ext-flashblock - mozilla extension to block Adobe Flash content
Changes: 
 flashblock (1.5.12-1) unstable; urgency=low
 .
   * New upstream release 1.5.12
 - [fix] Make Flowplayer work with Flashblock instead of offering to 
download
   the .flv file. Includes a followup fix to include other formats offered
   for download including .MP4
 - Ongoing refactoring of Flashblock code.
 - Detect more broken flash and stealth flash objects.
 - Add .* to the end of the whitelist strings during compare so users
   don't have to do this manually.
 - Initial support for blocking Silverlight. Thanks to Sven Schneider for
   the silverlight buttons
   * debian/README.source updated to current state.
Checksums-Sha1: 
 7ccddf3ea115a13248edefaf9a583000fc383b14 1638 flashblock_1.5.12-1.dsc
 991775c76c8bec3b78cd1cea1153dae73b0f94ba 65034 flashblock_1.5.12.orig.tar.gz
 e77f2e785222ef5bcf7376a8c3139adbd1856540 12504 
flashblock_1.5.12-1.debian.tar.gz
 698a43bba288f83aa262789b6f88eb46c47bc7fa 92262 
xul-ext-flashblock_1.5.12-1_all.deb
Checksums-Sha256: 
 c03aade1090ca479065b1455088830d16124a98a1e4c2a22ca6c0a5ce7d83676 1638 
flashblock_1.5.12-1.dsc
 3ebe23595c14421b9eb46a09ca1e32dc1a013a57a1a2edab2ad77dc704f492c0 65034 
flashblock_1.5.12.orig.tar.gz
 414ae95708318aa005abe75b711bae0008d75b69d442f386b6525ff40001824a 12504 
flashblock_1.5.12-1.debian.tar.gz
 e29447b5e24150f2b374cbfbe13a5b0eabeacdbaee0301ab18f2b17e19e2a3c7 92262 
xul-ext-flashblock_1.5.12-1_all.deb
Files: 
 e0e093699e5a6010ee770a40b3e0f7fd 1638 web optional flashblock_1.5.12-1.dsc
 86eb6fed8588cb5eb6a94254d083c3f0 65034 web optional 
flashblock_1.5.12.orig.tar.gz
 20bbd2a72ac463af4d27f57a7b44fd54 12504 web optional 
flashblock_1.5.12-1.debian.tar.gz
 15f8551d096391ab1ffbe6363adb59fa 92262 web optional 
xul-ext-flashblock_1.5.12-1_all.deb

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

iQEcBAEBCAAGBQJLYu0KAAoJEMqH6egqrDPx0K4H/iZVXUuvYF2eu7l9i8q4uiee
OChsF6giXGtKlm5bZslRsJS+xvsnoKooXEr2PdlM/q0QvjgH08rOfr4twFpkUyVH
N5AI4vMZ9YcM7ViU6fSo3nnlmeZVhzjuALy92VTcPVquurEHegF/O8FFGt3Q1Wwv
qEFeLv9xTZml3ORLyD0AorodRewyqBeADR2x/Vzw55Yj3Ipm9OE1PP2rcCFjR1oP
s2yexYO57OBQbnzoPIXXT5g4+IXHQQrHaPG2JQx/zoxduvIOgDvNqJutQMfUOuBR
bo9JyibS73hLq16Fhy8AbFHcjChRVMche+ekeEqzo0kEp2viRdhcmbcBG+p1jxQ=
=ITn/
-END PGP SIGNATURE-


Accepted:
flashblock_1.5.12-1.debian.tar.gz
  to main/f/flashblock/flashblock_1.5.12-1.debian.tar.gz
flashblock_1.5.12-1.dsc
  to main/f/flashblock/flashblock_1.5.12-1.dsc
flashblock_1.5.12.orig.tar.gz
  to main/f/flashblock/flashblock_1.5.12.orig.tar.gz
xul-ext-flashblock_1.5.12-1_all.deb
  to main/f/flashblock/xul-ext-flashblock_1.5.12-1_all.deb


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



Accepted trac-wikirename 2.1.1-1 (source all)

2010-02-20 Thread Alexander GQ Gerasiov
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sat, 13 Feb 2010 16:21:18 +0300
Source: trac-wikirename
Binary: trac-wikirename
Architecture: source all
Version: 2.1.1-1
Distribution: unstable
Urgency: low
Maintainer: Alexander GQ Gerasiov g...@debian.org
Changed-By: Alexander GQ Gerasiov g...@debian.org
Description: 
 trac-wikirename - trac plugin which allows to rename wiki pages
Closes: 569681
Changes: 
 trac-wikirename (2.1.1-1) unstable; urgency=low
 .
   * Initial upload to Debian (Closes: #569681).
Checksums-Sha1: 
 f7b4591654da438166093e3a95f856dab76450e8 1425 trac-wikirename_2.1.1-1.dsc
 3890f69a10f75e6e899bd6625af652564994b4a7 6195 trac-wikirename_2.1.1.orig.tar.gz
 20221e25151161628ac04a70e9bf963a25221810 1167 trac-wikirename_2.1.1-1.diff.gz
 1d22429d1bd5fcde13e2ddec833a6745fa5c30a6 6964 trac-wikirename_2.1.1-1_all.deb
Checksums-Sha256: 
 4a8c22e0e3f585c585483dac73c3c944f2cc6ef44af44a7f4210bd835d4a31f0 1425 
trac-wikirename_2.1.1-1.dsc
 ac974c0d242620abfcf6c8a43352b8d2a04b050659e776d1f113c0546ba6b171 6195 
trac-wikirename_2.1.1.orig.tar.gz
 4d2e8c22aa9947b3b3fa571e92cfe5542b5cd583b6e46723cb75142c174179c1 1167 
trac-wikirename_2.1.1-1.diff.gz
 d5cb5ad504df1c7bc2cc9bee676257b7e031dd741e4e66229d65261c589033c7 6964 
trac-wikirename_2.1.1-1_all.deb
Files: 
 747269bac118e47052b563e0d6c2ca91 1425 python optional 
trac-wikirename_2.1.1-1.dsc
 cfe0795d0e67485fc520aefd7f915976 6195 python optional 
trac-wikirename_2.1.1.orig.tar.gz
 fee336d6adf68af7b8807c7368f04b70 1167 python optional 
trac-wikirename_2.1.1-1.diff.gz
 8a824642286457d7a8e9071ff4cdf9c6 6964 python optional 
trac-wikirename_2.1.1-1_all.deb

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

iQEcBAEBCAAGBQJLdqf6AAoJEMqH6egqrDPxLLAIAJT7vAiVAOzm4hv9XkZIVHht
Oigg+lDwkH3lC1f9WAPpW5dQmO16iCjXg1UAdm421ps+Z3qBu6qes97iSXhhjhDZ
glyxTT/brpaxWXy8ZpQQ023AopHfDWKkJx2YRSytbARXoNmfk6TYyGEkwn/XePMJ
PYepZD4KyM2+hyXhQ5MAGkgXaoAs6695xnml47qiHhvu0jDSSyj/gKVSWijVbJBf
6QzrXHGyD+x8NA9kzL07W9fzyA1gQsxHxZIKS+h6qiJ6Wtf1jpvpH1TLYYoqmmg+
pPbJPmOHuaRXnRQbczTiAik8cdGonQjidZspjEVpr7LZFEVDjUrLZ3oG7l+tXdE=
=4kKn
-END PGP SIGNATURE-


Accepted:
trac-wikirename_2.1.1-1.diff.gz
  to main/t/trac-wikirename/trac-wikirename_2.1.1-1.diff.gz
trac-wikirename_2.1.1-1.dsc
  to main/t/trac-wikirename/trac-wikirename_2.1.1-1.dsc
trac-wikirename_2.1.1-1_all.deb
  to main/t/trac-wikirename/trac-wikirename_2.1.1-1_all.deb
trac-wikirename_2.1.1.orig.tar.gz
  to main/t/trac-wikirename/trac-wikirename_2.1.1.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/e1niyzv-0007jk...@ries.debian.org



Accepted flashblock 1.5.13-1 (source all)

2010-05-03 Thread Alexander GQ Gerasiov
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Tue, 04 May 2010 00:29:27 +0400
Source: flashblock
Binary: xul-ext-flashblock
Architecture: source all
Version: 1.5.13-1
Distribution: unstable
Urgency: low
Maintainer: Debian Mozilla Extension Maintainers 
pkg-mozext-maintain...@lists.alioth.debian.org
Changed-By: Alexander GQ Gerasiov g...@cs.msu.su
Description: 
 xul-ext-flashblock - mozilla extension to block Adobe Flash content
Changes: 
 flashblock (1.5.13-1) unstable; urgency=low
 .
   [ Benjamin Drung ]
   * Use Breaks instead of Conflicts for transition.
 .
   [ Alexander GQ Gerasiov ]
   * New Upstream version 1.5.13
   * debian/control: Bump Standards-Version, no changes needed.
Checksums-Sha1: 
 ff59f1c97069ca9eaa83096b0b74d59e6c0b39b5 1638 flashblock_1.5.13-1.dsc
 a323212e8c9913688c1556466e4b306330235d7b 70043 flashblock_1.5.13.orig.tar.gz
 d2b8939da9b0aeafae11f66ee7e788eebf37d9cb 12587 
flashblock_1.5.13-1.debian.tar.gz
 84d7ea5e277e351e1b66959515fb30267cd7d75b 106804 
xul-ext-flashblock_1.5.13-1_all.deb
Checksums-Sha256: 
 c1186df17082d815ccdaec0fef2a57182189237da6e480b26ff87c57ab9f8be9 1638 
flashblock_1.5.13-1.dsc
 f200b629f53367cff59c09fb59e76bf7b9fd920fc35fdecec341810035abdfed 70043 
flashblock_1.5.13.orig.tar.gz
 81b39d6d9c2f2c81d6ecad8cde0e13c4a6a92a48669a8484e1b185670803f355 12587 
flashblock_1.5.13-1.debian.tar.gz
 3327a50f09aa064493b48ef4845c98812873fe89e6dd84c77618a857221633c5 106804 
xul-ext-flashblock_1.5.13-1_all.deb
Files: 
 de1d9bbd37786bc092906f10921ca3e5 1638 web optional flashblock_1.5.13-1.dsc
 5d0a349cf40e601b3c9533f235cbe633 70043 web optional 
flashblock_1.5.13.orig.tar.gz
 4fe44692037801e900c2954d00715ad5 12587 web optional 
flashblock_1.5.13-1.debian.tar.gz
 238b873401251aa60a737b53d91020bf 106804 web optional 
xul-ext-flashblock_1.5.13-1_all.deb

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

iQEcBAEBCAAGBQJL3zRwAAoJEMqH6egqrDPxoJ0H/A8JnK5aF5mZNKX3N31m1aKp
YUD2rmzk7NdunnTOnJOSyqeqjQrgaX53yhE4jn87WQ7+ecKyIfKjvGyVqs11/BcU
yDNb/F196cHdojTjjSr69a7xiJBAFP+DYY/wPgTwPbDLf3jksl/QisJVxiAfnK6b
lQw0BxigxgoyrWUfI+lJ4Q4tVMs7s47L+b/LvZkETKosMssuF3iHX2XIpxHMDbXl
qEE7Yc6UhiaKHMcjvT4nDjnbVRhW4fxSKoONILWVpcHQpzJzgSptSRl4QCgZ2k0R
B1l7BPjDgWPzhMx5PybideNcthd3Wg9GSYIajYK0YxShItjn9YmW3jSlzoa0KVo=
=S0tK
-END PGP SIGNATURE-


Accepted:
flashblock_1.5.13-1.debian.tar.gz
  to main/f/flashblock/flashblock_1.5.13-1.debian.tar.gz
flashblock_1.5.13-1.dsc
  to main/f/flashblock/flashblock_1.5.13-1.dsc
flashblock_1.5.13.orig.tar.gz
  to main/f/flashblock/flashblock_1.5.13.orig.tar.gz
xul-ext-flashblock_1.5.13-1_all.deb
  to main/f/flashblock/xul-ext-flashblock_1.5.13-1_all.deb


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



Accepted gxneur 0.9.8-1 (source i386)

2010-05-03 Thread Alexander GQ Gerasiov
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Thu, 01 Apr 2010 15:46:18 +0400
Source: gxneur
Binary: gxneur
Architecture: source i386
Version: 0.9.8-1
Distribution: unstable
Urgency: low
Maintainer: Alexander GQ Gerasiov g...@debian.org
Changed-By: Alexander GQ Gerasiov g...@cs.msu.su
Description: 
 gxneur - GTK+ frontend for xneur keyboard layout switcher
Closes: 554765
Changes: 
 gxneur (0.9.8-1) unstable; urgency=low
 .
   * New upstream version 0.9.8
   * debian/control: depends on xneur = 0.9.8
   * debian/control: Vcs-* fields updated.
   * debian/watch updated.
   * Switch package to dpkg 3.0 (quilt).
   * 01_old_gtk_compat.patch: revert to old tray_widget code on old
 libgtk.
   * Use upstream gxneur.desktop instead of own.
   * debian/rules: keep some crap exists in upstream against make
 distclean.
   * 03_fix_ftbfs_with_binutils_gold.patch: fix linking with binutils-
 gold (Closes: #554765).
   * debian/control: updated standard's version: no changes needed.
Checksums-Sha1: 
 609c414630296e6cd43a832ea041840202380d58 1488 gxneur_0.9.8-1.dsc
 d3fc02013dcbfca03f728359fd95bb6437bd37ee 446492 gxneur_0.9.8.orig.tar.gz
 5ecb9aef0259dcaf493a75bad1ec4bd040dd82c3 12094 gxneur_0.9.8-1.debian.tar.gz
 4e176b400b2b22f38733cdc58658e95b63de8dfd 106822 gxneur_0.9.8-1_i386.deb
Checksums-Sha256: 
 588fb30497a972a65639cc5f509d2858ec8023d4caa41037ef6d83a297ef0bd4 1488 
gxneur_0.9.8-1.dsc
 d411f5d50126532ff6a39c4763c561f511b28285297bbc6f0b9d3015e2871afd 446492 
gxneur_0.9.8.orig.tar.gz
 1f61de162b580ad9d9602a5e24bdba00f2ce17965819e7b2ce98230a1c95155a 12094 
gxneur_0.9.8-1.debian.tar.gz
 84502fa5b3f8d17fc281c53e4acedafcc83f61ab440799af81a0b57337c7be6b 106822 
gxneur_0.9.8-1_i386.deb
Files: 
 91ee4b78d14fd9d2907d836d8a30112b 1488 x11 optional gxneur_0.9.8-1.dsc
 c20799cd33bef260abe2cd28caa91982 446492 x11 optional gxneur_0.9.8.orig.tar.gz
 32f5b4bd2e6560800d5a083e70a8d954 12094 x11 optional 
gxneur_0.9.8-1.debian.tar.gz
 cd6f643c846246bf0c0c1a415f461516 106822 x11 optional gxneur_0.9.8-1_i386.deb

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

iQEcBAEBCAAGBQJL3y/FAAoJEMqH6egqrDPxDucIAMCj8GRLc/XIvD7i+91MBrZw
CZ50on2Ueik2xDzBAwSoWToBZIxhdMn9UF54B6BeHO2ltEiiyv8yfL49Ikxhg2UL
kLNiWFVfgj/Yln2yoYG+MED8acBK3GQ/a8jNk28YIoSTj0L3u5hkyUrXfFUz8qfY
mUMfinV3KsWovk/rpEoAHQgd3o/8RambfqWDNoS5U7Rbg0q6fZAocAX66xiPqBQh
pH9a7KvDlIPE0F1XysOfcrXV2Yx5gsewYOry9V/9y/dbWF6kclQFYFU/y4fNWwOQ
PCQlMrNVp4jc13y67Hi6p213mQ9xaN/qnJgnO2wprh84VH4WXBxXRUkJ7remXcQ=
=bQKV
-END PGP SIGNATURE-


Accepted:
gxneur_0.9.8-1.debian.tar.gz
  to main/g/gxneur/gxneur_0.9.8-1.debian.tar.gz
gxneur_0.9.8-1.dsc
  to main/g/gxneur/gxneur_0.9.8-1.dsc
gxneur_0.9.8-1_i386.deb
  to main/g/gxneur/gxneur_0.9.8-1_i386.deb
gxneur_0.9.8.orig.tar.gz
  to main/g/gxneur/gxneur_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
Archive: http://lists.debian.org/e1o93pm-00017d...@ries.debian.org



Accepted xneur 0.9.8-1 (source i386)

2010-05-04 Thread Alexander GQ Gerasiov
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Wed, 31 Mar 2010 18:18:58 +0400
Source: xneur
Binary: xneur libxneur libxneur-dev xneur-dbg
Architecture: source i386
Version: 0.9.8-1
Distribution: unstable
Urgency: low
Maintainer: Alexander GQ Gerasiov g...@debian.org
Changed-By: Alexander GQ Gerasiov g...@cs.msu.su
Description: 
 libxneur   - xneur library
 libxneur-dev - development files for xneur frontends and plugins.
 xneur  - in-place conversion of text typed in with a wrong keyboard layout
 xneur-dbg  - XNeur debugging symbols
Changes: 
 xneur (0.9.8-1) unstable; urgency=low
 .
   * New Upstream releas 0.9.8
   * debian/control: recommends gxneur (= 0.9.8).
   * debian/control: Vcs-* fields updated.
   * debian/watch updated.
   * debian/patches: 05_nonewline_fix and 06_fix_ftbfs removed: fixed
 upstream. 03_xneurrc replaced with build-time patch
 debian/xneurrc.sed.
   * debian/control: bump standatd's version, no changes needed.
   * 01_shared_libxneur.patch: build libxneur as shared library.
   * 11_fix_ftbfs.patch: fix FTBFS on some gcc versions.
   * Packages libxnconfig* were renamed to libxneur\1 due to upstream
 changes.
   * debian/rules: workaround to keep on clean some crap exists in
 orig.tar.gz
Checksums-Sha1: 
 f32751d12e473c3ee0af48cf2442427dd1a23bbc 1570 xneur_0.9.8-1.dsc
 972e72a5b81164ed65769fa1cba6328a5f984814 1594469 xneur_0.9.8.orig.tar.gz
 7de9134edca9d3bc0a46c82ec1fc2f6c06715d8f 10244 xneur_0.9.8-1.debian.tar.gz
 18df3b691bed33d844bcea68c4db1039b2597034 1001694 xneur_0.9.8-1_i386.deb
 c37bf0c72e8269a48cbd3f66209cba0e97586eb9 61178 libxneur_0.9.8-1_i386.deb
 c1d8d4a2292ccfd78d3335c988310abc4452ea91 74126 libxneur-dev_0.9.8-1_i386.deb
 5fa82078aa45806f896c0960fba47f0ebc8968a4 142746 xneur-dbg_0.9.8-1_i386.deb
Checksums-Sha256: 
 d5011749738a7016193b4eb3ff2b6332e4cd6c8c556d1f4623e7ed1f17f2c183 1570 
xneur_0.9.8-1.dsc
 edb6fc5f2a9f0fed4e9bc88f1255732e976231c1e3eaf7ed1225ab006072b5b0 1594469 
xneur_0.9.8.orig.tar.gz
 5ce46baba1fad1c9682d212f500cb7f9d18130f73c90ff8b358b1ee03ad0324b 10244 
xneur_0.9.8-1.debian.tar.gz
 2335c447a6dede6ccc63633c95ffa5e51bf3cb97e0ccb8db0c49aeaba191bc71 1001694 
xneur_0.9.8-1_i386.deb
 51991a4a273755bfbcfa24a1591ebc99d998a294fe71ecb6773a6bf913201628 61178 
libxneur_0.9.8-1_i386.deb
 715f795965d63aab61602421f3eefa636d496ac199eaaf5b9fe6d544c90985b8 74126 
libxneur-dev_0.9.8-1_i386.deb
 8fe4a7859265c8ff4db5367f8d3b93466c3785c06f21afaf0594a0661a38ee30 142746 
xneur-dbg_0.9.8-1_i386.deb
Files: 
 127298b7f87def37083fd2cb2eeb51f5 1570 x11 optional xneur_0.9.8-1.dsc
 fc9eaf5e46c4fe2eb2f89556b2d76a28 1594469 x11 optional xneur_0.9.8.orig.tar.gz
 c4a7f7dc3438fc6350d21263b8e445dd 10244 x11 optional xneur_0.9.8-1.debian.tar.gz
 bf3c574155f7c17a09071567dcf7db28 1001694 x11 optional xneur_0.9.8-1_i386.deb
 ebdadf108a61ad1cfee19f3044420fdf 61178 libs optional libxneur_0.9.8-1_i386.deb
 c4260061c7e43d71fff147b3b0d741b0 74126 libdevel optional 
libxneur-dev_0.9.8-1_i386.deb
 195bad708cd201f805457c0728623e11 142746 debug extra xneur-dbg_0.9.8-1_i386.deb

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

iQEcBAEBCAAGBQJL3y6+AAoJEMqH6egqrDPxln4IAKEElhOBaUaZbW6Sj12ySWxT
+qYz14tE8tYjfIsVGHCis/6MHqTfBgMmHzHhzK6aKHLSWIynSVowhvUopxoB3XzG
0H13Lec2moRIhuQ0JWhwBAkuTISNWgW3aJqswwE70D+EwVjf5GgJ6Hu4MtF4slnC
Q/uh96cnXGYwZ+CK1WYGAkC+u/VmjPoRte3/DwzPFHeNUSzHQFDqFzxtkiHLraZc
IJOHHCzrc8uQ2o2+xMSv8kGyVth+qqOrXQel+whFouUHWGk4c0f0bweNNBM58JZJ
vxvzzrkfXuaZP7SErMvkPHDAtNgyz0Z6Jq5PR9BvxYpu2x3PCHcW8vnH8yIsswg=
=fbKX
-END PGP SIGNATURE-


Accepted:
libxneur-dev_0.9.8-1_i386.deb
  to main/x/xneur/libxneur-dev_0.9.8-1_i386.deb
libxneur_0.9.8-1_i386.deb
  to main/x/xneur/libxneur_0.9.8-1_i386.deb
xneur-dbg_0.9.8-1_i386.deb
  to main/x/xneur/xneur-dbg_0.9.8-1_i386.deb
xneur_0.9.8-1.debian.tar.gz
  to main/x/xneur/xneur_0.9.8-1.debian.tar.gz
xneur_0.9.8-1.dsc
  to main/x/xneur/xneur_0.9.8-1.dsc
xneur_0.9.8-1_i386.deb
  to main/x/xneur/xneur_0.9.8-1_i386.deb
xneur_0.9.8.orig.tar.gz
  to main/x/xneur/xneur_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
Archive: http://lists.debian.org/e1o9grg-0001mx...@ries.debian.org



Accepted qxmlrpc 0.0.svn6-1 (source all i386)

2010-06-11 Thread Alexander GQ Gerasiov
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Thu, 03 Jun 2010 20:58:42 +0400
Source: qxmlrpc
Binary: libqxmlrpc1 libqxmlrpc-doc libqxmlrpc-dev
Architecture: source all i386
Version: 0.0.svn6-1
Distribution: unstable
Urgency: low
Maintainer: Alexander GQ Gerasiov g...@debian.org
Changed-By: Alexander GQ Gerasiov g...@cs.msu.su
Description: 
 libqxmlrpc-dev - full Qt4 based implementation of XML-RPC protocol. (headers)
 libqxmlrpc-doc - full Qt4 based implementation of XML-RPC protocol. (headers)
 libqxmlrpc1 - full Qt4 based implementation of XML-RPC protocol.
Closes: 584543
Changes: 
 qxmlrpc (0.0.svn6-1) unstable; urgency=low
 .
   * Initial release (Closes: # 584543)
Checksums-Sha1: 
 14bdb5916ba2fee9c7234d2b0f7d5e86f05cbc0a 1396 qxmlrpc_0.0.svn6-1.dsc
 a2fc1323b166dc828f12db8136c206b14e511923 38460 qxmlrpc_0.0.svn6.orig.tar.bz2
 a8071a0a38d6db3d17a1d5f4e1adf596e5a5be6a 2593 qxmlrpc_0.0.svn6-1.debian.tar.gz
 7dd321d4c4c59f75b8017348316feafe5b001f52 41534 
libqxmlrpc-doc_0.0.svn6-1_all.deb
 8dae8d42b7f6922c0223d3206e6e963dd1d8a4b6 64562 libqxmlrpc1_0.0.svn6-1_i386.deb
 9035afd878e4d10cc5c45d03661cac20d2d298e1 80658 
libqxmlrpc-dev_0.0.svn6-1_i386.deb
Checksums-Sha256: 
 70dd6b0bccfd9395c3dbb6679e8beb760121e1318df518051db5add6f8a1eccd 1396 
qxmlrpc_0.0.svn6-1.dsc
 4cbf9a95be2efa3079172044d5d0fe97615e8a082a4d7c69fce7e37add86856e 38460 
qxmlrpc_0.0.svn6.orig.tar.bz2
 f8d6d23e382eed95f96b1cfacce4bd24966a6a39f36e26adb916d7f40cd0cf56 2593 
qxmlrpc_0.0.svn6-1.debian.tar.gz
 28e7726f7fe73cd30190b681a5a9b2d097d64fbe229dfa411137552ceb0a3339 41534 
libqxmlrpc-doc_0.0.svn6-1_all.deb
 722ec59becf3c9e4df7ba2c5503a6e0cd52a543eb710ee0a2b9907fa90d786b4 64562 
libqxmlrpc1_0.0.svn6-1_i386.deb
 9111dc662c7d6613cd68c2b07710f101f0eb086713593afa0fa7322f3f1ceb59 80658 
libqxmlrpc-dev_0.0.svn6-1_i386.deb
Files: 
 5ecb9b0ad52021bde45a92a61f0426a8 1396 libs extra qxmlrpc_0.0.svn6-1.dsc
 03f43ee0021c57809f660efb9fae5f2d 38460 libs extra qxmlrpc_0.0.svn6.orig.tar.bz2
 57c1e4269da204af09100ce026da3d8c 2593 libs extra 
qxmlrpc_0.0.svn6-1.debian.tar.gz
 fa5c4435dcb1deba162a9fe02a444042 41534 doc extra 
libqxmlrpc-doc_0.0.svn6-1_all.deb
 573b1fed8033e6fd5974809b84bcc667 64562 libs extra 
libqxmlrpc1_0.0.svn6-1_i386.deb
 35c6ae54ff2956528dc1a1851f8181f8 80658 libdevel extra 
libqxmlrpc-dev_0.0.svn6-1_i386.deb

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

iQEcBAEBCAAGBQJMCs81AAoJEMqH6egqrDPxMQsH/1NugrHz6sEcsYtUXOk8s7Gp
3L1ywYUtdEo6re6p30ANI6FzMvosfs7PCKR0OedKeA4I9VX/u+4YOILMh84x4qHW
wqvgP2QU5Ia8Sisy4fv3BjHtln3zmKq87sz0cL2720UdaNByZGNw2TGqrTiMTVKt
SNL/RJzQgm5BNNaTbuELXo1Vig5Wfx2FYFZC8lXbg0cEoZAhM2XOYOkMPNYVS9cT
ZXpn6odeAYuhAh0EDVjfWEjBbnGJcxLd03Ng0b8JZn4MTmymaKidIkEU227kLqKk
jswUz7/O1azBEn1iHSkOwe7uMVxAjfcMvb0YvVrS8nyHiHEk9REP6DyFSEiIUcc=
=DZMU
-END PGP SIGNATURE-


Accepted:
libqxmlrpc-dev_0.0.svn6-1_i386.deb
  to main/q/qxmlrpc/libqxmlrpc-dev_0.0.svn6-1_i386.deb
libqxmlrpc-doc_0.0.svn6-1_all.deb
  to main/q/qxmlrpc/libqxmlrpc-doc_0.0.svn6-1_all.deb
libqxmlrpc1_0.0.svn6-1_i386.deb
  to main/q/qxmlrpc/libqxmlrpc1_0.0.svn6-1_i386.deb
qxmlrpc_0.0.svn6-1.debian.tar.gz
  to main/q/qxmlrpc/qxmlrpc_0.0.svn6-1.debian.tar.gz
qxmlrpc_0.0.svn6-1.dsc
  to main/q/qxmlrpc/qxmlrpc_0.0.svn6-1.dsc
qxmlrpc_0.0.svn6.orig.tar.bz2
  to main/q/qxmlrpc/qxmlrpc_0.0.svn6.orig.tar.bz2


-- 
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/e1on3r1-0008or...@ries.debian.org



Accepted weave 1.3-1 (source i386)

2010-06-12 Thread Alexander GQ Gerasiov
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Mon, 07 Jun 2010 00:17:27 +0400
Source: weave
Binary: xul-ext-weave
Architecture: source i386
Version: 1.3-1
Distribution: unstable
Urgency: low
Maintainer: Debian Mozilla Extension Maintainers 
pkg-mozext-maintain...@lists.alioth.debian.org
Changed-By: Alexander GQ Gerasiov g...@cs.msu.su
Description: 
 xul-ext-weave - Browser add-on that syncs bookmarks and settings between 
devices
Closes: 556135
Changes: 
 weave (1.3-1) unstable; urgency=low
 .
   [ Fladischer Michael ]
   * Initial release (Closes: #556135)
 .
   [ Alexander GQ Gerasiov ]
   * debian/control: Set Maintainer to pkg-mozext-team.
   * debian/control: Dependences fixed.
   * debian/patches/fix_crypto_makefile removed. Using own Makefile
 instead.
   * debian/patches/fix_chrome_jar removed. Modified
 MOZ_XPI_BUILD_COMMAND instead.
   * debian/rules: Rewriten with usage on standard CDBS variables instead
 of own ones.
Checksums-Sha1: 
 547dfa5dfeefaff2262038ac722aea312b4ef58b 1511 weave_1.3-1.dsc
 f07cb5fd42b7dab268c675ea2b08a70f3b4fa92b 327223 weave_1.3.orig.tar.bz2
 5dbfc7ebca046e3987f9278a536770194b4e4f17 13132 weave_1.3-1.debian.tar.gz
 c4e52a4e6f6297770bf3714bea6d7ba0c677e950 263050 xul-ext-weave_1.3-1_i386.deb
Checksums-Sha256: 
 313d0a2febfe8df6a4b6d2e82669bd10cad540ad67a879d28719d4fd37cdd4c4 1511 
weave_1.3-1.dsc
 cf5f373ff71d3d7909bab4206e9d96e614fe4e029e2fbcb807b041c37ae68583 327223 
weave_1.3.orig.tar.bz2
 86254964a92bf2cc5a7a3b7d06313a37aa961064b061d3f4f13e0b08a7d0898b 13132 
weave_1.3-1.debian.tar.gz
 87e78c699b7ac0eeb83d3f811ff10105875ce28f7c1544408918c26b67c1c441 263050 
xul-ext-weave_1.3-1_i386.deb
Files: 
 6da9dc854e7ef1aa9052f7b1e319527b 1511 web optional weave_1.3-1.dsc
 7bbeca35ccab85ddd1e7600dcd8085d0 327223 web optional weave_1.3.orig.tar.bz2
 698f2e6d19c94ea741540bf75b9577b1 13132 web optional weave_1.3-1.debian.tar.gz
 ce5dece2341e98c1ac06b395f3602389 263050 web optional 
xul-ext-weave_1.3-1_i386.deb

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

iQEcBAEBCAAGBQJMDA99AAoJEMqH6egqrDPxEBcH/RW6U6GcYgmhr4HviLpoXzqJ
5IqoDNBNy4TrNJ7fiPBXhl2Khn3/tmr1SvFTwwYTmEkqwu4vS2WbiU3GmV3pcUUh
9vQXd7Y0WsBww+sf5KYivtx9iLug0gtWY/99NpDMMyavJN3Yia/zZLgbU5mi1tKw
EABC/CNqdGvcixuun/xztx9oDNQ/i4IMtFEzjjIHTTI2GtCF6KSY+wFcWVEAodMp
tflqG7DJhrp4l01uWPSGDDImYCW7Yi/pdTZcGryozIQiMd8F8j7a2LauNlAntXUc
r+ew5IaCngFqtNRGbn+r5FD1ad5cRs8OME68dv37JEP2EAY0MkD5Lv34OHiM/eQ=
=4FxP
-END PGP SIGNATURE-


Accepted:
weave_1.3-1.debian.tar.gz
  to main/w/weave/weave_1.3-1.debian.tar.gz
weave_1.3-1.dsc
  to main/w/weave/weave_1.3-1.dsc
weave_1.3.orig.tar.bz2
  to main/w/weave/weave_1.3.orig.tar.bz2
xul-ext-weave_1.3-1_i386.deb
  to main/w/weave/xul-ext-weave_1.3-1_i386.deb


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1onqls-0005lw...@ries.debian.org



Accepted weave 1.3-2 (source i386)

2010-06-12 Thread Alexander GQ Gerasiov
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Mon, 07 Jun 2010 22:49:12 +0400
Source: weave
Binary: xul-ext-sync
Architecture: source i386
Version: 1.3-2
Distribution: unstable
Urgency: low
Maintainer: Debian Mozilla Extension Maintainers 
pkg-mozext-maintain...@lists.alioth.debian.org
Changed-By: Alexander GQ Gerasiov g...@cs.msu.su
Description: 
 xul-ext-sync - extension to sync bookmarks, passwords and other user data 
betwee
Changes: 
 weave (1.3-2) unstable; urgency=low
 .
   * debian/control: Bynary package renamed to xul-ext-sync according to
 Weave's rebranding to Firefox sync.
   * debian/control: Description updated.
   * debian/README.source: More clear (but may be worse-written)
 description.
Checksums-Sha1: 
 8921c8c5bc15c80d404e61b71cfc6fee3228a0bf 1510 weave_1.3-2.dsc
 d3f5e55c4ea1b7a26f2098fa335e5bab37608e3b 13267 weave_1.3-2.debian.tar.gz
 4141e08638f8cec39a6ba38968839d8d7c7df099 263184 xul-ext-sync_1.3-2_i386.deb
Checksums-Sha256: 
 0e740f3ace8beb21424b9bce5198a0e37b1c8b32f8d68b18eb93ff8124195476 1510 
weave_1.3-2.dsc
 4dce3ead28ef61785b1aa417f6034a376db62cbcffd9feb8fb65677887c1d357 13267 
weave_1.3-2.debian.tar.gz
 eb1c37d7f6a0395927b236a0f38f479cda54a4bc6be5f7755bb452f014b3a6b4 263184 
xul-ext-sync_1.3-2_i386.deb
Files: 
 a74bf21a171f833f40ba0fcf9e177f42 1510 web optional weave_1.3-2.dsc
 bbb6ab7b8592e4a1eca1fd1ab576dea7 13267 web optional weave_1.3-2.debian.tar.gz
 0cbde2be3db41a1e419c9a59664fc15c 263184 web optional 
xul-ext-sync_1.3-2_i386.deb

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

iQEcBAEBCAAGBQJMDUKtAAoJEMqH6egqrDPxMzgH+QE/FGzqMohEKNiXKHRMXfkf
UqqshXqmL9y9JXj4gngLGdg9eEGKFJN2I4lTcPwpNM4/I5R1Sf8CJcbdYR1EbEa+
0yq5Kt+cOwOadbakCyCCFWHwfnZoBKOuVkmc+goLbyCkVtWSHhKtqdVu5NDs7aUQ
aJcB7nmws9o3g2elnsXMbv6E6uDMweuVCjA10B0on+6flWo/fK6a0ApBrfhF49uJ
jeiM5MJefuzYMOlhG84rd4NjX4bstiF1SXVB/jjO13S92VkSNsQpFnGCqZX/9mk2
tV+Hbyh/WvhNR8gA2IkmyUtC8WdSn/873JTAYpVwEyd7cFb6JJHutYDszWQQxs8=
=JWZu
-END PGP SIGNATURE-


Accepted:
weave_1.3-2.debian.tar.gz
  to main/w/weave/weave_1.3-2.debian.tar.gz
weave_1.3-2.dsc
  to main/w/weave/weave_1.3-2.dsc
xul-ext-sync_1.3-2_i386.deb
  to main/w/weave/xul-ext-sync_1.3-2_i386.deb


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1onqm4-0005ny...@ries.debian.org



Accepted flush 0.9.6-1 (source i386)

2010-05-11 Thread Alexander GQ Gerasiov
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sat, 08 May 2010 11:14:34 +0400
Source: flush
Binary: flush
Architecture: source i386
Version: 0.9.6-1
Distribution: unstable
Urgency: low
Maintainer: Dmitry Konishchev konishc...@gmail.com
Changed-By: Alexander GQ Gerasiov g...@cs.msu.su
Description: 
 flush  - GTK-based BitTorrent client
Closes: 578343
Changes: 
 flush (0.9.6-1) unstable; urgency=low
 .
   * New upstream release.
   * Fixes build error on mipsel (Closes: #578343).
Checksums-Sha1: 
 42a676463c0a8cd2020e372724eb2d57f8b5e015 1589 flush_0.9.6-1.dsc
 267fcfd0aa3c1667caa7f3c7975199106bb40e4c 1074476 flush_0.9.6.orig.tar.gz
 cd78b770cc7cfb5410d1a822e98032d6b564a85f 10319 flush_0.9.6-1.debian.tar.gz
 a57ecc5338c510ac92d911f433c2d1f9a7cb01fb 870918 flush_0.9.6-1_i386.deb
Checksums-Sha256: 
 030a7c9c44e6f782a8a11bbcfaca871fe04ebbd8040781d63a5aa9be6de37980 1589 
flush_0.9.6-1.dsc
 9af0e67cef5dc2a90286581e07dab14f74e9d48c872858513e9a84a8e27ab919 1074476 
flush_0.9.6.orig.tar.gz
 90f57e9adb60697414145b035dff038cc5a569e679675609b8287eac93469b7c 10319 
flush_0.9.6-1.debian.tar.gz
 6145c1b8fc070fbbf83afd8bda927a91ec1fca130821718f9e2cc89ba2dca17b 870918 
flush_0.9.6-1_i386.deb
Files: 
 dbcf2f21f5a24406b8ff5f0c09a4a074 1589 net optional flush_0.9.6-1.dsc
 62f90467ba3875ca9f0575a7474a3e6d 1074476 net optional flush_0.9.6.orig.tar.gz
 d07185707be149f5162fc90dd8e2 10319 net optional flush_0.9.6-1.debian.tar.gz
 a5dab40ddf446530c8874d100f373e48 870918 net optional flush_0.9.6-1_i386.deb

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

iQEcBAEBCAAGBQJL6TxnAAoJEMqH6egqrDPxm/4H/idaUnWc3FOhlTqkwvboWSF5
fACVYGKzYHVnj1lBZu7+jBU9Ogg6zetk2p/gYq8DnhYVXbqhYTcgwFoTnxi4DZoL
r7BhNsx0eKHtRBJIrSHmV2bG7fc8GbXKnes1Ae68QbiKH3Vi01+Or08/6kx6AKW6
6fDn1PPvAAVmR8F0sAmrxjBzyw1E7Gy6PKyhqgNlNFFbsLIEB2T9vBC1SKKf6RaW
/q7n89803aNHiOZdKKzfTJs+IfxGN/B+Ri8SatqH2x1OsgTtp/n3QABRjSiSp1CR
r1ZDguu/kQNxoM7gMlRuO8DpDZxRH4DLBZYuY56WDckcCd7+kP9PDL7XcZVjMaI=
=Ixgb
-END PGP SIGNATURE-


Accepted:
flush_0.9.6-1.debian.tar.gz
  to main/f/flush/flush_0.9.6-1.debian.tar.gz
flush_0.9.6-1.dsc
  to main/f/flush/flush_0.9.6-1.dsc
flush_0.9.6-1_i386.deb
  to main/f/flush/flush_0.9.6-1_i386.deb
flush_0.9.6.orig.tar.gz
  to main/f/flush/flush_0.9.6.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/e1obnhb-0006ss...@ries.debian.org



Accepted ldapscripts 1.9.0-2 (source all)

2010-05-11 Thread Alexander GQ Gerasiov
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Tue, 11 May 2010 15:55:03 +0400
Source: ldapscripts
Binary: ldapscripts
Architecture: source all
Version: 1.9.0-2
Distribution: unstable
Urgency: low
Maintainer: Alexander GQ Gerasiov g...@debian.org
Changed-By: Alexander GQ Gerasiov g...@cs.msu.su
Description: 
 ldapscripts - Add and remove user and groups (stored in a LDAP directory)
Closes: 61
Changes: 
 ldapscripts (1.9.0-2) unstable; urgency=low
 .
   * Switching to new dpkg v3 (quilt) format.
   * Fix problem with not built-it warnings in some locales. Closes: #61.
   * debian/patches: Added DEP-3 annotations.
   * Bump standard's version, no changes needed.
Checksums-Sha1: 
 e7f32c3ea57edd1fca57428a02279ff76e6a21c6 1449 ldapscripts_1.9.0-2.dsc
 423686df9d76458f7e0c2ab7fc819b1cbc49ff55 7453 ldapscripts_1.9.0-2.debian.tar.gz
 17b9f3f922941e44f8de08a70918b3f79dea1608 49334 ldapscripts_1.9.0-2_all.deb
Checksums-Sha256: 
 b86a46deb81ac44d77c99b79d3568e0f7bd0ef643be36625cfecb097e65ef61b 1449 
ldapscripts_1.9.0-2.dsc
 fbae6991d52c8805a63ffcf1b4ae3e2b6527e47db2b28b82bb294fe91eafb2ca 7453 
ldapscripts_1.9.0-2.debian.tar.gz
 a621dd9d49dbebf8b132dc3d651b5230252e016df0cc5356cf0ee258968208a4 49334 
ldapscripts_1.9.0-2_all.deb
Files: 
 c11ab93661d53ed3a62d5172e7908b2d 1449 admin optional ldapscripts_1.9.0-2.dsc
 ea8897e7f5ff4264aee9460b90d09341 7453 admin optional 
ldapscripts_1.9.0-2.debian.tar.gz
 bef7ed32f25710d0071f744c94efcdcf 49334 admin optional 
ldapscripts_1.9.0-2_all.deb

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

iQEcBAEBCAAGBQJL6UdOAAoJEMqH6egqrDPxmr4IALnh3CccC2tqFH+DgArpYN1U
B30Ph2QOzyoknB6CsjRooFNU6jQigQVtec+0ktPBXBpHGT+8iZFyRermayubVb3h
fS9etuV3UqMk9KNllKCe/+JKTt4L+t/ER7bbW5ODyaQcURhCpEmZyQnR0XqFQghV
5IrO2Yqsyvu3cWNqM3wxkN2sSaEnmb0KhI+CSNiCdTNRfaKkl//NWgpvNpiX3KGS
1NIP+omSGXq/zSdTd3us44z8K9781F4MYu2/tGatJpoA5jrFzpJ1y0MnQ0lULszN
XoN8LaveZ70rwqxTGzq8tROvPqyK7LeHA4i/O7Ur/4nLBJ19leImToeRr9LwZgE=
=0Q4t
-END PGP SIGNATURE-


Accepted:
ldapscripts_1.9.0-2.debian.tar.gz
  to main/l/ldapscripts/ldapscripts_1.9.0-2.debian.tar.gz
ldapscripts_1.9.0-2.dsc
  to main/l/ldapscripts/ldapscripts_1.9.0-2.dsc
ldapscripts_1.9.0-2_all.deb
  to main/l/ldapscripts/ldapscripts_1.9.0-2_all.deb


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1obos1-0003sv...@ries.debian.org



Accepted xneur 0.9.9-1 (source i386)

2010-05-23 Thread Alexander GQ Gerasiov
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sat, 22 May 2010 15:28:19 +0400
Source: xneur
Binary: xneur libxneur libxneur-dev xneur-dbg
Architecture: source i386
Version: 0.9.9-1
Distribution: unstable
Urgency: low
Maintainer: Alexander GQ Gerasiov g...@debian.org
Changed-By: Alexander GQ Gerasiov g...@cs.msu.su
Description: 
 libxneur   - xneur library
 libxneur-dev - development files for xneur frontends and plugins.
 xneur  - in-place conversion of text typed in with a wrong keyboard layout
 xneur-dbg  - XNeur debugging symbols
Changes: 
 xneur (0.9.9-1) unstable; urgency=low
 .
   * New Upstream version 0.9.9
   * debian/control, debian/*shlibs*: Version of xneur/gxneur increased.
   * 11_fix_ftbfs.patch removed: fixed upstream.
   * 01_shared_libxneur.patch removed: fixed upstream.
Checksums-Sha1: 
 dfd033cd6420445d068fc7d42ae4711848146245 1570 xneur_0.9.9-1.dsc
 2768dcfe15ac72dd0fede05e475f7de0239e9aab 1116880 xneur_0.9.9.orig.tar.bz2
 4943367cf22140360c1e7fa873ab7cce3c9392c7 8639 xneur_0.9.9-1.debian.tar.gz
 8dc43c91e6517405db05a5d840aa35fdc7a7c77f 1001760 xneur_0.9.9-1_i386.deb
 4a1b13c82f130f20384c2695c44197098572c95d 61808 libxneur_0.9.9-1_i386.deb
 c91c3bd1a5ba09de9919bedb4387ba469f69e0ac 74908 libxneur-dev_0.9.9-1_i386.deb
 ecd05e67d70f7d49cd120ff5c7fe48a9b65f71dd 143128 xneur-dbg_0.9.9-1_i386.deb
Checksums-Sha256: 
 e5bdcb95f4d4bfb3c0e06cdd14ba89fa4c7507863dc2d869f512bed58cf4c4f0 1570 
xneur_0.9.9-1.dsc
 e413831900af01e5071e74558211a82cf94d080900237f9d8104b1674f65391e 1116880 
xneur_0.9.9.orig.tar.bz2
 68ef9c564eafa12209ca751db8c3c552310d8a2586360ef963734ff5bc4168e1 8639 
xneur_0.9.9-1.debian.tar.gz
 e4840a829585ccc58e7dba8917836bb5e6523b79fd147f75172f1b5b3b5906e4 1001760 
xneur_0.9.9-1_i386.deb
 2625e2c6ad1e324971010242c1210b45520deb5b09751f8cd87522cd9d8289d1 61808 
libxneur_0.9.9-1_i386.deb
 1783ee9c105fbc6fae0d6e5da9ce35fc4e873e6241facd18daaad2eb31634b1c 74908 
libxneur-dev_0.9.9-1_i386.deb
 ed8e8405df5453b8dc4e26966886dfdb0f6b953ed08507b7091268ba0b7f 143128 
xneur-dbg_0.9.9-1_i386.deb
Files: 
 5f90a84b5824c9b02d78df52b5988630 1570 x11 optional xneur_0.9.9-1.dsc
 3c87012e79838fb57220fe71a16546ce 1116880 x11 optional xneur_0.9.9.orig.tar.bz2
 bf9280e602ebbe2af6735eb576a3b1ad 8639 x11 optional xneur_0.9.9-1.debian.tar.gz
 d4708554d10ca49236c68de88b3d270e 1001760 x11 optional xneur_0.9.9-1_i386.deb
 51363d6bac40ba38d9a9ee16dbef7a6c 61808 libs optional libxneur_0.9.9-1_i386.deb
 3cc1b9900b3ede645420c029459ef87f 74908 libdevel optional 
libxneur-dev_0.9.9-1_i386.deb
 42771172b43de5a7b28feee20c1f3c92 143128 debug extra xneur-dbg_0.9.9-1_i386.deb

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

iQEcBAEBCAAGBQJL+SQcAAoJEMqH6egqrDPx/IAH/R9HzdW2s7L3kzClrEebvtcY
ycGo0JfFhjH4tpYd55iCDgcygp9wAur4T0kdcD3lw4ffiX+9vBJuPRF+upUM841D
XlYhAv+QvbnNGMc9eNF9IS1OgwKvTkYLqqslLdTDUX3J54CH7ka114HycxxulaUM
1AjVi0BJYtN2BJsH6UmEdiCXX8woyuhgEyl6hAwpfQ5bdfmPfUH6Sf/hxC5TqAOZ
nxMAgsphzLw5gYO5s0GSEhiXBB1uzPDwab8C1+oGDuT5we/m2jFSJJJak5jbZ29m
cSf/CzEtOjei1/SnpQ/WUgSTrRAsyqwKzTNcasBNKMvdvHsat7ppL9jI9ldIjZU=
=2LM6
-END PGP SIGNATURE-


Accepted:
libxneur-dev_0.9.9-1_i386.deb
  to main/x/xneur/libxneur-dev_0.9.9-1_i386.deb
libxneur_0.9.9-1_i386.deb
  to main/x/xneur/libxneur_0.9.9-1_i386.deb
xneur-dbg_0.9.9-1_i386.deb
  to main/x/xneur/xneur-dbg_0.9.9-1_i386.deb
xneur_0.9.9-1.debian.tar.gz
  to main/x/xneur/xneur_0.9.9-1.debian.tar.gz
xneur_0.9.9-1.dsc
  to main/x/xneur/xneur_0.9.9-1.dsc
xneur_0.9.9-1_i386.deb
  to main/x/xneur/xneur_0.9.9-1_i386.deb
xneur_0.9.9.orig.tar.bz2
  to main/x/xneur/xneur_0.9.9.orig.tar.bz2


-- 
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/e1ogari-9z...@ries.debian.org



Accepted gxneur 0.9.9-1 (source i386)

2010-05-23 Thread Alexander GQ Gerasiov
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sat, 22 May 2010 16:52:19 +0400
Source: gxneur
Binary: gxneur
Architecture: source i386
Version: 0.9.9-1
Distribution: unstable
Urgency: low
Maintainer: Alexander GQ Gerasiov g...@debian.org
Changed-By: Alexander GQ Gerasiov g...@cs.msu.su
Description: 
 gxneur - GTK+ frontend for xneur keyboard layout switcher
Changes: 
 gxneur (0.9.9-1) unstable; urgency=low
 .
   * New Upstream version 0.9.9
   * debian/control: Increased xneur's version in depends.
   * 01_old_gtk_compat.patch removed: fixed ustream.
   * 03_fix_ftbfs_with_binutils_gold.patch updated to new version.
Checksums-Sha1: 
 93eb5f3673718abd88451024a584e4714ea83e8f 1488 gxneur_0.9.9-1.dsc
 eb1586e5b5b75a4c16af42240b45e784b96c477f 380171 gxneur_0.9.9.orig.tar.bz2
 95db36ff867c3150d1812ed9edb1ac88468ccd0e 8641 gxneur_0.9.9-1.debian.tar.gz
 becff00795274316fcb64efc21ed51ee518e9f7a 100902 gxneur_0.9.9-1_i386.deb
Checksums-Sha256: 
 3c36ad6922768cb40d5e1be5a12fc0ae2843ee9611c451ac93cdbb9a34eab747 1488 
gxneur_0.9.9-1.dsc
 f0c28ef32c979a87e6bc418865cd92b3ca4c960491dd39711cec1dccefdd0685 380171 
gxneur_0.9.9.orig.tar.bz2
 4feb6131a40f9f013fabda56eed08ccbbe0291a0e1097bc7c6354bff32dc0bdf 8641 
gxneur_0.9.9-1.debian.tar.gz
 22180fab73be8e1ba95b737ab53b8f226f774e93255dbd881f9b497914d32f5c 100902 
gxneur_0.9.9-1_i386.deb
Files: 
 82b37f60d52b265f79cb946709c1ed6d 1488 x11 optional gxneur_0.9.9-1.dsc
 8d6bb1adee2af04db2b482b3b16cc6b4 380171 x11 optional gxneur_0.9.9.orig.tar.bz2
 8fb420d6f151c0abc196942b60752cae 8641 x11 optional gxneur_0.9.9-1.debian.tar.gz
 178a49bdf2d9b1bb09a68e7199ef645e 100902 x11 optional gxneur_0.9.9-1_i386.deb

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

iQEcBAEBCAAGBQJL+SQRAAoJEMqH6egqrDPxGAEH/A9ST4f4xuz1eCAknO9i8eYT
iHtQp5qwUXucIOsZIDzjj/hDsz4MzBlJgcltNZVehtl/OCpRntcpzi88t4k/V7bj
DxxtVwXjEkTN6hcBmmhJMqPIYcXLq12kHkSlvOKA1o8nm4gqDExGvkRhpdK0YiXx
JYPxQU0qt6WThQDshnQXr01EH4mfwgUAp+OUWsPP8kT3eNIl6vr55tz+Jmd1V81P
2a1LcCLxr697o9iYXIhKSsjJPNrslpCTZ2YuBteT2IPHn1eZPf7oGuCo7Mx/4uX6
GHQtaRu/zUlTTl57pIjy11AkH1aIH8RZol7VzrUPAljFYxHBt31v3IF+NnicRj4=
=PRms
-END PGP SIGNATURE-


Accepted:
gxneur_0.9.9-1.debian.tar.gz
  to main/g/gxneur/gxneur_0.9.9-1.debian.tar.gz
gxneur_0.9.9-1.dsc
  to main/g/gxneur/gxneur_0.9.9-1.dsc
gxneur_0.9.9-1_i386.deb
  to main/g/gxneur/gxneur_0.9.9-1_i386.deb
gxneur_0.9.9.orig.tar.bz2
  to main/g/gxneur/gxneur_0.9.9.orig.tar.bz2


-- 
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/e1ogezk-iy...@ries.debian.org



Accepted flush 0.9.2-1 (source i386)

2010-04-10 Thread Alexander GQ Gerasiov
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Wed, 17 Mar 2010 18:13:02 +0300
Source: flush
Binary: flush
Architecture: source i386
Version: 0.9.2-1
Distribution: unstable
Urgency: low
Maintainer: Dmitry Konishchev konishc...@gmail.com
Changed-By: Alexander GQ Gerasiov g...@cs.msu.su
Description: 
 flush  - GTK-based BitTorrent client
Closes: 574366
Changes: 
 flush (0.9.2-1) unstable; urgency=low
 .
   * Upload to Debian (Closes: #574366)
   * Package type has been changed from single binary to cdbs.
   * debian/copyright has been rewritten with adding license information about
 all package files.
Checksums-Sha1: 
 b56d8be010b7c3870ee1c7edd4476a9b8eb3d3a9 1563 flush_0.9.2-1.dsc
 ff1525053b5685fe4b6491c5e1e82cb49a8d4a36 1056219 flush_0.9.2.orig.tar.gz
 2dafee064baf1b14f5ff22e435c327ab5c466acb 10056 flush_0.9.2-1.diff.gz
 72eaf21ad3a478236db262c9731274272a01922b 848728 flush_0.9.2-1_i386.deb
Checksums-Sha256: 
 a51ae13ff843d4288aaeda52bf20850944b21678aecddc00dc95847c426faac6 1563 
flush_0.9.2-1.dsc
 90f1054865968a225305c4cde086f0710150b888142d9c03e0243241de709187 1056219 
flush_0.9.2.orig.tar.gz
 bfc1b8f7c4fd2d259bae37e62682bae698823ab301e2a17ff863ac8fbbd6e918 10056 
flush_0.9.2-1.diff.gz
 139f47b87d7b5e09b20a8761e9b5df2c2c938dd6e84aad250792c683787984ec 848728 
flush_0.9.2-1_i386.deb
Files: 
 f8daeadf065ab18b04733e3ba605ff69 1563 net optional flush_0.9.2-1.dsc
 311beb80780aaf399d27f96c3f72f570 1056219 net optional flush_0.9.2.orig.tar.gz
 c5074853adbe8aebb41180b46df2d9a8 10056 net optional flush_0.9.2-1.diff.gz
 01ab7e3616be688f0a0a5536f06c580b 848728 net optional flush_0.9.2-1_i386.deb

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

iQEcBAEBCAAGBQJLt7tRAAoJEMqH6egqrDPx5UsIAMRapHMeMojnKdMXbBqysK9S
yJaJYZSe79552Xq1tJQEjYY6prRWSXQp+Cs7We3XlSR8WqfNdQjR5J0ZEBIB+AAj
roqrlMu57zPOc6Qy6OmOc27pJ5ecjmmgTkrvG3Kn4MhwsAgoc7nKbaaV9D0rcD49
um2b7/apYWpWFd6aenca2LpFBBm6m9+bLStmlhxzmgcXKGYx936qyRwhWpomzdO/
/ZI0LKLQqh2Bs5ZXUB8RBT+3aClDf+Wa/3PPCa9oerERI3TUSgBd4W4HxIVrcAdu
l8JF6eF+rnzjQisFRjHpkKH+v+mJrqFIoMiPIpJGO0tgzCE9Q9u4ULaTY8h9gg4=
=5Syr
-END PGP SIGNATURE-


Accepted:
flush_0.9.2-1.diff.gz
  to main/f/flush/flush_0.9.2-1.diff.gz
flush_0.9.2-1.dsc
  to main/f/flush/flush_0.9.2-1.dsc
flush_0.9.2-1_i386.deb
  to main/f/flush/flush_0.9.2-1_i386.deb
flush_0.9.2.orig.tar.gz
  to main/f/flush/flush_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
Archive: http://lists.debian.org/e1o0anb-0008l7...@ries.debian.org



Accepted gxneur 0.12.0-1 (source i386)

2011-03-21 Thread Alexander GQ Gerasiov
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Fri, 04 Feb 2011 02:32:09 +0300
Source: gxneur
Binary: gxneur
Architecture: source i386
Version: 0.12.0-1
Distribution: unstable
Urgency: low
Maintainer: Alexander GQ Gerasiov g...@debian.org
Changed-By: Alexander GQ Gerasiov g...@cs.msu.su
Description: 
 gxneur - GTK+ frontend for xneur keyboard layout switcher
Changes: 
 gxneur (0.12.0-1) unstable; urgency=low
 .
   * Imported Upstream version 0.12.0
   * debian/control: Update xneur's version.
Checksums-Sha1: 
 431b0081dd53a1c7f021f50deb90fe0f499724cb 1511 gxneur_0.12.0-1.dsc
 281b52dae303035f5fc8bb808c38d7fa97545f4f 397357 gxneur_0.12.0.orig.tar.bz2
 614647fe555975b69e33984d02cacadc287ec9f8 7168 gxneur_0.12.0-1.debian.tar.gz
 ae98a7a8b95eaa780d973d48107f9cfb0af6babd 113084 gxneur_0.12.0-1_i386.deb
Checksums-Sha256: 
 85dce665beba5c1bfc1198911df901286da0400ed4af7cb0d897a9751cf7aad0 1511 
gxneur_0.12.0-1.dsc
 ef5d337cd9a79ccb07a0d84248ba6088608642978897484b547065bac9d344d2 397357 
gxneur_0.12.0.orig.tar.bz2
 d1cfc2f30b2081bd348f91318da801b61a94da68533fc99a201ced579d6f90ca 7168 
gxneur_0.12.0-1.debian.tar.gz
 5aafa9b9a56303c8645adfccae33127f21da39f03c21bf6d69d2e39daa9d45bd 113084 
gxneur_0.12.0-1_i386.deb
Files: 
 1e17dba5bdd013afc54864d4a4cd2684 1511 x11 optional gxneur_0.12.0-1.dsc
 dfec2352c57cb4d60854f111ebffb350 397357 x11 optional gxneur_0.12.0.orig.tar.bz2
 a6271516f424c102a13d65067ecd53c9 7168 x11 optional 
gxneur_0.12.0-1.debian.tar.gz
 d8c4ffb1c591e3cb6dfa30dd4eec0312 113084 x11 optional gxneur_0.12.0-1_i386.deb

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

iQEcBAEBCAAGBQJNhzX4AAoJEMqH6egqrDPxmM0IAKl2iyjxD6M/7j8rUtwup+g/
Rw3cNk9ZZDcAiNdfCDJmw+40DfZvM65wM+m1JegAfn2iD4QJptD1HDvttAt3SwfU
Yoq8ijHquKo5uX+0G32Fk65HKhD+U3b+bXlbVyn4rncGV0qd/R40GbIm1HChQ/lb
Qg/98TLpiI25MZrDB4Kk71fCYwH2h67qaZpE1FzIxMSuV2omDi62Mo9sLatlYEq6
XJ2A1u4uzmpm8hUWsPc27Jpu388gL/m74LW2RrNhzmcN9EeUgKD+/xP9bNCxWBlA
gI6oz4nFJfxKtM7wIpb6yu14ibovDc0S9WpMXUQk/VAyJi7u0Zf6J82iA6g5Ii4=
=HIM2
-END PGP SIGNATURE-


Accepted:
gxneur_0.12.0-1.debian.tar.gz
  to main/g/gxneur/gxneur_0.12.0-1.debian.tar.gz
gxneur_0.12.0-1.dsc
  to main/g/gxneur/gxneur_0.12.0-1.dsc
gxneur_0.12.0-1_i386.deb
  to main/g/gxneur/gxneur_0.12.0-1_i386.deb
gxneur_0.12.0.orig.tar.bz2
  to main/g/gxneur/gxneur_0.12.0.orig.tar.bz2


-- 
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/e1q1ga6-hb...@franck.debian.org



Accepted mdf2iso 0.3.0-2 (source i386)

2011-03-21 Thread Alexander GQ Gerasiov
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Mon, 21 Mar 2011 15:27:17 +0300
Source: mdf2iso
Binary: mdf2iso
Architecture: source i386
Version: 0.3.0-2
Distribution: unstable
Urgency: low
Maintainer: Alexander GQ Gerasiov g...@debian.org
Changed-By: Alexander GQ Gerasiov g...@cs.msu.su
Description: 
 mdf2iso- A simple utility to convert mdf to iso / cue / toc images
Closes: 615240
Changes: 
 mdf2iso (0.3.0-2) unstable; urgency=low
 .
   * Source format 3.0
   * debian/control: Standards-verion updated. Homepage header added
 (Closes: #615240)
   * debian/control: Fix debhelper-but-no-misc-depends warning.
   * debian/control: My e-mail updated.
Checksums-Sha1: 
 b61b0e1e8d361ef07fc1f62056e993aa9a71cd54 1313 mdf2iso_0.3.0-2.dsc
 91776b07796cc105ec1f46889c44b71190f42ec4 7343 mdf2iso_0.3.0-2.debian.tar.gz
 a7509f38d7b7e40b7f1f4a93fa1a7bc4a381fd85 7422 mdf2iso_0.3.0-2_i386.deb
Checksums-Sha256: 
 19cb1d5cd5d24f3eb4f49a2365d30de5f086c5b300eada8a031a5a011555bd4a 1313 
mdf2iso_0.3.0-2.dsc
 631a86266e14c5ec31692329779e587bffa15d3b7c9e21da772899acc3d54bcc 7343 
mdf2iso_0.3.0-2.debian.tar.gz
 4803a2db189ca1dc2eff8d1a88c5d7e8b44d8c2e27607b9d71fcc6ab6478bf1b 7422 
mdf2iso_0.3.0-2_i386.deb
Files: 
 8015420728790c35b0112bd03329df80 1313 otherosfs optional mdf2iso_0.3.0-2.dsc
 2dfef2d79b8302797b5419a4c5b2f72e 7343 otherosfs optional 
mdf2iso_0.3.0-2.debian.tar.gz
 1b0c834fc99ebfb492e961d74791e443 7422 otherosfs optional 
mdf2iso_0.3.0-2_i386.deb

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

iQEcBAEBCAAGBQJNh0WUAAoJEMqH6egqrDPxhsIIAIzsOAupRNi33LmAbtuAV4/O
yQ/402YDTNjpHsebu2fQzok/aXv01gj0G9IN1zw/kllrWthmI+2YDqGV+ICQK43j
qCnOcXmeSPqcDsy+0KyMupbT2nUhU8eLI5EoQsBeTREDwX1BsxTNKNeBS1H/Wpjj
v3bebRG9Hq+LmQdbda5jY7lsn6OvVyIo/hE5ypLO8XvGWARckq6Bb+quFZ2L1kcA
8dsgZvlv8ZjWL9daJyJxyMz9ntWC8fOfO/X0WiNjotRCbkA7X8RrWT/f9u7Cdohw
/b0wAjInXrLXSsA2HceiEUhy9aG4IJVx+igV2INb0YdDjEkKD8qS3vHGna0+ktY=
=Hulj
-END PGP SIGNATURE-


Accepted:
mdf2iso_0.3.0-2.debian.tar.gz
  to main/m/mdf2iso/mdf2iso_0.3.0-2.debian.tar.gz
mdf2iso_0.3.0-2.dsc
  to main/m/mdf2iso/mdf2iso_0.3.0-2.dsc
mdf2iso_0.3.0-2_i386.deb
  to main/m/mdf2iso/mdf2iso_0.3.0-2_i386.deb


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



Accepted rovclock 0.6e-7 (source i386)

2011-03-21 Thread Alexander GQ Gerasiov
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Mon, 21 Mar 2011 14:45:41 +0300
Source: rovclock
Binary: rovclock
Architecture: source i386
Version: 0.6e-7
Distribution: unstable
Urgency: low
Maintainer: Alexander GQ Gerasiov g...@debian.org
Changed-By: Alexander GQ Gerasiov g...@cs.msu.su
Description: 
 rovclock   - utility to control frequency rates of your Radeon card
Changes: 
 rovclock (0.6e-7) unstable; urgency=low
 .
   * debian/control: Homepage added.
   * debian/control: Standards-version updated, no changes needed.
   * Source format 3.0
Checksums-Sha1: 
 92522d39dfc9d5ec5632d6f1dc18db6a2edd9c1c 1383 rovclock_0.6e-7.dsc
 5b4d7ba6d2f7ae0db68b5756ded474574ef0ef84 3191 rovclock_0.6e-7.debian.tar.gz
 9c62dc2af17a609c0acc1dcd13eb744bb5b7cf40 9354 rovclock_0.6e-7_i386.deb
Checksums-Sha256: 
 32febb90468a8cc17c2aea04250c565f6290640eb55404207e4a41a571a29932 1383 
rovclock_0.6e-7.dsc
 2eeead2278d72212281b21c62f57156571c82de231bf964c572734411ec3f38a 3191 
rovclock_0.6e-7.debian.tar.gz
 4e312c93f440efe1509ea086dd7a218fa41aea2a3810c004922942a033d396e4 9354 
rovclock_0.6e-7_i386.deb
Files: 
 c6d11e456c31191525cb302f1f305bc4 1383 utils optional rovclock_0.6e-7.dsc
 cdcd3b9ca13b91d5d47d85e9e5b88c6c 3191 utils optional 
rovclock_0.6e-7.debian.tar.gz
 35527cc5ddcaa4e0d396208dc81048f5 9354 utils optional rovclock_0.6e-7_i386.deb

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

iQEcBAEBCAAGBQJNhztVAAoJEMqH6egqrDPxNOwIALdKUBkowwHQ+8QnGaaYr82g
xSDbGS57a8L4+8mNNNc2T37SGHSypEXfHjXEuXQffdlarX9a61j+dhn2fz/KJosH
Q8Jx/WuIAS8Ld/pCY/lxv77oFexx0k7IesCe202DzrvcqUT+R1TY/vc+qivRVV1F
+2GnqhF2bYJom9sjV+93m2O8v6ZyliMsPVzuWvpTSzzS/R9U/VG4Cuus1Wz8r3BO
jKYKUmG7ibmYeuDXNxHM1agTFz5O6LBP4ODgNKOEjmKYT+A2Lft4V7z8zLfyzmRu
prGhY9lQdZEtoVGrPIiGxJc6ueUINjHEEl8aXS//D867BqaAvRuz4JARb6yh5MI=
=Cdez
-END PGP SIGNATURE-


Accepted:
rovclock_0.6e-7.debian.tar.gz
  to main/r/rovclock/rovclock_0.6e-7.debian.tar.gz
rovclock_0.6e-7.dsc
  to main/r/rovclock/rovclock_0.6e-7.dsc
rovclock_0.6e-7_i386.deb
  to main/r/rovclock/rovclock_0.6e-7_i386.deb


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



Accepted xneur 0.12.0-1 (source i386)

2011-03-21 Thread Alexander GQ Gerasiov
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Fri, 04 Feb 2011 02:30:06 +0300
Source: xneur
Binary: xneur libxneur libxneur-dev xneur-dbg
Architecture: source i386
Version: 0.12.0-1
Distribution: unstable
Urgency: low
Maintainer: Alexander GQ Gerasiov g...@debian.org
Changed-By: Alexander GQ Gerasiov g...@cs.msu.su
Description: 
 libxneur   - xneur library
 libxneur-dev - development files for xneur frontends and plugins.
 xneur  - in-place conversion of text typed in with a wrong keyboard layout
 xneur-dbg  - XNeur debugging symbols
Changes: 
 xneur (0.12.0-1) unstable; urgency=low
 .
   * Imported Upstream version 0.12.0
   * debian/control and friends: Update xneur's version.
Checksums-Sha1: 
 5f463b2a7ceada8e9eb5ecf8b8164cd3d572452d 1551 xneur_0.12.0-1.dsc
 aff607938f1cc1f7bd38b41b53ea8bf70a4db376 1088554 xneur_0.12.0.orig.tar.bz2
 30faa34c6bb2cdf56fb859665087e72ac86310d8 8994 xneur_0.12.0-1.debian.tar.gz
 4082688ea308f1efbdabdbc14379077dc6b919bc 967752 xneur_0.12.0-1_i386.deb
 aef5d5169b519879c3e1782dd8b55f4520bf85d5 67278 libxneur_0.12.0-1_i386.deb
 659779bbcedbf2242bdb313730a876d75af75b50 81754 libxneur-dev_0.12.0-1_i386.deb
 0a187b023e5e4c09290007d610936498363468e3 169430 xneur-dbg_0.12.0-1_i386.deb
Checksums-Sha256: 
 de0c54ddd78a45253ccaf189f52d8f6520164546a2da8ec2c93b423c7ed9e622 1551 
xneur_0.12.0-1.dsc
 962660306f138de44fbfcb458fffac59ce32000a49e2314e4f0460a98ac93327 1088554 
xneur_0.12.0.orig.tar.bz2
 f662f1a2463d1c0020a09af1992d10300cfc7101be2f7ac7b6a65f92f13c87d9 8994 
xneur_0.12.0-1.debian.tar.gz
 f0fdd0c189a9340158e680f8a85e952f8a55e82dc02b07331e9dcf118e775363 967752 
xneur_0.12.0-1_i386.deb
 b28089a376f0b3d1d6c8778d4c4d9a9c01cc0e18526d6d57103ded9b44a0377d 67278 
libxneur_0.12.0-1_i386.deb
 329e7eb86be29e86df93c2026c17eff59f53e6b11a2fabaf0c14c72c4ab69f20 81754 
libxneur-dev_0.12.0-1_i386.deb
 be5c25b1a77f0a6c33f69bea6d95f77f048cf8df90948866507a218b7408acb2 169430 
xneur-dbg_0.12.0-1_i386.deb
Files: 
 718eb9079870a9f064f38e2038fc2bd6 1551 x11 optional xneur_0.12.0-1.dsc
 d0ab3fac343914dd6a014d23e8c7d1db 1088554 x11 optional xneur_0.12.0.orig.tar.bz2
 00ba3179f8bfb13ddf2a3f85e5e8dd53 8994 x11 optional xneur_0.12.0-1.debian.tar.gz
 ae08b097e4b9cd93be68bae9fcf5533e 967752 x11 optional xneur_0.12.0-1_i386.deb
 17c19845a6a8a404f785fd4b698d6637 67278 libs optional libxneur_0.12.0-1_i386.deb
 44becb739e138d9a2e9e8fe7a44e 81754 libdevel optional 
libxneur-dev_0.12.0-1_i386.deb
 ea2077de8a0752a401f395ade1c52dac 169430 debug extra xneur-dbg_0.12.0-1_i386.deb

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

iQEcBAEBCAAGBQJNhzYIAAoJEMqH6egqrDPxICYH/0hIcDo1GR0NHxmdqhWQpdxT
jrL0W0KyrRaIlLEiICAvlujAfPNMZR3RIAgMrxCL/XC8cqCAi6gm0t0tNLCwYYrI
le763NhiIxhkAQZPuba6luwPCtS3l894nUclSN944qBGZb0R1XyeV1kcnttMSQkU
8NO2KkYRoLRlyoigiper7rCIP0cXLRuKjUx8HD/8A5vZ/CAvXMeBIrgaXWvIpE/h
bFDPLepcp8fo8ZKF4m68ozQPMc+N1M9GWu0IFGVFo6q5oHUfNjCjcYm3S7fPKAoG
LzY5h50i11ptV/rKKqJAOqQJQO98QOiXLNRncvnTXiunPQMBWDCquM7eOZtAqx4=
=/dNJ
-END PGP SIGNATURE-


Accepted:
libxneur-dev_0.12.0-1_i386.deb
  to main/x/xneur/libxneur-dev_0.12.0-1_i386.deb
libxneur_0.12.0-1_i386.deb
  to main/x/xneur/libxneur_0.12.0-1_i386.deb
xneur-dbg_0.12.0-1_i386.deb
  to main/x/xneur/xneur-dbg_0.12.0-1_i386.deb
xneur_0.12.0-1.debian.tar.gz
  to main/x/xneur/xneur_0.12.0-1.debian.tar.gz
xneur_0.12.0-1.dsc
  to main/x/xneur/xneur_0.12.0-1.dsc
xneur_0.12.0-1_i386.deb
  to main/x/xneur/xneur_0.12.0-1_i386.deb
xneur_0.12.0.orig.tar.bz2
  to main/x/xneur/xneur_0.12.0.orig.tar.bz2


-- 
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/e1q1gvp-0004wc...@franck.debian.org



Accepted ldapscripts 1.10.0-1 (source all)

2011-03-21 Thread Alexander GQ Gerasiov
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Mon, 21 Mar 2011 17:45:15 +0300
Source: ldapscripts
Binary: ldapscripts
Architecture: source all
Version: 1.10.0-1
Distribution: unstable
Urgency: low
Maintainer: Alexander GQ Gerasiov g...@debian.org
Changed-By: Alexander GQ Gerasiov g...@cs.msu.su
Description: 
 ldapscripts - Add and remove user and groups (stored in a LDAP directory)
Closes: 609148
Changes: 
 ldapscripts (1.10.0-1) unstable; urgency=low
 .
   * debian/control: Standards-version updated, no changes needed.
   * Imported Upstream version 1.10.0
   * debian/patches: Patches refreshed.
   * Added 07_fix_free_uid_search.patch. Thanks to Slavko
 li...@slavino.sk (Closes: #609148)
   * debian/control: DEB_FIXPERMS_EXCLUDE replaced with
 DEB_FIXPERMS_EXCLUDE_ALL.
Checksums-Sha1: 
 1b0c2866d70e3f733daf85f832dd0ecbc4095087 1456 ldapscripts_1.10.0-1.dsc
 38dfebaf6e703d26e6b4405c92983521a8e13d72 34270 ldapscripts_1.10.0.orig.tar.gz
 9c9c1c62709bde8d853ff2356d3dd293943803e8 8502 
ldapscripts_1.10.0-1.debian.tar.gz
 aeaf5292415ecf38ee24cf0fa0669d502f82938b 52270 ldapscripts_1.10.0-1_all.deb
Checksums-Sha256: 
 89d21b9ac98978af22fa76d9a7b28145a61fb1dee6c268d7a8fa5dbc79b7f792 1456 
ldapscripts_1.10.0-1.dsc
 576a6c4a3d04198a4ae0dc0a80b6ba28122b38ef3dce4189f1331f2321d7db1b 34270 
ldapscripts_1.10.0.orig.tar.gz
 0673097bf2a8641a06257be4837282c766e2fb593ba751e6543186843d78f4a8 8502 
ldapscripts_1.10.0-1.debian.tar.gz
 b5bcccd1e0fba7932a6f332ce82ceeef78cab9b1134930ac5204613e18946339 52270 
ldapscripts_1.10.0-1_all.deb
Files: 
 5d15b43c20cef4206491bc6884664f13 1456 admin optional ldapscripts_1.10.0-1.dsc
 3a08431b4c897e9218c7f2de46ffbbe0 34270 admin optional 
ldapscripts_1.10.0.orig.tar.gz
 7af0796e8c5d6db07143f83055ddfa0a 8502 admin optional 
ldapscripts_1.10.0-1.debian.tar.gz
 ee8ccaacde49705e7120440a24e79a4e 52270 admin optional 
ldapscripts_1.10.0-1_all.deb

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

iQEcBAEBCAAGBQJNh2oNAAoJEMqH6egqrDPxBKIH/3fGlv7Qo3Y3MVBCi+uFh/j4
aep3OnN6nyYU+WSNVQ+cEWL/jIPWYTijlJUAdmoYj2hbiPIxpqmXfoBs4Hy94nQ5
igldRDDSPfVRp+vhcogNrUSeBzm84Pdw9mPoZ+HgA8W66FTTALHKstM0F6vWyNFL
CG6/Uo/iMpvkblrQQbNMVgEIRm3D1As1C8nuEDhrb7Olk1ljtdpmNPlJ3dMYfkkB
yj17B90j0NElkEnvO+1gmr4UGwxVJ3IIwJENSLQ2mNO/w/uz4sva+m4DuDYmb8jE
0McR30LHcTzCiXwZNhBh5p6Oqh0yzYujvlheUOJQjSEuwRPJbUhMgaA5pMVJhmk=
=hzwi
-END PGP SIGNATURE-


Accepted:
ldapscripts_1.10.0-1.debian.tar.gz
  to main/l/ldapscripts/ldapscripts_1.10.0-1.debian.tar.gz
ldapscripts_1.10.0-1.dsc
  to main/l/ldapscripts/ldapscripts_1.10.0-1.dsc
ldapscripts_1.10.0-1_all.deb
  to main/l/ldapscripts/ldapscripts_1.10.0-1_all.deb
ldapscripts_1.10.0.orig.tar.gz
  to main/l/ldapscripts/ldapscripts_1.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/e1q1mjt-0005oy...@franck.debian.org



Accepted qxmlrpc 0.0.svn6-2 (source all i386)

2011-07-01 Thread Alexander GQ Gerasiov
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Fri, 24 Jun 2011 15:25:30 +0400
Source: qxmlrpc
Binary: libqxmlrpc1 libqxmlrpc-doc libqxmlrpc-dev
Architecture: source all i386
Version: 0.0.svn6-2
Distribution: unstable
Urgency: low
Maintainer: Alexander GQ Gerasiov g...@debian.org
Changed-By: Alexander GQ Gerasiov g...@cs.msu.su
Description: 
 libqxmlrpc-dev - full Qt4 based implementation of XML-RPC protocol. (headers)
 libqxmlrpc-doc - full Qt4 based implementation of XML-RPC protocol. (headers)
 libqxmlrpc1 - full Qt4 based implementation of XML-RPC protocol.
Changes: 
 qxmlrpc (0.0.svn6-2) unstable; urgency=low
 .
   * debian/control: priority set to optional.
   * debian/control: Added missed dependence -dev on lib.
   * debian/rules: Fix debian-rules-ignores-make-clean-error.
   * debian/control: Increase Standards-Version, no changes needed.
Checksums-Sha1: 
 d19e632be52c75e1ce22f8a6688392f840a3d66f 1396 qxmlrpc_0.0.svn6-2.dsc
 8cf5b767066fa566881814cbd6558351ca1efd84 2942 qxmlrpc_0.0.svn6-2.debian.tar.gz
 c8236693fa1a977d432175b3fcb90848114d2266 45866 
libqxmlrpc-doc_0.0.svn6-2_all.deb
 c3e9144d83eaa5b2479d48947f36cc95f469eb42 69178 libqxmlrpc1_0.0.svn6-2_i386.deb
 e4718f18e1920e49e67c0d3a7be43c1d5c344a12 87286 
libqxmlrpc-dev_0.0.svn6-2_i386.deb
Checksums-Sha256: 
 23e3be2cf4662d7aef24663c2f8f9869c66d649544e24c1313de7e0b99e1d54e 1396 
qxmlrpc_0.0.svn6-2.dsc
 1242117e5d5fcbbbf25c48259f733c6e0f2096af3c00b6a4c2074518c84bf13e 2942 
qxmlrpc_0.0.svn6-2.debian.tar.gz
 b5b5df337ce5878266734b56c892c2795d88b75e3f3c049d2b3d2f663e485ae1 45866 
libqxmlrpc-doc_0.0.svn6-2_all.deb
 db8a80cfa83cab7df79f786d4571ae3775f38528f95dd4cf7a0a1c5464013339 69178 
libqxmlrpc1_0.0.svn6-2_i386.deb
 08c16060489ccc9192eded7bc97a130865b6e26549c16e154d1b53b7c53523dc 87286 
libqxmlrpc-dev_0.0.svn6-2_i386.deb
Files: 
 608ac873f13d44a44057f4a3411039f3 1396 libs optional qxmlrpc_0.0.svn6-2.dsc
 ecb4d39a91c957218737b6c3456a5966 2942 libs optional 
qxmlrpc_0.0.svn6-2.debian.tar.gz
 7e19ade2191b522fc89d8c9b590b3cd6 45866 doc optional 
libqxmlrpc-doc_0.0.svn6-2_all.deb
 1c47c0139dfc59df64d51bb86d7d95ea 69178 libs optional 
libqxmlrpc1_0.0.svn6-2_i386.deb
 30da540a7249f62ac6dadfbd8401eb93 87286 libdevel optional 
libqxmlrpc-dev_0.0.svn6-2_i386.deb

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

iQEcBAEBCAAGBQJODY09AAoJEMqH6egqrDPx7dIH/3eyDye7bPsQCoKJWy1Teg54
SRNZ+5dIEFwi0QzGTExU8IRhpw2WaiaEGr1JxWNSbKJhHjtA/rgBCXbI6/ebJtcC
9DWbDmkSZuBGn6HnM/smC+58gLKdfOhNpAJJsmuTRs9+lJZMlhoDGEbbdYFhztoz
zADzJKrHNDnvKsEl1cIihtyRj2DqmJ5X7XSvCGfjxwNCez6klf3cMDRDvzZLuYSN
B4BLHY9Ee7li8UAjAUqN8UxsQhEU+p+3DUj0ZAnyb4Dq1gcEGnCh6oY6mkAmwg4w
nuPasm/Jx5Pn9T3XgGL3zi2vck7rKNfabvZbG9U0t31XGkXUOVnFU90IDD9d/5E=
=i4rI
-END PGP SIGNATURE-


Accepted:
libqxmlrpc-dev_0.0.svn6-2_i386.deb
  to main/q/qxmlrpc/libqxmlrpc-dev_0.0.svn6-2_i386.deb
libqxmlrpc-doc_0.0.svn6-2_all.deb
  to main/q/qxmlrpc/libqxmlrpc-doc_0.0.svn6-2_all.deb
libqxmlrpc1_0.0.svn6-2_i386.deb
  to main/q/qxmlrpc/libqxmlrpc1_0.0.svn6-2_i386.deb
qxmlrpc_0.0.svn6-2.debian.tar.gz
  to main/q/qxmlrpc/qxmlrpc_0.0.svn6-2.debian.tar.gz
qxmlrpc_0.0.svn6-2.dsc
  to main/q/qxmlrpc/qxmlrpc_0.0.svn6-2.dsc


-- 
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/e1qczt5-0008mk...@franck.debian.org



Accepted hunspell-ru 0~111003-2 (source all)

2011-10-16 Thread Alexander GQ Gerasiov
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Thu, 13 Oct 2011 10:26:06 +0400
Source: hunspell-ru
Binary: hunspell-ru
Architecture: source all
Version: 0~111003-2
Distribution: unstable
Urgency: low
Maintainer: Dmitry Kurochkin dmitry.kuroch...@gmail.com
Changed-By: Alexander GQ Gerasiov g...@cs.msu.su
Description: 
 hunspell-ru - Russian dictionary for hunspell
Closes: 645317
Changes: 
 hunspell-ru (0~111003-2) unstable; urgency=low
 .
   * Make myspel-ru conflict unversioned and replace myapell-ru.  Both
 cannot be installed at the same time.  Myspell-ru will continue
 providing old myspell dictionary (also usable by hunspell) and
 hunspell-ru providing hunspell-only dictionary.  Closes: #645317.
 .
   * Raise dictionaries-common-dev build-depend in to 1.10.5, where ancient
 openoffice.org snippets stopped being installed.
 .
   * Clarify that the package is aimed to be a better alternative to
 myspell-ru in description and Debian README.
Checksums-Sha1: 
 1730a0c6d3fbb7218490fdc19e7021514ee0427f 1477 hunspell-ru_0~111003-2.dsc
 492e8a7a5c729f8fbee8461ba7490689b621c431 3059 
hunspell-ru_0~111003-2.debian.tar.gz
 820c7558e8ff6a44e35e3b913da2dd89b38e7166 751922 hunspell-ru_0~111003-2_all.deb
Checksums-Sha256: 
 5802bf89ec67c925b8d2f39384ed51ad360ee4f6cae0144c7131af30606891c7 1477 
hunspell-ru_0~111003-2.dsc
 b539308114595f0fe0b885f5a49fa37c023614fd4ee5b4c7181dbfd258f37845 3059 
hunspell-ru_0~111003-2.debian.tar.gz
 605a943a6e4e3048d6b29f91eafaff106042796942a6e3c701e3414a5a687b84 751922 
hunspell-ru_0~111003-2_all.deb
Files: 
 ad1877aa15667e7e73f88b43cbe69bff 1477 text optional hunspell-ru_0~111003-2.dsc
 4f23d75a273cb1143db79ee7c0f45169 3059 text optional 
hunspell-ru_0~111003-2.debian.tar.gz
 4f3dead6fccd86f2ec3dbd4c52619ab9 751922 text optional 
hunspell-ru_0~111003-2_all.deb

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

iQEcBAEBCAAGBQJOmz2JAAoJEMqH6egqrDPxbccH/RtURl3ZqIKVGLfnZMTJN2AN
671SgKmlWM8BoUD5hzShIB7rtUuROP5OtXR8srh0YFNGxIIbZoBY9gPz2IwyP3a4
nzJF8L/P7CIxqT/X1jWqGXCn+BFPXQ8Wx7HCAwDTxMk4lDAFB5tDNRGHhwOLLBEC
nXSHsj+zIM/Wf+P7VYvHCMnMdDoXvgNHVDo0TfTlcxfzqfnvAwh88OLpq++m0x/C
Kex54eAb0YI5VImCaVQ9jc3/SMN6hzx+iiy/kGVOXa9y/xF6yH8tHRFAD8oL6IbW
RgxRuoam3F/ys/iT3Q/WlMUVExRzJoqtXYq9GTbbfXH/yL5rH3egmWvLZp2MT90=
=weZP
-END PGP SIGNATURE-


Accepted:
hunspell-ru_0~111003-2.debian.tar.gz
  to main/h/hunspell-ru/hunspell-ru_0~111003-2.debian.tar.gz
hunspell-ru_0~111003-2.dsc
  to main/h/hunspell-ru/hunspell-ru_0~111003-2.dsc
hunspell-ru_0~111003-2_all.deb
  to main/h/hunspell-ru/hunspell-ru_0~111003-2_all.deb


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



Accepted gxneur 0.15.0-1 (source i386)

2011-11-17 Thread Alexander GQ Gerasiov
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Mon, 14 Nov 2011 23:47:47 +0400
Source: gxneur
Binary: gxneur
Architecture: source i386
Version: 0.15.0-1
Distribution: unstable
Urgency: low
Maintainer: Alexander GQ Gerasiov g...@debian.org
Changed-By: Alexander GQ Gerasiov g...@cs.msu.su
Description: 
 gxneur - GTK+ frontend for xneur keyboard layout switcher
Changes: 
 gxneur (0.15.0-1) unstable; urgency=low
 .
   * Imported Upstream version 0.15.0
   * Removed 03_fix_ftbfs_unused_vars.patch: fixed upstream.
Checksums-Sha1: 
 e9cb6634c6bf7e4f20ea452d23c82d77f472097f 1551 gxneur_0.15.0-1.dsc
 013f7f0b35359e9da55132b7c588cfcead1f3316 682903 gxneur_0.15.0.orig.tar.bz2
 c746d50a522c45113117012e6a4bb2af2b446aef 7052 gxneur_0.15.0-1.debian.tar.gz
 662ea43d528dff29fd022fb74821924df9b7a4fc 378822 gxneur_0.15.0-1_i386.deb
Checksums-Sha256: 
 820d1e88b25b8c58463c1fbcbb01781f57a9054b83e9b9cc4e5019691efd81d5 1551 
gxneur_0.15.0-1.dsc
 4fda25f0b3f90d6b76aa731bcc1768c606af1cbdba59e82400baa83d2ea9866d 682903 
gxneur_0.15.0.orig.tar.bz2
 b9d96a987ce35a10afa448238e7a28d2a683f6f656b36c341bfc43a7f8b85738 7052 
gxneur_0.15.0-1.debian.tar.gz
 c2ea428cb181a2fd299d87e95e6d47d13e885a7840ef9b6e10e25a793e27842c 378822 
gxneur_0.15.0-1_i386.deb
Files: 
 c13f587991c52b8d96b338e21ea747c1 1551 x11 optional gxneur_0.15.0-1.dsc
 ed749a4230339f28f42ae6dd28b762ab 682903 x11 optional gxneur_0.15.0.orig.tar.bz2
 8e96d9fbdacbc6acb6384a8078d10fcb 7052 x11 optional 
gxneur_0.15.0-1.debian.tar.gz
 d65fa27f058e3cfbe3687bd39a9e1fda 378822 x11 optional gxneur_0.15.0-1_i386.deb

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

iQEcBAEBCAAGBQJOxgFPAAoJEMqH6egqrDPx1bMIAJHGYUMUNPen2npz3EGSlkSJ
NJgac27R4E76C7+AwL8cWRjuSgdJXDf8ADk2UXGhNdUjXAM3PaZCIJv6YxFlS8Yx
UQ3kM5VnfhLnRTy7s0AxYJ6Ju5OPuE9PwcBM2uo9akrsOYFTJ+xGj00C40EhI615
k48kYFxAEGwtETu2v92fy4NyjMfsBCFbJnAtuRJOAbMqoM/mRJrHkdWWFKVnv1A4
6JCum9KgaKqKYLR2YrympizEHbtFrvRrRiYA7NzZd0xN6vdxshHbro+n98nc8bIF
580WEDiIe59vTveR/bikjTDSfkrnPzFaeibuBBOvJymBdRt2ERZZwrqHTSFEeVE=
=E0iO
-END PGP SIGNATURE-


Accepted:
gxneur_0.15.0-1.debian.tar.gz
  to main/g/gxneur/gxneur_0.15.0-1.debian.tar.gz
gxneur_0.15.0-1.dsc
  to main/g/gxneur/gxneur_0.15.0-1.dsc
gxneur_0.15.0-1_i386.deb
  to main/g/gxneur/gxneur_0.15.0-1_i386.deb
gxneur_0.15.0.orig.tar.bz2
  to main/g/gxneur/gxneur_0.15.0.orig.tar.bz2


-- 
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/e1rrisx-0002rb...@franck.debian.org



Accepted xneur 0.15.0-1 (source i386)

2011-11-17 Thread Alexander GQ Gerasiov
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Mon, 14 Nov 2011 23:36:18 +0400
Source: xneur
Binary: xneur libxneur libxneur-dev xneur-dbg
Architecture: source i386
Version: 0.15.0-1
Distribution: unstable
Urgency: low
Maintainer: Alexander GQ Gerasiov g...@debian.org
Changed-By: Alexander GQ Gerasiov g...@cs.msu.su
Description: 
 libxneur   - xneur library
 libxneur-dev - development files for xneur frontends and plugins.
 xneur  - in-place conversion of text typed in with a wrong keyboard layout
 xneur-dbg  - XNeur debugging symbols
Changes: 
 xneur (0.15.0-1) unstable; urgency=low
 .
   * Imported Upstream version 0.15.0
   * debian/control etc: Version updated to 0.15.
Checksums-Sha1: 
 30581d0bb835e895d974196d70268e238edb7893 1681 xneur_0.15.0-1.dsc
 46795bebb7787d9f6fa092005ffefce423bc7c3c 1136568 xneur_0.15.0.orig.tar.bz2
 a748a30d370957a23fda4dd9ee149c32a840884f 9212 xneur_0.15.0-1.debian.tar.gz
 3e0d5a530fc10f0388936bf186c7e8e22816e33b 973852 xneur_0.15.0-1_i386.deb
 764a13d04e28d4ff1fff224337e046e669fda4ae 76646 libxneur_0.15.0-1_i386.deb
 49d76f4fa465fc9173ccd6536544fc359342eef0 92832 libxneur-dev_0.15.0-1_i386.deb
 8c51644ce03d58e9c114c41fd45192af3e28b9cd 177150 xneur-dbg_0.15.0-1_i386.deb
Checksums-Sha256: 
 640194080211012b175e5d6c8706ed5eb497925b83bdc6385faca8f338f8022f 1681 
xneur_0.15.0-1.dsc
 ebedf81ac2c8510d60e235ca66c7ed73c306b22b5b3164981a628950b5cb3e70 1136568 
xneur_0.15.0.orig.tar.bz2
 8521042dfde1f4a88f721beaf226b6a2361e4b0a5b5939c643245903ef485edc 9212 
xneur_0.15.0-1.debian.tar.gz
 5ebe579eb3450a4c86612f3762fa6d9f94d4d8f80921d02e4f7840af99e8bdbf 973852 
xneur_0.15.0-1_i386.deb
 eaf04e3765c20efbb394f7f89ea62d241ce8a3581b45c126fb29aac3c1ec9ae8 76646 
libxneur_0.15.0-1_i386.deb
 32d32db40ce38e091320448faa232e527212c72673a5fa6eee80810dfc980830 92832 
libxneur-dev_0.15.0-1_i386.deb
 0c543730c45db83cdc7244c8d054cfeb6f809ee9f36521b5615e17d48025be7d 177150 
xneur-dbg_0.15.0-1_i386.deb
Files: 
 d868e7911938e889969ba13590e8c51c 1681 x11 optional xneur_0.15.0-1.dsc
 c70edf440b6e3366c24868c0d02734f4 1136568 x11 optional xneur_0.15.0.orig.tar.bz2
 d0941a80ac017a2b7b8d979300465570 9212 x11 optional xneur_0.15.0-1.debian.tar.gz
 8b86aff0ea6c8af77aad13626cd90718 973852 x11 optional xneur_0.15.0-1_i386.deb
 310ea8625c91d616d99c95fbf7d8f28a 76646 libs optional libxneur_0.15.0-1_i386.deb
 eeba7e4acaa103cc7bd9c769b84ff16e 92832 libdevel optional 
libxneur-dev_0.15.0-1_i386.deb
 50ff89a1f67749318e8994289d9678ee 177150 debug extra xneur-dbg_0.15.0-1_i386.deb

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

iQEcBAEBCAAGBQJOxgFaAAoJEMqH6egqrDPx3FAIAIsgxtC8W/Okb12LKRjL1LLA
UUgqQpE3cOjSbKOtXPzrNQTcF4PD+JOPQkYYkS7d5hk2aQ7i7OOHl9fGZvf3kbEC
A7M98cK68KpRZq2VAOvoPP/XoRhqIsG5QINfbd7rbs0LwLndjwFa1FXjHf96MH1y
rRpWkQSNljI4MHlwL5bapBz7NudlRt25KmYKmg7+Nzl8Ks3vIY51EVD1Z+KETcgP
EtcPJEKXnue3bgKonV93zRIlMv6JC4iCyqZvl5ZkbDX92j8806rFe+YPz1RmTAGM
cOwdkHWpNrvav3vJ3Jo+RugQB0karX6jrl/pOF4F7Mqy8/BJ1alM1ZokXj8XlpM=
=3jGJ
-END PGP SIGNATURE-


Accepted:
libxneur-dev_0.15.0-1_i386.deb
  to main/x/xneur/libxneur-dev_0.15.0-1_i386.deb
libxneur_0.15.0-1_i386.deb
  to main/x/xneur/libxneur_0.15.0-1_i386.deb
xneur-dbg_0.15.0-1_i386.deb
  to main/x/xneur/xneur-dbg_0.15.0-1_i386.deb
xneur_0.15.0-1.debian.tar.gz
  to main/x/xneur/xneur_0.15.0-1.debian.tar.gz
xneur_0.15.0-1.dsc
  to main/x/xneur/xneur_0.15.0-1.dsc
xneur_0.15.0-1_i386.deb
  to main/x/xneur/xneur_0.15.0-1_i386.deb
xneur_0.15.0.orig.tar.bz2
  to main/x/xneur/xneur_0.15.0.orig.tar.bz2


-- 
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/e1rritp-0002as...@franck.debian.org



Accepted gxneur 0.15.0-2 (source i386)

2011-11-21 Thread Alexander GQ Gerasiov
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Mon, 21 Nov 2011 15:08:18 +0400
Source: gxneur
Binary: gxneur
Architecture: source i386
Version: 0.15.0-2
Distribution: unstable
Urgency: low
Maintainer: Alexander GQ Gerasiov g...@debian.org
Changed-By: Alexander GQ Gerasiov g...@cs.msu.su
Description: 
 gxneur - GTK+ frontend for xneur keyboard layout switcher
Closes: 649447
Changes: 
 gxneur (0.15.0-2) unstable; urgency=low
 .
   [ Alexander GQ Gerasiov ]
   * debian/control: Build-depends libxneur-dev's version updated to 0.15.0.
 Thanks to Nobuhiro Iwamatsu. Closes: #649447.
Checksums-Sha1: 
 2c28ac0f13a031480d550887386a24ae8c5cc117 1551 gxneur_0.15.0-2.dsc
 b361cf74036dd43ec4e7d4cd61683d8f6669b4af 7124 gxneur_0.15.0-2.debian.tar.gz
 19be2c4c243adc16dca8c72434d04c47bbfae219 378788 gxneur_0.15.0-2_i386.deb
Checksums-Sha256: 
 3d5ee8b5f010de2dd50bbc09b8142ba936a6a63db9102e42fcf5158d169bbfa1 1551 
gxneur_0.15.0-2.dsc
 8bda007d837c0b0ce1ebcb809b6032c50fc4186c68ae8ce9ac4bf550e79d1730 7124 
gxneur_0.15.0-2.debian.tar.gz
 9536b9d50d471a0403c97dfa1df111ad92d787db3b7c87aeb3fc43afa6373408 378788 
gxneur_0.15.0-2_i386.deb
Files: 
 7d2a98cb5ec3163233c487dbc792f3ec 1551 x11 optional gxneur_0.15.0-2.dsc
 b6fd33beb31a7ec42bdf68098a8440be 7124 x11 optional 
gxneur_0.15.0-2.debian.tar.gz
 a287fcc66e56f5afdc32a2cf6a28 378788 x11 optional gxneur_0.15.0-2_i386.deb

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

iQEcBAEBCAAGBQJOymQDAAoJEMqH6egqrDPxhUMH/32wyOJVTT2isb98jQeIXbKR
KzoDhHNUcBSxlNF5fjSUsTcIywZXTKFwUgLgL0hdG/hehTMjPLvA9zYVXlslSpeK
Z/Jex3cvabXc7dL9Ob9n1sCjS4G41Ej23+9zm+F0d3iJhU/YPjXdU36s5AmsyXy9
UPmVOMn56DnKwhqCwwWwQeJzOWYfGaMP2HQqnwKOZ/fyeFDECBFLc6PA7E6P7WeN
aBv9Mi7ESCkEhtxGrnaFODO3DXcLxFQnoKtlpLxRq/bGjhh7NWSgdXMBYdbftNlq
/MK5x2V7uCM1vbzTpfd0wk/vFBb569RCXIKVDjkedE4U9Dth3RrxkstkukHCa00=
=X7nF
-END PGP SIGNATURE-


Accepted:
gxneur_0.15.0-2.debian.tar.gz
  to main/g/gxneur/gxneur_0.15.0-2.debian.tar.gz
gxneur_0.15.0-2.dsc
  to main/g/gxneur/gxneur_0.15.0-2.dsc
gxneur_0.15.0-2_i386.deb
  to main/g/gxneur/gxneur_0.15.0-2_i386.deb


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



Accepted hunspell-ru 0~20111101-1 (source all)

2011-11-26 Thread Alexander GQ Gerasiov
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Tue, 15 Nov 2011 22:54:37 +0400
Source: hunspell-ru
Binary: hunspell-ru
Architecture: source all
Version: 0~2001-1
Distribution: unstable
Urgency: low
Maintainer: Dmitry Kurochkin dmitry.kuroch...@gmail.com
Changed-By: Alexander GQ Gerasiov g...@cs.msu.su
Description: 
 hunspell-ru - Russian dictionary for hunspell
Changes: 
 hunspell-ru (0~2001-1) unstable; urgency=low
 .
   * New upstream release
 .
   * Updated watch file for new upstream naming scheme
Checksums-Sha1: 
 3d7465c96d4b0f8c9b5f2d6beab73867d763ba85 1491 hunspell-ru_0~2001-1.dsc
 8b7f232f2ff0d35d811bb0f30ae5818c9bb8a9ad 766028 
hunspell-ru_0~2001.orig.tar.gz
 7f5d9205f39b22f54c274db477d9afa16ad5d71f 3172 
hunspell-ru_0~2001-1.debian.tar.gz
 f96d1d21e0e86da5c008ef964f79c0cee602c7d5 770330 
hunspell-ru_0~2001-1_all.deb
Checksums-Sha256: 
 a3de967a12a48f46a59d21156264020b22ca19a820f6df3e0b174788e4819c1e 1491 
hunspell-ru_0~2001-1.dsc
 026fe5b160a567e194535aa2e83bf8811ad8c53212eef5d261a01f3f19cbb70f 766028 
hunspell-ru_0~2001.orig.tar.gz
 62757addf6d80c20cefbb5c1da7af6754ac6488966ef6c6707d864c6ffe10e1c 3172 
hunspell-ru_0~2001-1.debian.tar.gz
 f1e6231a76c69d1277b5051209815d2bec2ab7509e989d7cc715129b01c7ad03 770330 
hunspell-ru_0~2001-1_all.deb
Files: 
 a2b455ee4a58e3cf28b15acc8e197f58 1491 text optional 
hunspell-ru_0~2001-1.dsc
 8941c451aefe9367b9d1037082d927f5 766028 text optional 
hunspell-ru_0~2001.orig.tar.gz
 299f5e979329c3f37ee1d57adab20364 3172 text optional 
hunspell-ru_0~2001-1.debian.tar.gz
 c12018875b5432c1f582b5e1dbdaeb76 770330 text optional 
hunspell-ru_0~2001-1_all.deb

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

iQEcBAEBCAAGBQJO0QD3AAoJEMqH6egqrDPxGNIH/i3xMUntCSGehlRgnykWcCh4
wBjb8tU3v1hWM/tYc2bKEaYTOUS5O8YnbjotDIomvW5u97Zt5q1VccJv/y7OyHdF
PO+fnzPVyCPKkGjDRyCiDD8jqOe1GcQoRNmpj2VoemDD1UR9N+D1MYOj5hqBLUvu
M6GALK4rA0L6ReuS1xKHBPUfHv7TCVruOhK5p1nT8xJGFqhvaucsy3mV8iWh4ZlM
hpilXGEAuai9pQbdP5HlZzdQcDA1TuTPCodAZexj1+iw+ShnOL64/IibDs6EYIUn
+0zEPcxM0gUtETVD/714pD9rCga3uDMOZV7ZZDSM0HbkWstTnA6/saJv/4EEHDk=
=YJHO
-END PGP SIGNATURE-


Accepted:
hunspell-ru_0~2001-1.debian.tar.gz
  to main/h/hunspell-ru/hunspell-ru_0~2001-1.debian.tar.gz
hunspell-ru_0~2001-1.dsc
  to main/h/hunspell-ru/hunspell-ru_0~2001-1.dsc
hunspell-ru_0~2001-1_all.deb
  to main/h/hunspell-ru/hunspell-ru_0~2001-1_all.deb
hunspell-ru_0~2001.orig.tar.gz
  to main/h/hunspell-ru/hunspell-ru_0~2001.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/e1rukhe-0005fn...@franck.debian.org



Accepted xneur 0.13.0-1 (source i386)

2011-11-14 Thread Alexander GQ Gerasiov
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Mon, 10 Oct 2011 01:54:23 +0400
Source: xneur
Binary: xneur libxneur libxneur-dev xneur-dbg
Architecture: source i386
Version: 0.13.0-1
Distribution: unstable
Urgency: low
Maintainer: Alexander GQ Gerasiov g...@debian.org
Changed-By: Alexander GQ Gerasiov g...@cs.msu.su
Description: 
 libxneur   - xneur library
 libxneur-dev - development files for xneur frontends and plugins.
 xneur  - in-place conversion of text typed in with a wrong keyboard layout
 xneur-dbg  - XNeur debugging symbols
Changes: 
 xneur (0.13.0-1) unstable; urgency=low
 .
   * Imported Upstream version 0.13.0
   * debian/control etc: Version updated to 0.13.
   * Removed patches 11_libnotify_0.7 and 12_remove_unused_vars - fixed
 upstream.
   * debian/control: Bump standard's version. No changes needed.
Checksums-Sha1: 
 241da3631652a3b341538be483552424163c4707 1551 xneur_0.13.0-1.dsc
 5535fe0462391dc64e2d8e0d19a083532f7bed91 525 xneur_0.13.0.orig.tar.bz2
 e74bf66a3bbef829ef545b4c2356faf9aaa039dd 9415 xneur_0.13.0-1.debian.tar.gz
 32383a04544b79989e29bb30ccb784f3283675aa 969700 xneur_0.13.0-1_i386.deb
 cc8f67d07ecac1486d87a87fd306a587d7c66ca7 69428 libxneur_0.13.0-1_i386.deb
 dc254f1d2f665ea2f824b4cd77197a649575e176 84410 libxneur-dev_0.13.0-1_i386.deb
 4e32fa03ce6d72c88d6dfa2104d2cf838c54a9cf 170360 xneur-dbg_0.13.0-1_i386.deb
Checksums-Sha256: 
 d021c4923f706a7c4648c59f838c1a86469717fbbc629de225fa0aea557b49eb 1551 
xneur_0.13.0-1.dsc
 ed4120f87ccd1e48a979b8fabe75403419189bf1385b30cf414edd249db5e8a7 525 
xneur_0.13.0.orig.tar.bz2
 74a0294bc73e7e6a1858c63a464d4887ccbc8cf7252f6a15f4e9f8ef330be2f8 9415 
xneur_0.13.0-1.debian.tar.gz
 fb2901b377798d5485b1cab99907ab3795040176f9fc3a2dd76f3a7736340d53 969700 
xneur_0.13.0-1_i386.deb
 c011bdec70d6eda1845bfb93c3192b7a8c7866243176ca8103516fad1ebb2b98 69428 
libxneur_0.13.0-1_i386.deb
 93299baadbfa19fb15af9f91627e3ccc4f7190fd6fe2f5f4791d3a8c65f828bc 84410 
libxneur-dev_0.13.0-1_i386.deb
 7f7fa585fe0b1fd7600d12d5070c3040d2955172e0c56c5ab77f811c899811cb 170360 
xneur-dbg_0.13.0-1_i386.deb
Files: 
 ca5889c9a4fbeeb960f5411ece41922d 1551 x11 optional xneur_0.13.0-1.dsc
 f9e9228cd27672c951dd96d8cf8b8650 525 x11 optional xneur_0.13.0.orig.tar.bz2
 826efb7b9a4ceccad0a3ceec7ba42355 9415 x11 optional xneur_0.13.0-1.debian.tar.gz
 88487fb497be47f84db0c56ec7b3880c 969700 x11 optional xneur_0.13.0-1_i386.deb
 afe5ae05e6fe77452a99013a638291c7 69428 libs optional libxneur_0.13.0-1_i386.deb
 1ee6eb4afb6c71aa3d7fdac7fabb131a 84410 libdevel optional 
libxneur-dev_0.13.0-1_i386.deb
 d698390d62f00e2ab1d0da5ca12b00f4 170360 debug extra xneur-dbg_0.13.0-1_i386.deb

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

iQEcBAEBCAAGBQJOwV6+AAoJEMqH6egqrDPxD7oH/jN4FKZ/dXYHxQkyme2JD2Tg
zxMueNZPSzjaRs2PdQfkztC9oGox3RdlDkVcGDA5BHU+P8TMZDj6OZxi6Dr2hl2a
eVQeCJadLVuS8CSMgUIFWykXd8mWhxj/ElVn+IQ5JAQ42X2aOIpOxZx1NoZGih1R
4WG+5RIJG4EicBKqRfsbFM8qxDuLwKL1pdr12/FXzGx2KrYHrmAchtHuPTzu1Kl8
+sbX9Wu7MYR4qZ/zVqb+wAncnEcnIiU79SlLrCmvpNGZ5WomNn6Q1We+wEnxeMRq
bkjHv0pu0Auy/sLiuu2hcSDjX6O+t1FHuWdvLOYnjSnalbZrliAxzwuLVgtQjAg=
=klZx
-END PGP SIGNATURE-


Accepted:
libxneur-dev_0.13.0-1_i386.deb
  to main/x/xneur/libxneur-dev_0.13.0-1_i386.deb
libxneur_0.13.0-1_i386.deb
  to main/x/xneur/libxneur_0.13.0-1_i386.deb
xneur-dbg_0.13.0-1_i386.deb
  to main/x/xneur/xneur-dbg_0.13.0-1_i386.deb
xneur_0.13.0-1.debian.tar.gz
  to main/x/xneur/xneur_0.13.0-1.debian.tar.gz
xneur_0.13.0-1.dsc
  to main/x/xneur/xneur_0.13.0-1.dsc
xneur_0.13.0-1_i386.deb
  to main/x/xneur/xneur_0.13.0-1_i386.deb
xneur_0.13.0.orig.tar.bz2
  to main/x/xneur/xneur_0.13.0.orig.tar.bz2


-- 
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/e1rq1yu-0005vi...@franck.debian.org



Accepted hunspell-ru 0~111003-1 (source all)

2011-10-09 Thread Alexander GQ Gerasiov
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Wed, 05 Oct 2011 00:09:21 +0400
Source: hunspell-ru
Binary: hunspell-ru
Architecture: source all
Version: 0~111003-1
Distribution: unstable
Urgency: low
Maintainer: Dmitry Kurochkin dmitry.kuroch...@gmail.com
Changed-By: Alexander GQ Gerasiov g...@cs.msu.su
Description: 
 hunspell-ru - Russian dictionary for hunspell
Closes: 643913
Changes: 
 hunspell-ru (0~111003-1) unstable; urgency=low
 .
   * Initial release. Closes: #643913.
Checksums-Sha1: 
 46af7b218ec1d2251bfca950450c3cd915a3a7cd 1476 hunspell-ru_0~111003-1.dsc
 34af16112c7630865c5da68e12ee21382440c179 747554 
hunspell-ru_0~111003.orig.tar.gz
 4519aefef1f09644fd2b2a13d2840dddfa41602f 2772 
hunspell-ru_0~111003-1.debian.tar.gz
 2ddf823af70da4d09caf1de2f05bf2d12d7b3a25 751424 hunspell-ru_0~111003-1_all.deb
Checksums-Sha256: 
 8f89c15d01cd96c67cc361ad2dbb2ce5a3a7f55248d2215da9dcd773af7ed53a 1476 
hunspell-ru_0~111003-1.dsc
 306848f561349b2ff6dfed2527b8decd17954b15480576cc91096b1fe32d00a7 747554 
hunspell-ru_0~111003.orig.tar.gz
 a13c7d3ae9a536efeea0af75f92d622fe9e2c84e1e5231bff1787f1462f50648 2772 
hunspell-ru_0~111003-1.debian.tar.gz
 1c370a8c67d27733d44785a34d695be9349c7d6acabbf01c978c1f93c687fd29 751424 
hunspell-ru_0~111003-1_all.deb
Files: 
 9b56a811958664af2902ed7b5a5c5667 1476 text optional hunspell-ru_0~111003-1.dsc
 802caff0477c72289980c53579c01356 747554 text optional 
hunspell-ru_0~111003.orig.tar.gz
 9ef3af4cc477b5d9f5cb8bb07d8f913a 2772 text optional 
hunspell-ru_0~111003-1.debian.tar.gz
 1cf2621468e1ca101c10bf20d6d868d5 751424 text optional 
hunspell-ru_0~111003-1_all.deb

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

iQEcBAEBCAAGBQJOkVHIAAoJEMqH6egqrDPxCT0IAIqd9hu2lngYfcdHUKaaDqBb
cqOhDM5tH35rqM3R0CxOh+rypvvYC6X/3LJvcP85Q02gAjKCpXcJMlYPkhjaH7JM
ww+QGCKz+JEn10nFKPppMKqBo1eorhjIwfpMwA7UkpbTbqhVtK+QIwdIfkpWmjUx
nks0r8jwT+i+hhtgewO9eKAfS/2dqi3n3s8kFRIl8FcR5j7FJrSkIDfMXV5p7GWv
1P/pGlix7F4lqOrJbTWyneyhzHNGSo7Xu0rveJ08EjkSj1zkrgTjfaRENC9h9JNR
+i/oTtI1PQrfEQQWp0Rtcw1548V/G3K0yLPfgvjFYtJn5ThHW3BYcYsyoFbAKiQ=
=5FEm
-END PGP SIGNATURE-


Accepted:
hunspell-ru_0~111003-1.debian.tar.gz
  to main/h/hunspell-ru/hunspell-ru_0~111003-1.debian.tar.gz
hunspell-ru_0~111003-1.dsc
  to main/h/hunspell-ru/hunspell-ru_0~111003-1.dsc
hunspell-ru_0~111003-1_all.deb
  to main/h/hunspell-ru/hunspell-ru_0~111003-1_all.deb
hunspell-ru_0~111003.orig.tar.gz
  to main/h/hunspell-ru/hunspell-ru_0~111003.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/e1rcsjx-le...@franck.debian.org



Accepted gxneur 0.6.2-2 (source i386)

2007-10-15 Thread Alexander GQ Gerasiov
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Tue, 09 Oct 2007 03:02:47 +0400
Source: gxneur
Binary: gxneur
Architecture: source i386
Version: 0.6.2-2
Distribution: unstable
Urgency: low
Maintainer: Alexander GQ Gerasiov [EMAIL PROTECTED]
Changed-By: Alexander GQ Gerasiov [EMAIL PROTECTED]
Description: 
 gxneur - GTK frontend for xneur keyboard layout switcher
Closes: 406220 431004
Changes: 
 gxneur (0.6.2-2) unstable; urgency=low
 .
   * Upload to Debian (Closes: #406220, #431004).
   * 06_pixmapdir patch added: install pixmaps into /u/s/pixmaps/gxneur, to
 avoid conflict with kxneur.
   * Cleaned some crap from debian/ (some dh-make comments from rules and
 watch, removed debian/dirs, some typos fixed etc.)
   * 02_app_pixmap patch dropped. Instead manually install icon from
 debian/install.
   * Updated package description.
   * Updated gxneur.menu and gxneur.desktop.
Files: 
 e3608a65c101f2011832c0d96dc3a5a8 634 x11 optional gxneur_0.6.2-2.dsc
 af6bea8cb70b9a583291a9e7ee90e0a8 405814 x11 optional gxneur_0.6.2.orig.tar.gz
 002e45013200a333504cc041b5a908cc 5619 x11 optional gxneur_0.6.2-2.diff.gz
 63677fd3f9a07ac5e8a5c180116d51d9 43582 x11 optional gxneur_0.6.2-2_i386.deb

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

iD8DBQFHDSqjv3x5OskTLdsRAlmoAJwOouIsuaXhQTf+7WQGekhyU46GKACcCD5f
9S/MjWyT5+Bazb2UHrHMGEY=
=+mg5
-END PGP SIGNATURE-


Accepted:
gxneur_0.6.2-2.diff.gz
  to pool/main/g/gxneur/gxneur_0.6.2-2.diff.gz
gxneur_0.6.2-2.dsc
  to pool/main/g/gxneur/gxneur_0.6.2-2.dsc
gxneur_0.6.2-2_i386.deb
  to pool/main/g/gxneur/gxneur_0.6.2-2_i386.deb
gxneur_0.6.2.orig.tar.gz
  to pool/main/g/gxneur/gxneur_0.6.2.orig.tar.gz


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



Accepted kxneur 0.6.2-2 (source i386)

2007-10-15 Thread Alexander GQ Gerasiov
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Tue, 09 Oct 2007 19:16:16 +0400
Source: kxneur
Binary: kxneur
Architecture: source i386
Version: 0.6.2-2
Distribution: unstable
Urgency: low
Maintainer: Alexander GQ Gerasiov [EMAIL PROTECTED]
Changed-By: Alexander GQ Gerasiov [EMAIL PROTECTED]
Description: 
 kxneur - KDE frontend for xneur keyboard layout switcher
Closes: 445897
Changes: 
 kxneur (0.6.2-2) unstable; urgency=low
 .
   * Update description.
   * Cleaned some crap (written by dh_make, like this is example comments
 etc.) from debian/.
   * 02_app_pixmap patch dropped: install pixmaps with dh_install instead.
   * 06_pixmapsdir patch added: install icons into /u/s/pixmaps/kxneur
   * Conflics with gxneur removed.
   * 05_desktopfile patch added: install correct .desktop file into correct
 location.
   * menu file updated to new policy.
   * Using kxneur.xpm as application icon (added 07_app_icon).
   * Upload to Debian (Closes: #445897).
Files: 
 019abdb6a02bdc4b2d7fa2ebf07662ab 632 x11 optional kxneur_0.6.2-2.dsc
 052e871d0cf0929551ddca920e614edc 824519 x11 optional kxneur_0.6.2.orig.tar.gz
 9fecd9c64d41a2209364ba18381fc64f 5671 x11 optional kxneur_0.6.2-2.diff.gz
 f1a29db4a1340a2d6ebbaecb1e0883e0 85150 x11 optional kxneur_0.6.2-2_i386.deb

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

iD8DBQFHDSqnv3x5OskTLdsRAs2tAJ9u4lTnaDv1tEbjT6E02WDcDjXMtgCfUQ02
LIubPoTPa51Mb7lX+n5A4Ks=
=RfQc
-END PGP SIGNATURE-


Accepted:
kxneur_0.6.2-2.diff.gz
  to pool/main/k/kxneur/kxneur_0.6.2-2.diff.gz
kxneur_0.6.2-2.dsc
  to pool/main/k/kxneur/kxneur_0.6.2-2.dsc
kxneur_0.6.2-2_i386.deb
  to pool/main/k/kxneur/kxneur_0.6.2-2_i386.deb
kxneur_0.6.2.orig.tar.gz
  to pool/main/k/kxneur/kxneur_0.6.2.orig.tar.gz


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



Accepted hunspell-ru 0~20111201-1 (source all)

2011-12-05 Thread Alexander GQ Gerasiov
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Thu, 01 Dec 2011 19:44:41 +0400
Source: hunspell-ru
Binary: hunspell-ru
Architecture: source all
Version: 0~20111201-1
Distribution: unstable
Urgency: low
Maintainer: Dmitry Kurochkin dmitry.kuroch...@gmail.com
Changed-By: Alexander GQ Gerasiov g...@cs.msu.su
Description: 
 hunspell-ru - Russian dictionary for hunspell
Changes: 
 hunspell-ru (0~20111201-1) unstable; urgency=low
 .
   * New upstream release
Checksums-Sha1: 
 416ac4abaf2301559818da00ef92aef3f2b3471e 1491 hunspell-ru_0~20111201-1.dsc
 36ddcb306a60b9cb8d61af6be957c25db403dde8 763012 
hunspell-ru_0~20111201.orig.tar.gz
 82570cc2b5812bfaf32cb60f51046a742b9bab40 3187 
hunspell-ru_0~20111201-1.debian.tar.gz
 a7f772f6b559e81332ffa4dc37df175db9e365bb 767554 
hunspell-ru_0~20111201-1_all.deb
Checksums-Sha256: 
 6c44b228776e2f144f3f05a85f646c797e8d78547efa6db0d4273dedc0ae06b2 1491 
hunspell-ru_0~20111201-1.dsc
 8d5b7e284319868ecc6755aa3bf96cd79af98572a2cd83e7127cd951d4503e17 763012 
hunspell-ru_0~20111201.orig.tar.gz
 1ed8bd32f0b4c45deaf6833c35b5688f1649ffd324f500c8805f09a00525bc27 3187 
hunspell-ru_0~20111201-1.debian.tar.gz
 a563ac923f164e89d25ad037d8409300db2b4ae75934e4a8dcd8a898b289aa67 767554 
hunspell-ru_0~20111201-1_all.deb
Files: 
 8661f432e3349a3defa5ff843296a6c5 1491 text optional 
hunspell-ru_0~20111201-1.dsc
 ead9b36748591f21904d728f07297251 763012 text optional 
hunspell-ru_0~20111201.orig.tar.gz
 7cc92fda400798b47bd004d249c4e0e7 3187 text optional 
hunspell-ru_0~20111201-1.debian.tar.gz
 91b68fb72f0f4163bdcfe3530fd05999 767554 text optional 
hunspell-ru_0~20111201-1_all.deb

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

iQEcBAEBCAAGBQJO3UK6AAoJEMqH6egqrDPx0JAH/jFbpr6dpmyDxdwhhXXK9UTj
IcooLxMZiPe5YbAMrYgDpPzleENe+1HJu4xi/yI012JtWgI49y1uyRqjF8VOquqx
syQdbfefeASySa+F6w45uHyB7utDyc1EpP1hsZJtR/c9dJm32NHJldHoR6NPdAxO
ckrsRtwmrIhr1C5PeZ0MmhiRlljLyJ2HIgpozqnymVza0DG2i+0Domj3d1Y4S+zv
Ris2Fr3QepoTehfLY4QPpGhFcXRpdDhOrvSt9Zs7AFD6qBxvxPv6gE9yvnXkRu1f
d9rEHAjnSrS/RPYEVtZhQiA2hskLPh4S4WNye57fgT9TfOhrZusqo4WE1cYjudk=
=GUoV
-END PGP SIGNATURE-


Accepted:
hunspell-ru_0~20111201-1.debian.tar.gz
  to main/h/hunspell-ru/hunspell-ru_0~20111201-1.debian.tar.gz
hunspell-ru_0~20111201-1.dsc
  to main/h/hunspell-ru/hunspell-ru_0~20111201-1.dsc
hunspell-ru_0~20111201-1_all.deb
  to main/h/hunspell-ru/hunspell-ru_0~20111201-1_all.deb
hunspell-ru_0~20111201.orig.tar.gz
  to main/h/hunspell-ru/hunspell-ru_0~20111201.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/e1rxhoe-0005o1...@franck.debian.org



Accepted hunspell-ru 20120101-1 (source all)

2012-01-14 Thread Alexander GQ Gerasiov
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Thu, 12 Jan 2012 12:40:29 +0400
Source: hunspell-ru
Binary: hunspell-ru
Architecture: source all
Version: 20120101-1
Distribution: unstable
Urgency: low
Maintainer: Dmitry Kurochkin dmitry.kuroch...@gmail.com
Changed-By: Alexander GQ Gerasiov g...@cs.msu.su
Description: 
 hunspell-ru - Russian dictionary for hunspell
Changes: 
 hunspell-ru (20120101-1) unstable; urgency=low
 .
   * New upstream release
Checksums-Sha1: 
 921aa74ad6d2860df5e97e862d27ec1a45975d0a 1477 hunspell-ru_20120101-1.dsc
 e58b2304b186ce8f9b9722ba4390c25ae05d40cf 776626 
hunspell-ru_20120101.orig.tar.gz
 d00733c9b6d5f4290915526f6ac056604d7da634 3216 
hunspell-ru_20120101-1.debian.tar.gz
 2546d2d2c5e2e4ffeec8a10cc2850727c57bcc43 781322 hunspell-ru_20120101-1_all.deb
Checksums-Sha256: 
 a318ea5e7b747840da2cc310de6c81d6de39ec50cf6f8c0e14b7f4c63586d931 1477 
hunspell-ru_20120101-1.dsc
 253c822d346929718b9cac958240607fa0fe49a5f9d09c600b4c4d8c18d31863 776626 
hunspell-ru_20120101.orig.tar.gz
 51a338be9a6cc5eaebecd3cd29d405cf847ca63571f2b8127e29e6b9ff9649b9 3216 
hunspell-ru_20120101-1.debian.tar.gz
 067e056f06f386aff8ea8d1dc8056d4d4a45b4312647557c416dac4fd9317c20 781322 
hunspell-ru_20120101-1_all.deb
Files: 
 7a86f27c9e90a11e4a2e2dc985cf15e6 1477 text optional hunspell-ru_20120101-1.dsc
 63ad7e762bfcefd7bfd113f4f61dfc49 776626 text optional 
hunspell-ru_20120101.orig.tar.gz
 7dcc79eb737bb3dc7b0598e84b83c067 3216 text optional 
hunspell-ru_20120101-1.debian.tar.gz
 1c5a9e6d26f02e6c024c1834f753ea50 781322 text optional 
hunspell-ru_20120101-1_all.deb

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

iQEcBAEBCAAGBQJPEf27AAoJEMqH6egqrDPx+2YH/jYKZohS1qhWtFvu+mnxb3Pj
13xKa8EslN7WlPCr4yUE3QLB4VSWyG3ywZmgC0I4y2B2CeskpjvnKdR0nkjMc+D1
+buU6yo3iMO0Fo4rMxKJXkRdzgbeRAiHU1iZFAceNREcYth4Xny7FT3nnEoJt555
iCFA66JA5qxVxOGYhN7MTMjtUFNIMVY1sgCFpTDs9FkELUkz3Rt9oZTJBtc88+xX
+XikaHOvL+BG5hwzSFSDcJwIfa1iN6ZFVEVOVQFROEc6sqile3jz3ogDAZrEHdX6
Vl1fOUtG7CEBJHE1ABdyjgFy5KRlZ8kZSiOAVZGh7bdQ0Go1PYPq+WeKgjrvMp0=
=I5Jn
-END PGP SIGNATURE-


Accepted:
hunspell-ru_20120101-1.debian.tar.gz
  to main/h/hunspell-ru/hunspell-ru_20120101-1.debian.tar.gz
hunspell-ru_20120101-1.dsc
  to main/h/hunspell-ru/hunspell-ru_20120101-1.dsc
hunspell-ru_20120101-1_all.deb
  to main/h/hunspell-ru/hunspell-ru_20120101-1_all.deb
hunspell-ru_20120101.orig.tar.gz
  to main/h/hunspell-ru/hunspell-ru_20120101.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/e1rmbvl-0005x5...@franck.debian.org



Accepted minidlna 1.0.23+dfsg-1 (source i386)

2012-02-25 Thread Alexander GQ Gerasiov
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Fri, 17 Feb 2012 16:18:19 +0100
Source: minidlna
Binary: minidlna
Architecture: source i386
Version: 1.0.23+dfsg-1
Distribution: unstable
Urgency: low
Maintainer: Benoît Knecht benoit.kne...@fsfe.org
Changed-By: Alexander GQ Gerasiov g...@cs.msu.su
Description: 
 minidlna   - lightweight DLNA/UPnP-AV server targeted at embedded systems
Closes: 653221 659871
Changes: 
 minidlna (1.0.23+dfsg-1) unstable; urgency=low
 .
   * New upstream version (Closes: #659871)
 - Enable the subtitle menu on some Samsung TV's
 - Add subtitle support for Panasonic TV's
 - Add workarounds for LifeTab tablets' bad behavior
 - Speed up playlist parsing
 - Make metadata-based virtual containers case insensitive
 - Add folder art support (very few clients support this though)
 - Improve trimming of quotation marks
 - Fix SRT caption support with the latest Samsung Series D firmware
 - Fix subtitles on LG TV's for items whose titles don't have a dot in
   them
 - Add support for the av:mediaClass tag, so some Sony devices can filter
   items by media type
 - Fix inotify detection issues on first-level folders
 - Work around LifeTab's broken DLNA support
 - Add image rotation support during resize (mostly useful for TiVo)
   * Add copyright information for new upstream files
   * Remove versioned dependency on adduser and lsb-base, as both are satisfied
 even in oldstable
   * Remove dependency on (gawk | mawk) as awk is depended on by an essential
 package (thanks to Jakub Wilk)
   * Output messages to stderr in postrm (thanks to Jakub Wilk)
   * Improve the default configuration file with more detailed comments, that
 should help avoid confusion about some options (Closes: #653221)
Checksums-Sha1: 
 9a10b26eabe84b6fc7245f684ec85f1fd8a7a2fc 1669 minidlna_1.0.23+dfsg-1.dsc
 86a0e811d0c02be310fbe8344d0435b995f10080 180948 
minidlna_1.0.23+dfsg.orig.tar.gz
 66f610ca09c42fe69406c9daa0c09b1aa382bd37 27069 
minidlna_1.0.23+dfsg-1.debian.tar.gz
 f9604ca3ffa54dc45e3d3f0d4a307b4c2b59cf2b 144708 minidlna_1.0.23+dfsg-1_i386.deb
Checksums-Sha256: 
 345bfe17e31e6cf6823d1a54851ee6e1fbb63457d9af89480b546762ea0a2a52 1669 
minidlna_1.0.23+dfsg-1.dsc
 b9c04d55e2fd5d41f200e9611bfd04e26cfd1f167210845ffe1955ad7380e243 180948 
minidlna_1.0.23+dfsg.orig.tar.gz
 4d5e4944635eaed8bc8412fc2e007bf7d15bfbdfac58f559f4a8605b57e49920 27069 
minidlna_1.0.23+dfsg-1.debian.tar.gz
 3b13c5a2948e98724aedbd258fbe8c0abe009f9d35bce8eb2156c753d48424dd 144708 
minidlna_1.0.23+dfsg-1_i386.deb
Files: 
 fd2d0557f3a391d2f0fbe4cc2a162dc1 1669 net optional minidlna_1.0.23+dfsg-1.dsc
 4947ba3c3a8286b82ffa1949377fb568 180948 net optional 
minidlna_1.0.23+dfsg.orig.tar.gz
 687a30605e44ff90885b51998f47807c 27069 net optional 
minidlna_1.0.23+dfsg-1.debian.tar.gz
 8239d2f0e481e88ce80fa1ef23390c2f 144708 net optional 
minidlna_1.0.23+dfsg-1_i386.deb

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

iQEcBAEBCAAGBQJPSKhqAAoJEMqH6egqrDPxoUQIAIA9Pi4OzZXu8bwik0kyLOKX
fD8Gz0CCIr7DYEAuEKIBJJUf4TfdbARefa3NBEo8ugxfzR+PZJDGc2pzV0u6Kkuo
vTBADYx5EZpSnrCaGnkw5uASfE8ZiFpSUzgyGBwVoXkdG58Lx53Rn9sDwxn+r+/3
wVpPkQlCKmIy+G25oZIjA9cbqc38l3z/+233ub+aSVlZQjW+zWapGkl1dw1lWH2y
XSj3tmK3qrxP9Px8DBCEqg5El/7bDQ79Tlu5h/pJjq7iDcBaCq39d7NL/SkoZkvv
aKCKYlfAH9snbD+1ZTd+RcLRlXBzYZwHoFBG5hoP53IDVv3FvGrn+MWjer197ec=
=IJXU
-END PGP SIGNATURE-


Accepted:
minidlna_1.0.23+dfsg-1.debian.tar.gz
  to main/m/minidlna/minidlna_1.0.23+dfsg-1.debian.tar.gz
minidlna_1.0.23+dfsg-1.dsc
  to main/m/minidlna/minidlna_1.0.23+dfsg-1.dsc
minidlna_1.0.23+dfsg-1_i386.deb
  to main/m/minidlna/minidlna_1.0.23+dfsg-1_i386.deb
minidlna_1.0.23+dfsg.orig.tar.gz
  to main/m/minidlna/minidlna_1.0.23+dfsg.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/e1s1dzv-0003gc...@franck.debian.org



Accepted ldapscripts 2.0.1-1 (source all)

2012-01-15 Thread Alexander GQ Gerasiov
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Mon, 16 Jan 2012 02:21:44 +0400
Source: ldapscripts
Binary: ldapscripts
Architecture: source all
Version: 2.0.1-1
Distribution: unstable
Urgency: low
Maintainer: Alexander GQ Gerasiov g...@debian.org
Changed-By: Alexander GQ Gerasiov g...@cs.msu.su
Description: 
 ldapscripts - Add and remove user and groups (stored in a LDAP directory)
Closes: 620473
Changes: 
 ldapscripts (2.0.1-1) unstable; urgency=low
 .
   * Imported Upstream version 2.0.1
   * Updated debian/patches/05_mktemp.patch.
   * Removed debian/patches/07_fix_free_uid_search.patch (fixed upstream).
   * debian/control: Replace PERL wirh Perl (Closes: #620473).
   * debian/control: Standards-version updated, no changes needed.
Checksums-Sha1: 
 32c951394d2ebab10ba5aad3f03f52a592b84a46 1496 ldapscripts_2.0.1-1.dsc
 87068c5729acf00f8206ea5135c3181cbaa90033 35664 ldapscripts_2.0.1.orig.tar.gz
 a95f03297853354b9f381e6f278f9cf9519906b1 7943 ldapscripts_2.0.1-1.debian.tar.gz
 b5ecfa70bedb3e2b43b155ee5d32c181c1c6cb45 53444 ldapscripts_2.0.1-1_all.deb
Checksums-Sha256: 
 bbf3e82adb615bec50a110c8871911df21cd959b460135ff784689ada94228a3 1496 
ldapscripts_2.0.1-1.dsc
 c80727b840b172d916e18961de9033ef269a704e1446b3bea53faf9a86687d66 35664 
ldapscripts_2.0.1.orig.tar.gz
 ff72fd8728369972947697bbd6ca9fc88fb3cae0cf1c5deceda2862a427d8160 7943 
ldapscripts_2.0.1-1.debian.tar.gz
 a9d90f6aeb031f25df629391e105f861b532bd7da219a4b73e7e3b0a15e66e5f 53444 
ldapscripts_2.0.1-1_all.deb
Files: 
 179a8cfa05ae5a40de5093f9b045299c 1496 admin optional ldapscripts_2.0.1-1.dsc
 212a62b3e808faf8d347429ccd2cef09 35664 admin optional 
ldapscripts_2.0.1.orig.tar.gz
 5eb0186f7e5cc21a44dfaadc798f40dc 7943 admin optional 
ldapscripts_2.0.1-1.debian.tar.gz
 76d7d19728cc2ba8688a49f08282e5d9 53444 admin optional 
ldapscripts_2.0.1-1_all.deb

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

iQEcBAEBCAAGBQJPE1MMAAoJEMqH6egqrDPx4GUH/iNPvKL9U0ibVyOIbNBzMKcy
NRZL+0ED9TFh5EVOih+4PvctlLF8J56qkSlTfRh0PchzRf32YPbawXl816UuFJTi
mx5YLtJXeLRsulFQDDLNroKD+ShKZos7P5nfbzIl605kePp+CRiOdiNvFfnJ/eqo
ZwXMbqwHCKWIUouNgJlSUyhMquh+y457QcfbTy7VT2M/dMGMoRI/OrFs779jzSmr
AZcGKlddtoSr4WMlXGBMgfzC0euR9rO+IqZQ/Bf7Gix3Nl2103LPWZ6sRHyHEv5m
CFK1GLSIY1a4fVmuy6bN8QCkd1xYYfR/7FuG5yaENmOk4AJqxs8VZIhCjB6aS9I=
=5Kru
-END PGP SIGNATURE-


Accepted:
ldapscripts_2.0.1-1.debian.tar.gz
  to main/l/ldapscripts/ldapscripts_2.0.1-1.debian.tar.gz
ldapscripts_2.0.1-1.dsc
  to main/l/ldapscripts/ldapscripts_2.0.1-1.dsc
ldapscripts_2.0.1-1_all.deb
  to main/l/ldapscripts/ldapscripts_2.0.1-1_all.deb
ldapscripts_2.0.1.orig.tar.gz
  to main/l/ldapscripts/ldapscripts_2.0.1.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/e1rmydf-0003jq...@franck.debian.org



Accepted instead 1.6.0-1 (source i386 all)

2012-01-17 Thread Alexander GQ Gerasiov
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sun, 15 Jan 2012 17:02:02 +0200
Source: instead
Binary: instead instead-data
Architecture: source i386 all
Version: 1.6.0-1
Distribution: unstable
Urgency: low
Maintainer: Sam Protsenko joe.s...@gmail.com
Changed-By: Alexander GQ Gerasiov g...@cs.msu.su
Description: 
 instead- simple text adventures/visual novels engine
 instead-data - data files for INSTEAD
Closes: 641307
Changes: 
 instead (1.6.0-1) unstable; urgency=low
 .
   * Initial release (Closes: #641307)
Checksums-Sha1: 
 f6f56e0e5cf26709f72c9a2966fe79bcc103d1fc 1537 instead_1.6.0-1.dsc
 034f6ebb4ede9e341703cac95865db69f62899e1 3879037 instead_1.6.0.orig.tar.gz
 34fbf747de9b5141abcf06d376df7014f8fc6247 11696 instead_1.6.0-1.debian.tar.gz
 a9f90f26c47adf728eaf7a4e715e54a6b80f344d 695630 instead_1.6.0-1_i386.deb
 07d32060b8d20dbb06a7aa3d7cf157ae4e56944a 2878822 instead-data_1.6.0-1_all.deb
Checksums-Sha256: 
 28f4be373575c87f57eb8fd60ab3169410232c3592f542dfb94eee94eaf8b883 1537 
instead_1.6.0-1.dsc
 75333e6f2ba878addbc719f8f9babf10346019bafbd7b6b3cefc7c713b000234 3879037 
instead_1.6.0.orig.tar.gz
 e90fefb94c4d12f68588712d576c4c5ffb5595af527750335a8d1e14573d5e0a 11696 
instead_1.6.0-1.debian.tar.gz
 441f6bc1971ca7b130e4d954b964b51cf3fc2d9fae52ef487284d064a9a23058 695630 
instead_1.6.0-1_i386.deb
 6ff13c6545c54af66906382bc810549a0cd22f89d262d37b467109aa9a8ffe2b 2878822 
instead-data_1.6.0-1_all.deb
Files: 
 2a2b8222a646d067dd3264fa953b8957 1537 games optional instead_1.6.0-1.dsc
 310f455c4e63a3e29e9a17b53db1cb5c 3879037 games optional 
instead_1.6.0.orig.tar.gz
 4b55359394625f94e88580614d5772f4 11696 games optional 
instead_1.6.0-1.debian.tar.gz
 c1ae8a63dcac6b54360f3fa2ca5acc96 695630 games optional instead_1.6.0-1_i386.deb
 67b94ec0b73e247689fc8a3d0ac775f2 2878822 games optional 
instead-data_1.6.0-1_all.deb

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

iQEcBAEBCAAGBQJPFKcpAAoJEMqH6egqrDPxE4wH/RHJejHTXaURrpcDkrvXpXIq
7OeIlGHPD8Dzm9x4qtF6PMDRamEmkXvYJnKsGpcJN9EKxHKcg7kd6K/Hm+BHqGg8
PthaGCqKFhD8fV3SGENU7/MmCLHttQq58cvpncX7qwQuQNZXO/Zuh+dCpeyL8eZU
zFh23SM0b+T7STWaIrbQTi88bvBVXk7P6LGWGKXicfzlWR8A+fsIWvbQSYjdnD7A
iXIwI/FLnGlwGrHSzMnI1pv8oSn7O67rNq/BPQ3xXgGG+Um/j72ktJg+qTiuaRQl
zLkDtOmkWdlnfRSsR1c3SOAfMeZtwXpmoZV6x6nJIeGIdS9FZOjr2g1CeuCKoDM=
=pc9m
-END PGP SIGNATURE-


Accepted:
instead-data_1.6.0-1_all.deb
  to main/i/instead/instead-data_1.6.0-1_all.deb
instead_1.6.0-1.debian.tar.gz
  to main/i/instead/instead_1.6.0-1.debian.tar.gz
instead_1.6.0-1.dsc
  to main/i/instead/instead_1.6.0-1.dsc
instead_1.6.0-1_i386.deb
  to main/i/instead/instead_1.6.0-1_i386.deb
instead_1.6.0.orig.tar.gz
  to main/i/instead/instead_1.6.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/e1rnh6z-0002aq...@franck.debian.org



Accepted hunspell-ru 20120201-1 (source all)

2012-02-12 Thread Alexander GQ Gerasiov
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Thu, 02 Feb 2012 06:00:59 +0400
Source: hunspell-ru
Binary: hunspell-ru
Architecture: source all
Version: 20120201-1
Distribution: unstable
Urgency: low
Maintainer: Dmitry Kurochkin dmitry.kuroch...@gmail.com
Changed-By: Alexander GQ Gerasiov g...@cs.msu.su
Description: 
 hunspell-ru - Russian dictionary for hunspell
Changes: 
 hunspell-ru (20120201-1) unstable; urgency=low
 .
   * New upstream release
 .
   * Changed upstream license to LGPL-3
Checksums-Sha1: 
 3238460bcb9146a1e960759c9fe87c44210f556e 1477 hunspell-ru_20120201-1.dsc
 2fa0ba9c53d9a40acb946b20490621e23cee0dd7 775921 
hunspell-ru_20120201.orig.tar.gz
 544d6f90d5c2ca1917db52cae7c85b4ad8044524 3297 
hunspell-ru_20120201-1.debian.tar.gz
 44983382cc3369a9610faa66b402273ccf3c5139 780708 hunspell-ru_20120201-1_all.deb
Checksums-Sha256: 
 94a8d8af987a4c5e55567c1f324be6e48ca321919a43123b8bbc45a1f1ffa062 1477 
hunspell-ru_20120201-1.dsc
 77b5b48f896f30cdceed3b428a743a3e44efab1d0a830c673e98851829e65ae5 775921 
hunspell-ru_20120201.orig.tar.gz
 502464d9a00bfff83a1f1b95ebe7785256c3f6eaa99c2fc6f5e40824964cae7b 3297 
hunspell-ru_20120201-1.debian.tar.gz
 9425fd09dbcaaa5ece02752f3b917d7fd74088b4f12628ebac024b00d3a1d3ce 780708 
hunspell-ru_20120201-1_all.deb
Files: 
 47596ae5d8d30d3d70b9c88e7259ea43 1477 text optional hunspell-ru_20120201-1.dsc
 6575ba36ae1b69d501f814d8772ad5a2 775921 text optional 
hunspell-ru_20120201.orig.tar.gz
 5010c8a86eebf9ddb2f5d25c43fbe46c 3297 text optional 
hunspell-ru_20120201-1.debian.tar.gz
 cf246de27c0cb134c53435683771e881 780708 text optional 
hunspell-ru_20120201-1_all.deb

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

iQEcBAEBCAAGBQJPOD5rAAoJEMqH6egqrDPxx+8H/1ZhzLJH1nbDqHCPJAUMplqS
HyBk4iRLzdWbVHCNizPXAAGhjqwRiL4lAENbCJaJavBDKflNBsPCv/RBIAFT70Nf
cfKOXxFrXDUBLgzaaKDl7/RdNjk+jBNouHlEKoRrXJczygYv/zwGJqFPre6wc6x1
GGBt3z5wg6e2egMd7An98IaTGMnW3TTtxbJg1ImLq0DV/X9AR3JDtFkI2iEQB99R
4CQ1MJ3bl/7WdQ4Fz1ofS0E3UFtSJVJOqJQEULbkogCh9T/E2bslL0g799G2EELm
SXm5wNMBTKD5uoRdS52Xfa7BO4ZdTRLFQCsDgAdwPBL4Q7BIHtkH55IZY4bbiQ4=
=DEFD
-END PGP SIGNATURE-


Accepted:
hunspell-ru_20120201-1.debian.tar.gz
  to main/h/hunspell-ru/hunspell-ru_20120201-1.debian.tar.gz
hunspell-ru_20120201-1.dsc
  to main/h/hunspell-ru/hunspell-ru_20120201-1.dsc
hunspell-ru_20120201-1_all.deb
  to main/h/hunspell-ru/hunspell-ru_20120201-1_all.deb
hunspell-ru_20120201.orig.tar.gz
  to main/h/hunspell-ru/hunspell-ru_20120201.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/e1rwida-00044p...@franck.debian.org



Accepted rovclock 0.6e-4 (source i386)

2006-07-10 Thread Alexander GQ Gerasiov
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Thu,  6 Jul 2006 17:24:27 +0400
Source: rovclock
Binary: rovclock
Architecture: source i386
Version: 0.6e-4
Distribution: unstable
Urgency: low
Maintainer: Alexander GQ Gerasiov [EMAIL PROTECTED]
Changed-By: Alexander GQ Gerasiov [EMAIL PROTECTED]
Description: 
 rovclock   - utility to control frequency rates of your Radeon card
Closes: 368608
Changes: 
 rovclock (0.6e-4) unstable; urgency=low
 .
   * debian/control:  added hurd-i386 kfreebsd-i386 kfreebsd-amd64 to arch as
 asked in #368608. Also added alpha, arm and ia64 (don't know will this
 package be used on that arch, but at least this's possible). Closes: 
#368608
   * debian/watch added.
   * Standards-Version updated to 3.7.2
   * Manpage's typos fixed.
Files: 
 7629539608be6ac5e1c8e05e8b2bc87f 625 utils optional rovclock_0.6e-4.dsc
 fd7d524875f79e44bcbcfec48af403f8 3122 utils optional rovclock_0.6e-4.diff.gz
 0c90dc61d4542138cf77f4f2a73a4633 8854 utils optional rovclock_0.6e-4_i386.deb

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

iD8DBQFEsjLLv3x5OskTLdsRAt+JAJ91hL+M2HQ1lhzmyk81Y/ZxUWCwVgCbBSwV
A5lH8hHTSUxDARFjsw0LC1Q=
=fPkL
-END PGP SIGNATURE-


Accepted:
rovclock_0.6e-4.diff.gz
  to pool/main/r/rovclock/rovclock_0.6e-4.diff.gz
rovclock_0.6e-4.dsc
  to pool/main/r/rovclock/rovclock_0.6e-4.dsc
rovclock_0.6e-4_i386.deb
  to pool/main/r/rovclock/rovclock_0.6e-4_i386.deb


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



Accepted rovclock 0.6e-5 (source i386)

2007-05-08 Thread Alexander GQ Gerasiov
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Tue,  8 May 2007 01:21:27 +0400
Source: rovclock
Binary: rovclock
Architecture: source i386
Version: 0.6e-5
Distribution: unstable
Urgency: low
Maintainer: Alexander GQ Gerasiov [EMAIL PROTECTED]
Changed-By: Alexander GQ Gerasiov [EMAIL PROTECTED]
Description: 
 rovclock   - utility to control frequency rates of your Radeon card
Closes: 408791
Changes: 
 rovclock (0.6e-5) unstable; urgency=low
 .
   * debian/control: added amel armeb to arch line. Closes: #408791
Files: 
 f1c564158f422d5e0fc1c5680f8f8a21 637 utils optional rovclock_0.6e-5.dsc
 3331470aeecfbed86165c0b0ac53 3174 utils optional rovclock_0.6e-5.diff.gz
 72b10c0f6b81009a74eccadee32b17fb 8830 utils optional rovclock_0.6e-5_i386.deb

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

iD8DBQFGQL1Xv3x5OskTLdsRAhZ2AJ9fgi+GuWsKV+1IlUOIpTapWRC92wCfYCSA
A768XqG0hTcWuk/kGdknCLs=
=KXLc
-END PGP SIGNATURE-


Accepted:
rovclock_0.6e-5.diff.gz
  to pool/main/r/rovclock/rovclock_0.6e-5.diff.gz
rovclock_0.6e-5.dsc
  to pool/main/r/rovclock/rovclock_0.6e-5.dsc
rovclock_0.6e-5_i386.deb
  to pool/main/r/rovclock/rovclock_0.6e-5_i386.deb


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



Accepted xneur 0.6.0-2 (source i386)

2007-05-14 Thread Alexander GQ Gerasiov
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Wed,  9 May 2007 11:22:22 +0400
Source: xneur
Binary: xneur libxnconfig5 libxnconfig-dev
Architecture: source i386
Version: 0.6.0-2
Distribution: unstable
Urgency: low
Maintainer: Alexander GQ Gerasiov [EMAIL PROTECTED]
Changed-By: Alexander GQ Gerasiov [EMAIL PROTECTED]
Description: 
 libxnconfig-dev - Development files for xneur config file abstraction library
 libxnconfig5 - xneur config file abstraction library
 xneur  - in-place conversion of text typed in with a wrong keyboard layout
Changes: 
 xneur (0.6.0-2) unstable; urgency=low
 .
   * Patch 07_keysym_include to fix build in Dapper and Sarge.
   * Some fixes in debian/rules.
   * Upload to Debian (Closes #406218).
 .
 xneur (0.6.0-1) unstable; urgency=low
 .
   * New upstream release
   * watch file fixed
   * Patches dropped:
 + 05_config_dir_permissions - fixed upstream
   * Description updated.
   * libxnconfig version updated to 5
 .
 xneur (0.5.0-1) unstable; urgency=low
 .
   * New upstream release
 + Regexps as dictionary entries
 + Belarusian language supported
 + Localised interface (Russian, English, Ukranian, Belarusian)
 + Per-window keyboard layout (as in GnomeWM)
 + New operations:
   # Cyrillic transliteration
   # Case switching
   * Patches dropped:
 + 02_install_header, 90_xneur_script: fixed upstream
   * Patches added:
 + 04_libxnconfig_libtool_call - Tell libtool to use pcre library when
   building libxnconfig.a
 + 05_config_dir_permissions - fix permissions of config dirs created in
   users's home
   * New build-depend: libpcre3-dev
   * watch file fixed.
   * Typos in description fixed (thanks to Dmitri Gabinski)
   * Menu item removed.
 .
 xneur (0.4.0-3) unstable; urgency=low
 .
   * Bashism fixed in 90_xneur_script.dpatch.
 .
 xneur (0.4.0-2) unstable; urgency=low
 .
   * Fixed some minor issues in package.
 .
 xneur (0.4.0-1) unstable; urgency=low
 .
   * New upstream release
 + Ukrainian added to supported languages.
 + Beryl, Compiz, Ion and some other strange WM's now works (See DummyApp
   option in xneurrc).
 + Some other enhancements.
   * Patches dropped:
 + 01_no_chmod_on_etc: superseded by 01_config_installation
 + 05_config_in_home: fixed upstream
   * Patches added:
 + 01_config_installation: disable installation of xneurrc-ua and breaking
   of user's .xneurrc
 + 03_xneurrc: fix some other default options and descriptions
 .
 xneur (0.3-4) unstable; urgency=low
 .
   * Package description updated.
 .
 xneur (0.3-3) unstable; urgency=low
 .
   * Fixed broken script /u/b/xneur. What happends with it?
 .
 xneur (0.3-2) unstable; urgency=low
 .
   * Binary packages was broken (libxnconfig.so was missed). Fixed.
 .
 xneur (0.3-1) unstable; urgency=low
 .
   * New upstream release
   * New binary packages libxnconfig*
   * Patches against upstream:
 + 01_no_chmod_on_etc: Turn off chmoding for files in etc on make install.
 + 02_install_header: Install libxnconfig/config_main.h
 + 03_xneurrc: Change default LogLevel to Error.
 + 05_config_in_home: Using $HOME/.xneur instead of /etc/xneur
 + 90_xneur_script: xneur script. See README.Debian for details.
 .
 xneur (0.2.0-1) unstable; urgency=low
 .
   * Initial release
Files: 
 2f9813cab203c4debd03e105e92e3aad 644 x11 optional xneur_0.6.0-2.dsc
 074b9816eef7fe177e38097fbbd78a68 621150 x11 optional xneur_0.6.0.orig.tar.gz
 b9441e806e2f78cc2ee5e5fe89ac78b1 5674 x11 optional xneur_0.6.0-2.diff.gz
 f022153100dd83ce65eff9e75450175b 247532 x11 optional xneur_0.6.0-2_i386.deb
 7dcca0ae9e2444b802af7b6dcaf63ba0 14344 libs optional 
libxnconfig5_0.6.0-2_i386.deb
 b374b8d085c7df33e1ce377c35913ba4 13412 libdevel optional 
libxnconfig-dev_0.6.0-2_i386.deb

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

iD8DBQFGR1Whv3x5OskTLdsRAii1AKDRc6nuuzTzNZd8DYGIW0Ee5lFIrACfeA+M
WTGB6F/DGl3cBFQzryMT7Zg=
=U4hu
-END PGP SIGNATURE-


Accepted:
libxnconfig-dev_0.6.0-2_i386.deb
  to pool/main/x/xneur/libxnconfig-dev_0.6.0-2_i386.deb
libxnconfig5_0.6.0-2_i386.deb
  to pool/main/x/xneur/libxnconfig5_0.6.0-2_i386.deb
xneur_0.6.0-2.diff.gz
  to pool/main/x/xneur/xneur_0.6.0-2.diff.gz
xneur_0.6.0-2.dsc
  to pool/main/x/xneur/xneur_0.6.0-2.dsc
xneur_0.6.0-2_i386.deb
  to pool/main/x/xneur/xneur_0.6.0-2_i386.deb
xneur_0.6.0.orig.tar.gz
  to pool/main/x/xneur/xneur_0.6.0.orig.tar.gz


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



Accepted xneur 0.6.2-1 (source i386)

2007-09-14 Thread Alexander GQ Gerasiov
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Wed, 18 Jul 2007 14:05:39 +0400
Source: xneur
Binary: xneur libxnconfig7 libxnconfig-dev
Architecture: source i386
Version: 0.6.2-1
Distribution: unstable
Urgency: low
Maintainer: Alexander GQ Gerasiov [EMAIL PROTECTED]
Changed-By: Alexander GQ Gerasiov [EMAIL PROTECTED]
Description: 
 libxnconfig-dev - Development files for xneur config file abstraction library
 libxnconfig7 - xneur config file abstraction library
 xneur  - in-place conversion of text typed in with a wrong keyboard layout
Changes: 
 xneur (0.6.2-1) unstable; urgency=low
 .
   * New upstream release
   * Right fix for debian-rules-ignores-make-clean-error. Now it should be ok.
   * Updated patches: 05_libdir, 03_xneurrc, 10_shmem_incorrect_usage.
   * Added 02_libxnconfig_version.dpatch - set libxnconfig version to 7.0.0.
   * Changed libxnconfig6 package name to libxnconfig7.
   * Updated dependences in debian/control, added kxneur into recommended.
 .
 xneur (0.6.1-3) unstable; urgency=low
 .
   * debian/rules: debian.changelog was missed, fixed.
   * debian/control: libxnconfig6-dev depends on libpcre-dev.
   * debian/rules: lintian warning debian-rules-ignores-make-clean-error fixed.
   * debian/control: lintian warning substvar-source-version-is-deprecated.
 .
 xneur (0.6.1-2) unstable; urgency=low
 .
   * 10_shmem_incorrect_usage.dpatch added: correct usage of shmem. Should
 allow correct run of XNeur+frontend in multiuser environment.
   * Added some forgotten changelog entries for 0.6.1-1.
 .
 xneur (0.6.1-1) unstable; urgency=low
 .
   * New upstream release:
 + libxnconfig changes;
 + pkg-config dependence;
 + some bugfixes.
   * libxnconfig version updated to 6.0.0, binary was renamed into
 libxnconfig6.
   * 07_keysym_include.dpatch dropped: fixed upstream.
   * watch file fixed.
   * 05_libdir.dpatch added: install library into /usr/lib, not /usr/lib/xneur.
   * 04_libxnconfig_libtool_call.dpatch dropped: fixed upstream.
   * 06_default_locale.dpatch added: do not switch locale to ru_RU.UTF-8 on
 start.
   * Don't install upstream ChangeLog, because it's not uptodate.
   * NEWS.Debian removed from xneur.
Files: 
 ba870b1f1c3259f438c477293645a791 656 x11 optional xneur_0.6.2-1.dsc
 fd332ca4dd3c31f54306f112507c5500 629959 x11 optional xneur_0.6.2.orig.tar.gz
 5cce0e8875ac72e0285ceb4faafffaad 6486 x11 optional xneur_0.6.2-1.diff.gz
 902a32b6ec87dd5d400b9e9b94dbb845 247670 x11 optional xneur_0.6.2-1_i386.deb
 7c23aabdab2faf9fdcc46435e95e7f7b 15076 libs optional 
libxnconfig7_0.6.2-1_i386.deb
 766c073688c9cccaff425442418a757e 14538 libdevel optional 
libxnconfig-dev_0.6.2-1_i386.deb

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

iD8DBQFG6EXDv3x5OskTLdsRArJNAKCCCqeBVovhNa9Eg6Zwf6F6YlS5bgCaAk6h
Zftz3JHqFie7dEYtdyLMCAo=
=zhbb
-END PGP SIGNATURE-


Accepted:
libxnconfig-dev_0.6.2-1_i386.deb
  to pool/main/x/xneur/libxnconfig-dev_0.6.2-1_i386.deb
libxnconfig7_0.6.2-1_i386.deb
  to pool/main/x/xneur/libxnconfig7_0.6.2-1_i386.deb
xneur_0.6.2-1.diff.gz
  to pool/main/x/xneur/xneur_0.6.2-1.diff.gz
xneur_0.6.2-1.dsc
  to pool/main/x/xneur/xneur_0.6.2-1.dsc
xneur_0.6.2-1_i386.deb
  to pool/main/x/xneur/xneur_0.6.2-1_i386.deb
xneur_0.6.2.orig.tar.gz
  to pool/main/x/xneur/xneur_0.6.2.orig.tar.gz


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



Accepted rovclock 0.6e-3 (source i386)

2006-05-23 Thread Alexander GQ Gerasiov
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Thu, 18 May 2006 17:05:15 +0400
Source: rovclock
Binary: rovclock
Architecture: source i386
Version: 0.6e-3
Distribution: unstable
Urgency: low
Maintainer: Alexander GQ Gerasiov [EMAIL PROTECTED]
Changed-By: Alexander GQ Gerasiov [EMAIL PROTECTED]
Description: 
 rovclock   - utility to control frequency rates of your Radeon card
Closes: 366934
Changes: 
 rovclock (0.6e-3) unstable; urgency=low
 .
   * debian/control: set Architecture from all to i386, amd64.  Closes: #366934
Files: 
 998b948a2266c3811c1fa7f7df21d682 571 utils optional rovclock_0.6e-3.dsc
 4f4bc033685577afdd13c2ecc1008f39 2918 utils optional rovclock_0.6e-3.diff.gz
 f53d50427d356e0c74db0a1420ce51fc 8664 utils optional rovclock_0.6e-3_i386.deb

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

iD8DBQFEcu66v3x5OskTLdsRAlgAAJ0Y6gGYkT7h27o2X7rG6IOjPw68SgCgiZUJ
v2XoRyE4OK6ffBcJDgDBuBQ=
=n/uk
-END PGP SIGNATURE-


Accepted:
rovclock_0.6e-3.diff.gz
  to pool/main/r/rovclock/rovclock_0.6e-3.diff.gz
rovclock_0.6e-3.dsc
  to pool/main/r/rovclock/rovclock_0.6e-3.dsc
rovclock_0.6e-3_i386.deb
  to pool/main/r/rovclock/rovclock_0.6e-3_i386.deb


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



Accepted rovclock 0.6e-2 (source i386)

2006-04-24 Thread Alexander GQ Gerasiov
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Wed, 29 Mar 2006 01:09:45 +0400
Source: rovclock
Binary: rovclock
Architecture: source i386
Version: 0.6e-2
Distribution: unstable
Urgency: low
Maintainer: Alexander GQ Gerasiov [EMAIL PROTECTED]
Changed-By: Alexander GQ Gerasiov [EMAIL PROTECTED]
Description: 
 rovclock   - utility to control frequency rates of your Radeon card
Changes: 
 rovclock (0.6e-2) unstable; urgency=low
 .
   * Fix lintian warnings:
Updated manpage
Updated Policy-Version and description in control
Updated fsf address in copyright
Removed watch.ex
 .
 rovclock (0.6e-1) unstable; urgency=low
 .
   * Initial Release.
Files: 
 535bd0cd6935f19ecfca4fae0fccef74 566 utils optional rovclock_0.6e-2.dsc
 52d1708b8d5a640ddd83afec2117e7b4 32788 utils optional rovclock_0.6e.orig.tar.gz
 e551631e79aa09edaddeaeb3c95b9998 2845 utils optional rovclock_0.6e-2.diff.gz
 765dc98af3395d312f2d4e0177bdac31 8608 utils optional rovclock_0.6e-2_i386.deb

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

iD8DBQFEOihNv3x5OskTLdsRAt/GAKCTgJ80k2cGeSdfhwpiLVyOB4TUmwCgjHif
8fNXFXaB+0pAryoDSyOKolM=
=q6hL
-END PGP SIGNATURE-


Accepted:
rovclock_0.6e-2.diff.gz
  to pool/main/r/rovclock/rovclock_0.6e-2.diff.gz
rovclock_0.6e-2.dsc
  to pool/main/r/rovclock/rovclock_0.6e-2.dsc
rovclock_0.6e-2_i386.deb
  to pool/main/r/rovclock/rovclock_0.6e-2_i386.deb
rovclock_0.6e.orig.tar.gz
  to pool/main/r/rovclock/rovclock_0.6e.orig.tar.gz


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



Accepted mdf2iso 0.3.0-1 (source i386)

2007-04-21 Thread Alexander GQ Gerasiov
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Thu, 11 Jan 2007 10:14:39 +0300
Source: mdf2iso
Binary: mdf2iso
Architecture: source i386
Version: 0.3.0-1
Distribution: unstable
Urgency: low
Maintainer: Alexander GQ Gerasiov [EMAIL PROTECTED]
Changed-By: Alexander GQ Gerasiov [EMAIL PROTECTED]
Description: 
 mdf2iso- A simple utility to convert mdf to iso / cue / toc images
Closes: 310876
Changes: 
 mdf2iso (0.3.0-1) unstable; urgency=low
 .
   * Repackaged for Debian (Closes: #310876):
 + Changed control file (Maintainer, Section)
Files: 
 7c40b02e16aff0dec2cd32057588a937 570 otherosfs optional mdf2iso_0.3.0-1.dsc
 db0b95e6ca68bf565cdc8d075922635e 191783 otherosfs optional 
mdf2iso_0.3.0.orig.tar.gz
 66c1ffe29447fdcaa8dcacab11317195 6688 otherosfs optional 
mdf2iso_0.3.0-1.diff.gz
 5ad2abde9bb59b240cc28ee2d812bf71 7392 otherosfs optional 
mdf2iso_0.3.0-1_i386.deb

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

iD8DBQFGA/pIv3x5OskTLdsRAgCHAJwP/sGftENT7XPrV+h3YnENSQ+M+QCbBTfE
pX9JGDtOnwjsiICghKZao0E=
=2g/o
-END PGP SIGNATURE-


Accepted:
mdf2iso_0.3.0-1.diff.gz
  to pool/main/m/mdf2iso/mdf2iso_0.3.0-1.diff.gz
mdf2iso_0.3.0-1.dsc
  to pool/main/m/mdf2iso/mdf2iso_0.3.0-1.dsc
mdf2iso_0.3.0-1_i386.deb
  to pool/main/m/mdf2iso/mdf2iso_0.3.0-1_i386.deb
mdf2iso_0.3.0.orig.tar.gz
  to pool/main/m/mdf2iso/mdf2iso_0.3.0.orig.tar.gz


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



Accepted kxneur 0.9.1-1 (source i386)

2008-07-30 Thread Alexander GQ Gerasiov
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 30 Jul 2008 01:58:14 +0400
Source: kxneur
Binary: kxneur
Architecture: source i386
Version: 0.9.1-1
Distribution: unstable
Urgency: low
Maintainer: Alexander GQ Gerasiov [EMAIL PROTECTED]
Changed-By: Alexander GQ Gerasiov [EMAIL PROTECTED]
Description: 
 kxneur - KDE frontend for xneur keyboard layout switcher
Closes: 492923
Changes: 
 kxneur (0.9.1-1) unstable; urgency=low
 .
   * New Upstream Version (Closes: #492923).
   * Bump Standards-Version to 3.8.0 (no changes needed).
   * debian/copyright: fix long line, update dates in copyrights.
   * Update patches: 01_fix_gcc43_ftbfs, 06_us_lang, 08_fix_crash deleted
 (fixed upstream), 05_desktopfile updated.
   * debian/control: create/delete kxneur.1 in debian subfolder, to not
 touch upstream one.
   * Increase xneur version in depends/build-depends.
Checksums-Sha1: 
 6ef396d612b953ac74d7cf34fe2d13713461444d 1134 kxneur_0.9.1-1.dsc
 895ff1afd2aae74e755bbef682f25c21c8aef14f 593630 kxneur_0.9.1.orig.tar.gz
 2ff65d1bbf4177b465144497247eece7159974a9 8223 kxneur_0.9.1-1.diff.gz
 e303144ca5c4e2371b0740f50aeee65d85303ea7 94862 kxneur_0.9.1-1_i386.deb
Checksums-Sha256: 
 5a19337d67066db82ac705981724fa99297e2a1f03d78c88f5c9f1ce11ffd8e4 1134 
kxneur_0.9.1-1.dsc
 946c9c66447b5cd07942c08fad3b4b33614c209c8b49fb61ba5345e7034af80f 593630 
kxneur_0.9.1.orig.tar.gz
 a0bf994c8f2d3b7c6f2fa4bd69fcda21f60d359aac7c394584c7e9d5592b682d 8223 
kxneur_0.9.1-1.diff.gz
 ed378f067e97cbd1b549fd601f5edc4b403c353d2dfd341290b3e35668eaaa48 94862 
kxneur_0.9.1-1_i386.deb
Files: 
 db4de149e23abcf686676bc6c2d4eea4 1134 x11 optional kxneur_0.9.1-1.dsc
 73e714134b3611824c365e18831c9246 593630 x11 optional kxneur_0.9.1.orig.tar.gz
 873a8c1cc7300d5234e5b46341d9d59e 8223 x11 optional kxneur_0.9.1-1.diff.gz
 29d0671aacaae5748f01e2c6069385da 94862 x11 optional kxneur_0.9.1-1_i386.deb

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

iD8DBQFIkFoYq4wAz/jiZTcRAjrtAJ9ewA2vPKGgvStGYPkwZXKC8isuzACeMfOp
ydtqdUolV28S2ywJpKLaCAA=
=6VAZ
-END PGP SIGNATURE-


Accepted:
kxneur_0.9.1-1.diff.gz
  to pool/main/k/kxneur/kxneur_0.9.1-1.diff.gz
kxneur_0.9.1-1.dsc
  to pool/main/k/kxneur/kxneur_0.9.1-1.dsc
kxneur_0.9.1-1_i386.deb
  to pool/main/k/kxneur/kxneur_0.9.1-1_i386.deb
kxneur_0.9.1.orig.tar.gz
  to pool/main/k/kxneur/kxneur_0.9.1.orig.tar.gz


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



Accepted gxneur 0.9.1-1 (source i386)

2008-07-24 Thread Alexander GQ Gerasiov
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Thu, 24 Jul 2008 00:08:34 +0400
Source: gxneur
Binary: gxneur
Architecture: source i386
Version: 0.9.1-1
Distribution: unstable
Urgency: low
Maintainer: Alexander GQ Gerasiov [EMAIL PROTECTED]
Changed-By: Alexander GQ Gerasiov [EMAIL PROTECTED]
Description: 
 gxneur - GTK+ frontend for xneur keyboard layout switcher
Changes: 
 gxneur (0.9.1-1) unstable; urgency=low
 .
   * Update 05_correct_error_message.dpatch.
   * Bump Standards-Version to 3.8.0 (no changes needed).
   * Update xneur's version in (built-)depends.
   * Imported Upstream version 0.9.1
Checksums-Sha1: 
 049c1ef361e0b9a3a70ec98624a14b4b235a502b 1160 gxneur_0.9.1-1.dsc
 3382e87675387fd05ec48990ae84242a2e1eaf3f 414234 gxneur_0.9.1.orig.tar.gz
 44ba28514f07f71123a098f99c6be60c2d144e7f 7087 gxneur_0.9.1-1.diff.gz
 69e7f12f7028752de7ae49e083bd02893a22c903 43212 gxneur_0.9.1-1_i386.deb
Checksums-Sha256: 
 f3c184f460032dd24a3278484a5836c920bb586ceafa0c8432bc087c37e3f18b 1160 
gxneur_0.9.1-1.dsc
 aaa8a77afb9edeb5a0c695ae7b1e56ee1e9497870761c29cfd81ece3cc6a4d9e 414234 
gxneur_0.9.1.orig.tar.gz
 38eafece3bad1c7de23f978c50a95b127a45f4811124a2d4c0c511c87835abbb 7087 
gxneur_0.9.1-1.diff.gz
 e2d70003f9763ecf75483cec8e6621dcc7079e146227bd2af2e408e78573ca21 43212 
gxneur_0.9.1-1_i386.deb
Files: 
 c47d72cec2005e8d8174d88cb2f4c810 1160 x11 optional gxneur_0.9.1-1.dsc
 65bc02e51b462d3c72bdfb2f9432c1b3 414234 x11 optional gxneur_0.9.1.orig.tar.gz
 4410e801d40537b309f0c8a2aab98076 7087 x11 optional gxneur_0.9.1-1.diff.gz
 cbb9839d046e298cf3298540d7b5ff99 43212 x11 optional gxneur_0.9.1-1_i386.deb

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

iD8DBQFIiIShq4wAz/jiZTcRAn92AKCTK2oB7a++BnzVUv0TqwptG9N1VwCdGe54
YJqbchTlGR6ja03VVypWDns=
=O93s
-END PGP SIGNATURE-


Accepted:
gxneur_0.9.1-1.diff.gz
  to pool/main/g/gxneur/gxneur_0.9.1-1.diff.gz
gxneur_0.9.1-1.dsc
  to pool/main/g/gxneur/gxneur_0.9.1-1.dsc
gxneur_0.9.1-1_i386.deb
  to pool/main/g/gxneur/gxneur_0.9.1-1_i386.deb
gxneur_0.9.1.orig.tar.gz
  to pool/main/g/gxneur/gxneur_0.9.1.orig.tar.gz


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



Accepted xneur 0.9.1-1 (source i386)

2008-07-24 Thread Alexander GQ Gerasiov
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 23 Jul 2008 23:21:46 +0400
Source: xneur
Binary: xneur libxnconfig9 libxnconfig-dev xneur-dbg
Architecture: source i386
Version: 0.9.1-1
Distribution: unstable
Urgency: low
Maintainer: Alexander GQ Gerasiov [EMAIL PROTECTED]
Changed-By: Alexander GQ Gerasiov [EMAIL PROTECTED]
Description: 
 libxnconfig-dev - Development files for xneur config file abstraction library
 libxnconfig9 - xneur config file abstraction library
 xneur  - in-place conversion of text typed in with a wrong keyboard layout
 xneur-dbg  - XNeur debugging symbols
Changes: 
 xneur (0.9.1-1) unstable; urgency=low
 .
   * Imported Upstream version 0.9.1
   * README.Debian updated.
   * Bump Standards-Version to 3.8.0 (no changes needed).
   * Fix manpages installation (upstream fixed error in manpage section,
 so we remove our workaround).
   * Depends on libxpm-dev.
   * debian/patches updated:
   * Update (g|k)XNeur versions in recommends.
Checksums-Sha1: 
 605474a249aba4b8cc7c0ef653d223b2612aa7d5 1205 xneur_0.9.1-1.dsc
 7d40ad090e64abd400a9c1016b1c6403bba0393b 821331 xneur_0.9.1.orig.tar.gz
 a682fc1b07e30ee74f7ef684b66f0aca856e3895 7632 xneur_0.9.1-1.diff.gz
 c7ad6bbd1792da140277fbb7826c8239b2b77bb3 403838 xneur_0.9.1-1_i386.deb
 3eea9f2bca1412d73fe2bd8d0264ba8d9f2bbad5 16940 libxnconfig9_0.9.1-1_i386.deb
 011c76296ad6b08411922b7254c6914b9d194555 16384 libxnconfig-dev_0.9.1-1_i386.deb
 7cd25d0ea54da9cccb3a2d43fdbd075246a449d1 14126 xneur-dbg_0.9.1-1_i386.deb
Checksums-Sha256: 
 7addca0a3f8eaf3e61b75d2898d481a791b78dce55edbaff71e81e3124acc5d2 1205 
xneur_0.9.1-1.dsc
 7b8e6fd47f119037e9410c90206afe1194effebdd5279555ddc310eb5feb1e4d 821331 
xneur_0.9.1.orig.tar.gz
 e30df94cd15036ee446b85e0558d929db19934010c01d6a4e80c674c2c3d9bb3 7632 
xneur_0.9.1-1.diff.gz
 5a0dc46ec0350abe6469e7ed629fe7b8295ff1e3e786177c6d860d922660b1d6 403838 
xneur_0.9.1-1_i386.deb
 4705c39bd3c438142e13ee1fa08a5534b0ac18be1a5943dc7df5850d2f986722 16940 
libxnconfig9_0.9.1-1_i386.deb
 e6a45ae7fba9998984a2901315ba64b361c55fd9649fb3eeccae05de935d3ab5 16384 
libxnconfig-dev_0.9.1-1_i386.deb
 6dcac0e7c6429f06472bd6587de876396bd01aed5c93baf03ab5c3a8945c86ca 14126 
xneur-dbg_0.9.1-1_i386.deb
Files: 
 a5f931cca95e44d90ebba0e38d65d8fe 1205 x11 optional xneur_0.9.1-1.dsc
 b2db8b4e5294edb691f2bd958495abf2 821331 x11 optional xneur_0.9.1.orig.tar.gz
 1ec4e2c3194d30d5a74a9c8413226260 7632 x11 optional xneur_0.9.1-1.diff.gz
 72f7d75d6ebf02563e4597420a453a15 403838 x11 optional xneur_0.9.1-1_i386.deb
 132905d76b281dfaf25f4e8833eb9483 16940 libs optional 
libxnconfig9_0.9.1-1_i386.deb
 028bc09bd655b56a0c73c3880961d268 16384 libdevel optional 
libxnconfig-dev_0.9.1-1_i386.deb
 64b7e8b1b26d0d4fa31c6609db111938 14126 libdevel extra 
xneur-dbg_0.9.1-1_i386.deb

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

iD8DBQFIiISlq4wAz/jiZTcRAjTKAJ9WLZdhQ/cRGQkSyT3elfP//Z5aRQCgxQfd
TniolDtde47vE0dDtRAg7J4=
=rl/P
-END PGP SIGNATURE-


Accepted:
libxnconfig-dev_0.9.1-1_i386.deb
  to pool/main/x/xneur/libxnconfig-dev_0.9.1-1_i386.deb
libxnconfig9_0.9.1-1_i386.deb
  to pool/main/x/xneur/libxnconfig9_0.9.1-1_i386.deb
xneur-dbg_0.9.1-1_i386.deb
  to pool/main/x/xneur/xneur-dbg_0.9.1-1_i386.deb
xneur_0.9.1-1.diff.gz
  to pool/main/x/xneur/xneur_0.9.1-1.diff.gz
xneur_0.9.1-1.dsc
  to pool/main/x/xneur/xneur_0.9.1-1.dsc
xneur_0.9.1-1_i386.deb
  to pool/main/x/xneur/xneur_0.9.1-1_i386.deb
xneur_0.9.1.orig.tar.gz
  to pool/main/x/xneur/xneur_0.9.1.orig.tar.gz


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



Accepted kxneur 0.8.0+svn20080310-2 (source i386)

2008-04-29 Thread Alexander GQ Gerasiov
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 29 Apr 2008 13:19:38 +0400
Source: kxneur
Binary: kxneur
Architecture: source i386
Version: 0.8.0+svn20080310-2
Distribution: unstable
Urgency: low
Maintainer: Alexander GQ Gerasiov [EMAIL PROTECTED]
Changed-By: Alexander GQ Gerasiov [EMAIL PROTECTED]
Description: 
 kxneur - KDE frontend for xneur keyboard layout switcher
Closes: 454826 477042
Changes: 
 kxneur (0.8.0+svn20080310-2) unstable; urgency=low
 .
   * Fix for FTBFS with gcc 4.3. Thanks Cyril Brulebois for patch.
 (Closes: #454826, #477042.)
Checksums-Sha1: 
 c3021f00c36a6b8996ada26c99b374bad4e5f647 1230 kxneur_0.8.0+svn20080310-2.dsc
 550d577f2c47df9c3343e68211252e9319d0c100 8691 
kxneur_0.8.0+svn20080310-2.diff.gz
 c1bfc74f4eab68732fedd1d2e7649f9c83a59078 95056 
kxneur_0.8.0+svn20080310-2_i386.deb
Checksums-Sha256: 
 f1cda04fb46b9678496ef3305a255624dc6956b5c6fc9725a2549df6ba3a1c8a 1230 
kxneur_0.8.0+svn20080310-2.dsc
 be810282a13e48f7956e250671abb993ee67058e1f08f1af59ba390990abcc5f 8691 
kxneur_0.8.0+svn20080310-2.diff.gz
 8ed3bf455cc2fdf7999f11226e0e75b814630025dc346d10fe550acb1c05c970 95056 
kxneur_0.8.0+svn20080310-2_i386.deb
Files: 
 061d6fb0fb931eb9c783813f65db582f 1230 x11 optional 
kxneur_0.8.0+svn20080310-2.dsc
 14ab03ed2dc59d959ff6af14fa7522cc 8691 x11 optional 
kxneur_0.8.0+svn20080310-2.diff.gz
 94a58db1e52938c758226fe48b85c540 95056 x11 optional 
kxneur_0.8.0+svn20080310-2_i386.deb

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

iD8DBQFIFzf3v3x5OskTLdsRAuY+AKC5BRrR+1mdoDre9Ymnpeb//kbC+ACZAZNB
+Olizlp985WQpRjZHeQdiEg=
=hVPD
-END PGP SIGNATURE-


Accepted:
kxneur_0.8.0+svn20080310-2.diff.gz
  to pool/main/k/kxneur/kxneur_0.8.0+svn20080310-2.diff.gz
kxneur_0.8.0+svn20080310-2.dsc
  to pool/main/k/kxneur/kxneur_0.8.0+svn20080310-2.dsc
kxneur_0.8.0+svn20080310-2_i386.deb
  to pool/main/k/kxneur/kxneur_0.8.0+svn20080310-2_i386.deb


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



Accepted gxneur 0.8.0+svn20080428-1 (source i386)

2008-04-29 Thread Alexander GQ Gerasiov
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 29 Apr 2008 13:06:28 +0400
Source: gxneur
Binary: gxneur
Architecture: source i386
Version: 0.8.0+svn20080428-1
Distribution: unstable
Urgency: low
Maintainer: Alexander GQ Gerasiov [EMAIL PROTECTED]
Changed-By: Alexander GQ Gerasiov [EMAIL PROTECTED]
Description: 
 gxneur - GTK+ frontend for xneur keyboard layout switcher
Closes: 476224
Changes: 
 gxneur (0.8.0+svn20080428-1) unstable; urgency=low
 .
   * Imported SVN r20 (20080428):
 + Some minor changes.
 + Also include sources, which are provided in SVN, but often absent in
   tarball. (Closes: #476224)
   * Upstream now provides gxneur.1 so we should not overwrite it in our
 build scripts.
Checksums-Sha1: 
 60aed9626be9ef38ab94aa7c5eee1581eb94ae8c 1241 gxneur_0.8.0+svn20080428-1.dsc
 de92b818bece801e309b77b5efc287beccc6d2de 380131 
gxneur_0.8.0+svn20080428.orig.tar.gz
 bb6dd85670cf679d266830f78ba3a5171576a682 7277 
gxneur_0.8.0+svn20080428-1.diff.gz
 8965fc4040d20bc98911b2a883b9460ed74cf2b3 53390 
gxneur_0.8.0+svn20080428-1_i386.deb
Checksums-Sha256: 
 1255254f5d641f0e6fb4c43266d782424c12f53dfcbd391b5a9786042dba06e3 1241 
gxneur_0.8.0+svn20080428-1.dsc
 2d3dab023e96b67e83c705eea71df70fa2e7f8c03a65abe57dc27302a69e76f6 380131 
gxneur_0.8.0+svn20080428.orig.tar.gz
 f9647deb47fdbd9ff943eb63de6796cfb092a56a4a11a5d05a9dc0eade73e7bb 7277 
gxneur_0.8.0+svn20080428-1.diff.gz
 3fab2d1df18a7fc6c515c6cf147d45b50c06d0167967849bffd46b82e5ec7665 53390 
gxneur_0.8.0+svn20080428-1_i386.deb
Files: 
 42cea05f744186ec4ca192e594fb3321 1241 x11 optional 
gxneur_0.8.0+svn20080428-1.dsc
 f5dc319f49110ccd474b990202b2a739 380131 x11 optional 
gxneur_0.8.0+svn20080428.orig.tar.gz
 24829e9907d5318aee24c1efa65036dd 7277 x11 optional 
gxneur_0.8.0+svn20080428-1.diff.gz
 cc93bc6706d51e6e3eab3ce5a8906299 53390 x11 optional 
gxneur_0.8.0+svn20080428-1_i386.deb

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

iD8DBQFIF3tLv3x5OskTLdsRAqSBAJ96okkNYmdHdeuA6L2gT+h9ZIPH2QCgmSkP
7aLCOEXHlTc6zXPKK7DIpbw=
=yN+O
-END PGP SIGNATURE-


Accepted:
gxneur_0.8.0+svn20080428-1.diff.gz
  to pool/main/g/gxneur/gxneur_0.8.0+svn20080428-1.diff.gz
gxneur_0.8.0+svn20080428-1.dsc
  to pool/main/g/gxneur/gxneur_0.8.0+svn20080428-1.dsc
gxneur_0.8.0+svn20080428-1_i386.deb
  to pool/main/g/gxneur/gxneur_0.8.0+svn20080428-1_i386.deb
gxneur_0.8.0+svn20080428.orig.tar.gz
  to pool/main/g/gxneur/gxneur_0.8.0+svn20080428.orig.tar.gz


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



Accepted xneur 0.8.0+svn20080310-3 (source i386)

2008-04-04 Thread Alexander GQ Gerasiov
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Tue, 25 Mar 2008 10:13:28 +0300
Source: xneur
Binary: xneur libxnconfig9 libxnconfig-dev xneur-dbg
Architecture: source i386
Version: 0.8.0+svn20080310-3
Distribution: unstable
Urgency: low
Maintainer: Alexander GQ Gerasiov [EMAIL PROTECTED]
Changed-By: Alexander GQ Gerasiov [EMAIL PROTECTED]
Description: 
 libxnconfig-dev - Development files for xneur config file abstraction library
 libxnconfig9 - xneur config file abstraction library
 xneur  - in-place conversion of text typed in with a wrong keyboard layout
 xneur-dbg  - XNeur debugging symbols
Changes: 
 xneur (0.8.0+svn20080310-3) unstable; urgency=low
 .
   * 08_ftbfs_on_amd64_fix.dpatch: pointer might be invalidated before
 used in other thread. Fixed.
   * Added description for 04_manpages.dpatch.
 .
 xneur (0.8.0+svn20080310-2) unstable; urgency=low
 .
   * Added 08_ftbfs_on_amd64_fix: fix for FTBFS on archs where
 size_of(int) != size_of(void *).
 .
 xneur (0.8.0+svn20080310-1) unstable; urgency=low
 .
   * Imported SVN snapshot 2008.03.10
   * Standards-Version: 3.7.3 (no changes needed).
   * Homepage, XS-Vcs-Git and XS-Vcs-Browser fields added.
   * Patches were updated to new upstream version.
   * 06_default_locale.dpatch removed: fixed upstream.
   * libxnconfig8 was renamed into libxnconfig9.
   * gXNeur/kXNeur versions in Recommends were updated.
   * Added libtool to build-depends.
   * Added 02_sigint_handle.dpatch: fix wrong sigint handle. Patch from
 upstream SVN (changeset r17).
   * Added copyright info about sounds.
   * Priority for xneur-dbg changed to extra.
   * Added patch 06_install_dict_dir: install dictionaries into
 /usr/share/xneur
   * Deal with old dictionaries in /etc/xneur: safely remove them in
 preinst and announce changes in xneur.NEWS.
 .
 xneur (0.8.0-1) unstable; urgency=low
 .
   * New upstream release
 + German and Kazakh languages added;
 + Sound notifications;
 + aspell support.
   * Patches updates:
 + 02_libxnconfig_version dropped: fixed upstream;
 + 04_manpages added: right section for xneurrc(5);
 + 07_create_configdir: create ~/.xneur if not exists;
 + other patches updated to new sources.
   * New build-depends: libaspell-dev, libgstreamer0.10-dev.
   * Updated recommends and conflicts (really libxnconfig should conflict
 with previous version, not xneur):
 + Updated frontends versions;
 + Use Conflicts/Provides/Replaces trick to ensure only one version of
   libxnconfig is installed.
   * Updated library version and library package name.
   * Installing manpages.
   * Added xneur-dbg package.
   * Some trash cleaned from debian dir (like comments from dh_make).
   * libxnconfig-dev depends on libaspell-dev.
Files: 
 a690a938f7edb7e1710da38aab03 861 x11 optional xneur_0.8.0+svn20080310-3.dsc
 4378a37cd35758f9becc3544352c0c53 749831 x11 optional 
xneur_0.8.0+svn20080310.orig.tar.gz
 7b8537165b05b9dbb378391a79015413 9549 x11 optional 
xneur_0.8.0+svn20080310-3.diff.gz
 bdc454051911faa88fff81b0fc3d8c8a 384336 x11 optional 
xneur_0.8.0+svn20080310-3_i386.deb
 cb8d4a7ae18f9a04383b2499e248c8d6 17340 libs optional 
libxnconfig9_0.8.0+svn20080310-3_i386.deb
 5ab6703ba4b00f795a94cfe23c233691 16444 libdevel optional 
libxnconfig-dev_0.8.0+svn20080310-3_i386.deb
 40e7ba7e771076c8b483c19f3d8e943b 13566 libdevel extra 
xneur-dbg_0.8.0+svn20080310-3_i386.deb

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

iD8DBQFH7MmWv3x5OskTLdsRAsOqAKC1IsahIniLGsJIS9i9MprckeAUxACglI/E
xGKco501fXib0klKBeuQ9ag=
=9jvH
-END PGP SIGNATURE-


Accepted:
libxnconfig-dev_0.8.0+svn20080310-3_i386.deb
  to pool/main/x/xneur/libxnconfig-dev_0.8.0+svn20080310-3_i386.deb
libxnconfig9_0.8.0+svn20080310-3_i386.deb
  to pool/main/x/xneur/libxnconfig9_0.8.0+svn20080310-3_i386.deb
xneur-dbg_0.8.0+svn20080310-3_i386.deb
  to pool/main/x/xneur/xneur-dbg_0.8.0+svn20080310-3_i386.deb
xneur_0.8.0+svn20080310-3.diff.gz
  to pool/main/x/xneur/xneur_0.8.0+svn20080310-3.diff.gz
xneur_0.8.0+svn20080310-3.dsc
  to pool/main/x/xneur/xneur_0.8.0+svn20080310-3.dsc
xneur_0.8.0+svn20080310-3_i386.deb
  to pool/main/x/xneur/xneur_0.8.0+svn20080310-3_i386.deb
xneur_0.8.0+svn20080310.orig.tar.gz
  to pool/main/x/xneur/xneur_0.8.0+svn20080310.orig.tar.gz


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



Accepted kxneur 0.8.0+svn20080310-1 (source i386)

2008-04-14 Thread Alexander GQ Gerasiov
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 22 Mar 2008 20:24:56 +0300
Source: kxneur
Binary: kxneur
Architecture: source i386
Version: 0.8.0+svn20080310-1
Distribution: unstable
Urgency: low
Maintainer: Alexander GQ Gerasiov [EMAIL PROTECTED]
Changed-By: Alexander GQ Gerasiov [EMAIL PROTECTED]
Description: 
 kxneur - KDE frontend for xneur keyboard layout switcher
Changes: 
 kxneur (0.8.0+svn20080310-1) unstable; urgency=low
 .
   * Imported upstream version 0.8.0+svn20080310
   * Standards-Version: 3.7.3 (no changes needed).
   * Depends on XNeur = 0.8.0+svn20080310.
   * Homepage, XS-Vcs-Git and XS-Vcs-Browser fields added.
   * 06_pixmapsdir.dpatch dropped: fixed upstream.
   * Patches were updated to new upstream version.
   * Spelling in description was fixed.
   * Manpage kxneur.1 was added.
   * Added dh_desktop into debian/rules: not really needed, but this
 prevent lint
   * Added 06_us_lang: alias USA to English.
   * Added 08_fix_crash: fix crash on startup if met unknown layout.
Checksums-Sha1: 
 3b0df6c32d70c754e737e84f0a9612f77477b60f 1230 kxneur_0.8.0+svn20080310-1.dsc
 dea4cd11f8ef839341b96dc6edb382ca129e9cbb 672822 
kxneur_0.8.0+svn20080310.orig.tar.gz
 7f93eae7a7261e10bf74d3393837c9114dd5d686 8297 
kxneur_0.8.0+svn20080310-1.diff.gz
 1dd4401dd199a148d6643323d30e31ada58c00a4 94966 
kxneur_0.8.0+svn20080310-1_i386.deb
Checksums-Sha256: 
 d17b0138d50b68faa13a8759ce50ac56d4fb04d6c80df5538c7ce8ce0cbed1e0 1230 
kxneur_0.8.0+svn20080310-1.dsc
 46d1d903b5eca9b560bb29e333b93f93ab0836d395ebfa67603a67b53475ec19 672822 
kxneur_0.8.0+svn20080310.orig.tar.gz
 7e7d3ebd311b5ec55cd2a00e0fde8ef2f12de9c1e65787436eea9f27f89a0dd6 8297 
kxneur_0.8.0+svn20080310-1.diff.gz
 5d6de5dc648e402299e3913d7b843f984238f2bb950720dabf9f89168569051e 94966 
kxneur_0.8.0+svn20080310-1_i386.deb
Files: 
 615102fd2534b739b97f351e9ca7c8bc 1230 x11 optional 
kxneur_0.8.0+svn20080310-1.dsc
 ce4fe141badf99e0f3b48854ccd35178 672822 x11 optional 
kxneur_0.8.0+svn20080310.orig.tar.gz
 f55134eb217929fc7fc583fdb1eb8698 8297 x11 optional 
kxneur_0.8.0+svn20080310-1.diff.gz
 8585adbd691c9358ca16095eb8b8e89c 94966 x11 optional 
kxneur_0.8.0+svn20080310-1_i386.deb

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

iD8DBQFIA8FYv3x5OskTLdsRAmjaAJ91Scfh5EIjczh8s9mAML6zhsqO/ACfap3H
T0yKBxlkkTt3Aa6a2Iupunw=
=USCQ
-END PGP SIGNATURE-


Accepted:
kxneur_0.8.0+svn20080310-1.diff.gz
  to pool/main/k/kxneur/kxneur_0.8.0+svn20080310-1.diff.gz
kxneur_0.8.0+svn20080310-1.dsc
  to pool/main/k/kxneur/kxneur_0.8.0+svn20080310-1.dsc
kxneur_0.8.0+svn20080310-1_i386.deb
  to pool/main/k/kxneur/kxneur_0.8.0+svn20080310-1_i386.deb
kxneur_0.8.0+svn20080310.orig.tar.gz
  to pool/main/k/kxneur/kxneur_0.8.0+svn20080310.orig.tar.gz


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



Accepted gxneur 0.8.0+svn20080310-1 (source i386)

2008-04-14 Thread Alexander GQ Gerasiov
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 22 Mar 2008 20:05:13 +0300
Source: gxneur
Binary: gxneur
Architecture: source i386
Version: 0.8.0+svn20080310-1
Distribution: unstable
Urgency: low
Maintainer: Alexander GQ Gerasiov [EMAIL PROTECTED]
Changed-By: Alexander GQ Gerasiov [EMAIL PROTECTED]
Description: 
 gxneur - GTK+ frontend for xneur keyboard layout switcher
Changes: 
 gxneur (0.8.0+svn20080310-1) unstable; urgency=low
 .
   * Imported upstream version 0.8.0+svn20080310
   * Standards-Version: 3.7.3 (no changes needed).
   * Homepage, XS-Vcs-Git and XS-Vcs-Browser fields added.
   * Depends on XNeur = 0.8.0+svn20080310.
   * Patches were updated to new upstream.
   * Added libtool into build-depends.
   * Added docbook-to-man into build-depends.
   * Added manpage for gxneur.
   * Fixed spelling in description.
   * Clean po/*.gmo as upstream forgot to do it.
   * Added dh_desktop into debian/rules: not really needed, but this
 prevent lintian worning.
Checksums-Sha1: 
 17151ddc7652d838fe9d8089f1ab5afdfcec5c06 1241 gxneur_0.8.0+svn20080310-1.dsc
 94236749c9550efbb78fd04401b43ad667268607 371305 
gxneur_0.8.0+svn20080310.orig.tar.gz
 7af6037ec7257400064039aae1796fc4e30e1c0f 7136 
gxneur_0.8.0+svn20080310-1.diff.gz
 3a6de8c64308dca8e72c227a45dce8c08ac10e1f 53228 
gxneur_0.8.0+svn20080310-1_i386.deb
Checksums-Sha256: 
 57a1b22e7427dccfd26fd735489b990d25deb326d14b584767e715b6b2332d9e 1241 
gxneur_0.8.0+svn20080310-1.dsc
 18b38c8f43acfdc1cfa513d6b2357a0b69fdfa875c00ab5397ee4c3d366c89da 371305 
gxneur_0.8.0+svn20080310.orig.tar.gz
 1b404ba7463b2d23e305268d20bda3f923d33c3a735c8a7b9edb03a05050bd51 7136 
gxneur_0.8.0+svn20080310-1.diff.gz
 d4f07c23f7d20e5312d7455700bdaba6f091ad51ddeda112e99e5955d2adcc3e 53228 
gxneur_0.8.0+svn20080310-1_i386.deb
Files: 
 9a54477ea30c60033dd1a9be1d043b13 1241 x11 optional 
gxneur_0.8.0+svn20080310-1.dsc
 78e795b03c5dcc651029b03c981f1e3c 371305 x11 optional 
gxneur_0.8.0+svn20080310.orig.tar.gz
 7e7f2d83f6044bc5151fffcdcc72d9b3 7136 x11 optional 
gxneur_0.8.0+svn20080310-1.diff.gz
 7af27706fdbaacf60f07d8d5428e0f6b 53228 x11 optional 
gxneur_0.8.0+svn20080310-1_i386.deb

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

iD8DBQFIA8Gqv3x5OskTLdsRAp6eAKDMFu2FYgIWA/MCGumUekXuMgFlFwCfcp/8
vrUx5MUYmRM2nkGfX3yldEI=
=FlLE
-END PGP SIGNATURE-


Accepted:
gxneur_0.8.0+svn20080310-1.diff.gz
  to pool/main/g/gxneur/gxneur_0.8.0+svn20080310-1.diff.gz
gxneur_0.8.0+svn20080310-1.dsc
  to pool/main/g/gxneur/gxneur_0.8.0+svn20080310-1.dsc
gxneur_0.8.0+svn20080310-1_i386.deb
  to pool/main/g/gxneur/gxneur_0.8.0+svn20080310-1_i386.deb
gxneur_0.8.0+svn20080310.orig.tar.gz
  to pool/main/g/gxneur/gxneur_0.8.0+svn20080310.orig.tar.gz


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



Accepted gxneur 0.9.4-1 (source i386)

2009-06-29 Thread Alexander GQ Gerasiov
-BEGIN PGP SIGNED MESSAGE-
Hash: RIPEMD160

Format: 1.8
Date: Wed, 22 Apr 2009 01:59:57 +0400
Source: gxneur
Binary: gxneur
Architecture: source i386
Version: 0.9.4-1
Distribution: unstable
Urgency: low
Maintainer: Alexander GQ Gerasiov g...@cs.msu.su
Changed-By: Alexander GQ Gerasiov g...@cs.msu.su
Description: 
 gxneur - GTK+ frontend for xneur keyboard layout switcher
Changes: 
 gxneur (0.9.4-1) unstable; urgency=low
 .
   * New Upstream Version
   * debian/control updated to version of backend.
Checksums-Sha1: 
 37ab0aa3d9724027fa82cf957276a581c1fc284b 1173 gxneur_0.9.4-1.dsc
 1472e51e82246a9b1830ec36f5a99d08abc0f8ed 402854 gxneur_0.9.4.orig.tar.gz
 af10fa5324a37ab8e663dc74d8c41c6bc4c928a9 7145 gxneur_0.9.4-1.diff.gz
 4402c3990bf840a26682e17e21a21943d9cc8c80 67522 gxneur_0.9.4-1_i386.deb
Checksums-Sha256: 
 2fd507bbedaa44d38e42e1aa6f5ab3bc654f13d415102a90d1f1564f593cf7fa 1173 
gxneur_0.9.4-1.dsc
 8a3836227e2197f497c3ce5da02f80823bbf2eac07ff3fae7eb7a75755a215b1 402854 
gxneur_0.9.4.orig.tar.gz
 c15cea0f385f97e16151ebf7e3c010b3375c53c7f2bd66241706ff8e44fa6af1 7145 
gxneur_0.9.4-1.diff.gz
 6987cfbecac6bae8f97a14c0bd2fd4f419647f32fa850d33b1e9678d1b6e4370 67522 
gxneur_0.9.4-1_i386.deb
Files: 
 8b9fe8d605efb052d3f0d3baa6a7e62d 1173 x11 optional gxneur_0.9.4-1.dsc
 b79bd6468adb52c610c804f0c5e509bc 402854 x11 optional gxneur_0.9.4.orig.tar.gz
 5f5da056a282bfd1bedb0df6625ae601 7145 x11 optional gxneur_0.9.4-1.diff.gz
 153e419d89f3423439f5d265fac27088 67522 x11 optional gxneur_0.9.4-1_i386.deb

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

iEYEAREDAAYFAkpIyDsACgkQq4wAz/jiZTdKYwCfYCDBJrZgWHQo7iC5QfSfkQ+w
rlUAoO8Y9KssBZgLmRAdWQDt2puXaEgX
=J1Co
-END PGP SIGNATURE-


Accepted:
gxneur_0.9.4-1.diff.gz
  to pool/main/g/gxneur/gxneur_0.9.4-1.diff.gz
gxneur_0.9.4-1.dsc
  to pool/main/g/gxneur/gxneur_0.9.4-1.dsc
gxneur_0.9.4-1_i386.deb
  to pool/main/g/gxneur/gxneur_0.9.4-1_i386.deb
gxneur_0.9.4.orig.tar.gz
  to pool/main/g/gxneur/gxneur_0.9.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



Accepted xneur 0.9.4-2 (source i386)

2009-07-01 Thread Alexander GQ Gerasiov
-BEGIN PGP SIGNED MESSAGE-
Hash: RIPEMD160

Format: 1.8
Date: Fri, 22 May 2009 22:40:38 +0400
Source: xneur
Binary: xneur libxnconfig9.0.4 libxnconfig-dev xneur-dbg
Architecture: source i386
Version: 0.9.4-2
Distribution: unstable
Urgency: low
Maintainer: Alexander GQ Gerasiov g...@cs.msu.su
Changed-By: Alexander GQ Gerasiov g...@cs.msu.su
Description: 
 libxnconfig-dev - Development files for xneur config file abstraction library
 libxnconfig9.0.4 - xneur config file abstraction library
 xneur  - in-place conversion of text typed in with a wrong keyboard layout
 xneur-dbg  - XNeur debugging symbols
Changes: 
 xneur (0.9.4-2) unstable; urgency=low
 .
   * control: new Standards version: xneur-dbg section changed to debug.
   * rules: override lintian warning package-name-doesnt-match-sonames.
   * control: increase debhelper version in depends to allow dh_lintian using.
 .
 xneur (0.9.4-1) unstable; urgency=low
 .
   * New Upstream Version
   * debian/patches updated to new version.
   * Bump package version (and name for lib).
   * xneur.README.Debian updated to last changes.
Checksums-Sha1: 
 bc2682cfe5d3295907382e616a81143861078ea6 1257 xneur_0.9.4-2.dsc
 3210f33fae8350ae1f96d6279802a10c2ea3264f 1413347 xneur_0.9.4.orig.tar.gz
 e1a4726227748ee71cef0415f1d8295cace731c1 8237 xneur_0.9.4-2.diff.gz
 8f3027d767c9ecb8ba156a4c0a4540121713a018 90 xneur_0.9.4-2_i386.deb
 1e88747ac85e06a40601aee4eb37004c92d7491a 19384 
libxnconfig9.0.4_0.9.4-2_i386.deb
 31c748089128bceed7c876bcfaa3a04aff3df06b 20140 libxnconfig-dev_0.9.4-2_i386.deb
 19d83b939e547a7d4743bfe7ecce6e8230c62453 110134 xneur-dbg_0.9.4-2_i386.deb
Checksums-Sha256: 
 9bd6dc210c0fd01e292f5f08ee3a9bf15a983e0272548e33b8eb8ffccdc0e08b 1257 
xneur_0.9.4-2.dsc
 0f2b81f29659b4324a88f267ea38c38acc28d98e7bf9950b76aa46229f06d89d 1413347 
xneur_0.9.4.orig.tar.gz
 41482cd144590dd3aa82f6d8775c3242fca1760d9735476ca3f00edc25e23550 8237 
xneur_0.9.4-2.diff.gz
 ed991d6362a8869af272cdaed0a4c29703ded87c33e6cad898800d7b85c6b32e 90 
xneur_0.9.4-2_i386.deb
 e86832ce7c784e4d06cad03eeab4370e360d00118ed063274ef7816fe745103c 19384 
libxnconfig9.0.4_0.9.4-2_i386.deb
 22ccd678f0037de08d44872f5060947ce76d272ca891644c1098d73119e06350 20140 
libxnconfig-dev_0.9.4-2_i386.deb
 da1b0eaa2c2af3c791534772aeb7f4d8b9dcef3f44107f53f598f900876fa964 110134 
xneur-dbg_0.9.4-2_i386.deb
Files: 
 3899a8ffc87da5bdcd32082be4499406 1257 x11 optional xneur_0.9.4-2.dsc
 f8de81e27b8c2079483ab5cba11dc757 1413347 x11 optional xneur_0.9.4.orig.tar.gz
 c5f2748c15d681cb763a3063342b6511 8237 x11 optional xneur_0.9.4-2.diff.gz
 32cc20bb7f094450fb5a6474412acec8 90 x11 optional xneur_0.9.4-2_i386.deb
 ca89c8433030aa953857b0a3a1cbab8a 19384 libs optional 
libxnconfig9.0.4_0.9.4-2_i386.deb
 9ff5be7d23e3e437bccc89ab524c64d3 20140 libdevel optional 
libxnconfig-dev_0.9.4-2_i386.deb
 fe2cce28b246eb2f18a4262bf13a86eb 110134 debug extra xneur-dbg_0.9.4-2_i386.deb

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

iEYEAREDAAYFAkpIxYoACgkQq4wAz/jiZTf5VgCcCoPZJoZDpMx6Ix0v/r4djy1h
M7MAnjYPCS3n2s12S/NNuxTagoOnK8B6
=r56X
-END PGP SIGNATURE-


Accepted:
libxnconfig-dev_0.9.4-2_i386.deb
  to pool/main/x/xneur/libxnconfig-dev_0.9.4-2_i386.deb
libxnconfig9.0.4_0.9.4-2_i386.deb
  to pool/main/x/xneur/libxnconfig9.0.4_0.9.4-2_i386.deb
xneur-dbg_0.9.4-2_i386.deb
  to pool/main/x/xneur/xneur-dbg_0.9.4-2_i386.deb
xneur_0.9.4-2.diff.gz
  to pool/main/x/xneur/xneur_0.9.4-2.diff.gz
xneur_0.9.4-2.dsc
  to pool/main/x/xneur/xneur_0.9.4-2.dsc
xneur_0.9.4-2_i386.deb
  to pool/main/x/xneur/xneur_0.9.4-2_i386.deb
xneur_0.9.4.orig.tar.gz
  to pool/main/x/xneur/xneur_0.9.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



Accepted ldapscripts 1.8.0-1 (source all)

2009-07-05 Thread Alexander GQ Gerasiov
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 24 Jun 2009 18:00:23 +0400
Source: ldapscripts
Binary: ldapscripts
Architecture: source all
Version: 1.8.0-1
Distribution: unstable
Urgency: low
Maintainer: Alexander GQ Gerasiov g...@cs.msu.su
Changed-By: Alexander GQ Gerasiov g...@cs.msu.su
Description: 
 ldapscripts - Add and remove user and groups (stored in a LDAP directory)
Closes: 375794 457251 471500 494101 495221 502673 502678 504698
Changes: 
 ldapscripts (1.8.0-1) unstable; urgency=low
 .
   * New upstream release. (Closes: #471500, #494101, #502678, #504698, 
#457251.)
   * Change Maintainer field (closes: #495221).
   * Add 01_makefile_destdir.patch, to allow make install into DESTDIR.
   * Add 02_debian_config.patch to use patched upstream config, but not one from
 debian/ dir as it was in the previous versions. Original config patched to
 allow user not to configure ldapscripts themself, but use configuration 
from
 libnss-ldap and libldap. debian/runtime.debian is also updated.
 (Closes: #502673, #375794.)
   * Add 03_fix_manpages.patch to fix various warnings lintian points to.
   * Description updated from Ubuntu patches.
   * Fix debian/control: no more require slapd, libpam-ldap; libnss-ldap and
 shareutils are now proposed and recommended, policy updated to 3.8.2,
 Homepage field added.
   * Add 04_logname_replace.patch: use id -nu instead of logname, because
 logname wouldn't work if program has no control terminal.
   * Add 05_mktemp.patch: use mktemp instead of hacks with /dev/urandom.
   * Add 06_nouuencode_pwgen: pwgen command without uuencode, to remove
 dependence from shareutils.
Checksums-Sha1: 
 7c96276f0a642edf9058195d2fe9f13affd6b261 1029 ldapscripts_1.8.0-1.dsc
 629973f58c5e9d2cca84afe07d3c61a5f08083ed 31102 ldapscripts_1.8.0.orig.tar.gz
 f08f35c1d7d5375208db2360d9570fbf3f38c0cd 8717 ldapscripts_1.8.0-1.diff.gz
 3b46907f0de033f1e45e607def35ee77bc4e6b84 46366 ldapscripts_1.8.0-1_all.deb
Checksums-Sha256: 
 3eb629fb69c58d13e55143fc3e8be065ba454aefe11ad7c11145ec3b21bd0cac 1029 
ldapscripts_1.8.0-1.dsc
 2f103c54c318341c9c8b818b5446fe231651964ac0ff68a54b7a0cf303d96a2f 31102 
ldapscripts_1.8.0.orig.tar.gz
 89fc109319fe13b8e1869e6e264ca56b5883a19ecf088929357b6582bcb426f7 8717 
ldapscripts_1.8.0-1.diff.gz
 ed2830b19b8abad4cd588039274083f94324a6913bc1056a67102e6b4674a34f 46366 
ldapscripts_1.8.0-1_all.deb
Files: 
 3a53395117df34cfd367e6e324842914 1029 admin optional ldapscripts_1.8.0-1.dsc
 8e9f2ef68f8c89e04ba4ec8c78fcbc36 31102 admin optional 
ldapscripts_1.8.0.orig.tar.gz
 050569541bc55578f4646783842bb600 8717 admin optional 
ldapscripts_1.8.0-1.diff.gz
 35afb991d9f4d26c2a2d3813887189a3 46366 admin optional 
ldapscripts_1.8.0-1_all.deb

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

iEYEARECAAYFAkpQWF4ACgkQBkHYKuPjzh1m7QCcDv6Nw5TPTc1HtI/at9rdFMKy
C+QAoKHTedjGO6EPjwfs9vTm43HcXKMu
=OpBy
-END PGP SIGNATURE-


Accepted:
ldapscripts_1.8.0-1.diff.gz
  to pool/main/l/ldapscripts/ldapscripts_1.8.0-1.diff.gz
ldapscripts_1.8.0-1.dsc
  to pool/main/l/ldapscripts/ldapscripts_1.8.0-1.dsc
ldapscripts_1.8.0-1_all.deb
  to pool/main/l/ldapscripts/ldapscripts_1.8.0-1_all.deb
ldapscripts_1.8.0.orig.tar.gz
  to pool/main/l/ldapscripts/ldapscripts_1.8.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



Accepted gxneur 0.9.3-1 (source i386)

2009-03-08 Thread Alexander GQ Gerasiov
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 11 Jan 2009 01:32:32 +0300
Source: gxneur
Binary: gxneur
Architecture: source i386
Version: 0.9.3-1
Distribution: unstable
Urgency: low
Maintainer: Alexander GQ Gerasiov g...@cs.msu.su
Changed-By: Alexander GQ Gerasiov g...@cs.msu.su
Description: 
 gxneur - GTK+ frontend for xneur keyboard layout switcher
Changes: 
 gxneur (0.9.3-1) unstable; urgency=low
 .
   * New Upstream Version
   * Bump xneur's version in dependences.
Checksums-Sha1: 
 27fe86dac5508c531603d0fdf7f267f6ddbbe377 1168 gxneur_0.9.3-1.dsc
 b6d0aa27b918757556763b70d73b915dce35856e 386429 gxneur_0.9.3.orig.tar.gz
 68a6132ed802b4d96c8e83b8dd83aee5986e1f7a 7152 gxneur_0.9.3-1.diff.gz
 4a433c2b8eb6c2550a95a67b89ae6658a2ad83a9 56278 gxneur_0.9.3-1_i386.deb
Checksums-Sha256: 
 0e6a3687f646738d02d089f9b05fd7085dfc88d9a303bb2b1de594c87877012d 1168 
gxneur_0.9.3-1.dsc
 de64ad43ae8f40e6c087ea8569a70b64f6f9203e92e3cffa146070f71d3ee69d 386429 
gxneur_0.9.3.orig.tar.gz
 8b8050dc3cd497f2f0c456396a696c81fa0cac7d129237d956d0e0fbb8a13801 7152 
gxneur_0.9.3-1.diff.gz
 29676876978195c33ce84f5e639210e2c5b330c0c41a1a0b7d679f76cd0f9817 56278 
gxneur_0.9.3-1_i386.deb
Files: 
 7fc50cf00500dd3685c6b8d46f191db9 1168 x11 optional gxneur_0.9.3-1.dsc
 5dc26911bddab1464bc1a9e97988085c 386429 x11 optional gxneur_0.9.3.orig.tar.gz
 da57c53485ad095970715860996a926d 7152 x11 optional gxneur_0.9.3-1.diff.gz
 93a02c7545e7b95a71c206ce9091ee65 56278 x11 optional gxneur_0.9.3-1_i386.deb

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

iEYEARECAAYFAkmznv4ACgkQq4wAz/jiZTceUgCbBd9fbPnlzyOgBgv2zU6D24MY
+JcAn1uR0SXHGfio19pv8VWEJLYDyD8J
=+jam
-END PGP SIGNATURE-


Accepted:
gxneur_0.9.3-1.diff.gz
  to pool/main/g/gxneur/gxneur_0.9.3-1.diff.gz
gxneur_0.9.3-1.dsc
  to pool/main/g/gxneur/gxneur_0.9.3-1.dsc
gxneur_0.9.3-1_i386.deb
  to pool/main/g/gxneur/gxneur_0.9.3-1_i386.deb
gxneur_0.9.3.orig.tar.gz
  to pool/main/g/gxneur/gxneur_0.9.3.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 xneur 0.9.3-1 (source i386)

2009-03-09 Thread Alexander GQ Gerasiov
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 11 Jan 2009 02:38:12 +0300
Source: xneur
Binary: xneur libxnconfig9.0.3 libxnconfig-dev xneur-dbg
Architecture: source i386
Version: 0.9.3-1
Distribution: unstable
Urgency: low
Maintainer: Alexander GQ Gerasiov g...@cs.msu.su
Changed-By: Alexander GQ Gerasiov g...@cs.msu.su
Description: 
 libxnconfig-dev - Development files for xneur config file abstraction library
 libxnconfig9.0.3 - xneur config file abstraction library
 xneur  - in-place conversion of text typed in with a wrong keyboard layout
 xneur-dbg  - XNeur debugging symbols
Changes: 
 xneur (0.9.3-1) unstable; urgency=low
 .
   * New Upstream Version
   * Bump package versions and names in debian/control.
   * 03_xneurrc.dpatch updated to new version.
   * debian/control: new Build-Depends: libimlib2-dev, libxpm-dev
   * 02_fix_build_gcc41.dpatch: Fix build with gcc 4.1
Checksums-Sha1: 
 5abc5c2c3814c0b4729604f1dd8db79c5ee3c718 1245 xneur_0.9.3-1.dsc
 f3226219378a517ebd721c50a5534a8ae3e77b04 859618 xneur_0.9.3.orig.tar.gz
 d165877d6e941bf36adf1eb029378380df478b1b 8521 xneur_0.9.3-1.diff.gz
 dc02e16594306da06c6f27ad0051575c1df8ca4a 408018 xneur_0.9.3-1_i386.deb
 49fb52fb00c69e33a7583460c7ea40f79a7e5a1b 19226 
libxnconfig9.0.3_0.9.3-1_i386.deb
 a25e7178ce2c00fcba8d0cdd8787ec25e84affe3 19212 libxnconfig-dev_0.9.3-1_i386.deb
 c605cc2e8e0a70cf869cb4a5a2b6a56c223b823f 14860 xneur-dbg_0.9.3-1_i386.deb
Checksums-Sha256: 
 65463e73066c18950ff1d32ff2fde6d0deab9682916564420cad31d109f8f2ca 1245 
xneur_0.9.3-1.dsc
 4ea686abb149f08f5cc6f5bbd8c0b7cd0da5458c580defddb6aa29d2f829791e 859618 
xneur_0.9.3.orig.tar.gz
 76ec2944c9d999e4a56d6bd4922d4d603c0ef81a7b079e1f66e03c364c4b6f9e 8521 
xneur_0.9.3-1.diff.gz
 6c7a20dd511d1b65e99b050a6cc30da8d803a01118e9d9e3824f6b3a393b49bb 408018 
xneur_0.9.3-1_i386.deb
 b0218ab34a3162d0db13835be668b1ec736fde8bdb64e775b345b976958f3ec6 19226 
libxnconfig9.0.3_0.9.3-1_i386.deb
 6d380bd2b9138916d2b11385cfa60ce8ca1176ab43a589c802efb491703afba9 19212 
libxnconfig-dev_0.9.3-1_i386.deb
 9d85706e5110a8776f547f93c753d9104babd0b2eee7fd75bfbedb5c66cb0288 14860 
xneur-dbg_0.9.3-1_i386.deb
Files: 
 23c6122d2ab35e683fb9bf8360e5c448 1245 x11 optional xneur_0.9.3-1.dsc
 1d52b1d9ea37c4b83f9bde599de6e0b3 859618 x11 optional xneur_0.9.3.orig.tar.gz
 283c13f4cfcb5cd5db1a7eda5be3fcc5 8521 x11 optional xneur_0.9.3-1.diff.gz
 5532b2779588921dab71e291ace75207 408018 x11 optional xneur_0.9.3-1_i386.deb
 9fc7a2dc18eb5caf87692dafc9a6c495 19226 libs optional 
libxnconfig9.0.3_0.9.3-1_i386.deb
 5ff0a498d757f566a3bdf29ca3d61e90 19212 libdevel optional 
libxnconfig-dev_0.9.3-1_i386.deb
 1ce75cb5655605b09f06705d9e7fcac5 14860 libdevel extra 
xneur-dbg_0.9.3-1_i386.deb

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

iEYEARECAAYFAkmznvoACgkQq4wAz/jiZTc8VgCg1rEP0o446ZTJn5HL6G4BxU2x
SWEAoLkdNC40wtM2sQOHXbjQeVdDSMas
=8v/n
-END PGP SIGNATURE-


Accepted:
libxnconfig-dev_0.9.3-1_i386.deb
  to pool/main/x/xneur/libxnconfig-dev_0.9.3-1_i386.deb
libxnconfig9.0.3_0.9.3-1_i386.deb
  to pool/main/x/xneur/libxnconfig9.0.3_0.9.3-1_i386.deb
xneur-dbg_0.9.3-1_i386.deb
  to pool/main/x/xneur/xneur-dbg_0.9.3-1_i386.deb
xneur_0.9.3-1.diff.gz
  to pool/main/x/xneur/xneur_0.9.3-1.diff.gz
xneur_0.9.3-1.dsc
  to pool/main/x/xneur/xneur_0.9.3-1.dsc
xneur_0.9.3-1_i386.deb
  to pool/main/x/xneur/xneur_0.9.3-1_i386.deb
xneur_0.9.3.orig.tar.gz
  to pool/main/x/xneur/xneur_0.9.3.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 gxneur 0.9.5.1-1 (source i386)

2009-08-21 Thread Alexander GQ Gerasiov
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Fri, 21 Aug 2009 11:55:32 +0400
Source: gxneur
Binary: gxneur
Architecture: source i386
Version: 0.9.5.1-1
Distribution: unstable
Urgency: low
Maintainer: Alexander GQ Gerasiov g...@cs.msu.su
Changed-By: Alexander GQ Gerasiov g...@debian.org
Description: 
 gxneur - GTK+ frontend for xneur keyboard layout switcher
Changes: 
 gxneur (0.9.5.1-1) unstable; urgency=low
 .
   * New Upstream Version.
   * debian/control: updated to xneur 0.9.5
   * debian/control: bump standards version (no changes needed).
   * debian/rules: fix dh_desktop-is-deprecated warning.
   * debian/rules: fix installation of manpage from debian/ (not upstream
 one).
   * My e-mail updated.
Checksums-Sha1: 
 7cf3df4fad67b01e3c417fa51b5755b3facebcc1 1183 gxneur_0.9.5.1-1.dsc
 70dc5ddc9d34db88066c9e88e841165241b3be7c 403538 gxneur_0.9.5.1.orig.tar.gz
 e154a3c028bfbeec341e7bc30e496f2fed746325 7259 gxneur_0.9.5.1-1.diff.gz
 f20564f459e769bf960607e1c4c692aea9201536 68722 gxneur_0.9.5.1-1_i386.deb
Checksums-Sha256: 
 224be3309de7dfcd3420116576d6266f02a13fed33872746aa0916de57732f18 1183 
gxneur_0.9.5.1-1.dsc
 e529d3d101e6c8dfd8af3a64ea297b0e891961448d0e9f298aa745ded5711fbb 403538 
gxneur_0.9.5.1.orig.tar.gz
 1824f4e3c01e49a68d5343717038c6d1d0880e163a0040d6776a5144302b984e 7259 
gxneur_0.9.5.1-1.diff.gz
 25a4763d1b28b74b5e9965199e90935b5f537cf744fec2c3a100deffdb45572a 68722 
gxneur_0.9.5.1-1_i386.deb
Files: 
 36f30ecbb7b4e5de088d14decaca7756 1183 x11 optional gxneur_0.9.5.1-1.dsc
 75b9436aca033303e99b0973fa5dee4d 403538 x11 optional gxneur_0.9.5.1.orig.tar.gz
 3ad4446bad5357848ef58ba9b9512d35 7259 x11 optional gxneur_0.9.5.1-1.diff.gz
 42d049e49ea806eef630a9cc64828b19 68722 x11 optional gxneur_0.9.5.1-1_i386.deb

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

iEYEARECAAYFAkqOaagACgkQBkHYKuPjzh2VpACfdeMAm6Mas9kIy1R6rLqHppFK
lXoAn3DnY1Cp4f+PBhrjZi86uhFzALAI
=v0OT
-END PGP SIGNATURE-


Accepted:
gxneur_0.9.5.1-1.diff.gz
  to pool/main/g/gxneur/gxneur_0.9.5.1-1.diff.gz
gxneur_0.9.5.1-1.dsc
  to pool/main/g/gxneur/gxneur_0.9.5.1-1.dsc
gxneur_0.9.5.1-1_i386.deb
  to pool/main/g/gxneur/gxneur_0.9.5.1-1_i386.deb
gxneur_0.9.5.1.orig.tar.gz
  to pool/main/g/gxneur/gxneur_0.9.5.1.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 xneur 0.9.5.1-1 (source i386)

2009-08-21 Thread Alexander GQ Gerasiov
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Fri, 21 Aug 2009 12:49:06 +0400
Source: xneur
Binary: xneur libxnconfig9.0.5 libxnconfig-dev xneur-dbg
Architecture: source i386
Version: 0.9.5.1-1
Distribution: unstable
Urgency: low
Maintainer: Alexander GQ Gerasiov g...@cs.msu.su
Changed-By: Alexander GQ Gerasiov g...@debian.org
Description: 
 libxnconfig-dev - Development files for xneur config file abstraction library
 libxnconfig9.0.5 - xneur config file abstraction library
 xneur  - in-place conversion of text typed in with a wrong keyboard layout
 xneur-dbg  - XNeur debugging symbols
Changes: 
 xneur (0.9.5.1-1) unstable; urgency=low
 .
   * New Upstream Version.
   * debian/control: New build-dependens: libnotify-dev.
   * 03_xneurrc.dpatch updated to new version.
   * 01_config_installation.dpatch replaced with
 01_xneurrc_install.dpatch, because new version uses autotools.
   * Add 02_plugins_test_makefile.dpatch - fix plugin test building.
   * Add 04_plugins_dir.dpatch: put plugins in @pkglib...@.
   * My e-mail address updated.
   * Bump standatd's version: no changes needed.
   * Package name updated: libxnconfig9.0.4 - libxnconfig9.0.5
   * debian/{rules,control}: call autotools for a while. It would be better to
 fix this in the future.
Checksums-Sha1: 
 470e71575dc26939d69219406f601fdaef257d58 1302 xneur_0.9.5.1-1.dsc
 1fd4cedef5f59b9d1eda398cf492f3a21365b068 1430130 xneur_0.9.5.1.orig.tar.gz
 c44782c1c5c31f045265792df8ead64137b75b25 9480 xneur_0.9.5.1-1.diff.gz
 75acdb5caa2f144546342fb45a0f51aed1e1ad0e 911806 xneur_0.9.5.1-1_i386.deb
 4604aaf7045926bd4984bdf70d8705eef977717b 20986 
libxnconfig9.0.5_0.9.5.1-1_i386.deb
 fcba9fb4ae93f173e6939b795e737936e821be0a 22754 
libxnconfig-dev_0.9.5.1-1_i386.deb
 5d456d89243791e7fb8f7d6c76c018ca644f6c84 120500 xneur-dbg_0.9.5.1-1_i386.deb
Checksums-Sha256: 
 b305110a3cad5d5032aa8d3d16c5e73ff576c579dc47b36fb711276afdde7f26 1302 
xneur_0.9.5.1-1.dsc
 56ec79efc2fd3271c9465e28c2e910c2a519d1b9ed0589f581103991e98c4651 1430130 
xneur_0.9.5.1.orig.tar.gz
 6cf5019a2eeb5c9f82fdab2ff1139f6b0195fffa4f53c2bee7555e1fe3c3dff8 9480 
xneur_0.9.5.1-1.diff.gz
 5024122976151107ded2b8af44179b4ba1e3af18261318ca67bc04a29ac23478 911806 
xneur_0.9.5.1-1_i386.deb
 7db21723108f2d965c8d6924862b80ee4f26dad098a797d40f1b212949b93567 20986 
libxnconfig9.0.5_0.9.5.1-1_i386.deb
 d12482c9f4c8b1f6579ddbce172af3add6f823b2130797e9d0a655f5b216 22754 
libxnconfig-dev_0.9.5.1-1_i386.deb
 6c7cda612c2c47f14183f2a6dcd29b57a82de177dfd099f515642d2e65016ea8 120500 
xneur-dbg_0.9.5.1-1_i386.deb
Files: 
 f6d585e601ca55dbd5228b40ae10b51d 1302 x11 optional xneur_0.9.5.1-1.dsc
 c83d829745605a6465ba6d1830a384a3 1430130 x11 optional xneur_0.9.5.1.orig.tar.gz
 8ee5b69f13bd13f5f184d44af2d3adfe 9480 x11 optional xneur_0.9.5.1-1.diff.gz
 31a808fecc52db681d16acf70df1c7d8 911806 x11 optional xneur_0.9.5.1-1_i386.deb
 32720996ec0dcf9c2102ab289c15ff10 20986 libs optional 
libxnconfig9.0.5_0.9.5.1-1_i386.deb
 05fe21c7e62e378ab1ec24c29f32dfd7 22754 libdevel optional 
libxnconfig-dev_0.9.5.1-1_i386.deb
 e1baffcdab8ab9b04afb8d6e4f826d4f 120500 debug extra 
xneur-dbg_0.9.5.1-1_i386.deb

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

iEYEARECAAYFAkqOaaAACgkQBkHYKuPjzh1nTACdG+mY5l+qyZT8V7RNtf2wio4O
XFcAoKgh3N2BK8n4ZH/ciD8tVg37IdDk
=MIqw
-END PGP SIGNATURE-


Accepted:
libxnconfig-dev_0.9.5.1-1_i386.deb
  to pool/main/x/xneur/libxnconfig-dev_0.9.5.1-1_i386.deb
libxnconfig9.0.5_0.9.5.1-1_i386.deb
  to pool/main/x/xneur/libxnconfig9.0.5_0.9.5.1-1_i386.deb
xneur-dbg_0.9.5.1-1_i386.deb
  to pool/main/x/xneur/xneur-dbg_0.9.5.1-1_i386.deb
xneur_0.9.5.1-1.diff.gz
  to pool/main/x/xneur/xneur_0.9.5.1-1.diff.gz
xneur_0.9.5.1-1.dsc
  to pool/main/x/xneur/xneur_0.9.5.1-1.dsc
xneur_0.9.5.1-1_i386.deb
  to pool/main/x/xneur/xneur_0.9.5.1-1_i386.deb
xneur_0.9.5.1.orig.tar.gz
  to pool/main/x/xneur/xneur_0.9.5.1.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 xneur 0.9.5.1-2 (source i386)

2009-08-21 Thread Alexander GQ Gerasiov
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Fri, 21 Aug 2009 15:46:47 +0400
Source: xneur
Binary: xneur libxnconfig9.0.5 libxnconfig-dev xneur-dbg
Architecture: source i386
Version: 0.9.5.1-2
Distribution: unstable
Urgency: low
Maintainer: Alexander GQ Gerasiov g...@cs.msu.su
Changed-By: Alexander GQ Gerasiov g...@debian.org
Description: 
 libxnconfig-dev - Development files for xneur config file abstraction library
 libxnconfig9.0.5 - xneur config file abstraction library
 xneur  - in-place conversion of text typed in with a wrong keyboard layout
 xneur-dbg  - XNeur debugging symbols
Changes: 
 xneur (0.9.5.1-2) unstable; urgency=low
 .
   * debian/* switching to CDBS.
   * Added 05_nonewline_fix.patch: fix building with gcc4.1
Checksums-Sha1: 
 8629b1ae8d29018b9780904168aa517010c7f8ba 1293 xneur_0.9.5.1-2.dsc
 ea06848c506e36e3509f80503e9d64aaf6c1e394 9211 xneur_0.9.5.1-2.diff.gz
 71ae5cd6298f4699b906033d64f1c77b1d3518ba 912972 xneur_0.9.5.1-2_i386.deb
 32daa7be7287c8636af8b3b167fc378c0ae069b8 24298 
libxnconfig9.0.5_0.9.5.1-2_i386.deb
 476faa9e1220ec464985263289a51f04d6cae65c 30374 
libxnconfig-dev_0.9.5.1-2_i386.deb
 83d03cbf70bd91e012f11d5a04eac8b4a628d246 123812 xneur-dbg_0.9.5.1-2_i386.deb
Checksums-Sha256: 
 d83e548d0b7b5269d7a4d95b444774172bc527840e75f61500efc66bb06fb6c5 1293 
xneur_0.9.5.1-2.dsc
 ca0a491f3b0c681fd0f575ddbfb469356186aadd2a4046622f31a8a1e19e55e6 9211 
xneur_0.9.5.1-2.diff.gz
 40ec8aee4e4c6f3fac48e28865ed5c12e39c8a2af21be4a76d3c152ca802 912972 
xneur_0.9.5.1-2_i386.deb
 d6eb6b5e58564d7f4824b862571d3a3808d17ec9857c6d96001e74703b3ab228 24298 
libxnconfig9.0.5_0.9.5.1-2_i386.deb
 a1bf15d9388315b4d8e9f30789ceba7de5540de6e497f601775f388c55b9ec5e 30374 
libxnconfig-dev_0.9.5.1-2_i386.deb
 91a809767fbd1548ba40504abb78755dbc5a99d6dd0bdcf487a901c5dc0c405d 123812 
xneur-dbg_0.9.5.1-2_i386.deb
Files: 
 4f34615259257788a5ab2b37d58aa287 1293 x11 optional xneur_0.9.5.1-2.dsc
 7300652e192f66a3841bcff007f66b64 9211 x11 optional xneur_0.9.5.1-2.diff.gz
 aaa217a0dac440e49d63534fed339b8b 912972 x11 optional xneur_0.9.5.1-2_i386.deb
 2217afd890e6db62714f84345f52d37f 24298 libs optional 
libxnconfig9.0.5_0.9.5.1-2_i386.deb
 632853e45a91e3a7359d259c517c9139 30374 libdevel optional 
libxnconfig-dev_0.9.5.1-2_i386.deb
 3277458f3a495a5cd7b29746d9a5dd08 123812 debug extra 
xneur-dbg_0.9.5.1-2_i386.deb

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

iEYEARECAAYFAkqOyUAACgkQBkHYKuPjzh3v1ACcD/8iiWg5Whgg8vFS7BrB1TLH
x+cAoJz90j2jxuBMANHMw2Eg+d0veKdA
=ui1m
-END PGP SIGNATURE-


Accepted:
libxnconfig-dev_0.9.5.1-2_i386.deb
  to pool/main/x/xneur/libxnconfig-dev_0.9.5.1-2_i386.deb
libxnconfig9.0.5_0.9.5.1-2_i386.deb
  to pool/main/x/xneur/libxnconfig9.0.5_0.9.5.1-2_i386.deb
xneur-dbg_0.9.5.1-2_i386.deb
  to pool/main/x/xneur/xneur-dbg_0.9.5.1-2_i386.deb
xneur_0.9.5.1-2.diff.gz
  to pool/main/x/xneur/xneur_0.9.5.1-2.diff.gz
xneur_0.9.5.1-2.dsc
  to pool/main/x/xneur/xneur_0.9.5.1-2.dsc
xneur_0.9.5.1-2_i386.deb
  to pool/main/x/xneur/xneur_0.9.5.1-2_i386.deb


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



Accepted rovclock 0.6e-6 (source i386)

2009-08-22 Thread Alexander GQ Gerasiov
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 08 Aug 2009 00:14:35 +0400
Source: rovclock
Binary: rovclock
Architecture: source i386
Version: 0.6e-6
Distribution: unstable
Urgency: low
Maintainer: Alexander GQ Gerasiov g...@cs.msu.su
Changed-By: Alexander GQ Gerasiov g...@debian.org
Description: 
 rovclock   - utility to control frequency rates of your Radeon card
Changes: 
 rovclock (0.6e-6) unstable; urgency=low
 .
   Just make it lintian-clean release.
 .
   * debian/control: my e-mail address updated.
   * debian/{compat,control}: fix package-uses-deprecated-debhelper-
 compat-version 4.
   * debian/copyright: fix copyright string to satisfy lintian.
   * debian/rules  co: use CDBS magic instead of old plain Makefile.
   * debian/control: Bump Standard's version, no changes needed.
Checksums-Sha1: 
 8d3c2821e630a4a04f783cb868a90fa2b641519c 1026 rovclock_0.6e-6.dsc
 df79e7b8808d5a4eb9be8b6d13bfc6e194dd6153 2827 rovclock_0.6e-6.diff.gz
 f34692a10b977340e570e9661d3af406f21dec06 9254 rovclock_0.6e-6_i386.deb
Checksums-Sha256: 
 508f49365dd7fabf33f4978a4daa82a484ae043acd6d007f8051b4bfa82f1f1e 1026 
rovclock_0.6e-6.dsc
 44dfef6899d6021167cc4c88649a57baa90ebfdb7d9f6465a8092007fd5ce142 2827 
rovclock_0.6e-6.diff.gz
 6ef91e0c51f9fd87c17cc1711134ff3f36a2395a9eae38e92cd05a49564ef389 9254 
rovclock_0.6e-6_i386.deb
Files: 
 b2c025a462bbf4188590445d0b7d9958 1026 utils optional rovclock_0.6e-6.dsc
 3eb50bfbcebfb861dd21985b8daac701 2827 utils optional rovclock_0.6e-6.diff.gz
 ca217a96a8ae74a1ae0fbc84654eef08 9254 utils optional rovclock_0.6e-6_i386.deb

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

iEYEARECAAYFAkqPtjgACgkQBkHYKuPjzh1WcACfaGkL4bWfz6YVMJeeQEPImaDH
P+IAnAyOPxEwIDeIPVWFcQd/Gr7Alqij
=CYja
-END PGP SIGNATURE-


Accepted:
rovclock_0.6e-6.diff.gz
  to pool/main/r/rovclock/rovclock_0.6e-6.diff.gz
rovclock_0.6e-6.dsc
  to pool/main/r/rovclock/rovclock_0.6e-6.dsc
rovclock_0.6e-6_i386.deb
  to pool/main/r/rovclock/rovclock_0.6e-6_i386.deb


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



Accepted xneur 0.9.7-1 (source i386)

2009-10-22 Thread Alexander GQ Gerasiov
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Tue, 20 Oct 2009 19:15:13 +0400
Source: xneur
Binary: xneur libxnconfig9.0.6 libxnconfig-dev xneur-dbg
Architecture: source i386
Version: 0.9.7-1
Distribution: unstable
Urgency: low
Maintainer: Alexander GQ Gerasiov g...@cs.msu.su
Changed-By: Alexander GQ Gerasiov g...@debian.org
Description: 
 libxnconfig-dev - Development files for xneur config file abstraction library
 libxnconfig9.0.6 - xneur config file abstraction library
 xneur  - in-place conversion of text typed in with a wrong keyboard layout
 xneur-dbg  - XNeur debugging symbols
Changes: 
 xneur (0.9.7-1) unstable; urgency=low
 .
   * Imported Upstream version 0.9.6
   * Imported Upstream version 0.9.7
   * Package name for libxnconfig and dependences updated to new version.
   * 02_plugins_test_makefile.patch and 04_plugins_dir.patch removed:
 fixed upstream.
   * No more run autoconf during build process.
   * 03_xneurrc.patch updated to new version.
   * 05_nonewline_fix.patch updated: old probles were fixed upstream, but
 there are some new.
   * Fix weak-library-dev-dependency libxnconfig-dev on libxnconfig9.0.6
 (= ${binary:Version}).
Checksums-Sha1: 
 0158ee1361713c08ed828189e6729082eb404087 1552 xneur_0.9.7-1.dsc
 5a47b38b064b79b7531f76e128b2bfde4c4e4e01 1462133 xneur_0.9.7.orig.tar.gz
 af6410a4eb4919ef13169c200537740863c2c6ed 9280 xneur_0.9.7-1.diff.gz
 39829a375ba3dbe1177d430bbdd7a668c051cee4 910194 xneur_0.9.7-1_i386.deb
 41a10a3b0307f87fa2b09cd723c80ce3f0465d54 27968 
libxnconfig9.0.6_0.9.7-1_i386.deb
 0e40319e592dfb3a89902e6c6770eb1a75ddec44 34920 libxnconfig-dev_0.9.7-1_i386.deb
 9097a3032a34a494b9b7d5ca7b7a664d008be3ee 134158 xneur-dbg_0.9.7-1_i386.deb
Checksums-Sha256: 
 1c35ab8708f7be65583ccd8ad9b6853c187f80136aa2cf94d894e95d10e1d20e 1552 
xneur_0.9.7-1.dsc
 a53d76c41abfc46cc3f24f6c765355e9a20a67cac60cccea19e4c93d75b194a9 1462133 
xneur_0.9.7.orig.tar.gz
 f9b5371128828e173cc74fc6aac4340c7217e07b51b6d8a4174e69a627ecf80c 9280 
xneur_0.9.7-1.diff.gz
 6d6053c86c165e14c82fa3de664e813698a8811048046b1e23c2f8f6e802dc91 910194 
xneur_0.9.7-1_i386.deb
 c2e15bd4fa8821acd5c75a6c1044cfc25e75d970a4de22a4bac2e2ab8f7bc198 27968 
libxnconfig9.0.6_0.9.7-1_i386.deb
 79878e52601959c44235a25988f5c95ecd98e7923b81364f4fb156c497671643 34920 
libxnconfig-dev_0.9.7-1_i386.deb
 eef4f22c2edef8d6f75cfe14c4cc88d647f16e0afe73625fc3e86ce28fa1c44e 134158 
xneur-dbg_0.9.7-1_i386.deb
Files: 
 42285a342f7a3899863319f3c6c82ad4 1552 x11 optional xneur_0.9.7-1.dsc
 8c69bffd7b5f181906764f2c643b 1462133 x11 optional xneur_0.9.7.orig.tar.gz
 4fe19dd030a73224286b1871267822e2 9280 x11 optional xneur_0.9.7-1.diff.gz
 b98d6db07648f7ca90aa38d3990dcce5 910194 x11 optional xneur_0.9.7-1_i386.deb
 02c00ff886d44ecbb15314e524547b1d 27968 libs optional 
libxnconfig9.0.6_0.9.7-1_i386.deb
 1056b5ae49fecc6114e5a12682c29be6 34920 libdevel optional 
libxnconfig-dev_0.9.7-1_i386.deb
 1ab63ac4a9242df53284bd9a01d4b18a 134158 debug extra xneur-dbg_0.9.7-1_i386.deb

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

iQEcBAEBCAAGBQJK3x4oAAoJEMqH6egqrDPxKZ8IALCKa2znD2/S7RX3EQGiSbnf
YZ904QIE3eb6QaClcwavCh0UPYo/5Aj8zaLcR3YNVR8lsQGETN0jmNLVVo0k1xSn
Fzqi43wIE0icYY2vM40sILdsw06LbGwqgOoR07dGlhUKUeDQQG8KTYsPrXg9dohO
ow2AMdRTywSUjSyTCjGGnkLacgEv2lcMXsAHR89ibnZ6m+kKbqv0k5WpZm1mZaj+
LbvWk3CuJrUYi627lq1/5r0qdlSUX0RPpr/JoaDjNNUjTkCDWMkbsKpyQcqEUAeE
phLztmp2z0i9Ui8OWqfwpYMnqYyzs3gX67v9VQ8IU8RWYNcYz4dNXUQfqNkyEOk=
=Ok/0
-END PGP SIGNATURE-


Accepted:
libxnconfig-dev_0.9.7-1_i386.deb
  to pool/main/x/xneur/libxnconfig-dev_0.9.7-1_i386.deb
libxnconfig9.0.6_0.9.7-1_i386.deb
  to pool/main/x/xneur/libxnconfig9.0.6_0.9.7-1_i386.deb
xneur-dbg_0.9.7-1_i386.deb
  to pool/main/x/xneur/xneur-dbg_0.9.7-1_i386.deb
xneur_0.9.7-1.diff.gz
  to pool/main/x/xneur/xneur_0.9.7-1.diff.gz
xneur_0.9.7-1.dsc
  to pool/main/x/xneur/xneur_0.9.7-1.dsc
xneur_0.9.7-1_i386.deb
  to pool/main/x/xneur/xneur_0.9.7-1_i386.deb
xneur_0.9.7.orig.tar.gz
  to pool/main/x/xneur/xneur_0.9.7.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 ldapscripts 1.9.0-1 (source all)

2009-10-23 Thread Alexander GQ Gerasiov
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Fri, 23 Oct 2009 14:16:44 +0400
Source: ldapscripts
Binary: ldapscripts
Architecture: source all
Version: 1.9.0-1
Distribution: unstable
Urgency: low
Maintainer: Alexander GQ Gerasiov g...@debian.org
Changed-By: Alexander GQ Gerasiov g...@debian.org
Description: 
 ldapscripts - Add and remove user and groups (stored in a LDAP directory)
Changes: 
 ldapscripts (1.9.0-1) unstable; urgency=low
 .
   * Imported Upstream version 1.9.0
   * watch file added.
   * Bump standard's version, no changes needed.
   * Removed: 01_makefile_destdir.patch, 04_logname_replace.patch,
 06_nouuencode_pwgen.patch and most of
 debian/patches/03_fix_manpages.patch. Were fixed upstream.
Checksums-Sha1: 
 d9a9c4a379315f6dc086b144a29cca62cbb5f8a3 1423 ldapscripts_1.9.0-1.dsc
 853c04dce6e77ac4add50ef3ec9aec141db48a30 32081 ldapscripts_1.9.0.orig.tar.gz
 21f4963e4f1601b242a0a0c43bf2e51b12ec7518 6247 ldapscripts_1.9.0-1.diff.gz
 95f733fd265695fcef103f04764c4e31c79ece57 49210 ldapscripts_1.9.0-1_all.deb
Checksums-Sha256: 
 9d4762f6730675b1d2f3a400847714a75a84ed5acff84ed49ea19f4ff1be2836 1423 
ldapscripts_1.9.0-1.dsc
 059ae5538b381231a3046adee6d7473f44cea17f100cbd8e1d8f044b365bc26f 32081 
ldapscripts_1.9.0.orig.tar.gz
 592bdb4d25fab6a3054edeb41465434d138e5f5836c4482f15f222d29cf558dc 6247 
ldapscripts_1.9.0-1.diff.gz
 7dabe7f34d9b47d028e399d43a4f6f6d653331c9b5d6315d428a6d9be0621064 49210 
ldapscripts_1.9.0-1_all.deb
Files: 
 2ee1e9780f326dca63b8391076a59f30 1423 admin optional ldapscripts_1.9.0-1.dsc
 aeadcf16be1e166caf52ab07d37f6235 32081 admin optional 
ldapscripts_1.9.0.orig.tar.gz
 9fc502c5c028b52fa680fc5db9c27772 6247 admin optional 
ldapscripts_1.9.0-1.diff.gz
 7553d8ff42fc70d68acc008bccd9f56b 49210 admin optional 
ldapscripts_1.9.0-1_all.deb

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

iQEcBAEBCAAGBQJK4YTUAAoJEMqH6egqrDPxcOsH/RPEYfkPB1CbkjOC3jeF4ACg
VMr3MxUsbJLH9fqifuTojfyO7wZeSTgyHv9k6jNejoPxsAy2g4eYwQrOTR64OxHW
RSzDo/aKzIo15oML9PPxp/Mjfh0pQ90x4u10F4W60bWFC13ry91FkxUIn6nGZUJx
K0N5A+ZA4g+kh05guQqe9q9SISdaZZETJM8EMkNYSgqHhGCHFxwxYmepbvgQThcq
D2o4YnVbKDx6JRh0i/GegMCP89aBOyuNnMgNww+qPJUYJK1zO49jAs0jcPjb3SJA
Sl9qbWS+EyNKOk3UOJSfZWMKYHSdlb/nsrbKDw2urn3epRLrb1RlXxrM/aedpQM=
=56Ye
-END PGP SIGNATURE-


Accepted:
ldapscripts_1.9.0-1.diff.gz
  to pool/main/l/ldapscripts/ldapscripts_1.9.0-1.diff.gz
ldapscripts_1.9.0-1.dsc
  to pool/main/l/ldapscripts/ldapscripts_1.9.0-1.dsc
ldapscripts_1.9.0-1_all.deb
  to pool/main/l/ldapscripts/ldapscripts_1.9.0-1_all.deb
ldapscripts_1.9.0.orig.tar.gz
  to pool/main/l/ldapscripts/ldapscripts_1.9.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



Accepted flashblock 1.5.11-1 (source all)

2009-11-24 Thread Alexander GQ Gerasiov
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Mon, 23 Nov 2009 02:24:00 +0300
Source: flashblock
Binary: xul-ext-flashblock
Architecture: source all
Version: 1.5.11-1
Distribution: unstable
Urgency: low
Maintainer: Debian Mozilla Extension Maintainers 
pkg-mozext-maintain...@lists.alioth.debian.org
Changed-By: Alexander GQ Gerasiov g...@cs.msu.su
Description: 
 xul-ext-flashblock - mozilla extension that replaces flash elements with a 
button
Closes: 469906
Changes: 
 flashblock (1.5.11-1) unstable; urgency=low
 .
   * Imported Upstream version 1.5.11
   * med-xpi-unpack and original xpi used instead of import from cvs.
   * Bring package under maintenance of Debian Mozilla Extension Maintainers.
   * Bump Standard's version to 3.8.3
   * Binary package renamed according to DebMozExtTeam. Old package's name left
 in Conflicts/Replaces.
   * debian/control updated to use mozilla-devscripts power.
   * debian/rules reduced to drop all staff related to cvs import.
   * debian/copyright replaced with machine-readable one.
   * Finally upload to Debian (Closes: #469906).
Checksums-Sha1: 
 b4022b29d6a44dbf0fe1e2df7accdbeedee2b7aa 1612 flashblock_1.5.11-1.dsc
 82759f255472178d8d8e88ed781e580b3ecdb250 60376 flashblock_1.5.11.orig.tar.gz
 073fd75bcbc08a1219b6a16c1358b9b73004cb54 12172 flashblock_1.5.11-1.diff.gz
 812d8b3957f1c6d54438b6a9d3d61ac7934da420 88144 
xul-ext-flashblock_1.5.11-1_all.deb
Checksums-Sha256: 
 3b8a4cd154f6ab0916fdac3e630450266c895ea3dc28350e83cf5c43a8a9dd8f 1612 
flashblock_1.5.11-1.dsc
 c11e65f48b26e4b062d1e489e062826d3973e43dc30ee847501e88644d66de53 60376 
flashblock_1.5.11.orig.tar.gz
 5170454ee282c036d314a9b5b988afc306d02101c5feea5062b4bf756756aead 12172 
flashblock_1.5.11-1.diff.gz
 379b51bb2234d6cc2c1c6a03be87dbc1a96bd31e95920bfd7590b08f87e65b23 88144 
xul-ext-flashblock_1.5.11-1_all.deb
Files: 
 eeef2962435875e3b9ae240a418a2f65 1612 web optional flashblock_1.5.11-1.dsc
 3e03df3872c59fad961cb3f1d741ffd2 60376 web optional 
flashblock_1.5.11.orig.tar.gz
 37bf1647c3e7c0446c4cc1a913db78db 12172 web optional flashblock_1.5.11-1.diff.gz
 a3601264ce1da62277456ded61c7241a 88144 web optional 
xul-ext-flashblock_1.5.11-1_all.deb

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

iQEcBAEBCAAGBQJLCe1jAAoJEMqH6egqrDPxIPQIAJqFRX3MfPgbXFheKj6GNcAh
WfMEukilJ39mNRe40lkhXYBfwNbVFElTsoCUcRz4IjtGyRt0PfLhoPKolfeiWBaN
BSuD292ObhCxxy04b3dTBZWreqjYHqq0dc/7H0EX61/8ZS42E5jjc+VFfii8kbzL
Ogd8lljek/yzw8/cMVem+B61iL5Os9mthrSEPT1DpM8fyt4+UE/aF1v5SA3Uiffv
fZk429HP/bZFEjcy2Bg2xrwpFS80/SsP1HxT3tzxDdcJ7Dyrk+t5lSFIacoFDh+E
TTLrrN8navbz2wJ+XL2Vn8LmLF/HMqECrrKQxA7CSV/c5lrufITbhxXUEh/m5Qo=
=EEAt
-END PGP SIGNATURE-


Accepted:
flashblock_1.5.11-1.diff.gz
  to main/f/flashblock/flashblock_1.5.11-1.diff.gz
flashblock_1.5.11-1.dsc
  to main/f/flashblock/flashblock_1.5.11-1.dsc
flashblock_1.5.11.orig.tar.gz
  to main/f/flashblock/flashblock_1.5.11.orig.tar.gz
xul-ext-flashblock_1.5.11-1_all.deb
  to main/f/flashblock/xul-ext-flashblock_1.5.11-1_all.deb


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



Accepted xneur 0.9.7-2 (source i386)

2009-11-25 Thread Alexander GQ Gerasiov
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Wed, 25 Nov 2009 01:56:14 +0300
Source: xneur
Binary: xneur libxnconfig9.0.6 libxnconfig-dev xneur-dbg
Architecture: source i386
Version: 0.9.7-2
Distribution: unstable
Urgency: low
Maintainer: Alexander GQ Gerasiov g...@debian.org
Changed-By: Alexander GQ Gerasiov g...@cs.msu.su
Description: 
 libxnconfig-dev - Development files for xneur config file abstraction library
 libxnconfig9.0.6 - xneur config file abstraction library
 xneur  - in-place conversion of text typed in with a wrong keyboard layout
 xneur-dbg  - XNeur debugging symbols
Changes: 
 xneur (0.9.7-2) unstable; urgency=low
 .
   * Added Suggests: aspell-dictionary.
   * Install xneur's plug-ins into xneur package.
   * Switch to new dpkg v3(quilt) format.
   * Add lintian-overrides for xneur.portrm(postinst) calling ldconfig.
   * Mention Closes in previous changelog.
Checksums-Sha1: 
 8bd030430a11871683cf77de6f922cd48406bc90 1581 xneur_0.9.7-2.dsc
 8da4595f6ca4250c2177e40bd87e5a08d4509e45 11107 xneur_0.9.7-2.debian.tar.gz
 4b858e1f19399c8f793b77d9e48e51342d7d57ac 922338 xneur_0.9.7-2_i386.deb
 5e2427025d44e6c276a0c3b0f1834c2737eda3d7 28112 
libxnconfig9.0.6_0.9.7-2_i386.deb
 cb26745a918b515e4342204767af142fff5284e0 35132 libxnconfig-dev_0.9.7-2_i386.deb
 489ada521ffe47b32c0d78d51674a56fc47f01fe 141346 xneur-dbg_0.9.7-2_i386.deb
Checksums-Sha256: 
 d6717d08eca5111ce898144089b382611c76eaf11eb222da1046f9a3822d97ba 1581 
xneur_0.9.7-2.dsc
 dc7f978b186dc8eeedfdfb80c9d2fdfa5c5bac6decd86bb72eae7513acc854b6 11107 
xneur_0.9.7-2.debian.tar.gz
 bdbca8fa9ad0508dbe147e7ba1bac8b966b12fc8052341ce3b991f681de607d1 922338 
xneur_0.9.7-2_i386.deb
 99ebb5235423461ea025f3978a055ced44e3bc51cd5337b1d7d12e84598859fe 28112 
libxnconfig9.0.6_0.9.7-2_i386.deb
 665ed9d04b5846cf6811f597c5193dcf4d1af82b6586071cc585afebfd849130 35132 
libxnconfig-dev_0.9.7-2_i386.deb
 3d7c2c7e6e7ebb756f74f932f4a23021547e9f0923592bfdf6c78b41231b09b7 141346 
xneur-dbg_0.9.7-2_i386.deb
Files: 
 cf5e820afea054f62e714cb1b3ee26a2 1581 x11 optional xneur_0.9.7-2.dsc
 2b75e6b66c95ca765e5f90f1539e2baa 11107 x11 optional xneur_0.9.7-2.debian.tar.gz
 dc1129f8d95c73e663b54b5611c88265 922338 x11 optional xneur_0.9.7-2_i386.deb
 3d16a65f4734c7358fd8d592681a2f9b 28112 libs optional 
libxnconfig9.0.6_0.9.7-2_i386.deb
 292bd7b168ad1818b6dd382b78b48a19 35132 libdevel optional 
libxnconfig-dev_0.9.7-2_i386.deb
 5bfb7ed9743b0b508f89432511f6ad08 141346 debug extra xneur-dbg_0.9.7-2_i386.deb

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

iQEcBAEBCAAGBQJLDMw1AAoJEMqH6egqrDPxqosH/0BiCN5exF27CykjI78U7ib3
unWe1JxM1mWty7sgfxzPpiQrRGeZ3678U7bT184aoKVUBNBWs+5vM/t0prcByBBv
hgiHyUb3UViZ7yHcUB0SxgyEu986KSvOtqPuqIqta4GUOmt3We6LTzQLLUQwHPgW
uni4dBMP8VaM98VkV5wbycqZVEFocGA7kX1bx6RX/b2+4tJyE/+GT0bVCx3HpIJv
onbcfkMpUNIOVIBPK5D9ubjciuTS7KsZK/9eiPWbXEEysGnRAL3h3jVBf9O+677K
HTHAPVi7JMn2eUgSNDu9PdgVF+P1QHC59XQopvulRa/oUX3MWAldNEk+YPggAX0=
=zxc9
-END PGP SIGNATURE-


Accepted:
libxnconfig-dev_0.9.7-2_i386.deb
  to main/x/xneur/libxnconfig-dev_0.9.7-2_i386.deb
libxnconfig9.0.6_0.9.7-2_i386.deb
  to main/x/xneur/libxnconfig9.0.6_0.9.7-2_i386.deb
xneur-dbg_0.9.7-2_i386.deb
  to main/x/xneur/xneur-dbg_0.9.7-2_i386.deb
xneur_0.9.7-2.debian.tar.gz
  to main/x/xneur/xneur_0.9.7-2.debian.tar.gz
xneur_0.9.7-2.dsc
  to main/x/xneur/xneur_0.9.7-2.dsc
xneur_0.9.7-2_i386.deb
  to main/x/xneur/xneur_0.9.7-2_i386.deb


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



Accepted flashblock 1.5.11-2 (source all)

2009-11-29 Thread Alexander GQ Gerasiov
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Mon, 30 Nov 2009 01:21:27 +0300
Source: flashblock
Binary: xul-ext-flashblock
Architecture: source all
Version: 1.5.11-2
Distribution: unstable
Urgency: low
Maintainer: Debian Mozilla Extension Maintainers 
pkg-mozext-maintain...@lists.alioth.debian.org
Changed-By: Alexander GQ Gerasiov g...@cs.msu.su
Description: 
 xul-ext-flashblock - mozilla extension to block Adobe Flash content
Changes: 
 flashblock (1.5.11-2) unstable; urgency=low
 .
   * Fixed typo in debian/copyright.
   * Using new dpkg v3 format, it rocks.
   * Package description updated (taken from extension's homepage).
Checksums-Sha1: 
 729e7e5aa43cecf85f99251f5a94cbefc3ee40ea 1638 flashblock_1.5.11-2.dsc
 208c6c99b0447e878982d44a7cfae79b686ce960 12543 
flashblock_1.5.11-2.debian.tar.gz
 3d8542ea50753166821ef9952c5ecdde2621c717 88280 
xul-ext-flashblock_1.5.11-2_all.deb
Checksums-Sha256: 
 9f7e011f52b6ea2249aa6bddbf456b88ff50ffc612198771d8200e04bceef466 1638 
flashblock_1.5.11-2.dsc
 b5b4e5adfdbecb87aa04ca1c2824fabcdd2c3296755e1349ae778d1133d00693 12543 
flashblock_1.5.11-2.debian.tar.gz
 3effea86d78db3ad2ae9132de08af90ac2e6ea03e1a00d7d502f5895d4e7cda5 88280 
xul-ext-flashblock_1.5.11-2_all.deb
Files: 
 5a6e01a0897c463ba4124da7fd54e889 1638 web optional flashblock_1.5.11-2.dsc
 be2d44fbde551654fe08e239b1dcc6f3 12543 web optional 
flashblock_1.5.11-2.debian.tar.gz
 6f896765d0640700b2ddca1f4446a664 88280 web optional 
xul-ext-flashblock_1.5.11-2_all.deb

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

iQEcBAEBCAAGBQJLEv0RAAoJEMqH6egqrDPx+pEH/izYFqB/ITj5CK6aPlQI36yH
HzTvTGA0GsWoKBRz6KTuFfPW8AVenq+XWxRJVgRAodqc9e4OOp8IgB7tXmJXAcPs
mla5YSz3ux8RypBYrlvpiR/+0QiPvkLXDQM4ERqCpoAsfH/Fqcow8vJfcibynd2n
2xnd81QsfZIJjaRfEttDO7Yd14pf4zh0mjnpwoiJmna1lP8LRgv5TXDLHJZ3SXdz
F6SbVmEmYq6U/KCHC05de9+pWElfsktz+imwb9uEWegOzXZTzKdc1LHnq7avtUwd
+bjd4UWcM1/lW5ae8FmJZ0kzmBGH2ZOw1Zj6CFlOEyQHnPCgT6uLlYoC6wMUUZc=
=d8HW
-END PGP SIGNATURE-


Accepted:
flashblock_1.5.11-2.debian.tar.gz
  to main/f/flashblock/flashblock_1.5.11-2.debian.tar.gz
flashblock_1.5.11-2.dsc
  to main/f/flashblock/flashblock_1.5.11-2.dsc
xul-ext-flashblock_1.5.11-2_all.deb
  to main/f/flashblock/xul-ext-flashblock_1.5.11-2_all.deb


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



Accepted xneur 0.9.7-3 (source i386)

2009-12-01 Thread Alexander GQ Gerasiov
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Tue, 01 Dec 2009 11:36:14 +0300
Source: xneur
Binary: xneur libxnconfig9.0.6 libxnconfig-dev xneur-dbg
Architecture: source i386
Version: 0.9.7-3
Distribution: unstable
Urgency: low
Maintainer: Alexander GQ Gerasiov g...@debian.org
Changed-By: Alexander GQ Gerasiov g...@cs.msu.su
Description: 
 libxnconfig-dev - Development files for xneur config file abstraction library
 libxnconfig9.0.6 - xneur config file abstraction library
 xneur  - in-place conversion of text typed in with a wrong keyboard layout
 xneur-dbg  - XNeur debugging symbols
Changes: 
 xneur (0.9.7-3) unstable; urgency=low
 .
   * Fix previos upload: patches were unapplied.
Checksums-Sha1: 
 d23203cb7294321bc32c981b7ff0305560050e75 1581 xneur_0.9.7-3.dsc
 70a24af9684e58010c0c9f05fa7b31becf2ab729 10056 xneur_0.9.7-3.debian.tar.gz
 7344c72cf59cdb646443e90890e345dbab56c229 922386 xneur_0.9.7-3_i386.deb
 5a040fb84a5a4c93a9688576c404ef24db8e4681 28144 
libxnconfig9.0.6_0.9.7-3_i386.deb
 94814a7343c01e2376168802684f3c6b474e580d 35158 libxnconfig-dev_0.9.7-3_i386.deb
 44d33d37f006a2024a22dfa300285dd2c211c07e 141412 xneur-dbg_0.9.7-3_i386.deb
Checksums-Sha256: 
 2e0b2ee08222eddbaa869b81a8ca164bc608cd04a596d17dc7dc861ea7b7f67f 1581 
xneur_0.9.7-3.dsc
 d9d2fc7b5a94b70d45b5ed4135fea89f60773a2ef0fbe4915c6468e93fc85da7 10056 
xneur_0.9.7-3.debian.tar.gz
 f8f91dd73ca4d6e10c88e3fcec6b0c43530227c385c36b1db7eba0b8b34fbacc 922386 
xneur_0.9.7-3_i386.deb
 54af462382c8a1f3691a9f6cb18a244f5d9a4b76ce518fabcd912d045f8253eb 28144 
libxnconfig9.0.6_0.9.7-3_i386.deb
 2ee7ffc939bfe1e4ad75f38ff975e4d326d10e972c4e679562652536e3207edb 35158 
libxnconfig-dev_0.9.7-3_i386.deb
 41e962a556b55230bbfa204929d36b8f244ea06b3ffbd12f17e2acfa6c3853eb 141412 
xneur-dbg_0.9.7-3_i386.deb
Files: 
 7b2cbd6fe79fa2fde87f336c69160ed7 1581 x11 optional xneur_0.9.7-3.dsc
 71f33b9547158cc6e850a0b6eef975b9 10056 x11 optional xneur_0.9.7-3.debian.tar.gz
 0528d8bbbe2344de3f8e0dc42298ae25 922386 x11 optional xneur_0.9.7-3_i386.deb
 8dac4bd3076300c778c2e8884e52158f 28144 libs optional 
libxnconfig9.0.6_0.9.7-3_i386.deb
 b39f7dc55d753f638fdbc8a0669005f4 35158 libdevel optional 
libxnconfig-dev_0.9.7-3_i386.deb
 10b649e78faba27cc81f24ebd1552d05 141412 debug extra xneur-dbg_0.9.7-3_i386.deb

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

iQEcBAEBCAAGBQJLFR69AAoJEMqH6egqrDPxkFUH/1uMSFLzR9YgdTj3tKIfDD/q
fq5X3pdjBJeZJ+7fB7AHtwB/sukHJrJKt/NdlH4mFRrSAYAmJukugLAh1najjK5W
GlJNqIP5pa8ZHa5mOn0/H2VAABXHcC6I9E2gvmi1XD3vigJZLDBqSwQp0PFplrCW
O9X0tU4wDFUoVNOfUN5JMQHPeYJZZtn80cxwgjC9fNhWNGOMUuAgq2PhbokW9XOC
1V2cJaYQKeJJatX1dze/8tYjOZ6haaVEM3tjQum7Z22PHofp9YfeAdWPQBAWVjwe
pI9pJGLFOkpQ/Vs15gVZFqv/+Atj2Y3RoqDjjkZ8S0Kqb2nTtC6DswARADuZi3c=
=8zzN
-END PGP SIGNATURE-


Accepted:
libxnconfig-dev_0.9.7-3_i386.deb
  to main/x/xneur/libxnconfig-dev_0.9.7-3_i386.deb
libxnconfig9.0.6_0.9.7-3_i386.deb
  to main/x/xneur/libxnconfig9.0.6_0.9.7-3_i386.deb
xneur-dbg_0.9.7-3_i386.deb
  to main/x/xneur/xneur-dbg_0.9.7-3_i386.deb
xneur_0.9.7-3.debian.tar.gz
  to main/x/xneur/xneur_0.9.7-3.debian.tar.gz
xneur_0.9.7-3.dsc
  to main/x/xneur/xneur_0.9.7-3.dsc
xneur_0.9.7-3_i386.deb
  to main/x/xneur/xneur_0.9.7-3_i386.deb


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



Accepted netams 3.4.3+dfsg1-3 (source all i386)

2009-12-01 Thread Alexander GQ Gerasiov
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Thu, 26 Nov 2009 02:08:19 +0300
Source: netams
Binary: netams netams-dbg netams-web
Architecture: source all i386
Version: 3.4.3+dfsg1-3
Distribution: unstable
Urgency: low
Maintainer: Alexander GQ Gerasiov g...@debian.org
Changed-By: Alexander GQ Gerasiov g...@cs.msu.su
Description: 
 netams - Network Traffic Accounting and Monitoring Software
 netams-dbg - Debug symbols for the NeTAMS
 netams-web - NetAMS's web-interface
Closes: 496636
Changes: 
 netams (3.4.3+dfsg1-3) unstable; urgency=low
 .
   * debian/copyright: add more details about sources of some part of the
 code.
 .
 netams (3.4.3+dfsg1-2) unstable; urgency=low
 .
   * Fix escape issues in netams.postinst.
   * Switch to dpkg v3 format (quilt).
   * Standards version updated (no changes).
 .
 netams (3.4.3+dfsg1-1) unstable; urgency=low
 .
   * Imported Upstream version 3.4.3
   * Clean out Cisco's code with unknown license. Replaced with code from
 flow flow-tools upstream sources repackaged with +dfsg1.
   * Deleted debian/stamp-autotools-files. This is garbage.
   * Removed 15_fix_warnings.dpatch and 16_wipe_openssl.dpatch. Fixed
 upstream.
   * Switched from dpatch to quilt.
   * 02_remove_lcrypto.diff added: do not link with crypto.
   * debian/watch modified to handle mangled (+dfsg) package version.
   * Patches annotated according to DEP-3.
   * Upload to Debian (Closes: #496636).
Checksums-Sha1: 
 a4a9930a753942cb13ea0f9beb9435ff82d9df3b 1547 netams_3.4.3+dfsg1-3.dsc
 dac25bb1ee88abf41df5c6c08a5e2b2870d7734b 404157 netams_3.4.3+dfsg1.orig.tar.gz
 9ee7f64c366a1c013690929d4770a246475c8416 18129 
netams_3.4.3+dfsg1-3.debian.tar.gz
 548a2129768e4ad55917faae040f954ea9e2708a 97848 netams-web_3.4.3+dfsg1-3_all.deb
 f4755fff6afac19e791b75334cfa833f5ab0f304 253402 netams_3.4.3+dfsg1-3_i386.deb
 c03aa6f9da487060031b28803c99b7628d613d47 258450 
netams-dbg_3.4.3+dfsg1-3_i386.deb
Checksums-Sha256: 
 7926d8ce9cf4ce5f15108af5a469fab4d3880fb079a694b8d496541efbe7dc8d 1547 
netams_3.4.3+dfsg1-3.dsc
 6bac6e2319dd1664654b7fd0e7dd19f1bc97fc24d923959cdac1af1053b75ee6 404157 
netams_3.4.3+dfsg1.orig.tar.gz
 0ab8fab0939306179bad3b69ff7bc07428125249696899c0a98d780d993f8a44 18129 
netams_3.4.3+dfsg1-3.debian.tar.gz
 693922b13fef87b7518cc87c121c22565dc073f31131f2ae0288c2144c2455a0 97848 
netams-web_3.4.3+dfsg1-3_all.deb
 0c8258e603b134a2888975f61f97fc470a0d0ddb2b5f467c6f69db7a294dfe2e 253402 
netams_3.4.3+dfsg1-3_i386.deb
 ef77c2d32f8200e09ddc9a10c02c16c3bab6c2aeae9c3d785b85aac67c7f5d8b 258450 
netams-dbg_3.4.3+dfsg1-3_i386.deb
Files: 
 3a05f73a1039cd1423b6375a2347167a 1547 net optional netams_3.4.3+dfsg1-3.dsc
 a2205ec11f4c64fe913289f720e6401f 404157 net optional 
netams_3.4.3+dfsg1.orig.tar.gz
 4ee377c60423ef451654c6d89ae132b5 18129 net optional 
netams_3.4.3+dfsg1-3.debian.tar.gz
 6ea89ebda4a6050bf1221eb70b863196 97848 net optional 
netams-web_3.4.3+dfsg1-3_all.deb
 b4124b780ef9cd189e7767e443df71ba 253402 net optional 
netams_3.4.3+dfsg1-3_i386.deb
 e5021fc075408d368c69b18e611e70f4 258450 debug extra 
netams-dbg_3.4.3+dfsg1-3_i386.deb

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

iQEcBAEBCAAGBQJLE20WAAoJEMqH6egqrDPx6EwIAIo5FoygdBIF5M5G9HKBGciO
z4ad7JHGexahgWzAFUNUqHJhwx7zCUhjIxkAzTSa/TRyFHnQJ+1axy+i5P0HKnn1
4qN0u8zZQ3k4eNO+znaAKKL1Wqyx+oGueJs4xi4s9biB/zv/n+uHBbxzCn4gwME7
FDq3UuFsbtA9GPBhq+em3K+XJ1saQrk0Mi5NDrr0a1XYXa+VV29LSnPZraUycOcv
WjRnqMzNEzwSw56HP+q9IDHdvL57ujFSLZTFFFy0dEFxze13aySk4TsflPl7QtRQ
7/9VK/pQ/fLxNrl1WD2MGkGr8PYpsq7NMN3+cXMskDPopshiiv6/jR8JZVbqzPo=
=AwHp
-END PGP SIGNATURE-


Accepted:
netams-dbg_3.4.3+dfsg1-3_i386.deb
  to main/n/netams/netams-dbg_3.4.3+dfsg1-3_i386.deb
netams-web_3.4.3+dfsg1-3_all.deb
  to main/n/netams/netams-web_3.4.3+dfsg1-3_all.deb
netams_3.4.3+dfsg1-3.debian.tar.gz
  to main/n/netams/netams_3.4.3+dfsg1-3.debian.tar.gz
netams_3.4.3+dfsg1-3.dsc
  to main/n/netams/netams_3.4.3+dfsg1-3.dsc
netams_3.4.3+dfsg1-3_i386.deb
  to main/n/netams/netams_3.4.3+dfsg1-3_i386.deb
netams_3.4.3+dfsg1.orig.tar.gz
  to main/n/netams/netams_3.4.3+dfsg1.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 xneur 0.9.7-4 (source i386)

2009-12-27 Thread Alexander GQ Gerasiov
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sun, 27 Dec 2009 22:18:31 +0300
Source: xneur
Binary: xneur libxnconfig9.0.6 libxnconfig-dev xneur-dbg
Architecture: source i386
Version: 0.9.7-4
Distribution: unstable
Urgency: low
Maintainer: Alexander GQ Gerasiov g...@debian.org
Changed-By: Alexander GQ Gerasiov g...@cs.msu.su
Description: 
 libxnconfig-dev - Development files for xneur config file abstraction library
 libxnconfig9.0.6 - xneur config file abstraction library
 xneur  - in-place conversion of text typed in with a wrong keyboard layout
 xneur-dbg  - XNeur debugging symbols
Changes: 
 xneur (0.9.7-4) unstable; urgency=low
 .
   * Added debian/patches/06_fix_ftbfs.patch - fix FTBFS on several
 arches.
Checksums-Sha1: 
 fe8ea4dad49c6d7ae38eb5b8819082ebad89859d 1581 xneur_0.9.7-4.dsc
 1b307d3476f4a8066677a27febb3a9584ad9902a 10356 xneur_0.9.7-4.debian.tar.gz
 f3a3dfa8d89f021858562f5bb9be3fcda18f0d61 922638 xneur_0.9.7-4_i386.deb
 e1b57bf65dfa6487a2fc8bbc756a5a5393d81dd9 28478 
libxnconfig9.0.6_0.9.7-4_i386.deb
 11eb64b9d620e5824dd2c396da8faa11048ae83c 35708 libxnconfig-dev_0.9.7-4_i386.deb
 775fa5aff837ab799f91707a43a2126bf727caf9 142886 xneur-dbg_0.9.7-4_i386.deb
Checksums-Sha256: 
 67d46756483fd10c03b36812fb9a6ae5fc91bd3cac425124c04dbafe54bead14 1581 
xneur_0.9.7-4.dsc
 0eb75d976beb3d7285f92512e48eabe48c53d8ea3fae96bf365611957d1d23df 10356 
xneur_0.9.7-4.debian.tar.gz
 979fe1d0a90c1ebfd672b4af66de79519e49309977d472abfaf86f5b91b3 922638 
xneur_0.9.7-4_i386.deb
 4c7077201ed67c465ccfd0fa87c52102f038931619bd1fb3f210cafd1db07a7c 28478 
libxnconfig9.0.6_0.9.7-4_i386.deb
 2f4aa0bdd528876f2d4272132ee0d028b9244817af538b698d6cbbab64b7fc1c 35708 
libxnconfig-dev_0.9.7-4_i386.deb
 efab055defb697940a2725f75b47a5ad12c57b9ebb989d047b8b3499e1093be6 142886 
xneur-dbg_0.9.7-4_i386.deb
Files: 
 dad8c29142349c6da1a70ad9c77b3523 1581 x11 optional xneur_0.9.7-4.dsc
 0956424025dca2d5690168c907bd9a7a 10356 x11 optional xneur_0.9.7-4.debian.tar.gz
 8fe93c770fe5ebe90f104d923b53bdcc 922638 x11 optional xneur_0.9.7-4_i386.deb
 7570574563cbe797383b582cd971c0c1 28478 libs optional 
libxnconfig9.0.6_0.9.7-4_i386.deb
 539b54ed4a704a6c2b8d558c4b8f607a 35708 libdevel optional 
libxnconfig-dev_0.9.7-4_i386.deb
 8ccaf23ce279144a2a2029a642db8650 142886 debug extra xneur-dbg_0.9.7-4_i386.deb

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

iQEcBAEBCAAGBQJLN7x5AAoJEMqH6egqrDPxJGQH/00qpSP5LIWkTpBHMB7dErCl
gD9YMztuW1RePJOJ+94ceIZPrKMfx5g8ZP8bhYbaOto4w7AOLF5CjdsTwd4lmMgd
GTZEO+ayPeZ/vBdYqQlSJqIfEmlakYnbEj0BpIcsRpGXdtPIO6q2MIYpsffA5s0n
vpQj/LJMVW1NHV31RhSNCJB22rdRmSI7PNRHFdY7peDx5QjRS6puqMP6kCBeUZP2
O2BffZm8coK/QqoGI9NRmq3JgJGY2IPJJNlsfI029DhbpOYtSF951ujjNHkGf0av
xW6F1cwKbHZ+q29Zc+Fa1mHhcM/AOf+5QNyfOJjHy6c8Mf92mi3h4ceo7ant1E4=
=2poA
-END PGP SIGNATURE-


Accepted:
libxnconfig-dev_0.9.7-4_i386.deb
  to main/x/xneur/libxnconfig-dev_0.9.7-4_i386.deb
libxnconfig9.0.6_0.9.7-4_i386.deb
  to main/x/xneur/libxnconfig9.0.6_0.9.7-4_i386.deb
xneur-dbg_0.9.7-4_i386.deb
  to main/x/xneur/xneur-dbg_0.9.7-4_i386.deb
xneur_0.9.7-4.debian.tar.gz
  to main/x/xneur/xneur_0.9.7-4.debian.tar.gz
xneur_0.9.7-4.dsc
  to main/x/xneur/xneur_0.9.7-4.dsc
xneur_0.9.7-4_i386.deb
  to main/x/xneur/xneur_0.9.7-4_i386.deb


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



Accepted wordpress-xrds-simple 1.0-1 (source all)

2010-01-07 Thread Alexander GQ Gerasiov
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Mon, 04 Jan 2010 04:26:02 +0300
Source: wordpress-xrds-simple
Binary: wordpress-xrds-simple
Architecture: source all
Version: 1.0-1
Distribution: unstable
Urgency: low
Maintainer: Alexander GQ Gerasiov g...@debian.org
Changed-By: Alexander GQ Gerasiov g...@debian.org
Description: 
 wordpress-xrds-simple - XRDS-Simple plugin for WordPress
Closes: 563606
Changes: 
 wordpress-xrds-simple (1.0-1) unstable; urgency=low
 .
   * Initial release. (Closes: #563606)
Checksums-Sha1: 
 03a79365a0c68d635a6f22196b80c4ba2b8ccb6b 1545 wordpress-xrds-simple_1.0-1.dsc
 3030b65e7a46972fd52519fc91851d37812831cb 4146 
wordpress-xrds-simple_1.0.orig.tar.gz
 3929dcc4359208803d433d2346799a1801a9c0b2 1967 
wordpress-xrds-simple_1.0-1.debian.tar.gz
 27ccb7d2b04028ac68dde06d1874745c894f64d4 5736 
wordpress-xrds-simple_1.0-1_all.deb
Checksums-Sha256: 
 289bd6c25215b683261ef09dcafa8abf46b320aa4fc18d411938c6bd326537b6 1545 
wordpress-xrds-simple_1.0-1.dsc
 ad9a9b341d3b022452eb7d5191f33a0da70920e9a141d212d1980c8c575eeabd 4146 
wordpress-xrds-simple_1.0.orig.tar.gz
 4ac3e6887759cffc1ed971d70388ef2ed1fc3f086c05441e17b79f550f87ef2d 1967 
wordpress-xrds-simple_1.0-1.debian.tar.gz
 a645f9d71070661eb80fa1c4f3ea91a7f97a635b03421f2151f9a2eecc09691a 5736 
wordpress-xrds-simple_1.0-1_all.deb
Files: 
 f3428147a43ab050e9754e08ca193950 1545 php optional 
wordpress-xrds-simple_1.0-1.dsc
 f098ba5d5881137b92556550d4984dd2 4146 php optional 
wordpress-xrds-simple_1.0.orig.tar.gz
 8d5d212b9a81bdbb3e5b2873206ba1d4 1967 php optional 
wordpress-xrds-simple_1.0-1.debian.tar.gz
 353058e0b8b4d639312659e980063b65 5736 php optional 
wordpress-xrds-simple_1.0-1_all.deb

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

iQEcBAEBCAAGBQJLQUQaAAoJEMqH6egqrDPxCisIAJcAeJ+xBC8wgJkffFLpxOW+
GCUqybK5/LST9ytTfv5hSYRbmp2imbChSn9q+dA5dy9Bk488SKAVYuwmTUpqf3hv
WhQCTBYWD/WH/WxiRE4FpHX4pAUWSRcSSsNqYEAM/tvnCz4DCTJdx10PVafaOJJ3
069Ui4gB39pGWBVxWbIFBqf0oRf+EciYsST8Yrr8Gvt9jgQRA3lkqpH9TNhWPo/K
9EQr5tVkVA/c5R0IqaV5SJyoJMpw0jxqi+ON7ZUhFNwihQ6e9TGqd+AwuimwAyip
vZj3rwiz40lw4H0BCKcyBnu+Is8hxvtmUOr3BMHGYqhYN9qXiV/e/nWSOwCSnrE=
=lnt2
-END PGP SIGNATURE-


Accepted:
wordpress-xrds-simple_1.0-1.debian.tar.gz
  to main/w/wordpress-xrds-simple/wordpress-xrds-simple_1.0-1.debian.tar.gz
wordpress-xrds-simple_1.0-1.dsc
  to main/w/wordpress-xrds-simple/wordpress-xrds-simple_1.0-1.dsc
wordpress-xrds-simple_1.0-1_all.deb
  to main/w/wordpress-xrds-simple/wordpress-xrds-simple_1.0-1_all.deb
wordpress-xrds-simple_1.0.orig.tar.gz
  to main/w/wordpress-xrds-simple/wordpress-xrds-simple_1.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



Accepted wordpress-openid 3.3.2-1 (source all)

2010-01-07 Thread Alexander GQ Gerasiov
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Mon, 04 Jan 2010 04:28:51 +0300
Source: wordpress-openid
Binary: wordpress-openid
Architecture: source all
Version: 3.3.2-1
Distribution: unstable
Urgency: low
Maintainer: Alexander GQ Gerasiov g...@debian.org
Changed-By: Alexander GQ Gerasiov g...@debian.org
Description: 
 wordpress-openid - OpenID plugin for WordPress
Closes: 493236
Changes: 
 wordpress-openid (3.3.2-1) unstable; urgency=low
 .
   * Initial release. (Closes: #493236)
Checksums-Sha1: 
 f4d40cfcbea4917d23bd7c139e3612d76166d553 1510 wordpress-openid_3.3.2-1.dsc
 c78a6ad1a991631fcd33482603c573d1d8ab368e 345061 
wordpress-openid_3.3.2.orig.tar.gz
 a1b17736e7faad150e746180285a7b095ec2bad4 2237 
wordpress-openid_3.3.2-1.debian.tar.gz
 06204f8f98cfbaa961a4da75ca8e2236c0a8bf68 75880 wordpress-openid_3.3.2-1_all.deb
Checksums-Sha256: 
 eaef37a9ee72240f762cd03255571707f55a34fca51a395ed08b7cbacbb14018 1510 
wordpress-openid_3.3.2-1.dsc
 68fd5d29c3f8f8741d01593548af6e9e31e078f72f867900698e34cc5cb22145 345061 
wordpress-openid_3.3.2.orig.tar.gz
 073ff0923238160b4e33acfc0230879f09d4ef50e6717f0e62a9e0e00ee454a3 2237 
wordpress-openid_3.3.2-1.debian.tar.gz
 c95296f5125f0e96aeb81c552175c800c93a0d78fc23fe1a98bede1bb63bdd57 75880 
wordpress-openid_3.3.2-1_all.deb
Files: 
 798ecf060b10f9df3dd2fb16efea4693 1510 php optional wordpress-openid_3.3.2-1.dsc
 fa6c8abd6d56da1f5e6d62e6ce296237 345061 php optional 
wordpress-openid_3.3.2.orig.tar.gz
 ca76f6b8bbd301cb17e99759f4a917d1 2237 php optional 
wordpress-openid_3.3.2-1.debian.tar.gz
 4e0d544ba82acb63071f5a64783444ea 75880 php optional 
wordpress-openid_3.3.2-1_all.deb

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

iQEcBAEBCAAGBQJLQUSgAAoJEMqH6egqrDPx/5oIAKWhW5agCipzb33AWgTBqjS6
04hsQjoaC3b5V9OWjPwkK55odaMM9Nycypn4W/jD1bLC/pA6uFEEwyE7Dx8xXLF6
R+jD+JzXgmRlQzQvtssQy2Zbcfcl/QcQ0CwkRWiIIBV3nYj5YZUt5gGqJUaqQgW0
aF0kkCB+T7oIRkBoGHKQoi4kHrUPzXd2wPgkkd8pQ61lEz84Q4CeHzVFbMZJKH9D
I0fT/sAFyhlMA6lDmYjOPL/guCK+dv41Egi1JBSr1HbHmK+Z17I+xtvC1FdQrNPN
HS4pBgzYmTn38yWzSVDqiKk8Xy+EZbkXMh26Sg09IgfvkEFMdzAyYrcAdNYpyo0=
=GdxM
-END PGP SIGNATURE-


Accepted:
wordpress-openid_3.3.2-1.debian.tar.gz
  to main/w/wordpress-openid/wordpress-openid_3.3.2-1.debian.tar.gz
wordpress-openid_3.3.2-1.dsc
  to main/w/wordpress-openid/wordpress-openid_3.3.2-1.dsc
wordpress-openid_3.3.2-1_all.deb
  to main/w/wordpress-openid/wordpress-openid_3.3.2-1_all.deb
wordpress-openid_3.3.2.orig.tar.gz
  to main/w/wordpress-openid/wordpress-openid_3.3.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



Accepted hunspell-ru 20120501-1 (source all)

2012-06-27 Thread Alexander GQ Gerasiov
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Mon, 25 Jun 2012 21:30:29 +0400
Source: hunspell-ru
Binary: hunspell-ru
Architecture: source all
Version: 20120501-1
Distribution: unstable
Urgency: low
Maintainer: Dmitry Kurochkin dmitry.kuroch...@gmail.com
Changed-By: Alexander GQ Gerasiov g...@cs.msu.su
Description: 
 hunspell-ru - Russian dictionary for hunspell
Closes: 672536
Changes: 
 hunspell-ru (20120501-1) unstable; urgency=low
 .
   * New upstream release.
 .
   * Fix typo in the package description. Closes: #672536.
 .
   * Bump policy to 3.9.3.
 .
   * Change Format: field in debian/copyright to Machine-readable format v1.0.
Checksums-Sha1: 
 f2f4f7bdeca16737dd8ae5d48cc31b36b4204466 1477 hunspell-ru_20120501-1.dsc
 80562a87a181eaa86b89b883d43187ead19a8ee6 775747 
hunspell-ru_20120501.orig.tar.gz
 949ed165fbd346f7479f4914ca305a4c4991bb41 3411 
hunspell-ru_20120501-1.debian.tar.gz
 92b20f06341fc03dbd312a4c4df7bf234274f2ca 780574 hunspell-ru_20120501-1_all.deb
Checksums-Sha256: 
 fb1807a85601022b4c5a4a9d3ab6e873d89ae75656605b15159a1ed8c7f9ac4e 1477 
hunspell-ru_20120501-1.dsc
 f467e56f4666f2c5292c89d37e7d3712950a3e3410db902fb804d8c9a8ca71c5 775747 
hunspell-ru_20120501.orig.tar.gz
 53d438b508e719ee52ee4c484155cc9ae24a6e519f6a2d1df9d1a99d49d83070 3411 
hunspell-ru_20120501-1.debian.tar.gz
 05cd1e9da9346a87dfea8f9cea194ccab402836505455e5b80bc287e17b58e78 780574 
hunspell-ru_20120501-1_all.deb
Files: 
 914a0818358c586a74bdd4f9455cc80a 1477 text optional hunspell-ru_20120501-1.dsc
 399ba8833fdc8b0e8d9b08f10901ce35 775747 text optional 
hunspell-ru_20120501.orig.tar.gz
 d180fdc15c3620aa635c5d533cd37500 3411 text optional 
hunspell-ru_20120501-1.debian.tar.gz
 3a5e31400913a8311783a1bf839d3188 780574 text optional 
hunspell-ru_20120501-1_all.deb

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

iQEcBAEBCAAGBQJP62fNAAoJEMqH6egqrDPx4tYIAJF6w3OoAQnegONV0tDuuaxq
ULIAuxypFSbBf71vGHWMmIvXUM9d1u41hQNuVviLssBJ4qfQ56GoEweauVtXJVV4
2B9v7LqRKy3i7BRVZmVt43kCHSwrrS7gCw2f8+66EdSqFDL2pBM/xPvywku4S505
R59o170489WXs8rSjNF5P2C9WrWwW6gL8aq99LZJETVLHzeHAH2ODPfldhotTFPG
Su3Jdh58K2izreXFc2EmIHiiytf7ql4oj7lXoruMYsc6lJIhNyIIF/m320uNwxSa
Gkj+bC8FFItubFnULvJ+5/6AHKB4Cs89prlA21onpgYRVyo+TBWY76Szb2H3ggE=
=lkda
-END PGP SIGNATURE-


Accepted:
hunspell-ru_20120501-1.debian.tar.gz
  to main/h/hunspell-ru/hunspell-ru_20120501-1.debian.tar.gz
hunspell-ru_20120501-1.dsc
  to main/h/hunspell-ru/hunspell-ru_20120501-1.dsc
hunspell-ru_20120501-1_all.deb
  to main/h/hunspell-ru/hunspell-ru_20120501-1_all.deb
hunspell-ru_20120501.orig.tar.gz
  to main/h/hunspell-ru/hunspell-ru_20120501.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/e1sjzje-0002or...@franck.debian.org



Accepted wordpress-openid 3.3.4-1 (source all)

2012-12-24 Thread Alexander GQ Gerasiov
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Mon, 24 Dec 2012 15:06:32 +0400
Source: wordpress-openid
Binary: wordpress-openid
Architecture: source all
Version: 3.3.4-1
Distribution: unstable
Urgency: low
Maintainer: Alexander GQ Gerasiov g...@debian.org
Changed-By: Alexander GQ Gerasiov g...@cs.msu.su
Description: 
 wordpress-openid - OpenID plugin for WordPress
Changes: 
 wordpress-openid (3.3.4-1) unstable; urgency=low
 .
   * New upstream release 3.3.4
   * Remove 01_fix_common_php_require_once.patch: Fixed upstream.
   * Add 00_remove_embed_libs.patch: Do not add ./lib to include_path.
   * debian/control: Bump Standard's version: no changes needed.
Checksums-Sha1: 
 77fc078f44110213a0209c68282cf41d5adf80f0 1560 wordpress-openid_3.3.4-1.dsc
 864089670767d1df70a4917202aef575d32103f9 360651 
wordpress-openid_3.3.4.orig.tar.gz
 ef29b8feb251a0993a4dc8c0d917f0d4fb195f3a 2851 
wordpress-openid_3.3.4-1.debian.tar.gz
 6537884399adfbc7f58d0ed13ddd719768dc4d6c 87538 wordpress-openid_3.3.4-1_all.deb
Checksums-Sha256: 
 5322cdaee63f43ee3cec6aeb04b3f5e97f1dca1b476724a6b4762ea70617a3a6 1560 
wordpress-openid_3.3.4-1.dsc
 acf6e5a09d69d0207223d9215c6b2211a49242d82e1f65a9d9e8abbbd0cb1a5a 360651 
wordpress-openid_3.3.4.orig.tar.gz
 2c43e3676a284f579909552ce32fc9149584bd7606960ccf3c2b85e54e721c17 2851 
wordpress-openid_3.3.4-1.debian.tar.gz
 5c69748a31bed28578b27ada2738423c012cdbf2e6f378e32100500b437b75e4 87538 
wordpress-openid_3.3.4-1_all.deb
Files: 
 442aa5ba04e8fe2d2bf754e1ab414f7b 1560 php optional wordpress-openid_3.3.4-1.dsc
 df0e8787f1fc10b9b14e15a17b9d102c 360651 php optional 
wordpress-openid_3.3.4.orig.tar.gz
 50678d563d7d4c4cb8f1d39ff34701bf 2851 php optional 
wordpress-openid_3.3.4-1.debian.tar.gz
 16b5895a717bf37ec94300fab034475f 87538 php optional 
wordpress-openid_3.3.4-1_all.deb

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

iQEcBAEBCAAGBQJQ2F4sAAoJEMqH6egqrDPxVPgIAKEuX+RTkbPPPNx6pNnYkBTd
tbYWHitq8FQwKAofdGqNb0ShQJSz17J3xcXbbDFgwu9oeEqk1sToCdtvQ7sjJKQ+
O0aZc0GitXcAcWuKcyZH9hXHrA6SIU+2lI9qAC5Dh4rrHerjPjrcstvb8u3lj53l
npgAoPcZAdxVB4CcYFfjchQpRwRcKf300eJjyUgVZmMbBpoDxJkN7+r76OmaqbHI
rAv3Q7oNlbbjyFlutpVC1nd3/Xe8mfPyttrr3DT4+LwP0V2qTIrN2GtY/brkrrEe
7qWLfZh/CidqsDpDIfaxXXXT3yB7UekXXfyra1Xb+/2zrp/HOc5pxrMj6UNnQAM=
=Y6nY
-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/e1tn9kg-0007bs...@franck.debian.org



Accepted wordpress-xrds-simple 1.1-1 (source all)

2012-12-24 Thread Alexander GQ Gerasiov
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Mon, 24 Dec 2012 16:44:58 +0400
Source: wordpress-xrds-simple
Binary: wordpress-xrds-simple
Architecture: source all
Version: 1.1-1
Distribution: unstable
Urgency: low
Maintainer: Alexander GQ Gerasiov g...@debian.org
Changed-By: Alexander GQ Gerasiov g...@cs.msu.su
Description: 
 wordpress-xrds-simple - XRDS-Simple plugin for WordPress
Changes: 
 wordpress-xrds-simple (1.1-1) unstable; urgency=low
 .
   * New upstream release.
   * 01_version.patch: Fix upstream version numbering.
   * Bump Standard's version: no changes needed.
   * debian/rules: Update to the latest cdbs.
Checksums-Sha1: 
 e16fc99b0f569b52c119fd4548bbb26ab6076dd6 1600 wordpress-xrds-simple_1.1-1.dsc
 c36a383ca0611cbc117e4a59a35f1c8e8831dead 4549 
wordpress-xrds-simple_1.1.orig.tar.gz
 e06b44467dded60ac89701ac3a7a2d8928585770 2338 
wordpress-xrds-simple_1.1-1.debian.tar.gz
 0afd9bd1de6fe737fe432184c6a69e1d11c7b14d 6358 
wordpress-xrds-simple_1.1-1_all.deb
Checksums-Sha256: 
 6fab1e24030ad1462a418c15cf970e86291edde03680e33b820676d29641107b 1600 
wordpress-xrds-simple_1.1-1.dsc
 d0508dcf83347ef89a67461dce8b95ce75a29be0c32fb5d6aa74c5a86ae33db2 4549 
wordpress-xrds-simple_1.1.orig.tar.gz
 4a482ebea2a7c30507abbe27b4d9a3fb39008de658aeb0b08da462f0364b179d 2338 
wordpress-xrds-simple_1.1-1.debian.tar.gz
 e20b234a93c123315142bbdd83a30a23f2b79b9f4523a4890d6a8235f9a3c203 6358 
wordpress-xrds-simple_1.1-1_all.deb
Files: 
 7e48b2e1b8c6df0c91b4db540b3154d9 1600 php optional 
wordpress-xrds-simple_1.1-1.dsc
 0c437aeedbb90211a73631fca66080df 4549 php optional 
wordpress-xrds-simple_1.1.orig.tar.gz
 407aebc3e8325d58ba111ccb6799a668 2338 php optional 
wordpress-xrds-simple_1.1-1.debian.tar.gz
 2b2ef6f3f3510106959ff8d81c57d78e 6358 php optional 
wordpress-xrds-simple_1.1-1_all.deb

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

iQEcBAEBCAAGBQJQ2F4dAAoJEMqH6egqrDPx6HsH/ivZhddVN6QwfC6y5WhNuKs5
DfuSV8psJZruxST1olKCNRHXWRArVMTeOgIaQ0EzVwguz+cS2UvPr4uutRJ8LTFc
rhjGvuChdquJG4rpQbiSNA9T5AezooRiectOagxmwFCfQsgYiEb2JJf+DcoZ5ged
N+54Nnz+Z5nHzrPyeZV+aqYhEIdffyxtxGBjVAzYTRGeL9aHry2yl5SCrq/zVWIg
SoUQV2SOIxSSgSxHCfUFRPQnoLxtdPDaiRS7nZJU/awG7A88XbtTlzuPPniBCOh0
F0dGqtt/9cMj6bFzCww6iR+M+gtjW3yQUq3I4tKCZgYMIS8Yur0L3JXfsoCwbJs=
=zvqw
-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/e1tn9kk-0007ea...@franck.debian.org



Accepted flashblock 1.5.16-1 (source all)

2012-08-26 Thread Alexander GQ Gerasiov
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Mon, 27 Aug 2012 01:49:01 +0400
Source: flashblock
Binary: xul-ext-flashblock
Architecture: source all
Version: 1.5.16-1
Distribution: unstable
Urgency: low
Maintainer: Debian Mozilla Extension Maintainers 
pkg-mozext-maintain...@lists.alioth.debian.org
Changed-By: Alexander GQ Gerasiov g...@cs.msu.su
Description: 
 xul-ext-flashblock - Mozilla extension to block Adobe Flash content
Closes: 648910
Changes: 
 flashblock (1.5.16-1) unstable; urgency=low
 .
   * debian/control: mozilla replaced with Mozilla. (Closes: #648910)
   * New upstream release 1.5.16
   * Bump Standard's version: no changes needed.
   * debian/copyright: Update to latest version of standard.
Checksums-Sha1: 
 ef02898237ef5b2f43673b2d5b69c235d1e09f10 1727 flashblock_1.5.16-1.dsc
 26029218e17fc52d6582a9f467faf21e41745e56 81902 flashblock_1.5.16.orig.tar.gz
 aa8dd2f42ed57bfa5ed6fb09741ffb12cda61ad6 12936 
flashblock_1.5.16-1.debian.tar.gz
 e67f6ff9f4032c6ee6176815413ad1fc267b5e3f 113666 
xul-ext-flashblock_1.5.16-1_all.deb
Checksums-Sha256: 
 a2738a32074a170f24de08cbc42f607415a40fcb43407f54e7b5e0c76460d2bc 1727 
flashblock_1.5.16-1.dsc
 f7c353abb2e5b28818c4faa71b3af96654b425f34c714153254740973ca6a2f7 81902 
flashblock_1.5.16.orig.tar.gz
 0360e572a7b4b144ea28dc4b75ee2e65643411ebfcab639af48c3942f8ceb6fd 12936 
flashblock_1.5.16-1.debian.tar.gz
 2749caed7b50c5cead5c2ba8854b6fcf4c84657aeafff16f9c7e3ddde27a92e2 113666 
xul-ext-flashblock_1.5.16-1_all.deb
Files: 
 408c23c36a7e4259b9024deaafe62f28 1727 web optional flashblock_1.5.16-1.dsc
 aefc78dca7fbb59d36bc4e2e011192ec 81902 web optional 
flashblock_1.5.16.orig.tar.gz
 6bb75f395cb8cdfe50da81e48e134bf0 12936 web optional 
flashblock_1.5.16-1.debian.tar.gz
 e08936fca179e88601971ca45ead3443 113666 web optional 
xul-ext-flashblock_1.5.16-1_all.deb

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

iQEcBAEBCAAGBQJQOsH2AAoJEMqH6egqrDPx9FQH/2LXIKgsOIEiFzZI+g2xjeOc
d+kMXuzzdi72c1HwZJRAUOqu75vgtNw3uT3zyDjA+jO+GF/hGRC8aNZeZ5Cv882I
9phbrg0AH3Q+WkdgvWY9YhoyB/2g3lD0DreCIEx2J3IRYan+p4O5ogZGOzZ4BPsu
kIgr5/vDNtXelUgG1QFHYCAkn8j+PoNcQGkOlLaeQKYKijT+z7xUbUDElG9LmUJs
TSx5kzNyNK14Xlg1vPC9CqM1mwcF7cC/T1x/v+IkQiLytAJgl14b/ZP4QVSAi0GE
DIrPuzJ7tvF+zsLuyw4kpd98EXWFQaDBwaFgXRhCbAx9uTnT36KEEpOFxmkoq3I=
=DyoP
-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/e1t5nuq-0003h5...@franck.debian.org



Accepted ldapscripts 2.0.1-2 (source all)

2012-08-26 Thread Alexander GQ Gerasiov
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Mon, 27 Aug 2012 04:38:33 +0400
Source: ldapscripts
Binary: ldapscripts
Architecture: source all
Version: 2.0.1-2
Distribution: unstable
Urgency: low
Maintainer: Alexander GQ Gerasiov g...@debian.org
Changed-By: Alexander GQ Gerasiov g...@cs.msu.su
Description: 
 ldapscripts - Add and remove user and groups (stored in a LDAP directory)
Closes: 610971 656172 671613 681266
Changes: 
 ldapscripts (2.0.1-2) unstable; urgency=low
 .
   * Depend on nslcd instead of libnss-ldap, and us it's config.
   (Closes: #610971, #681266.)
   * debian/runtime.debian: Specify default value for GCLASS. (Closes: #671613)
   * debian/control: Fix 'Perl' writing. (Closes: #656172.)
   * debian/control: Standards-version updated, no changes needed.
Checksums-Sha1: 
 a1f9cc2a8baae8f630bed429902a95226a8a787d 1496 ldapscripts_2.0.1-2.dsc
 c21931242173766ffe65433a0e31d27488fa3145 7927 ldapscripts_2.0.1-2.debian.tar.gz
 fe743d6768eae9e2818cd62ce17b8e291aad19a4 53546 ldapscripts_2.0.1-2_all.deb
Checksums-Sha256: 
 8bb780cee32b1a9c4dc1378af24efb328ecd3f5f64ad66b51d0f859ee96c1f68 1496 
ldapscripts_2.0.1-2.dsc
 329845993b0f2561291bc2d90e1bc82cbbd3012e3228ef5c77d282888d13cfd1 7927 
ldapscripts_2.0.1-2.debian.tar.gz
 211fa071a6200dce6acfc941d6262e8b89c6e057ed40975c737e17d6e1bc27fb 53546 
ldapscripts_2.0.1-2_all.deb
Files: 
 a0f7eaa89be1bd992d800822ba1b63fa 1496 admin optional ldapscripts_2.0.1-2.dsc
 c8c67826a4e6a28f50f25ecdf74bcbb5 7927 admin optional 
ldapscripts_2.0.1-2.debian.tar.gz
 ac8547be20a399dfcfc2d0990c2bb574 53546 admin optional 
ldapscripts_2.0.1-2_all.deb

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

iQEcBAEBCAAGBQJQOsO0AAoJEMqH6egqrDPx0qQIAMLqNVLn492RFj9uZHSk11yV
vygfLmauOV9SL+sfvHf2kH9PafMBU9RUc146ZGkzZmVN8e19UGP110sCzVYrla1z
u4CXax1S/cT5fn65YoCmvZFY4pKBXwhEIicIgjitP0GA9Fue3K+NsL1VjDG2B8YB
h1dtnMlYOidecgU/JNjrtN7Mag+1olKcPVqUxAiXWl0b4AGyorOriOjpuB/d2Z20
ka3zKHxs0PRofWkmxoYuRTGXnp2d0EGWLiD7plJOP3CThQ0FiXwKUbXdBPHasI3X
yla+cYMloy2y23giUpebPD+8gQXpCIn43JWyKQkBueLGmyNN0cjSj4ScD99J0T4=
=T7gu
-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/e1t5nix-00042e...@franck.debian.org



Accepted instead 1.8.3+dfsg1-1 (source i386 all)

2013-04-05 Thread Alexander GQ Gerasiov
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sat, 09 Mar 2013 22:40:00 +0200
Source: instead
Binary: instead instead-data instead-doc-base instead-doc-en instead-doc-ru
Architecture: source i386 all
Version: 1.8.3+dfsg1-1
Distribution: unstable
Urgency: low
Maintainer: Sam Protsenko joe.s...@gmail.com
Changed-By: Alexander GQ Gerasiov g...@cs.msu.su
Description: 
 instead- Simple text adventures/visual novels engine
 instead-data - Data files for INSTEAD
 instead-doc-base - Common documentation for INSTEAD
 instead-doc-en - English documentation for INSTEAD
 instead-doc-ru - Russian documentation for INSTEAD
Closes: 664587
Changes: 
 instead (1.8.3+dfsg1-1) unstable; urgency=low
 .
   * New upstream release (Closes: #664587).
 + Non-free games/tutorial3/sv_ttt.xm from upstream replaced with free one
   track.
   * Removed linking patch as it's not necessary (fixed upstream).
   * Added missed copyright for themes/default/sans*.ttf.
   * Added patch fixes desktop entry.
   * themes/default/sans*.ttf fonts replaced with system ones.
   * Added doc-packages.
   * Threaded make.
Checksums-Sha1: 
 a8b7a5d77343a380e5017d26043345b9acf3a310 1771 instead_1.8.3+dfsg1-1.dsc
 042d13af0e42e8443b14435d3c1d8f564b056da4 4749196 
instead_1.8.3+dfsg1.orig.tar.gz
 11bbcaf3cdab312c7eb58cb2ddd49a568bfd2bd5 20591 
instead_1.8.3+dfsg1-1.debian.tar.gz
 5d43b03daa08ca055522e652118ba211ccbb01bd 192040 instead_1.8.3+dfsg1-1_i386.deb
 6e978bd4b72d2fd6a784caca78f1adbfd029e15e 2828222 
instead-data_1.8.3+dfsg1-1_all.deb
 8a2b18eed85d91856eb42b20e430514c168ea717 31118 
instead-doc-base_1.8.3+dfsg1-1_all.deb
 a5c1c59ce4fc580fae380837cc05d552c4e62ed1 44194 
instead-doc-en_1.8.3+dfsg1-1_all.deb
 a9eaf185d855d14a82dad95183e74dc0f2a8bb28 1123372 
instead-doc-ru_1.8.3+dfsg1-1_all.deb
Checksums-Sha256: 
 241912aa6ce63dffdc3a95f5840e3a29f707d6df444b1296eee5e6b91b82e69a 1771 
instead_1.8.3+dfsg1-1.dsc
 c1885dd6435c69b2f503be404e732ecb3a08d046ffaa5cb208448280e85bd847 4749196 
instead_1.8.3+dfsg1.orig.tar.gz
 b6c8c6eb41da21f61ac7f8f4c9ae674ef2b21cea4ae8a1113ad72e8c4a99b436 20591 
instead_1.8.3+dfsg1-1.debian.tar.gz
 c0cb52542b604745ad97466ee6e2a566b5f5f9a814495d9243b237fe92f59930 192040 
instead_1.8.3+dfsg1-1_i386.deb
 8a2d28d691b524fd243eae2eb3344fb0c607bd1b600a53a0cd2a6c72b781eb11 2828222 
instead-data_1.8.3+dfsg1-1_all.deb
 5c242cba7cbb97ef5a4acd1f52806236e05cbbd6565dcc3f747bb3172eca3b73 31118 
instead-doc-base_1.8.3+dfsg1-1_all.deb
 504c1c25bad840c510c459730fb4cdca2fca2700178caa70bc99191fa6062a49 44194 
instead-doc-en_1.8.3+dfsg1-1_all.deb
 99ee0d78f338983b9b68a6e8a127778c0b1a6667584a36f672784467182c166b 1123372 
instead-doc-ru_1.8.3+dfsg1-1_all.deb
Files: 
 f636229730fd3e1e547cab9c160cd4d2 1771 games optional instead_1.8.3+dfsg1-1.dsc
 5f69defa1bdcd70a65dc4bbcbf66cd4f 4749196 games optional 
instead_1.8.3+dfsg1.orig.tar.gz
 f3c85b6ec9d26daa6747271d9d095aee 20591 games optional 
instead_1.8.3+dfsg1-1.debian.tar.gz
 3845077379f0c33d80c07337fc827338 192040 games optional 
instead_1.8.3+dfsg1-1_i386.deb
 96f89abe11328c19e5ff48adea247801 2828222 games optional 
instead-data_1.8.3+dfsg1-1_all.deb
 9dce07ce37cd6d4169d48538eca0ec24 31118 doc optional 
instead-doc-base_1.8.3+dfsg1-1_all.deb
 6a7d755c0985b75f403ab7c17d5d8cd2 44194 doc optional 
instead-doc-en_1.8.3+dfsg1-1_all.deb
 611b3f304af5d87137aeb749a59c2ec7 1123372 doc optional 
instead-doc-ru_1.8.3+dfsg1-1_all.deb

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

iQEcBAEBCAAGBQJRSdU+AAoJEMqH6egqrDPxndMIAK2fIR01Gzy5SMq6+HH1tuNI
I36Vn2CLctIy2Mwz2IFXJFqUon4vEoFaXbzHH3dGytiLOH8nTrUiXM6vfwc9K96Z
SvznQQQlqcRCXFrukmKAan6hD0MmgaS0817PqMVFORQhZHeDRkVgfpetya5jlpHP
4udXg0nGtP6WWMpxT9e+F9G1KkPAARtV7FodhFM93Ux1Z6T0TbbnUNsCZeDsH843
bDCZUysCP0qGi84iBLOoS9INzkmTSw3LYwJLU+pK2KTv2R4toz5vGyftSqneUwvL
rJrOpGtIQtrj4qK81KOpBmtYkm4nAfJBiKG1Y4iLtZmpgNqnn8zzLtoZ0JAOj8I=
=e6MK
-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/e1uohud-0006gv...@franck.debian.org



Accepted ldapscripts 2.0.5-1 (source all)

2013-10-01 Thread Alexander GQ Gerasiov
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Tue, 01 Oct 2013 22:21:54 +0400
Source: ldapscripts
Binary: ldapscripts
Architecture: source all
Version: 2.0.5-1
Distribution: unstable
Urgency: low
Maintainer: Alexander GQ Gerasiov g...@debian.org
Changed-By: Alexander GQ Gerasiov g...@cs.msu.su
Description: 
 ldapscripts - Add and remove users and groups (stored in a LDAP directory)
Closes: 686140 719295
Changes: 
 ldapscripts (2.0.5-1) unstable; urgency=low
 .
   * Imported Upstream version 2.0.5
   * Removed 06_builtin_locale.patch: fixed upstream.
   * debian/control: Update description. (Closes: #686140)
   * 02_debian_config.patch refreshed.
   * New patch 06_fix_logname.patch fixes logname invocation issues.
 (Closes: #719295)
   * debian/runtime.debian: Fix awk invocation. Should fix (LP: #1225440).
   * New patch 07_fix_log_perm.patch fixes permissions of log file.
   * New patch 08_fix_log_entry.patch fixes log entry when runtime is sourced
 from file with whitespaces.
   * debian/control: Bump Standard's version: no changes needed.
Checksums-Sha1: 
 a95f635ea36988ead547cd66470a767c0b12f0c7 1496 ldapscripts_2.0.5-1.dsc
 00387af4436d887d5d4ba923565d0fcc9aff17b2 36040 ldapscripts_2.0.5.orig.tar.gz
 2342752a720812e57c86a85f08b0ebcefe6006c5 8309 ldapscripts_2.0.5-1.debian.tar.gz
 6824bbbc43867672f27e7cef0ef81c0c13601a60 49416 ldapscripts_2.0.5-1_all.deb
Checksums-Sha256: 
 cda866cd0a89dc812ea57c7bc3676e9048d369cb3360f631aec33077462dd536 1496 
ldapscripts_2.0.5-1.dsc
 c0d658453fbafa8c5fb59338f4448e5964fa43172adf155940f6732fc7883352 36040 
ldapscripts_2.0.5.orig.tar.gz
 a5e35785d4ad6a062d114395ab9b525d24057032933b22f85d22581b9ffd6041 8309 
ldapscripts_2.0.5-1.debian.tar.gz
 fc37ef2aaf53624d296eb3fd1a1174da8cb2c03e022bca1d21e3056d22ce0ef0 49416 
ldapscripts_2.0.5-1_all.deb
Files: 
 de0ca8f85b8527f92884d3f9c5f2871b 1496 admin optional ldapscripts_2.0.5-1.dsc
 eb7875aa856060c85aaa62d2cd14c3fe 36040 admin optional 
ldapscripts_2.0.5.orig.tar.gz
 22493b621f97c3bfb798c77484ac476b 8309 admin optional 
ldapscripts_2.0.5-1.debian.tar.gz
 c3f94005e73f4618db5fbc29453384bb 49416 admin optional 
ldapscripts_2.0.5-1_all.deb

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

iQEcBAEBCAAGBQJSSxabAAoJEMqH6egqrDPxaeIH/ieHErWVY9CuRyakTulL7ofj
eGWJ+8F1q4JIHL9Aq/BXWjjn/1UxFNcI7sgEKeRIPi1c31G7EAnhzwHuhLZpXb+h
WNzOSMJloIsn64VllieBSxwIJ6vqcWtSmtKmzXR73EhDvm7xFZxGLBJARxqCySn7
yypVmDRravR82YlkckT4sLJGBi1YfkVGKbqYAqFbj5x8+O50m/WpSXq+YnzHdrsE
D9N6w7kfL9mU4q479tm/+VPQvHfROKLkzjWJT0i/T33UBxCQP0FCt8AKxm5w2+1o
acP0fRrsTHdFkBRplDZC1dwCX5rVjgoR6EAua0p1Jza3mVivPqSxc8hwoTJ26E4=
=eWd/
-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/e1vr4zr-q0...@franck.debian.org



Accepted instead 1.9.1-1 (source i386 all)

2013-10-19 Thread Alexander GQ Gerasiov
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Thu, 26 Sep 2013 23:50:00 +0300
Source: instead
Binary: instead instead-data instead-doc-base instead-doc-en instead-doc-ru
Architecture: source i386 all
Version: 1.9.1-1
Distribution: unstable
Urgency: low
Maintainer: Sam Protsenko joe.s...@gmail.com
Changed-By: Alexander GQ Gerasiov g...@cs.msu.su
Description: 
 instead- Simple text adventures/visual novels engine
 instead-data - Data files for INSTEAD
 instead-doc-base - Common documentation for INSTEAD
 instead-doc-en - English documentation for INSTEAD
 instead-doc-ru - Russian documentation for INSTEAD
Closes: 713680
Changes: 
 instead (1.9.1-1) unstable; urgency=low
 .
   * New upstream release.
   * New tutorial soundtrack from svenzzon, so old one is gone
 and now package is not -dfsg.
   * Fix build on sid on amd64 (Closes: #713680).
   * debian/control:
 - Bumped up Standards-Version to 3.9.4.
   * debian/watch:
 - Update link to current INSTEAD repository.
   * debian/copyright:
 - Update INSTEAD site link.
 - Update copyright for tutorial music.
   * debian/control:
 - Update INSTEAD site link.
 - Update game repository link.
   * patches/:
 - Fix Lintian warnings:
   - desktop-entry-contains-encoding-key
   - desktop-entry-lacks-keywords-entry
 - Fix desktop-file-validate tool warnings:
   - Icon must not contain file extension
   - Version entry must be desktop-file standard version,
 not the application version
Checksums-Sha1: 
 b68eb7eeae3ce4b712d33a6d7c4b79a2da13b034 1730 instead_1.9.1-1.dsc
 1e48de709c5e42f3e521ab87547ced3fe483afe8 5551348 instead_1.9.1.orig.tar.gz
 175571ec6ec9f10495c1d5791b76c1333a8b0022 21296 instead_1.9.1-1.debian.tar.gz
 ec4681435ab5788684999fc015661e3bad4329f7 167936 instead_1.9.1-1_i386.deb
 37ad24926049026e146ff3b33cde404b0842fda7 3645114 instead-data_1.9.1-1_all.deb
 83e9caaab4dd14a2665316d17f3da8cfbd3f9888 28510 instead-doc-base_1.9.1-1_all.deb
 c2be0266bd9bcb099b9e150507661f662b0fd31b 39926 instead-doc-en_1.9.1-1_all.deb
 2afd70b93ee2cd7e9a7d93cea06c134173588897 1085392 instead-doc-ru_1.9.1-1_all.deb
Checksums-Sha256: 
 7162fbc47fd7aea632de4417696fd16bb4bddd1a3f8839adb7c011318adbd680 1730 
instead_1.9.1-1.dsc
 f5577c5118b5f4a2897c7bb26f3ad7993005dbf0ae8fe762b4434e1151ddb430 5551348 
instead_1.9.1.orig.tar.gz
 5f66c9048b916511c92dcf36731b246057d9447290456eb87013501b19e8e072 21296 
instead_1.9.1-1.debian.tar.gz
 ae09c7e0679ffbe924b258a832c4b9f083434ed5ffbe45a4040be866fd2f086c 167936 
instead_1.9.1-1_i386.deb
 455e67628b1b05dd5008eed082df45d07b36349a99e6c41aa410170d2fa17b71 3645114 
instead-data_1.9.1-1_all.deb
 b31f79df6bac09ee3a7e79beee8bb4e0547be4f832d6c8e8e2600a03632d3b96 28510 
instead-doc-base_1.9.1-1_all.deb
 2bb8353f027b1a2b07bbf373d4dacf87c66fdca523d7ba7a89e0cccaaf2fdc8d 39926 
instead-doc-en_1.9.1-1_all.deb
 4ef5fe54bb57c4f5506936a0e3f853e3460cce41b8180ddd6c1b70e1c5cc17fa 1085392 
instead-doc-ru_1.9.1-1_all.deb
Files: 
 da253bc92fe1cd7dbf9488d4f39003d0 1730 games optional instead_1.9.1-1.dsc
 fe925715e48ce06ddce9c380b881 5551348 games optional 
instead_1.9.1.orig.tar.gz
 fe42a4e25b540d3a52b4954fa3e1cea0 21296 games optional 
instead_1.9.1-1.debian.tar.gz
 00f1f2c10c91c21191c1fe280ff5f1c7 167936 games optional instead_1.9.1-1_i386.deb
 e074295f3717eb160a8d489ce339b85c 3645114 games optional 
instead-data_1.9.1-1_all.deb
 26c5f14a2981c4c0eddd04a7c51120de 28510 doc optional 
instead-doc-base_1.9.1-1_all.deb
 85e8b91c0d40343c350962a6c6a2dd4c 39926 doc optional 
instead-doc-en_1.9.1-1_all.deb
 1489fc3ac54e0df49cf74c50f965f37d 1085392 doc optional 
instead-doc-ru_1.9.1-1_all.deb

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

iQEcBAEBCAAGBQJSYs+JAAoJEMqH6egqrDPxGWUH/R9myqJLrlpRsmssoYqQVWDk
w7Or6Hj50hx+VAQg/Vbvr/XzP+yLYbQewsykanNmm9VRc0H+yPOZjYD1lA78uZLO
aSJdFGPSTKF5ncZlPhnQebPsrvq0m55IDW+ubLwcb/w8IWGOkKvZObRjIPvRCDZI
dI5XxVw9zZK9veyvREHE8FTWSCxzvc1YRHnVYeJrMwq+x1STtSlQlnV0fONzO+0K
g1mGX/9j9zRSO16BV/RnxlGchfu6ELQp+B438SCs/QrQBqxb0WHjiUHYO5W8IwoZ
6W6ItR1GPwYlwTwuONOogBNITMRKvJReDMl//2lD+/35L6HGSerS7TrcgM+03BY=
=LPpc
-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/e1vxbl7-ub...@franck.debian.org



  1   2   3   >