Re: ITA: dict-gcide

2009-12-16 Thread Pablo Duboue
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256


CA You don't.  You will be effectively maintaining a fork.  You might consider
CA changing the name.

RS Sure. Looks like a good candidate to start a new project with ?
RS Especially since it contains more than 8 decades of data which can stand of
RS value even if just archived and maintained.

RS Probably we just host it on alioth and let interested parties contribute to
RS and use it.

RS Any suggestions on a different name ? Or should we just use the old one ?

What about GCIDE2? And what about merging in wiktionary?

Regards,

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

iQIcBAEBCAAGBQJLKJd3AAoJEMJ09r9KJ69quK4P/1MMXK7l6vJbmBIkMi5kanZF
FAH1Dxe/ptruJDI6fqp0+nuDCIU51HliXLHR+E7juox1nSKIX6QNgAspjjwh2e9N
xSD0tqiyutNjq6eowJohGfZWnQsKUqSBrfx7haqlmk7ZiivsKkuNynmSauzpOc9P
aD+2wVCkimCHy9EUlTISw2WTaBtaHJ7kTj0C0vkhiUNw3D0f02CQoB+++kDhQisw
y+GWCYAulovKl7PIVrJB2AmV5tNgS23pgwuccBqtJM7LBAZ4v98oAjQMETp6ElCb
E48a95C51SsfgQclns/GmU+beW0/H2ktu43mUlPMqjjp+Aweo/UYoWM2IeUyiqW5
XyKzoce/1kQOkyf3yAWENUKnn6+HZCSb9VzQUnWJ2bnDlc/iwg6DUQ80vb4/ZWMK
Y9upkFfBuwImYeAYiZ1DVHWu+I4vXBb0vcWNNf4weadqhmosZnaE6fMMI0cPvnHy
mUNz7x/Cit/guePA56HkRsFAQeW8g9aZh9qG/yf+d9sPpwpkzsntOn8ulJ4r+tbx
PF9x5GD1iFQb9OnsCcO07fY1sCLAg37JhWvJcBBbBZI/nc3ZbEL6iVctzKAgf76b
wQ7rv4hYaQFglyRwQecAER7+RR3vPeBlKxKfkH8TAwJdp2zevKw846QNm2ELstOr
6dF/j9JdYpGIo2J0Bda/
=9l+i
-END PGP SIGNATURE-


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



elegant(?) debian topgit workflow?

2009-12-16 Thread Thomas Koch
CC (FYI) to git and debian-devel. see http://vcs-pkg.org

Hi,

would you be so kind to review my workflow proposal?

branches


upstream
debian/*, fixes/*, features/* - topgit branches based on upstream
patches - the hero
master - contains the debian/ dir and is the branch we build from

All topgit branches are integrated in the patches branch, which is afterwards 
merged into master. The magic is, that the integration is not a regular merge, 
but a handcrafted merge and commit with quilt and git plumbing.

workflow


Every merge starts with reseting patches to the state of upstream:

# git checkout upstream
(for the first time: git checkout -b patches, otherwise:)
# git symbolic-ref HEAD refs/heads/patches

Now we're on branch patches with the working tree and index in the pristine 
state of upstream. We can now integrate the topgit branches:

# tg export --quilt debian/patches \
 -b debian/use-debian-java-libraries,debian/disable-tests-that-break-on-buildd

# quilt push -a
# git add debian/
# rm -rf .pc
# git add -u

Now let's create the commit and specify, which topgit branches were manually 
merged:

# TREE=$(git write-tree)

# COMMIT=$(git commit-tree $TREE \
 -p debian/use-debian-java-libraries \
 -p debian/disable-tests-that-break-on-buildd)

# git update-ref refs/heads/patches $COMMIT

Now I can happily merge patches into master.

advantages
--

- The commits of all ever merged topgit branches are preserved, even after tg 
delete

- easy to understand, non cluttered history

- Easy to retire topgit branches

- Easy to work on old package versions(?): just make a branch from master at 
desired version, eventually also branch patches branch to work on old patches

- The quilt patches are used and therefore tested in the same way, as dpkg-
source uses them in version 3

- Integrates with git-buildpackage

- Doesn't need anything, that topgit hasn't ATM

Todo


discuss, test, script

Best regards,

Thomas Koch, http://www.koch.ro


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



Re: duplicate packages in Sources and Packages files

2009-12-16 Thread Goswin von Brederlow
Lucas Nussbaum lu...@lucas-nussbaum.net writes:

 It is likely that other tools and scripts are affected. And there might
 also be some affected packages (debmirror? APT proxies?).

Certainly not debmirror. That alway had to cope with Arch:all packages
being listed in each archs Packages file and the same version in
stable/testing/unstable. It actualy only cares about the filenames and
keeps them in a hash. Duplicate file names just end up in the same
hash slot.

MfG
Goswin


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



Re: dist-upgrade broken my X

2009-12-16 Thread Andreas Marschke
Am Dienstag 15 Dezember 2009 16:03:13 schrieb John Wong:
 After running apt-get update  apt-get -y dist-upgrade,
 apt-get remove some package, i haven't noticed, include gdm.
 now i can't login to X.
 
 my system info:
 amd64/unstable/testing
 2.6.31-xx kernel
 xfce4-xx
 gdm
 
 I don't remember my /etc/apt/source.list
 deb http://ftp.debian.org/testing something-like-that
 deb http://ftp.debian.org/unstable something-like-that
 deb http://ftp.debian.org/testing/security something-like-that
 
 Does anyone like me, remove some package by dist-upgrade, then can't
 login X?
 How to solve it?
 please help, thank you.
 

HI 

I've had this issue in a Virtualbox upgrade for one of my boxes. The problem 
was that the Xorg driver, for this particular display driver wasnt updated / 
installed by distupgrade.  So i installed th virtualbox-ose-guest-utils and 
since this point it was all smooth sailing. 

See if that ( Xorg Display Driver) is your issue and see if you have installed 
the matching driver for your box.

Cheers ,

Andreas Marschke.


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



Re: dist-upgrade broken my X

2009-12-16 Thread Jon Dowland
The correct list for these questions (and any answers) is
debian-u...@lists.debian.org. Please post your question
there.


signature.asc
Description: Digital signature


Re: dh_config_model_upgrade: package upgrade with Config::Model

2009-12-16 Thread Dominique Dumont
Le vendredi 4 décembre 2009 12:35:30, Neil Williams a écrit :
 Does Config::Model obey DEBCONF_NONINTERACTIVE_SEEN=true ?
 
 http://wiki.debian.org/Multistrap#Environment

Once the debconf question is removed, Config::Model will be used in non-
interactive mode (-ui none option) in postinst.

All the best

Dominique
--
http://config-model.wiki.sourceforge.net/ -o- http://search.cpan.org/~ddumont/
http://www.ohloh.net/accounts/ddumont


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



Re: dh_config_model_upgrade: package upgrade with Config::Model

2009-12-16 Thread Dominique Dumont
Le lundi 7 décembre 2009 04:19:34, Paul Wise a écrit :
 It would still be nice if the postinst snippets didn't have to be
 patched for EmDebian. I imagine this would simply mean checking for
 perl in the postinst and only performing configuration upgrades when
 it is available.

Paul, during package build, removing the call to dh_config_model_upgrade from 
rules will remove dependencies on libconfig-model-perl and the config-model 
snippet from postinst.

Is this enough for EmDebian ?

Dominique
--
http://config-model.wiki.sourceforge.net/ -o- http://search.cpan.org/~ddumont/
http://www.ohloh.net/accounts/ddumont


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



Re: dh_config_model_upgrade: package upgrade with Config::Model

2009-12-16 Thread Neil Williams
On Wed, 16 Dec 2009 16:25:35 +0100
Dominique Dumont domi.dum...@free.fr wrote:

 Le lundi 7 décembre 2009 04:19:34, Paul Wise a écrit :
  It would still be nice if the postinst snippets didn't have to be
  patched for EmDebian. I imagine this would simply mean checking for
  perl in the postinst and only performing configuration upgrades when
  it is available.
 
 Paul, during package build, removing the call to
 dh_config_model_upgrade from rules will remove dependencies on
 libconfig-model-perl and the config-model snippet from postinst.
 
 Is this enough for EmDebian ?

No. The package should simply exit cleanly with a successful return
value if perl does not exist, letting everything else proceed as before.
The postinst itself needs to check - that way, Emdebian doesn't have to
patch every package using dh_config_model.

Patching debian/rules is problematic because you cannot use
debian/rules to operate the patch mechanism. It is always better to
have a conditional either in debian/rules or in the maintainer
scripts, just as is used in the standard makefile snippets that
determine if it is a cross-build or not. [0]

An alternative is to make dh_config_model* into a no-op if a build
environment variable is set. DEB_BUILD_OPTIONS=noconfigmodel or
something. With this set, it has to be entirely equivalent to
dh_config_model not appearing in debian/rules at all. It's not ideal
because it is yet another hack when it would be better to assume that
perl just might not be there. However, it also has the advantage that
the build option can be set even if perl does exist but the maintainer
wants to test something within the package without config_model getting
in the way. For this to work, dh_config_model must do absolutely
nothing at all if the build option is set, neither should any other
part of the build use the presence of dh_config_model in debian/rules
(e.g. by testing with grep) to make or prevent any action that would
not occur if dh_config_model was not present in debian/rules.

It would be so much better if this whole implementation was in C - as
long as nothing in the config model tried to execute the cross-built
executable on the build system. Then the ability to disable it via a
build option would be truly orthogonal to the actual issue of whether
perl exists.

[0] 
DEB_HOST_GNU_TYPE=$(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)
DEB_BUILD_GNU_TYPE=$(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)
ifneq ($(DEB_HOST_GNU_TYPE),$(DEB_BUILD_GNU_TYPE))
CROSS= --build $(DEB_BUILD_GNU_TYPE) --host $(DEB_HOST_GNU_TYPE)
else
CROSS= --build $(DEB_BUILD_GNU_TYPE)
endif


-- 


Neil Williams
=
http://www.data-freedom.org/
http://www.linux.codehelp.co.uk/
http://e-mail.is-not-s.ms/



pgpRPGeMh0DIY.pgp
Description: PGP signature


Processed: Re: Bug#561349: Login Credentials not honoured

2009-12-16 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 reassign 561349 general
Bug #561349 [otherr] otherr: login credentials aren't honoured
Warning: Unknown package 'otherr'
Bug reassigned from package 'otherr' to 'general'.
 --
Stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)


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



Processed: Re: Processed: Re: Bug#561349: Login Credentials not honoured

2009-12-16 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 severity 561349 normal
Bug #561349 [general] otherr: login credentials aren't honoured
Severity set to 'normal' from 'critical'

 tags 561349 + moreinfo
Bug #561349 [general] otherr: login credentials aren't honoured
Added tag(s) moreinfo.
 thanks
Stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)


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



netscript-2.4 - multiple packages to better intergrate into boot sequence

2009-12-16 Thread Matthew Grant
Hi!

I am the author of the netscript-2.4 package, and I am currently
updating it to better support IPv6, and I have found that I have to
better intergrate it into the boot sequence under upstart and the newer
boot dependencies.

Splitting into multiple packages seems to be the only way to do it, and
to make the installation of the package easier.  Here is what I plan:

netscript-2.4 - this will retain the current init.d start up set up, and
remain neutral an d not attempt to start any interfaces on install.

netscript-2.4-no-ifupdown  - this will conflict with and replace
ifupdown, and support bring up interface eth0 under DHCP on install and
have current init.d setup, along with a udev script.

netscript-2.4-upstart - upstart version of netscript with DHCP for eth0
on boot, and upstart /etc/init scripts for full integration with
upstart.  It will have a package dependency on upstart, as well as
replacing ifupdown.  This will be very useful under Ubuntu.

Currently, when I install on a system using upstart, the boot sequence
hangs after commenting out all the interfaces
in /etc/network/interfaces...  I have added code to run /sbin/initctl if
it is found.

I have thought carefully about just doing the latter, and keeping the
current package install initialisation, but I have realised that the
network startup has to interface more tightly with upstart to achieve
maximum intergration, and response to interface events.  This will also
make the package a lot easier to install and use.

Usages for the package are network configuration for a firewall, router,
and Virtual Machine server because of its bridge handling which is far
more flexible and easier to get going than that in ifupdown.  I
currently use the package on my laptop to start VPN services, and
administer the internal networking for the kvm VMs I run, as well as in
a monster Myth tv /network server/firewall machine I have at home for
IPv6 integration development and testing.

I am currently going ahead with splitting the package as above, as I can
see it as the best solution as it makes the package easier to use and
install for new users, and keeps the status quo for those who currently
have the package installed.  Over time I will be setting up a migration
path to the netscript-2.4-upstart package once the boot system settles
down with init replaced by upstart

Your thoughts please.

Best Regards,

Matthew Grant


signature.asc
Description: This is a digitally signed message part


Re: defaulting to net.ipv6.bindv6only=1 for squeeze

2009-12-16 Thread Kurt Roeckx
On Sat, Oct 24, 2009 at 08:24:31PM +0200, Marco d'Itri wrote:
 
 Applications can change the behaviour for their sockets using setsockopt
 and the IPV6_V6ONLY option[2], and many already do this to prevent the
 need of adjusting their configuration depending on how the system is
 configured.

Why don't you fix the applications not doing that?  As I see
it this only has an effect on what I would call broken
applications.  I see 2 possible things:
- The application is broken and doesn't try to open 2 sockets
  at all.  This means now you break their ipv4 support.
- The application already tries to open the 2 sockets, but
  didn't call setsockopt() so the 2nd one just fails.  Adding
  the setsockopt() is a very simple change and doesn't break
  anything and has the effect you want.  This is a very
  simple change to make.

It looks like the only application I'm running that isn't calling
the setsockopt is samba.


Kurt


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



Processed: reassign 561068 to general

2009-12-16 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 # Probably not a bug in the package; user needs help
 reassign 561068 general
Bug #561068 [nfs-kernel-server] nfs crashes debian
Bug reassigned from package 'nfs-kernel-server' to 'general'.

End of message, stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)


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



Re: SpamAssassin is run on Alioth, but its results are ignored

2009-12-16 Thread Raphael Hertzog
On Wed, 16 Dec 2009, jida...@jidanni.org wrote:
  SpamAssassin is run on Alioth, but its results are ignored.
  The spam, though detected, is not separated out from the stream.
 
 SG This is isn't actually true
 
 $ GET http://article.gmane.org/gmane.linux.debian.devel.eeepc/2539/raw |grep 
 X-Spam-Status
 X-Spam-Status: Yes, score=9.2 required=5.0
 

hert...@alioth:~$ grep ^SApermreject /etc/exim4/sa-exim.conf
SApermreject: 12.0
SApermrejectSavCond: 1
SApermrejectsave: /var/spool/sa-exim/SApermreject

Only those with a score above 12 are rejected. 

Cheers,
-- 
Raphaël Hertzog


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



Re: SpamAssassin is run on Alioth, but its results are ignored

2009-12-16 Thread Stephen Gran
This one time, at band camp, jida...@jidanni.org said:
  SpamAssassin is run on Alioth, but its results are ignored.
  The spam, though detected, is not separated out from the stream.
 
 SG This is isn't actually true
 
 $ GET http://article.gmane.org/gmane.linux.debian.devel.eeepc/2539/raw |grep 
 X-Spam-Status
 X-Spam-Status: Yes, score=9.2 required=5.0

(I don't know why we're having this discussion on -devel, but)

2009-12-07 21:27:19 1NHl6v-0006Ak-OI SA: Action: flagged as Spam but accepted: 
score=9.2 required=5.0 (scanned in 5/5 secs | Message-Id: 
5201899751.20091208002...@l3377l.com). From fanf...@l3377l.com 
(host=orsondv.mdp2.net [89.111.164.221]) for 
debian-eeepc-de...@lists.alioth.debian.org

I know it seems an awful lot like trying to help yourself instead of
just complaining until someone fixes it for you, but you can look at
the world readable exim configuration and the sa-exim configuration file
to figure out the threshholds that are set for the whole of alioth, and
you can ask the list admin to filter on the spam score.

But, of course, whatever works for you.
-- 
 -
|   ,''`.Stephen Gran |
|  : :' :sg...@debian.org |
|  `. `'Debian user, admin, and developer |
|`- http://www.debian.org |
 -


signature.asc
Description: Digital signature


MySQL server from backports.org issue

2009-12-16 Thread JW Foster
Maybe I can get a response with more info. I upgraded to MySQL-server
5.1.1 from stable using the backports.org apps in my sources.list 
pinning them . I also upgraded all of MySql as well. I did not realize
there was any difference until I tried to upgrade the backports
installation  I can not do it. I have discovered several things. 
1. the database mysql seems to be screwed up some way. 
2. I can not edit it or even open it from Webmin or MySqladmin or from
any other app. I get this error: 

SQL show index from `event` failed : Can't find file:
'./mysql/event.frm' (errno: 13)

3. I also can not change the password for the 'required' user
'debian-system-maint' ( why is there a required user) (was not needed
b/4?)

4. Basic global install requires my.cnf for it to be effective. I did as
normal taking the dist file, editing it  changing the name to my.cnf. I
noticed it shows the user as mysql. which I have enabled. I also see
that the 'required' user 'debian-system-maint' is enabled using webmin
to view this.

5. The debian-start requires the debian.cnf file and it says to NOT edit
it. I did see the it indicates the user as debian-system-maint with what
appears to be an obscured password.

6. I rarely have any gripes with the developers, however this just seems
to be unnecessary over engineering in order to debianize the server
install.

7. My question is how do I fix this? The debian readme does NOT supply
an answer.

Somehow the server is running and my apps seem to be running OK, but I
just do not like the mess the debian developers have made of this. I
also can not uninstall the server to go back to the stable version.



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



Re: SpamAssassin is run on Alioth, but its results are ignored

2009-12-16 Thread Carl Fürstenberg
On Thu, Dec 17, 2009 at 00:12, Stephen Gran sg...@debian.org wrote:

 (I don't know why we're having this discussion on -devel, but)

 2009-12-07 21:27:19 1NHl6v-0006Ak-OI SA: Action: flagged as Spam but 
 accepted: score=9.2 required=5.0 (scanned in 5/5 secs | Message-Id: 
 5201899751.20091208002...@l3377l.com). From fanf...@l3377l.com 
 (host=orsondv.mdp2.net [89.111.164.221]) for 
 debian-eeepc-de...@lists.alioth.debian.org

 I know it seems an awful lot like trying to help yourself instead of
 just complaining until someone fixes it for you, but you can look at
 the world readable exim configuration and the sa-exim configuration file
 to figure out the threshholds that are set for the whole of alioth, and
 you can ask the list admin to filter on the spam score.

 But, of course, whatever works for you.
 --

I would like to point out some things here:
1. The original poster might not be an DD, and thus doesn't have shell
access to the servers in question (please correct me if I'm wrong
here)
2. The normal interpretation of required gives an impression that
the spam filter isn't activated in this particular mail, so it's
understandable for me to think so
3. I feel your attitude isn't well suited for an Debian developer. Try
be more helpful instead of sounding like a dick.

-- 
/Carl Fürstenberg azat...@gmail.com


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



Re: SpamAssassin is run on Alioth, but its results are ignored

2009-12-16 Thread Ben Hutchings
On Thu, 2009-12-17 at 01:03 +0100, Carl Fürstenberg wrote:
 On Thu, Dec 17, 2009 at 00:12, Stephen Gran sg...@debian.org wrote:
 
  (I don't know why we're having this discussion on -devel, but)
 
  2009-12-07 21:27:19 1NHl6v-0006Ak-OI SA: Action: flagged as Spam but 
  accepted: score=9.2 required=5.0 (scanned in 5/5 secs | Message-Id: 
  5201899751.20091208002...@l3377l.com). From fanf...@l3377l.com 
  (host=orsondv.mdp2.net [89.111.164.221]) for 
  debian-eeepc-de...@lists.alioth.debian.org
 
  I know it seems an awful lot like trying to help yourself instead of
  just complaining until someone fixes it for you, but you can look at
  the world readable exim configuration and the sa-exim configuration file
  to figure out the threshholds that are set for the whole of alioth, and
  you can ask the list admin to filter on the spam score.
 
  But, of course, whatever works for you.
  --
 
 I would like to point out some things here:
 1. The original poster might not be an DD, and thus doesn't have shell
 access to the servers in question (please correct me if I'm wrong
 here)

You're wrong, this is Alioth.

 2. The normal interpretation of required gives an impression that
 the spam filter isn't activated in this particular mail, so it's
 understandable for me to think so
 3. I feel your attitude isn't well suited for an Debian developer. Try
 be more helpful instead of sounding like a dick.

If this was the first bug report from jidanni, sure, but jidanni is a
regular bug reporter and really ought to have learned better by now.

Ben.

-- 
Ben Hutchings
Hoare's Law of Large Problems:
Inside every large problem is a small problem struggling to get out.


signature.asc
Description: This is a digitally signed message part


Re: Bug#561401: heimdal: FTBFS: Uses quilt in debian/rules, patches fail to apply.

2009-12-16 Thread Brian May
Hello Debian-Devel!

See bug #561401.

The reporter suggests that the problem is because I use quilt in debian/rules,
however I was under the impression removing quilt stuff was optional, from
http://lists.debian.org/debian-devel-announce/2009/11/msg3.html:

You can remove everything related to quilt in debian/rules (patch/unpatch
logic, cleanup of quilt stamp file and its .pc directory).

When I built the package it built fine, maybe the auto build environment is
broken?


From the build log I see:

if [ -d . ]; then \
  cd .  QUILT_PATCHES=/build/buildd/heimdal-1.3.1.dfsg.1/debian/patches 
quilt --quiltrc /dev/null pop -a -R || test $? = 2 ; \
fi
No patch removed

...


cd .  QUILT_PATCHES=/build/buildd/heimdal-1.3.1.dfsg.1/debian/patches quilt 
--quiltrc /dev/null push -a || test $? = 2
Applying patch 011_sharedlibs
patching file tools/krb5-config.in
Hunk #1 FAILED at 135.
1 out of 1 hunk FAILED -- rejects in file tools/krb5-config.in
Patch 011_sharedlibs can be reverse-applied

...


This seems wrong. Why did the quilt pop command fail to remove the patches?


Thanks
-- 
Brian May b...@snoopy.debian.net


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



Re: Bug#561401: heimdal: FTBFS: Uses quilt in debian/rules, patches fail to apply.

2009-12-16 Thread Russ Allbery
Brian May b...@snoopy.debian.net writes:

 See bug #561401.

 The reporter suggests that the problem is because I use quilt in
 debian/rules, however I was under the impression removing quilt stuff
 was optional, from
 http://lists.debian.org/debian-devel-announce/2009/11/msg3.html:

 You can remove everything related to quilt in debian/rules (patch/unpatch
 logic, cleanup of quilt stamp file and its .pc directory).

 When I built the package it built fine, maybe the auto build environment
 is broken?

[...]

 This seems wrong. Why did the quilt pop command fail to remove the
 patches?

With older versions of dpkg-dev, if quilt isn't already available,
dpkg-source will use its own internal mechanism to apply the patch series,
and that internal method did not maintain the .pc directory.  If the
patches are applied that way, quilt will not think that any patches are
applied and hence quilt pop will do nothing, but then quilt push will
fail to apply the patches because they've already been applied.

Maybe that buildd has that older version of dpkg-dev?

-- 
Russ Allbery (r...@debian.org)   http://www.eyrie.org/~eagle/


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



Re: Bug#561401: heimdal: FTBFS: Uses quilt in debian/rules, patches fail to apply.

2009-12-16 Thread Cyril Brulebois
Brian May b...@snoopy.debian.net (17/12/2009):
 See bug #561401.

See bug #557667?

Mraw,
KiBi.


signature.asc
Description: Digital signature


Re: SpamAssassin is run on Alioth, but its results are ignored

2009-12-16 Thread jidanni
Re: http://news.gmane.org/group/gmane.linux.debian.devel.general/thread=147634
Thank you all for your attention to this issue and allowing us to
finally find people in charge for
http://news.gmane.org/group/gmane.linux.debian.devel.eeepc/thread=2462

Now what is needed is for the spam threshold for
debian-eeepc-de...@lists.alioth.debian.org to be lowered from 12 which
is way too high, certainly higher than some quite low spam groups I
recall seeing on lists.debian.org at least, to something more sane.

Indeed, perhaps adjust the SpamAssassin required_score instead of
internal settings outsiders cannot be aware of, and then simply act on
X-Spam-Status: Yes.

I vote for required_score 2, any less and then even yours truly's
messages wouldn't get through :-)

I'm not aware what notification rejected messages get, if indeed they
should at all get...


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



[Need Help] About file lock in Debian Sarge

2009-12-16 Thread Muhammad H Hilman
Dear Debian developers

I run DOVIS 2.0 (docking application) in cluster server using Debian Sarge
Then I got *Can not get init lock!* notification

here is the screenshoot

[image: http://img710.imageshack.us/img710/7643/35869453.png]

I already asked the developers about this problem
They said I have to install file lock in my Operating System

here is the screenshoot

[image: http://img43.imageshack.us/img43/361/dovis.png]

Actually, I don't really know how to install file lock in Debian Sarge,
so do my system administrator
Anybody knows how to install file lock in Debian Sarge?


Re: unzip.h and unzip.c files in source packages.

2009-12-16 Thread Charles Plessy
Le Tue, Dec 15, 2009 at 04:05:38PM +, Neil Williams a écrit :
 
 Just because a filename is reused doesn't mean that the packages
 put the same code into that filename.

Le Tue, Dec 15, 2009 at 06:41:51PM +, Stephen Gran a écrit :
 
 Whether or not these are actually the same files, I would have thought
 it was clear that option two is the better option in general?

Le Tue, Dec 15, 2009 at 02:07:45PM -0500, Michael Gilbert a écrit :
 
 The security-tracker's known embedded code copies list [0] would be
 a good resource of reference source code that should be searched in
 these lintian checks.
 
 Anyway, implementing this could involve some significant work, and I
 personally do not have the time for it, but it would be incredibly
 useful; especially from a security standpoint since dealing with
 embedded code is very tedious and time-consuming.

Le Tue, Dec 15, 2009 at 04:29:04PM -0600, Raphael Geissert a écrit :
 
 http://source.debian.net/source/search?q=%22Decryption+code+comes+from+crypt.c+by+Info-ZIP%22defs=refs=path=hist=
 
 It yields better results.

Thank you all for your anwers.

I think that the fact that the copies of the minizip an other commonly
duplicated sources files are missed in some debian/copyright declarations are a
clear demonstration that we do not manage to conform to our policy to
centralise and reproduce all copyright statements in a single location.
Luckily, this does not systematically result in a license violation, in
particular if we agree on the unicity of the source and binary packages (and at
least when considering the GPL it must be considered as one single entity).
But there are at least a couple of more serious cases, for instance when the
missed file is an MD5 implementation with an advertisement clause…

So while I am all in favor of a relaxation of our policy of copyright
documentation, I also agree that there would be a use for an automatic
detection of the most commonly duplicated source files. As Neil and Raphael
suggested, there are better ways than relying on the file's name. I was hoping
that for some of them that are not mutating too fast, maybe a MD5-based
approach could be useful. Inspection of some unzip.c and md5.h files makes me
more pessimistic as it uncovered additional difficulties. In some projects, a
boilerplate claiming copyright and indicating an additional license is added to
all files, apparently regardless if they have been modified or not. In other
cases, the whitespace environment of the original license statement has been
reformatted. 

Nevertheless, if a good combination of MD5 sums and heuristics can be found for
the biggest cases, this would have applications beyond just making Lintian
checks. First, the list of packages sharing source code could be used to expand
some entries of to the security team's list of embeded code copies. Second,
pre-made copyright declarations could be made in DEP-5 format, to save time to
everybody. I will report if I make progress on this part.

Have a nice day,

-- 
Charles Plessy
Tsurumi, Kanagawa, Japan


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



Re: [Need Help] About file lock in Debian Sarge

2009-12-16 Thread Steve Langasek
[Please note that this question is more appropriate for debian-user, not
debian-devel.]

On Thu, Dec 17, 2009 at 10:51:39AM +0700, Muhammad H Hilman wrote:
 Dear Debian developers

 I run DOVIS 2.0 (docking application) in cluster server using Debian Sarge
 Then I got *Can not get init lock!* notification

 here is the screenshoot

 [image: http://img710.imageshack.us/img710/7643/35869453.png]

 I already asked the developers about this problem
 They said I have to install file lock in my Operating System

 here is the screenshoot

 [image: http://img43.imageshack.us/img43/361/dovis.png]

 Actually, I don't really know how to install file lock in Debian Sarge,
 so do my system administrator
 Anybody knows how to install file lock in Debian Sarge?

file lock is not a proper name for a piece of software.  I have no idea
what this is supposed to mean; I think the developers of the software you're
trying to run owe you a clearer explanation.

-- 
Steve Langasek   Give me a lever long enough and a Free OS
Debian Developer   to set it on, and I can move the world.
Ubuntu Developerhttp://www.debian.org/
slanga...@ubuntu.com vor...@debian.org


signature.asc
Description: Digital signature


Re: MySQL server from backports.org issue

2009-12-16 Thread Brent Clark

On 17/12/2009 01:38, JW Foster wrote:

Somehow the server is running and my apps seem to be running OK, but I
just do not like the mess the debian developers have made of this. I
also can not uninstall the server to go back to the stable version.
   


Hiya

K why dont you start by purging all the mysql packages.

Then, exercise an aptitude install of mysql-server but from backupports 
( -t lenny-backports )


Then take the last backup of before the backports upgrade and then 
repopulate the db


i.e. mysql  database.sql.

HTH

Brent Clark


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



Accepted gcalctool 5.28.2-1 (source i386)

2009-12-16 Thread Luca Falavigna
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 16 Dec 2009 08:08:51 +
Source: gcalctool
Binary: gcalctool
Architecture: source i386
Version: 5.28.2-1
Distribution: unstable
Urgency: low
Maintainer: Sebastien Bacher seb...@debian.org
Changed-By: Luca Falavigna dktrkr...@debian.org
Description: 
 gcalctool  - GNOME desktop calculator
Changes: 
 gcalctool (5.28.2-1) unstable; urgency=low
 .
   [ Emilio Pozuelo Monfort ]
   * debian/rules:
 - Include simple-patchsys.mk
 - Clean up old stuff.
   * debian/patches/01_no_hostname_in_title.patch:
 - Backport change from master, don't put the hostname in the window
   title when running remotely. Fixes a build failure on the Hurd.
   * debian/watch:
 - Don't uupdate.
   * debian/control.in:
 - Stop build depending on libglade-dev, it's no longer needed.
 - Build depend on libglib2.0-dev.
 .
   [ Luca Falavigna ]
   * New upstream bugfix release.
Checksums-Sha1: 
 2a56fccf82dd8b27361d92702ac18cfeec56ddec 1401 gcalctool_5.28.2-1.dsc
 fa393a19f8cf79f1327649380f8b8961be2b23b9 326 gcalctool_5.28.2.orig.tar.gz
 9ba1fbd5c9ee50402fc092d3f047c44ffe445338 9460 gcalctool_5.28.2-1.diff.gz
 3251e4227e3287d318a10c3bedd1f9c46da4fd41 2085258 gcalctool_5.28.2-1_i386.deb
Checksums-Sha256: 
 8a7a4b865d31822925802ac85f3cfae4985c43c0839229d3a79ece16b94694da 1401 
gcalctool_5.28.2-1.dsc
 1bb6c0005f05c626aa14abeadbbba090f682aa6dc1bc9f6367b7ec005b0a04ca 326 
gcalctool_5.28.2.orig.tar.gz
 929268a609a6b7ea61805000909140b4098326cf4a3b1d921c4d2f7b49faa354 9460 
gcalctool_5.28.2-1.diff.gz
 fd96a9c88474d24eec7476dafcf456683c9c8284c0a380cec1524b02b1310d34 2085258 
gcalctool_5.28.2-1_i386.deb
Files: 
 6034e9fc56409feef61b44c579147a2c 1401 math optional gcalctool_5.28.2-1.dsc
 21c50a6af73b57331ca1f37a7959f1fb 326 math optional 
gcalctool_5.28.2.orig.tar.gz
 8a5c560489486d8706050805ecba55a9 9460 math optional gcalctool_5.28.2-1.diff.gz
 110d3201f313aa48d76542ff556968f2 2085258 math optional 
gcalctool_5.28.2-1_i386.deb

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

iEYEARECAAYFAksomMUACgkQnXjXEYa8KlCpfgCeMSdpBik+VjUa9AKlEJAnWRPf
+CgAn3yGxSKLDA4d1xLwPej+tQEcwW+N
=Evnm
-END PGP SIGNATURE-


Accepted:
gcalctool_5.28.2-1.diff.gz
  to main/g/gcalctool/gcalctool_5.28.2-1.diff.gz
gcalctool_5.28.2-1.dsc
  to main/g/gcalctool/gcalctool_5.28.2-1.dsc
gcalctool_5.28.2-1_i386.deb
  to main/g/gcalctool/gcalctool_5.28.2-1_i386.deb
gcalctool_5.28.2.orig.tar.gz
  to main/g/gcalctool/gcalctool_5.28.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 mapserver 5.6.0-1 (source all i386)

2009-12-16 Thread Francesco Paolo Lovergine
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 15 Dec 2009 18:10:22 +0100
Source: mapserver
Binary: php5-mapscript perl-mapscript cgi-mapserver python-mapscript 
mapserver-bin mapserver-doc libmapscript-ruby libmapscript-ruby1.8 
libmapscript-ruby1.9
Architecture: source all i386
Version: 5.6.0-1
Distribution: unstable
Urgency: low
Maintainer: Debian GIS Project pkg-grass-de...@lists.alioth.debian.org
Changed-By: Francesco Paolo Lovergine fran...@debian.org
Description: 
 cgi-mapserver - CGI executable for MapServer
 libmapscript-ruby - Ruby MapServer library
 libmapscript-ruby1.8 - Ruby MapServer library
 libmapscript-ruby1.9 - Ruby MapServer library
 mapserver-bin - MapServer utilities
 mapserver-doc - documentation for MapServer
 perl-mapscript - Perl MapServer library
 php5-mapscript - php5-cgi module for MapServer
 python-mapscript - Python library for MapServer
Changes: 
 mapserver (5.6.0-1) unstable; urgency=low
 .
   [ Alan Boudreault ]
   * Debhelper compatibility level moved to 7.
   * Now uses dh_prep instead of deprecated dh_clean -k.
   * Deprecated dh_movefiles changed in dh_install.
   * Removed debian/AGG and debian/agg-2.4.uu: use AGG included with Mapserver 
source.
   * Clean up of debian/rules: removed all agg related stuff.
   * Added libxslt1-dev, libpam0g-dev and libreadline-dev build-dependencies.
   * Added msencrypt binary.
   * Added SWF support. (flash)
   * Added fribidi support.
   * Added libfribidi-dev, libming-dev build-dependencies.
   * Added MIGRATION_GUIDE and xml mapfile related files into mapserver-doc 
package.
Checksums-Sha1: 
 2d6179db0a623b794d4d1dcbc3feaf7dc7e50cc3 2074 mapserver_5.6.0-1.dsc
 823e85f6cfc863c7d34b913f5bf9712f367ae0a9 2308632 mapserver_5.6.0.orig.tar.gz
 fca91238b68f05b6f121dd3b1bae8b135bd8a0f4 22035 mapserver_5.6.0-1.diff.gz
 9341199b8881b033ff107e24398b039e07d2560a 77174 mapserver-doc_5.6.0-1_all.deb
 0f4b5315a041326ab658e7439ef5249157a3593b 57294 
libmapscript-ruby_5.6.0-1_all.deb
 9afd7c575162865713904165dfc7b20ac72dd936 767090 php5-mapscript_5.6.0-1_i386.deb
 4f4d2dd4900bf56d81a715174f01ce8e58eac4af 988538 perl-mapscript_5.6.0-1_i386.deb
 8f2e50949560c5adc4b6ee0f68ec9cd3b3667aa6 688132 cgi-mapserver_5.6.0-1_i386.deb
 63b3667da39cd1c6f93d8479aebad4620f3d7e1e 1576236 
python-mapscript_5.6.0-1_i386.deb
 9f4ae42e614a6aa02f7bb82845e4cc728387f181 5641208 mapserver-bin_5.6.0-1_i386.deb
 8f8328b3cd892ef01096bff04c5ff97fd9a54caa 840084 
libmapscript-ruby1.8_5.6.0-1_i386.deb
 3f42a8bace87c73e3d391271bd012ef15e4c7c4e 840266 
libmapscript-ruby1.9_5.6.0-1_i386.deb
Checksums-Sha256: 
 7061bd78887cb2380b402f35505b33896eca9a358b1636a5253d5b523458e616 2074 
mapserver_5.6.0-1.dsc
 9dfa2e4c0f25f4f6d58776aa89f0f499bb6cf9b93405ae4d65176f285f4c99a5 2308632 
mapserver_5.6.0.orig.tar.gz
 77f606db122c83ac27bdf69b284c1262ce1aeb86dd3621495111d3a90a1729b8 22035 
mapserver_5.6.0-1.diff.gz
 af041ef489665650a8e442a091f4d1cadb73f7168534c095750d05b59ebebebd 77174 
mapserver-doc_5.6.0-1_all.deb
 41c8b1f05304d80d4b90bef2c826c9c113bd4210a57c8cf3e24827344a35ff5e 57294 
libmapscript-ruby_5.6.0-1_all.deb
 67b50fc7e9a8b016b59b4677f8a8ef69e7fb6174232e9980a4e32cddf33117c6 767090 
php5-mapscript_5.6.0-1_i386.deb
 df730fa59bdb1b3fb8ba9b5883f8d3ca54f31db45dfeaeb059e6cf3d2604787d 988538 
perl-mapscript_5.6.0-1_i386.deb
 06cd4334d99421e1da7cb83d2d48f6ad0537436c8629fc15694bb1b5e85315c2 688132 
cgi-mapserver_5.6.0-1_i386.deb
 5ec586cc1cd28332a1a08de1f49af4039f2f5c632542cbd3083e0a72e2177c5e 1576236 
python-mapscript_5.6.0-1_i386.deb
 2e0ec6110221f3892680e833573834af9d719aae2c5157473e85cc0e7382c776 5641208 
mapserver-bin_5.6.0-1_i386.deb
 7ce2be27f5c57e0d156d27e21c75e3dd887dc2d1c6273636f60b038b72735795 840084 
libmapscript-ruby1.8_5.6.0-1_i386.deb
 8a767007923b9dbd86ffddb09ee7bc42ee0083da52b681d88d36396846606e28 840266 
libmapscript-ruby1.9_5.6.0-1_i386.deb
Files: 
 2f9faf077f050e272ce333848adc578a 2074 devel optional mapserver_5.6.0-1.dsc
 de6ed4ccd1760a68a24923417e321b9c 2308632 devel optional 
mapserver_5.6.0.orig.tar.gz
 7058168ec4f7f1db4fb59b56285b3f07 22035 devel optional mapserver_5.6.0-1.diff.gz
 92daf6d4655db17a46b15a7a760efa61 77174 doc optional 
mapserver-doc_5.6.0-1_all.deb
 dfbb4d5adefe7cba7ec104df84ad1e57 57294 ruby optional 
libmapscript-ruby_5.6.0-1_all.deb
 82b5988a5751cb141b3e825e2b943868 767090 php optional 
php5-mapscript_5.6.0-1_i386.deb
 965acb16ed5df0ff73c3f47c21bf2269 988538 perl optional 
perl-mapscript_5.6.0-1_i386.deb
 e7b9bb03ea1bd4ddcb1e08fbf31b5e1a 688132 web optional 
cgi-mapserver_5.6.0-1_i386.deb
 4738a679eccdf2381d7aa74d652b8ed5 1576236 python optional 
python-mapscript_5.6.0-1_i386.deb
 4c64e0cf1ba0de9d5311efac31c8ee3a 5641208 misc optional 
mapserver-bin_5.6.0-1_i386.deb
 c676192d4a1d3317f691df8b35e9d449 840084 ruby optional 
libmapscript-ruby1.8_5.6.0-1_i386.deb
 22a34263dd35c47a1537da3454b75fc5 840266 ruby optional 
libmapscript-ruby1.9_5.6.0-1_i386.deb

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


Accepted gnome-user-docs 2.28.2-1 (source all)

2009-12-16 Thread Luca Falavigna
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 16 Dec 2009 09:05:26 +
Source: gnome-user-docs
Binary: gnome-user-guide
Architecture: source all
Version: 2.28.2-1
Distribution: unstable
Urgency: low
Maintainer: Jose Carlos Garcia Sogo js...@debian.org
Changed-By: Luca Falavigna dktrkr...@debian.org
Description: 
 gnome-user-guide - GNOME user's guide
Changes: 
 gnome-user-docs (2.28.2-1) unstable; urgency=low
 .
   [ Emilio Pozuelo Monfort ]
   * debian/watch: Don't uupdate.
 .
   [ Luca Falavigna ]
   * New upstream bugfix release.
Checksums-Sha1: 
 ab8d21a6106278825dd3976bfc566a5dd4bfc3e1 1332 gnome-user-docs_2.28.2-1.dsc
 da49d054a6c7ea15eff0cc76707d7bb41f78c932 21037090 
gnome-user-docs_2.28.2.orig.tar.gz
 dfdbf22f29dd5c1c64496b40f7c9edccec59a55b 4211 gnome-user-docs_2.28.2-1.diff.gz
 2020c2eba51b2e937fd27546ac58da93f842a775 14712496 
gnome-user-guide_2.28.2-1_all.deb
Checksums-Sha256: 
 24cd6685238ccac80a909da952b848977cd15e37f1312497312b01714529c5c7 1332 
gnome-user-docs_2.28.2-1.dsc
 ddec51d30e2c9abf19a2810144f9f672dc3d6c9e408b0d7cd3a2de6c27c61f28 21037090 
gnome-user-docs_2.28.2.orig.tar.gz
 8875c7e56e7841c148ba8b4d13f6461636ed201f976d8224757a4aea83fa99cc 4211 
gnome-user-docs_2.28.2-1.diff.gz
 4cd7c4916205dbb9e35eda6747e4b64b0f99957b2327bb9c90a75bf1c6610fae 14712496 
gnome-user-guide_2.28.2-1_all.deb
Files: 
 4ea086f97422c7193893eb8797c99353 1332 gnome optional 
gnome-user-docs_2.28.2-1.dsc
 e90a60f3675a915b2552dd2c3bd88998 21037090 gnome optional 
gnome-user-docs_2.28.2.orig.tar.gz
 7eca48a9f37f68d86777321da45c6082 4211 gnome optional 
gnome-user-docs_2.28.2-1.diff.gz
 b5ece05bfaba7568500e5295394e0eff 14712496 gnome optional 
gnome-user-guide_2.28.2-1_all.deb

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

iEYEARECAAYFAksoqfUACgkQnXjXEYa8KlDJyACggKShe5jHlSubR3DAZCw4nrns
pYEAn2YcvpvJ1iuM5ZVPpNIYnrf4K/AG
=tCki
-END PGP SIGNATURE-


Accepted:
gnome-user-docs_2.28.2-1.diff.gz
  to main/g/gnome-user-docs/gnome-user-docs_2.28.2-1.diff.gz
gnome-user-docs_2.28.2-1.dsc
  to main/g/gnome-user-docs/gnome-user-docs_2.28.2-1.dsc
gnome-user-docs_2.28.2.orig.tar.gz
  to main/g/gnome-user-docs/gnome-user-docs_2.28.2.orig.tar.gz
gnome-user-guide_2.28.2-1_all.deb
  to main/g/gnome-user-docs/gnome-user-guide_2.28.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



Accepted gpsd 2.90.1~svn6819-1 (source amd64)

2009-12-16 Thread Bernd Zeimetz
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 16 Dec 2009 10:25:26 +0100
Source: gpsd
Binary: gpsd gpsd-dbg gpsd-clients python-gps libgps19 libgps-dev
Architecture: source amd64
Version: 2.90.1~svn6819-1
Distribution: unstable
Urgency: low
Maintainer: Bernd Zeimetz b...@debian.org
Changed-By: Bernd Zeimetz b...@debian.org
Description: 
 gpsd   - Global Positioning System - daemon
 gpsd-clients - Global Positioning System - clients
 gpsd-dbg   - Global Positioning System - debugging symbols
 libgps-dev - Global Positioning System - development files
 libgps19   - Global Positioning System - library
 python-gps - Global Positioning System - Python libraries
Closes: 561280
Changes: 
 gpsd (2.90.1~svn6819-1) unstable; urgency=low
 .
   * SVN snapshot, uploading to unstable as it fixes
 the blocking issues with gps_poll.
 The non-blocking gps_poll was introduced while fixing
 an issue in gps_unpack, so this upload also
 Closes: #561280
   * [84ab918f] Merge branch 'master' into experimental.
   * [bbd1d183] Merge branch 'experimental-upstream' into experimental
   * [fd98f498] Update symbols file.
   * [6f63fa61] Update gbp.conf.
Checksums-Sha1: 
 b7d072e7025ec4b254e3719fa296bae65ff03bed 1494 gpsd_2.90.1~svn6819-1.dsc
 36dd1d1cd23a57f29172cf609634108b9b1ef1e1 1821974 
gpsd_2.90.1~svn6819.orig.tar.gz
 c645522940e079d1f01e47e2508aab761ce1a99b 41345 gpsd_2.90.1~svn6819-1.diff.gz
 b406fe2b3c1e284d332e17d6014217b762911932 99074 gpsd_2.90.1~svn6819-1_amd64.deb
 c3b5162cdde24e059c104e62181cd1698cf1226f 696410 
gpsd-dbg_2.90.1~svn6819-1_amd64.deb
 c1103608ce918bf212f5788a9b1527bea3a87bc9 117754 
gpsd-clients_2.90.1~svn6819-1_amd64.deb
 ca2a2f7a99475cd5149f43e37de63b82b2d1478f 14 
python-gps_2.90.1~svn6819-1_amd64.deb
 f01e1fb41dc2a50bb202ab3e0ee462f3a38f9817 166680 
libgps19_2.90.1~svn6819-1_amd64.deb
 aa24731146af239519b1e747ccefd0aa7d1498aa 235756 
libgps-dev_2.90.1~svn6819-1_amd64.deb
Checksums-Sha256: 
 2a967fced69ce9b4f2bda8188e1aec54d0b3cd74cdf8aaa517d796a1c29ca0a1 1494 
gpsd_2.90.1~svn6819-1.dsc
 b88b5198410d3d006ded67bfa814c06c6678a4fddd243315c31cc6f718a629e3 1821974 
gpsd_2.90.1~svn6819.orig.tar.gz
 330c295bd60e4a6292957fe646ec6c5920cec594484f1a5cb7fcf680189eb842 41345 
gpsd_2.90.1~svn6819-1.diff.gz
 226b0d5c7f830c21cd3fa5b44b85709038b5c53e2e846f19822b96bed28e49e5 99074 
gpsd_2.90.1~svn6819-1_amd64.deb
 b7539530f48a2e2c82b9545f66c7c09e788ab445deb2fb54c3976b82b6a134b9 696410 
gpsd-dbg_2.90.1~svn6819-1_amd64.deb
 303e6ca2423b096ae4f0bb7ffe369ab25d5f80f516170ca700e993ae5182c11e 117754 
gpsd-clients_2.90.1~svn6819-1_amd64.deb
 64f53ead0e4721fa6a90a47de8ea4bf82e82b9ba8e3a06648b6e1c3a4a424884 14 
python-gps_2.90.1~svn6819-1_amd64.deb
 7ea62557f90d1ea64ec4d9cf6af4d68bf20430bf833a9214de9d06a86bc1545f 166680 
libgps19_2.90.1~svn6819-1_amd64.deb
 52ee60290b24366848cba201dec281b175c7b3f2a25e57909b03d94cd6dea8c6 235756 
libgps-dev_2.90.1~svn6819-1_amd64.deb
Files: 
 96cfc7ec57d32b11922a2007132fb844 1494 misc optional gpsd_2.90.1~svn6819-1.dsc
 64ebb2715666a6968289603a818de8e1 1821974 misc optional 
gpsd_2.90.1~svn6819.orig.tar.gz
 d7d34b2a7fec38ed8e670b3a93fa2949 41345 misc optional 
gpsd_2.90.1~svn6819-1.diff.gz
 eaf601cbb7446d4e9e1478bb8928123e 99074 misc optional 
gpsd_2.90.1~svn6819-1_amd64.deb
 a62e8654a4657d891b2bdf31ca4f5818 696410 debug extra 
gpsd-dbg_2.90.1~svn6819-1_amd64.deb
 5cafc13b0219ebcedb805c37deb5d47e 117754 misc optional 
gpsd-clients_2.90.1~svn6819-1_amd64.deb
 48deb05851fc25884a540713498a2b09 14 python optional 
python-gps_2.90.1~svn6819-1_amd64.deb
 c1fdca46057fe62eb300f298bc7e3981 166680 libs optional 
libgps19_2.90.1~svn6819-1_amd64.deb
 53c29aa654d8dad6c46ef79b214727f2 235756 libdevel optional 
libgps-dev_2.90.1~svn6819-1_amd64.deb

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

iEYEARECAAYFAksos9QACgkQBnqtBMk7/3lkNQCcDUQtypBtbCh17JV9E04cgcCS
wqcAnA/0OEf071IE3BRq/4narWRBEYj5
=SK83
-END PGP SIGNATURE-


Accepted:
gpsd-clients_2.90.1~svn6819-1_amd64.deb
  to main/g/gpsd/gpsd-clients_2.90.1~svn6819-1_amd64.deb
gpsd-dbg_2.90.1~svn6819-1_amd64.deb
  to main/g/gpsd/gpsd-dbg_2.90.1~svn6819-1_amd64.deb
gpsd_2.90.1~svn6819-1.diff.gz
  to main/g/gpsd/gpsd_2.90.1~svn6819-1.diff.gz
gpsd_2.90.1~svn6819-1.dsc
  to main/g/gpsd/gpsd_2.90.1~svn6819-1.dsc
gpsd_2.90.1~svn6819-1_amd64.deb
  to main/g/gpsd/gpsd_2.90.1~svn6819-1_amd64.deb
gpsd_2.90.1~svn6819.orig.tar.gz
  to main/g/gpsd/gpsd_2.90.1~svn6819.orig.tar.gz
libgps-dev_2.90.1~svn6819-1_amd64.deb
  to main/g/gpsd/libgps-dev_2.90.1~svn6819-1_amd64.deb
libgps19_2.90.1~svn6819-1_amd64.deb
  to main/g/gpsd/libgps19_2.90.1~svn6819-1_amd64.deb
python-gps_2.90.1~svn6819-1_amd64.deb
  to main/g/gpsd/python-gps_2.90.1~svn6819-1_amd64.deb


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



Accepted debian-edu 0.841 (source i386)

2009-12-16 Thread Holger Levsen
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 01 Nov 2009 14:19:16 +0100
Source: debian-edu
Binary: education-tasks education-menus education-thin-client 
education-astronomy education-chemistry education-common 
education-desktop-gnome education-desktop-kde education-desktop-other 
education-desktop-sugar education-development education-electronics 
education-geography education-graphics education-language education-laptop 
education-logic-games education-main-server education-mathematics 
education-misc education-music education-networked education-physics 
education-services education-standalone education-thin-client-server 
education-workstation
Architecture: source i386
Version: 0.841
Distribution: unstable
Urgency: low
Maintainer: Debian Edu Developers debian-...@lists.debian.org
Changed-By: Holger Levsen hol...@debian.org
Description: 
 education-astronomy - Debian Edu astronomy related applications
 education-chemistry - Debian Edu chemistry related applications
 education-common - Debian Edu common packages
 education-desktop-gnome - Debian Edu GNOME desktop applications
 education-desktop-kde - Debian Edu KDE desktop applications
 education-desktop-other - Debian Edu non-GNOME- and non-KDE-specific desktop 
applications
 education-desktop-sugar - The sugar desktop environment for education
 education-development - Debian Edu software development related educational 
applications
 education-electronics - Debian Edu electronics related applications
 education-geography - Debian Edu applications for geography
 education-graphics - Debian Edu graphics related applications
 education-language - Debian Edu language related educational applications
 education-laptop - Debian Edu laptop packages
 education-logic-games - Debian Edu logic games
 education-main-server - Debian Edu main server packages
 education-mathematics - Debian Edu mathematical applications
 education-menus - Debian Edu menu reorganization
 education-misc - Debian Edu miscellaneous applications for education
 education-music - Debian Edu music and sound applications
 education-networked - Debian Edu networked minimal packages
 education-physics - Debian Edu physics related applications
 education-services - Debian Edu services for educational institutions
 education-standalone - Debian Edu standalone workstation packages
 education-tasks - Debian Edu tasks for tasksel
 education-thin-client - Debian Edu networked thin client packages
 education-thin-client-server - Debian Edu networked thin client server packages
 education-workstation - Debian Edu networked workstation packages
Closes: 560372
Changes: 
 debian-edu (0.841) unstable; urgency=low
 .
   [ Petter Reinholdtsen ]
   * Add gtkwhiteboard, bluetooth, xournal, wmgui and wminput as
 ignored packages in desktop-other, to put the tools required for
 a Wii remote driven whiteboard on our watch list.
   * Add powertop to the laptop installs, to have the power usage tuning
 tool available on laptops.
   * Recommend nvram-wakeup together with shutdown-at-night, to make sure
 the tool to ask the BIOS to wake up is installed when it is
 available.
 .
   [ Holger Levsen ]
   * Improve grammar in the description of the education-thin-client packages.
 (Closes: #560372)
Checksums-Sha1: 
 bba58f34f7a5ebebff6ccdbddc1e7eab2f930d6e 1938 debian-edu_0.841.dsc
 cce5d6e76cfe001dfbd4196f96e109ac248859c4 119328 debian-edu_0.841.tar.gz
 5fa839d52ce1ed34513fb83e854a6edab653c5f6 35560 education-tasks_0.841_i386.deb
 8774a98b6fc4714639b6690a5d9f02cf6ae18b1d 67454 education-menus_0.841_i386.deb
 52d3b9bb1d74696a8ab28fb26bf91bc70d4331d1 28762 
education-thin-client_0.841_i386.deb
 7fbf18ccf1879178dc409573f90d597d7bb2f0fd 32936 
education-astronomy_0.841_i386.deb
 e14354ccbccfeef9a2bcc8dafbee84fea4a283de 32930 
education-chemistry_0.841_i386.deb
 751b35b381122e081f918ad07b6a2976ef4dd540 33496 education-common_0.841_i386.deb
 a52cf6a1e73c01a81c81d9efbacf9427fdff4f4c 33062 
education-desktop-gnome_0.841_i386.deb
 8c4b407bfacaf64079a91b7d9b82368d50141e57 0 
education-desktop-kde_0.841_i386.deb
 89609eb26fdbdf55648b61a151ef0f8c5004576a 35030 
education-desktop-other_0.841_i386.deb
 d9b66e4c7daf10fbe4aa4024a9f2c63009579928 33442 
education-desktop-sugar_0.841_i386.deb
 5be506854b80971d7f3455d4a544d983ee4fa7c8 33124 
education-development_0.841_i386.deb
 7a50a35a5b3aeb196b52de963513145cf4d04cef 32972 
education-electronics_0.841_i386.deb
 0bc83c269f5a4ba7d265451a5252d3d2bc5a1e03 32912 
education-geography_0.841_i386.deb
 3a10537451fd12de0659eb13d280d98d14381d9d 32934 
education-graphics_0.841_i386.deb
 9d726b72a801b7c0d325e2540ff046868a719068 33036 
education-language_0.841_i386.deb
 284d8e413f895cdb39e250da15eca3895402cb15 32942 education-laptop_0.841_i386.deb
 c939d84c4bbf7c247570f4a17b88b398e1caeb13 32928 
education-logic-games_0.841_i386.deb
 8cd4e9cd60d2ae7cb703a9705f2d9cebd94c63da 33178 
education-main-server_0.841_i386.deb
 

Accepted iceweasel 3.5.6-1 (source all amd64)

2009-12-16 Thread Mike Hommey
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 16 Dec 2009 11:08:01 +0100
Source: iceweasel
Binary: iceweasel iceweasel-gnome-support iceweasel-dbg
Architecture: source all amd64
Version: 3.5.6-1
Distribution: unstable
Urgency: low
Maintainer: Maintainers of Mozilla-related packages 
pkg-mozilla-maintain...@lists.alioth.debian.org
Changed-By: Mike Hommey gland...@debian.org
Description: 
 iceweasel  - lightweight web browser based on Mozilla
 iceweasel-dbg - debugging symbols for iceweasel
 iceweasel-gnome-support - Support for GNOME in Iceweasel
Changes: 
 iceweasel (3.5.6-1) unstable; urgency=low
 .
   * New upstream release.
Checksums-Sha1: 
 389b0fb3da2516914af226851673705480796524 1439 iceweasel_3.5.6-1.dsc
 88c0a31f571855bd74fa6ed94baa987eaa5271ef 55963995 iceweasel_3.5.6.orig.tar.gz
 e644b17a3e6a9ddbbaa98ca4f339afe203b11ac8 162772 iceweasel_3.5.6-1.diff.gz
 54dd3dbad7a58e8ae11f608a94332a6cf25f2716 73432 
iceweasel-gnome-support_3.5.6-1_all.deb
 946a9e8307105eb49fdcbe003a88bb3313c0afda 1120618 iceweasel_3.5.6-1_amd64.deb
 d8cf2508e890feefbb1f8e1033db0a6a9130c7df 449898 iceweasel-dbg_3.5.6-1_amd64.deb
Checksums-Sha256: 
 e37312a8a6cf96c1c8f7b9a08c9e445709e30fcb9cfd56d35dcc77ef46e241b6 1439 
iceweasel_3.5.6-1.dsc
 01508ee220a1a56c80d54f9e56f721d9f13f961e420f48b1c953778236743d66 55963995 
iceweasel_3.5.6.orig.tar.gz
 99be5d74d81e6ab650e2e5322471f9ac5abe2559d70ae708069271b785815dd9 162772 
iceweasel_3.5.6-1.diff.gz
 af8afd2ccdfd7174fa970d3ac99a934aff6979c0719111a223792e3e69bcd78f 73432 
iceweasel-gnome-support_3.5.6-1_all.deb
 f6e05f79ae0bc88ad942932b66a765c36896c286d46e28dc10bc8653c104d620 1120618 
iceweasel_3.5.6-1_amd64.deb
 0198a148d8932b4f54dc045a133c58c708604f481164ace8569f44604693ba29 449898 
iceweasel-dbg_3.5.6-1_amd64.deb
Files: 
 2bb4d3ae8723530ef59e60dcad8142df 1439 web optional iceweasel_3.5.6-1.dsc
 187968d76a6eeaa4fc049d03b9029907 55963995 web optional 
iceweasel_3.5.6.orig.tar.gz
 f898a54020fe3b7350e1a199274015a5 162772 web optional iceweasel_3.5.6-1.diff.gz
 84f3ba4b4c409ba0edc51ad195368d9f 73432 gnome optional 
iceweasel-gnome-support_3.5.6-1_all.deb
 17ac7936a08cb44ff104dbb475040eaa 1120618 web optional 
iceweasel_3.5.6-1_amd64.deb
 4e704639d64b214c880474d297ee5d43 449898 debug extra 
iceweasel-dbg_3.5.6-1_amd64.deb

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

iD8DBQFLKLXH3kvaLFT9KlgRAtMbAJ9M5xB4sNe0rbqQxoMJIrXjjAGHNwCfUpH1
O7PcaAnRZdd4HW6ulePsYuc=
=5ixY
-END PGP SIGNATURE-


Accepted:
iceweasel-dbg_3.5.6-1_amd64.deb
  to main/i/iceweasel/iceweasel-dbg_3.5.6-1_amd64.deb
iceweasel-gnome-support_3.5.6-1_all.deb
  to main/i/iceweasel/iceweasel-gnome-support_3.5.6-1_all.deb
iceweasel_3.5.6-1.diff.gz
  to main/i/iceweasel/iceweasel_3.5.6-1.diff.gz
iceweasel_3.5.6-1.dsc
  to main/i/iceweasel/iceweasel_3.5.6-1.dsc
iceweasel_3.5.6-1_amd64.deb
  to main/i/iceweasel/iceweasel_3.5.6-1_amd64.deb
iceweasel_3.5.6.orig.tar.gz
  to main/i/iceweasel/iceweasel_3.5.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



Accepted libflickrnet 1:2.2.0-3 (source all)

2009-12-16 Thread Jo Shields
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Fri, 13 Nov 2009 21:33:35 +
Source: libflickrnet
Binary: libflickrnet2.2-cil libflickrnet-cil-dev
Architecture: source all
Version: 1:2.2.0-3
Distribution: unstable
Urgency: low
Maintainer: Debian CLI Libraries Team 
pkg-cli-libs-t...@lists.alioth.debian.org
Changed-By: Jo Shields direct...@apebox.org
Description: 
 libflickrnet-cil-dev - Flickr.Net API Library
 libflickrnet2.2-cil - Flickr.Net API Library
Changes: 
 libflickrnet (1:2.2.0-3) unstable; urgency=low
 .
   * debian/control:
 + Depend on mono-devel 2.4.3, and strip out no-longer-needed
   direct library dependencies
Checksums-Sha1: 
 7f7a4ec47eaf5919b372a2007be362ce084d5678 1718 libflickrnet_2.2.0-3.dsc
 5a09949719db4b8a5b2f6fd7b627a3a54343953e 4732 libflickrnet_2.2.0-3.diff.gz
 e62ee44a7504253d8014e9bcb5d1068b2fbbb75d 54990 
libflickrnet2.2-cil_2.2.0-3_all.deb
 d092d7f241b4ff5468a93cdc336b16b4fc849534 3638 
libflickrnet-cil-dev_2.2.0-3_all.deb
Checksums-Sha256: 
 b9b363201d0a7e011408f5d96d5a6629db2908b402c164d6204ddcdccefa238f 1718 
libflickrnet_2.2.0-3.dsc
 b80499fb3d7ea8c7205ebee045712076445c3f5c9f1efbde55c829152503c54f 4732 
libflickrnet_2.2.0-3.diff.gz
 7b4cace6690dedbcf45f5fd41a10707bd6e3d02eecd69b6a9d809aba352a18ae 54990 
libflickrnet2.2-cil_2.2.0-3_all.deb
 b7316635026492076974fa924d22a8868399765495c0d9bfb50bb13ef0d9d121 3638 
libflickrnet-cil-dev_2.2.0-3_all.deb
Files: 
 73b618ae98772044cadcc6cf05e8492e 1718 cli-mono optional 
libflickrnet_2.2.0-3.dsc
 97344fb149789dfe16dcd7d44b6beea0 4732 cli-mono optional 
libflickrnet_2.2.0-3.diff.gz
 d0531e5d8d84853aa46a01ae30997ef9 54990 cli-mono optional 
libflickrnet2.2-cil_2.2.0-3_all.deb
 ecdca310bf6db83a18f75a3a6c36730d 3638 cli-mono optional 
libflickrnet-cil-dev_2.2.0-3_all.deb

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

iQEcBAEBCAAGBQJLKL0sAAoJEMkPnLkOH60MdeMIAJRinT7pIVGHCd0MdjfogQd6
aIJgbL4skT0AA1y0S4f3SQoUq4QXeleSyKcEQwm2ED1Y8/akUmuM8ExkVuk7dCFh
o6+F9ThvXenN4k1PeNo7d7jIV2NcMqAKRXVcxJfOkYb7w7vo1ruGPM0kEsn1aB0z
6LvtjjXvh8OMFM0UenkWut5qZkpZ3BZMNWA0P8ndG8GbxTw6FeVGxppwzrEvpL2G
mzo9KaOOl39AIXz1e0xALD5rqHNixH+KcCx1TVvIQnYyCgkBHfLHaBvbAU/AFDUz
v23SExk763QOBm6O/SwGhyvYZZyjwt/qvePk8u7BpchkSxLCpEcKutp9pt1sIcw=
=1EAz
-END PGP SIGNATURE-


Accepted:
libflickrnet-cil-dev_2.2.0-3_all.deb
  to main/libf/libflickrnet/libflickrnet-cil-dev_2.2.0-3_all.deb
libflickrnet2.2-cil_2.2.0-3_all.deb
  to main/libf/libflickrnet/libflickrnet2.2-cil_2.2.0-3_all.deb
libflickrnet_2.2.0-3.diff.gz
  to main/libf/libflickrnet/libflickrnet_2.2.0-3.diff.gz
libflickrnet_2.2.0-3.dsc
  to main/libf/libflickrnet/libflickrnet_2.2.0-3.dsc


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



Accepted wammu 0.31.1-1 (source all)

2009-12-16 Thread Michal Čihař
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 15 Dec 2009 14:04:26 +0100
Source: wammu
Binary: wammu
Architecture: source all
Version: 0.31.1-1
Distribution: unstable
Urgency: low
Maintainer: Michal Čihař ni...@debian.org
Changed-By: Michal Čihař ni...@debian.org
Description: 
 wammu  - GTK application to control your mobile phone
Closes: 560135
Changes: 
 wammu (0.31.1-1) unstable; urgency=low
 .
   * New upstream version.
 - Fixes problem with Python 2.4 (Closes: #560135).
 - Includes missing man pages.
Checksums-Sha1: 
 9f15601eba4b9d53469148142f12f95134db09f4 1168 wammu_0.31.1-1.dsc
 e2ddf8e0002567ef0b65e7af1be12941d086aa32 891817 wammu_0.31.1.orig.tar.gz
 e24b0b47b3f77cd78caed0dfe808aa002bee082f 4693 wammu_0.31.1-1.debian.tar.gz
 655d90939a83aeda86011ac1319c5612a279e9df 610270 wammu_0.31.1-1_all.deb
Checksums-Sha256: 
 d1206da3a6ecad401bc222a849e4c990cc51ab193f46876dcdba59ceae60081b 1168 
wammu_0.31.1-1.dsc
 e25266bf8d227aa5cfb2586b5e1b47e44d7549acf5e80465d84046e0e2972798 891817 
wammu_0.31.1.orig.tar.gz
 0125d8cf93cced346cba013c8109ca4c6ee5b2e8715c9f85744d495900710b42 4693 
wammu_0.31.1-1.debian.tar.gz
 c42821c2092e83db2bf01b4b4006e1aa122ce5c6237d8bd60d77cc625a1c1483 610270 
wammu_0.31.1-1_all.deb
Files: 
 f13f8f3e67c655d2042fdf37d50d9d98 1168 comm optional wammu_0.31.1-1.dsc
 2fe83f39bea528f8cdf976cbfaad3bac 891817 comm optional wammu_0.31.1.orig.tar.gz
 64038f49aac85eba83fca17d6de5bad8 4693 comm optional 
wammu_0.31.1-1.debian.tar.gz
 c1043ed919eb43dcaee740276ee70885 610270 comm optional wammu_0.31.1-1_all.deb

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

iEYEARECAAYFAksniccACgkQ3DVS6DbnVgSuJQCgnyDGeJJu0Ltc2MDh/MMTxBMj
RTEAoKR5sCH5uWwjY+hJD81cCuQxH2OH
=uI54
-END PGP SIGNATURE-


Accepted:
wammu_0.31.1-1.debian.tar.gz
  to main/w/wammu/wammu_0.31.1-1.debian.tar.gz
wammu_0.31.1-1.dsc
  to main/w/wammu/wammu_0.31.1-1.dsc
wammu_0.31.1-1_all.deb
  to main/w/wammu/wammu_0.31.1-1_all.deb
wammu_0.31.1.orig.tar.gz
  to main/w/wammu/wammu_0.31.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 acpi-support 0.131-1 (source all amd64)

2009-12-16 Thread Michael Meskes
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 16 Dec 2009 11:20:51 +0100
Source: acpi-support
Binary: acpi-support acpi-support-base
Architecture: source amd64 all
Version: 0.131-1
Distribution: unstable
Urgency: low
Maintainer: Debian Acpi Team pkg-acpi-de...@lists.alioth.debian.org
Changed-By: Michael Meskes mes...@debian.org
Description: 
 acpi-support - scripts for handling many ACPI events
 acpi-support-base - scripts for handling base ACPI events such as the power 
button
Closes: 388160 482349 556897 558009 560804
Changes: 
 acpi-support (0.131-1) unstable; urgency=low
 .
   * Pinky prints ?:0 as tty so we ought to check for that too.
 (Closes: #560804)
   * Do not try to modprobe uinput if it is already available. It might
 already be (Closes: #556897)
   * New upstream version:
 - events/lenovo-undock, undock.sh: new scripts to handle the Fn+F9 undock
   button on ThinkPads, which unfortunately nothing else handles. Thanks to
   Jeffrey Baker for the first implementation. LP: #18864. (Closes: #388160)
   * Re-added thinkpad volume key events. (Closes: #558009)
   * Patched asus-wireless start script to not disable wireless. (Closes:
 #482349)
Checksums-Sha1: 
 93430007b8e0c72c1d662c726044d2dcf72a0266 1220 acpi-support_0.131-1.dsc
 b84c097082b2c778e359eaa681b379e73c054467 20780 acpi-support_0.131.orig.tar.gz
 996a10f41d43b015fd6e76958985952711d28966 37469 acpi-support_0.131-1.diff.gz
 cb8074d050e7a6d8f11961ba4d2877ac4b59b319 52064 acpi-support_0.131-1_amd64.deb
 b9da9d1b6b51ca5f993e48726e53da2536991d19 16804 
acpi-support-base_0.131-1_all.deb
Checksums-Sha256: 
 3487da9963ad04619c51704e0c284e7568e61b82e4fb177be9ab88f5530c75f2 1220 
acpi-support_0.131-1.dsc
 bfeb090503b639f2ce7c9f8a4c3caf49158a5dd1f299cef0eb67a0a504af1794 20780 
acpi-support_0.131.orig.tar.gz
 033eec111040fc44006f58101af4ae46a953c96c17242cf1dfd381c904fa38df 37469 
acpi-support_0.131-1.diff.gz
 d80562de9ca6982e21238f7536295f79e5d7737af0cca45a26a09dfaec397269 52064 
acpi-support_0.131-1_amd64.deb
 936de56046f6b70b8b3c5151a0a2a490ea799d1252694d129f39bbb335c3e847 16804 
acpi-support-base_0.131-1_all.deb
Files: 
 35b603f42d94bb52aa36319f333d4008 1220 admin optional acpi-support_0.131-1.dsc
 86552eed7e46fdc96915ec63b4f93006 20780 admin optional 
acpi-support_0.131.orig.tar.gz
 4bd6cb094f5f9c969c852e0d1148cd24 37469 admin optional 
acpi-support_0.131-1.diff.gz
 627adf098ba50e15f39bc85f7f4cfff6 52064 admin optional 
acpi-support_0.131-1_amd64.deb
 5ee1a54c963afb35308cc195d7fbeffa 16804 admin optional 
acpi-support-base_0.131-1_all.deb

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

iD8DBQFLKMBfVkEm8inxm9ERAtJOAJ9tMsudNHRX7W++PHeRykK+nmpj+wCeKhya
TI6Agp72fVX0O62yx67+nqQ=
=Ry6I
-END PGP SIGNATURE-


Accepted:
acpi-support-base_0.131-1_all.deb
  to main/a/acpi-support/acpi-support-base_0.131-1_all.deb
acpi-support_0.131-1.diff.gz
  to main/a/acpi-support/acpi-support_0.131-1.diff.gz
acpi-support_0.131-1.dsc
  to main/a/acpi-support/acpi-support_0.131-1.dsc
acpi-support_0.131-1_amd64.deb
  to main/a/acpi-support/acpi-support_0.131-1_amd64.deb
acpi-support_0.131.orig.tar.gz
  to main/a/acpi-support/acpi-support_0.131.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 kdevplatform 0.9.97-1 (source amd64)

2009-12-16 Thread Fathi Boudra
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 12 Dec 2009 20:46:47 +0100
Source: kdevplatform
Binary: kdevplatform1-libs kdevplatform-dev kdevplatform-dbg libsublime1 
libsublime-dev
Architecture: source amd64
Version: 0.9.97-1
Distribution: unstable
Urgency: low
Maintainer: Debian Qt/KDE Maintainers debian-qt-...@lists.debian.org
Changed-By: Fathi Boudra f...@debian.org
Description: 
 kdevplatform-dbg - debugging symbols for the KDevelop platform
 kdevplatform-dev - development files for the KDevelop platform
 kdevplatform1-libs - shared libraries for the KDevelop platform
 libsublime-dev - development files for the sublime user interface library
 libsublime1 - an user interface library
Changes: 
 kdevplatform (0.9.97-1) unstable; urgency=low
 .
   * New upstream release.
   * Drop 01_kdevplatform_r1044088.diff patch.
   * Update installed plugins: mercurial plugin removed.
Checksums-Sha1: 
 12fe33c865209ad02e9a45d517b62077fc760ff2 1602 kdevplatform_0.9.97-1.dsc
 37d59c6b7c521f0f311dedf263e1f0b0543ab77c 1357277 
kdevplatform_0.9.97.orig.tar.gz
 82e5341393c530ea4672506e40a6bc1a7588ed03 5407 kdevplatform_0.9.97-1.diff.gz
 9c516b966ecc9e6fb729e1b9c65bcf44ad8cd037 2818998 
kdevplatform1-libs_0.9.97-1_amd64.deb
 7b84a0628809ee5cf5bc9b00c76130bd873e1715 335358 
kdevplatform-dev_0.9.97-1_amd64.deb
 ff5a15da2e2e49889f083fd9462c3ee79d037476 24833672 
kdevplatform-dbg_0.9.97-1_amd64.deb
 2844560da7a6d30a7cf8a274093eb24518a5fad3 125272 libsublime1_0.9.97-1_amd64.deb
 77d317f04ca9104236faeb9d2fd81506344fa8e0 16922 
libsublime-dev_0.9.97-1_amd64.deb
Checksums-Sha256: 
 b84fc28208a00d299ca8535588d1c808dff3858842bd8fccc425fecbe01557cd 1602 
kdevplatform_0.9.97-1.dsc
 165d3bbb0135b553f67c11f815a6a06e2456994dbb8903d11d13aeacbb4acee2 1357277 
kdevplatform_0.9.97.orig.tar.gz
 f5a9e86c02d84aeb99c8082bfba031c1db5b8b2cf1ba660a11652e42dbd4fe9c 5407 
kdevplatform_0.9.97-1.diff.gz
 e4c458a9a448871f8ade3d8f959f02be1f18166d3c5da449984b1bdc480695e8 2818998 
kdevplatform1-libs_0.9.97-1_amd64.deb
 73d01c8a4293b15d5ff7f24dd7e21c9501b5ab1a3f2cc95833e90d5146231df1 335358 
kdevplatform-dev_0.9.97-1_amd64.deb
 75bbf79352e17b58619cf22ecdd9747a35cd6e4e8a65bd32c749ef81039881c8 24833672 
kdevplatform-dbg_0.9.97-1_amd64.deb
 b7e47824327c3212ad40094a200f4d121a7c5614ebe2dc7dbc051aa9c6a0d662 125272 
libsublime1_0.9.97-1_amd64.deb
 dedc3047aa541d47c43b05c632f02232bf291a63c3e1326ed78ed01409fb4625 16922 
libsublime-dev_0.9.97-1_amd64.deb
Files: 
 6860c5be6fd0396863d6dd4e45cd89b5 1602 libs optional kdevplatform_0.9.97-1.dsc
 ca1e62280abfa642565200a75199207c 1357277 libs optional 
kdevplatform_0.9.97.orig.tar.gz
 897bb6007fbf6d7dc2d6576cffd5999b 5407 libs optional 
kdevplatform_0.9.97-1.diff.gz
 b050f121661bc170ae1155d168b4f185 2818998 libs optional 
kdevplatform1-libs_0.9.97-1_amd64.deb
 962ca7d1c1857cb9de46a983b1954ca2 335358 libdevel optional 
kdevplatform-dev_0.9.97-1_amd64.deb
 24cf1efce014e372ac3bb0d67d659d94 24833672 debug extra 
kdevplatform-dbg_0.9.97-1_amd64.deb
 d2121bd136243e60463ae6979dae34e2 125272 libs optional 
libsublime1_0.9.97-1_amd64.deb
 a2b77661d3b76683fde31fa0bd4a8bcd 16922 libdevel optional 
libsublime-dev_0.9.97-1_amd64.deb

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

iJwEAQECAAYFAksowDkACgkQjPU19mqlcveyxwQAknd1my87TJ/+se8WJKn2vlW/
HlB1fx3I+AxpqBfyT5mQYUIk2COZz56YLy0f6XjJFAXBrcGsPNopO22xwb8VHs4y
U0rS4ToiOfJpXyPWpxXzU0vRxBjv+iidH3YS7KDb3lfnGLqxBHkmfQcolLP7Mz1z
cXfOZUBdhx2AF7Z5dhA=
=ykdU
-END PGP SIGNATURE-


Accepted:
kdevplatform-dbg_0.9.97-1_amd64.deb
  to main/k/kdevplatform/kdevplatform-dbg_0.9.97-1_amd64.deb
kdevplatform-dev_0.9.97-1_amd64.deb
  to main/k/kdevplatform/kdevplatform-dev_0.9.97-1_amd64.deb
kdevplatform1-libs_0.9.97-1_amd64.deb
  to main/k/kdevplatform/kdevplatform1-libs_0.9.97-1_amd64.deb
kdevplatform_0.9.97-1.diff.gz
  to main/k/kdevplatform/kdevplatform_0.9.97-1.diff.gz
kdevplatform_0.9.97-1.dsc
  to main/k/kdevplatform/kdevplatform_0.9.97-1.dsc
kdevplatform_0.9.97.orig.tar.gz
  to main/k/kdevplatform/kdevplatform_0.9.97.orig.tar.gz
libsublime-dev_0.9.97-1_amd64.deb
  to main/k/kdevplatform/libsublime-dev_0.9.97-1_amd64.deb
libsublime1_0.9.97-1_amd64.deb
  to main/k/kdevplatform/libsublime1_0.9.97-1_amd64.deb


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



Accepted cacti 0.8.7e-1.1 (source all)

2009-12-16 Thread Steffen Joeris
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 16 Dec 2009 12:06:20 +0100
Source: cacti
Binary: cacti
Architecture: source all
Version: 0.8.7e-1.1
Distribution: unstable
Urgency: high
Maintainer: Sean Finney sean...@debian.org
Changed-By: Steffen Joeris wh...@debian.org
Description: 
 cacti  - Frontend to rrdtool for monitoring systems and services
Changes: 
 cacti (0.8.7e-1.1) unstable; urgency=high
 .
   * Non-maintainer upload by the security team
   * Fix several cross-site scriptings via different vectors
 Fixes: CVE-2009-4032
Checksums-Sha1: 
 7a1b4e5d75cef3744fb66c2300ab4de9d0c01ff1 1121 cacti_0.8.7e-1.1.dsc
 6ba93e200e0fbbddfbc5a9a98a9cf0f70842d904 2232297 cacti_0.8.7e.orig.tar.gz
 b0b9d0f2d4961a62e09dbb42efb8c85f3ee94593 40336 cacti_0.8.7e-1.1.diff.gz
 edd12c687bf354cbd2482619a449f18ae8aaadf2 2085942 cacti_0.8.7e-1.1_all.deb
Checksums-Sha256: 
 e76f44280562854cd254270c666298ac8783a366832e23ded9d9d1dd755754a6 1121 
cacti_0.8.7e-1.1.dsc
 1983f16cd5cf5e30b33b43b167e324713f0711167f5dcde57f3cbfbeddbaa7ff 2232297 
cacti_0.8.7e.orig.tar.gz
 7ac48543f8b05a608bf8ac9ebe7de61061b907be2574057cb3a334bbe4487780 40336 
cacti_0.8.7e-1.1.diff.gz
 b880011f940b0f99d54ee638ee804ba13f8ce20d039f37c94a8eee734a05df81 2085942 
cacti_0.8.7e-1.1_all.deb
Files: 
 cbf4cc35adf3597818f1fcfe1b283094 1121 web extra cacti_0.8.7e-1.1.dsc
 7563a58a57d2c6cc0da28cc341a30969 2232297 web extra cacti_0.8.7e.orig.tar.gz
 a0c6ac9066be3ddb2b788eb6690f9621 40336 web extra cacti_0.8.7e-1.1.diff.gz
 fb0fef0b8028b8bd07076a5223a2e242 2085942 web extra cacti_0.8.7e-1.1_all.deb

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

iEYEARECAAYFAksowHkACgkQ62zWxYk/rQcUngCeJwPFlsYRecnDbhSKi1NC+3uJ
qB0An1MO69hqAqOXs7A4Thx4KyOkovM7
=/L27
-END PGP SIGNATURE-


Accepted:
cacti_0.8.7e-1.1.diff.gz
  to main/c/cacti/cacti_0.8.7e-1.1.diff.gz
cacti_0.8.7e-1.1.dsc
  to main/c/cacti/cacti_0.8.7e-1.1.dsc
cacti_0.8.7e-1.1_all.deb
  to main/c/cacti/cacti_0.8.7e-1.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 kdevelop 4:3.9.97-1 (source all amd64)

2009-12-16 Thread Fathi Boudra
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 12 Dec 2009 20:47:28 +0100
Source: kdevelop
Binary: kdevelop kdevelop-data kdevelop-dev
Architecture: source all amd64
Version: 4:3.9.97-1
Distribution: experimental
Urgency: low
Maintainer: Debian Qt/KDE Maintainers debian-qt-...@lists.debian.org
Changed-By: Fathi Boudra f...@debian.org
Description: 
 kdevelop   - integrated development environment for KDE
 kdevelop-data - data files for the KDevelop IDE
 kdevelop-dev - development files for the KDevelop IDE
Changes: 
 kdevelop (4:3.9.97-1) experimental; urgency=low
 .
   * New upstream release.
   * Drop 01_kdevelop_r1044086.diff and 02_kdevelop_r1044721.diff patches.
   * Update debian/kdevelop-data.install: remove valgrind plugin.
Checksums-Sha1: 
 378ed796b1fff1e139a5b1ad3e34dd7b84c0f6fe 1501 kdevelop_3.9.97-1.dsc
 06589db0c58ab7b03d89232d150a1a2132b1088f 2602872 kdevelop_3.9.97.orig.tar.gz
 1a062e3175f995968da5620db54e4385edd593c5 16525 kdevelop_3.9.97-1.diff.gz
 e50d23736f3bc0221588ad27304b8837158860cf 210344 kdevelop-data_3.9.97-1_all.deb
 bc59a98161438a5b68743bb681f572d4b84e0540 1629240 kdevelop_3.9.97-1_amd64.deb
 216fea9c301ae1dd513a8b54c25cd5694edb3555 16116 kdevelop-dev_3.9.97-1_amd64.deb
Checksums-Sha256: 
 a1bce7ca19a60fdb73e6879d4650a32cba8fbea001ad83c11630ef3b5739054d 1501 
kdevelop_3.9.97-1.dsc
 9fcd0e6e23a20b9f0e67bcb15736c5b58f637ca3f3278148be0c83aa07db1c71 2602872 
kdevelop_3.9.97.orig.tar.gz
 f20858de3dc524547f8678101750310be567695b148066970dc6442e90f3b310 16525 
kdevelop_3.9.97-1.diff.gz
 d894ebacade9b4f70ff9bddb6106e8953c4108dc95da7d2f3522e40997303a5f 210344 
kdevelop-data_3.9.97-1_all.deb
 990331ac215ef5258612a7cdd4a59e51505a4be1dd595dfadda416fb94e9a757 1629240 
kdevelop_3.9.97-1_amd64.deb
 78bbf275363c22626a800b5c40388ae74af38855436e4425d82ff8acd9ab306e 16116 
kdevelop-dev_3.9.97-1_amd64.deb
Files: 
 cf151a5ee0ea9c9f923e7335f74b1ff0 1501 devel optional kdevelop_3.9.97-1.dsc
 90eb8206a7656dc15e295204cff1bc68 2602872 devel optional 
kdevelop_3.9.97.orig.tar.gz
 9638240f0e67e75cdbc04414867c265b 16525 devel optional kdevelop_3.9.97-1.diff.gz
 a51603c22f179dff8b92402439cbdeb1 210344 devel optional 
kdevelop-data_3.9.97-1_all.deb
 8cd69a01335c94134218ff1d6b719455 1629240 devel optional 
kdevelop_3.9.97-1_amd64.deb
 d5ca9988de0741e294c364d84943540f 16116 devel optional 
kdevelop-dev_3.9.97-1_amd64.deb

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

iJwEAQECAAYFAksoyMkACgkQjPU19mqlcvebEgP/fkvyefEKnTcS6i67QgQfMom8
8gCezneyzYVaOSuexC8gJiXDYM7vb8BIKNDfX8uvEje2Lwn6aaEkc4HUpYyViYSA
GIWxk2c4MouQrD0Q0y/yXuE3EafIFEs+8GIsdSSM3CR0Eam9baAxGpSe24o+3lkT
sMFNqas7GQOJoB6Cwoc=
=xWZo
-END PGP SIGNATURE-


Accepted:
kdevelop-data_3.9.97-1_all.deb
  to main/k/kdevelop/kdevelop-data_3.9.97-1_all.deb
kdevelop-dev_3.9.97-1_amd64.deb
  to main/k/kdevelop/kdevelop-dev_3.9.97-1_amd64.deb
kdevelop_3.9.97-1.diff.gz
  to main/k/kdevelop/kdevelop_3.9.97-1.diff.gz
kdevelop_3.9.97-1.dsc
  to main/k/kdevelop/kdevelop_3.9.97-1.dsc
kdevelop_3.9.97-1_amd64.deb
  to main/k/kdevelop/kdevelop_3.9.97-1_amd64.deb
kdevelop_3.9.97.orig.tar.gz
  to main/k/kdevelop/kdevelop_3.9.97.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 wxmaxima 0.8.4-1 (source amd64)

2009-12-16 Thread Frank S. Thomas
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 16 Dec 2009 12:34:45 +0100
Source: wxmaxima
Binary: wxmaxima
Architecture: source amd64
Version: 0.8.4-1
Distribution: unstable
Urgency: low
Maintainer: Debian Science Maintainers 
debian-science-maintain...@lists.alioth.debian.org
Changed-By: Frank S. Thomas f...@debian.org
Description: 
 wxmaxima   - GUI for the computer algebra system Maxima
Closes: 545105 561326
Changes: 
 wxmaxima (0.8.4-1) unstable; urgency=low
 .
   * New upstream release.
 - wxMaxima shows now appropriate error messages when plotting undefined
   functions. (closes: #545105)
   * Switched to source format 3.0 (quilt).
   * Removed debian/patches/001_renamed_client_to_server.patch which was
 required for Maxima ( 5.18). Now that a newer Maxima version is in
 unstable, this patch has been dropped and the Maxima dependency has
 been bumped to (= 5.18). (closes: #561326)
   * Updated debian/copyright for the new release.
Checksums-Sha1: 
 3606c7c09c3d3f84a507d307ff5ff54a8b2b163a 1309 wxmaxima_0.8.4-1.dsc
 d0e9dedafb839305988efae63dd22bd9eabb43f8 1176713 wxmaxima_0.8.4.orig.tar.gz
 b7d4578618e2db5461c4f395a2c20d460e122e76 12027 wxmaxima_0.8.4-1.debian.tar.gz
 6181ce94807fa16e8326ffd150f7ebaa327aec5e 684544 wxmaxima_0.8.4-1_amd64.deb
Checksums-Sha256: 
 765217ec29ef9f29c6110525018f9e1a40c5cf80e0a79bc211dcbe51e5f5b6c9 1309 
wxmaxima_0.8.4-1.dsc
 3a27ee492eee5fcbe29dc452fd8085c9bdd040d9687cb318c4e578061371c8ab 1176713 
wxmaxima_0.8.4.orig.tar.gz
 df3a66d17b0006e9602711ea9e51e8c640e9c884733ac885322dc4a8121ffb12 12027 
wxmaxima_0.8.4-1.debian.tar.gz
 48e02e70b8217d4ff2f41a848a1bfc278d9e8b531c41fbea36af10a29068ddf1 684544 
wxmaxima_0.8.4-1_amd64.deb
Files: 
 c7def3a3e7001221829411f46f9c36f0 1309 math optional wxmaxima_0.8.4-1.dsc
 b972743501298932bc0b0796c5489332 1176713 math optional 
wxmaxima_0.8.4.orig.tar.gz
 362797ccd36ef72397fc1e679da31098 12027 math optional 
wxmaxima_0.8.4-1.debian.tar.gz
 b5fa5ea4f4a58b4d0a173c39597d0a3b 684544 math optional 
wxmaxima_0.8.4-1_amd64.deb

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

iEYEARECAAYFAksoyAgACgkQft6HNdxCZCmZpwCfT1dT1i6iPiEHFGsvrVfzoeSl
Ir8AoI2L22lNNkx0ATU63dH2S5EKW2Xs
=54jg
-END PGP SIGNATURE-


Accepted:
wxmaxima_0.8.4-1.debian.tar.gz
  to main/w/wxmaxima/wxmaxima_0.8.4-1.debian.tar.gz
wxmaxima_0.8.4-1.dsc
  to main/w/wxmaxima/wxmaxima_0.8.4-1.dsc
wxmaxima_0.8.4-1_amd64.deb
  to main/w/wxmaxima/wxmaxima_0.8.4-1_amd64.deb
wxmaxima_0.8.4.orig.tar.gz
  to main/w/wxmaxima/wxmaxima_0.8.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 xulrunner 1.9.1.6-1 (source all amd64)

2009-12-16 Thread Mike Hommey
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 16 Dec 2009 11:41:36 +0100
Source: xulrunner
Binary: xulrunner-1.9.1 xulrunner-1.9.1-gnome-support libmozjs2d libmozjs-dev 
libmozjs2d-dbg spidermonkey-bin xulrunner-dev xulrunner-1.9.1-dbg 
libmozillainterfaces-java python-xpcom
Architecture: source all amd64
Version: 1.9.1.6-1
Distribution: unstable
Urgency: low
Maintainer: Maintainers of Mozilla-related packages 
pkg-mozilla-maintain...@lists.alioth.debian.org
Changed-By: Mike Hommey gland...@debian.org
Description: 
 libmozillainterfaces-java - XPCOM bindings for Java
 libmozjs-dev - Development files for the Mozilla SpiderMonkey JavaScript 
library
 libmozjs2d - The Mozilla SpiderMonkey JavaScript library
 libmozjs2d-dbg - Development files for the Mozilla SpiderMonkey JavaScript 
library
 python-xpcom - XPCOM bindings for Python
 spidermonkey-bin - standalone JavaScript/ECMAScript (ECMA-262) interpreter
 xulrunner-1.9.1 - XUL + XPCOM application runner
 xulrunner-1.9.1-dbg - Development files for the Gecko engine library
 xulrunner-1.9.1-gnome-support - Support for GNOME in xulrunner applications
 xulrunner-dev - Development files for the Gecko engine library
Closes: 560462
Changes: 
 xulrunner (1.9.1.6-1) unstable; urgency=low
 .
   * New upstream release.
   * Fixes mfsa-2009-{65-70}, also known as
 CVE-2009-3979, CVE-2009-3980, CVE-2009-3982, CVE-2009-3388,
 CVE-2009-3389, CVE-2009-3983, CVE-2009-3984, CVE-2009-3985,
 CVE-2009-3986.
   * xpcom/glue/standalone/nsGlueLinkingDlopen.cpp: Revert changes introduced
 in 1.9~b4-1 that should not be necessary anymore. This code also
 FTBFS'ed with gcc-4.4. Closes: #560462.
Checksums-Sha1: 
 52fb7425bfa8f2bb7a76b1e5c824e119b1fabae1 2035 xulrunner_1.9.1.6-1.dsc
 88c0a31f571855bd74fa6ed94baa987eaa5271ef 55963995 xulrunner_1.9.1.6.orig.tar.gz
 bf47f2f17083d6d8d2c2bcbf24795a5ab4233fce 138387 xulrunner_1.9.1.6-1.diff.gz
 7c5cb45e6c696b0413e5575e3cb9d153472f5cc1 1543000 
libmozillainterfaces-java_1.9.1.6-1_all.deb
 d55d30cd5f5a329de0df8b5047f23f1648700192 8367422 
xulrunner-1.9.1_1.9.1.6-1_amd64.deb
 184fdcbe3e48b5bde41fc0e53f8c34894f3849d7 108006 
xulrunner-1.9.1-gnome-support_1.9.1.6-1_amd64.deb
 59bdc1b69c080323ead9507c8d6d8f407b950a7b 413270 libmozjs2d_1.9.1.6-1_amd64.deb
 4d0e35e3ab67f617692dbb26e7d2caa5c346914f 258126 
libmozjs-dev_1.9.1.6-1_amd64.deb
 3573bdb5ad066b1d9befdd09f96a834adf139212 1107764 
libmozjs2d-dbg_1.9.1.6-1_amd64.deb
 758c59efac65252e8a3502012841deaf41810813 78518 
spidermonkey-bin_1.9.1.6-1_amd64.deb
 4cc7e2d8fee89c3955d7e7491c4036e76c409caa 3537724 
xulrunner-dev_1.9.1.6-1_amd64.deb
 7fbeafd62378a6e205950fd5e5d0518fefdb2797 56525828 
xulrunner-1.9.1-dbg_1.9.1.6-1_amd64.deb
 3d6ef496d333d3e4abb9fa000f1373473382a293 159296 
python-xpcom_1.9.1.6-1_amd64.deb
Checksums-Sha256: 
 4945d949f5eaaadbc2c4c4524ab6ae9f81f3b8ea30eab4f08bf98c2cbf3fef7d 2035 
xulrunner_1.9.1.6-1.dsc
 01508ee220a1a56c80d54f9e56f721d9f13f961e420f48b1c953778236743d66 55963995 
xulrunner_1.9.1.6.orig.tar.gz
 5628b1ffc7c0ac396f821bf47b48ac8d8c780b22791534104f6054fe57d08279 138387 
xulrunner_1.9.1.6-1.diff.gz
 771f400c5b0ffe1612c81d72a07479acefd45ad6d5e6f49746c23509cd4aa669 1543000 
libmozillainterfaces-java_1.9.1.6-1_all.deb
 e94d88aeab85731d69e17d40d9793ce2e63beda5b1bcc82a39eea80597282fdd 8367422 
xulrunner-1.9.1_1.9.1.6-1_amd64.deb
 df1f6d8fdfe31ad337e057fa0542861ce830b057e9be290e9457f0375044e615 108006 
xulrunner-1.9.1-gnome-support_1.9.1.6-1_amd64.deb
 a4e6017c96577d9a111c9d3a56be19e71fd422a4ab58ec1dfcb32ec4addbbd26 413270 
libmozjs2d_1.9.1.6-1_amd64.deb
 066721100b1cfd03af3e7c7c09755fdc626de2d4b36695134ccda59fc2ee97d8 258126 
libmozjs-dev_1.9.1.6-1_amd64.deb
 7078f5a066bdecf39c602893264add19ff1b4654b41533b4fda3ac59b2e52076 1107764 
libmozjs2d-dbg_1.9.1.6-1_amd64.deb
 367807c23168a40d39ae36ffc8affe6b7aff36eafb47dc01b88dfc819c31fae7 78518 
spidermonkey-bin_1.9.1.6-1_amd64.deb
 b99a9fbec378610c27a4fbc757f2cef0e08516cd102db702d71ec147ef52c7c2 3537724 
xulrunner-dev_1.9.1.6-1_amd64.deb
 40e598195e456e8f8cc5081953c4ae31a937fcfc73b97aa4ee5630ac470bc168 56525828 
xulrunner-1.9.1-dbg_1.9.1.6-1_amd64.deb
 bb6dbf5919b3e803dc0e92d3b1b9606fb0f88a7d6e30ad97e803cd88750cbc62 159296 
python-xpcom_1.9.1.6-1_amd64.deb
Files: 
 684667cf589b891801646cd8dc95187f 2035 devel optional xulrunner_1.9.1.6-1.dsc
 187968d76a6eeaa4fc049d03b9029907 55963995 devel optional 
xulrunner_1.9.1.6.orig.tar.gz
 06bb6b4a7205c882f8e6b1aaa9ad87db 138387 devel optional 
xulrunner_1.9.1.6-1.diff.gz
 cfe0dd1f492a47c56bbdcb7242e7b5ab 1543000 java extra 
libmozillainterfaces-java_1.9.1.6-1_all.deb
 195a25c2a4ce3dfd145e5df74d1b2bf8 8367422 devel optional 
xulrunner-1.9.1_1.9.1.6-1_amd64.deb
 770ba84c735749916dd2b442b939b305 108006 devel optional 
xulrunner-1.9.1-gnome-support_1.9.1.6-1_amd64.deb
 cac19a670b772a33d6f1f3c5c1e4309c 413270 libs optional 
libmozjs2d_1.9.1.6-1_amd64.deb
 acb6ce54da31ce664717d13efce2ca1f 258126 libdevel optional 
libmozjs-dev_1.9.1.6-1_amd64.deb
 

Accepted bzr 2.0.3-1 (source all i386)

2009-12-16 Thread John Francesco Ferlito
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 16 Dec 2009 21:43:42 +1100
Source: bzr
Binary: bzr bzr-doc
Architecture: source all i386
Version: 2.0.3-1
Distribution: unstable
Urgency: low
Maintainer: Debian Bazaar Maintainers pkg-bazaar-ma...@lists.alioth.debian.org
Changed-By: John Francesco Ferlito jo...@inodes.org
Description: 
 bzr- easy to use distributed version control system
 bzr-doc- easy to use distributed version control system (documentation)
Changes: 
 bzr (2.0.3-1) unstable; urgency=low
 .
   * New upstream release.
Checksums-Sha1: 
 de1d88b7d1b755610bf9941ffd239e0b3d256272 1444 bzr_2.0.3-1.dsc
 178fe6546d32a1752a9e9abca57db128463bb1e6 6616470 bzr_2.0.3.orig.tar.gz
 16a6d07208b550ceefa4d2f3df19e6456bc4e2f0 12124 bzr_2.0.3-1.diff.gz
 3063301a8953d3f466555c0697a56f592d861e78 4526748 bzr-doc_2.0.3-1_all.deb
 1854a0dfecaf23916eb8d0643e72edd2ed4e3097 2938564 bzr_2.0.3-1_i386.deb
Checksums-Sha256: 
 a37e027eb1d24ca204c9176c2019d9bdc38885cdf8787858cadf495d4f1efced 1444 
bzr_2.0.3-1.dsc
 757969b8bf97c049297bd041b783c197bb3983b05629a4fb07cf75c2def7780b 6616470 
bzr_2.0.3.orig.tar.gz
 60b3e58c78f31949981707a8ae1e02c539c9dd25199a459f1e1ba20cb5ad7fee 12124 
bzr_2.0.3-1.diff.gz
 f371e1e442e3f1da79b8deb8c6730b1698251f33269f432ca85af5f41a0f834e 4526748 
bzr-doc_2.0.3-1_all.deb
 4692c9a0bf50f8c9b451e3733ea5ae2cb0d32039ca196ccc352729df0e6b26ff 2938564 
bzr_2.0.3-1_i386.deb
Files: 
 9264a7953a60b6b4e2c2f3ec892fd824 1444 vcs optional bzr_2.0.3-1.dsc
 60758e61b3fd3686966d7ab0ea17fa64 6616470 vcs optional bzr_2.0.3.orig.tar.gz
 22f25158a9568c7c752ae405bbf2f340 12124 vcs optional bzr_2.0.3-1.diff.gz
 47548d07cd02212fdc59fc7b1b983a93 4526748 doc optional bzr-doc_2.0.3-1_all.deb
 1fc70db4612cbfb57644fa24e7ec83b6 2938564 vcs optional bzr_2.0.3-1_i386.deb

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

iEYEARECAAYFAksoyd4ACgkQYcdJscd4KNT/ogCgsweEArBFKPKF87t4MZsz6TlL
wi8AoIi/mLOtAOVRxOVGFUS/eldBuYh2
=61lZ
-END PGP SIGNATURE-


Accepted:
bzr-doc_2.0.3-1_all.deb
  to main/b/bzr/bzr-doc_2.0.3-1_all.deb
bzr_2.0.3-1.diff.gz
  to main/b/bzr/bzr_2.0.3-1.diff.gz
bzr_2.0.3-1.dsc
  to main/b/bzr/bzr_2.0.3-1.dsc
bzr_2.0.3-1_i386.deb
  to main/b/bzr/bzr_2.0.3-1_i386.deb
bzr_2.0.3.orig.tar.gz
  to main/b/bzr/bzr_2.0.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 libtheora 1.1.1+dfsg.1-2 (source i386 all)

2009-12-16 Thread John Francesco Ferlito
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 16 Dec 2009 23:33:07 +1100
Source: libtheora
Binary: libtheora0 libtheora-dev libtheora-doc libtheora-bin libtheora-dbg
Architecture: source i386 all
Version: 1.1.1+dfsg.1-2
Distribution: unstable
Urgency: low
Maintainer: Debian Xiph.org Maintainers pkg-xiph-ma...@lists.alioth.debian.org
Changed-By: John Francesco Ferlito jo...@inodes.org
Description: 
 libtheora-bin - The Theora Video Compression Codec (example encoder, decoder)
 libtheora-dbg - The Theora Video Compression Codec (debug)
 libtheora-dev - The Theora Video Compression Codec (development files)
 libtheora-doc - The Theora Video Compression Codec (documentation)
 libtheora0 - The Theora Video Compression Codec
Closes: 561025
Changes: 
 libtheora (1.1.1+dfsg.1-2) unstable; urgency=low
 .
   * Add extra dh rules to symlink in config.{sub,guess} (Closes: #561025).
Checksums-Sha1: 
 c9f9b240ea52916af472ab77bf398cc8e0fe439e 1514 libtheora_1.1.1+dfsg.1-2.dsc
 93be6b5e70edb5ef56bcdd1e41289d827c3d6480 6686 libtheora_1.1.1+dfsg.1-2.diff.gz
 a14b4bd110098a57898187d9b403473291ee030c 357274 
libtheora0_1.1.1+dfsg.1-2_i386.deb
 c7aa9a853609908cdd3cbf28a6e3889b2a9e448d 402792 
libtheora-dev_1.1.1+dfsg.1-2_i386.deb
 f0d5e829fdf745b0f84a2c9e17518e5d3035e61c 912308 
libtheora-doc_1.1.1+dfsg.1-2_all.deb
 f9ceef9db645d9390323e1dde95f18ead1c6224d 49212 
libtheora-bin_1.1.1+dfsg.1-2_i386.deb
 7106ed0889f95b681fc6f9febdb6fb2963e54805 413576 
libtheora-dbg_1.1.1+dfsg.1-2_i386.deb
Checksums-Sha256: 
 f2ab249661e78982e033cb99f46089dc515c3ab8759bdc1b8ad8bb25b02690ef 1514 
libtheora_1.1.1+dfsg.1-2.dsc
 66fabd8d903a3b0a3b229d4fd6a6dd82c0266a0b9a9edee472197ade0e531122 6686 
libtheora_1.1.1+dfsg.1-2.diff.gz
 85c7b7335c1f31243a098729454d84466d965dd0889c097635cf00a4a047a232 357274 
libtheora0_1.1.1+dfsg.1-2_i386.deb
 d16eb5ca0ebfcf079dc7beaf2764c4f462d3d55ce772895edcbb54629d49d9fc 402792 
libtheora-dev_1.1.1+dfsg.1-2_i386.deb
 08e7b180b45ab9b8f42ee17d56333db88dd58f1f9b7a23c5735c716f4edfe02f 912308 
libtheora-doc_1.1.1+dfsg.1-2_all.deb
 7aa2a39658412015435f6b3b9c5b0f61bf92d77e385aa858f3b4ad33b1a67309 49212 
libtheora-bin_1.1.1+dfsg.1-2_i386.deb
 c73422557148be7464e0fcf793eeab458c3f9f0634aae78f8b016148e3c4ab5a 413576 
libtheora-dbg_1.1.1+dfsg.1-2_i386.deb
Files: 
 d4b8c1ed348892f44c61acfc1c0324f8 1514 libs optional 
libtheora_1.1.1+dfsg.1-2.dsc
 49299e44ce3e76249e80034361be17e0 6686 libs optional 
libtheora_1.1.1+dfsg.1-2.diff.gz
 a5a9c3f2b8d3e1e0f242b76e5b59be07 357274 libs optional 
libtheora0_1.1.1+dfsg.1-2_i386.deb
 c53e58519ca666d6026037d483186583 402792 libdevel optional 
libtheora-dev_1.1.1+dfsg.1-2_i386.deb
 c29c488d818543cfc8c6b20bd5281dd9 912308 doc optional 
libtheora-doc_1.1.1+dfsg.1-2_all.deb
 1a2e247885a941beb5b01096f8a7a406 49212 utils optional 
libtheora-bin_1.1.1+dfsg.1-2_i386.deb
 8222ce1f995a60f7ea9b4ce2bbd87167 413576 debug extra 
libtheora-dbg_1.1.1+dfsg.1-2_i386.deb

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

iEYEARECAAYFAkso1WQACgkQYcdJscd4KNSNlACfemFNTzY328qmhhpHBAlXhUGh
H2QAnifI1/EeD+yklPWwN2Lx58RBuWFP
=uemd
-END PGP SIGNATURE-


Accepted:
libtheora-bin_1.1.1+dfsg.1-2_i386.deb
  to main/libt/libtheora/libtheora-bin_1.1.1+dfsg.1-2_i386.deb
libtheora-dbg_1.1.1+dfsg.1-2_i386.deb
  to main/libt/libtheora/libtheora-dbg_1.1.1+dfsg.1-2_i386.deb
libtheora-dev_1.1.1+dfsg.1-2_i386.deb
  to main/libt/libtheora/libtheora-dev_1.1.1+dfsg.1-2_i386.deb
libtheora-doc_1.1.1+dfsg.1-2_all.deb
  to main/libt/libtheora/libtheora-doc_1.1.1+dfsg.1-2_all.deb
libtheora0_1.1.1+dfsg.1-2_i386.deb
  to main/libt/libtheora/libtheora0_1.1.1+dfsg.1-2_i386.deb
libtheora_1.1.1+dfsg.1-2.diff.gz
  to main/libt/libtheora/libtheora_1.1.1+dfsg.1-2.diff.gz
libtheora_1.1.1+dfsg.1-2.dsc
  to main/libt/libtheora/libtheora_1.1.1+dfsg.1-2.dsc


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



Accepted iceape 2.0.1-1 (source all amd64)

2009-12-16 Thread Mike Hommey
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 16 Dec 2009 12:59:49 +0100
Source: iceape
Binary: iceape iceape-browser iceape-dev iceape-dbg iceape-mailnews 
iceape-chatzilla iceape-dom-inspector
Architecture: source all amd64
Version: 2.0.1-1
Distribution: unstable
Urgency: low
Maintainer: Maintainers of Mozilla-related packages 
pkg-mozilla-maintain...@lists.alioth.debian.org
Changed-By: Mike Hommey gland...@debian.org
Description: 
 iceape - The Iceape Internet Suite
 iceape-browser - Iceape Navigator (Internet browser) and Composer
 iceape-chatzilla - Iceape Chatzilla IRC client
 iceape-dbg - Debugging symbols for the Iceape Internet Suite
 iceape-dev - Transition package to xulrunner-dev
 iceape-dom-inspector - DOM inspector for the Iceape Internet Suite
 iceape-mailnews - Iceape Mail  Newsgroups and Address Book
Closes: 314314
Changes: 
 iceape (2.0.1-1) unstable; urgency=low
 .
   * New upstream release.
   * Fixes mfsa-2009-{65-70}, also known as
 CVE-2009-3979, CVE-2009-3980, CVE-2009-3982, CVE-2009-3388,
 CVE-2009-3389, CVE-2009-3983, CVE-2009-3984, CVE-2009-3985,
 CVE-2009-3986.
   * debian/patches/*: Refreshed patches.
   * debian/patches/0023*: Removed, as a somewhat similar fix landed upstream.
   * debian/patches/0019*, 0026*, 0027*, 0030*: Merged in debian/patches/0001*.
   * debian/patches/0001*: Add missing bits for Hurd. Closes: #314314.
Checksums-Sha1: 
 290d08a6ca76b368072a873d3f5a1d374e7f14e4 1988 iceape_2.0.1-1.dsc
 58bfd6442538a262d697c29a78c5919bdcda2370 55312456 iceape_2.0.1.orig.tar.bz2
 3122f3d0954237cdef11136993f6cdd32c56af02 276698 iceape_2.0.1-1.debian.tar.gz
 d4a0c1a19198d290f658a33f8c67f9aef8663672 39436 iceape_2.0.1-1_all.deb
 24879a763cb4178ea5641ccbff7bf8a8e0258623 37362 iceape-dev_2.0.1-1_all.deb
 89e00799695d7cc9a77dfc961890967dac18d0a6 366240 
iceape-chatzilla_2.0.1-1_all.deb
 9974e5c3d8f2f78812fc5c10a1ce390a67182d45 161036 
iceape-dom-inspector_2.0.1-1_all.deb
 930b7bb7ef1ad639ed5408cf861893c2a970cba2 11938830 
iceape-browser_2.0.1-1_amd64.deb
 037d53d61acfc782bc7cc17cabae07d2b4659fbe 67218966 iceape-dbg_2.0.1-1_amd64.deb
 5d10eb39b58ba75415ba9c26a2f4c6c3d32a7bfa 2231368 
iceape-mailnews_2.0.1-1_amd64.deb
Checksums-Sha256: 
 ca0a6000e1f4f5ff1a469b77c94ffb5c5d7ddd100aab5af1f69c3af6615e34d8 1988 
iceape_2.0.1-1.dsc
 10bb15f6df659bceff3309aaa42bb65d7557cd67848c2e76993edf16bc676614 55312456 
iceape_2.0.1.orig.tar.bz2
 accee57aa1e1bbf13d2831f8a2887ba24a744c1034fb489a337947a8e090 276698 
iceape_2.0.1-1.debian.tar.gz
 55a64bea3382da0d7d1e7e1e36a400a56ded89f76b50d51b53da6c3655604138 39436 
iceape_2.0.1-1_all.deb
 f250810288591672bd813cb2ef7dcdeddea2f7b1c7357c4452c30d1c89e56d25 37362 
iceape-dev_2.0.1-1_all.deb
 73875b4538668506ec52b00d6ff5f9b76a36ce65d7748fe2b8adfe8ca7351f90 366240 
iceape-chatzilla_2.0.1-1_all.deb
 7bd736e97e91f752242c133dfcc28b274fa218c4f99c25ad3b56a80545acc58c 161036 
iceape-dom-inspector_2.0.1-1_all.deb
 eba1ffb6eed0adc59a3792dc56071e9c1c9a3000395f4893e1420a597336a860 11938830 
iceape-browser_2.0.1-1_amd64.deb
 6b165968b7eb8824a2abce7f2f1add28e5a7390ed86909b3c3338714bbf08e82 67218966 
iceape-dbg_2.0.1-1_amd64.deb
 e6239b4c333d01e3561c9a88c0a6472fb378d8172cc23bb39daf123ebedb53ce 2231368 
iceape-mailnews_2.0.1-1_amd64.deb
Files: 
 186d4567036b8444b55d64b93ca4a60f 1988 net optional iceape_2.0.1-1.dsc
 30a1ba5da034cc0722e053cc9c091cc0 55312456 net optional 
iceape_2.0.1.orig.tar.bz2
 f0b2b09a80c5bfc22beea5690ee48447 276698 net optional 
iceape_2.0.1-1.debian.tar.gz
 f0c014a46ed6b34a7f6c9cc9c9503bec 39436 web optional iceape_2.0.1-1_all.deb
 5c6348c4d06938ff145426eaa83fe83c 37362 devel optional 
iceape-dev_2.0.1-1_all.deb
 dc332ddb41ee34e0ae76a31d9c7a1820 366240 net optional 
iceape-chatzilla_2.0.1-1_all.deb
 3d21f5e0a73b1d94f4cae7ba4b23ed9d 161036 web optional 
iceape-dom-inspector_2.0.1-1_all.deb
 60a2618c77951b2c85d58c13c7d0d901 11938830 web optional 
iceape-browser_2.0.1-1_amd64.deb
 33eed8a3ce595e75b4e6a72ef0dce54f 67218966 debug extra 
iceape-dbg_2.0.1-1_amd64.deb
 f488fb7716817c213127abe540c1b68b 2231368 mail optional 
iceape-mailnews_2.0.1-1_amd64.deb

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

iD8DBQFLKNIC3kvaLFT9KlgRAuOJAJ9Pc8yZMR3XWusIIX6tqWS6R4xkMQCfctaC
6YvND4a8/Mv/yVYp2ovc26o=
=1H2m
-END PGP SIGNATURE-


Accepted:
iceape-browser_2.0.1-1_amd64.deb
  to main/i/iceape/iceape-browser_2.0.1-1_amd64.deb
iceape-chatzilla_2.0.1-1_all.deb
  to main/i/iceape/iceape-chatzilla_2.0.1-1_all.deb
iceape-dbg_2.0.1-1_amd64.deb
  to main/i/iceape/iceape-dbg_2.0.1-1_amd64.deb
iceape-dev_2.0.1-1_all.deb
  to main/i/iceape/iceape-dev_2.0.1-1_all.deb
iceape-dom-inspector_2.0.1-1_all.deb
  to main/i/iceape/iceape-dom-inspector_2.0.1-1_all.deb
iceape-mailnews_2.0.1-1_amd64.deb
  to main/i/iceape/iceape-mailnews_2.0.1-1_amd64.deb
iceape_2.0.1-1.debian.tar.gz
  to main/i/iceape/iceape_2.0.1-1.debian.tar.gz
iceape_2.0.1-1.dsc
  to main/i/iceape/iceape_2.0.1-1.dsc
iceape_2.0.1-1_all.deb
  to 

Accepted libkate 0.3.7-2 (source i386)

2009-12-16 Thread John Francesco Ferlito
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 16 Dec 2009 23:44:56 +1100
Source: libkate
Binary: libkate-dev libkate1 liboggkate-dev liboggkate1 libkate-tools 
libkate1-dbg
Architecture: source i386
Version: 0.3.7-2
Distribution: unstable
Urgency: low
Maintainer: Debian Xiph.org Maintainers pkg-xiph-ma...@lists.alioth.debian.org
Changed-By: John Francesco Ferlito jo...@inodes.org
Description: 
 libkate-dev - Kate is a codec for karaoke and text encapsulation (dev)
 libkate-tools - Utilities for mangling kate Ogg files
 libkate1   - Kate is a codec for karaoke and text encapsulation
 libkate1-dbg - Kate is a codec for karaoke and text encapsulation for Ogg (dbg)
 liboggkate-dev - Kate is a codec for karaoke and text encapsulation for Ogg 
(dev)
 liboggkate1 - Kate is a codec for karaoke and text encapsulation for Ogg
Closes: 560732
Changes: 
 libkate (0.3.7-2) unstable; urgency=low
 .
   * Move to dh build system.
   * Make sure we include latest config.{sub,guess} (Closes: #560732).
   * Move to python-support.
   * Add ${misc:Depends}.
Checksums-Sha1: 
 b676fef84d089909a39e981441eeb40328b93e53 1340 libkate_0.3.7-2.dsc
 92fe19b21deafa0c05c4180c9ab0a4b6065b0872 4246 libkate_0.3.7-2.diff.gz
 64049ae31770144407b69b3c9c59011b0715c77f 51862 libkate-dev_0.3.7-2_i386.deb
 6848c5687c76bdd20b00b1f8f2db664638828f0e 40412 libkate1_0.3.7-2_i386.deb
 a514427d685220bf1dcac304c7659d9d75c521d7 9374 liboggkate-dev_0.3.7-2_i386.deb
 3bcacd823446b57a7b7fb8d252ddb3657261870a 9466 liboggkate1_0.3.7-2_i386.deb
 e75e6b8e8b8cd130b24672047e4187182f86d8e5 77972 libkate-tools_0.3.7-2_i386.deb
 4fbcdaabd086a5ede10e64a82e91ba35e849b536 186184 libkate1-dbg_0.3.7-2_i386.deb
Checksums-Sha256: 
 4456a33bfeebbc51572c08d77601d673f8c6cf70b8b5d4482b64a253ad33b31f 1340 
libkate_0.3.7-2.dsc
 4ba771b106e9ab8bf0aa856f66443c524d228dafe8410bdda3b5ae7ea4c03399 4246 
libkate_0.3.7-2.diff.gz
 24b0ab6a14ecf10c4b9d4f03a3b4b5724ed2785f9fbe0c7be214923a04fcbb89 51862 
libkate-dev_0.3.7-2_i386.deb
 757bef5369b477fff58012e1609d810733415352bd4a03aaa9f73cb0315ed558 40412 
libkate1_0.3.7-2_i386.deb
 2578349f7adb510bb19f7f783e772420a5efde45d6df889ef1714a0dc13c6a34 9374 
liboggkate-dev_0.3.7-2_i386.deb
 ee9060c927566dab0b9f1b723b3f0d8e7b4d23a1241bc369d0a5d8ba8ad5a0c8 9466 
liboggkate1_0.3.7-2_i386.deb
 ccbdf3482688d822fb771e54e0830dfb108fc16a54f143c8ca76a89eecc96135 77972 
libkate-tools_0.3.7-2_i386.deb
 76293cb1403311f20be06afdc6720dc61d1a75f0c151e24bf8cb5a87a977af9d 186184 
libkate1-dbg_0.3.7-2_i386.deb
Files: 
 247c0c2905566fe6d4272c7df2a026bc 1340 libs optional libkate_0.3.7-2.dsc
 6998cb2dfaccfc9692fbeb9c4f9ac679 4246 libs optional libkate_0.3.7-2.diff.gz
 ba7c6a92871b6ae89915c2c04eae42c5 51862 libdevel optional 
libkate-dev_0.3.7-2_i386.deb
 bc7e17bf9c226a50a752a59f2ad17c61 40412 libs optional libkate1_0.3.7-2_i386.deb
 c3c43523822e3476f54a98152005122e 9374 libdevel optional 
liboggkate-dev_0.3.7-2_i386.deb
 25ef23c0c9a5de5912a196f65c3f7428 9466 libs optional 
liboggkate1_0.3.7-2_i386.deb
 2e47b44268bc3ccab8d5cc72e915a38c 77972 utils optional 
libkate-tools_0.3.7-2_i386.deb
 5bb312c9c38b57887bf28dde9d813cc3 186184 debug extra 
libkate1-dbg_0.3.7-2_i386.deb

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

iEYEARECAAYFAkso2goACgkQYcdJscd4KNRiDgCgvIrvH9LBwwqiZqK9RrIurOOk
g/IAnj15T8yM/mYtdHFa3e5KnjhU5J64
=VSF7
-END PGP SIGNATURE-


Accepted:
libkate-dev_0.3.7-2_i386.deb
  to main/libk/libkate/libkate-dev_0.3.7-2_i386.deb
libkate-tools_0.3.7-2_i386.deb
  to main/libk/libkate/libkate-tools_0.3.7-2_i386.deb
libkate1-dbg_0.3.7-2_i386.deb
  to main/libk/libkate/libkate1-dbg_0.3.7-2_i386.deb
libkate1_0.3.7-2_i386.deb
  to main/libk/libkate/libkate1_0.3.7-2_i386.deb
libkate_0.3.7-2.diff.gz
  to main/libk/libkate/libkate_0.3.7-2.diff.gz
libkate_0.3.7-2.dsc
  to main/libk/libkate/libkate_0.3.7-2.dsc
liboggkate-dev_0.3.7-2_i386.deb
  to main/libk/libkate/liboggkate-dev_0.3.7-2_i386.deb
liboggkate1_0.3.7-2_i386.deb
  to main/libk/libkate/liboggkate1_0.3.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 mysql-connector-net 6.1.3-1 (source all)

2009-12-16 Thread Jo Shields
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Fri, 13 Nov 2009 21:15:44 +
Source: mysql-connector-net
Binary: libmysql6.1-cil libmysql-cil-dev monodoc-mysql-manual
Architecture: source all
Version: 6.1.3-1
Distribution: unstable
Urgency: low
Maintainer: Debian CLI Libraries Team 
pkg-cli-libs-t...@lists.alioth.debian.org
Changed-By: Jo Shields direct...@apebox.org
Description: 
 libmysql-cil-dev - MySQL database connector for CLI
 libmysql6.1-cil - MySQL database connector for CLI
 monodoc-mysql-manual - compiled XML documentation for the MySql.Data library
Changes: 
 mysql-connector-net (6.1.3-1) unstable; urgency=low
 .
   * New upstream release
   * debian/control:
 + Build-depend on mono-devel 2.4.3, and get rid of individual
   library requirements
   * debian/monodoc-mysql-manual.postinst:
 + Delete postinst, we use triggers for this now
   * debian/libmysql6.1-cil.cligacpolicy:
 + Add some policy to avoid needing to rebuild any apps linked
   against 6.1.2
   * debian/patches/use-mono-key-for-signing.patch:
 + Refresh to use AssemblyOriginatorKeyFile not KeyOriginatorFile
   to sign the assembly (works around bug fix in Mono 2.4.3)
Checksums-Sha1: 
 53d326d057972e6b804e3cef6bddef1d8f0280e8 1785 mysql-connector-net_6.1.3-1.dsc
 496ed83eef6e94f01abf83a0d3e7ca67076dff1e 585993 
mysql-connector-net_6.1.3.orig.tar.gz
 0b845cbf6c596cce93fed58950f9340dedb614cd 10277 
mysql-connector-net_6.1.3-1.diff.gz
 c06c98292a8d3c407021e0f65e5e88a5f5850055 134176 libmysql6.1-cil_6.1.3-1_all.deb
 cec9f95af2fdc5ede781e6b489748635b26f094f 8772 libmysql-cil-dev_6.1.3-1_all.deb
 76d655aa88f907d3f039eeb1fbb1ec21785fbacb 66504 
monodoc-mysql-manual_6.1.3-1_all.deb
Checksums-Sha256: 
 d0393cc6dd6192a01d05ddb9353b3c422ebb320f957f70fa807d02258f834e07 1785 
mysql-connector-net_6.1.3-1.dsc
 41ffb1380a512f410b56a57cd1d67d6f0a089221d9b3387b881fd1180d659245 585993 
mysql-connector-net_6.1.3.orig.tar.gz
 239d6270db33f68e7b1c85744259ba65c3ec3bf4417591dde35854123d2283e5 10277 
mysql-connector-net_6.1.3-1.diff.gz
 a158722b5f03d27ae43e86002dcfaee1b42b66208adf843c321d6a9e2d67853f 134176 
libmysql6.1-cil_6.1.3-1_all.deb
 e46bae45c0c4cfc6d27b67d9459452b8738b592ac578c842158d823256ad766a 8772 
libmysql-cil-dev_6.1.3-1_all.deb
 7645a96756c35fb55ac1f911b82bb6e107596f5dcb03c28b641fb4d81b4ad3a7 66504 
monodoc-mysql-manual_6.1.3-1_all.deb
Files: 
 dd97cba7c6b4beeeabb85d274358c499 1785 cli-mono optional 
mysql-connector-net_6.1.3-1.dsc
 536057593d4e55ecc75c22126c04e060 585993 cli-mono optional 
mysql-connector-net_6.1.3.orig.tar.gz
 29b18d8c554b62bd2ed8d5a5d86915db 10277 cli-mono optional 
mysql-connector-net_6.1.3-1.diff.gz
 6ee335f04ccf790a8be638575045695d 134176 cli-mono optional 
libmysql6.1-cil_6.1.3-1_all.deb
 37bc9fb8d4084c31bf3077b0894d7e98 8772 cli-mono optional 
libmysql-cil-dev_6.1.3-1_all.deb
 cea1ffdb861a57bedda7da9c02f015c0 66504 doc optional 
monodoc-mysql-manual_6.1.3-1_all.deb

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

iQEcBAEBCAAGBQJLKOEOAAoJEMkPnLkOH60MuNsH/05WcOjxHMgPxbTALol7Vp+b
J9Da13qNYaD6vPrEg2DSoJQHdw//mZcym7rcp5u0rOo8TfcXWP2sciiGAgWvgYD7
oq2tx+M5fGcwPGbuGuRL32I6OeeUc+V9c00b5kSYmZMAer3UMpFVxVlk3UOUVmh6
BoufYuHWYMPBiF6jLk7S6YwW07kYzChnMaxxqzd6Su7ItZ7HCVoFSrI3R6uLL9n4
HUBHvcFT9VMNVckVSUIizhGYVhi/sD+rdCkIEhTmIng8YeKxtkKGUTs11bDiX0UI
ApkO8p6E1/q2qnMRQzJZiJN8TtX/e1yMXhv7zbpZ3euqxb89IA8/uShw/ou4TBA=
=55K0
-END PGP SIGNATURE-


Accepted:
libmysql-cil-dev_6.1.3-1_all.deb
  to main/m/mysql-connector-net/libmysql-cil-dev_6.1.3-1_all.deb
libmysql6.1-cil_6.1.3-1_all.deb
  to main/m/mysql-connector-net/libmysql6.1-cil_6.1.3-1_all.deb
monodoc-mysql-manual_6.1.3-1_all.deb
  to main/m/mysql-connector-net/monodoc-mysql-manual_6.1.3-1_all.deb
mysql-connector-net_6.1.3-1.diff.gz
  to main/m/mysql-connector-net/mysql-connector-net_6.1.3-1.diff.gz
mysql-connector-net_6.1.3-1.dsc
  to main/m/mysql-connector-net/mysql-connector-net_6.1.3-1.dsc
mysql-connector-net_6.1.3.orig.tar.gz
  to main/m/mysql-connector-net/mysql-connector-net_6.1.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 bottlerocket 0.05b3-14 (source amd64)

2009-12-16 Thread Kevin Coyner
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 16 Dec 2009 08:48:28 -0500
Source: bottlerocket
Binary: bottlerocket
Architecture: source amd64
Version: 0.05b3-14
Distribution: unstable
Urgency: low
Maintainer: Kevin Coyner kcoy...@debian.org
Changed-By: Kevin Coyner kcoy...@debian.org
Description: 
 bottlerocket - Utility to control X10 Firecracker devices for home automation
Closes: 503599 553032
Changes: 
 bottlerocket (0.05b3-14) unstable; urgency=low
 .
   * Added new Japanese translation (ja.po). Closes: #553032
   * Added new Swedish translation (sv.po). Closes: #503599
   * Remove unneeded line in debian/bottlerocket that creates empty directory
 in /usr/share/bottlerocket/doc. Add command in debian/postint to test and
 remove that empty directory if found.
   * Fixed copyright symbols in debian/copyright.
   * Bumped Standards-Version to 3.8.3. No changes.
Checksums-Sha1: 
 7138acd22f106e7c7b6fef3360e72bea4c44633d 1052 bottlerocket_0.05b3-14.dsc
 9c0eea70a863c4e10889347ef9ff361a64c6897f 11292 bottlerocket_0.05b3-14.diff.gz
 876a91466ac90f4bdba7a67d4b7780c262a05006 24450 bottlerocket_0.05b3-14_amd64.deb
Checksums-Sha256: 
 b6d2b19be6a662e419d294f24589dc823fb4ed3a3926b6e5d4be80d5dc9d59a0 1052 
bottlerocket_0.05b3-14.dsc
 0c85abef60cc4bfcf5a09053e3660fddb4873ecd28811b9fa6514d1291cb14b5 11292 
bottlerocket_0.05b3-14.diff.gz
 3f83bf923fbf6cc0e4949d23d420d14ff0d2a4b3991c1fcafb6e9c17094789f9 24450 
bottlerocket_0.05b3-14_amd64.deb
Files: 
 72fd2db1eef0939e07db5ca5c147d2d8 1052 electronics extra 
bottlerocket_0.05b3-14.dsc
 2b05c7d56c1e0e0ad7707de49178392f 11292 electronics extra 
bottlerocket_0.05b3-14.diff.gz
 c9d13fc45bccc14ad837b20bc705ee0a 24450 electronics extra 
bottlerocket_0.05b3-14_amd64.deb

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

iEYEARECAAYFAkso83UACgkQqPceVIzhGUEpdwCfcGqlK6UQ332c73hMQLiDOOVw
lh0AnjVvIe/tD8Uwcq7nSqFPAxosGeY8
=V3FC
-END PGP SIGNATURE-


Accepted:
bottlerocket_0.05b3-14.diff.gz
  to main/b/bottlerocket/bottlerocket_0.05b3-14.diff.gz
bottlerocket_0.05b3-14.dsc
  to main/b/bottlerocket/bottlerocket_0.05b3-14.dsc
bottlerocket_0.05b3-14_amd64.deb
  to main/b/bottlerocket/bottlerocket_0.05b3-14_amd64.deb


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



Accepted mknbi 1.4.4-2 (source i386)

2009-12-16 Thread Daniel Baumann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 16 Dec 2009 13:51:06 +0100
Source: mknbi
Binary: mknbi
Architecture: source i386
Version: 1.4.4-2
Distribution: unstable
Urgency: low
Maintainer: Debian Syslinux Maintainers sysli...@lists.debian-maintainers.org
Changed-By: Daniel Baumann dan...@debian.org
Description: 
 mknbi  - Create tagged images for Etherboot or Netboot
Closes: 366409 427478
Changes: 
 mknbi (1.4.4-2) unstable; urgency=low
 .
   * New maintainer, taking over package from Gergely with thanks for all his
 past work on it.
   * Redone debian packaging from scratch, including:
 - adding amd64 into architecture list (Closes: #427478).
 - adding kfreebsd-amd64 and kfreebsd-i386 into architecture list
   (Closes: #366409).
Checksums-Sha1: 
 eb9e68c8a5fa2b42fe280bc98c03d6f633666571 1249 mknbi_1.4.4-2.dsc
 5128702ad3d5fd73eb77c2cf9a4053b201f4316e 3471 mknbi_1.4.4-2.diff.gz
 b930b449521208a256e7e7c5c181d4778e0c8fb5 73420 mknbi_1.4.4-2_i386.deb
Checksums-Sha256: 
 1b5743e9ea5105c94b80de58095abac32d403990d8dbe252312cd39d592b6a98 1249 
mknbi_1.4.4-2.dsc
 344a21ff0d2314fd67c4f9b1e1944418b568845a6b6e0a4f79ddbeca12bd9b12 3471 
mknbi_1.4.4-2.diff.gz
 1f14943cb210267c308fe391c72355cda6f1054650a994a28ccfd1fb08d290e5 73420 
mknbi_1.4.4-2_i386.deb
Files: 
 b7c7c58bba9ade9d90a72ac51c35a15a 1249 admin optional mknbi_1.4.4-2.dsc
 61e44117ee413c78236dca3eea56e7c6 3471 admin optional mknbi_1.4.4-2.diff.gz
 6315a33fffe86107694862c5b3558910 73420 admin optional mknbi_1.4.4-2_i386.deb

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

iEYEARECAAYFAkso/GQACgkQ+C5cwEsrK5412ACg1eFdteoZZH+3raF+lnjrIfy8
y9MAoLWDAM3A/bXiFhEemUFG+JVfmQ3t
=1BqU
-END PGP SIGNATURE-


Accepted:
mknbi_1.4.4-2.diff.gz
  to main/m/mknbi/mknbi_1.4.4-2.diff.gz
mknbi_1.4.4-2.dsc
  to main/m/mknbi/mknbi_1.4.4-2.dsc
mknbi_1.4.4-2_i386.deb
  to main/m/mknbi/mknbi_1.4.4-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 qterm 1:0.5.8-1 (source amd64)

2009-12-16 Thread LI Daobing
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 16 Dec 2009 21:36:46 +0800
Source: qterm
Binary: qterm
Architecture: source amd64
Version: 1:0.5.8-1
Distribution: unstable
Urgency: low
Maintainer: LI Daobing lidaob...@debian.org
Changed-By: LI Daobing lidaob...@debian.org
Description: 
 qterm  - BBS client for X Window System written in Qt
Changes: 
 qterm (1:0.5.8-1) unstable; urgency=low
 .
   * new upstream release.
   * change debian format to 3.0 (quilt).
   * debian/control: bump standards version to 3.8.3.
   * remove depends on dpatch:
 - update debian/control and debian/rules
 - remove debian/patches dir.
Checksums-Sha1: 
 adf9a86c12a27f4385ab1f52d906f7f006c57b45 1231 qterm_0.5.8-1.dsc
 be6c080cac9f9d70f1c1a6cd923bb104ca715669 546009 qterm_0.5.8.orig.tar.bz2
 1571df7df239a2ed8a12598990a6bf1bd5100edd 10967 qterm_0.5.8-1.debian.tar.gz
 f88b39a37fc221dda448ff700eccb93e406f6459 822442 qterm_0.5.8-1_amd64.deb
Checksums-Sha256: 
 fa0c19b345b996d095ad676887f6ad0fd2dbb5151cb2ba350208b0741953dd77 1231 
qterm_0.5.8-1.dsc
 4f318f3be9af9da77e9226040351863ad7b6d469f864c7dc579e92f7330e5c66 546009 
qterm_0.5.8.orig.tar.bz2
 80696fa90114176d527acee4eb0c589d7f062cf60f9c33cd28688a8e97a99541 10967 
qterm_0.5.8-1.debian.tar.gz
 6e69c85ae704339b7a8377b3a9e0867c17c2498926a28b348c64db88584edf3a 822442 
qterm_0.5.8-1_amd64.deb
Files: 
 f1603442dc76d2dc25220b634d625df9 1231 x11 optional qterm_0.5.8-1.dsc
 dc39a692c3b938be4611b1cd52781fc0 546009 x11 optional qterm_0.5.8.orig.tar.bz2
 578aaf2d91381ee6a23a5366cf57cf50 10967 x11 optional qterm_0.5.8-1.debian.tar.gz
 ca7dd421e0b038f18acef1f9cf13e0f4 822442 x11 optional qterm_0.5.8-1_amd64.deb

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

iEYEARECAAYFAkso5TIACgkQ5TUK4GCH0vhEewCcDP89X0+56CUKfisoxAGznLea
G1MAnjuRMCW889JGv+Zm8ShDhG8qom7B
=9TW3
-END PGP SIGNATURE-


Accepted:
qterm_0.5.8-1.debian.tar.gz
  to main/q/qterm/qterm_0.5.8-1.debian.tar.gz
qterm_0.5.8-1.dsc
  to main/q/qterm/qterm_0.5.8-1.dsc
qterm_0.5.8-1_amd64.deb
  to main/q/qterm/qterm_0.5.8-1_amd64.deb
qterm_0.5.8.orig.tar.bz2
  to main/q/qterm/qterm_0.5.8.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



Accepted ttf-sawarabi-gothic 20091215-1 (source all)

2009-12-16 Thread Debian-JP
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Thu, 17 Dec 2009 00:19:58 +0900
Source: ttf-sawarabi-gothic
Binary: ttf-sawarabi-gothic
Architecture: source all
Version: 20091215-1
Distribution: unstable
Urgency: low
Maintainer: Debian Fonts Task Force pkg-fonts-de...@lists.alioth.debian.org
Changed-By: Hideki Yamane (Debian-JP) henr...@debian.or.jp
Description: 
 ttf-sawarabi-gothic - gothic font for Japanese
Changes: 
 ttf-sawarabi-gothic (20091215-1) unstable; urgency=low
 .
   * New upstream release
   * debian/control
 - remove Suggests: field
 - improve description, it includes 1,450 glyphs now.
Checksums-Sha1: 
 6b94d70b8b539ceb6bb595687570c87028940b55 1411 
ttf-sawarabi-gothic_20091215-1.dsc
 5f32be4465f1a8ecff068e46116b61857c56ae7b 482399 
ttf-sawarabi-gothic_20091215.orig.tar.gz
 49589c15198b7db40ec44a405f128dac3886fb5b 9602 
ttf-sawarabi-gothic_20091215-1.debian.tar.gz
 43d6e12959e58af696b960d3bc6aae569e2e8ff0 491176 
ttf-sawarabi-gothic_20091215-1_all.deb
Checksums-Sha256: 
 425cc219af9e8f030c9103b9b86b9fb856f83f611777d3f88ce2b99e523e1c10 1411 
ttf-sawarabi-gothic_20091215-1.dsc
 4e30064472d59d80409ce934c52616fb3dd044d1ceeaf8c8785401926cdb24a9 482399 
ttf-sawarabi-gothic_20091215.orig.tar.gz
 a803ead2bad55299cb21f294c1168f10b8eb0866ad197fa672bbc1da5c4a8da0 9602 
ttf-sawarabi-gothic_20091215-1.debian.tar.gz
 c7aa154ba2c6183363e5fd8c77c454b4a1bc0ab5b61ac0096b657f7109474464 491176 
ttf-sawarabi-gothic_20091215-1_all.deb
Files: 
 7e7af341b4e2d608cd2f92953657c439 1411 fonts optional 
ttf-sawarabi-gothic_20091215-1.dsc
 3942d893d27c6e2b91966a578f9b6db3 482399 fonts optional 
ttf-sawarabi-gothic_20091215.orig.tar.gz
 46ab985ce507aa8fba958ad7f184c197 9602 fonts optional 
ttf-sawarabi-gothic_20091215-1.debian.tar.gz
 7911f70628e2ac0b60c60100684c8b8c 491176 fonts optional 
ttf-sawarabi-gothic_20091215-1_all.deb

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

iEYEARECAAYFAkso+yQACgkQIu0hy8THJkuEHwCgh6USi3gPJX4eFUsB1zfVH69R
NP0AoJcuK1DkUrYqGgIFvWCWNYS5j7ml
=9tyn
-END PGP SIGNATURE-


Accepted:
ttf-sawarabi-gothic_20091215-1.debian.tar.gz
  to main/t/ttf-sawarabi-gothic/ttf-sawarabi-gothic_20091215-1.debian.tar.gz
ttf-sawarabi-gothic_20091215-1.dsc
  to main/t/ttf-sawarabi-gothic/ttf-sawarabi-gothic_20091215-1.dsc
ttf-sawarabi-gothic_20091215-1_all.deb
  to main/t/ttf-sawarabi-gothic/ttf-sawarabi-gothic_20091215-1_all.deb
ttf-sawarabi-gothic_20091215.orig.tar.gz
  to main/t/ttf-sawarabi-gothic/ttf-sawarabi-gothic_20091215.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 gnumed-client 0.5.2-1 (source all)

2009-12-16 Thread Andreas Tille
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 16 Dec 2009 17:27:08 +0100
Source: gnumed-client
Binary: gnumed-client gnumed-client-de gnumed-common gnumed-doc
Architecture: source all
Version: 0.5.2-1
Distribution: unstable
Urgency: low
Maintainer: Debian Med Packaging Team 
debian-med-packag...@lists.alioth.debian.org
Changed-By: Andreas Tille ti...@debian.org
Description: 
 gnumed-client - medical practice management - Client
 gnumed-client-de - medical practice management - Client for German users
 gnumed-common - medical practice management - common files
 gnumed-doc - medical practice management - Documentation
Closes: 548762 558080
Changes: 
 gnumed-client (0.5.2-1) unstable; urgency=low
 .
   * New upstream release
   * gnumed-client-de: Suggests: libctapimkt0
   * Russian debconf translation (thanks to Yuri Kozlov
 yu...@komyakino.ru)
 Closes: #548762
   * Added Japanese debconf template, thanks to Hideki Yamane
 Closes: #558080
Checksums-Sha1: 
 f1981cb5e348dce2d6ccbf5e05f7454f704ee38c 1438 gnumed-client_0.5.2-1.dsc
 a983e3f8d5c10fb39087ff389f8ada6e97868569 1289759 
gnumed-client_0.5.2.orig.tar.gz
 9c2ed107ba374a6a7784318288749c07a06e3da1 22472 gnumed-client_0.5.2-1.diff.gz
 3eece7bed0dc62e1896fc483357ba864b1befafd 948110 gnumed-client_0.5.2-1_all.deb
 5f44ca22086b7f60d23b52c8505adee2eb1ad347 11382 gnumed-client-de_0.5.2-1_all.deb
 97d069534cee40b052ed9b21dedbefb08b49d804 144320 gnumed-common_0.5.2-1_all.deb
 39237c41a105fc6df1e0ad6d30d49b71d94ace37 65440 gnumed-doc_0.5.2-1_all.deb
Checksums-Sha256: 
 759b1725b81e7a64e5d44fed18cc7b35a4c28b4ecac4c801056c053dcdab8e5b 1438 
gnumed-client_0.5.2-1.dsc
 7c949dbec0c5903cbb6d452ea7096196bf393a56491beca082754ca61cbbc693 1289759 
gnumed-client_0.5.2.orig.tar.gz
 bab4d2140217bc878069aa9cc45fd6214c929e73de1623865d06d88110b67a67 22472 
gnumed-client_0.5.2-1.diff.gz
 f6dcee7105fa91c669136be9a2d309500f75fdb49769251cd297a8a302e14748 948110 
gnumed-client_0.5.2-1_all.deb
 f0862cd2948aa2975c32e6b3788dc5fda4dfd7e4feeb3e9d2473d8187c73c778 11382 
gnumed-client-de_0.5.2-1_all.deb
 6f27ad7df4b17e96b901a81f2df912c033d2c1963d4a038c54f8de870bb79544 144320 
gnumed-common_0.5.2-1_all.deb
 50b245d6730c97fddcf0ebea7072304abe44853f2cb98b594d3ff0d31544155d 65440 
gnumed-doc_0.5.2-1_all.deb
Files: 
 2b059e8e360b73c7292854f5f87583b5 1438 misc optional gnumed-client_0.5.2-1.dsc
 b11ec2d9687bd68da0aafa037b331b00 1289759 misc optional 
gnumed-client_0.5.2.orig.tar.gz
 11dffc7fa7d71ad285e33d9026cf10c0 22472 misc optional 
gnumed-client_0.5.2-1.diff.gz
 9dbf1a6467839be3bbcc52ea2e09591b 948110 misc optional 
gnumed-client_0.5.2-1_all.deb
 734e378f7605cc17b1fd165fdabcbe7d 11382 misc optional 
gnumed-client-de_0.5.2-1_all.deb
 4eb844f83b4642fca9fc3d229b6b3e7b 144320 misc optional 
gnumed-common_0.5.2-1_all.deb
 c83a8ffb50315486e90c7b5c8b443c6d 65440 doc optional gnumed-doc_0.5.2-1_all.deb

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

iD8DBQFLKQvSYDBbMcCf01oRAnBFAJ0U8rt5lLMSYXMIFRm9VXkgghfVdgCfaYqw
dodK3v/zcfA3Xj5T2KN/yAg=
=M7uz
-END PGP SIGNATURE-


Accepted:
gnumed-client-de_0.5.2-1_all.deb
  to main/g/gnumed-client/gnumed-client-de_0.5.2-1_all.deb
gnumed-client_0.5.2-1.diff.gz
  to main/g/gnumed-client/gnumed-client_0.5.2-1.diff.gz
gnumed-client_0.5.2-1.dsc
  to main/g/gnumed-client/gnumed-client_0.5.2-1.dsc
gnumed-client_0.5.2-1_all.deb
  to main/g/gnumed-client/gnumed-client_0.5.2-1_all.deb
gnumed-client_0.5.2.orig.tar.gz
  to main/g/gnumed-client/gnumed-client_0.5.2.orig.tar.gz
gnumed-common_0.5.2-1_all.deb
  to main/g/gnumed-client/gnumed-common_0.5.2-1_all.deb
gnumed-doc_0.5.2-1_all.deb
  to main/g/gnumed-client/gnumed-doc_0.5.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



Accepted libmodule-install-perl 0.91-2 (source all)

2009-12-16 Thread Salvatore Bonaccorso
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Tue, 15 Dec 2009 21:28:41 +0100
Source: libmodule-install-perl
Binary: libmodule-install-perl
Architecture: source all
Version: 0.91-2
Distribution: unstable
Urgency: low
Maintainer: Debian Perl Group pkg-perl-maintain...@lists.alioth.debian.org
Changed-By: Salvatore Bonaccorso salvatore.bonacco...@gmail.com
Description: 
 libmodule-install-perl - Perl module to install other Perl modules
Closes: 560626
Changes: 
 libmodule-install-perl (0.91-2) unstable; urgency=low
 .
   [ Ryan Niebur ]
   * Update jawnsy's email address
   * Update ryan52's email address
 .
   [ gregor herrmann ]
   * debian/control:
 - (build-)depend on perl instead of perl-modules
 - remove version from 'perl' build dependency
 - remove build dependency on libalgorithm-diff-perl
 .
   [ Salvatore Bonaccorso ]
   * Add patch bumping required Perl minimum version in META.yml.
 libmodule-install-perl FTBFS when activating author tests with newer
 libperl-mimimumversion-perl (= 1.22). (Closes: #560626).
   * debian/control:
 - Add alternative Build-Depends and Depends with perl as provided with
   corelist listing to match correct version for the alternate
   dependency.
 - Bump Build-Depends on debhelper (= 7.0.50) and quilt (= 0.46-7).
   * Add myself to Uploaders
   * Bump Standards-Version to 3.8.3.
   * debian/copyright: Refresh to the current revision 59 of the machine
 readable format-specification in DEP5 and andd myself to Copyright field
 for debian/* packaging.
   * Simplify debian/rules using features in debhelper (= 7.0.8), add-ons
 support and override targets.
Checksums-Sha1: 
 d21f17c1eb0b23bbcb7793b5ca03efac0984fd8f 3060 libmodule-install-perl_0.91-2.dsc
 95ee5847fd5afd85c891ea39bb2fb5cda84c4472 5902 
libmodule-install-perl_0.91-2.diff.gz
 096141999b3219a8e176719c070b77d5e8bb8c72 126988 
libmodule-install-perl_0.91-2_all.deb
Checksums-Sha256: 
 d662da05a0a8d2c3b8c62a3a83db8b587a501e67eeeb5fd2665e22f3f800852e 3060 
libmodule-install-perl_0.91-2.dsc
 844829995b60782c1903fbe466ae1d499ed88d8b1691b08f9558e6c0d94f8df1 5902 
libmodule-install-perl_0.91-2.diff.gz
 02fa5b97237bdc293221341a246aa3f17c5f5dce1c092fc8d1de152b562fbb0e 126988 
libmodule-install-perl_0.91-2_all.deb
Files: 
 16c25a1bf5e9c0e34ad07e02f8c74555 3060 perl optional 
libmodule-install-perl_0.91-2.dsc
 f59edd6aacaa3c1a0cc27bc3fbdf1aaf 5902 perl optional 
libmodule-install-perl_0.91-2.diff.gz
 e6ae14253e1cb4d0b956e7fdbf764a00 126988 perl optional 
libmodule-install-perl_0.91-2_all.deb

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

iQIcBAEBCAAGBQJLKQ2vAAoJELs6aAGGSaoG6z8P/0RdLtVKIdXyRupgnrzBiqcc
noWsjROgMFxTLP+tSR4KyrBXvYgv6dW7A+iimKBe2qpMsFrxMvX/qhtcgt963fj9
dN1tKQmt6z9qTywY7lrz2PJU9EpG4nCHX6TTEcOZTLqyG8/LE2eW4Ef8K2Nnqf3B
fh8mEQI7RoJMejhk5ZscwY2SQ6kZRyck7Gt0KAl8RTvcFXCkBjYgHCiIf+FlpQ8l
jGsXAEhNPg3BJoVaprFImR86/2ZJBycuUdVUbb6gGrKNqSc7ehFUI7evPKWPbxQV
TajU+aXMbeXEP6HETDsgNmXk7CS5jfqwWEUC+Aj7LRCPNsmC4iXbBHvzWG30O1ef
ot/pPtd+6+C6kQRdZrh4IIALmtaAneCPbDg/RrEEwWAeTXhBZ1nywxp9/AR9iKT7
OPIIn08NAVm0De86SjAIqjN02Wz42+zF/wkzQF4fJeVRXse+N5/+UvWcU0UPEeTU
7yWDi+Gmxqw7mf0UDx3PAaIf1Pj7yxCbRziu9/ia+IlLKkIv1FD0YVZRUirxrR2E
j02vagRnioLx8OGC0pvjT8W0k53QUU7xnFqB/4aPoeWyd+d3m1vI+4VUWHcIy0yr
8hZ/UkBcnDXQ/BVeVSK5MhQHBUB3+hwHjCGSnHJKZU7dw+aP/4xhwS/7ON1tQVQx
oSD7c2mm+JJwbSGdw2rR
=Cqo5
-END PGP SIGNATURE-


Accepted:
libmodule-install-perl_0.91-2.diff.gz
  to main/libm/libmodule-install-perl/libmodule-install-perl_0.91-2.diff.gz
libmodule-install-perl_0.91-2.dsc
  to main/libm/libmodule-install-perl/libmodule-install-perl_0.91-2.dsc
libmodule-install-perl_0.91-2_all.deb
  to main/libm/libmodule-install-perl/libmodule-install-perl_0.91-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 tftp-hpa 5.0-10 (source i386)

2009-12-16 Thread Daniel Baumann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 16 Dec 2009 17:40:33 +0100
Source: tftp-hpa
Binary: tftp-hpa tftpd-hpa
Architecture: source i386
Version: 5.0-10
Distribution: unstable
Urgency: low
Maintainer: Debian Syslinux Maintainers sysli...@lists.debian-maintainers.org
Changed-By: Daniel Baumann dan...@debian.org
Description: 
 tftp-hpa   - HPA's tftp client
 tftpd-hpa  - HPA's tftp server
Changes: 
 tftp-hpa (5.0-10) unstable; urgency=low
 .
   * Adding explicit debian source version 1.0 until switch to 3.0.
   * Making an educated guess to fix FTBFS on mips (all public mips*
 boxes of debian are down at the moment) and setting explicit
 LDFLAGS.
Checksums-Sha1: 
 e11302fd695d11b7a168204daaeba1488952767f 1325 tftp-hpa_5.0-10.dsc
 dc31e54d69f00db3c06d666a900effb4c4741859 17290 tftp-hpa_5.0-10.diff.gz
 9d5e90f7179f5bf34cd1463f2f7cab1898e62f91 25736 tftp-hpa_5.0-10_i386.deb
 1989c8dd991c742d00e7e69cc65ef9c3447d0a6c 43618 tftpd-hpa_5.0-10_i386.deb
Checksums-Sha256: 
 3c468a4a6b5f91858cb738b9a7e7a9c213847edc10df02ef88ae9cd27d31c327 1325 
tftp-hpa_5.0-10.dsc
 22b574012f6f93f48efadba7017cc5d3bc98bbae8b6266576f53a42dd66d 17290 
tftp-hpa_5.0-10.diff.gz
 30f0c001f48f2ec7bf4c4e4a658273d19cf1a5373fda710349b80ac0f41b0e36 25736 
tftp-hpa_5.0-10_i386.deb
 e0f817755d9cf53f4d09632dbb4ba1624db6ae35abf501c58affdcad9193bfa5 43618 
tftpd-hpa_5.0-10_i386.deb
Files: 
 3414694194111a2937f39114fc4f4a38 1325 net extra tftp-hpa_5.0-10.dsc
 0c60830833f864d7e4170c70fc098222 17290 net extra tftp-hpa_5.0-10.diff.gz
 6a3be575003b61f13ff5b39d9b3d268e 25736 net extra tftp-hpa_5.0-10_i386.deb
 291bd63b507241e5847243040a7c41ff 43618 net extra tftpd-hpa_5.0-10_i386.deb

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

iEYEARECAAYFAkspDdcACgkQ+C5cwEsrK55xyQCfSVJ+HuIEtfDymW597KkHAUo6
ggIAoIDo2y0c/3aPADoCiXvFwfAQaPRW
=ONdc
-END PGP SIGNATURE-


Accepted:
tftp-hpa_5.0-10.diff.gz
  to main/t/tftp-hpa/tftp-hpa_5.0-10.diff.gz
tftp-hpa_5.0-10.dsc
  to main/t/tftp-hpa/tftp-hpa_5.0-10.dsc
tftp-hpa_5.0-10_i386.deb
  to main/t/tftp-hpa/tftp-hpa_5.0-10_i386.deb
tftpd-hpa_5.0-10_i386.deb
  to main/t/tftp-hpa/tftpd-hpa_5.0-10_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 heimdal 1.3.1.dfsg.1-5 (source all i386)

2009-12-16 Thread Brian May
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 15 Dec 2009 10:35:39 +1100
Source: heimdal
Binary: heimdal-docs heimdal-kdc heimdal-multidev heimdal-dev heimdal-clients-x 
heimdal-clients heimdal-kcm heimdal-servers-x heimdal-servers libasn1-8-heimdal 
libkrb5-26-heimdal libhdb9-heimdal libkadm5srv8-heimdal libkadm5clnt7-heimdal 
libgssapi2-heimdal libkafs0-heimdal libroken18-heimdal libotp0-heimdal 
libsl0-heimdal libkdc2-heimdal libhx509-5-heimdal libheimntlm0-heimdal 
libwind0-heimdal
Architecture: source all i386
Version: 1.3.1.dfsg.1-5
Distribution: unstable
Urgency: low
Maintainer: Brian May b...@snoopy.debian.net
Changed-By: Brian May b...@snoopy.debian.net
Description: 
 heimdal-clients - Heimdal Kerberos - clients
 heimdal-clients-x - Heimdal Kerberos - X11 client programs
 heimdal-dev - Heimdal Kerberos - development files
 heimdal-docs - Heimdal Kerberos - documentation
 heimdal-kcm - Heimdal Kerberos - KCM daemon
 heimdal-kdc - Heimdal Kerberos - key distribution center (KDC)
 heimdal-multidev - Heimdal Kerberos - Multi-implementation Development
 heimdal-servers - Heimdal Kerberos - server programs
 heimdal-servers-x - Heimdal Kerberos - X11 server programs
 libasn1-8-heimdal - Heimdal Kerberos - ASN.1 library
 libgssapi2-heimdal - Heimdal Kerberos - GSSAPI support library
 libhdb9-heimdal - Heimdal Kerberos - kadmin server library
 libheimntlm0-heimdal - Heimdal Kerberos - NTLM support library
 libhx509-5-heimdal - Heimdal Kerberos - X509 support library
 libkadm5clnt7-heimdal - Heimdal Kerberos - kadmin client library
 libkadm5srv8-heimdal - Libraries for Heimdal Kerberos
 libkafs0-heimdal - Heimdal Kerberos - KAFS support library
 libkdc2-heimdal - Heimdal Kerberos - KDC support library
 libkrb5-26-heimdal - Heimdal Kerberos - libraries
 libotp0-heimdal - Heimdal Kerberos - OTP support library
 libroken18-heimdal - Heimdal Kerberos - roken support library
 libsl0-heimdal - Heimdal Kerberos - SL support library
 libwind0-heimdal - Heimdal Kerberos - NTLM support library
Closes: 560216
Changes: 
 heimdal (1.3.1.dfsg.1-5) unstable; urgency=low
 .
   * Increase soname for libkrb5, after version symbols changed
 (closes: #560216).
Checksums-Sha1: 
 65c1c6cfb33c550f4bd8ee184c3aee391e3e738f 1723 heimdal_1.3.1.dfsg.1-5.dsc
 ed19ab927baf55252855064712164e84e5338f63 457718 
heimdal_1.3.1.dfsg.1-5.debian.tar.gz
 18ea201dafbe992af361bf71e04160cb90d730ef 85314 
heimdal-docs_1.3.1.dfsg.1-5_all.deb
 29650c082637c2e51f1081342c371cc88d6586e6 115406 
heimdal-kdc_1.3.1.dfsg.1-5_i386.deb
 69cf58766368563536dd3427bd5d4f4529551ad9 1108002 
heimdal-multidev_1.3.1.dfsg.1-5_i386.deb
 5cd669037ef8127748dc4c3755e4a6322987a3f5 256554 
heimdal-dev_1.3.1.dfsg.1-5_i386.deb
 dbee290e3942628169460512db89c6dcb1fa6241 56788 
heimdal-clients-x_1.3.1.dfsg.1-5_i386.deb
 918de153c72041c7a01762823b9a18b1b78a4a3e 292018 
heimdal-clients_1.3.1.dfsg.1-5_i386.deb
 edb7fdc3ae5b4a760d4a354f26f546a8117cf3b2 44388 
heimdal-kcm_1.3.1.dfsg.1-5_i386.deb
 a6a90e0e6f87a5b6050feecf762c9cfdf538ae3d 38542 
heimdal-servers-x_1.3.1.dfsg.1-5_i386.deb
 2bfe84fd325add3b89330ebeffe9ff8e80d014a7 154190 
heimdal-servers_1.3.1.dfsg.1-5_i386.deb
 88bca8c89a49d8499ba183837d6c59dc67a00b50 223940 
libasn1-8-heimdal_1.3.1.dfsg.1-5_i386.deb
 e5167f7c9d24b3d1eee6a812d1ea347f654b4e09 213490 
libkrb5-26-heimdal_1.3.1.dfsg.1-5_i386.deb
 6ec449507dbeb799c17b036485baf4c0597aa7f8 74306 
libhdb9-heimdal_1.3.1.dfsg.1-5_i386.deb
 8c7e9a9ed0fed6b55dc51c5a1342a1b36c53c133 46642 
libkadm5srv8-heimdal_1.3.1.dfsg.1-5_i386.deb
 f478bd393c176f017f94fe6ae4928001ac95066b 37064 
libkadm5clnt7-heimdal_1.3.1.dfsg.1-5_i386.deb
 b8af3adc59d592469311bcd7f39c10127a95eb2b 105898 
libgssapi2-heimdal_1.3.1.dfsg.1-5_i386.deb
 ee099cc11c8698a57a6548557b916b5413f9676b 35552 
libkafs0-heimdal_1.3.1.dfsg.1-5_i386.deb
 2d3be638101900a5bbd2ee7e099a72469fc7f60c 59596 
libroken18-heimdal_1.3.1.dfsg.1-5_i386.deb
 93617c974990fa17e333d9a584e8f259a446e1cc 59098 
libotp0-heimdal_1.3.1.dfsg.1-5_i386.deb
 92b8a09c1ff496fc5b801a664457ad02abbeb712 31192 
libsl0-heimdal_1.3.1.dfsg.1-5_i386.deb
 3b643dd2a17d8dd4e9b9b1f450cb7f842d52bd34 85306 
libkdc2-heimdal_1.3.1.dfsg.1-5_i386.deb
 1698ddb123c98935c3884b72d8d2d9e0e50b26cd 130454 
libhx509-5-heimdal_1.3.1.dfsg.1-5_i386.deb
 2470109cf33f1bd2e9e131253e25e257031ff652 31430 
libheimntlm0-heimdal_1.3.1.dfsg.1-5_i386.deb
 1cb210649020b97b48c62f8f281885618b6b32cd 95770 
libwind0-heimdal_1.3.1.dfsg.1-5_i386.deb
Checksums-Sha256: 
 53c3128c6e8c827cd2e283ab5c41eeae33affae68223eedde0016ad36a4e33f0 1723 
heimdal_1.3.1.dfsg.1-5.dsc
 79f12bb73a0f13953b03654cd850f68edf5287d54a0ae33a300ad29e76b9e9e6 457718 
heimdal_1.3.1.dfsg.1-5.debian.tar.gz
 4a0bcfb4bd6f8c020577e690a60aa31642b79404b2cd6076fefcd828b8fd786e 85314 
heimdal-docs_1.3.1.dfsg.1-5_all.deb
 cc80486a4daf7f0023b61be02afee329c210157b9c9e36bde68f050dc9c9d8cd 115406 
heimdal-kdc_1.3.1.dfsg.1-5_i386.deb
 0f7a7784d84609033c4394fb5a011e08c013bcc0f53e20d7b1d85ab5f8de 1108002 

Accepted libaws 2.7-1 (source all amd64)

2009-12-16 Thread Ludovic Brenta
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 13 Dec 2009 15:49:01 +0100
Source: libaws
Binary: libaws2.7-dev libaws-bin libaws2.7 libaws-dbg libaws-doc
Architecture: source all amd64
Version: 2.7-1
Distribution: unstable
Urgency: low
Maintainer: Ludovic Brenta lbre...@debian.org
Changed-By: Ludovic Brenta lbre...@debian.org
Description: 
 libaws-bin - Ada Web Server utilities
 libaws-dbg - Debugging symbols for the Ada Web Server shared library
 libaws-doc - Ada Web Server documentation
 libaws2.7  - Ada Web Server shared library
 libaws2.7-dev - Ada Web Server development files
Closes: 555221 555222 560677
Changes: 
 libaws (2.7-1) unstable; urgency=low
 .
   * New upstream release (Subversion version 149689).  Closes: #560677.
   * debian/control (Build-Depends): migrate to gnat-4.4, libxmlada3.2-dev,
 libasis2008-devlibtemplates-parser11.5-dev.
 (Architecture): remove alpha due to http://gcc.gnu.org/PR42073
 (libaws-dev): rename to libaws2.7-dev per Debian Policy for Ada, with
 Conflicts: and Replaces:.
 (libaws2.5): rename to libaws2.7.
   * debian/rules: extract aliversion and soversion from debian/control.
 (libaws-doc): exclude bundled, out-of-date and buggy JavaScript files
 from the package.  Users should use the ones provided by other Debian
 packages instead.  Closes: #555221, #555222.
Checksums-Sha1: 
 c236a8d6d3b6a57f0095d439d96936962ea5ad43 1282 libaws_2.7-1.dsc
 db90cda80c334583d0f2a567bd612e62f0f859df 1032620 libaws_2.7.orig.tar.gz
 b3226b9dcd2addb6ba398ea4a65e8973d6dd1a9e 60589 libaws_2.7-1.diff.gz
 fa818cf5a1e1ec18273697fff58997e101489a5d 338588 libaws-doc_2.7-1_all.deb
 4f56b38773d4eb9ff37d141f273d70bec88c2d29 6883942 libaws2.7-dev_2.7-1_amd64.deb
 f9e1086938ca800e99a1742887d460e9a8c10e31 138866 libaws-bin_2.7-1_amd64.deb
 b13454f4da2b046dea4b0762b6c4a11c1014e392 1412584 libaws2.7_2.7-1_amd64.deb
 c5924c6287cb13a058aaa2ec6989683ac3cc45da 2618642 libaws-dbg_2.7-1_amd64.deb
Checksums-Sha256: 
 f9b3d3d626a81be7b97e6d7f1185fbf10ebd72cc8f996a2ec77c451f6193cbfb 1282 
libaws_2.7-1.dsc
 e8822bcf1c2dbd23eedb8a312f1631862814d20a9f2ce76990a8110c98a268fa 1032620 
libaws_2.7.orig.tar.gz
 0baeb80125d33a304037b45887df101b4943b509c3ddd168fc5f1d36906d80d7 60589 
libaws_2.7-1.diff.gz
 838448905cb07183d3734b44450d0d2ca45a21a1fc7818e4d32f8f6831682723 338588 
libaws-doc_2.7-1_all.deb
 90d3ff57b95ad85c3159f6fe8e1b22ee59fc3d7cbe28509286c87a8eec56ca8e 6883942 
libaws2.7-dev_2.7-1_amd64.deb
 16ec7af357c7d39a3d1159e9b639358b1c57a1e160730d7d723a02b82fb7f025 138866 
libaws-bin_2.7-1_amd64.deb
 1ca68d38e2ad6a25a37ab0c47b163b5d7620606d5ce2a8fe6d43ff68f147a6ba 1412584 
libaws2.7_2.7-1_amd64.deb
 c2729745d7d840246ad61874ab7a89f748f6e576c903cc09567ca6f3154485e0 2618642 
libaws-dbg_2.7-1_amd64.deb
Files: 
 31fbb86217a719e767fc4dc87b276ac9 1282 libs optional libaws_2.7-1.dsc
 6d76142b8b08e18d2c9285d68e759bfb 1032620 libs optional libaws_2.7.orig.tar.gz
 8c455ad4add94c19ace33b308830970e 60589 libs optional libaws_2.7-1.diff.gz
 ddd610ecc564c34857416be3e8fe8de3 338588 doc optional libaws-doc_2.7-1_all.deb
 5336908070ba68bac1120f43e09b7194 6883942 libdevel optional 
libaws2.7-dev_2.7-1_amd64.deb
 4f0450de4904f65592f5692e38074176 138866 devel optional 
libaws-bin_2.7-1_amd64.deb
 e1d3e97401b61f4a326b06cdefcfc02a 1412584 libs optional 
libaws2.7_2.7-1_amd64.deb
 cea2e8b1e826220d94bfca2ab37a341f 2618642 debug extra libaws-dbg_2.7-1_amd64.deb

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

iD8DBQFLJt0wx9kwJZ3/qtQRArNbAJ4kSxMlRY/QKQyFj9zTy3O4JTENwgCfQeGi
8oFpVYi77HX+Ueleqvk+7+c=
=qcMG
-END PGP SIGNATURE-


Accepted:
libaws-bin_2.7-1_amd64.deb
  to main/liba/libaws/libaws-bin_2.7-1_amd64.deb
libaws-dbg_2.7-1_amd64.deb
  to main/liba/libaws/libaws-dbg_2.7-1_amd64.deb
libaws-doc_2.7-1_all.deb
  to main/liba/libaws/libaws-doc_2.7-1_all.deb
libaws2.7-dev_2.7-1_amd64.deb
  to main/liba/libaws/libaws2.7-dev_2.7-1_amd64.deb
libaws2.7_2.7-1_amd64.deb
  to main/liba/libaws/libaws2.7_2.7-1_amd64.deb
libaws_2.7-1.diff.gz
  to main/liba/libaws/libaws_2.7-1.diff.gz
libaws_2.7-1.dsc
  to main/liba/libaws/libaws_2.7-1.dsc
libaws_2.7.orig.tar.gz
  to main/liba/libaws/libaws_2.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 libiphone 0.9.5-1 (source amd64)

2009-12-16 Thread Julien Lavergne
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 14 Dec 2009 21:16:05 +0100
Source: libiphone
Binary: libiphone0 libiphone-dev libiphone0-dbg python-iphone libiphone-utils
Architecture: source amd64
Version: 0.9.5-1
Distribution: unstable
Urgency: medium
Maintainer: Julien Lavergne julien.laver...@gmail.com
Changed-By: Julien Lavergne julien.laver...@gmail.com
Description: 
 libiphone-dev - Library for communicating with iPhone and iPod Touch devices
 libiphone-utils - Library for communicating with iPhone and iPod Touch devices
 libiphone0 - Library for communicating with the iPhone and iPod Touch
 libiphone0-dbg - Library for communicating with iPhone and iPod Touch devices
 python-iphone - Library for communicating with iPhone and iPod Touch devices
Closes: 548595 557642 560619
Changes: 
 libiphone (0.9.5-1) unstable; urgency=medium
 .
   * New maintainer, thanks Bradley Smith for his work (Closes: #548595).
   * Urgency set to medium to fix RC bug (#560619).
   * New upstream release (Closes: #557642)
- Build with new libplist (Closes: #560619)
   * debian/control  debian/libiphone-utils:
- Put executable binaries in a separate package.
   * debian/control :
- Change python-libiphone to python-iphone binary, to reflect the change of
  the module.
- Build against libusb-1.0-0-dev (= 1.0.3), libusbmuxd-dev (= 1.0.0),
  libtasn1-3-dev (= 1.1), libplist++-dev (= 0.15), python-all-dev,
  libreadline-dev and python-plist.
- Build depends on python-support.
- Update build-depends on libplist-dev to (= 0.15) and swig to (= 1.3.36).
- Wrap build-depends.
- Make libiphone-dev depends on libusbmuxd-dev and libtasn1-3-dev.
- Make libiphone0 depends on usbmuxd.
   * debian/libiphone0.install:
- Remove udev rules, not shipped by upstream.
- Only install 0 library number.
   * debian/python-iphone: Update installation location for python 2.6.
   * debian/rules  debian/python-iphone.preinst: Switch to python-support.
   * debian/libiphone-utils.manpages: Add man pages.
   * Bump Standards-Version to 3.8.3, no change needed.
Checksums-Sha1: 
 4e68deae366cf3a69aeda94728e2d95dde679e7d 1382 libiphone_0.9.5-1.dsc
 7e9ec7fa237069dd1035e5c2d0fec6a065d297c2 436079 libiphone_0.9.5.orig.tar.gz
 fb68cd19a2319ba02bc145f485c5f6780c9f69e1 3928 libiphone_0.9.5-1.diff.gz
 2c117f5686a02fc5ecf546fde56f5f8dfa552aac 29764 libiphone0_0.9.5-1_amd64.deb
 683f2a2f39b427afb6d923b40ce0a56375c08ffc 36778 libiphone-dev_0.9.5-1_amd64.deb
 a7fb6200aa8cc2f31acd7ce71a83b848ae3b0f8c 186982 
libiphone0-dbg_0.9.5-1_amd64.deb
 86157f55992a2d8c2ead2b6606634d6f13919ee9 81440 python-iphone_0.9.5-1_amd64.deb
 f894d92d78872224a411404c58629dd0b434188e 13060 
libiphone-utils_0.9.5-1_amd64.deb
Checksums-Sha256: 
 a558eb38e8fa83ed40bf4e1b04bb293d8cd6078b44c7527444fb5ffd6d5c36dc 1382 
libiphone_0.9.5-1.dsc
 0e5ce3c58aca224475a3aa7abd77feeb25d5cc56430901b8ca3b02955ba9d0a9 436079 
libiphone_0.9.5.orig.tar.gz
 ba9dc7b555897e48acd5b5298853e9b846ceecc34ef1457e6bbce7360a99074f 3928 
libiphone_0.9.5-1.diff.gz
 912aa52994f25e77fe597c95d02aa07b742fed1f1e92d5633d98982c595864be 29764 
libiphone0_0.9.5-1_amd64.deb
 dcc7a57ffc368ca22a6b9f226b650577c849eb0c05f9a68757b9e91054288bfe 36778 
libiphone-dev_0.9.5-1_amd64.deb
 c52e13cac2d2cd439e405bd48216136748c882a06cce84aed64344343ac97482 186982 
libiphone0-dbg_0.9.5-1_amd64.deb
 f5e3c3e3ae0be8722b6411fc68f0caa03dc7fb754afa1219a58d540b81ad4684 81440 
python-iphone_0.9.5-1_amd64.deb
 4f4ee3ba4e3f6c6117d34bea20ba6c6ad4a30d486f8ccdb01cc26f818d75c59b 13060 
libiphone-utils_0.9.5-1_amd64.deb
Files: 
 2852c5b50903f3f3ee33e6b0dd8e1f98 1382 libs optional libiphone_0.9.5-1.dsc
 ebc73f3c66ee6527afd30d3047f2438b 436079 libs optional 
libiphone_0.9.5.orig.tar.gz
 00a03f712fe764f1652e4ab451a8918c 3928 libs optional libiphone_0.9.5-1.diff.gz
 b7c49f643ccfc9b7035d28c5a44676f9 29764 libs optional 
libiphone0_0.9.5-1_amd64.deb
 1e86e7b15339ea6cc1ef5caefb14f9ee 36778 libdevel optional 
libiphone-dev_0.9.5-1_amd64.deb
 266322112280fd81a2cedffa25a8883e 186982 debug extra 
libiphone0-dbg_0.9.5-1_amd64.deb
 bff33416f8093b4300ab62dbfcdc5921 81440 python optional 
python-iphone_0.9.5-1_amd64.deb
 7a1375c38bcc541e7ab0f180f99a384a 13060 utils optional 
libiphone-utils_0.9.5-1_amd64.deb

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

iD8DBQFLJ8uVzWFP1/XWUWkRAjv8AJ43RHjJC0o8KxtcdyVsNK+h4KejCACfcXdM
KlIYPvvKvJ22XqIHbnvGpZA=
=Lnf7
-END PGP SIGNATURE-


Accepted:
libiphone-dev_0.9.5-1_amd64.deb
  to main/libi/libiphone/libiphone-dev_0.9.5-1_amd64.deb
libiphone-utils_0.9.5-1_amd64.deb
  to main/libi/libiphone/libiphone-utils_0.9.5-1_amd64.deb
libiphone0-dbg_0.9.5-1_amd64.deb
  to main/libi/libiphone/libiphone0-dbg_0.9.5-1_amd64.deb
libiphone0_0.9.5-1_amd64.deb
  to main/libi/libiphone/libiphone0_0.9.5-1_amd64.deb
libiphone_0.9.5-1.diff.gz
  to main/libi/libiphone/libiphone_0.9.5-1.diff.gz
libiphone_0.9.5-1.dsc
  to main/libi/libiphone/libiphone_0.9.5-1.dsc

Accepted oss4 4.2-build2002-1 (source all amd64)

2009-12-16 Thread Romain Beauxis
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 07 Dec 2009 14:52:21 -0600
Source: oss4
Binary: oss4-base oss4-gtk oss4-source oss4-dkms oss4-dev
Architecture: source all amd64
Version: 4.2-build2002-1
Distribution: unstable
Urgency: low
Maintainer: Debian OSS4 Maintainers 
pkg-oss4-maintain...@lists.alioth.debian.org
Changed-By: Romain Beauxis to...@rastageeks.org
Description: 
 oss4-base  - Open Sound System - base package
 oss4-dev   - Open Sound System - development files
 oss4-dkms  - Open Sound System - DKMS module sources
 oss4-gtk   - Open Sound System - simple GTK2-based mixer control
 oss4-source - Open Sound System - drivers sources
Closes: 558407
Changes: 
 oss4 (4.2-build2002-1) unstable; urgency=low
 .
   [ Sebastien NOEL ]
   * New upstream release.
 - drop patches/sharedlib.patch
   * #491551 was fixed a long time ago, remove duplicate modprobe.d rules
 (Closes: #558407).
 .
   [ Romain Beauxis ]
   * Added DKMS modules.
   * Do not execute oss4-base init.d script
 if the package is not installed.
Checksums-Sha1: 
 31d5e396ba6d9b2098af416b2b61d15b1cb67f4f 1629 oss4_4.2-build2002-1.dsc
 93831d2797fe2e4791be2823c4e7e3287bea2b31 1751564 oss4_4.2-build2002.orig.tar.gz
 4744531a33db00fe842cf27ad37ed4fe2f67fa78 13324 oss4_4.2-build2002-1.diff.gz
 caf37f9dfaad0a850148a48c647b7409d7ddfffb 812554 
oss4-source_4.2-build2002-1_all.deb
 ac1958a805d4022b86b7be675ac324c2288ec681 1027916 
oss4-dkms_4.2-build2002-1_all.deb
 94679f8042f9d475cf808ba3a074bc9ee595d12f 27686 oss4-dev_4.2-build2002-1_all.deb
 fcd34b42e2447dcd3cf50e5eb598f904689db657 593380 
oss4-base_4.2-build2002-1_amd64.deb
 054b3d6200cd9b23ba721c07abe0f33ee7333574 28968 
oss4-gtk_4.2-build2002-1_amd64.deb
Checksums-Sha256: 
 cb9f18806cbd49efe3a71f19a294f02638661339e92ebc25714b01640fab0227 1629 
oss4_4.2-build2002-1.dsc
 16364f1bc69c899104dd41ffa4a9b45eba7d7f5e815aea6ac8d736f415ae7209 1751564 
oss4_4.2-build2002.orig.tar.gz
 920e5c588ad5faeb9ce9642ca1afe0c829efc86116cd9b7bf6195b285c2c4fca 13324 
oss4_4.2-build2002-1.diff.gz
 ce503b3befbeb0ca60337ae13f92ef6638bdb7724470ac55facee81165fedebf 812554 
oss4-source_4.2-build2002-1_all.deb
 482cdfc9dc6d614ce8e771095dafe89ff66d41e9bd03b750d06a59865c11078d 1027916 
oss4-dkms_4.2-build2002-1_all.deb
 d4b830e150908d8b99355923ef62a62b4f6998a752e9f19b49bf2a17e532fa29 27686 
oss4-dev_4.2-build2002-1_all.deb
 1c7adde0aca8ab79bbf3c45233b0debd6da7d3c6b77de450d8773c43359e429f 593380 
oss4-base_4.2-build2002-1_amd64.deb
 14a600ae1ed95f90ba84662252b13ba45067e96e8defb067c346f61d9f2f8239 28968 
oss4-gtk_4.2-build2002-1_amd64.deb
Files: 
 98ca07b8ee50b1bd118f83dd1abae52b 1629 sound optional oss4_4.2-build2002-1.dsc
 daffe22f55771a910a45c3b7712375af 1751564 sound optional 
oss4_4.2-build2002.orig.tar.gz
 8126e11229325fd8633679aa1bbe5ae7 13324 sound optional 
oss4_4.2-build2002-1.diff.gz
 668bbe0b3ae90758055c3c32b1ee6e6c 812554 sound optional 
oss4-source_4.2-build2002-1_all.deb
 66825d9f68b6a610620eb466827388ec 1027916 kernel optional 
oss4-dkms_4.2-build2002-1_all.deb
 c348c8b50bb7b1d50de5a06966c3c818 27686 devel optional 
oss4-dev_4.2-build2002-1_all.deb
 74580c252c9eab7dc9e6900db4711728 593380 sound optional 
oss4-base_4.2-build2002-1_amd64.deb
 6d35257e2bd6c2fb5ee724b6593d8b00 28968 sound optional 
oss4-gtk_4.2-build2002-1_amd64.deb

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

iQEcBAEBAgAGBQJLJ/ZxAAoJEAC5aaocqV0ZPs4H/1bA8SwaTLO2ovRZlT+bmdyf
aYFJZlikQcxyuUua4mAmMpgtSmsufABr0gUBb3cBze0r+nYQ8j/7Zul3vR8aAc8J
z6i/bMBBqw9M2G8DPw9CFULoo9bocJLagDiJn0Vgiy0jhXpdUsdVQRC8HuI/tcOu
OXq+On2QMbsU6MuP3zRtTG8rQ42WXHFiOT8eBJhD25Yh0DjHTIrC0E+z+TYBHJAm
ptyz6MNaR8wnaL2cx/NBfl/1hKWFwR0gI1Jgdxo9Hk4+40xtLx47ek9IPP0c72if
ref3iB7gWxpQm+L73h0wzdeIU/sOovJ7RJzxf0gZAFU/Qrm1pIyN7APBYn7tiF8=
=G5xF
-END PGP SIGNATURE-


Accepted:
oss4-base_4.2-build2002-1_amd64.deb
  to main/o/oss4/oss4-base_4.2-build2002-1_amd64.deb
oss4-dev_4.2-build2002-1_all.deb
  to main/o/oss4/oss4-dev_4.2-build2002-1_all.deb
oss4-dkms_4.2-build2002-1_all.deb
  to main/o/oss4/oss4-dkms_4.2-build2002-1_all.deb
oss4-gtk_4.2-build2002-1_amd64.deb
  to main/o/oss4/oss4-gtk_4.2-build2002-1_amd64.deb
oss4-source_4.2-build2002-1_all.deb
  to main/o/oss4/oss4-source_4.2-build2002-1_all.deb
oss4_4.2-build2002-1.diff.gz
  to main/o/oss4/oss4_4.2-build2002-1.diff.gz
oss4_4.2-build2002-1.dsc
  to main/o/oss4/oss4_4.2-build2002-1.dsc
oss4_4.2-build2002.orig.tar.gz
  to main/o/oss4/oss4_4.2-build2002.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 gcl 2.6.7-48 (source all i386)

2009-12-16 Thread Camm Maguire
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 16 Dec 2009 15:01:55 +
Source: gcl
Binary: gcl gcl-doc
Architecture: source all i386
Version: 2.6.7-48
Distribution: unstable
Urgency: low
Maintainer: Camm Maguire c...@debian.org
Changed-By: Camm Maguire c...@debian.org
Description: 
 gcl- GNU Common Lisp compiler
 gcl-doc- Documentation for GNU Common Lisp
Changes: 
 gcl (2.6.7-48) unstable; urgency=low
 .
   * round to nearest in ratio to double
Checksums-Sha1: 
 5702102dc99f39851e463aa666cbda99cde870f7 1092 gcl_2.6.7-48.dsc
 bcc5271194a8f7bad0ff7d5095d9c9a127852e40 14814484 gcl_2.6.7-48.diff.gz
 057e7af372c4a46ccc092bb17285f289bccbbcfd 577378 gcl-doc_2.6.7-48_all.deb
 56f9cee44c94337a0b89fbd15da488f0f0796378 52276782 gcl_2.6.7-48_i386.deb
Checksums-Sha256: 
 dffbb4c81249e8c83da10dd23ab4ac7ab083dc6e15ca404c4de84b38fd054d28 1092 
gcl_2.6.7-48.dsc
 66258ea786c60ec8c0e3f65b5333d320aaf5514c90bad7778e7597960f583eaf 14814484 
gcl_2.6.7-48.diff.gz
 6f0c2515b6a67dbc6177329c81691a57f95a016182ca664978eaa4dc23a255bb 577378 
gcl-doc_2.6.7-48_all.deb
 05f0b7437b93edf442102e62df080ba46da1b4f244500784b2b4e6d166c2dfb7 52276782 
gcl_2.6.7-48_i386.deb
Files: 
 5faf9ffcf23005a6c045d46e2f54c6d2 1092 interpreters optional gcl_2.6.7-48.dsc
 cfd661236b57dd288878cfe6fc29e655 14814484 interpreters optional 
gcl_2.6.7-48.diff.gz
 dd0ba87aed888f428af29e6e601b0505 577378 doc optional gcl-doc_2.6.7-48_all.deb
 348b95bbfdf16d5059afd755aa83b4be 52276782 interpreters optional 
gcl_2.6.7-48_i386.deb

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

iEYEARECAAYFAkso/qgACgkQczG1wFfwRdwtCQCeONuI5/wFe3cpERp8DlGtANVu
BqQAn3R/T431PFNnsMBEOYfS3GEXPu67
=fGRp
-END PGP SIGNATURE-


Accepted:
gcl-doc_2.6.7-48_all.deb
  to main/g/gcl/gcl-doc_2.6.7-48_all.deb
gcl_2.6.7-48.diff.gz
  to main/g/gcl/gcl_2.6.7-48.diff.gz
gcl_2.6.7-48.dsc
  to main/g/gcl/gcl_2.6.7-48.dsc
gcl_2.6.7-48_i386.deb
  to main/g/gcl/gcl_2.6.7-48_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 gnumed-server 0v11.2-1 (source all)

2009-12-16 Thread Andreas Tille
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 16 Dec 2009 17:41:31 +0100
Source: gnumed-server
Binary: gnumed-server
Architecture: source all
Version: 0v11.2-1
Distribution: unstable
Urgency: low
Maintainer: Debian Med Packaging Team 
debian-med-packag...@lists.alioth.debian.org
Changed-By: Andreas Tille ti...@debian.org
Description: 
 gnumed-server - medical practice management - server
Closes: 559614
Changes: 
 gnumed-server (0v11.2-1) unstable; urgency=low
 .
   * New upstream version
   * Depends postgresql | postgresql-8.4 and all additional postgresql
 package dependencies bumped to version 8.4
 Closes: #559614
Checksums-Sha1: 
 2ea66bfa00a58b1a06f6a41b32453a8c33009023 1343 gnumed-server_0v11.2-1.dsc
 7948169258a0c0423f3cf9d4fa58dcd08954a4a6 625963 
gnumed-server_0v11.2.orig.tar.gz
 2a98c1e492322195e4f041207e1e9dc3d1905e48 7780 gnumed-server_0v11.2-1.diff.gz
 9fba68dac9a2427b20eeb71731af3f5a6d419f03 623796 gnumed-server_0v11.2-1_all.deb
Checksums-Sha256: 
 8e8fe7ec1fb6f46482fb7fe1e90f91276925773a12ab1311131458d63da23a55 1343 
gnumed-server_0v11.2-1.dsc
 35be794ac9a46bb4e16565a982d3ecc55dc75f708edd0a1796355402a08623e7 625963 
gnumed-server_0v11.2.orig.tar.gz
 aff8d60aa36c8325eb6006d647f87d5e4d25a098bc69177005fec3bbce4d978e 7780 
gnumed-server_0v11.2-1.diff.gz
 3d3d4775b1cb392ca05e497729656ae40e9d299a849907419015d7333fb3cbdd 623796 
gnumed-server_0v11.2-1_all.deb
Files: 
 24bfb4c8d35ac16169f37b13622122db 1343 misc optional gnumed-server_0v11.2-1.dsc
 4f2e9f8852c07b51e7c341313ef22062 625963 misc optional 
gnumed-server_0v11.2.orig.tar.gz
 b815f5db3d916398a82d3c38235adefd 7780 misc optional 
gnumed-server_0v11.2-1.diff.gz
 7159c3e83733f4e457036ed8d8b8b7b6 623796 misc optional 
gnumed-server_0v11.2-1_all.deb

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

iD8DBQFLKQ/UYDBbMcCf01oRAlovAKCXnO5h+kUaVZ7hhui8UZEq+Bg+0gCgjOPI
0RgiWwfYxcjMYbKXgC8rGKk=
=5z4w
-END PGP SIGNATURE-


Accepted:
gnumed-server_0v11.2-1.diff.gz
  to main/g/gnumed-server/gnumed-server_0v11.2-1.diff.gz
gnumed-server_0v11.2-1.dsc
  to main/g/gnumed-server/gnumed-server_0v11.2-1.dsc
gnumed-server_0v11.2-1_all.deb
  to main/g/gnumed-server/gnumed-server_0v11.2-1_all.deb
gnumed-server_0v11.2.orig.tar.gz
  to main/g/gnumed-server/gnumed-server_0v11.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 qfits 6.2.0-2 (source amd64)

2009-12-16 Thread Aurelien Jarno
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 16 Dec 2009 18:02:57 +0100
Source: qfits
Binary: libqfits0 libqfits-dev qfits-tools
Architecture: source amd64
Version: 6.2.0-2
Distribution: unstable
Urgency: low
Maintainer: Aurelien Jarno aure...@debian.org
Changed-By: Aurelien Jarno aure...@debian.org
Description: 
 libqfits-dev - Development files for libqfits
 libqfits0  - Library offering easy access to FITS files
 qfits-tools - FITS manipulation tools
Closes: 560591
Changes: 
 qfits (6.2.0-2) unstable; urgency=low
 .
   * Add quilt support to manage patches.
   * Add 01-open-o_creat.diff to pass a mode to open() used with O_CREAT
 (closes: bug#560591).
   * Don't ignore error on make clean.
   * Move the homepage to its own pseudo-header field.
   * Bump Standards-Version to 3.8.3.
Checksums-Sha1: 
 ea3f205e9ba5e775ace75de3a146875c257e018d 1026 qfits_6.2.0-2.dsc
 c47c041b423c95dd2d6f70e6789e45d0502abe0e 3432 qfits_6.2.0-2.diff.gz
 ae2475ffcc69abf308fd61696de04f38d0c14d72 42474 libqfits0_6.2.0-2_amd64.deb
 e0f9978cf55da21c7ed54d8fc1c68059de257a0e 53362 libqfits-dev_6.2.0-2_amd64.deb
 9f07af314ed225d1b5e41a915639cbc41f5680c5 51566 qfits-tools_6.2.0-2_amd64.deb
Checksums-Sha256: 
 4fa9596645f781aaa315c6d942435e8c6c78b83ffd73426f477a52a01c426c32 1026 
qfits_6.2.0-2.dsc
 55d546878b34388ea79941343360033d5c109fe0f9a5de37e6f814a75efa3847 3432 
qfits_6.2.0-2.diff.gz
 05044e297268b22148b99766345c8b1e186e8c3a8d83c5f119a00399465032fd 42474 
libqfits0_6.2.0-2_amd64.deb
 dc4ee5fd2d7a9e21ff70196d7325483c11313582c8b27a98929d138c8f76a1a2 53362 
libqfits-dev_6.2.0-2_amd64.deb
 9cba4408f832efd2a5774f7747ada452601a48d72b5fc2b0429d1f9bed4e93b7 51566 
qfits-tools_6.2.0-2_amd64.deb
Files: 
 ff0ee27b82c784fb6a93fae8bcfa7493 1026 libs optional qfits_6.2.0-2.dsc
 af88635be3889754074ba8e57907f963 3432 libs optional qfits_6.2.0-2.diff.gz
 6e8b475089d55d4feae8c2044dd73bcb 42474 libs optional 
libqfits0_6.2.0-2_amd64.deb
 a8d17f5bbb6057c0d8c6a85a59bcc3c5 53362 libdevel optional 
libqfits-dev_6.2.0-2_amd64.deb
 370bc3068eb413340ebd530d5c73fa31 51566 science optional 
qfits-tools_6.2.0-2_amd64.deb

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

iD8DBQFLKRR8w3ao2vG823MRAp2uAJ9NeQ5N3+yzHSyEKWB5sxgfvMCpEwCeIhDQ
SH7RFAVVfW8tIEGFlIk1FIY=
=ECrz
-END PGP SIGNATURE-


Accepted:
libqfits-dev_6.2.0-2_amd64.deb
  to main/q/qfits/libqfits-dev_6.2.0-2_amd64.deb
libqfits0_6.2.0-2_amd64.deb
  to main/q/qfits/libqfits0_6.2.0-2_amd64.deb
qfits-tools_6.2.0-2_amd64.deb
  to main/q/qfits/qfits-tools_6.2.0-2_amd64.deb
qfits_6.2.0-2.diff.gz
  to main/q/qfits/qfits_6.2.0-2.diff.gz
qfits_6.2.0-2.dsc
  to main/q/qfits/qfits_6.2.0-2.dsc


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



Accepted eigenbase-farrago 0.9.0-1 (source all)

2009-12-16 Thread Damien Raude-Morvan
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Thu, 10 Dec 2009 00:34:32 +0100
Source: eigenbase-farrago
Binary: libeigenbase-farrago-java
Architecture: source all
Version: 0.9.0-1
Distribution: unstable
Urgency: low
Maintainer: Damien Raude-Morvan draz...@debian.org
Changed-By: Damien Raude-Morvan draz...@debian.org
Description: 
 libeigenbase-farrago-java - Java framework for constructing RDBMS services
Closes: 560234
Changes: 
 eigenbase-farrago (0.9.0-1) unstable; urgency=low
 .
   * Initial release. (Closes: #560234)
Checksums-Sha1: 
 ceaf04ba951e402b0c62cabf2a096bf6236a9b68 1332 eigenbase-farrago_0.9.0-1.dsc
 5282d7cae3aadecb623a6260631173b883c48e91 4119603 
eigenbase-farrago_0.9.0.orig.tar.gz
 c0b25c7c59fbc74a9d7b589f966ce182eaaf3f62 4678 eigenbase-farrago_0.9.0-1.diff.gz
 41109e50525976ad4e350244b993ea3e3d3c887c 87492 
libeigenbase-farrago-java_0.9.0-1_all.deb
Checksums-Sha256: 
 b49d001a1499c58277bfc755a4a4761c2d8d03b6857e2f749a58709a0449d9ad 1332 
eigenbase-farrago_0.9.0-1.dsc
 71fb59243272b3930a90017e9513945dfc5a39164b06be825acc0b11ab6af253 4119603 
eigenbase-farrago_0.9.0.orig.tar.gz
 b2a84fc638f8cf6c4bbf1a6246f83366db653c90f75a2d9edb14cfe308b7ff29 4678 
eigenbase-farrago_0.9.0-1.diff.gz
 a390c18083ae769cd692fed2864b239771fe1d4a86ee94ec83863eef1818e854 87492 
libeigenbase-farrago-java_0.9.0-1_all.deb
Files: 
 036367e47b034ae07955ab2347fc685a 1332 java optional 
eigenbase-farrago_0.9.0-1.dsc
 4da8f5042ffb2b348955143c870d63ac 4119603 java optional 
eigenbase-farrago_0.9.0.orig.tar.gz
 4338298322827cafb97aa251e14e45ec 4678 java optional 
eigenbase-farrago_0.9.0-1.diff.gz
 873eecbb86b446e863c2f8dc77c78261 87492 java optional 
libeigenbase-farrago-java_0.9.0-1_all.deb

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

iEYEARECAAYFAkslFpQACgkQyIFXyIXHk4n7WACggdem98UZVJ+nI3dv9vljUtmU
/HcAn07qp5eWwXqwlDiAJhIwefuB1/h5
=ATYR
-END PGP SIGNATURE-


Accepted:
eigenbase-farrago_0.9.0-1.diff.gz
  to main/e/eigenbase-farrago/eigenbase-farrago_0.9.0-1.diff.gz
eigenbase-farrago_0.9.0-1.dsc
  to main/e/eigenbase-farrago/eigenbase-farrago_0.9.0-1.dsc
eigenbase-farrago_0.9.0.orig.tar.gz
  to main/e/eigenbase-farrago/eigenbase-farrago_0.9.0.orig.tar.gz
libeigenbase-farrago-java_0.9.0-1_all.deb
  to main/e/eigenbase-farrago/libeigenbase-farrago-java_0.9.0-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 olap4j 0.9.8~svn293-1 (source all)

2009-12-16 Thread Damien Raude-Morvan
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 13 Dec 2009 17:51:53 +0100
Source: olap4j
Binary: libolap4j-java libolap4j-java-doc
Architecture: source all
Version: 0.9.8~svn293-1
Distribution: unstable
Urgency: low
Maintainer: Damien Raude-Morvan draz...@debian.org
Changed-By: Damien Raude-Morvan draz...@debian.org
Description: 
 libolap4j-java - unified Java API to access an OLAP server
 libolap4j-java-doc - unified Java API to access an OLAP server - documentation
Closes: 560236
Changes: 
 olap4j (0.9.8~svn293-1) unstable; urgency=low
 .
   * Initial release. (Closes: #560236)
Checksums-Sha1: 
 9e51970e4ea4c1afab2399630baa0ebd899955bc 1364 olap4j_0.9.8~svn293-1.dsc
 04567bf0004ef705c469401d72047322f7edfbfc 430573 olap4j_0.9.8~svn293.orig.tar.gz
 e01f800ed25a96899ab4e1fb372e4f951869d419 7801 olap4j_0.9.8~svn293-1.diff.gz
 69f7d697361d38f7295f29a914f9a88b0030ce28 381964 
libolap4j-java_0.9.8~svn293-1_all.deb
 e9e4ff365730bbc9e71a09d221153f5b99d511d5 653444 
libolap4j-java-doc_0.9.8~svn293-1_all.deb
Checksums-Sha256: 
 b49732395f5704bac7aab4959bb658b512a5170b9d202a66d8b9f5a69253d659 1364 
olap4j_0.9.8~svn293-1.dsc
 143ab1a8b3f718fd5ecb68f5317632801454ca2b4ef9b7cd8317552bc4f6c31e 430573 
olap4j_0.9.8~svn293.orig.tar.gz
 ee790c49594e16fc983da5a92eee6241bd787ad7098b17d9734d7f849944ea25 7801 
olap4j_0.9.8~svn293-1.diff.gz
 72e1742628443fb51ece449d649629472b8778b0f6ad1168fa7a191c9903c09b 381964 
libolap4j-java_0.9.8~svn293-1_all.deb
 899dff6ccd4efb6287b5d18371af0f959b2e39007184558100b8ec8c10962823 653444 
libolap4j-java-doc_0.9.8~svn293-1_all.deb
Files: 
 16a21b0ad2499578db561f5eda911f48 1364 java optional olap4j_0.9.8~svn293-1.dsc
 da46577748cc68688fa56e6fff380f39 430573 java optional 
olap4j_0.9.8~svn293.orig.tar.gz
 dd88fd0710c188ae89c1a91d397dc7f0 7801 java optional 
olap4j_0.9.8~svn293-1.diff.gz
 2287d51a15fc4956480a2d72d9e3415f 381964 java optional 
libolap4j-java_0.9.8~svn293-1_all.deb
 017813390c0d002c438c1ffb737f79e6 653444 doc optional 
libolap4j-java-doc_0.9.8~svn293-1_all.deb

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

iEYEARECAAYFAkslHbUACgkQyIFXyIXHk4kLywCgh5+7sPlKqelMThwUEnWgUWZw
kBcAnjSqSArb/0ZTvy0JzMw2mZwWIEJX
=qGek
-END PGP SIGNATURE-


Accepted:
libolap4j-java-doc_0.9.8~svn293-1_all.deb
  to main/o/olap4j/libolap4j-java-doc_0.9.8~svn293-1_all.deb
libolap4j-java_0.9.8~svn293-1_all.deb
  to main/o/olap4j/libolap4j-java_0.9.8~svn293-1_all.deb
olap4j_0.9.8~svn293-1.diff.gz
  to main/o/olap4j/olap4j_0.9.8~svn293-1.diff.gz
olap4j_0.9.8~svn293-1.dsc
  to main/o/olap4j/olap4j_0.9.8~svn293-1.dsc
olap4j_0.9.8~svn293.orig.tar.gz
  to main/o/olap4j/olap4j_0.9.8~svn293.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 maxima 5.20.1-1 (source all i386)

2009-12-16 Thread Camm Maguire
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 16 Dec 2009 15:36:29 +
Source: maxima
Binary: maxima maxima-src maxima-test maxima-doc xmaxima maxima-emacs 
maxima-share
Architecture: source all i386
Version: 5.20.1-1
Distribution: unstable
Urgency: low
Maintainer: Camm Maguire c...@debian.org
Changed-By: Camm Maguire c...@debian.org
Description: 
 maxima - A computer algebra system -- base system
 maxima-doc - A computer algebra system -- documentation
 maxima-emacs - A computer algebra system -- emacs interface
 maxima-share - A computer algebra system -- extra code
 maxima-src - A computer algebra system -- source code
 maxima-test - A computer algebra system -- test suite
 xmaxima- A computer algebra system -- x interface
Closes: 530442 556134
Changes: 
 maxima (5.20.1-1) unstable; urgency=low
 .
   * New upstream release
   * Bug fix: integral of positive function is negative, thanks to Sanjoy
 Mahajan (Closes: #530442).
   * Bug fix: double quote (#39;#39;) operator does not work!, thanks
 to Andres Cimmarusti (Closes: #556134).  Bug in documentation no
 longer present.  Please reopen if you disagree.
Checksums-Sha1: 
 6bbd14a57e08218d67e90b6ce48f853526bcfe98 1213 maxima_5.20.1-1.dsc
 2e4f1de880dbbaf6f7bf01f807269951a1a3ff49 20655669 maxima_5.20.1.orig.tar.gz
 edbecdf23c42ab2475a3b20fbd2fbab2cf8ad229 2260042 maxima_5.20.1-1.diff.gz
 065eb2dee68f7841b9eadbfa7b9acbdca8a22b26 1238716 maxima-src_5.20.1-1_all.deb
 cb271af6b6aaed3ca238ec7faa5fa2258be6fd67 271598 maxima-test_5.20.1-1_all.deb
 cc865de1b9b930a6819b8d6b556a26a8633afd38 3831856 maxima-doc_5.20.1-1_all.deb
 4d44927df2b7899f2f40595130d5106d4e043c17 122864 maxima-emacs_5.20.1-1_all.deb
 312312d2b3362d622e1571618cd012b17536132b 4205870 maxima-share_5.20.1-1_all.deb
 8e90e80ed05f8c9423714eca27e6dd79445eae8a 9623774 maxima_5.20.1-1_i386.deb
 0ba784f2fae34c3f5ff9fc87d83a56c37e477a1c 386462 xmaxima_5.20.1-1_i386.deb
Checksums-Sha256: 
 3a8e696002f8d3b5f99c8cb2a904ee2cc49d08307651f3380eeefa60311714fa 1213 
maxima_5.20.1-1.dsc
 cc2430ad6b895fb730ee2a7b8df4852c2b6d09a5a8bb715bdba783982c470bd9 20655669 
maxima_5.20.1.orig.tar.gz
 e50925d19cac45b8d8b6770d5a386ba8698cd9813a8ffb14419e7f4857d930b1 2260042 
maxima_5.20.1-1.diff.gz
 6871107cdd971c298bbc923c4a84ca965d3f2bdc543d4045bbc90eb68a5d4cc6 1238716 
maxima-src_5.20.1-1_all.deb
 edc79b31a5efb1df676fd26c6e8daf2a2f7e3d437049367bc91be24a0ce8d81e 271598 
maxima-test_5.20.1-1_all.deb
 5ff21c6c3e19b0f8bf1cc24c19ef3ea2df930a5c13f49a41fa4e33f4e10a6938 3831856 
maxima-doc_5.20.1-1_all.deb
 3e6648af55b532bf78f08056106caf17d147c164306ee7fe864c0cab0e2a2956 122864 
maxima-emacs_5.20.1-1_all.deb
 986e88c2ba9b4ec2c39c68d325ffc0b0a0ff3f972cbe8c81599284e53ae48055 4205870 
maxima-share_5.20.1-1_all.deb
 37eefa1baa7f69a2666d95c285b476945048d93aff17c76fda0a280247d9b47b 9623774 
maxima_5.20.1-1_i386.deb
 ee7bf020071f00cff2bfd7ed7a28cb675535eb995834909b7471284eead1161c 386462 
xmaxima_5.20.1-1_i386.deb
Files: 
 0770195060b05cbf4f834c3a98eba1e3 1213 math optional maxima_5.20.1-1.dsc
 cec78b96cc453e470871063fc16cd52f 20655669 math optional 
maxima_5.20.1.orig.tar.gz
 62d68a7ae6cf1b071d9faee1fa13ddcd 2260042 math optional maxima_5.20.1-1.diff.gz
 dabe68ae5db98810ac9c0f87f006d23e 1238716 math optional 
maxima-src_5.20.1-1_all.deb
 f59f15ee2095252e9ce4e48b621a375b 271598 math optional 
maxima-test_5.20.1-1_all.deb
 b75f868886e40f1120ed8b7b8f5133ea 3831856 doc optional 
maxima-doc_5.20.1-1_all.deb
 0e66f94d6981e508849c91adde56cabf 122864 math optional 
maxima-emacs_5.20.1-1_all.deb
 e408a9df751525e7ba45a87366827095 4205870 math optional 
maxima-share_5.20.1-1_all.deb
 4e451d089249a1ff05b809ba351db210 9623774 math optional maxima_5.20.1-1_i386.deb
 6357a034a37a108dcf2be88274f611f5 386462 math optional xmaxima_5.20.1-1_i386.deb

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

iEYEARECAAYFAkspB2sACgkQczG1wFfwRdwJpgCeIO8nTmhbTAwVc+PtNekOp6Hy
6EUAoJUMCeutvEVqt9/jN3cEH3sDYSi3
=EMoo
-END PGP SIGNATURE-


Accepted:
maxima-doc_5.20.1-1_all.deb
  to main/m/maxima/maxima-doc_5.20.1-1_all.deb
maxima-emacs_5.20.1-1_all.deb
  to main/m/maxima/maxima-emacs_5.20.1-1_all.deb
maxima-share_5.20.1-1_all.deb
  to main/m/maxima/maxima-share_5.20.1-1_all.deb
maxima-src_5.20.1-1_all.deb
  to main/m/maxima/maxima-src_5.20.1-1_all.deb
maxima-test_5.20.1-1_all.deb
  to main/m/maxima/maxima-test_5.20.1-1_all.deb
maxima_5.20.1-1.diff.gz
  to main/m/maxima/maxima_5.20.1-1.diff.gz
maxima_5.20.1-1.dsc
  to main/m/maxima/maxima_5.20.1-1.dsc
maxima_5.20.1-1_i386.deb
  to main/m/maxima/maxima_5.20.1-1_i386.deb
maxima_5.20.1.orig.tar.gz
  to main/m/maxima/maxima_5.20.1.orig.tar.gz
xmaxima_5.20.1-1_i386.deb
  to main/m/maxima/xmaxima_5.20.1-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



Accepted dotlrn 2.5.0-1 (source all)

2009-12-16 Thread Francesco Paolo Lovergine
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 21 Nov 2009 00:22:56 +0100
Source: dotlrn
Binary: dotlrn
Architecture: source all
Version: 2.5.0-1
Distribution: unstable
Urgency: low
Maintainer: Hector Romojaro hromoj...@dia.uned.es
Changed-By: Francesco Paolo Lovergine fran...@debian.org
Description: 
 dotlrn - E-learning and digital communities software based on OpenACS
Changes: 
 dotlrn (2.5.0-1) unstable; urgency=low
 .
   * New upstream release
   * Changed aolserver4-daemon dependency to = 4.5.1-7
   * Updated to the new aolserver config environment:
 - Basic config stored on /etc/aolserver4/conf.d/openacs.sh.
 - Removed init script, now the instance is started by the
   aolserver init script.
 - Removed /etc/default/openacs.
 - Updated daemontools script and README.
   * Removed tsearch checks, because it is built into postgresql since 8.3.
   * Removed README.tsearch
   * Added README.source
   * Added tinymce and Crystal iconset for xinha licenses to copyright file.
   * Removed Xinha Tango Iconset because of its non DFSG compliant license.
Checksums-Sha1: 
 0c7b9857caa24d3e4b6b17e19d4876f221f1bb5a 1203 dotlrn_2.5.0-1.dsc
 d0f8b074e9255cb56cce04a4e5e4f9680cf02b6a 25768696 dotlrn_2.5.0.orig.tar.gz
 2f10d140f704c201f7507c89df6d68ff154a45d1 18803 dotlrn_2.5.0-1.diff.gz
 7f586ef7c4a9df31f4795127b7d708b4f6c57533 26139486 dotlrn_2.5.0-1_all.deb
Checksums-Sha256: 
 7668b1a45f85a4ba41db994e5e4c5d9fa6f8a8ddd0ebdde4175aac7961e4b171 1203 
dotlrn_2.5.0-1.dsc
 5347c62cc95d1d768185e99e7324c1f8062e4aee0e0c88cef6e021b107f72b0e 25768696 
dotlrn_2.5.0.orig.tar.gz
 dfd978aa9b14981a53ed1fb7887b8f2266bee4295ccd1a7995f569bfa0bce5b8 18803 
dotlrn_2.5.0-1.diff.gz
 a41208f4557c5fa17cd1901ce02217b594b92094d82d169d5e3eeebe32a1d2f7 26139486 
dotlrn_2.5.0-1_all.deb
Files: 
 e8462f8e3c7cb4325a76b3184988fd5b 1203 web optional dotlrn_2.5.0-1.dsc
 70dfa1cf363c3735c7f5f36e993b29b6 25768696 web optional dotlrn_2.5.0.orig.tar.gz
 a032051ee5cf2280978a0ea096f7881a 18803 web optional dotlrn_2.5.0-1.diff.gz
 d6b60fed3fb08433de2825acedfa3e02 26139486 web optional dotlrn_2.5.0-1_all.deb

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

iEYEARECAAYFAksmWqQACgkQpFNRmenyx0fiBwCg9zFDcoJ2Q1jSe9ZGMrjD2rM9
mIkAoOvBwTHH7e9N4gG8Z65vwzixHokp
=L7cE
-END PGP SIGNATURE-


Accepted:
dotlrn_2.5.0-1.diff.gz
  to main/d/dotlrn/dotlrn_2.5.0-1.diff.gz
dotlrn_2.5.0-1.dsc
  to main/d/dotlrn/dotlrn_2.5.0-1.dsc
dotlrn_2.5.0-1_all.deb
  to main/d/dotlrn/dotlrn_2.5.0-1_all.deb
dotlrn_2.5.0.orig.tar.gz
  to main/d/dotlrn/dotlrn_2.5.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 mondrian 4.0.0~svn13109-1 (source all)

2009-12-16 Thread Damien Raude-Morvan
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 13 Dec 2009 18:43:18 +0100
Source: mondrian
Binary: libmondrian-java libmondrian-java-doc
Architecture: source all
Version: 4.0.0~svn13109-1
Distribution: unstable
Urgency: low
Maintainer: Damien Raude-Morvan draz...@debian.org
Changed-By: Damien Raude-Morvan draz...@debian.org
Description: 
 libmondrian-java - OLAP server written in Java
 libmondrian-java-doc - OLAP server written in Java - documentation
Closes: 560235
Changes: 
 mondrian (4.0.0~svn13109-1) unstable; urgency=low
 .
   * Initial release. (Closes: #560235)
Checksums-Sha1: 
 00757ca8532acb184ce2dd86b32aedc33b92a05d 1693 mondrian_4.0.0~svn13109-1.dsc
 891d19c8f8a7f1c7e73ec07f16914dbf1bbb79bf 4664247 
mondrian_4.0.0~svn13109.orig.tar.gz
 56d3f5f4c0e8db383ab0b9643995caf6f8d523d2 8763 mondrian_4.0.0~svn13109-1.diff.gz
 2d655b61db08a0e87c62d3a95a344dd3003fa03a 2537588 
libmondrian-java_4.0.0~svn13109-1_all.deb
 a9ba342a98ff4bda018227ef4500b910fe222dd6 6042280 
libmondrian-java-doc_4.0.0~svn13109-1_all.deb
Checksums-Sha256: 
 222dadd1314d1435f9e3c3defc1f4053877a53b26944ef6aad18583bdc46a554 1693 
mondrian_4.0.0~svn13109-1.dsc
 162fdd22f2bdd49cf15b960574ce6837008ab75c83fe348bf433a3bb5a2d2590 4664247 
mondrian_4.0.0~svn13109.orig.tar.gz
 85c12e5bf926242842bb22518150afecfd28d57a860c43983cfecd1e193025e3 8763 
mondrian_4.0.0~svn13109-1.diff.gz
 34fd67ca09fc36a0c4a6849949b5f881657da644c333e953de7c7ca47dc059e7 2537588 
libmondrian-java_4.0.0~svn13109-1_all.deb
 c44227979c5957f52bae6dd29a7f30705c18014ec926d1bec701853ce0b1ddf9 6042280 
libmondrian-java-doc_4.0.0~svn13109-1_all.deb
Files: 
 b9b4c00f73ca6c2e4d9753e9d17870ff 1693 java optional 
mondrian_4.0.0~svn13109-1.dsc
 83390bffc9182b73378014f12912361c 4664247 java optional 
mondrian_4.0.0~svn13109.orig.tar.gz
 5a0731b16c15080c81fd22252ad6edca 8763 java optional 
mondrian_4.0.0~svn13109-1.diff.gz
 b2cb6ae17ceebfa3406a652305d725ce 2537588 java optional 
libmondrian-java_4.0.0~svn13109-1_all.deb
 3a09853c28c654150490a2457bb26a10 6042280 doc optional 
libmondrian-java-doc_4.0.0~svn13109-1_all.deb

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

iEYEARECAAYFAkslL6YACgkQyIFXyIXHk4mfjgCdFdwXwFaoZsSKSMlcfiPu/3TM
07wAoJBgd4YEVWbd2TD2yXQO0be1Oa9z
=k9Zq
-END PGP SIGNATURE-


Accepted:
libmondrian-java-doc_4.0.0~svn13109-1_all.deb
  to main/m/mondrian/libmondrian-java-doc_4.0.0~svn13109-1_all.deb
libmondrian-java_4.0.0~svn13109-1_all.deb
  to main/m/mondrian/libmondrian-java_4.0.0~svn13109-1_all.deb
mondrian_4.0.0~svn13109-1.diff.gz
  to main/m/mondrian/mondrian_4.0.0~svn13109-1.diff.gz
mondrian_4.0.0~svn13109-1.dsc
  to main/m/mondrian/mondrian_4.0.0~svn13109-1.dsc
mondrian_4.0.0~svn13109.orig.tar.gz
  to main/m/mondrian/mondrian_4.0.0~svn13109.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 openacs 5.5.1-1 (source all)

2009-12-16 Thread Francesco Paolo Lovergine
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 21 Nov 2009 00:20:39 +0100
Source: openacs
Binary: openacs
Architecture: source all
Version: 5.5.1-1
Distribution: unstable
Urgency: low
Maintainer: Hector Romojaro hromoj...@dia.uned.es
Changed-By: Francesco Paolo Lovergine fran...@debian.org
Description: 
 openacs- Open Architecture Community System
Changes: 
 openacs (5.5.1-1) unstable; urgency=low
 .
   * New upstream release
   * Changed aolserver4-daemon dependency to = 4.5.1-7
   * Updated to the new aolserver config environment:
 - Basic config stored on /etc/aolserver4/conf.d/openacs.sh.
 - Removed init script, now the instance is started by the
   aolserver init script.
 - Removed /etc/default/openacs.
 - Updated daemontools script and README.
   * Removed tsearch checks, because it is built into postgresql since 8.3.
   * Removed README.tsearch
   * Added README.source
   * Added tinymce and Crystal iconset for xinha licenses to copyright file.
   * Removed Xinha Tango Iconset because of its non DFSG compliant license.
Checksums-Sha1: 
 5c8243b73cdd8a1561a3a0b24f6039a85b9374e8 1211 openacs_5.5.1-1.dsc
 abc5b9b95359126f6c5c862cb03e0fbbc0080869 9952878 openacs_5.5.1.orig.tar.gz
 92cfddc360b21632a8635085dda4c373968560dd 17988 openacs_5.5.1-1.diff.gz
 29c7167f66f28744db1c9424116a029948c1404b 10071818 openacs_5.5.1-1_all.deb
Checksums-Sha256: 
 c55a14525271983f405d72b023dd9a3b43d6ac87b6c115e6607a5e77c65c5a2e 1211 
openacs_5.5.1-1.dsc
 01d2ce8f41180372a4e6d436cb028340a22cc2c77beb2adab6753aaf696c6687 9952878 
openacs_5.5.1.orig.tar.gz
 49dce834229193ae85a6e98670ed93ccce6cbd332b3d0579b3285acd4c4d5842 17988 
openacs_5.5.1-1.diff.gz
 4beaa446bac84c8406caf324ee1e188d5f36397631c240b1b697073b45fe3325 10071818 
openacs_5.5.1-1_all.deb
Files: 
 bcebb6fa0ee9e7e3efd20a1beece9169 1211 web optional openacs_5.5.1-1.dsc
 2b1da19af1f404260696e24908189ec7 9952878 web optional openacs_5.5.1.orig.tar.gz
 6652b7d4b2b185255c397931c1df0b14 17988 web optional openacs_5.5.1-1.diff.gz
 76c80404df346db80532839e77f3cd14 10071818 web optional openacs_5.5.1-1_all.deb

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

iEYEARECAAYFAksmMSUACgkQpFNRmenyx0cuVQCg4WQ+vlUBuNhlXQtl/ZxLriuM
538Ani2HqgD//9YBrwzcH4Wj3zlYG0/R
=qplc
-END PGP SIGNATURE-


Accepted:
openacs_5.5.1-1.diff.gz
  to main/o/openacs/openacs_5.5.1-1.diff.gz
openacs_5.5.1-1.dsc
  to main/o/openacs/openacs_5.5.1-1.dsc
openacs_5.5.1-1_all.deb
  to main/o/openacs/openacs_5.5.1-1_all.deb
openacs_5.5.1.orig.tar.gz
  to main/o/openacs/openacs_5.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 comprez 2.6.1-1 (source all)

2009-12-16 Thread Jari Aalto
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 16 Dec 2009 18:48:20 +0200
Source: comprez
Binary: comprez
Architecture: source all
Version: 2.6.1-1
Distribution: unstable
Urgency: low
Maintainer: Jari Aalto jari.aa...@cante.net
Changed-By: Jari Aalto jari.aa...@cante.net
Description: 
 comprez- frontend to many compression programs
Changes: 
 comprez (2.6.1-1) unstable; urgency=low
 .
   * New upstream release.
   * Move to format: 3.0 (quilt).
   * debian/clean
 - Move content from 'rules' for dh(1) to use.
   * debian/debian-vars.mk
 - Update.
   * debian/control
 - (Build-Depends:): remove dpatch.
   * debian/patches
 - Move dpatch format to quilt.
   * debian/rules
 - (binary-arch): Delete unused.
 - (configure-stamp, build-stamp. clean): Delete; obsoleted by dh(1).
 - (install): minor adjustments.
   * debian/source/format
 - New file.
Checksums-Sha1: 
 23baff2d7527d7c5f4d7130ff1dcb256d2e98670 1134 comprez_2.6.1-1.dsc
 2e025689afab445ae5877a169d88ff46ad153445 14686 comprez_2.6.1.orig.tar.gz
 e9a5dbf050fc3aafb7a350cf76a09a19b71f271f 6078 comprez_2.6.1-1.debian.tar.gz
 c9a19e028202630ec23b94554a63fd5377a7d597 9470 comprez_2.6.1-1_all.deb
Checksums-Sha256: 
 afef9aab30d2900560c21ae8a045c2533ffd1972e3cd54e2175f47c11d1532ba 1134 
comprez_2.6.1-1.dsc
 14dda9da24a04f233ac9857fd6dfbfc22cc19cad8a6bf0d878a1c708dfe79c1f 14686 
comprez_2.6.1.orig.tar.gz
 106db50ae9611c470a744d8484782b61b7f696be5f483f338208e964f7e37aa1 6078 
comprez_2.6.1-1.debian.tar.gz
 64b1c5bb785b3cde09511b049775d566c6139a144572f1866759c39d6e0abe18 9470 
comprez_2.6.1-1_all.deb
Files: 
 a8b95ee7058465590817cec4b39e2b1a 1134 utils extra comprez_2.6.1-1.dsc
 ce621e4d0b2315e35874493b63af388a 14686 utils extra comprez_2.6.1.orig.tar.gz
 fbff3ddc781efd54dde0b29e4c0ce3e0 6078 utils extra comprez_2.6.1-1.debian.tar.gz
 aec5c324a2d42f9b790586ad189b82bd 9470 utils extra comprez_2.6.1-1_all.deb

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

iEYEARECAAYFAkspHuEACgkQpdwBkPlyvgNBfQCfeVsoAWJzdOe1sMLCHDWQjNSB
UrIAn3OHNnS6uDzWPfTUVMPybHFvQw3G
=pRKQ
-END PGP SIGNATURE-


Accepted:
comprez_2.6.1-1.debian.tar.gz
  to main/c/comprez/comprez_2.6.1-1.debian.tar.gz
comprez_2.6.1-1.dsc
  to main/c/comprez/comprez_2.6.1-1.dsc
comprez_2.6.1-1_all.deb
  to main/c/comprez/comprez_2.6.1-1_all.deb
comprez_2.6.1.orig.tar.gz
  to main/c/comprez/comprez_2.6.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 hal 0.5.14-1 (source all i386)

2009-12-16 Thread Michael Biebl
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 16 Dec 2009 18:19:49 +0100
Source: hal
Binary: hal hal-doc libhal1 libhal-storage1 libhal-dev libhal-storage-dev
Architecture: source all i386
Version: 0.5.14-1
Distribution: unstable
Urgency: low
Maintainer: Utopia Maintenance Team 
pkg-utopia-maintain...@lists.alioth.debian.org
Changed-By: Michael Biebl bi...@debian.org
Description: 
 hal- Hardware Abstraction Layer
 hal-doc- Hardware Abstraction Layer - documentation
 libhal-dev - Hardware Abstraction Layer - development files
 libhal-storage-dev - Hardware Abstraction Layer - development files
 libhal-storage1 - Hardware Abstraction Layer - shared library for storage 
devices
 libhal1- Hardware Abstraction Layer - shared library
Closes: 561076
Changes: 
 hal (0.5.14-1) unstable; urgency=low
 .
   * New upstream release.
   * Remove patches that have been merged upstream
 - debian/patches/20_cpufreq_warning_message_fix.patch
 - debian/patches/21_fix_segfault_in_hal_util_get_last_element.patch
 - debian/patches/22_fix_unconditional_usage_of_PATH_MAX.patch
 - debian/patches/23_support_relative_paths_in_umount_hal.patch
 - debian/patches/30_mount_relatime.patch
   * debian/libhal1.symbols
 - Update symbols file for new API additions.
   * debian/patches/45-fix-libusb-detection.patch
 - Fix broken libusb detection on Linux.
   * Drop debian/patches/50_kfreebsd.patch and replace it with smaller,
 self-contained patches that can be updated more easily and are better
 suited for sending upstream.
   * debian/patches/50-kfreebsd-setproctitle.patch
 - Disable usage of setproctitle on kfreebsd as glibc does not support it.
   * debian/patches/51-kfreebsd-lrt-clock_gettime.patch
 - Link against -lrt for clock_gettime.
   * debian/patches/52-kfreebsd-libufs.patch
 - Check for availability of libufs and compile the code conditionally as
   kfreebsd currently does not ship a libufs library.
   * debian/patches/53-kfreebsd-blkid.patch
 - Use libblikd instead of libvolume-id on kfreebsd.
   * debian/patches/54-kfreebsd-libusb2.patch
 - Fix build failures when using libusb2 on kfreebsd.
   * debian/patches/99-autoreconf.patch
 - Run autoreconf -i to update the build system.
   * debian/control
 - Build against libusb2 (new USB stack) on kfreebsd.
   With the patches above this fixes the build failures on kfreebsd with
   8.x kernel headers. (Closes: #561076)
Checksums-Sha1: 
 18ef0dafa508270ed7304f543102ebc97f3e5d61 1740 hal_0.5.14-1.dsc
 95bdc8141b0bce197d0d47f5bec491b08c6e3853 1238766 hal_0.5.14.orig.tar.gz
 d994e449920e0eb08d91d1efe5f5f9597c74b74c 52512 hal_0.5.14-1.diff.gz
 161fc5588fefd4ad893d39ee628d01ad455d2b44 208934 hal-doc_0.5.14-1_all.deb
 1a455e8d7cdc9db232e913ecc542aa14c3f36e1d 427914 hal_0.5.14-1_i386.deb
 23f60790c4b9e7542304469eacebb1dc1621b9da 93636 libhal1_0.5.14-1_i386.deb
 25061730acac1c65c50b3a6f6403e4cb6cededbf 86068 
libhal-storage1_0.5.14-1_i386.deb
 b95131383551dfcf20bd8564a5754950f1be163a 98046 libhal-dev_0.5.14-1_i386.deb
 e7b28a0509a67a0874cdc53dedc84020911be392 85722 
libhal-storage-dev_0.5.14-1_i386.deb
Checksums-Sha256: 
 474220b5ac984e25b919df454dc85270ba89bde19ffd4ceea987ff5223e84f19 1740 
hal_0.5.14-1.dsc
 323aacfa52f12def3b0d1e76456e34f027c345adc344aad19a8cc0c59c1a8d02 1238766 
hal_0.5.14.orig.tar.gz
 440e3bc4facad10fc2bf8c0f1f3c605a910a6df7c2d1fc57ea4eaae626d6f123 52512 
hal_0.5.14-1.diff.gz
 5f015e17e0cf1145fcdd76641c11b5f075d7704e434821ccebef7b27c60c77b5 208934 
hal-doc_0.5.14-1_all.deb
 1b44254dbee50626e8a52384f5cf9ff2ae0d0ab7daa58fed54cb9b7fc2d17dd9 427914 
hal_0.5.14-1_i386.deb
 4d38285100d4c66bb2e8d998af8bb2f29abce5088968743fa3e557e7a3e5de36 93636 
libhal1_0.5.14-1_i386.deb
 6c60a6e0b4766c222873ed5ba4438e36a053badfb946419863b0c6eadfe5a407 86068 
libhal-storage1_0.5.14-1_i386.deb
 08073258413e07212170220d4fe9cddf3d4f1536d5281b87d11d56a48b43e75e 98046 
libhal-dev_0.5.14-1_i386.deb
 09f4ee9f5805f692c39f7c4763c68d115be6f8705b3487d7b99ecbfc15bcfe74 85722 
libhal-storage-dev_0.5.14-1_i386.deb
Files: 
 5681d9236b56fe9df11271e1a0f18ffa 1740 admin optional hal_0.5.14-1.dsc
 e9163df591a6f38f59fdbfe33e73bf20 1238766 admin optional hal_0.5.14.orig.tar.gz
 2744ba2f82a11ca4f548a2971db433a3 52512 admin optional hal_0.5.14-1.diff.gz
 aab613561062d716ab458c36340252cd 208934 doc optional hal-doc_0.5.14-1_all.deb
 700e422001982810e96863c627500da8 427914 admin optional hal_0.5.14-1_i386.deb
 57515ae8fd4a7978b30dc45b68df5429 93636 libs optional libhal1_0.5.14-1_i386.deb
 1d9b741dd37ce697d31366dc72492a0f 86068 libs optional 
libhal-storage1_0.5.14-1_i386.deb
 8149990fdcbb5948e35e42b5399e43e0 98046 libdevel optional 
libhal-dev_0.5.14-1_i386.deb
 5027e82657176ddf4ef373ce488b264c 85722 libdevel optional 
libhal-storage-dev_0.5.14-1_i386.deb

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

iEYEARECAAYFAkspHCIACgkQh7PER70FhVQdPQCeL58EcudOeVqVIGrWLaprn+H0

Accepted torbutton 1.2.3-1 (source all)

2009-12-16 Thread Jérémy Bobbio
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sun, 13 Dec 2009 15:45:56 +0100
Source: torbutton
Binary: iceweasel-torbutton
Architecture: source all
Version: 1.2.3-1
Distribution: unstable
Urgency: low
Maintainer: Jérémy Bobbio lu...@debian.org
Changed-By: Jérémy Bobbio lu...@debian.org
Description: 
 iceweasel-torbutton - iceweasel extension enabling 1-click toggle of Tor usage
Closes: 518013
Changes: 
 torbutton (1.2.3-1) unstable; urgency=low
 .
   * New upstream version:
 - fix test settings issues with dead privoxy.  (Closes: #518013)
   * Upstream has switched to Git.  Update README.source, copyright and rules to
 reflect this.
   * Recommends polipo on top of privoxy to follow the Tor project directives.
   * Add README.polipo in order to document how to configure polipo for Tor
 browsing.
Checksums-Sha1: 
 efdc6ea2a666f3e2a2b8d07fe30562a0d72aae88 1875 torbutton_1.2.3-1.dsc
 69d2decb32314de4b558f97804326adb844b557c 429352 torbutton_1.2.3.orig.tar.gz
 37629e4c2768193391ddc908ca9d9f519556e96a 4999 torbutton_1.2.3-1.diff.gz
 6942d85bd2aa92ab952dd6871425ed2dcb0b99dc 223600 
iceweasel-torbutton_1.2.3-1_all.deb
Checksums-Sha256: 
 404e6eb7a4fe1af21d0c327b5b50446acc78d19aac05d4a251789cc21a63e2f8 1875 
torbutton_1.2.3-1.dsc
 37ac962f728d3048c47e81d708caa03683e6c01ec062651db3d013549a9c3f43 429352 
torbutton_1.2.3.orig.tar.gz
 de68498b4d15df10deae2800f8a11f6f9e5c414b82c82c61d1a8ab79a01fee40 4999 
torbutton_1.2.3-1.diff.gz
 c4d799ce2886709a6b988a48788d02a32a0bfe65af47be75f65ce6ecb7420784 223600 
iceweasel-torbutton_1.2.3-1_all.deb
Files: 
 25f45fb1a6d98cc6d00c30980b274b2f 1875 web optional torbutton_1.2.3-1.dsc
 91bd3d7d1ece277ce189b92ff9d38438 429352 web optional 
torbutton_1.2.3.orig.tar.gz
 c0dfb9201f7595e8d41c2f31577b2f14 4999 web optional torbutton_1.2.3-1.diff.gz
 8c485b68541f33d5094b64b2a9d8027c 223600 web optional 
iceweasel-torbutton_1.2.3-1_all.deb

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

iQIcBAEBCAAGBQJLJP8PAAoJEEgU3sIrMHw813YQAOI5TJzsQT/4l6vRJ8wWuU+H
A6x984GK/OMHYAcTWlj18hEObjOYuDRcYvr12TqDVepCBp4gaDpVVuck7DYw7XeA
pvlSbvlQ7ekh9YIl0bToxY0zVqTxLgH3Q16YrSzy9k6zo4wGCXR5wstAfMyruLA/
ZQb3AY/KwRVGO8oBBPqGqSkw0Ci/z/ncKbJE7jJSwaONs4oUSBd+Me2V7l2OnDmq
rVga0w+ORwTOeL62PEMrdeMHN776gbZGazPlSDCpkNKU1FgoUrBK3I4BddHTdebf
VQbt/lX6ivs0iH/cmRGXEdIBGYT2PIjHSkmVKoHqTGMfuY679mzJpCBi/OSJ7ZXJ
1CEOAB3hVCy+qdVu2gvs8UGq1qOwin6d5OYXCXSmrWj/V17gwTVa/Ll/dAHn7FQb
V7UTeqhTAcnYvT+RC2Qb9Zi+WTMzH0mU8+FsmoTH5a4sFXzzkZttRlsGEweimmbE
jr9wx43W7UxyJiRQ4AjknN6FyIE2Lfrph6FGGPtSZH5SCgXYB8wuOWxPwac1N6W8
qQH6P6t57KbIdOMlZHQckDtnA33DoOCSQ3WK9EUBJyK80Jgx5lc2tz7gFw0EJ2PE
ETOj/91sezLi8HcaPO451SheE5etvTnbqx2LbrgTu5Ulep7R6TdOXTs2/8l0uRNe
dyLfYxcQoOpW+mwMwvvi
=OpnP
-END PGP SIGNATURE-


Accepted:
iceweasel-torbutton_1.2.3-1_all.deb
  to main/t/torbutton/iceweasel-torbutton_1.2.3-1_all.deb
torbutton_1.2.3-1.diff.gz
  to main/t/torbutton/torbutton_1.2.3-1.diff.gz
torbutton_1.2.3-1.dsc
  to main/t/torbutton/torbutton_1.2.3-1.dsc
torbutton_1.2.3.orig.tar.gz
  to main/t/torbutton/torbutton_1.2.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 anytun 0.3.2-1 (source i386)

2009-12-16 Thread Michael Prokop
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 14 Dec 2009 02:08:25 +0100
Source: anytun
Binary: anytun
Architecture: source i386
Version: 0.3.2-1
Distribution: unstable
Urgency: low
Maintainer: Michael Prokop m...@debian.org
Changed-By: Michael Prokop m...@debian.org
Description: 
 anytun - secure anycast tunneling protocol
Closes: 531077
Changes: 
 anytun (0.3.2-1) unstable; urgency=low
 .
   * Initial release. [Closes: #531077]
Checksums-Sha1: 
 555c6c408e785e97ef0b686359c4edd3cadbab45 1214 anytun_0.3.2-1.dsc
 b7700f3f9a3718adcf1f952f37857ad9426ab6a0 135773 anytun_0.3.2.orig.tar.gz
 4754e3668931d8b68847c06e58ba810aa48d7be0 2939 anytun_0.3.2-1.diff.gz
 59661f5c30073d020ec2becc38f0439665f2f341 746592 anytun_0.3.2-1_i386.deb
Checksums-Sha256: 
 c410c1555b6712dea1bbc72525620666b429550e22f7a5f28a6862f9608504d3 1214 
anytun_0.3.2-1.dsc
 f13eea22d0ff509f24ff89e4298d3ac4be4c71f2fb9aa610dfb4d968c11bc2c2 135773 
anytun_0.3.2.orig.tar.gz
 711794e0a25b91355001d7fce766290fd55a425f9fcbfb4789f607a3a8666aa4 2939 
anytun_0.3.2-1.diff.gz
 5c678a4a90805499d31193e4bfcb1c810aeeecaf8b2f4b34919b8a3e282d92a0 746592 
anytun_0.3.2-1_i386.deb
Files: 
 4156ff382dbb0a735c185e3d979b591d 1214 net extra anytun_0.3.2-1.dsc
 c1c39f6ed264a1c786a28c10fe142524 135773 net extra anytun_0.3.2.orig.tar.gz
 34ea317b7f8e12d039f107747f0ac3b6 2939 net extra anytun_0.3.2-1.diff.gz
 de5581d5d370191630f9c0a3b444c103 746592 net extra anytun_0.3.2-1_i386.deb

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

iD8DBQFLJnDC2N9T+zficugRAmXcAJ9Sd0+eBC7ttuQ837b0G58CIwtPcQCcC0Uw
BTdo1KuShkX8yDSLNLNOGqY=
=KaUj
-END PGP SIGNATURE-


Accepted:
anytun_0.3.2-1.diff.gz
  to main/a/anytun/anytun_0.3.2-1.diff.gz
anytun_0.3.2-1.dsc
  to main/a/anytun/anytun_0.3.2-1.dsc
anytun_0.3.2-1_i386.deb
  to main/a/anytun/anytun_0.3.2-1_i386.deb
anytun_0.3.2.orig.tar.gz
  to main/a/anytun/anytun_0.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 libpam-alreadyloggedin 0.3-1 (source amd64)

2009-12-16 Thread Jakub Wilk
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 12 May 2009 10:19:43 +0200
Source: libpam-alreadyloggedin
Binary: libpam-alreadyloggedin
Architecture: source amd64
Version: 0.3-1
Distribution: unstable
Urgency: low
Maintainer: Jakub Wilk uba...@users.sf.net
Changed-By: Jakub Wilk uba...@users.sf.net
Description: 
 libpam-alreadyloggedin - PAM module to skip password authentication for logged 
users
Closes: 520108
Changes: 
 libpam-alreadyloggedin (0.3-1) unstable; urgency=low
 .
   * Initial release (Closes: #520108).
   * Due to #524608, recommend login (= 1:4.1.3.1-1).
Checksums-Sha1: 
 aa56e7cf10b27b3b7fee4ddd36cc2dc46de9c397 1119 libpam-alreadyloggedin_0.3-1.dsc
 58715b1219d3c3aa8c443d284b4fe2b7f4ca0c23 6750 
libpam-alreadyloggedin_0.3.orig.tar.gz
 a1c7d0c5f4471bc7964044ebfa502dc5ed8cd2a1 2682 
libpam-alreadyloggedin_0.3-1.diff.gz
 1b216804363b10072515cdcdeb04a1bc4f8ecb72 8140 
libpam-alreadyloggedin_0.3-1_amd64.deb
Checksums-Sha256: 
 cab42d0d01f7d37193fb169e0b48b6a9fe5bfcab81eb614e938c3aed64291fba 1119 
libpam-alreadyloggedin_0.3-1.dsc
 6ffbbae57dc9e6fb69559d1e9e9ddf1c798f46a19f05b576213492e32e3da26e 6750 
libpam-alreadyloggedin_0.3.orig.tar.gz
 11c5987f9f380dfd1e687ef235609199ce6a2a33e563e4392e1163fcf826ceeb 2682 
libpam-alreadyloggedin_0.3-1.diff.gz
 c72cb1398e31d2327eecf2f3411feacd2c9352910d034e48882344d03248fdc2 8140 
libpam-alreadyloggedin_0.3-1_amd64.deb
Files: 
 5795d0db878ebbfe896a73ade2efbc0a 1119 admin extra 
libpam-alreadyloggedin_0.3-1.dsc
 fbdb4b9bf1a6edb4cb52074a877e5ac2 6750 admin extra 
libpam-alreadyloggedin_0.3.orig.tar.gz
 e39f29aca338de15644dafbe329b2414 2682 admin extra 
libpam-alreadyloggedin_0.3-1.diff.gz
 df4b689d4ff11665ead5b23b1ee1004a 8140 admin extra 
libpam-alreadyloggedin_0.3-1_amd64.deb

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

iEYEARECAAYFAksmt2EACgkQggkdmlkhtdhjRACdEbZS16zDLcZG902oskm+XfLN
vhYAoIoz3TEGhky+4jOD+JBbZGZkGM4f
=9ahv
-END PGP SIGNATURE-


Accepted:
libpam-alreadyloggedin_0.3-1.diff.gz
  to main/libp/libpam-alreadyloggedin/libpam-alreadyloggedin_0.3-1.diff.gz
libpam-alreadyloggedin_0.3-1.dsc
  to main/libp/libpam-alreadyloggedin/libpam-alreadyloggedin_0.3-1.dsc
libpam-alreadyloggedin_0.3-1_amd64.deb
  to main/libp/libpam-alreadyloggedin/libpam-alreadyloggedin_0.3-1_amd64.deb
libpam-alreadyloggedin_0.3.orig.tar.gz
  to main/libp/libpam-alreadyloggedin/libpam-alreadyloggedin_0.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 freedesktop-sound-theme 0.7.dfsg-1 (source amd64)

2009-12-16 Thread Sjoerd Simons
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 25 Oct 2009 22:13:20 +
Source: freedesktop-sound-theme
Binary: freedesktop-sound-theme
Architecture: source amd64
Version: 0.7.dfsg-1
Distribution: unstable
Urgency: low
Maintainer: Marc-Andre Lureau marcandre.lur...@gmail.com
Changed-By: Sjoerd Simons sjo...@debian.org
Description: 
 freedesktop-sound-theme - freedesktop.org sound theme
Closes: 486559
Changes: 
 freedesktop-sound-theme (0.7.dfsg-1) unstable; urgency=low
 .
   [ Marc-Andre Lureau ]
   * Initial Debian release. (Closes: #486559)
 .
   [ Sjoerd Simons ]
   * New Upstream Version
Checksums-Sha1: 
 b9a85275ca69c536f7281e0302c11a7a8905d03c 1268 
freedesktop-sound-theme_0.7.dfsg-1.dsc
 2b27b8ed8176a88c28ffe2384aa0ab8aa250b151 361729 
freedesktop-sound-theme_0.7.dfsg.orig.tar.gz
 e71d25531efb0e3247da17f1a4741aac422f68f7 1557 
freedesktop-sound-theme_0.7.dfsg-1.diff.gz
 449a187034d72306811cbf6f9895f5af0c948079 300078 
freedesktop-sound-theme_0.7.dfsg-1_amd64.deb
Checksums-Sha256: 
 0338d942873e2c973e5e3a8b4ecc51e022e2aa6ed21947d873ece05eb15104ea 1268 
freedesktop-sound-theme_0.7.dfsg-1.dsc
 9e993f9af15b4b6095602e799779d56aef893ab5b783f207ab98d3adcec8b2e4 361729 
freedesktop-sound-theme_0.7.dfsg.orig.tar.gz
 3b1e63b55a675d489096cb5ff166a1ccf9e4e221b2c4677a745860578884be72 1557 
freedesktop-sound-theme_0.7.dfsg-1.diff.gz
 945f0a64f1668983e5195c5c2602b4c7083e756a6a1b3cdf8652705144d801e0 300078 
freedesktop-sound-theme_0.7.dfsg-1_amd64.deb
Files: 
 5b1f733933ab202f5708611daf8f864b 1268 sound optional 
freedesktop-sound-theme_0.7.dfsg-1.dsc
 2d4d20158a2723605a9b1f8d6557c984 361729 sound optional 
freedesktop-sound-theme_0.7.dfsg.orig.tar.gz
 6ebcac23ef871cb1a06690518e97dcce 1557 sound optional 
freedesktop-sound-theme_0.7.dfsg-1.diff.gz
 f9793260433f223d0fe2925ada17996e 300078 sound optional 
freedesktop-sound-theme_0.7.dfsg-1_amd64.deb

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

iEYEARECAAYFAkrkzdMACgkQgTd+SodosdKMrQCg8dMfkwkDJFgSSISJxsHzAVbl
D8gAoJXuJns/Gk5JXz0mvZXrmLN+hDTI
=Bgzn
-END PGP SIGNATURE-


Accepted:
freedesktop-sound-theme_0.7.dfsg-1.diff.gz
  to main/f/freedesktop-sound-theme/freedesktop-sound-theme_0.7.dfsg-1.diff.gz
freedesktop-sound-theme_0.7.dfsg-1.dsc
  to main/f/freedesktop-sound-theme/freedesktop-sound-theme_0.7.dfsg-1.dsc
freedesktop-sound-theme_0.7.dfsg-1_amd64.deb
  to main/f/freedesktop-sound-theme/freedesktop-sound-theme_0.7.dfsg-1_amd64.deb
freedesktop-sound-theme_0.7.dfsg.orig.tar.gz
  to main/f/freedesktop-sound-theme/freedesktop-sound-theme_0.7.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



Accepted wbox 5-1 (source amd64)

2009-12-16 Thread Alberto Furia
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Thu, 10 Dec 2009 17:13:13 +0100
Source: wbox
Binary: wbox
Architecture: source amd64
Version: 5-1
Distribution: unstable
Urgency: low
Maintainer: Alberto Furia stral...@email.it
Changed-By: Alberto Furia stral...@email.it
Description: 
 wbox   - HTTP testing tool and configuration-less HTTP server
Closes: 480981
Changes: 
 wbox (5-1) unstable; urgency=low
 .
   * Initial release (Closes: #480981)
Checksums-Sha1: 
 8fa6321c84a6872791b713fdd28d28a0eebc875c 932 wbox_5-1.dsc
 5f20fca378c8abf53bb6a9069ecdebeb40a74147 16465 wbox_5.orig.tar.gz
 e28678985862f48319a731596c1471f09b68d9c3 6080 wbox_5-1.diff.gz
 7baca364d72130e2918905c4f12a0cb5ace8a4b3 23540 wbox_5-1_amd64.deb
Checksums-Sha256: 
 d9ce54c32b3cdbaa6e7c15f6f86416e1c28ce7a5d8be915eb65fb8fd61ce246e 932 
wbox_5-1.dsc
 1589d85e83c8ee78383a491d89e768ab9aab9f433c5f5e035cfb5eed17efaa19 16465 
wbox_5.orig.tar.gz
 69cbea56623ddd744923c6f1fa1b304749747d4207b1656b3de87ab57d592efc 6080 
wbox_5-1.diff.gz
 f75d640f5b0409a64c6fb94caa5397385ddf52bb51befe02a71c9b0ee5e24738 23540 
wbox_5-1_amd64.deb
Files: 
 39212ed0d6f433f9a7557250f9c34b70 932 web optional wbox_5-1.dsc
 a95ca2c69982db10704b5ed482c9c722 16465 web optional wbox_5.orig.tar.gz
 04852a510d31c699bf5fc9b47beed653 6080 web optional wbox_5-1.diff.gz
 40d42f1f5ecd9006164568d0ebd3c0aa 23540 web optional wbox_5-1_amd64.deb

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

iEYEARECAAYFAksnbo8ACgkQaGRzDfCV5eRlsgCeI6WTWFOiUNqOkfVWGOvIIo14
jCsAmQFJUxIuwCLqViqo5qUCYYOKLqkf
=/2fg
-END PGP SIGNATURE-


Accepted:
wbox_5-1.diff.gz
  to main/w/wbox/wbox_5-1.diff.gz
wbox_5-1.dsc
  to main/w/wbox/wbox_5-1.dsc
wbox_5-1_amd64.deb
  to main/w/wbox/wbox_5-1_amd64.deb
wbox_5.orig.tar.gz
  to main/w/wbox/wbox_5.orig.tar.gz


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



Accepted nautilus-scripts-manager 1.3-1 (source all)

2009-12-16 Thread Pietro Battiston
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 22 Nov 2009 10:43:04 +0200
Source: nautilus-scripts-manager
Binary: nautilus-scripts-manager
Architecture: source all
Version: 1.3-1
Distribution: unstable
Urgency: low
Maintainer: Pietro Battiston too...@email.it
Changed-By: Pietro Battiston too...@email.it
Description: 
 nautilus-scripts-manager - simple tool for nautilus scripts management
Closes: 536878
Changes: 
 nautilus-scripts-manager (1.3-1) unstable; urgency=low
 .
   * Initial release (Closes: #536878)
Checksums-Sha1: 
 ad95086bd052b4c8d49304ad269944421dda24f5 1183 
nautilus-scripts-manager_1.3-1.dsc
 d1a00b1450785e4c3d5e6859f6dcab6927f8ad95 31995 
nautilus-scripts-manager_1.3.orig.tar.gz
 7c414c3f20a78306ee4f5b44109daad54cca2d61 1410 
nautilus-scripts-manager_1.3-1.diff.gz
 22a9bf4e7cd1d372aff1d74f409ab8460a34067d 20742 
nautilus-scripts-manager_1.3-1_all.deb
Checksums-Sha256: 
 d0ee0557db4bd45b94ee69677394b4c72f800e287bf7541d3b29b0c886b76410 1183 
nautilus-scripts-manager_1.3-1.dsc
 8cd91ed7a41fc5a9b4a76f03d51b935261a3a5308ebad72d86b8fd7776ddd2d2 31995 
nautilus-scripts-manager_1.3.orig.tar.gz
 465cf8f6a89bc04c1755d9e081dcdb2254838419a9c3982be568470410e32f4a 1410 
nautilus-scripts-manager_1.3-1.diff.gz
 2d3e3f3ab7e8db0bd1e593497e3f1aa5680a71b865c4bee0d453bf5cc60d8b21 20742 
nautilus-scripts-manager_1.3-1_all.deb
Files: 
 1428e6cbbc21919c251fa9f9d544a1f3 1183 gnome optional 
nautilus-scripts-manager_1.3-1.dsc
 15d94c041bf33108a177b704c8f121d3 31995 gnome optional 
nautilus-scripts-manager_1.3.orig.tar.gz
 49f956440ddb21cca36173313c95254f 1410 gnome optional 
nautilus-scripts-manager_1.3-1.diff.gz
 c5220ec00f6f0ec7dc9b2442fab19406 20742 gnome optional 
nautilus-scripts-manager_1.3-1_all.deb

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

iD8DBQFLFOHE1cqbBPLEI7wRAuKBAJ41gbrM4poHV+I8OnmXZymeH8HKpgCcCce1
BO+0dZGMtl7uZj2KyBCACho=
=iwk6
-END PGP SIGNATURE-


Accepted:
nautilus-scripts-manager_1.3-1.diff.gz
  to main/n/nautilus-scripts-manager/nautilus-scripts-manager_1.3-1.diff.gz
nautilus-scripts-manager_1.3-1.dsc
  to main/n/nautilus-scripts-manager/nautilus-scripts-manager_1.3-1.dsc
nautilus-scripts-manager_1.3-1_all.deb
  to main/n/nautilus-scripts-manager/nautilus-scripts-manager_1.3-1_all.deb
nautilus-scripts-manager_1.3.orig.tar.gz
  to main/n/nautilus-scripts-manager/nautilus-scripts-manager_1.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 uget 1.5.0-1 (source i386)

2009-12-16 Thread Alessio Treglia
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 30 Nov 2009 11:08:44 +0100
Source: uget
Binary: uget
Architecture: source i386
Version: 1.5.0-1
Distribution: unstable
Urgency: low
Maintainer: Alessio Treglia quadris...@ubuntu.com
Changed-By: Alessio Treglia quadris...@ubuntu.com
Description: 
 uget   - easy-to-use download manager written in GTK+2
Closes: 558768
Changes: 
 uget (1.5.0-1) unstable; urgency=low
 .
   * Initial release (Closes: #558768).
Checksums-Sha1: 
 9b902464c15b4ebbe30262eff291bfbf0a499e23 1068 uget_1.5.0-1.dsc
 90250b3690ec28f43d96fb2d77924b4cc1d5a1bf 308820 uget_1.5.0.orig.tar.gz
 1962d51764d2c25a83837d87a373e9a10eaa420d 5901 uget_1.5.0-1.diff.gz
 71792fb560b927f7b49235a6c8e1c7ed5af1c766 113818 uget_1.5.0-1_i386.deb
Checksums-Sha256: 
 f7f6d89d86a93553e9c07bcd80f2b1f4c28a2f7e5ff78ada4615f6fb1d93284b 1068 
uget_1.5.0-1.dsc
 d90ce905c1e399d998b1432372547574dc22484fbe07365c5546a00293ac5fc0 308820 
uget_1.5.0.orig.tar.gz
 3e9279aea1e47491e355e73bd31fecf4211864a02097752253e5e9734114b13c 5901 
uget_1.5.0-1.diff.gz
 9dd5d73e95b962ff1aee8bb30a579652b9b322549b58334d77338dd1310c8c84 113818 
uget_1.5.0-1_i386.deb
Files: 
 4ff858cfe8c14824b39b7985d678ca40 1068 net optional uget_1.5.0-1.dsc
 abfb0b31fbcd5d821872d621e3619536 308820 net optional uget_1.5.0.orig.tar.gz
 03473bd211bec0b378a84f331e639e1d 5901 net optional uget_1.5.0-1.diff.gz
 8956df85c67ef2d2cbbeefa91857eb0f 113818 net optional uget_1.5.0-1_i386.deb

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

iEYEARECAAYFAksUKgMACgkQNxpp46476aoEWwCgmExMIxvYzXmqnLLTr+1JXGVn
NC4AnRNsxgH8hYEijFeut6bdqIVX1yCH
=m0L4
-END PGP SIGNATURE-


Accepted:
uget_1.5.0-1.diff.gz
  to main/u/uget/uget_1.5.0-1.diff.gz
uget_1.5.0-1.dsc
  to main/u/uget/uget_1.5.0-1.dsc
uget_1.5.0-1_i386.deb
  to main/u/uget/uget_1.5.0-1_i386.deb
uget_1.5.0.orig.tar.gz
  to main/u/uget/uget_1.5.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 grub2 1.98~experimental.20091216-1 (source amd64)

2009-12-16 Thread Felix Zielcke
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Wed, 16 Dec 2009 18:58:41 +0100
Source: grub2
Binary: grub2 grub-linuxbios grub-efi grub-common grub-emu grub-pc 
grub-rescue-pc grub-coreboot grub-efi-ia32 grub-efi-amd64 grub-ieee1275 
grub-firmware-qemu grub-yeeloong
Architecture: source amd64
Version: 1.98~experimental.20091216-1
Distribution: experimental
Urgency: low
Maintainer: GRUB Maintainers pkg-grub-de...@lists.alioth.debian.org
Changed-By: Felix Zielcke fziel...@z-51.de
Description: 
 grub-common - GRand Unified Bootloader, version 2 (common files)
 grub-coreboot - GRand Unified Bootloader, version 2 (Coreboot version)
 grub-efi   - GRand Unified Bootloader, version 2 (dummy package)
 grub-efi-amd64 - GRand Unified Bootloader, version 2 (EFI-AMD64 version)
 grub-efi-ia32 - GRand Unified Bootloader, version 2 (EFI-IA32 version)
 grub-emu   - GRand Unified Bootloader, version 2 (emulated version)
 grub-firmware-qemu - GRUB firmware image for QEMU
 grub-ieee1275 - GRand Unified Bootloader, version 2 (Open Firmware version)
 grub-linuxbios - GRand Unified Bootloader, version 2 (dummy package)
 grub-pc- GRand Unified Bootloader, version 2 (PC/BIOS version)
 grub-rescue-pc - GRUB bootable rescue images, version 2 (PC/BIOS version)
 grub-yeeloong - GRand Unified Bootloader, version 2 (Yeeloong version)
 grub2  - GRand Unified Bootloader, version 2 (dummy package)
Changes: 
 grub2 (1.98~experimental.20091216-1) experimental; urgency=low
 .
   * New Bazaar snapshot.
   * Upload again to experimental.
Checksums-Sha1: 
 cb82fce22bce1f1f3a6c0f19d5260d637214eaf9 2203 
grub2_1.98~experimental.20091216-1.dsc
 a680ede92a3eca949d2f9afe86f4796ea8d2c803 1622727 
grub2_1.98~experimental.20091216.orig.tar.gz
 92e2b23abf3d31a43a85e8376b257e16ce112d43 136109 
grub2_1.98~experimental.20091216-1.diff.gz
 7604dbf75f08ccb2359f1704cfe74100a5d5fb7c 210864 
grub2_1.98~experimental.20091216-1_amd64.deb
 3931f3ace99df96340001bc31e2fdff32646702f 209688 
grub-linuxbios_1.98~experimental.20091216-1_amd64.deb
 57fa3fbae07bdead6956ac6a44c4262011c4eca3 209692 
grub-efi_1.98~experimental.20091216-1_amd64.deb
 beb077373072276d87706b9817a5c1857a28cde0 1474536 
grub-common_1.98~experimental.20091216-1_amd64.deb
 b08e9853b986d4e384e301cc85f43d6602eba018 842746 
grub-emu_1.98~experimental.20091216-1_amd64.deb
 967a9679231252f608115e72345b955c930d1462 880890 
grub-pc_1.98~experimental.20091216-1_amd64.deb
 85ebfdc9dc8a912803393eaacc2415efb3405466 210436 
grub-rescue-pc_1.98~experimental.20091216-1_amd64.deb
 7eed6fbec75aa4b219b465fb14ee67ca1745f662 650618 
grub-coreboot_1.98~experimental.20091216-1_amd64.deb
 7eb232d25657781862ac92616b528b90c680cd9a 679048 
grub-efi-ia32_1.98~experimental.20091216-1_amd64.deb
 16b06ba07eb94c0b043f474ce62b6fad0f78546f 743812 
grub-efi-amd64_1.98~experimental.20091216-1_amd64.deb
 99a79a8659ab9107db6adba91057286dfe74063d 634742 
grub-ieee1275_1.98~experimental.20091216-1_amd64.deb
 043aa6919098ed9335f3cfcefd6b4d99794cee4d 604150 
grub-firmware-qemu_1.98~experimental.20091216-1_amd64.deb
Checksums-Sha256: 
 b6ab0d6fb3f801d4eded0b1d8b5559800e487a5076f3779671686ce23dcad7c8 2203 
grub2_1.98~experimental.20091216-1.dsc
 256983318c402d4e0f640333786090844eee23c2021e9b3aabc6b2e66892313a 1622727 
grub2_1.98~experimental.20091216.orig.tar.gz
 c28c770107f53564d5ee47f29176ecc20980936fa8a8555409f148ee0b7f38c6 136109 
grub2_1.98~experimental.20091216-1.diff.gz
 ef97b5208138e32e73b1abfc78862e734e3e95320660352b1af3a589395bb33d 210864 
grub2_1.98~experimental.20091216-1_amd64.deb
 816481a573c898399b3bd1d279984799e01d72d21f85a666d761ee74567a77ca 209688 
grub-linuxbios_1.98~experimental.20091216-1_amd64.deb
 b3d003395aa30c89f467479a4476dc1058cae8fe44efa52c0f36de213f5b42ee 209692 
grub-efi_1.98~experimental.20091216-1_amd64.deb
 d8c0b3f40f9b371950ccd95160b0c4f8802eb68a7d27bb0628c8a182a5b4d4d0 1474536 
grub-common_1.98~experimental.20091216-1_amd64.deb
 c83db6506ad2dd3dd315d32538bd0c37f4baa65b1c71f24d47bdb5b920d36091 842746 
grub-emu_1.98~experimental.20091216-1_amd64.deb
 d04f08c65cf74c36a64c0bd56e9d3819538b6290adbf2f12b7b48e8426c95371 880890 
grub-pc_1.98~experimental.20091216-1_amd64.deb
 ef6b9d3ef2cbcf6c18bedb3ca39150366d14d444f3fa81464775e205aef51007 210436 
grub-rescue-pc_1.98~experimental.20091216-1_amd64.deb
 e80a584fbfe5aa0159876868b34f54ced4d187a30f5ff24dec5e43688e409bb0 650618 
grub-coreboot_1.98~experimental.20091216-1_amd64.deb
 a5f4db5cf58401f6078bea6132d8a62db1fbab465c9f941bb9ef79c83b26f8d0 679048 
grub-efi-ia32_1.98~experimental.20091216-1_amd64.deb
 8a0f9444f1b65f4d2200a6cfc424d4bb0171e159b319903e074e6c888f057615 743812 
grub-efi-amd64_1.98~experimental.20091216-1_amd64.deb
 1ef3b55889098f1bcbb109a75647aaafaa2468ab4d2df3a91c8da9bb6c4ec693 634742 
grub-ieee1275_1.98~experimental.20091216-1_amd64.deb
 33cc55bcee14ae021373724bb59f5eb4c1abc8ac27903caddc5fc68d99196816 604150 
grub-firmware-qemu_1.98~experimental.20091216-1_amd64.deb
Files: 
 a5d549be155f72520f5e641871a344ac 2203 admin extra

Accepted camljava 0.3-1 (source amd64)

2009-12-16 Thread Stefano Zacchiroli
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 01 Dec 2009 11:19:13 +0100
Source: camljava
Binary: libcamljava-ocaml-dev
Architecture: source amd64
Version: 0.3-1
Distribution: unstable
Urgency: low
Maintainer: Debian OCaml Maintainers debian-ocaml-ma...@lists.debian.org
Changed-By: Stefano Zacchiroli z...@debian.org
Description: 
 libcamljava-ocaml-dev - interface between OCaml and Java via Caml/C interface 
and JNI
Closes: 558090
Changes: 
 camljava (0.3-1) unstable; urgency=low
 .
   * Initial Release (Closes: #558090).
Checksums-Sha1: 
 8b09efaeb4f558595cb2a7a48e4e82ea68c8657b 1300 camljava_0.3-1.dsc
 dadb9ce9f36139d6eddae551d8ff590938d41884 16049 camljava_0.3.orig.tar.gz
 d770025c96387f82b98fa4333df6d5998e144315 5534 camljava_0.3-1.diff.gz
 0745fd537b43363297fce8ae7b2237caff47c69c 55714 
libcamljava-ocaml-dev_0.3-1_amd64.deb
Checksums-Sha256: 
 c93a9cedfd11a5eac04ab5a2ab4197aa8a7f497117dff845f5a53a46c9fc4b9c 1300 
camljava_0.3-1.dsc
 d0652df5d5f4ccbbedd31a32583976fbe281bc581654784cc2618fde02c711c4 16049 
camljava_0.3.orig.tar.gz
 47de2c7dc82a76fccc5997087dd4ce9ed4b718672508df83b44d9a4d7576fe84 5534 
camljava_0.3-1.diff.gz
 ddd0ddb9729d4e8f8eca032b05f0e95e6b44791fd3d6ca695aa13d8d58b44983 55714 
libcamljava-ocaml-dev_0.3-1_amd64.deb
Files: 
 1db62f20f85082ec39d36ae5b48440d0 1300 ocaml optional camljava_0.3-1.dsc
 7e119bbb1cdea6bba327bd9cceb6751c 16049 ocaml optional camljava_0.3.orig.tar.gz
 8ab7cc58465a18c07384e8f373afeb9b 5534 ocaml optional camljava_0.3-1.diff.gz
 11283e55daa24d428afc489fc575fdd7 55714 ocaml optional 
libcamljava-ocaml-dev_0.3-1_amd64.deb

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

iD8DBQFLFO+j1cqbBPLEI7wRAlaxAJ99DDqMAojZgKFjqsTy/jjmJGMWrQCgxjtF
ZTBkM9fDk57zyaAJdk3Nlgk=
=Y7rH
-END PGP SIGNATURE-


Accepted:
camljava_0.3-1.diff.gz
  to main/c/camljava/camljava_0.3-1.diff.gz
camljava_0.3-1.dsc
  to main/c/camljava/camljava_0.3-1.dsc
camljava_0.3.orig.tar.gz
  to main/c/camljava/camljava_0.3.orig.tar.gz
libcamljava-ocaml-dev_0.3-1_amd64.deb
  to main/c/camljava/libcamljava-ocaml-dev_0.3-1_amd64.deb


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



Accepted libgraphics-libplot-perl 2.2.2-5 (source all i386)

2009-12-16 Thread Maximilian Gass
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Wed, 16 Dec 2009 15:44:30 +0100
Source: libgraphics-libplot-perl
Binary: libplot-perl libgraphics-libplot-perl
Architecture: source all i386
Version: 2.2.2-5
Distribution: unstable
Urgency: low
Maintainer: Debian Perl Group pkg-perl-maintain...@lists.alioth.debian.org
Changed-By: Maximilian Gass m...@cloudconnected.org
Description: 
 libgraphics-libplot-perl - Perl interface to libplot
 libplot-perl - Perl interface to libplot (transitional dummy package)
Closes: 462363
Changes: 
 libgraphics-libplot-perl (2.2.2-5) unstable; urgency=low
 .
   [ gregor herrmann ]
   * Add debian/README.source to document quilt usage, as required by
 Debian Policy since 3.8.0.
   * debian/control: Changed: Switched Vcs-Browser field to ViewSVN
 (source stanza).
   * debian/control: Added: ${misc:Depends} to Depends: field.
 .
   [ Carlo Segre ]
   * debian/copyright: cite GPL-2 to remove lintian warning.
 .
   [ Maximilian Gass ]
   * Rename to libgraphics-libplot-perl (closes: #462363)
   * Minimize debian/rules
   * Bumped Standards-Version to 3.8.3 (no further changes)
   * Remove version from build-dependency on perl
   * Add myself to Uploaders
   * Enable test using xvfb
   * Add DEP3 headers and description to doc-location.patch
   * Convert debian/copyright to DEP5
   * Remove README.Debian
   * Remove debian/NOTES.debian
Checksums-Sha1: 
 56642eac3b99bd953d1cb6a40303d640ed1d5164 2184 
libgraphics-libplot-perl_2.2.2-5.dsc
 9e7867d9fb15d8b1b1299b5af8a9744ae3638c3c 16257 
libgraphics-libplot-perl_2.2.2.orig.tar.gz
 455bf3c25597b5666340a60bb18a3d047407ccbf 3933 
libgraphics-libplot-perl_2.2.2-5.diff.gz
 e159438cdde8303d8a4438066b8ba527c1c292cf 4974 libplot-perl_2.2.2-5_all.deb
 0a354961c7fa184c990b8424a9860aca0a34afd8 54254 
libgraphics-libplot-perl_2.2.2-5_i386.deb
Checksums-Sha256: 
 85f505adb41dfff82192a522966f76922d4ff58152f4e69ca403c2dcbb4667ac 2184 
libgraphics-libplot-perl_2.2.2-5.dsc
 5f5be1fabdbb514e90d2060e1049422d99ce1def3753505a469ab3d5306bd496 16257 
libgraphics-libplot-perl_2.2.2.orig.tar.gz
 bd00805110322d35e6957431ff45a9ab30874990057d7c6985d105043b8e5da7 3933 
libgraphics-libplot-perl_2.2.2-5.diff.gz
 82204a263c5cca0fcaaa0fbb84f3d7de95f37b8c8375dbee42501ec9dce33a94 4974 
libplot-perl_2.2.2-5_all.deb
 b361021f4c336dd6a833cad4a576825ce9d62acd6256033f0a7fbd16dd2f3bd8 54254 
libgraphics-libplot-perl_2.2.2-5_i386.deb
Files: 
 676a98d8ab0b29b36b7bd053d50ea5be 2184 perl extra 
libgraphics-libplot-perl_2.2.2-5.dsc
 71186e2115fb566378b3de6167407cd0 16257 perl extra 
libgraphics-libplot-perl_2.2.2.orig.tar.gz
 ba8c1c08c2bc411d9ba836072474b79e 3933 perl extra 
libgraphics-libplot-perl_2.2.2-5.diff.gz
 f663b28bb57699f2b2f937797f36a1e3 4974 perl extra libplot-perl_2.2.2-5_all.deb
 b5d8173bc1286c77b76f84f95b8e33fc 54254 perl extra 
libgraphics-libplot-perl_2.2.2-5_i386.deb

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

iQIcBAEBCAAGBQJLKSIrAAoJELs6aAGGSaoGc8gQAI/w2p+vVLwnp+/znlutmaG/
TgrscjCl72d0pSq3pgle85RjdIRJiK8OgShv8GMxnrt/xOMvn9HIGLzWQafvTsYS
psZvzOCVdgq9lTcIJRSGQqYmYMiAdD3bDx4DDgc6UPQsobaVrVDy+TdR5wIeGSYS
HvYkunfM68vi3ADZFijuHPWvF3KRMjjT2KsrjccXZpq0vcEOiVStIl42/uAAMDuR
iCAGwLAA67MMrg3mWJEZD3vdubOOerteZ1X5a32ovKPGo3UYNbZJRFuHPeKCYpys
QXq+EUzrQAlzCM7fmMulya0hL78QDYlunzYK5D5bChzvuA2tDRfBFoReSscBlbzN
0D27xD5I+inJcoHkIgzNx7EUBrI248VZ08a66jecnD3Z7BGWT75g4r4LpOVfTfzu
0rO4IkxdNn5WYgK1Y3Q35uPv7Xh6Bt8m6YjlFqCLL5eOV7Zqpir/NplydGRKpbyd
pGwU0Lk9CnfTLaEi2GHRLvRkcm/FgYIa29oz7lcDWJ8Lzy1GD694zXEfT/kX34MX
uTpUsJXXfuYc19ZjVgLHzZRZWnMqYhp9hHtl9JrEm0GVoUljcP91oCrcpOhVfZBP
vEKs2AsGksfKp2fonQak6qBM9LUL5Kz3po5xwuds/04MBSdmJZ1MYfOe77qmZeoi
ptr9FiCLQ9bvTsm+2h61
=g1jO
-END PGP SIGNATURE-


Accepted:
libgraphics-libplot-perl_2.2.2-5.diff.gz
  to main/libg/libgraphics-libplot-perl/libgraphics-libplot-perl_2.2.2-5.diff.gz
libgraphics-libplot-perl_2.2.2-5.dsc
  to main/libg/libgraphics-libplot-perl/libgraphics-libplot-perl_2.2.2-5.dsc
libgraphics-libplot-perl_2.2.2-5_i386.deb
  to 
main/libg/libgraphics-libplot-perl/libgraphics-libplot-perl_2.2.2-5_i386.deb
libgraphics-libplot-perl_2.2.2.orig.tar.gz
  to 
main/libg/libgraphics-libplot-perl/libgraphics-libplot-perl_2.2.2.orig.tar.gz
libplot-perl_2.2.2-5_all.deb
  to main/libg/libgraphics-libplot-perl/libplot-perl_2.2.2-5_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 alsoft-conf 1.4.3-1 (source i386)

2009-12-16 Thread Matias D'Ambrosio
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 09 Dec 2009 23:13:07 -0300
Source: alsoft-conf
Binary: alsoft-conf
Architecture: source i386
Version: 1.4.3-1
Distribution: unstable
Urgency: low
Maintainer: Debian Games Team pkg-games-de...@lists.alioth.debian.org
Changed-By: Matias D'Ambrosio angas...@gmail.com
Description: 
 alsoft-conf - OpenAL-Soft configuration utility
Closes: 560410
Changes: 
 alsoft-conf (1.4.3-1) unstable; urgency=low
 .
   * Initial release (Closes: #560410)
Checksums-Sha1: 
 2b52d1dc50140a76290a79cd29b5040f96060d16  alsoft-conf_1.4.3-1.dsc
 1314f67bfa485cfe988193290cc2c1185024e32d 24140 alsoft-conf_1.4.3.orig.tar.gz
 8f8779c7ddc3b4135cb00be6e452908f48e8acf1 1439 alsoft-conf_1.4.3-1.diff.gz
 fa6ed4d82403ef8b9b80b58d1fb06642af2177e8 65964 alsoft-conf_1.4.3-1_i386.deb
Checksums-Sha256: 
 de3b92295c0ce5f5b66c8e257c4a6335830748a63afcca781b2dd7d0ab536769  
alsoft-conf_1.4.3-1.dsc
 1eb759d067251ed13af43d6a08f70f8d77d315742597f979444b1ac51ece4136 24140 
alsoft-conf_1.4.3.orig.tar.gz
 ce9500a3277f99d85bd8fb879f790716d005f68134b29ab325bb91a68e84d4b0 1439 
alsoft-conf_1.4.3-1.diff.gz
 ef472f1de1aa79d65a9f8184416774c8d95dd3d8088e47285dd25ff0b59ffdc8 65964 
alsoft-conf_1.4.3-1_i386.deb
Files: 
 09261d4de8149cb828898d6380d9aab5  sound extra alsoft-conf_1.4.3-1.dsc
 f16cb55951c144ed2cab4b9764d23ee4 24140 sound extra 
alsoft-conf_1.4.3.orig.tar.gz
 52828f12a59d5d02b8f9d03623546708 1439 sound extra alsoft-conf_1.4.3-1.diff.gz
 7fdf586e2dcb72df70fa435044722b22 65964 sound extra alsoft-conf_1.4.3-1_i386.deb

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

iEYEARECAAYFAksiaEIACgkQ5ItltUs5T36eZQCggmefLlv9rpPc7TxPdWZmE7Xp
lqAAn1kSD7X2slsjcBtTq9CL9WyGeNS6
=gnaD
-END PGP SIGNATURE-


Accepted:
alsoft-conf_1.4.3-1.diff.gz
  to main/a/alsoft-conf/alsoft-conf_1.4.3-1.diff.gz
alsoft-conf_1.4.3-1.dsc
  to main/a/alsoft-conf/alsoft-conf_1.4.3-1.dsc
alsoft-conf_1.4.3-1_i386.deb
  to main/a/alsoft-conf/alsoft-conf_1.4.3-1_i386.deb
alsoft-conf_1.4.3.orig.tar.gz
  to main/a/alsoft-conf/alsoft-conf_1.4.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 xtitle 1.0.0-1 (source all)

2009-12-16 Thread Jari Aalto
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Fri, 04 Dec 2009 19:09:06 +0200
Source: xtitle
Binary: xtitle
Architecture: source all
Version: 1.0.0-1
Distribution: unstable
Urgency: low
Maintainer: Jari Aalto jari.aa...@cante.net
Changed-By: Jari Aalto jari.aa...@cante.net
Description: 
 xtitle - set window title and icon name for X terminal
Closes: 559469
Changes: 
 xtitle (1.0.0-1) unstable; urgency=low
 .
   * Initial release (Closes: #559469).
Checksums-Sha1: 
 0ca718f311c9b626279a2e06e2c11eabd331b256 1108 xtitle_1.0.0-1.dsc
 97c5c32d67ba95b6c343ed30e9a446e5028d5ce1 9867 xtitle_1.0.0.orig.tar.gz
 9349b66e4986e9c1b8a6ba41196d510370867826 4076 xtitle_1.0.0-1.diff.gz
 01382b25fa99647058c9f7fe76469911cc71524c 4472 xtitle_1.0.0-1_all.deb
Checksums-Sha256: 
 9a962cf19324486e5cfbf7e6227b412faa217164d73c977012cd48ef4c40d4e2 1108 
xtitle_1.0.0-1.dsc
 b830dc4fc2e4cff0f2f8a87217c50e49c5e46d9fd13fbfc54dfe2f641eed7239 9867 
xtitle_1.0.0.orig.tar.gz
 5ffaa9ab23ad3fbede60142800c93572daf09b3cc7e0cac845735cbe80b2d5ee 4076 
xtitle_1.0.0-1.diff.gz
 05e481db5adf05652ac3118b1f667adace788ca4b889550fb8610c129d053603 4472 
xtitle_1.0.0-1_all.deb
Files: 
 754decf50c5dc56ec09a5e7aa52f4599 1108 utils extra xtitle_1.0.0-1.dsc
 29157cb2f0c4f31ac80c6503da08ddba 9867 utils extra xtitle_1.0.0.orig.tar.gz
 9907aae71e4fdb5c265b9533de3420fe 4076 utils extra xtitle_1.0.0-1.diff.gz
 4d8570f9a059aa10372c9636e6b00247 4472 utils extra xtitle_1.0.0-1_all.deb

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

iEYEARECAAYFAksZ20MACgkQpdwBkPlyvgO79gCeMfrbbzfM5DuYB5OklJnLVlq3
Ik0AniW8Pz4KBqbz/UBTZyGVHq3H6Evw
=K8pq
-END PGP SIGNATURE-


Accepted:
xtitle_1.0.0-1.diff.gz
  to main/x/xtitle/xtitle_1.0.0-1.diff.gz
xtitle_1.0.0-1.dsc
  to main/x/xtitle/xtitle_1.0.0-1.dsc
xtitle_1.0.0-1_all.deb
  to main/x/xtitle/xtitle_1.0.0-1_all.deb
xtitle_1.0.0.orig.tar.gz
  to main/x/xtitle/xtitle_1.0.0.orig.tar.gz


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



Accepted djvulibre 3.5.22-7 (source i386)

2009-12-16 Thread Barak A. Pearlmutter
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 16 Dec 2009 14:02:49 -0500
Source: djvulibre
Binary: libdjvulibre-dev libdjvulibre21 libdjvulibre-text djvulibre-dbg 
djvulibre-desktop djview3 djview djvuserve djvulibre-plugin djvulibre-bin
Architecture: source i386
Version: 3.5.22-7
Distribution: unstable
Urgency: low
Maintainer: Barak A. Pearlmutter b...@debian.org
Changed-By: Barak A. Pearlmutter b...@debian.org
Description: 
 djview - Transition package for djview to djview3
 djview3- Viewer for the DjVu image format
 djvulibre-bin - Utilities for the DjVu image format
 djvulibre-dbg - Debug symbols for the DjVu image format
 djvulibre-desktop - Desktop support for the DjVu image format
 djvulibre-plugin - Browser plugin for the DjVu image format
 djvuserve  - CGI program for unbundling DjVu files on the fly
 libdjvulibre-dev - Development files for the DjVu image format
 libdjvulibre-text - Linguistic support files for libdjvulibre
 libdjvulibre21 - Runtime support for the DjVu image format
Closes: 551398 561350
Changes: 
 djvulibre (3.5.22-7) unstable; urgency=low
 .
   * patch typos (closes: #551398)
   * man page install (closes: #561350), note dh_installman would botch i18n
Checksums-Sha1: 
 b4672c6a901b6575cc871be6d9a6599739bb34bb 1421 djvulibre_3.5.22-7.dsc
 b5a3c994d9e73f6169d5284eb7dfd2344770d131 23037 djvulibre_3.5.22-7.diff.gz
 9c04976b00ae3f04c62484fe5489660ed586b3b9 1637990 
libdjvulibre-dev_3.5.22-7_i386.deb
 7be4f47784b2a9ff28005f64c731d1c9d205ad25 682190 
libdjvulibre21_3.5.22-7_i386.deb
 3e1814777e622004083b02243081b6bc9789636a 75116 
libdjvulibre-text_3.5.22-7_i386.deb
 03a0b60c835383f8afc10a3757efb0d12bf6c18f 5852728 
djvulibre-dbg_3.5.22-7_i386.deb
 c1616d0f57c9d85dfc732659238a384347f09647 32430 
djvulibre-desktop_3.5.22-7_i386.deb
 8ea1d1581cf72e1b65b3fd03dcd5596abc36e6dc 516940 djview3_3.5.22-7_i386.deb
 15b0501fd8407b84cffc6761936bbebbbeeddb81 10890 djview_3.5.22-7_i386.deb
 cb9bab230c31041ed47844b40849d58049c7025d 33600 djvuserve_3.5.22-7_i386.deb
 b773011beef99a2dde7e6028f471cc4eed7843c1 37208 
djvulibre-plugin_3.5.22-7_i386.deb
 e3c90cb360f8ac5da4e3e100e66220d22565875f 391194 djvulibre-bin_3.5.22-7_i386.deb
Checksums-Sha256: 
 957764b46e3aaf79b8ecf31794ce31b639956e50a91d46d95a1d27b408072bf1 1421 
djvulibre_3.5.22-7.dsc
 01e38d241319fae17b93e4a823da0dfda3477ec2bdafe113a5f900b6556ee952 23037 
djvulibre_3.5.22-7.diff.gz
 00556a6cb0980b73dd11c05234b57867ca0856219fcae0ea025e6f26e03ad7aa 1637990 
libdjvulibre-dev_3.5.22-7_i386.deb
 801b4371c1983eb5696b5acc9bf9d5a71d5988103b48cee59eeb8fc39ddb9e60 682190 
libdjvulibre21_3.5.22-7_i386.deb
 2670633501834e1f83eed010774121c8b2fbf0781767fed21a962d630c18d334 75116 
libdjvulibre-text_3.5.22-7_i386.deb
 08c3b31a89d2d60d849bb0393387ec14c4ba68154dd3b217a6c569bc3c4efa2b 5852728 
djvulibre-dbg_3.5.22-7_i386.deb
 34715178a0fffc1ae19676916572766367e868c20e66448b56bd071536a0a8f3 32430 
djvulibre-desktop_3.5.22-7_i386.deb
 ddce88feb8b2788448ec8a85ee78b068a93a1ff57b835e4bf1e7fee0583a72c0 516940 
djview3_3.5.22-7_i386.deb
 d6703ae785969f8e98ef7b74f06283c55ccb523917c4b1444cccb7656ece5620 10890 
djview_3.5.22-7_i386.deb
 edfe6f39981d750dfe7215863563f111e355e955220878546227c2dcc2b4e9bb 33600 
djvuserve_3.5.22-7_i386.deb
 2e5b429024e1a23f524d4711635e4d04208bd756e60181bcc41008a7d3de82f2 37208 
djvulibre-plugin_3.5.22-7_i386.deb
 687ccb834e36996b2c7e5aab0b8a50f712bf621c0cb898ea6925ad222d616bab 391194 
djvulibre-bin_3.5.22-7_i386.deb
Files: 
 eafa3650c8a61a6391af5475e71fd96b 1421 web optional djvulibre_3.5.22-7.dsc
 95f446962d0547fc6cba795338b30c0c 23037 web optional djvulibre_3.5.22-7.diff.gz
 aaff2f64fb5bf628b808651b736ba860 1637990 libdevel optional 
libdjvulibre-dev_3.5.22-7_i386.deb
 a76327f5881171de3ad2e723244df411 682190 libs optional 
libdjvulibre21_3.5.22-7_i386.deb
 a65413c7f149da4c590732e9f5c81355 75116 libs optional 
libdjvulibre-text_3.5.22-7_i386.deb
 d44a67d9d6a244a0d666f4f1d1c2cf1c 5852728 debug extra 
djvulibre-dbg_3.5.22-7_i386.deb
 288e339a5e42dceec441fdfd93eb8d26 32430 libs optional 
djvulibre-desktop_3.5.22-7_i386.deb
 a49517e9174219dbec580f0a94b194cd 516940 graphics optional 
djview3_3.5.22-7_i386.deb
 63cd137b3d5b8e6df47fff468cca5398 10890 graphics optional 
djview_3.5.22-7_i386.deb
 e73ce2711bf78972490db0be9e30cbcb 33600 web optional djvuserve_3.5.22-7_i386.deb
 c4c6e0b607ac4b06d2fce6b00febf3f4 37208 web optional 
djvulibre-plugin_3.5.22-7_i386.deb
 7f7ce7340d41b67c939b88eb585f728f 391194 graphics optional 
djvulibre-bin_3.5.22-7_i386.deb

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

iEYEARECAAYFAkspNkQACgkQLz4Gnv7CP7JqiACgm5bbERCt/uqRQUBCwLQAHK32
1DIAoIxXvm6mt3jIZ8bbgqUf5SI5R8Gb
=4T+i
-END PGP SIGNATURE-


Accepted:
djview3_3.5.22-7_i386.deb
  to main/d/djvulibre/djview3_3.5.22-7_i386.deb
djview_3.5.22-7_i386.deb
  to main/d/djvulibre/djview_3.5.22-7_i386.deb
djvulibre-bin_3.5.22-7_i386.deb
  to main/d/djvulibre/djvulibre-bin_3.5.22-7_i386.deb
djvulibre-dbg_3.5.22-7_i386.deb
  

Accepted bsdiff 4.3-10 (source i386)

2009-12-16 Thread Jari Aalto
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 15 Dec 2009 02:11:29 +0200
Source: bsdiff
Binary: bsdiff
Architecture: source i386
Version: 4.3-10
Distribution: unstable
Urgency: low
Maintainer: Jari Aalto jari.aa...@cante.net
Changed-By: Jari Aalto jari.aa...@cante.net
Description: 
 bsdiff - generate/apply a patch between two binary files
Changes: 
 bsdiff (4.3-10) unstable; urgency=low
 .
   * Move to format: 3.0 (quilt).
   * debian/clean
 - New file.
   * debian/copyright
 - (Files: debian/*::Copyright): adjust indent.
   * debian/rules
 - (clean): delete. Obsoleted by dh(1).
 - (dh): New rule.
 - (bsdiff): New simplified rule; was build-stamp.
 - (PHONY): Remove clean.
Checksums-Sha1: 
 01c3248a8fe1bef26a7896caef64d4105959be9f 1121 bsdiff_4.3-10.dsc
 b2c78245202d4f3289f34d3a9dd7109eb34f26d7 3528 bsdiff_4.3-10.debian.tar.gz
 d008ae52b240fad928ca4b8fdaa2994f91ec36e8 12752 bsdiff_4.3-10_i386.deb
Checksums-Sha256: 
 af8053171baeee38d73d71aed4625e8993854d534dd4410dcd18c625c627e90a 1121 
bsdiff_4.3-10.dsc
 0f132b45de0907d529b3cee14c2df479138c460e4c1ddedbf3d0a6f61406339b 3528 
bsdiff_4.3-10.debian.tar.gz
 798ad6f930059844ac1a4ca52caae6a9a805c568d8ce3402ada93c0c92c060da 12752 
bsdiff_4.3-10_i386.deb
Files: 
 0013a2c51072d8947829915fc7064851 1121 utils optional bsdiff_4.3-10.dsc
 c3ba893e286be8aff7752bb5b6ee2feb 3528 utils optional 
bsdiff_4.3-10.debian.tar.gz
 b4e869430c435a3c60ca8e056e2b4892 12752 utils optional bsdiff_4.3-10_i386.deb

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

iEYEARECAAYFAkspRzgACgkQpdwBkPlyvgMTyQCZAU7nNEXWAndxbu2WHoNPunfK
wXAAniOjNoiQkamUMoKQ/KP/YqSMVauU
=93Hf
-END PGP SIGNATURE-


Accepted:
bsdiff_4.3-10.debian.tar.gz
  to main/b/bsdiff/bsdiff_4.3-10.debian.tar.gz
bsdiff_4.3-10.dsc
  to main/b/bsdiff/bsdiff_4.3-10.dsc
bsdiff_4.3-10_i386.deb
  to main/b/bsdiff/bsdiff_4.3-10_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 clock-setup 0.102 (source amd64)

2009-12-16 Thread Frans Pop
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 16 Dec 2009 20:54:51 +0100
Source: clock-setup
Binary: clock-setup
Architecture: source amd64
Version: 0.102
Distribution: unstable
Urgency: low
Maintainer: Debian Install System Team debian-b...@lists.debian.org
Changed-By: Frans Pop f...@debian.org
Description: 
 clock-setup - set up clock (udeb)
Changes: 
 clock-setup (0.102) unstable; urgency=low
 .
   * Use log-output when calling set-date-epoch.
   * Upgrade to debhelper v7.
 .
   [ Updated translations ]
   * Slovenian (sl.po) by Vanja Cvelbar
Checksums-Sha1: 
 c5f0131f95bd07d5047fd4e196c559cca2b93521 867 clock-setup_0.102.dsc
 ad9c5598f086f9fc0efbfd5468537f18833bc273 74362 clock-setup_0.102.tar.gz
 6f5620aa23183a84aa93d1522d59b76c6cd559b8 53846 clock-setup_0.102_amd64.udeb
Checksums-Sha256: 
 bee5367b5af46654e0f4b13e366d3022197ce37c4576c382423b9237bc57e6cb 867 
clock-setup_0.102.dsc
 d93a42c9a3b009b1b6e96bc3d37f32b600b1a9f285d191c2c51824a92f547e59 74362 
clock-setup_0.102.tar.gz
 5068c61db7a5993db19f099b4584d22a38f748cf7b15204cff770aa81bb329a2 53846 
clock-setup_0.102_amd64.udeb
Files: 
 38e61f0174ea8996740889d426fcecf2 867 debian-installer standard 
clock-setup_0.102.dsc
 7610a0961800213b2df78a965bdd021e 74362 debian-installer standard 
clock-setup_0.102.tar.gz
 3dd85c5347dec132c71f15599f2790fb 53846 debian-installer standard 
clock-setup_0.102_amd64.udeb
Package-Type: udeb

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

iEYEARECAAYFAkspO0IACgkQgm/Kwh6ICoT2kACeMoxAzuBt9vN6tAH2absdYZVE
Xp0AoKA34yA50z/+n6a4nluWjDIK5CY1
=Zkn1
-END PGP SIGNATURE-


Accepted:
clock-setup_0.102.dsc
  to main/c/clock-setup/clock-setup_0.102.dsc
clock-setup_0.102.tar.gz
  to main/c/clock-setup/clock-setup_0.102.tar.gz
clock-setup_0.102_amd64.udeb
  to main/c/clock-setup/clock-setup_0.102_amd64.udeb


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



Accepted eeepc-acpi-scripts 1.1.4 (source all)

2009-12-16 Thread Damyan Ivanov
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 16 Dec 2009 22:56:18 +0200
Source: eeepc-acpi-scripts
Binary: eeepc-acpi-scripts
Architecture: source all
Version: 1.1.4
Distribution: unstable
Urgency: low
Maintainer: Debian Eee PC Team debian-eeepc-de...@lists.alioth.debian.org
Changed-By: Damyan Ivanov d...@debian.org
Description: 
 eeepc-acpi-scripts - Scripts to support suspend and hotkeys on the Asus Eee PC 
laptop
Closes: 559578
Changes: 
 eeepc-acpi-scripts (1.1.4) unstable; urgency=low
 .
   * rules: when stripping comments from /etc/default/eeepc-acpi-scripts, also
 remove lines consisting solely of '#'
   * when changing Super Hybrid Engine modes, ignore models 701 and 702 which
 don't officially support S.H.E. (Closes: 559578)
 Additionally provide a variable in the default file to override the ignore
Checksums-Sha1: 
 a882500f0c9054cfb4ea29b5f87765268aeb 1079 eeepc-acpi-scripts_1.1.4.dsc
 33d580d4952752dae9d3e701842fcfff2e2ced5f 21411 eeepc-acpi-scripts_1.1.4.tar.gz
 3aa05950f04bfc6aecb74227a45425e083dab9a9 24212 eeepc-acpi-scripts_1.1.4_all.deb
Checksums-Sha256: 
 19fd630f363a113986a41ce6e8db60cf863503e10fff54c591c1d4a33c4fcf1f 1079 
eeepc-acpi-scripts_1.1.4.dsc
 ed74078c7c76d06b39a201a761a54266657260084dcbd3fdf1286607df3b35e5 21411 
eeepc-acpi-scripts_1.1.4.tar.gz
 ac4c5e2ccdffe631c30b71f03fd522a1d3abf227221091b481e1dc9457c6dc2b 24212 
eeepc-acpi-scripts_1.1.4_all.deb
Files: 
 994c2c359f708ce5418dab2718b85f01 1079 utils extra eeepc-acpi-scripts_1.1.4.dsc
 c228083e0d51a5eade4f0db7ad9b0e26 21411 utils extra 
eeepc-acpi-scripts_1.1.4.tar.gz
 5bd813af9776124b46668cc4db7ce996 24212 utils extra 
eeepc-acpi-scripts_1.1.4_all.deb

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

iEYEARECAAYFAkspSZUACgkQHqjlqpcl9jvKMgCgsXRa6niYKsXFnuH/3t483b6Z
iZgAnA/W0JabpYdqxxQxqTikx1RDoGf9
=jXj6
-END PGP SIGNATURE-


Accepted:
eeepc-acpi-scripts_1.1.4.dsc
  to main/e/eeepc-acpi-scripts/eeepc-acpi-scripts_1.1.4.dsc
eeepc-acpi-scripts_1.1.4.tar.gz
  to main/e/eeepc-acpi-scripts/eeepc-acpi-scripts_1.1.4.tar.gz
eeepc-acpi-scripts_1.1.4_all.deb
  to main/e/eeepc-acpi-scripts/eeepc-acpi-scripts_1.1.4_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 gnumeric 1.9.17-1 (source all amd64)

2009-12-16 Thread J.H.M. Dassen (Ray)
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 16 Dec 2009 19:39:19 +0100
Source: gnumeric
Binary: gnumeric gnumeric-common gnumeric-doc gnumeric-plugins-extra
Architecture: source all amd64
Version: 1.9.17-1
Distribution: unstable
Urgency: low
Maintainer: J.H.M. Dassen (Ray) jdas...@debian.org
Changed-By: J.H.M. Dassen (Ray) jdas...@debian.org
Description: 
 gnumeric   - spreadsheet application for GNOME - main program
 gnumeric-common - spreadsheet application for GNOME - common files
 gnumeric-doc - spreadsheet application for GNOME - documentation
 gnumeric-plugins-extra - spreadsheet application for GNOME - additional plugins
Closes: 552302
Changes: 
 gnumeric (1.9.17-1) unstable; urgency=low
 .
   * New upstream release. Changes include:
 * Fix selection problem (bugzilla.gnome.org #601107). (Closes: #552302)
   * [debian/source/format] Added - switch to source format 3.0 (quilt).
   * [debian/control] Bumped goffice build dependency as per configure.in .
Checksums-Sha1: 
 4e8a520a707b6a0fa492e3511480e3f17640637a 1687 gnumeric_1.9.17-1.dsc
 6c716c2b70da7f2acf67930b23ff61ffe0e1fafd 16407222 gnumeric_1.9.17.orig.tar.bz2
 f8ed904eb9439bfad621970def897406e6305a44 48706 gnumeric_1.9.17-1.debian.tar.gz
 f366e8132d26047a9ae3ada9ccd063a7c2507b3b 3217336 
gnumeric-common_1.9.17-1_all.deb
 b4b3293068f92c8ff5ced753df735ef3ac2fe804 5421830 gnumeric-doc_1.9.17-1_all.deb
 c1487fe894f7c003ccae282511dc235f5b394214 2430980 gnumeric_1.9.17-1_amd64.deb
 f0e1ddc741b5f6a76ddc897cef8384d56daaf9ff 202854 
gnumeric-plugins-extra_1.9.17-1_amd64.deb
Checksums-Sha256: 
 0b2671f295a21d3837b3cb06742350e2a0c6b996168788c07c0be8e24bee7127 1687 
gnumeric_1.9.17-1.dsc
 257ed06582dee0ece1901a38cdc2d31b7c945c4208e78b31523b0f7e08be8954 16407222 
gnumeric_1.9.17.orig.tar.bz2
 ca54e5e0c73a98eb1ac7f96450375ef84291a7f00b04cadcefc7fa07839fa954 48706 
gnumeric_1.9.17-1.debian.tar.gz
 792a4b2a80760a23e1bb546e06698783ccf958c7672898f636560cd0da1f5339 3217336 
gnumeric-common_1.9.17-1_all.deb
 3bee0f0982a8ed65224a9fb23d7393c86baa19ce64e6f67fbad9a823fbc686b8 5421830 
gnumeric-doc_1.9.17-1_all.deb
 099b9685208fdcce5d4fb0d6bf1a79329fa0e407f3861e6854a48d45110ff8f1 2430980 
gnumeric_1.9.17-1_amd64.deb
 77470e8eea5985f119f18c6a4243dab2eedfbb6d3fe1ee423dcbad893e91bc25 202854 
gnumeric-plugins-extra_1.9.17-1_amd64.deb
Files: 
 98eba73dad1dd22217fba6c5f0324ffa 1687 math optional gnumeric_1.9.17-1.dsc
 675f3a59c278e2d329c33d985da53cde 16407222 math optional 
gnumeric_1.9.17.orig.tar.bz2
 ee446ebdccad030a6fb28f0a6c47a016 48706 math optional 
gnumeric_1.9.17-1.debian.tar.gz
 8d30ffa930499b0385f30948085e246e 3217336 math optional 
gnumeric-common_1.9.17-1_all.deb
 134c91c8ca378429922549cf64a956de 5421830 doc optional 
gnumeric-doc_1.9.17-1_all.deb
 7e029c7724bfb64089e3d3244f7f2760 2430980 math optional 
gnumeric_1.9.17-1_amd64.deb
 c69d3247c5480c3a69ccc32a4ca88ca2 202854 math optional 
gnumeric-plugins-extra_1.9.17-1_amd64.deb

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

iEYEARECAAYFAkspRNwACgkQmGjI2TeZ54drzgCeMaMHOjHq65BAW3m1u8gsOxQk
9pgAn2037/paeWAoa33iUKV449ZHuyvg
=+fCQ
-END PGP SIGNATURE-


Accepted:
gnumeric-common_1.9.17-1_all.deb
  to main/g/gnumeric/gnumeric-common_1.9.17-1_all.deb
gnumeric-doc_1.9.17-1_all.deb
  to main/g/gnumeric/gnumeric-doc_1.9.17-1_all.deb
gnumeric-plugins-extra_1.9.17-1_amd64.deb
  to main/g/gnumeric/gnumeric-plugins-extra_1.9.17-1_amd64.deb
gnumeric_1.9.17-1.debian.tar.gz
  to main/g/gnumeric/gnumeric_1.9.17-1.debian.tar.gz
gnumeric_1.9.17-1.dsc
  to main/g/gnumeric/gnumeric_1.9.17-1.dsc
gnumeric_1.9.17-1_amd64.deb
  to main/g/gnumeric/gnumeric_1.9.17-1_amd64.deb
gnumeric_1.9.17.orig.tar.bz2
  to main/g/gnumeric/gnumeric_1.9.17.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



Accepted goffice 0.7.17-1 (source all amd64)

2009-12-16 Thread J.H.M. Dassen (Ray)
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 16 Dec 2009 19:38:52 +0100
Source: goffice
Binary: libgoffice-0-8-dev libgoffice-dbg libgoffice-0-8 libgoffice-0-8-common
Architecture: source all amd64
Version: 0.7.17-1
Distribution: unstable
Urgency: low
Maintainer: J.H.M. Dassen (Ray) jdas...@debian.org
Changed-By: J.H.M. Dassen (Ray) jdas...@debian.org
Description: 
 libgoffice-0-8 - Document centric objects library - runtime files
 libgoffice-0-8-common - Document centric objects library - common files
 libgoffice-0-8-dev - Document centric objects library - runtime files
 libgoffice-dbg - Document centric objects library - debugging files
Closes: 559441
Changes: 
 goffice (0.7.17-1) unstable; urgency=low
 .
   * New upstream release. Changes include:
 * Fixed a canvas performance issue (bugzilla.gnome.org #603813).
   (Closes: #559441)
   * [debian/source/format] Added - switch to source format 3.0 (quilt).
Checksums-Sha1: 
 17eee16b06def1252cf3e77c00447a94cdd52272 1528 goffice_0.7.17-1.dsc
 3536ea32c4ea904fd72010e83c4a6776af911e8b 2187068 goffice_0.7.17.orig.tar.bz2
 962c6bd98ed0b82342677f93832b15cba2a6aa92 13292 goffice_0.7.17-1.debian.tar.gz
 248e3674690fb7b9a5604d161e555a2abe439f5f 1013986 
libgoffice-0-8-common_0.7.17-1_all.deb
 770135b0b62ea22f912cfbd4b03d353781ff673e 1208250 
libgoffice-0-8-dev_0.7.17-1_amd64.deb
 7f5bc7748d23d01ab3e3a9dd22f36f0306579dd0 1563146 
libgoffice-dbg_0.7.17-1_amd64.deb
 3613c5354a68823ce0d45e1b470bb7a0b08dc12e 1535096 
libgoffice-0-8_0.7.17-1_amd64.deb
Checksums-Sha256: 
 519baca1671c09e9a4ed8ca9f273efc8c718ff70e8c11d7ea2b2ab01c029e977 1528 
goffice_0.7.17-1.dsc
 51951e09f7d7f448240946bfa8d9947c24465986bb1a83e18e73f0642ef46ff2 2187068 
goffice_0.7.17.orig.tar.bz2
 82b7d719373d85d3418546fc1afcf7b75d7997d5399a131a52eb7a55afb20c5a 13292 
goffice_0.7.17-1.debian.tar.gz
 df13bc87849f6b426623fff6e7dad7ed556858ec5f59766e6eb69fe8fda2797e 1013986 
libgoffice-0-8-common_0.7.17-1_all.deb
 a0176b4ed1bc7ed24fbbd8fcc9dadd139d1bdab8c87f8071db0c2d94b06abf24 1208250 
libgoffice-0-8-dev_0.7.17-1_amd64.deb
 8818d9d66f9fabe58c99b394be1c0bd3dc9e377d05e3e056e49eb256d936bd34 1563146 
libgoffice-dbg_0.7.17-1_amd64.deb
 5753f51c5e10d5b0012fe1c8489c47b5fa38a53266f0f0843afeaf40d1189c41 1535096 
libgoffice-0-8_0.7.17-1_amd64.deb
Files: 
 26c4d0d2d88d0cbb4970b453d297bd48 1528 libs optional goffice_0.7.17-1.dsc
 969f3e1fb5c9e1740346b00ae428f4c9 2187068 libs optional 
goffice_0.7.17.orig.tar.bz2
 f8a7cd6967f9f5e113a022a4403c25fc 13292 libs optional 
goffice_0.7.17-1.debian.tar.gz
 637898cbffd583a7949baaf92869b85a 1013986 libs optional 
libgoffice-0-8-common_0.7.17-1_all.deb
 64881480ff3345a9eba14c2059084e75 1208250 libdevel optional 
libgoffice-0-8-dev_0.7.17-1_amd64.deb
 4e2a8bb4782049af723127e86681b40f 1563146 debug extra 
libgoffice-dbg_0.7.17-1_amd64.deb
 bb9168b8e93bcd1c2cca59cce67e313f 1535096 libs optional 
libgoffice-0-8_0.7.17-1_amd64.deb

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

iEYEARECAAYFAkspRMcACgkQmGjI2TeZ54eRFACfUayzp5bOsb1bwQ6vNUWlnxLB
WHEAniUNtWNesUH76j2wnpNeZH1A+bOQ
=Aw8e
-END PGP SIGNATURE-


Accepted:
goffice_0.7.17-1.debian.tar.gz
  to main/g/goffice/goffice_0.7.17-1.debian.tar.gz
goffice_0.7.17-1.dsc
  to main/g/goffice/goffice_0.7.17-1.dsc
goffice_0.7.17.orig.tar.bz2
  to main/g/goffice/goffice_0.7.17.orig.tar.bz2
libgoffice-0-8-common_0.7.17-1_all.deb
  to main/g/goffice/libgoffice-0-8-common_0.7.17-1_all.deb
libgoffice-0-8-dev_0.7.17-1_amd64.deb
  to main/g/goffice/libgoffice-0-8-dev_0.7.17-1_amd64.deb
libgoffice-0-8_0.7.17-1_amd64.deb
  to main/g/goffice/libgoffice-0-8_0.7.17-1_amd64.deb
libgoffice-dbg_0.7.17-1_amd64.deb
  to main/g/goffice/libgoffice-dbg_0.7.17-1_amd64.deb


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



Accepted puppet 0.25.1-3 (source all)

2009-12-16 Thread Andrew Pollock
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 16 Dec 2009 11:36:39 -0800
Source: puppet
Binary: puppet puppetmaster
Architecture: source all
Version: 0.25.1-3
Distribution: unstable
Urgency: low
Maintainer: Puppet Package Maintainers 
pkg-puppet-de...@lists.alioth.debian.org
Changed-By: Andrew Pollock apoll...@debian.org
Description: 
 puppet - centralised configuration management for networks
 puppetmaster - centralised configuration management control daemon
Closes: 518831 551055 551073 559092 561231
Changes: 
 puppet (0.25.1-3) unstable; urgency=low
 .
   [ Nigel Kersten ]
   * Require modification of /etc/default/puppet to start puppet client daemon.
 (closes: #518831)
   * cherry pick upstream fix for puppetrun with tags (closes: #559092)
   * cherry pick upstream fix for supplementary groups not being reset.
 (CVE-2009-3564) (closes: #551073)
 .
   [ Andrew Pollock ]
   * debian/{puppet,puppetmaster}.pid: Correct the path to the pidfiles
 (closes: #561231)
   * debian/control: version the build dependency on facter (closes: #551055)
Checksums-Sha1: 
 e2060b19a12bacec02fdbc725b3445ebcd58a3c7 1433 puppet_0.25.1-3.dsc
 705de10c8159864f586686390f395841a25dbe24 14879 puppet_0.25.1-3.diff.gz
 0a98454b3ed9078584e0ce1008174aa8f51c7abd 683212 puppet_0.25.1-3_all.deb
 c34031813e0fc8f9537e4991460dc84777bf4263 151976 puppetmaster_0.25.1-3_all.deb
Checksums-Sha256: 
 b42d6edffe6d06ed72b45eb65174817a987f8c3f6990f79782fe835c49890e3e 1433 
puppet_0.25.1-3.dsc
 ef8208b7c224dae03d2950f6be9671dd6bd1ee33187da9a60b786525f8b84600 14879 
puppet_0.25.1-3.diff.gz
 5d86714b05fbdc6cb8d77a4be79bef56324aa449d79fae061bc0780484bdd26f 683212 
puppet_0.25.1-3_all.deb
 9f5d8f0e7c8427083d2a3323ca130d36758837e17e56f0daed72c5c6d6e403db 151976 
puppetmaster_0.25.1-3_all.deb
Files: 
 4a448764f3de3ae421c35453a6757cac 1433 admin optional puppet_0.25.1-3.dsc
 c91ad14f7389e361302681c6f49dbfa3 14879 admin optional puppet_0.25.1-3.diff.gz
 bb48c08fe42320b58ac0c829aa54a354 683212 admin optional puppet_0.25.1-3_all.deb
 95acf3e03af2cc8ff109d67417a72f00 151976 admin optional 
puppetmaster_0.25.1-3_all.deb

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

iEYEARECAAYFAkspSeoACgkQIblXXKfZFgKmywCgj2SNRhPAOj/D7WUrU3z+vXfo
9CQAn0r+9zQjrK//cHt7ncEzz77EnYTs
=aoso
-END PGP SIGNATURE-


Accepted:
puppet_0.25.1-3.diff.gz
  to main/p/puppet/puppet_0.25.1-3.diff.gz
puppet_0.25.1-3.dsc
  to main/p/puppet/puppet_0.25.1-3.dsc
puppet_0.25.1-3_all.deb
  to main/p/puppet/puppet_0.25.1-3_all.deb
puppetmaster_0.25.1-3_all.deb
  to main/p/puppet/puppetmaster_0.25.1-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



Accepted unclutter 8-12 (source i386)

2009-12-16 Thread Daniel Baumann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 16 Dec 2009 22:23:23 +0100
Source: unclutter
Binary: unclutter
Architecture: source i386
Version: 8-12
Distribution: unstable
Urgency: low
Maintainer: Daniel Baumann dan...@lists.debian-maintainers.org
Changed-By: Daniel Baumann dan...@debian.org
Description: 
 unclutter  - hides the cursor in X after a period of inactivity
Changes: 
 unclutter (8-12) unstable; urgency=low
 .
   * Updating maintainer field.
   * Updating vcs fields.
   * Not calling debconf-updatepo in clean target of rules anymore.
   * Adding maintainer homepage in copyright.
   * Using quilt to manage upstream changes.
   * Correcting wrong vcs-browser field.
   * Adding explicit debian source version 1.0 until switch to 3.0.
Checksums-Sha1: 
 dab9a126e05b5595e6e06cb5bc575cb38856cc5f 1171 unclutter_8-12.dsc
 6ad3a57e5eed076b70f78618690c79159d789b77 10404 unclutter_8-12.diff.gz
 ae253b39688fc8283cb7be290c6740f52dfa51f6 16262 unclutter_8-12_i386.deb
Checksums-Sha256: 
 148bf9ab1d35c0b1df374dc92e4da808ba64210fee89ddca8ffc7b5386e85472 1171 
unclutter_8-12.dsc
 520bbd11ae755369fc8b76548767b030641f9e6dd26d056c9206633622b4e57c 10404 
unclutter_8-12.diff.gz
 2020f81bb89d420443601412eb5804cac7f5b03820d0790c54b91200c6e66c7b 16262 
unclutter_8-12_i386.deb
Files: 
 635d6569152ac1ed3f1c7133701a3e94 1171 x11 optional unclutter_8-12.dsc
 739bcb667b3d9cf0f3093c1e5699671d 10404 x11 optional unclutter_8-12.diff.gz
 65e89cb81caa98e8b538ba188fb66a69 16262 x11 optional unclutter_8-12_i386.deb

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

iEYEARECAAYFAkspUAAACgkQ+C5cwEsrK57aKwCdHlw3QHvxpObiB6znIlNLeCLN
dYIAn3NYwf4Qkr7ebO0RIlI9AFxVPDGd
=GFQk
-END PGP SIGNATURE-


Accepted:
unclutter_8-12.diff.gz
  to main/u/unclutter/unclutter_8-12.diff.gz
unclutter_8-12.dsc
  to main/u/unclutter/unclutter_8-12.dsc
unclutter_8-12_i386.deb
  to main/u/unclutter/unclutter_8-12_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 debian-installer 20091215 (source amd64)

2009-12-16 Thread Otavio Salvador
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Tue, 15 Dec 2009 12:34:36 -0200
Source: debian-installer
Binary: debian-installer
Architecture: source amd64
Version: 20091215
Distribution: unstable
Urgency: low
Maintainer: Debian Install System Team debian-b...@lists.debian.org
Changed-By: Otavio Salvador ota...@ossystems.com.br
Description: 
 debian-installer - Debian installer
Closes: 411203 411728 471505 490634 503040 539933
Changes: 
 debian-installer (20091215) unstable; urgency=low
 .
   [ Colin Watson ]
   * Merge from Ubuntu:
 - Document new $default_filesystem substitution and
   $default_filesystem{ } internal specifier in partman recipes.
   * Initial changes to target squeeze (see
 http://lists.debian.org/debian-release/2009/01/msg00682.html for its
 version number).
   * Add cdebconf-newt-terminal to most images that include
 cdebconf-newt-udeb (although not floppies).
   * Introduce *_SUPPORTED_EXTRA variables, which can be used to define
 optional supported targets. Use this to allow monolithic to be built
 without having to edit configuration files and without bloating official
 builds.
   * Use os-prober-udeb rather than os-prober for powerpc monolithic target
 (thanks, Wartan Hachaturow).
   * Filter udeb dependencies based on Kernel-Version and Subarchitecture
 (closes: #490634).
   * Filter out packages that don't match KERNELVERSION from downloaded
 Packages files. Despite the above change, apt still seems to want to
 pull in multiple providers of virtual packages, which causes problems
 otherwise.
   * Clear Dir::Etc::sourceparts in build/util/pkg-list, to match
 build/util/get-packages.
   * Fix spelling of mdcfg in menu-item-numbers.txt.
   * Update menu-item-numbers.txt to account for architectures moving towards
 partman, and the merge of lvmcfg and mdcfg into partman-lvm and
 partman-md respectively.
   * Remove mention of autopartkit, removed in r52272.
   * Update design.txt to account for base-config's removal (!).
   * Add some notes on recommended use of debhelper in d-i, based on my
 conversion of most packages to dh(1).
   * Update porting.txt for partman changes (default_disk_label moved to
 partman-partitioning/lib/disk-label.sh).
   * Update references to svn.d-i.alioth.debian.org to refer to
 svn.debian.org instead.
   * cdebconf has had the PROGRESS extension nearly forever; update
 retriever.txt to mention it.
 .
   [ Martin Michlmayr ]
   * Remove support for the old arm port.
   * Convert the Thecus N2100 image to an initramfs.
   * Include minix-modules on the orion5x image for the D-Link DNS-323,
 thanks Matt Palmer.
   * Generate images for the D-Link DNS-323 and Conceptronic CH3SNAS,
 thanks Matt Palmer.  Closes: #503040.
   * Use the 2.6.29 kernel on armel, mips and mipsel.
   * Use the 2.6.30-2 kernel on armel.
   * Add images for the Marvell Kirkwood platform, including support for:
 - QNAP TS-119, TS-219 and TS-219P
 - Marvell OpenRD-Base and OpenRD-Client
 - Marvell SheevaPlug
   * Change the MAC address stored in the u-boot environment on the QNAP
 TS-119, TS-219 and TS-219P.
   * Remove Broadcom SWARM (sb1-bcm91250a) support since since few devices
 remain out there and debian-installer support is likely broken anyway.
   * Remove Broadcom Bigsur (sb1a-bcm91480b) support since debian-installer
 support never worked.
 .
   [ Wartan Hachaturow ]
   * Add CHRP boot structure on ISO images, Closes: #411728, #411203.
   * Add monolithic support for powerpc64.
   * Use 2.6.29 kernel on powerpc/powerpc64.
 .
   [ Otavio Salvador ]
   * Bump kernels to use new 2.6.26-2 kernels.
 .
   [ Christian Perrier ]
   * Add needed characters for Kirghiz.
   * Take care to drop System.map after moving the kernel to the top of the
 tree and before removing the /boot directory there.
 .
   [ Frans Pop ]
   * Drop support for the ppc64 architecture.
 .
   [ Stephen R. Marenka ]
   * Move m68k to 2.6.29-1.
 .
   [ dann frazier ]
   * Use 2.6.29-2 kernel on ia64.
 .
   [ Frans Pop ]
   * Switch to 2.6.29-2 kernel for hppa.
 .
   [ Ian Campbell ]
   * Add netboot-xen images for amd64.
   * Add cdrom-xen images for i386 and amd64.
 .
   [ Otavio Salvador ]
   * Switch to 2.6.29-2 kernel for amd64 and i386.
 .
   [ Aurelien Jarno ]
   * Use back mklibs instead of mklibs-copy on mips and mipsel now that
 they work again.
 .
   [ Frans Pop ]
   * Implement version 2.0 of syslinux framework for x86. Basically this
 backports the structure already implemented in debian-cd before the
 release of Lenny to D-I (allowing to simplify the code in debian-cd).
 Main changes:
 - enhance templates to support selecting a default desktop environment
 - support four types of syslinux configuration by setting SYSLINUX_CFG
 - allow to define alternative default desktop environment (DESKTOP)
 - split out rescue options as those are 

Accepted armada-backlight 1.1-2 (source i386)

2009-12-16 Thread Jari Aalto
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 16 Dec 2009 16:49:41 +0200
Source: armada-backlight
Binary: armada-backlight
Architecture: source i386
Version: 1.1-2
Distribution: unstable
Urgency: low
Maintainer: Jari Aalto jari.aa...@cante.net
Changed-By: Jari Aalto jari.aa...@cante.net
Description: 
 armada-backlight - adjust backlight of Compaq Armada laptops (E300, M500, M700)
Closes: 561192
Changes: 
 armada-backlight (1.1-2) unstable; urgency=low
 .
   * Move to format: 3.0 (quilt).
   * debian/armada-backlight.{install,manpages}
 - Move content from 'rules' for dh(1) to use.
   * debian/armada-backlight.server
 - New GNOME applet file.
   * debian/armada-backlight.1.pod
 - Document new option -h.
   * debian/copyright
 - Minor layout adjustments.
   * debian/{changelog,clean,upstream}
 - Move content from 'rules' for dh(1) to use.
   * debian/control
 - (Architecture): Change all to i386 amd64 (FTBFS; Closes: #561192).
 - (Description): Correct minor typos.
   * debian/debian-vars.mk
 - Delete. Obsoleted by dh(1).
   * debian/debian-compile.mk
 - New file.
   * debian/patches
 - (10) fix compiling errors and add option --help.
   * debian/rules
 - Move to dh(1). Remove and rewrite rules that cab be handled buf dh_*
   commands.
 - (build): Use CC, CFLAGS.
   * debian/source/format
 - New file.
   * debian/TODO.Debian
 - New file.
Checksums-Sha1: 
 94e022573d9e91879ab32623c3c64e39b4f24c02 1170 armada-backlight_1.1-2.dsc
 0015a19e22bbffc4f218dc5d9bbbcab121741548 6434 
armada-backlight_1.1-2.debian.tar.gz
 6948dc40efe154c7351b4eeb6516add96bfe0a08 13344 armada-backlight_1.1-2_i386.deb
Checksums-Sha256: 
 1dfa9065e35df7e0afbf58348bb4ddea7e1346b4b47c5d0cddcc09d267f2f92c 1170 
armada-backlight_1.1-2.dsc
 596432c855fea504d43a84a8216725c75559b434b71e88fedde96c7ac3a0fd25 6434 
armada-backlight_1.1-2.debian.tar.gz
 7568bb0a4650c2be34a3011ab81378122c878745c857dbec49ec57824bd573f0 13344 
armada-backlight_1.1-2_i386.deb
Files: 
 d9ab0fe50b42e94ab218aac0ec6a19be 1170 utils optional armada-backlight_1.1-2.dsc
 6315d2850c1eb63ca75ab2ee873c4e8d 6434 utils optional 
armada-backlight_1.1-2.debian.tar.gz
 6f5707f8bd2229c897848b087414c576 13344 utils optional 
armada-backlight_1.1-2_i386.deb

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

iEYEARECAAYFAkspbt0ACgkQpdwBkPlyvgNABgCfSb/sRNQDIqJlr+8kqZLVgQq6
YZsAn2poDJcanm1YdLkJZfbBnWTTK9c2
=InhI
-END PGP SIGNATURE-


Accepted:
armada-backlight_1.1-2.debian.tar.gz
  to main/a/armada-backlight/armada-backlight_1.1-2.debian.tar.gz
armada-backlight_1.1-2.dsc
  to main/a/armada-backlight/armada-backlight_1.1-2.dsc
armada-backlight_1.1-2_i386.deb
  to main/a/armada-backlight/armada-backlight_1.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 daemonlogger 1.2.1-5 (source i386)

2009-12-16 Thread Chris Taylor
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 16 Dec 2009 21:56:12 +
Source: daemonlogger
Binary: daemonlogger
Architecture: source i386
Version: 1.2.1-5
Distribution: unstable
Urgency: low
Maintainer: Chris Taylor ctay...@debian.org
Changed-By: Chris Taylor ctay...@debian.org
Description: 
 daemonlogger - simple network packet logger and soft tap daemon
Closes: 560261 561393
Changes: 
 daemonlogger (1.2.1-5) unstable; urgency=low
 .
   * Use system config.{sub,guess} in build. (Closes: #560261).
   * Don't use quilt in debian/rules. (Closes: #561393).
   * Build-depend on automake.
Checksums-Sha1: 
 5202e70c8855235168a1abbe8d7d206272477769 1165 daemonlogger_1.2.1-5.dsc
 84cfe99d4ad69dc89b2adfad9b7941ac6d83ee72 5999 
daemonlogger_1.2.1-5.debian.tar.gz
 f1d43cda1e127c8414d424bf50e94ddff74d0d95 20130 daemonlogger_1.2.1-5_i386.deb
Checksums-Sha256: 
 297d189d36d8dca5a5b397678d3b639704cfb07fac55874d02eb85cb3a51d1bc 1165 
daemonlogger_1.2.1-5.dsc
 c0416d8ce3dc58f1beba115c85fc32be21cc6e5cb98f3d924a5380e5069a7d5a 5999 
daemonlogger_1.2.1-5.debian.tar.gz
 6e46435f2c565138f37cb1dd531435cda2218b2ab0a9f3c577b18e48d50f735f 20130 
daemonlogger_1.2.1-5_i386.deb
Files: 
 e9f6a5031e44cea2884839829924dd25 1165 net optional daemonlogger_1.2.1-5.dsc
 761eec44d5c0d3e12ea333808388ffe8 5999 net optional 
daemonlogger_1.2.1-5.debian.tar.gz
 717303994ba045500cb00365c1e2941f 20130 net optional 
daemonlogger_1.2.1-5_i386.deb

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

iEYEARECAAYFAkspYHkACgkQLpNUoan9SCEhyACeKM7ogG/lfyxwyZ8lW8W4xWuA
LhMAn2p1xa3f35Lx5gZnJyDEfOZYBsYb
=+rNq
-END PGP SIGNATURE-


Accepted:
daemonlogger_1.2.1-5.debian.tar.gz
  to main/d/daemonlogger/daemonlogger_1.2.1-5.debian.tar.gz
daemonlogger_1.2.1-5.dsc
  to main/d/daemonlogger/daemonlogger_1.2.1-5.dsc
daemonlogger_1.2.1-5_i386.deb
  to main/d/daemonlogger/daemonlogger_1.2.1-5_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 gnome-icon-theme-blankon 1.0-4 (source all)

2009-12-16 Thread Tiago Bortoletto Vaz
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 16 Dec 2009 21:40:27 -0200
Source: gnome-icon-theme-blankon
Binary: gnome-icon-theme-blankon
Architecture: source all
Version: 1.0-4
Distribution: unstable
Urgency: low
Maintainer: Tiago Bortoletto Vaz ti...@debian.org
Changed-By: Tiago Bortoletto Vaz ti...@debian.org
Description: 
 gnome-icon-theme-blankon - BlankOn icon theme for GTK+ 2.x
Closes: 555194
Changes: 
 gnome-icon-theme-blankon (1.0-4) unstable; urgency=low
 .
   * Remove Eduardo Marcel Macan ma...@debian.org from Uploaders.
 (Closes: #555194)
Checksums-Sha1: 
 81245afe2dd0b5b85dd4100b3eb50f073e7b3e40 1460 
gnome-icon-theme-blankon_1.0-4.dsc
 cb0ce2f53a395a799038843b8e3588f88350 1695 
gnome-icon-theme-blankon_1.0-4.diff.gz
 0d121d9c94f7f3cd054fde95e6c8c3dae10af305 618450 
gnome-icon-theme-blankon_1.0-4_all.deb
Checksums-Sha256: 
 3ae7d33b0e4a7eb3cdedcce3cf265d4e340e9146401b2df33ac3b9dcace8c6cb 1460 
gnome-icon-theme-blankon_1.0-4.dsc
 8bab28b84e8099fb380b02440be4b5336a4be1d2fabb9fc5a235775b0ffe0af3 1695 
gnome-icon-theme-blankon_1.0-4.diff.gz
 2da305bbdad70fd0e79ebba89483b08c43ea2659b9a83b8bdc5ef30aeda696f4 618450 
gnome-icon-theme-blankon_1.0-4_all.deb
Files: 
 c2f4c59b5190087cdd7901985dd99916 1460 gnome optional 
gnome-icon-theme-blankon_1.0-4.dsc
 d94ba982ce5a7a0d7ecea9e9df6776d8 1695 gnome optional 
gnome-icon-theme-blankon_1.0-4.diff.gz
 9d62b8f23e5aa0e3430709fd0e5d1d73 618450 gnome optional 
gnome-icon-theme-blankon_1.0-4_all.deb

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

iEYEARECAAYFAkspcEMACgkQaQ1iFKUE/spUVQCfVgxITdpWITzvlh1wxOOioEp0
OpYAn1i2dBnWai1Ah+sbAhOPMSSGjDBD
=8No1
-END PGP SIGNATURE-


Accepted:
gnome-icon-theme-blankon_1.0-4.diff.gz
  to main/g/gnome-icon-theme-blankon/gnome-icon-theme-blankon_1.0-4.diff.gz
gnome-icon-theme-blankon_1.0-4.dsc
  to main/g/gnome-icon-theme-blankon/gnome-icon-theme-blankon_1.0-4.dsc
gnome-icon-theme-blankon_1.0-4_all.deb
  to main/g/gnome-icon-theme-blankon/gnome-icon-theme-blankon_1.0-4_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 gnome-icon-theme-dlg-neu 0.5-4 (source all)

2009-12-16 Thread Tiago Bortoletto Vaz
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 16 Dec 2009 21:29:11 -0200
Source: gnome-icon-theme-dlg-neu
Binary: gnome-icon-theme-dlg-neu
Architecture: source all
Version: 0.5-4
Distribution: unstable
Urgency: low
Maintainer: Tiago Bortoletto Vaz ti...@debian.org
Changed-By: Tiago Bortoletto Vaz ti...@debian.org
Description: 
 gnome-icon-theme-dlg-neu - Dropline Gnome Neu icon theme for GTK+ 2.x
Closes: 555192
Changes: 
 gnome-icon-theme-dlg-neu (0.5-4) unstable; urgency=low
 .
   * Remove Eduardo Marcel Macan ma...@debian.org from Uploaders.
 (Closes: #555192)
Checksums-Sha1: 
 67b46326e414954509c8f4417eb3158e3e480769 1512 
gnome-icon-theme-dlg-neu_0.5-4.dsc
 61acea4409d342f755fe318c6fe8f7bafe156e07 1635 
gnome-icon-theme-dlg-neu_0.5-4.diff.gz
 0f7b987a0c0bfc3768ded097cab5c760f6ff867a 2052504 
gnome-icon-theme-dlg-neu_0.5-4_all.deb
Checksums-Sha256: 
 e8e1cb365044c80853beb0c6d8cfa107ba88ee2e24029c42326c68a35dde4cf3 1512 
gnome-icon-theme-dlg-neu_0.5-4.dsc
 520147d57c850574d6f59404716628547e94f862afa2b26168264c8a3ecae896 1635 
gnome-icon-theme-dlg-neu_0.5-4.diff.gz
 53f95bc748f511f0bf511801acf463c9eaf24edcd538967ed5338d9e76dd 2052504 
gnome-icon-theme-dlg-neu_0.5-4_all.deb
Files: 
 530c88c16f08de96cd1398d5074c3b36 1512 gnome optional 
gnome-icon-theme-dlg-neu_0.5-4.dsc
 2cb6eb151f792bf56b48d77a0ad6ad54 1635 gnome optional 
gnome-icon-theme-dlg-neu_0.5-4.diff.gz
 dea366896d7a384170ff12ae05feda85 2052504 gnome optional 
gnome-icon-theme-dlg-neu_0.5-4_all.deb

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

iEYEARECAAYFAkspbg0ACgkQaQ1iFKUE/sr7yQCfRrXL3GmEDp7U9Jv5HPM0BoGy
EKoAoJzzYc/q1/K+/YBZprcOmp1yPhNe
=84q3
-END PGP SIGNATURE-


Accepted:
gnome-icon-theme-dlg-neu_0.5-4.diff.gz
  to main/g/gnome-icon-theme-dlg-neu/gnome-icon-theme-dlg-neu_0.5-4.diff.gz
gnome-icon-theme-dlg-neu_0.5-4.dsc
  to main/g/gnome-icon-theme-dlg-neu/gnome-icon-theme-dlg-neu_0.5-4.dsc
gnome-icon-theme-dlg-neu_0.5-4_all.deb
  to main/g/gnome-icon-theme-dlg-neu/gnome-icon-theme-dlg-neu_0.5-4_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 gnome-icon-theme-nuovo 0.5-4 (source all)

2009-12-16 Thread Tiago Bortoletto Vaz
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 16 Dec 2009 21:42:16 -0200
Source: gnome-icon-theme-nuovo
Binary: gnome-icon-theme-nuovo
Architecture: source all
Version: 0.5-4
Distribution: unstable
Urgency: low
Maintainer: Tiago Bortoletto Vaz ti...@debian.org
Changed-By: Tiago Bortoletto Vaz ti...@debian.org
Description: 
 gnome-icon-theme-nuovo - Dropline Nuovo icon theme for GTK+ 2.x
Closes: 555196
Changes: 
 gnome-icon-theme-nuovo (0.5-4) unstable; urgency=low
 .
   * Remove Eduardo Marcel Macan ma...@debian.org from Uploaders.
 (Closes: #555196)
Checksums-Sha1: 
 8e057855ad12113479badf8bc0063a3d3370cbf1 1451 gnome-icon-theme-nuovo_0.5-4.dsc
 bf39d8c03923ce84a4309a75189f39139d7d247b 1637 
gnome-icon-theme-nuovo_0.5-4.diff.gz
 76ae1f0f6e12afae87c88b5ee3460192e9fe5cc4 1112330 
gnome-icon-theme-nuovo_0.5-4_all.deb
Checksums-Sha256: 
 086c9cada22e85f90603deba5f100820b440750ec7ec2338eb0ac6d0b68e3d22 1451 
gnome-icon-theme-nuovo_0.5-4.dsc
 ec64e8f76bf87c32b8e0cc272d0b0aca36de1ba2ac7a99f8d09890ce0375712b 1637 
gnome-icon-theme-nuovo_0.5-4.diff.gz
 8e702f3bec67840a7f540da05724edb55ca62f7a6bf7e6fe63d02f1df52b2167 1112330 
gnome-icon-theme-nuovo_0.5-4_all.deb
Files: 
 dda8ad0b6a2a8eb00cd6823aa8da01f0 1451 gnome optional 
gnome-icon-theme-nuovo_0.5-4.dsc
 f3e6b35a51417381c832c6e275c50f1c 1637 gnome optional 
gnome-icon-theme-nuovo_0.5-4.diff.gz
 67f89d805edf376f5d37448081ba88fe 1112330 gnome optional 
gnome-icon-theme-nuovo_0.5-4_all.deb

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

iEYEARECAAYFAkspcMsACgkQaQ1iFKUE/spb8QCfSWLYFX5WWmFAZItaDkOad3Ff
uZQAn23h1ReGMgoWkoNVe8bRzWzpKDeO
=txE0
-END PGP SIGNATURE-


Accepted:
gnome-icon-theme-nuovo_0.5-4.diff.gz
  to main/g/gnome-icon-theme-nuovo/gnome-icon-theme-nuovo_0.5-4.diff.gz
gnome-icon-theme-nuovo_0.5-4.dsc
  to main/g/gnome-icon-theme-nuovo/gnome-icon-theme-nuovo_0.5-4.dsc
gnome-icon-theme-nuovo_0.5-4_all.deb
  to main/g/gnome-icon-theme-nuovo/gnome-icon-theme-nuovo_0.5-4_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 gnome-pkg-tools 0.16.1 (source all)

2009-12-16 Thread Andrea Veri
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Wed, 16 Dec 2009 23:10:06 +0100
Source: gnome-pkg-tools
Binary: gnome-pkg-tools
Architecture: source all
Version: 0.16.1
Distribution: unstable
Urgency: low
Maintainer: Debian GNOME Maintainers 
pkg-gnome-maintain...@lists.alioth.debian.org
Changed-By: Andrea Veri a...@debian.org
Description: 
 gnome-pkg-tools - Tools for the Debian GNOME Packaging Team
Closes: 557363
Changes: 
 gnome-pkg-tools (0.16.1) unstable; urgency=low
 .
   [ Josselin Mouette ]
   * Fix typo in description. Closes: #557363.
 .
   [ Andrea Veri ]
   * pkg-gnome.team: updated my mail to match my Debian
 Account's address.
Checksums-Sha1: 
 3b1600472e690170212b91ed9ba4291e1718913a 1777 gnome-pkg-tools_0.16.1.dsc
 cd5ff5be552ce8dd541da4afa799f3f1ddfbd5cd 19431 gnome-pkg-tools_0.16.1.tar.gz
 189238be15ea02a3471898e6e9f450e3565d1078 23158 gnome-pkg-tools_0.16.1_all.deb
Checksums-Sha256: 
 331df0c6c3d3888e53b3153f582cde2f4aee3ec8663c39f05f6a48a3a10ef125 1777 
gnome-pkg-tools_0.16.1.dsc
 4b08614bbf45862fcbb3cb732c4a7b757496daec81b3af46b2df239f6400db06 19431 
gnome-pkg-tools_0.16.1.tar.gz
 276fa0faf9b6bfd162fe660eca1e42e538618cc8597c1d53ecbc572fac0be750 23158 
gnome-pkg-tools_0.16.1_all.deb
Files: 
 1d282dd37d3d0c3880b9d640e94a6682 1777 devel optional gnome-pkg-tools_0.16.1.dsc
 6450d7262b2400558499a523b67cc2fc 19431 devel optional 
gnome-pkg-tools_0.16.1.tar.gz
 ac9bee8af00aec020133d96f0d668521 23158 devel optional 
gnome-pkg-tools_0.16.1_all.deb

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

iQIcBAEBCAAGBQJLKWlTAAoJENqGIq6T6/bY98wP/Rd09OOMgasj/uOhdzcM0nxv
Z2I1N35Fh7cTkjyE0AqzUOkhfT+0zwQXF7Qt77jhFAgaz6dH0HKemrhjHyqQ6+Ff
aA3ChmdvdnfLKwkurRignLKDBN1KB/n73dQPsVrfsXbThz4FazbZUWWwc4sCZQgk
vhN9qWQoPVT3cuwJeWuG2TEw8ylRBY43p3xYowTi8/1jK4WXRA9kQ22zqrdUQ4qW
RjVMCMC0x4fzUpNQg9FMEmxKHa+j61AqiATJyQyjCURSdDGXh3KcM6m7j0RDDmUT
lN7XkEhn8ymXufVmZkavg4aD5MmCcioaLnWreem/gqLmBKcH54tVqnMTISjInq2O
pcKeExKHIo43wO74sNv9UEzRiVHiiu5KB74rpCHHpJqhaRnilzx8o3hhyR+N2lyb
5KR/Fufo+qdWJFLYK1Nbsu5Dg6wAT9HoYXjdguuEINE1yNb/WAEDns/ySc3UgY3l
QJ3Cx05zvxYfoQ38uaH77G+b7JwM5QH3SXxiqgjlYKZLSfGOkNc+NGlW2uEo4eBE
wwGIGo4DjstF9RrmfXZ8pWkC2hWFCOi4Gp8sSMfnR00ya4CzwwTg3nVVO3wfVeqS
TTGjz0/2nJCGnv2mMwN6Kb5uEf0lXwQCIUYVOjhxJzcKuSyAjmwdXsNkKXvogmj6
/GRwvmTDOVySyC68LZpg
=0F16
-END PGP SIGNATURE-


Accepted:
gnome-pkg-tools_0.16.1.dsc
  to main/g/gnome-pkg-tools/gnome-pkg-tools_0.16.1.dsc
gnome-pkg-tools_0.16.1.tar.gz
  to main/g/gnome-pkg-tools/gnome-pkg-tools_0.16.1.tar.gz
gnome-pkg-tools_0.16.1_all.deb
  to main/g/gnome-pkg-tools/gnome-pkg-tools_0.16.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 graphviz 2.20.2-5 (source all amd64)

2009-12-16 Thread Ana Beatriz Guerrero Lopez
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Thu, 17 Dec 2009 00:01:26 +0100
Source: graphviz
Binary: graphviz libgv-guile libgv-lua libgv-ocaml libgv-perl libgv-php5 
libgv-python libgv-ruby libgv-tcl libgraphviz4 libgraphviz-dev graphviz-doc 
graphviz-dev
Architecture: source all amd64
Version: 2.20.2-5
Distribution: unstable
Urgency: low
Maintainer: Debian QA Group packa...@qa.debian.org
Changed-By: Ana Beatriz Guerrero Lopez a...@debian.org
Description: 
 graphviz   - rich set of graph drawing tools
 graphviz-dev - transitional package for graphviz-dev rename
 graphviz-doc - additional documentation for graphviz
 libgraphviz-dev - graphviz libs and headers against which to build applications
 libgraphviz4 - rich set of graph drawing tools
 libgv-guile - Guile bindings for graphviz
 libgv-lua  - Lua bindings for graphviz
 libgv-ocaml - OCaml bindings for graphviz
 libgv-perl - Perl bindings for graphviz
 libgv-php5 - Php5 bindings for graphviz
 libgv-python - Python bindings for graphviz
 libgv-ruby - Ruby bindings for graphviz
 libgv-tcl  - Tcl bindings for graphviz
Closes: 493974 504569 504571 536383
Changes: 
 graphviz (2.20.2-5) unstable; urgency=low
 .
   * QA upload.
 .
   [ Ana Beatriz Guerrero Lopez ]
   * Fix FTBFS by switching from guile-1.6-dev to guile-1.8-dev.
 Thanks Martin Pitt. (Closes: #493974)
   * Switch gs-common build dependend to ghostscript. Thanks Martin Pitt.
 (Closes: #504569)
   * Switch build depend from libltdl3-dev to versioned libltdl-dev (= 2.2.6b).
 (Closes: #504571)
 .
   [ Mehdi Dogguy ]
   * The location of the OCaml's standard library has changed:
 - Add dh-ocaml (= 0.4.1) as a build-dependency
 - Use $(OCAML_STDLIB_DIR) instead of hard-coding the path
   /usr/lib/ocaml/$(OCAMLABI)
 - Use $(OCAML_DLL_DIR) instead of hard-coding the path
   /usr/lib/ocaml/$(OCAMLABI)/stublibs
 - Use $(OCAML_ABI) from ocamlvars.mk
 (Closes: #536383)
   * Enable the use of dh_ocaml for automatic dependency computation.
   * Generate documentation for OCaml bindings using dh_ocamldoc.
 .
   [ Aurelien Jarno ]
   * Also remove rpath from libraries using chrpath.
Checksums-Sha1: 
 18336f3b4b791792d7adf0a553048feb28d8cf61 1872 graphviz_2.20.2-5.dsc
 15ef4dbedd69e491b4ef9912e5b3d18cfa8fcb00 32263 graphviz_2.20.2-5.diff.gz
 7cf096d3b3649634351de1115a8723d0d563a96e 1277430 graphviz-doc_2.20.2-5_all.deb
 caa2068b77c4473d96eb48ed4d0674ec5ad71093 38576 graphviz-dev_2.20.2-5_all.deb
 4a4ca2c4a48d876ceaec2e55ed2e814e3980e72b 430868 graphviz_2.20.2-5_amd64.deb
 b9bec9f6f5c21b9039b3d9fc2ef888aaeebace62 60762 libgv-guile_2.20.2-5_amd64.deb
 03c13c708bf66454fcad1ca7dc3871742d64c641 70344 libgv-lua_2.20.2-5_amd64.deb
 3715721871ffc7d008515bcfdbeadb4d2a7c8b95 68824 libgv-ocaml_2.20.2-5_amd64.deb
 4a8580d671c3a91dd857636e364f45ecc7175ca8 85484 libgv-perl_2.20.2-5_amd64.deb
 d79155505dab7ce8b38c3483ca76062436caf28f 69188 libgv-php5_2.20.2-5_amd64.deb
 febab0cd53e60bed35179d79712ddecb481cf04b 102110 libgv-python_2.20.2-5_amd64.deb
 2f7e662a23c851444835a377b8fb0cacf2bf81bb 64642 libgv-ruby_2.20.2-5_amd64.deb
 da31901b4723b9de34afd71971858d940089a656 596772 libgv-tcl_2.20.2-5_amd64.deb
 e479022dc2c195d9bd885a65a9c5bcfc48751cf6 586542 libgraphviz4_2.20.2-5_amd64.deb
 1e1c5334f8fb435b3ac306f4e0e365bee697db61 111860 
libgraphviz-dev_2.20.2-5_amd64.deb
Checksums-Sha256: 
 0eb11fa37c7318f0580788972a792bbac6ecc3236c82f49dc57ab1d3186bbbda 1872 
graphviz_2.20.2-5.dsc
 f641b0a3cf530f800152e9aa4e3e365f1c911c2706d5df59d3f1e973b1431f7f 32263 
graphviz_2.20.2-5.diff.gz
 51f06c11d4cc24472dd8ff67d3d672abf20592d27aab0ebbc675e6426e1f7f80 1277430 
graphviz-doc_2.20.2-5_all.deb
 f666bf27915703fe86c2542849072810f021ef25bd477d4f1a9879ca5592063f 38576 
graphviz-dev_2.20.2-5_all.deb
 c43c96212b26063f4af374ae355fb61f51038b240a9720e596b575b104f48f42 430868 
graphviz_2.20.2-5_amd64.deb
 296d226a552c684f41bc6a3902f90bbe326cbf60cafb9cf50e2c909d9c46a94a 60762 
libgv-guile_2.20.2-5_amd64.deb
 3d54716251e25a3b37f37305e1717484cbf7eb453f6a5059859029e77b09cd95 70344 
libgv-lua_2.20.2-5_amd64.deb
 47812abc0fd1928618a035406b7bb85f94b8ede405d9608fb8eb7dc77be6daee 68824 
libgv-ocaml_2.20.2-5_amd64.deb
 b65673fbe559231092cc4a4a87c5b510a8e7b9721b22331ca3973306b530146e 85484 
libgv-perl_2.20.2-5_amd64.deb
 e1fdda7d3b13073fee46b1f7da721412383f5a578fb61317b9caaaed8bd4b2ca 69188 
libgv-php5_2.20.2-5_amd64.deb
 8c06eb3a9eebc90127f98f92d1f4156cea22ada11943a4a3b9d299a2058b2950 102110 
libgv-python_2.20.2-5_amd64.deb
 8e7afe89add71bcc16fb91a2831aa757e20be3e3aace613332671516a2b40ff7 64642 
libgv-ruby_2.20.2-5_amd64.deb
 bda1d595524ccfb8dadcdb11ed53d6903de4ec55e2f1710e077ec1fffb2224e9 596772 
libgv-tcl_2.20.2-5_amd64.deb
 6a7435738c58aca4b1518ab0e4e6fc2b91ddd33e3da36434724eb8fd803f6fc7 586542 
libgraphviz4_2.20.2-5_amd64.deb
 a3f6eb3506007033dc4507e39049654777cd84f4fbb8785cda3b651d1b7928d0 111860 
libgraphviz-dev_2.20.2-5_amd64.deb
Files: 
 33e6b04ba9e97bac90388edc51874788 1872 graphics optional 

Accepted kde-icons-kneu 0.2-4 (source all)

2009-12-16 Thread Tiago Bortoletto Vaz
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 16 Dec 2009 21:27:02 -0200
Source: kde-icons-kneu
Binary: kde-icons-kneu
Architecture: source all
Version: 0.2-4
Distribution: unstable
Urgency: low
Maintainer: Tiago Bortoletto Vaz ti...@debian.org
Changed-By: Tiago Bortoletto Vaz ti...@debian.org
Description: 
 kde-icons-kneu - kNeu KDE icon theme
Closes: 555193
Changes: 
 kde-icons-kneu (0.2-4) unstable; urgency=low
 .
   * Remove Eduardo Marcel Macan ma...@debian.org from Uploaders
(Closes: #555193).
Checksums-Sha1: 
 669cc7e8fe5ca64cc18b2a2a651f5a847d9a1810 1206 kde-icons-kneu_0.2-4.dsc
 527acbec013081e7b031bec115e175ffa8f62ca3 5878529 kde-icons-kneu_0.2-4.tar.gz
 b84a0a5942c65131f1ae5742876c8f35d823b11e 5920198 kde-icons-kneu_0.2-4_all.deb
Checksums-Sha256: 
 ea26834f111ea086dedb41e8003dabf0073eb173c8aedf95e64f0dd3fd253f0c 1206 
kde-icons-kneu_0.2-4.dsc
 c5269b30652a0d9fb2e934ee79d40b9aa7409fea02886942ec2e5bae5ddcf72a 5878529 
kde-icons-kneu_0.2-4.tar.gz
 935356d00a5786902b8092a645dfcb20dd4afa17d128809eb2280e51f84a99bf 5920198 
kde-icons-kneu_0.2-4_all.deb
Files: 
 a916796f91580af2c23e75c3dc684750 1206 kde optional kde-icons-kneu_0.2-4.dsc
 19a5c4032bd129616e49366d77a44bcb 5878529 kde optional 
kde-icons-kneu_0.2-4.tar.gz
 d0b305c4866272476304ccd47c76b387 5920198 kde optional 
kde-icons-kneu_0.2-4_all.deb

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

iEYEARECAAYFAkspbeoACgkQaQ1iFKUE/soOYACfZ2cn95+OB1t0TLHdLLmyMwds
+0gAnAjriuKzDw9xGr/Beeew3c2b5kvU
=Ra+O
-END PGP SIGNATURE-


Accepted:
kde-icons-kneu_0.2-4.dsc
  to main/k/kde-icons-kneu/kde-icons-kneu_0.2-4.dsc
kde-icons-kneu_0.2-4.tar.gz
  to main/k/kde-icons-kneu/kde-icons-kneu_0.2-4.tar.gz
kde-icons-kneu_0.2-4_all.deb
  to main/k/kde-icons-kneu/kde-icons-kneu_0.2-4_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 manpages-pt 20040726-4 (source all)

2009-12-16 Thread Tiago Bortoletto Vaz
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 16 Dec 2009 22:03:55 -0200
Source: manpages-pt
Binary: manpages-pt manpages-pt-dev
Architecture: source all
Version: 20040726-4
Distribution: unstable
Urgency: low
Maintainer: Guilherme de S. Pastore gpast...@debian.org
Changed-By: Tiago Bortoletto Vaz ti...@debian.org
Description: 
 manpages-pt - Portuguese Versions of the Manual Pages
 manpages-pt-dev - Portuguese Versions of the Manual Pages (dev sections)
Closes: 555191
Changes: 
 manpages-pt (20040726-4) unstable; urgency=low
 .
   * Remove Eduardo Marcel Macan ma...@debian.org from Uploaders.
 (Closes: #555191)
Checksums-Sha1: 
 b3064b4a6d05aef7a6667460ffd39e5dc6653fab 1418 manpages-pt_20040726-4.dsc
 cb43edb2e4a4d85cf627f94013d88f68d71f6f97 4501 manpages-pt_20040726-4.diff.gz
 391f611668b1b9f322e77e292b0962d34c6db637 380650 manpages-pt_20040726-4_all.deb
 cf3291161252cc7f32ad51aa4d6d5d25a7af5b9e 551620 
manpages-pt-dev_20040726-4_all.deb
Checksums-Sha256: 
 9e5b952c8805be2a2303d177337d6182647639fa5f9a6780d4c2715d363eb83b 1418 
manpages-pt_20040726-4.dsc
 76a066ca23caaacf2ae3736f98abfa634947d9b65d6f65bc785fd1d638b06d18 4501 
manpages-pt_20040726-4.diff.gz
 97c5a6f64fad9c33c119b5bedb848c51eadbd4dac127f080622fcd2175d4290e 380650 
manpages-pt_20040726-4_all.deb
 b7ff8723b64f9861440540b0d2f6860c02cb290fb8aa02638d20b69e62537d5f 551620 
manpages-pt-dev_20040726-4_all.deb
Files: 
 a38b363b2b15b5e77d680a7aae6958c9 1418 doc extra manpages-pt_20040726-4.dsc
 883101eb637d592193f920afbb67a2e2 4501 doc extra manpages-pt_20040726-4.diff.gz
 becb3eba4389d4f44b96eeef019ee498 380650 doc extra 
manpages-pt_20040726-4_all.deb
 908668d95cac433ba8fd8b35d371b602 551620 doc extra 
manpages-pt-dev_20040726-4_all.deb

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

iEYEARECAAYFAkspdj8ACgkQaQ1iFKUE/sp5XwCeK9hi/MPzcGNGKwJtjldZtrov
2dUAnidtqZUPGapknR/dYl2mrIIeiVQ3
=R03K
-END PGP SIGNATURE-


Accepted:
manpages-pt-dev_20040726-4_all.deb
  to main/m/manpages-pt/manpages-pt-dev_20040726-4_all.deb
manpages-pt_20040726-4.diff.gz
  to main/m/manpages-pt/manpages-pt_20040726-4.diff.gz
manpages-pt_20040726-4.dsc
  to main/m/manpages-pt/manpages-pt_20040726-4.dsc
manpages-pt_20040726-4_all.deb
  to main/m/manpages-pt/manpages-pt_20040726-4_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 mped 5.1.3-1 (source i386)

2009-12-16 Thread Vincent Legout
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 16 Dec 2009 13:52:11 +0800
Source: mped
Binary: mped
Architecture: source i386
Version: 5.1.3-1
Distribution: unstable
Urgency: low
Maintainer: Debian QA Group packa...@qa.debian.org
Changed-By: Vincent Legout vinc...@legout.info
Description: 
 mped   - Minimum Profit, a programmer's text editor
Changes: 
 mped (5.1.3-1) unstable; urgency=low
 .
   * QA upload
   * New upstream version
   * debian/rules: Rewrite using dh
   * debian/compat: Bump to 7
   * debian/control:
 - Bump debhelper version to 7.0.50~
 - Bump Standards Version to 3.8.3
   * debian/copyright: Refer to GPL-2 instead of GPL
   * debian/menu: Update to use quoted string
   * debian/mped.doc-base: Added to register documentation
   * debian/mpsl.1: Add manpage for mpsl
   * debian/mped.manpages: Added
   * Switch to 3.0 (quilt) source format
   * 01_makefile_in.patch: Do not remove manpage in clean target
Checksums-Sha1: 
 0bd035f5d23a8da43a71f25149f7be2b7da65169 1054 mped_5.1.3-1.dsc
 f05b760b09126fe624703b5d9d4c280803a0c313 486068 mped_5.1.3.orig.tar.gz
 cf820ffde1392e70095cea4ffbe91c32f6aa24dd 5984 mped_5.1.3-1.debian.tar.gz
 8928e8f30b0353817d3703f8d8c3c902cb036c6c 351614 mped_5.1.3-1_i386.deb
Checksums-Sha256: 
 a4931ada1996bcb8368a6d5d98cf4ef03c117a64d04eb13de46b3f061c5b87d4 1054 
mped_5.1.3-1.dsc
 b9c2773408638eeddfa0eef912cc289b0b92df34ce621dc46eca47a2dc518986 486068 
mped_5.1.3.orig.tar.gz
 7a11c13d48b0d0e3a048150330e83d5aa8738c5755270f3d14e4725577936afc 5984 
mped_5.1.3-1.debian.tar.gz
 785002d7580c18cac2f4ef1afb11f7f6f747e528b6505381f9a72cd29ce279f4 351614 
mped_5.1.3-1_i386.deb
Files: 
 f16f7fd1afe62ca8c4554209d1019cc0 1054 editors optional mped_5.1.3-1.dsc
 6ed30d6be7da70e13111dbc7fca00e70 486068 editors optional mped_5.1.3.orig.tar.gz
 fa3348086a996a0d9a6caa0bef9d1900 5984 editors optional 
mped_5.1.3-1.debian.tar.gz
 ca8b19931918ca505b96667b7b634555 351614 editors optional mped_5.1.3-1_i386.deb

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

iEYEARECAAYFAkspf/4ACgkQ5ItltUs5T34AUACgsOfSf9+Yx7ddrMFDpnKd3RXL
E8YAoM3h+DpmEfmrKnym1IhQCQtsbkgX
=cyAe
-END PGP SIGNATURE-


Accepted:
mped_5.1.3-1.debian.tar.gz
  to main/m/mped/mped_5.1.3-1.debian.tar.gz
mped_5.1.3-1.dsc
  to main/m/mped/mped_5.1.3-1.dsc
mped_5.1.3-1_i386.deb
  to main/m/mped/mped_5.1.3-1_i386.deb
mped_5.1.3.orig.tar.gz
  to main/m/mped/mped_5.1.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 ocaml-curses 1.0.3-1 (source amd64)

2009-12-16 Thread Sylvain Le Gall
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 16 Dec 2009 23:49:58 +
Source: ocaml-curses
Binary: libcurses-ocaml libcurses-ocaml-dev
Architecture: source amd64
Version: 1.0.3-1
Distribution: unstable
Urgency: low
Maintainer: Debian OCaml Maintainers debian-ocaml-ma...@lists.debian.org
Changed-By: Sylvain Le Gall gil...@debian.org
Description: 
 libcurses-ocaml - OCaml bindings for the ncurses library
 libcurses-ocaml-dev - OCaml bindings for the ncurses library
Closes: 528838 550377
Changes: 
 ocaml-curses (1.0.3-1) unstable; urgency=low
 .
   * New upstream release (Closes: #528838, #550377)
   * Use dh-ocaml 0.9.1 features
   * Upgrade Standards-Version to 3.8.3 (README.source, section ocaml)
   * Add myself to Uploaders and set Maintainer to 'Debian OCaml
 Maintainers'
   * Clean up file left after build
   * Add .doc-base file for API documentation
   * Remove byte.dpatch, add run_autoconf.dpatch to create configure and
 config.h.in
Checksums-Sha1: 
 2930f714e926c1b09155c2b3f3b3c38fccf0f4aa 1433 ocaml-curses_1.0.3-1.dsc
 6bcb4a6eaf8353aac93069be0084f833a55340c1 54053 ocaml-curses_1.0.3.orig.tar.gz
 e9cdc5ad10f889371e821c3d22fbdeabed7f14c2 40076 ocaml-curses_1.0.3-1.diff.gz
 acf7fe8b4e696478082bae2c9afd7dc1074d27ff 29252 
libcurses-ocaml_1.0.3-1_amd64.deb
 045d7cfa0e63a3c8afe9d190041d9b88909a7932 96250 
libcurses-ocaml-dev_1.0.3-1_amd64.deb
Checksums-Sha256: 
 60f82da4840516dc2b558a642e084b9229e08054bcd2282edceb0d92ea11b18d 1433 
ocaml-curses_1.0.3-1.dsc
 990a55ff99223edaa04387802907b00c475b46dd921dc5f8c5ede15ac673656f 54053 
ocaml-curses_1.0.3.orig.tar.gz
 72bf6f6ed947ede40339522aee9e5c307fadf8633f45e3027826ea654965 40076 
ocaml-curses_1.0.3-1.diff.gz
 d659cd2d3993aec0e557668636fda5cf6a560856d23b211f09cd30a259995d10 29252 
libcurses-ocaml_1.0.3-1_amd64.deb
 a9c244c1dc87b45e52cefb2644b1a806db5ab402e5366c96386c881eeb974db2 96250 
libcurses-ocaml-dev_1.0.3-1_amd64.deb
Files: 
 ebca33aa4fffcda43dff34807548ee62 1433 ocaml optional ocaml-curses_1.0.3-1.dsc
 3c11b46b7c057f8fd110ace319589877 54053 ocaml optional 
ocaml-curses_1.0.3.orig.tar.gz
 e7a78b031601c959d9b9576592b0b33f 40076 ocaml optional 
ocaml-curses_1.0.3-1.diff.gz
 a6f1757768bbb7c5bd0cd814b056bad4 29252 ocaml optional 
libcurses-ocaml_1.0.3-1_amd64.deb
 6852463c45e8b8495ea72e12edeeacc5 96250 ocaml optional 
libcurses-ocaml-dev_1.0.3-1_amd64.deb

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

iEYEARECAAYFAkspcyAACgkQir2bofsN/puQZwCfeF/s5PlU/hzyY1VvTsXI209N
VqcAoI6wI4Vvr6evPzIt6p0Ghzn++eo6
=0acy
-END PGP SIGNATURE-


Accepted:
libcurses-ocaml-dev_1.0.3-1_amd64.deb
  to main/o/ocaml-curses/libcurses-ocaml-dev_1.0.3-1_amd64.deb
libcurses-ocaml_1.0.3-1_amd64.deb
  to main/o/ocaml-curses/libcurses-ocaml_1.0.3-1_amd64.deb
ocaml-curses_1.0.3-1.diff.gz
  to main/o/ocaml-curses/ocaml-curses_1.0.3-1.diff.gz
ocaml-curses_1.0.3-1.dsc
  to main/o/ocaml-curses/ocaml-curses_1.0.3-1.dsc
ocaml-curses_1.0.3.orig.tar.gz
  to main/o/ocaml-curses/ocaml-curses_1.0.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 ocamlagrep 1.0-11 (source amd64)

2009-12-16 Thread Sylvain Le Gall
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Thu, 17 Dec 2009 00:10:18 +
Source: ocamlagrep
Binary: libagrep-ocaml-dev libagrep-ocaml
Architecture: source amd64
Version: 1.0-11
Distribution: unstable
Urgency: low
Maintainer: Debian OCaml Maintainers debian-ocaml-ma...@lists.debian.org
Changed-By: Sylvain Le Gall gil...@debian.org
Description: 
 libagrep-ocaml - Wu-Manber algorithm for string searching with errors
 libagrep-ocaml-dev - Wu-Manber algorithm for string searching with errors
Changes: 
 ocamlagrep (1.0-11) unstable; urgency=low
 .
   * Use dh-ocaml 0.9.1 features
   * Add homepage field and update debian/watch to point to
 forge.ocamlcore.org
   * Add myself to Uploaders
   * Upgrade Standards-Version to 3.8.3 (section ocaml)
Checksums-Sha1: 
 c937a18dc327dc8fc42af0838b1c525221cd6c78 1338 ocamlagrep_1.0-11.dsc
 fc96a7c619ce2c520a5c1c9fef6d64393b446f90 3897 ocamlagrep_1.0-11.diff.gz
 acd1e9c23407b150a462e4b0820120e6a664d25a 37050 
libagrep-ocaml-dev_1.0-11_amd64.deb
 d719c249517bb9022ce19efee9b98b747d48fa49 7996 libagrep-ocaml_1.0-11_amd64.deb
Checksums-Sha256: 
 f36b906aa87ddcdd92f63618e798d82d119f2a7762307e566d73f4e167604b8c 1338 
ocamlagrep_1.0-11.dsc
 71f02f24ddaf67e83ae76b27cdcf4191de535c80d7297400d198ad2507d80b3c 3897 
ocamlagrep_1.0-11.diff.gz
 cb92c2279a31ff7f5ab7f8f2899c4ae001ec63b69025d01b84f5768cf89d7965 37050 
libagrep-ocaml-dev_1.0-11_amd64.deb
 5592bde72d4c101694f17ec7731ae618f1490b33ddd5f81efe081ecdab822359 7996 
libagrep-ocaml_1.0-11_amd64.deb
Files: 
 f3ec8969fc61c085aa2b918fa5693a16 1338 ocaml optional ocamlagrep_1.0-11.dsc
 4d0c0dc3fc1b238f48f541bbd1458f5d 3897 ocaml optional ocamlagrep_1.0-11.diff.gz
 4fc89805aa67332831a8961fad364ded 37050 ocaml optional 
libagrep-ocaml-dev_1.0-11_amd64.deb
 dc64c4bcb6fab9564055d89389937344 7996 ocaml optional 
libagrep-ocaml_1.0-11_amd64.deb

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

iEYEARECAAYFAkspd0IACgkQir2bofsN/pvLhgCdGE1tYHUt8EP6ybI0WYiZe4cs
e/oAoJCXhWyTXoXd0nHhob3VucLhTfeZ
=GLir
-END PGP SIGNATURE-


Accepted:
libagrep-ocaml-dev_1.0-11_amd64.deb
  to main/o/ocamlagrep/libagrep-ocaml-dev_1.0-11_amd64.deb
libagrep-ocaml_1.0-11_amd64.deb
  to main/o/ocamlagrep/libagrep-ocaml_1.0-11_amd64.deb
ocamlagrep_1.0-11.diff.gz
  to main/o/ocamlagrep/ocamlagrep_1.0-11.diff.gz
ocamlagrep_1.0-11.dsc
  to main/o/ocamlagrep/ocamlagrep_1.0-11.dsc


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



  1   2   >