Re: [DRAFT] resolving DFSG violations

2008-11-07 Thread Michelle Konzack
Am 2008-11-03 12:59:53, schrieb Gunnar Wolf:
 Michelle Konzack dijo [Thu, Oct 30, 2008 at 12:10:48AM +0100]:
  Curently I am building a hardware where the parts cost arround 40US$ per
  device (@10.000) and using the same microcontroller with a  big  FLASH
  memory would mke this Hardware arround 5 US$ in  final  production  more
  expensive.
  
  So for the end-users arreound 10 US$ or 8 Euro
  
  Are you willing to pay arround 15-18% more for such hardware?
 
 So probably the end result won't be shipping raw Debian in your
 product - As you are not willing to release the firmware, Debian

???  --  I am willing  to  do  this!  It  is  EUROPEAN  LAW  which  make
HARDWARE manufacturer responsable if someone MODIFY Firmware and disturb
public e.g. GSM networks...

Such sensibel stuff must be protected...

And, I can not install EmDebian on my Nokia 6120 classic if I  do  not
upload a firmware befor installing a new system like EmDebian onto it...

 cannot inlcude it. Yes, even if it is worthless without a $8000
 compiler. Who knows? If the device is interesting enough and becomes
 highly successful, somebody (i.e. the Debian project?) can decide to
 pay $8000 for the compiler license and be able to fix bugs or enhance
 your firmware? 

The software is accessibel for anyone who is willing the price...

 If sharing the source for the firmware is not an option to you, and
 raising the price so the device can be self-sufficient without the
 computer uploading a firmware to it, then... Well, your device won't
 be natively supported by Debian. And that's not necesarily a curse! Of
 course I'd like every device on Earth to be Debian-based, but
 sometimes reality does not agree with my wishes.

The other problem is, IF the software is in Debian, there is  normaly  a
maintainer which adapt the loader and such to stay usable over different
releases...  If a hardware manufacturer must do this, maybe  the  Device
is working on Etch and not more on Lenny or Sid, because he has not  the
resources to track all changes in a distribution or maybe several...

In my opinion, there must be done somethin for sensible  Software  which
can harm for example public GSM networks or such.

This is not an issue about Open Source but security...

You can even kill a person which has a pace-maker...

Described in a letter to me from the TÜV Rheinland (Germany).

 Oh, here we have a problem. You are 100% free and want to use GPL3 -
 So you are required to distribute the sources, the preferred form of
 modification. If not even the input you give to the mighty $8000
 compiler qualifies as source, then maybe the schematics you have on
 the whiteboard do?

The problem is, that most people consider only human readable files as
source but not the project files of some propietary Firmware-Builder.

 You just cannot say there is no source. That
 would imply the firmware is a result of your computer's creativity -
 and I'd seriously doubt it.

More or less, because you can not do realy much on the firmware...

The hardware is fixed. You have to configure filters, Frequencies, Power
and such...  You can disable functionalities  and  can  choose,  whether
your GSM device should automaticaly search for a  better  frequency  and
correspondence provider (e.g. if you are not in your  home  country)  or
fix it for the frequencies in Europe...

The major problem are the frequencies and the output power of the device
which can harm if someone modify it...

As I have already sayed, this has nothing to do  with  Open  Source  but
with LAW and security...  And I asume, there are equivalen laws  in  the
USNA (nice resource on the FCC website) or any other  countries  in  the
world.  AFAIK there is something on the Website from the IUT.

Thanks, Greetings and nice Day/Evening
Michelle Konzack
Systemadministrator
24V Electronic Engineer
Tamay Dogan Network
Debian GNU/Linux Consultant


-- 
Linux-User #280138 with the Linux Counter, http://counter.li.org/
# Debian GNU/Linux Consultant #
Michelle Konzack   Apt. 917  ICQ #328449886
+49/177/935194750, rue de Soultz MSN LinuxMichi
+33/6/61925193 67100 Strasbourg/France   IRC #Debian (irc.icq.com)


signature.pgp
Description: Digital signature


Re: DFSG violations: non-free but no contrib

2008-11-07 Thread David Given
Faidon Liambotis wrote:
[...]
 IMHO this is FUD well spread by companies that didn't want their IP
 exposed. Atheros cards don't have any firmware; you can transmit in
 whatever frequency you want to with ath5k/ath9k -- ath9k is distributed
 by Atheros themselves while ath5k is nowdays endorsed by them.

In which case things have changed within the past couple of years ---
after all, the whole purpose of the Atheros HAL was to inforce those FCC
limits. Do you have any references? Like, to an FCC statement of policy
change? If so, it would be extremely useful to have.

[...]
 (Incidentally, this is one reason why mobile phone handset vendors are
 so paranoid about reflashing phones. A phone with a maliciously
 programmed GSM stack would turn into a rather efficient cellphone jammer.)
 That's also false. You can easily jam cellphones using equipment bought
 from your local radio shop.
 There are even (perfectly legal) commercial products that do exactly that.

Well, yeah, but those devices are either (a) home built and therefore
unlicensed, which means they're either illegal or operating under some
sort of exemption as experimental hardware, or either (b) commercial and
licensed, which means they're operating within the regulators' limits.
(Or (c), in that they're commercial and illegal.)

That's a totally different matter from taking a piece of licensed
equipment where the vendor has promised the regulator that it operates
according to the rules, and then using that unmodified equipment to
violate those rules. Sure, you know and I know that changing the
software counts as a modification, but that's not how the regulators think.

Luckily it's very unlikely that Debian will ever having anything to do
with the labyrinthing maze of potential lawsuits that are involved in
GSM protocol stacks... what *is* the Debian project's policy on using
Debian with safety-critical systems, anyway? There are a number of
licenses that specifically prohibit the use of their software in such
environments; do these count as DSFG-free? Is there any such software in
Debian?

-- 
David Given
[EMAIL PROTECTED]


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



Bug#504799: ITP: fabric -- Simple Pythonic remote deployment tool

2008-11-07 Thread Chris Lamb
Package: wnpp
Severity: wishlist
Owner: Chris Lamb [EMAIL PROTECTED]
X-Debbugs-Cc: debian-devel@lists.debian.org

 * Package name: fabric
   Version : 0.0.9
   Upstream Author : Christian Vest Hansen [EMAIL PROTECTED]
 * URL : http://www.nongnu.org/fab/
 * License : GPL-2
   Programming Lang: Python
   Description : Simple Pythonic remote deployment tool

 Fabric is designed to upload files and run shell commands on a number of
 servers in parallel or serially. These commands are grouped in tasks
 (which are regular Python functions) and specified in a 'fabfile.'
 
 It is similar to Capistrano, except it's implemented in Python and
 doesn't expect you to be deploying Rails applications.


Regards,

-- 
  ,''`.
 : :'  : Chris Lamb
 `. `'`  [EMAIL PROTECTED]
   `-


signature.asc
Description: PGP signature


Openmoko GSM/GPS firmwares (was Re: Leverage in licensing discussions)

2008-11-07 Thread Luca Capello
Hi there!

Disclaimer: I am a member of the Debian FSO Team [1].

On Fri, 07 Nov 2008 13:35:16 +0100, David Bremner wrote:
 At Fri, 7 Nov 2008 00:27:13 +0100, Michelle Konzack wrote:
 And as I have already written, I do not know HOW OpenMoko will solv
 this problem, but FreeRunner/OpenMoko or PurpleMagic are not allowd
 to run in Europe with Open Source GSM-Firmware.  And of course,
 PurpleMagic has never respond to my three E-Mails and one
 Letter. (they are in France)

 I spent 5 minutes reading the OpenMoko wiki and mailing lists, and it
 seems to me that they do not have open source firmware for the GSM
 modem.

This is true [2], but it is completely unrelated to the issue discussed
in this thread, which is about *external*, better, userland firmwares.

The Openmoko GSM does not need to load any userland firmware at all.
Instead, you can control it through *standard* AT commands [3][4][5].
Thus, the Openmoko GSM chipset is exactly like any other modem chipset:
you can use them with *standard* tools.  The correct procedure to flash
a new GSM firmware is also officially available [6][7], but it is highly
discouraged.

The GPS chipset is another story:

- the one used in the Neo 1973 (the first and developer-only model [8])
  needs a binary-only userland driver [9][10].  Efforts are already in
  place to produce an open source one [11][12].

- OTOH, the Neo FreeRunner (the more-friendly end-user model [13]) uses
  a completely different GPS chipset [14], which outputs *standard* NMEA
  data [15] and can be accessed through /dev/ttySAC1 [16].

As usual, please correct me if I am wrong.

FYI, Debian installs and works flawlessly on the Neo FreeRunner, ATM
with software not-yet available in Debian.  The only reasons for this is
that some dependencies needed are not yet in main and that we want to
fix every major problem before uploading to main [17].  Note that all
the packages the Debian FSO Team distributes [18] are GPG-signed by DD
keys already present in the debian-keyring.

I, for myself, consider the discussion on the Openmoko GSM/GPS chipsets
closed, thus take this as the only post on the matter from me ;-)

Thx, bye,
Gismo / Luca

Footnotes: 
[1] http://wiki.debian.org/Teams/DebianFSO
[2] http://wiki.openmoko.org/wiki/Open_GSM_Radio
[3] http://wiki.openmoko.org/wiki/TI_Calypso_D751992AZHH
[4] http://wiki.openmoko.org/wiki/Hardware:AT_Commands
[5] http://lists.openmoko.org/pipermail/community/2007-January/002708.html
[6] http://wiki.openmoko.org/wiki/GSM/Flashing
[7] http://lists.openmoko.org/pipermail/openmoko-devel/2008-April/002605.html
[8] http://wiki.openmoko.org/wiki/GTA01
[9] http://wiki.openmoko.org/wiki/Neo_1973_GPS
[10] http://wiki.openmoko.org/wiki/Gllin
[11] http://wiki.openmoko.org/wiki/Hammerhead/Protocol
[12] http://projects.linuxtogo.org/projects/sphyrna
[13] http://wiki.openmoko.org/wiki/GTA02
[14] http://wiki.openmoko.org/wiki/U-blox_ANTARIS_4_ATR0635
[15] http://www.nmea.org/pub/0183/index.html
[16] http://wiki.openmoko.org/wiki/Neo_FreeRunner_GPS#Low_level_access
[17] 
http://lists.alioth.debian.org/pipermail/pkg-fso-maint/2008-October/000114.html
[18] http://pkg-fso.alioth.debian.org/


pgppmu23ALR8A.pgp
Description: PGP signature


Re: Leverage in licensing discussions (was: [DRAFT] resolving DFSG violations)

2008-11-07 Thread Josselin Mouette
Le vendredi 07 novembre 2008 à 00:27 +0100, Michelle Konzack a écrit :
 The problem is, that even if it is mass production since  some  time,  I
 can not distribute the firmware as  open  source  since  it  change  the
 behavour of the hardware which then can distrurb the GSM network.

This reasoning, as any security-by-obscurity one, is completely flawed.
As long as the firmware is distributed separately, you can modify it,
whether it is open source or not. Not having the source never prevented
people from making modifications.

This is precisely a reason why manufacturers should actually distribute
the sources for such firmware files. Having the source available helps
fixing bugs and in the end you can make a new, improved firmware that
can be submitted, if necessary in your country, to the local authorities
for being allowed for use on production hardware.

When the firmware is not open source, the only things that you will see
people do by modifying it will be breaking the limitations to work with
frequencies they are not supposed to. When it is open source, you can
still expect that, but you can also expect actual improvement in the
firmware and the driver. Pick your choice.

-- 
 .''`.
: :' :  We are debian.org. Lower your prices, surrender your code.
`. `'   We will add your hardware and software distinctiveness to
  `-our own. Resistance is futile.


signature.asc
Description: Ceci est une partie de message	numériquement signée


Re: DFSG violations: non-free but no contrib

2008-11-07 Thread Paul Wise
On Fri, Nov 7, 2008 at 9:47 PM, David Given [EMAIL PROTECTED] wrote:

 Luckily it's very unlikely that Debian will ever having anything to do
 with the labyrinthing maze of potential lawsuits that are involved in
 GSM protocol stacks... what *is* the Debian project's policy on using
 Debian with safety-critical systems, anyway? There are a number of
 licenses that specifically prohibit the use of their software in such
 environments; do these count as DSFG-free? Is there any such software in
 Debian?

Such licenses don't comply with DFSG #6, there should not be any such
software in Debian, there may be some in non-free though. If you find
any such software in main, please file RC bugs.

-- 
bye,
pabs

http://wiki.debian.org/PaulWise


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



Re: Xen status in lenny / linux-image-2.6.26-1-xen in sid with dom0 support included

2008-11-07 Thread Darkbasic
Does pci passthrough work with latest 2.6.26-1-xen debian kernel on both dom0 
and domu?

Thanks

Darkbasic
-- 
Public Key 0x3CDB2D28 @ wwwkeys.eu.pgp.net


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


Re: Leverage in licensing discussions

2008-11-07 Thread Johannes Wiedersich
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Josselin Mouette wrote:
 Le vendredi 07 novembre 2008 à 00:27 +0100, Michelle Konzack a écrit :
 The problem is, that even if it is mass production since  some  time,  I
 can not distribute the firmware as  open  source  since  it  change  the
 behavour of the hardware which then can distrurb the GSM network.
 
 This reasoning, as any security-by-obscurity one, is completely flawed.
 As long as the firmware is distributed separately, you can modify it,
 whether it is open source or not. Not having the source never prevented
 people from making modifications.

Even if it is no guarantee for prevention of modifications, it makes
those much more difficult.

 This is precisely a reason why manufacturers should actually distribute
 the sources for such firmware files. Having the source available helps
 fixing bugs and in the end you can make a new, improved firmware that
 can be submitted, if necessary in your country, to the local authorities
 for being allowed for use on production hardware.

It is not a bug that certain _hardware_ has more capabilities than is
reasonable to offer the user to tweak. Even if a physical radio
transmitter (wifi, cell phone, radio,) is technically capable of
transmitting/receiving at many frequencies, it is usually not desirable
to have any average user actually _use_ it at any frequency they wish.

I'm fully in favour of open source and people tweaking the code running
on their computers, but I'd have to stop leaving the house, if people
started to mess with the software controlling the breaks of their cars...

 Le vendredi 07 novembre 2008 à 00:48 +0100, Michelle Konzack a écrit :
 ???  --  I am willing  to  do  this!  It  is  EUROPEAN  LAW  which  make
 HARDWARE manufacturer responsable if someone MODIFY Firmware and disturb
 public e.g. GSM networks...
 
 Bullshit. You’ll have a hard time finding a court that will conclude
 that the manufacturer is liable instead of the person who has actually
 modified and distributed the firmware. Especially if the manufacturer
 disclaims clearly any responsibility for modifying it in the
 documentation.

You'll have a hard time to prove that it was some modified firmware...
 - that killed the person with the pace maker or

 - that caused the accident by differently controlling the car's
   electronics or

 - that causes the connection problems in your flat (via neighbours
   trying to increase the range of their wireless).

 Such sensibel stuff must be protected...
 
 It will NEVER be protected by ideas as stupid as just keeping the source
 closed.

Closed source might not indefinitely protect it. But open source in some
cases might outright jeopardize it.

Don't forget that there is good reason why even our beloved Debian
employs 'security by obscurity' before the DSA is out and patched
packages are available...

Again that's not to say that closed source guarantees security. But maybe
it helps in certain cases.

Just my 2ct,

Johannes

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.9 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iEYEARECAAYFAkkUaaAACgkQC1NzPRl9qEUkgwCbBfUWcbzxscPzq/s0JDD49Jpe
vqoAmwRammq95ThAyMfE7m/BbBxt74CG
=8hr/
-END PGP SIGNATURE-


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



Re: Leverage in licensing discussions (was: [DRAFT] resolving DFSG violations)

2008-11-07 Thread David Bremner
At Fri, 7 Nov 2008 00:27:13 +0100,
Michelle Konzack wrote:

 And  as  I
 have already written, I do not know HOW OpenMoko will solv this problem,
 but FreeRunner/OpenMoko or PurpleMagic are not allowd to run  in  Europe
 with Open Source GSM-Firmware.  And of  course,  PurpleMagic  has  never
 respond to my three E-Mails and one Letter. (they are in France)

I spent 5 minutes reading the OpenMoko wiki and mailing lists, and it
seems to me that they do not have open source firmware for the GSM
modem.  The reasons given (essentially the fragility of the GSM
network) more or less agree with what you write.  If this is what you
meant to write, it was not successfully communicated to me.

David
 


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



Re: [DRAFT] resolving DFSG violations

2008-11-07 Thread Ben Finney
Michelle Konzack [EMAIL PROTECTED] writes:

 Am 2008-11-03 12:59:53, schrieb Gunnar Wolf:
  So probably the end result won't be shipping raw Debian in your
  product - As you are not willing to release the firmware, Debian
 
 ???  --  I am willing  to  do  this!  It  is  EUROPEAN  LAW  which  make
 HARDWARE manufacturer responsable if someone MODIFY Firmware and disturb
 public e.g. GSM networks...

Any recipient can do this equally well without a license from the
vendor allowing them to do it. If they have the firmware blob, and
have the technical capacity to modify it, they can modify it and
redistribute it — either breaching copyright or not, depending on the
copyright license.

Are you saying that EU law makes the vendor liable *only* in the case
where the copyright license to the firmware permits the recipient to
modify and redistribute, but *does not* make the vendor liable if the
license doesn't allow this?

-- 
 \“To me, boxing is like a ballet, except there's no music, no |
  `\   choreography, and the dancers hit each other.” —Jack Handey |
_o__)  |
Ben Finney


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



Package plugins packaging

2008-11-07 Thread Всеволод Величко
Hello, all.

I need help from expereinced maintainers, because I don't know, how to do it
right.
I have some QT program, qutIM, which should be builded by cmake. Also, there
is a number of plugins, who use qmake for building and are developed as
separate branches. For plugin compilation its source must be placed to the
qutim source /plugins/ directory, i.e. I must have source of qutim to
compile qutim plugin. So I have a problem, how must I organize their
packaging? I have an idea to create one source package qutim, which will
include all plugins and produce after compilations packages qutim,
qutim-plugin-icq, qutim-plugin-jabber, etc. But as the main package and
plugins are developed by different teams, I don't know - is it possible?
Should I place plugins in orig.tar.gz or in diff.tar.gz? Or such packaging
should be done in completely different way? I really don't know :)
And 2 minor questions: I haven't found clear answer, which CC licenses are
treated as DFSG compatible now? Could someone read this license:
http://pastebin.com/m4ba1c5ed and say, can I package smile pack, which uses
this license, for the non-free section, or it'll be rejected?
Thank you.

-- 
Best wishes,
Velichko Vsevolod


vous avez recu un email de la lottery bridge bank

2008-11-07 Thread Kouakou Frederic

A votre aimable attention, 


  
Nous avons le plaisir de vous annoncer que vous êtes l’un des heureux gagnants 
de la Tombola organisée par  La BRIDGE BANK. 
 
Cette Tombola dont le but premier est la publicité de BRIDGE BANK et 
l’expansion de ses activités marketing et commerciales, est basée sur les 
adresses électroniques des internautes résident partout  dans le monde et donne 
ainsi une chance à tous ces internautes c'est a dire toutes les personnes 
physiques ou morales ayant une adresse Email sur Internet, de pouvoir gagner un 
Lot. 
  
Tous les Participants ont été Sélectionnés grâce au tirage par Système de 
Ballottage Informatique d'adresse email sans participation expresse de leur 
part.  
Pour cette tombola organisée les prix étaient les suivants :  
 
- 1er Prix : Une Superbe Villa de SOGEPRIM située à Abidjan et d’une valeur de 
925.000 €
- 2è Prix : une somme de 725.000 €
- 3è Prix : une somme de 525.000 €
- 4è Prix : une somme de 425.000 €
- 5è Prix : une somme de 325.000 € 
- 6è Prix : une somme de 225.000 €
- 7è Prix : une somme de 125.000€
- 8è Prix : une somme de  65.000 €  et plusieurs autres lots intermédiaires 
etc. 
 
 
 A l’issu de cette Tombola, Votre adresse Email a été tirée, et attachée au 
billet numéro EP-70015948-6410 avec le numéro de série 3648042- 510, vous 
désignant comme l’heureux gagnant du Deuxième prix représentant la somme de : 
sept cent vingt cinq mille euros(725.000€). 
Il s’agit d’un gain fiable et il n’y aucun doute à vous faire à ce sujet. 
 
 
 Soyez rassuré qu’il ne s’agit ni d’une plaisanterie, ni d’une tentative de 
tromperie car pour preuve le règlement de la Tombola a exigé votre présence 
physique  pour vous remettre en mains propres le chèque de votre gain et cela 
en présence des médias pour assurer une couverture médiatique de la cérémonie. 
Cela dit, nous vous invitons à prendre toutes vos dispositions pour venir à 
cette manifestation pour la remise de votre gain.
 
Cependant, si vous êtes dans l'impossibilité d'effectuer le déplacement alors 
le paiement de votre gain se fera sur présentation d'un acte judiciaire de 
Bénéficiaire des fonds établi sur la requête d’huissier de justice et pour 
cela, nous vous demandons de bien vouloir envoyer de toute urgence un message 
de confirmation comportant le Numéro de votre Billet et de sa série ainsi que 
votre nom et prénoms, adresse précise et votre Numéro de téléphone à l'adresse 
indiquée ci-dessous de Maître Kouakou Kouame .F qui à supervisé le tirage pour 
vous donner la procédure de retrait de votre gain. 
 
Maître Kouakou Kouame .F huissier de justice
Email :[EMAIL PROTECTED]
TEL: 00225 451 091 52
 
 Dès la présentation de l'Acte à notre Banque, nous établirons à votre égard le 
paiement de votre gain soit par Virement Bancaire  sur votre compte ou 
simplement par paiement express Western Union transfert d’Argent. Un protocole 
de sécurité a été établi par notre Institution Financière pour éviter des 
doubles réclamations et abus sans garantie de ce programme par quelques 
personnes sans scrupule. 
Ainsi, il vous est instamment demandé de garder l'information confidentielle 
jusqu'à la fin des réclamations des divers lots. 
 
Une fois de plus, nous vous adressons nos félicitations pour votre gain et nous 
vous exhortons à prendre contact avec l’Huissier en charge de l’affaire pour la 
procédure de perception de votre gain.  
 
 
Très chaleureusement, 
Monsieur Kouakou Kouame .F Directeur Marketing  Commercial 
BRIDGE BANK.


  

Re: Package plugins packaging

2008-11-07 Thread Josselin Mouette
Le vendredi 07 novembre 2008 à 19:37 +0300, Всеволод Величко a écrit :
 I need help from expereinced maintainers, because I don't know, how to
 do it right.
 I have some QT program, qutIM, which should be builded by cmake. Also,
 there is a number of plugins, who use qmake for building and are
 developed as separate branches. For plugin compilation its source must
 be placed to the qutim source /plugins/ directory, i.e. I must have
 source of qutim to compile qutim plugin. So I have a problem, how must
 I organize their packaging?

You can ship the sources in a qutim-source package and use it to build
the plugins, but that’s really fugly.

Another approach is to find out what files are necessary for compiling
plugins. Theoretically, you don’t need the C++ sources, only the headers
and maybe some static libraries. Then, you can ship all of this in a
qutim-devel package, and modify the build system of the plugins so that
it uses them.

You can also look for another IM software without such a clueless
upstream.

-- 
 .''`.
: :' :  We are debian.org. Lower your prices, surrender your code.
`. `'   We will add your hardware and software distinctiveness to
  `-our own. Resistance is futile.


signature.asc
Description: Ceci est une partie de message	numériquement signée


Re: Leverage in licensing discussions

2008-11-07 Thread Josselin Mouette
Le vendredi 07 novembre 2008 à 17:15 +0100, Johannes Wiedersich a
écrit :
 Josselin Mouette wrote:
  This reasoning, as any security-by-obscurity one, is completely flawed.
  As long as the firmware is distributed separately, you can modify it,
  whether it is open source or not. Not having the source never prevented
  people from making modifications.
 
 Even if it is no guarantee for prevention of modifications, it makes
 those much more difficult.

Or so you think. There are people who can read assembly and hex just as
easily as I read C sources. It would probably take only a few days of
testing for a hacker with the appropriate skills to remove firmware
restrictions for reaching a frequency range, for example.

 It is not a bug that certain _hardware_ has more capabilities than is
 reasonable to offer the user to tweak. Even if a physical radio
 transmitter (wifi, cell phone, radio,) is technically capable of
 transmitting/receiving at many frequencies, it is usually not desirable
 to have any average user actually _use_ it at any frequency they wish.
 
 I'm fully in favour of open source and people tweaking the code running
 on their computers, but I'd have to stop leaving the house, if people
 started to mess with the software controlling the breaks of their cars...

Being in favor of open-sourcing firmwares (including those controlling
critical security devices in cars) does not mean being in favor of
letting anyone ship their own version. In such cases, there needs to be
some appropriate process to validate the new versions and to enforce it
legally. Just like you are not allowed to make any modification you like
in your engine, you should not be allowed to make modifications in the
car’s firmware. And just like modifying the engine without the original
plans makes it more likely to fail, the same holds for a firmware you’d
modify without source.

  Bullshit. You’ll have a hard time finding a court that will conclude
  that the manufacturer is liable instead of the person who has actually
  modified and distributed the firmware. Especially if the manufacturer
  disclaims clearly any responsibility for modifying it in the
  documentation.
 
 You'll have a hard time to prove that it was some modified firmware...
  - that killed the person with the pace maker or
  - that caused the accident by differently controlling the car's
electronics or
  - that causes the connection problems in your flat (via neighbours
trying to increase the range of their wireless).

Indeed. But you can still use a modified firmware, even without the
source. If ill-intentioned people wanted to do it, this would already be
quite feasible.

  Such sensibel stuff must be protected...
  
  It will NEVER be protected by ideas as stupid as just keeping the source
  closed.
 
 Closed source might not indefinitely protect it. But open source in some
 cases might outright jeopardize it.

Sure. We all know how closing the source of DVD decoders and Wii
firmwares prevented people from cracking them.

If people have the motivation to ship modified versions, they *will*
ship modified versions. Closing your eyes will not stop it from
happening.

To go back to the wifi transmitter example: the average hacker doesn’t
care of being able to reach frequencies that are not standard for Wifi,
except if he wants to see people dressed in black search in the
surroundings. However, a spy may be interested in making such
modifications to jam military frequencies, for example. Currently there
is nothing preventing him to do so. If the firmware was open source,
nothing of this would change.

 Don't forget that there is good reason why even our beloved Debian
 employs 'security by obscurity' before the DSA is out and patched
 packages are available...

I don’t see how this is related.

 Again that's not to say that closed source guarantees security. But maybe
 it helps in certain cases.

This is what those keeping their sources closed wish. But there are no
fairies to grant this wish.

-- 
 .''`.
: :' :  We are debian.org. Lower your prices, surrender your code.
`. `'   We will add your hardware and software distinctiveness to
  `-our own. Resistance is futile.


signature.asc
Description: Ceci est une partie de message	numériquement signée


Re: Leverage in licensing discussions

2008-11-07 Thread David Given
Josselin Mouette wrote:
[...]
 Or so you think. There are people who can read assembly and hex just as
 easily as I read C sources. It would probably take only a few days of
 testing for a hacker with the appropriate skills to remove firmware
 restrictions for reaching a frequency range, for example.

I believe that most if not all firmware images these days are signed or
encrypted.

[...]
 In such cases, there needs to be
 some appropriate process to validate the new versions and to enforce it
 legally.

Yup. Unlike most software, wireless stuff is rather indiscriminate about
what it interacts with. Wired ethernet is easy to control, wireless is
much less so; your right to experiment with wireless protocols does not
extend to preventing me making emergency calls.

The EM spectrum is very subject to tragedy-of-the-commons abuses. It's
in everybody's interest to ensure that people follow the rules when
using the EM spectrum, which is why regulators like the FCC have the
powers they do.

[...]
 This is what those keeping their sources closed wish. But there are no
 fairies to grant this wish.

Actually, I strongly suspect this is because most firmware images
contain proprietary embedded operating systems and/or proprietary
third-party libraries...

-- 
David Given
[EMAIL PROTECTED]


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



Re: [DRAFT] resolving DFSG violations

2008-11-07 Thread Josselin Mouette
Le vendredi 07 novembre 2008 à 00:48 +0100, Michelle Konzack a écrit :
 ???  --  I am willing  to  do  this!  It  is  EUROPEAN  LAW  which  make
 HARDWARE manufacturer responsable if someone MODIFY Firmware and disturb
 public e.g. GSM networks...

Bullshit. You’ll have a hard time finding a court that will conclude
that the manufacturer is liable instead of the person who has actually
modified and distributed the firmware. Especially if the manufacturer
disclaims clearly any responsibility for modifying it in the
documentation.

 Such sensibel stuff must be protected...

It will NEVER be protected by ideas as stupid as just keeping the source
closed.

-- 
 .''`.
: :' :  We are debian.org. Lower your prices, surrender your code.
`. `'   We will add your hardware and software distinctiveness to
  `-our own. Resistance is futile.


signature.asc
Description: Ceci est une partie de message	numériquement signée


Re: Xen status in lenny / linux-image-2.6.26-1-xen in sid with dom0 support included

2008-11-07 Thread Darkbasic
Does pci passthrough work with latest 2.6.26-1-xen debian kernel on both dom0 
and domu?

Thanks

Darkbasic
-- 
Public Key 0x3CDB2D28 @ wwwkeys.eu.pgp.net


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


Re: Leverage in licensing discussions (was: [DRAFT] resolving DFSG violations)

2008-11-07 Thread Michelle Konzack
Am 2008-11-04 14:02:14, schrieb Josselin Mouette:
 In other words, I think the carrot has better leverage on them than the
 stick. Of course it all depends on who we???re talking, as the stick will
 work just fine on an obscure Chinese manufacturer but not on a
 world-leading company that sells high-grade hardware at 10 times the
 price.

Thats not all...

I have goten a Chinese Manufacturer who has already build a  GSM  Module
supporting Voice, SMS, MMS, VideoTelephone, GPRS, EDGE UMTS and HSDPA.

The problem is, that even if it is mass production since  some  time,  I
can not distribute the firmware as  open  source  since  it  change  the
behavour of the hardware which then can distrurb the GSM network.

Attaching a FLASH memory of several MByte to it, would the  module  make
6 times more expensive...  and no one would buy it anymore... And  as  I
have already written, I do not know HOW OpenMoko will solv this problem,
but FreeRunner/OpenMoko or PurpleMagic are not allowd to run  in  Europe
with Open Source GSM-Firmware.  And of  course,  PurpleMagic  has  never
respond to my three E-Mails and one Letter. (they are in France)

This was the last word of the TÜV Rheinland...

The manufacturer MUST asure, that the, e.g., GSM/UMTS network will no be
disturbed...

IF, Debian distribute the OpenMoko Software within Debian, it could harm
the Debian Projecc for legal reason...

And they is some other hardware on which one can not install Debian,  IF
the installer has no access to the firmware to activate a device...

And YES, my SmartPhone Nokia 6120 classic (ARM926-EJ, 312 MHz,  128 MB
Flash, 64 MByte mobile SDRAM, 8 GByte micoSDHC) is now running  EmDebian
but it does not help,  if  the  Firmware  written  by  me,  can  not  be
distributed as Open Source, hence not in /main/ and  the  installer  can
not install anything  since  you  must  first  upload  the  firmware  to
activate something...

If the Debian CD/DVD/BlueRay do not include the /non-free/ directory  or
ship the stuff in /main/ or /contrib/ then there are many devices  which
can not be used with Debian, even it should work with it...

Note:   There are MANY Open-Source Extremists, which give a fsck  on  it
and saying: I would not buy such hardware but this has NOTHING
to do with the manufacturer but network security and law.

Unfortunately I know several of them (a group) which code  there
own GSM firmware but the problem is, if they come in my near and
switch from GPRS to UMTS I lost my GSM connection...

Also there is a Website of a women, which has  created  a  small
hardware which can kick-off GSM devices...  She has designed it,
because she was very angry about peoples, using ther cell-phones
to laud in public...  Using her device  can  lead  to  juridical
actions against the user...  Disturbing of Public-Networks.

So ANY hardware which MUST use  tested  certified  hardware  and
software can not be used with Debian...

Note 2: Since my Outdoor HandBag TablePC use as Main CPU an i.MX31 and
as GSM Processor a PNX6712 the firmware will be not  updatable
from users...  I give a fsck on users who say:

Then I will not buy your hardware!

because such users are assholes since the can not even Upgrade
the Firmware of there Cell-Phone which  is  to  99%  based  on
ARM926-EJ and could run EmDebian witout any problems.

Thanks, Greetings and nice Day/Evening
Michelle Konzack
Systemadministrator
24V Electronic Engineer
Tamay Dogan Network
Debian GNU/Linux Consultant


-- 
Linux-User #280138 with the Linux Counter, http://counter.li.org/
# Debian GNU/Linux Consultant #
Michelle Konzack   Apt. 917  ICQ #328449886
+49/177/935194750, rue de Soultz MSN LinuxMichi
+33/6/61925193 67100 Strasbourg/France   IRC #Debian (irc.icq.com)


signature.pgp
Description: Digital signature


Re: Leverage in licensing discussions

2008-11-07 Thread Johannes Wiedersich
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Josselin Mouette wrote:
 Being in favor of open-sourcing firmwares (including those controlling
 critical security devices in cars) does not mean being in favor of
 letting anyone ship their own version. In such cases, there needs to be
 some appropriate process to validate the new versions and to enforce it
 legally. Just like you are not allowed to make any modification you like
 in your engine, you should not be allowed to make modifications in the
 car’s firmware. And just like modifying the engine without the original
 plans makes it more likely to fail, the same holds for a firmware you’d
 modify without source.

Well, if there is some law preventing me from modifying the code, it's
not free software any more. It's still not 'closed software' but that
still renders it non-free and non-distributable for debian.

 Indeed. But you can still use a modified firmware, even without the
 source. If ill-intentioned people wanted to do it, this would already be
 quite feasible.

There is a difference between 'ill-intended people' (those with criminal
intentions) and interested kiddies just downloading and tampering with
freely available source code, having no idea of what harm they might
cause to others.

 Sure. We all know how closing the source of DVD decoders and Wii
 firmwares prevented people from cracking them.

I am fully in favour of open source. I'm just sceptical about (real live)
security relevant messing with everything. There is probably less
incentive to reverse engineer a working firmware than there was for DVDs
which did not work at all for linux (and still don't on Debian-only).

 To go back to the wifi transmitter example: the average hacker doesn’t
 care of being able to reach frequencies that are not standard for Wifi,
 except if he wants to see people dressed in black search in the
 surroundings. 

... or tweaking the maximum permissible signal levels, never mind that
their neighbour's wifi won't work any more...

   However, a spy may be interested in making such
 modifications to jam military frequencies, for example. Currently there
 is nothing preventing him to do so. If the firmware was open source,
 nothing of this would change.

Open sourcing certain firmware might make it easier for 'random script
kid' to just try some things out and accidentally causing problems to
innocent bystanders.

 Don't forget that there is good reason why even our beloved Debian
 employs 'security by obscurity' before the DSA is out and patched
 packages are available...
 
 I don’t see how this is related.

'Security by obscurity' is sometimes important and sometimes it even
works. You didn't convince me, that free firmware is _always_ at least as
secure as closed firmware.

We both agree that it would be nice to see as much free software as
possible. I'm just concerned that 'real life' is sometimes a bit more
complicated than an ideal world. ;-)

Debian rules! Free software for everyone! At least on the computer.

Cheers,

Johannes

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.9 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iEYEARECAAYFAkkUlssACgkQC1NzPRl9qEWakACbB8b3RaoOOQ/IFPBUk9iewYuT
Pa0An1sPVwkgKooOIFSOiGGH/dfsIjLL
=Jgxi
-END PGP SIGNATURE-


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



Re: Leverage in licensing discussions

2008-11-07 Thread Tzafrir Cohen
On Fri, Nov 07, 2008 at 05:15:33PM +0100, Johannes Wiedersich wrote:
 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1
 
 Josselin Mouette wrote:
  Le vendredi 07 novembre 2008 à 00:27 +0100, Michelle Konzack a écrit :
  The problem is, that even if it is mass production since  some  time,  I
  can not distribute the firmware as  open  source  since  it  change  the
  behavour of the hardware which then can distrurb the GSM network.
  
  This reasoning, as any security-by-obscurity one, is completely flawed.
  As long as the firmware is distributed separately, you can modify it,
  whether it is open source or not. Not having the source never prevented
  people from making modifications.
 
 Even if it is no guarantee for prevention of modifications, it makes
 those much more difficult.
 
  This is precisely a reason why manufacturers should actually distribute
  the sources for such firmware files. Having the source available helps
  fixing bugs and in the end you can make a new, improved firmware that
  can be submitted, if necessary in your country, to the local authorities
  for being allowed for use on production hardware.
 
 It is not a bug that certain _hardware_ has more capabilities than is
 reasonable to offer the user to tweak. Even if a physical radio
 transmitter (wifi, cell phone, radio,) is technically capable of
 transmitting/receiving at many frequencies, it is usually not desirable
 to have any average user actually _use_ it at any frequency they wish.
 
 I'm fully in favour of open source and people tweaking the code running
 on their computers, but I'd have to stop leaving the house, if people
 started to mess with the software controlling the breaks of their cars...

Up until 1968 the same reasoning wasused to present people from 
connecting anything but phones provided by Bell to the Bell telephone 
network. You were not even allowed to connect a modem through an
accustic coupler.

  http://en.wikipedia.org/wiki/Modem#The_Carterfone_decision

If the networks that the operators are that badly designed, I worry
about how easy it would be when someone would actively try to DoS them.

-- 
Tzafrir Cohen | [EMAIL PROTECTED] | VIM is
http://tzafrir.org.il || a Mutt's
[EMAIL PROTECTED] ||  best
ICQ# 16849754 || friend


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



Re: Leverage in licensing discussions

2008-11-07 Thread David Given
Tzafrir Cohen wrote:
[...]
 Up until 1968 the same reasoning wasused to present people from 
 connecting anything but phones provided by Bell to the Bell telephone 
 network. You were not even allowed to connect a modem through an
 accustic coupler.

If I recall correctly, back in the old days, it was possible to phone
someone up, so making a physical copper connection between your
telephone and theirs, and then send a high voltage pulse down the line
and fry their phone (and possibly injure them). So there would have been
a certain amount of sense to the restrictions. The acoustic coupler
business was sheer lunacy, though...

[...]
 If the networks that the operators are that badly designed, I worry
 about how easy it would be when someone would actively try to DoS them.

That's one of the problems with fragile mission-critical systems --- at
a certain point it becomes too risky to try and fix them because of the
risk of downtime. Opening (and hardening) the GSM protocols would
probably result in a much more robust mobile phone network, but would
also probably cause short-term breakages... comp.risks is full of
stories about such systems. For example, datacentres where the cost of
downtime is so great they can't afford to test the power failover
systems, in case they fail!

Anyway, in an attempt to try and steer the discussion back on track, I
believe we were at:

1. Some devices require firmware blobs with no source available. Because
of this, such firmware can't be distributed in Debian.

2. For at least some of these devices, even if the source code was
available it would add no value, because of legal restrictions governing
which firmware blobs can be used on that hardware.

3. These devices tend to be quite common and cheap, therefore it would
be nice if Debian could somehow support them.

Therefore, is there a case for having a non-Debian but associated
archive of firmware images, which Debian could optionally refer to at
the user's discretion, in the interest of making life easier for the user?

-- 
┌─── dg@cowlark.com ─ http://www.cowlark.com ─
│
│ ⍎'⎕',∊N⍴⊂S←'←⎕←(3=T)⋎M⋏2=T←⊃+/(V⌽⊂M),(V⊝M),(V,⌽V)⌽(V,V←1⎺1)⊝⊂M)'
│ --- Conway's Game Of Life, in one line of APL



signature.asc
Description: OpenPGP digital signature


Re: Leverage in licensing discussions

2008-11-07 Thread Robert Collins
On Fri, 2008-11-07 at 20:01 +, David Given wrote:
 
 1. Some devices require firmware blobs with no source available.
 Because
 of this, such firmware can't be distributed in Debian.

ack.

 2. For at least some of these devices, even if the source code was
 available it would add no value, because of legal restrictions
 governing
 which firmware blobs can be used on that hardware.

I don't agree with this point: there may be no added value for *most
users* - but if I had the firmware source I could e.g. fix a bug to get
a region the manufacturer had not bothered to certify in to certify the
device. Or open up the power/frequency to ranges I hold a licence to
operate in.

 3. These devices tend to be quite common and cheap, therefore it would
 be nice if Debian could somehow support them.

ack,

-Rob
-- 
GPG key available at: http://www.robertcollins.net/keys.txt.


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


Re: Leverage in licensing discussions

2008-11-07 Thread Ben Hutchings
On Fri, 2008-11-07 at 18:27 +, David Given wrote:
 Josselin Mouette wrote:
 [...]
  Or so you think. There are people who can read assembly and hex just as
  easily as I read C sources. It would probably take only a few days of
  testing for a hacker with the appropriate skills to remove firmware
  restrictions for reaching a frequency range, for example.
 
 I believe that most if not all firmware images these days are signed or
 encrypted.

Often very weakly!  In some cases there's just a checksum to reduce the
risk of accidental corruption, rather than deliberate modification of
the firmware.

 [...]
  In such cases, there needs to be
  some appropriate process to validate the new versions and to enforce it
  legally.
 
 Yup. Unlike most software, wireless stuff is rather indiscriminate about
 what it interacts with. Wired ethernet is easy to control, wireless is
 much less so; your right to experiment with wireless protocols does not
 extend to preventing me making emergency calls.
 
 The EM spectrum is very subject to tragedy-of-the-commons abuses. It's
 in everybody's interest to ensure that people follow the rules when
 using the EM spectrum, which is why regulators like the FCC have the
 powers they do.
 
 [...]
  This is what those keeping their sources closed wish. But there are no
  fairies to grant this wish.
 
 Actually, I strongly suspect this is because most firmware images
 contain proprietary embedded operating systems and/or proprietary
 third-party libraries...

Many of them don't have operating systems.  But proprietary libraries,
yes, this is one of the reasons Intel has such onerous restrictions on
distribution of ipw2100 and ipw2200 firmware.

Ben.



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


Re: Leverage in licensing discussions

2008-11-07 Thread Ben Hutchings
On Fri, 2008-11-07 at 20:28 +0100, Johannes Wiedersich wrote:
 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1
 
 Josselin Mouette wrote:
  Being in favor of open-sourcing firmwares (including those controlling
  critical security devices in cars) does not mean being in favor of
  letting anyone ship their own version. In such cases, there needs to be
  some appropriate process to validate the new versions and to enforce it
  legally. Just like you are not allowed to make any modification you like
  in your engine, you should not be allowed to make modifications in the
  car’s firmware. And just like modifying the engine without the original
  plans makes it more likely to fail, the same holds for a firmware you’d
  modify without source.
 
 Well, if there is some law preventing me from modifying the code, it's
 not free software any more. It's still not 'closed software' but that
 still renders it non-free and non-distributable for debian.
[...]

That's not true.  DFSG only requires that the copyright holder grants
certain permissions, regardless of whether the law of some jurisdiction
overrides those permissions.  Software could be included in main even if
it is illegal to modify it in certain ways, so long as that restriction
is not imposed by the copyright holder.  Of course, if it is illegal
even to distribute the unmodified software (particularly if that is the
case in the US where the ftpmaster host is) then it would have to be
excluded.

Ben.



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


Re: Leverage in licensing discussions

2008-11-07 Thread Ben Finney
Johannes Wiedersich [EMAIL PROTECTED] writes:

 Josselin Mouette wrote:
  This reasoning, as any security-by-obscurity one, is completely
  flawed. As long as the firmware is distributed separately, you can
  modify it, whether it is open source or not. Not having the source
  never prevented people from making modifications.
 
 Even if it is no guarantee for prevention of modifications, it makes
 those much more difficult.

Much more difficult than what? One of the main arguments we've seen
presented in the past month is that many of these firmware blobs *have
no other form*, and modifications are *primarily* made to the binary
blob, even by the vendor.

Ergo, for these cases, any recipient of the binary blob is equally
capable of modifying and redistributing whether the blob is free
software or not.

-- 
 \ “I may disagree with what you say, but I will defend to the |
  `\death your right to mis-attribute this quote to Voltaire.” |
_o__) —Avram Grumer, rec.arts.sf.written, May 2000 |
Ben Finney


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



Accepted pango1.0 1.22.2-1 (source all i386)

2008-11-07 Thread Sebastian Dröge
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Fri, 07 Nov 2008 09:33:19 +0100
Source: pango1.0
Binary: libpango1.0-0 libpango1.0-udeb libpango1.0-common libpango1.0-dev 
libpango1.0-0-dbg libpango1.0-doc
Architecture: source all i386
Version: 1.22.2-1
Distribution: experimental
Urgency: low
Maintainer: Sebastien Bacher [EMAIL PROTECTED]
Changed-By: Sebastian Dröge [EMAIL PROTECTED]
Description: 
 libpango1.0-0 - Layout and rendering of internationalized text
 libpango1.0-0-dbg - The Pango library and debugging symbols
 libpango1.0-common - Modules and configuration files for the Pango
 libpango1.0-dev - Development files for the Pango
 libpango1.0-doc - Documentation files for the Pango
 libpango1.0-udeb - Layout and rendering of internationalized text - minimal 
runtime (udeb)
Changes: 
 pango1.0 (1.22.2-1) experimental; urgency=low
 .
   [ Loic Minier ]
   * Also bump the libcairo-directfb2-dev bdep and the libcairo2-dev deps.
   * New upstream stable release; no API change; bug fixes.
 - Bump libcairo-directfb2-dev and libcairo2-dev bdeps to = 1.7.6.
 .
   [ Deng Xiyue ]
   * New upstream release.
 - Bump SHVERSION to 1.22.0 due to API tweak to adapt cairo-1.7.6.
   * Remove bdep on libcairo-directfb2-dev due to cairo structure changes,
 hence bump libcairo2-dev bdep to = 1.8.2-2.
   * Target watch file to stable releases again.
 .
   [ Sebastian Dröge ]
   * Fix dh_shlibdeps call for the udeb.
Checksums-Sha1: 
 dd15e5501cc9d47178491ba869d6692b3c8fae1b 1668 pango1.0_1.22.2-1.dsc
 8bd55c8009339f0ae932a4fce6d295bb6b2ccd28 2129352 pango1.0_1.22.2.orig.tar.gz
 64110810f47bee677ba640478beb55da1ed7999f 28796 pango1.0_1.22.2-1.diff.gz
 bbc25409165dad7b8c3f09255f4be8fd694b353d 66188 
libpango1.0-common_1.22.2-1_all.deb
 4b2e8aeb3be9a836b4e7b814236037a9bff6f252 290882 
libpango1.0-doc_1.22.2-1_all.deb
 08cb83ea2066204e7746f265183196af8ea06a1d 299170 libpango1.0-0_1.22.2-1_i386.deb
 157b284e9dc6b5c086a6761aea7f678274ba0a9c 223962 
libpango1.0-udeb_1.22.2-1_i386.udeb
 c4a916d995852105f825478a7f42cf62b957c3df 363008 
libpango1.0-dev_1.22.2-1_i386.deb
 5540deccb04d88b2f6cdb590b3c572c7f66cab87 726182 
libpango1.0-0-dbg_1.22.2-1_i386.deb
Checksums-Sha256: 
 0b8ed8be2254b228a2ca66adc31bedcc4641851304b9f390069da2abbfcc9d57 1668 
pango1.0_1.22.2-1.dsc
 bbb039b6b4cbeef4b038fc74d2e734294bbf795eb53e8a56b14508eb828cf614 2129352 
pango1.0_1.22.2.orig.tar.gz
 7f250d16c83272698ebcdd1232f35b1318a86370e7647aeb3f82bc4983bedc1f 28796 
pango1.0_1.22.2-1.diff.gz
 5b29910bc07b63e1665abe670ad70b6c0b7ab9995e503a4f3f83c7c7318e 66188 
libpango1.0-common_1.22.2-1_all.deb
 f21011c49cd6b0802ff11e8ede1f7fc27818cf1180cc8d6e3e43b3809b7cf1fe 290882 
libpango1.0-doc_1.22.2-1_all.deb
 d9e9237e9f8ea902f5cbe2ea1d970ab018a8ce7784836be4cab138714195fdb9 299170 
libpango1.0-0_1.22.2-1_i386.deb
 aad98f4ea721d1a4fbe4f1a60181c5aed42064f71384d64c065aeb0ec4673fe1 223962 
libpango1.0-udeb_1.22.2-1_i386.udeb
 950176469aacbd751c08fef9a27b7031ed1dfa66435f08dcfa8ff2c63d59765a 363008 
libpango1.0-dev_1.22.2-1_i386.deb
 a2188912f2b26e632bd77d842c5fc2eb4ef7ccdda80a141c13c979cc1ef2c86e 726182 
libpango1.0-0-dbg_1.22.2-1_i386.deb
Files: 
 d8bc715ce6f13b239835bc227e8b6203 1668 libs optional pango1.0_1.22.2-1.dsc
 ac0187a02e34dd546f73647a7bc9d946 2129352 libs optional 
pango1.0_1.22.2.orig.tar.gz
 9a84260ddc18f5e2e3196085d56c0fa7 28796 libs optional pango1.0_1.22.2-1.diff.gz
 3f06b32e487ab9e8a37086e5a74c6390 66188 misc optional 
libpango1.0-common_1.22.2-1_all.deb
 b9689c078c1fa72fbefcfb58ffe8c8c1 290882 doc optional 
libpango1.0-doc_1.22.2-1_all.deb
 02dd4348830f3fea5fc1c500f724c44b 299170 libs optional 
libpango1.0-0_1.22.2-1_i386.deb
 eb8ac1a993ed5ad0180c18d72ed7fb49 223962 debian-installer optional 
libpango1.0-udeb_1.22.2-1_i386.udeb
 ef450300e69a03579a66104c3897c93f 363008 libdevel optional 
libpango1.0-dev_1.22.2-1_i386.deb
 2fb543f4006d9241967005988be44033 726182 libdevel extra 
libpango1.0-0-dbg_1.22.2-1_i386.deb
Package-Type: udeb

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

iEYEARECAAYFAkkUAF8ACgkQBsBdh1vkHyEHuQCghoEdc7pC4QCQ25o80NRggEm5
f5MAn0SDGGbm/AgxH2bmxIiQW2xpwwx5
=l1Yz
-END PGP SIGNATURE-


Accepted:
libpango1.0-0-dbg_1.22.2-1_i386.deb
  to pool/main/p/pango1.0/libpango1.0-0-dbg_1.22.2-1_i386.deb
libpango1.0-0_1.22.2-1_i386.deb
  to pool/main/p/pango1.0/libpango1.0-0_1.22.2-1_i386.deb
libpango1.0-common_1.22.2-1_all.deb
  to pool/main/p/pango1.0/libpango1.0-common_1.22.2-1_all.deb
libpango1.0-dev_1.22.2-1_i386.deb
  to pool/main/p/pango1.0/libpango1.0-dev_1.22.2-1_i386.deb
libpango1.0-doc_1.22.2-1_all.deb
  to pool/main/p/pango1.0/libpango1.0-doc_1.22.2-1_all.deb
libpango1.0-udeb_1.22.2-1_i386.udeb
  to pool/main/p/pango1.0/libpango1.0-udeb_1.22.2-1_i386.udeb
pango1.0_1.22.2-1.diff.gz
  to pool/main/p/pango1.0/pango1.0_1.22.2-1.diff.gz
pango1.0_1.22.2-1.dsc
  to pool/main/p/pango1.0/pango1.0_1.22.2-1.dsc
pango1.0_1.22.2.orig.tar.gz
  to pool/main/p/pango1.0/pango1.0_1.22.2.orig.tar.gz



Accepted python-formencode 1.1-1 (source all)

2008-11-07 Thread Debian Python Modules Team
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Thu, 06 Nov 2008 19:29:50 +0100
Source: python-formencode
Binary: python-formencode
Architecture: source all
Version: 1.1-1
Distribution: experimental
Urgency: low
Maintainer: Fabio Tranchitella [EMAIL PROTECTED]
Changed-By: Debian Python Modules Team [EMAIL PROTECTED]
Description: 
 python-formencode - validation and form generation Python package
Changes: 
 python-formencode (1.1-1) experimental; urgency=low
 .
   [ Carlos Galisteo ]
   * debian/control:
 - Added Homepage field.
 .
   [ Sandro Tosi ]
   * debian/control
 - switch Vcs-Browser field to viewsvn
 .
   [ Piotr Ożarowski ]
   * New upstream release (upload to experimental due to Lenny freeze, to ease
 testing rev. dependencies)
   * DH_PYCENTRAL=nomove removed from debian/rules
   * Add python-pkg-resources to Depends
   * Add python-egenix-mxdatetime to Suggests
   * Replace python-elementtree dependency with:
 python (= 2.5) | python-elementtree
   * Remove .py[co] files in clean rule
   * Standards-version bumped to 3.8.0 (new Homepage field, see above)
Checksums-Sha1: 
 a22e344e4f3cd2e9148b17dcb6013ea7c6753f43 1418 python-formencode_1.1-1.dsc
 4c2da71d1e162651719e22b774c1af1d5654130e 176620 
python-formencode_1.1.orig.tar.gz
 f70ce75774e004607020a28b378a02bb03f90a52 3497 python-formencode_1.1-1.diff.gz
 2fcd724d1bd0826396d4d6ffcd73d23ed443f132 166846 python-formencode_1.1-1_all.deb
Checksums-Sha256: 
 0a342c78290dda1b1446fad7f3754d1e1a39be15a0592d44a8f3574e9ef646dc 1418 
python-formencode_1.1-1.dsc
 871a16b9d92d8d89c8192ff3ddf4e85afdc4579960f2cd0c9c546aed181a4156 176620 
python-formencode_1.1.orig.tar.gz
 c01dc0647066294bcfc44c216ae0c54a46c3307beb6c7a3701931570a8d1ff14 3497 
python-formencode_1.1-1.diff.gz
 f3395dad69fa60e554154f9be7e2ccbe72d1e44fa6d6b69784e10483ff41ae1e 166846 
python-formencode_1.1-1_all.deb
Files: 
 40d91a73c990476ec417d951e5b1b289 1418 python optional 
python-formencode_1.1-1.dsc
 cd4074f361d27f124eaa501581a3fd03 176620 python optional 
python-formencode_1.1.orig.tar.gz
 bb0a525ac2be250524677696fc40eb15 3497 python optional 
python-formencode_1.1-1.diff.gz
 f75097cdd1c8eff3658caba0cf4df149 166846 python optional 
python-formencode_1.1-1_all.deb

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

iEYEARECAAYFAkkUAUQACgkQB01zfu119Zn45gCeKn6h0B1JbrqWOKaMKBRVKxDo
a2YAnjBnJp55whFsQJYc/MmaTa2mzPVd
=Otsb
-END PGP SIGNATURE-


Accepted:
python-formencode_1.1-1.diff.gz
  to pool/main/p/python-formencode/python-formencode_1.1-1.diff.gz
python-formencode_1.1-1.dsc
  to pool/main/p/python-formencode/python-formencode_1.1-1.dsc
python-formencode_1.1-1_all.deb
  to pool/main/p/python-formencode/python-formencode_1.1-1_all.deb
python-formencode_1.1.orig.tar.gz
  to pool/main/p/python-formencode/python-formencode_1.1.orig.tar.gz


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



Accepted pylons 0.9.7~rc3-1 (source all)

2008-11-07 Thread Piotr Ożarowski
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Thu, 06 Nov 2008 17:50:04 +0100
Source: pylons
Binary: python-pylons
Architecture: source all
Version: 0.9.7~rc3-1
Distribution: experimental
Urgency: low
Maintainer: Oleksandr Moskalenko [EMAIL PROTECTED]
Changed-By: Piotr Ożarowski [EMAIL PROTECTED]
Description: 
 python-pylons - Python web framework emphasizing flexibility and rapid 
developmen
Changes: 
 pylons (0.9.7~rc3-1) experimental; urgency=low
 .
   [ Sandro Tosi ]
   * Switch Vcs-Browser field to viewsvn
 .
   [ Piotr Ożarowski ]
   * New upstream release
   * bump python-beaker, python-paste, python-pastescript, python-formencode,
 python-simplejson, python-nose, python-webob and python-weberror minimum
 required versions
Checksums-Sha1: 
 5ee2325715db475524e5ea7d3ee0e8bb05d08405 1391 pylons_0.9.7~rc3-1.dsc
 1633adeca19b31bf3cc42acfdd9e0b8c27cfc149 157732 pylons_0.9.7~rc3.orig.tar.gz
 25df51f73bb7a0b31e7edd6fdd4f9cd44c1e3efd 5223 pylons_0.9.7~rc3-1.diff.gz
 47563e44c00d84392ee76bffd2ba430f12f08e5e 116494 
python-pylons_0.9.7~rc3-1_all.deb
Checksums-Sha256: 
 d64bf78347e7d196865a4c3df3e95f28f8c0382cef27d9db11ebe5f2e13d5b0b 1391 
pylons_0.9.7~rc3-1.dsc
 15173feb7743be0ebd30c70d64a8671653efef08e61d0b61878a7ecedb264fc7 157732 
pylons_0.9.7~rc3.orig.tar.gz
 4bdb9ca3c52611dc267f6037c81d51bf6ecc99493d86ad8c51da0fea96006af6 5223 
pylons_0.9.7~rc3-1.diff.gz
 ca30166e978225d7cbf491075018987e0b876c3d00821941f49ef56f4285ee86 116494 
python-pylons_0.9.7~rc3-1_all.deb
Files: 
 e55535635844f0099102c9158e04d6af 1391 web optional pylons_0.9.7~rc3-1.dsc
 561598c1b40704ed619417c9d423d8d5 157732 web optional 
pylons_0.9.7~rc3.orig.tar.gz
 e67fdb238049b1dd0b357a5ba4585ae5 5223 web optional pylons_0.9.7~rc3-1.diff.gz
 982af2554479c145d54981943ef18212 116494 web optional 
python-pylons_0.9.7~rc3-1_all.deb

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

iEYEARECAAYFAkkTQKIACgkQB01zfu119Zl+WQCeIJEeNRgoWWLwyotJzc90w/Ku
w1MAni/zLaLIYyaTnz27OJj3mf/DtTBT
=c4RH
-END PGP SIGNATURE-


Accepted:
pylons_0.9.7~rc3-1.diff.gz
  to pool/main/p/pylons/pylons_0.9.7~rc3-1.diff.gz
pylons_0.9.7~rc3-1.dsc
  to pool/main/p/pylons/pylons_0.9.7~rc3-1.dsc
pylons_0.9.7~rc3.orig.tar.gz
  to pool/main/p/pylons/pylons_0.9.7~rc3.orig.tar.gz
python-pylons_0.9.7~rc3-1_all.deb
  to pool/main/p/pylons/python-pylons_0.9.7~rc3-1_all.deb


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



Accepted konq-plugins 4:4.1.3-1 (source amd64)

2008-11-07 Thread Xavier Vello
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Fri, 07 Nov 2008 01:08:46 +0100
Source: konq-plugins
Binary: konq-plugins
Architecture: source amd64
Version: 4:4.1.3-1
Distribution: experimental
Urgency: low
Maintainer: Debian KDE Extras Team [EMAIL PROTECTED]
Changed-By: Xavier Vello [EMAIL PROTECTED]
Description: 
 konq-plugins - plugins for Konqueror, the KDE file/web/doc browser
Changes: 
 konq-plugins (4:4.1.3-1) experimental; urgency=low
 .
   * New upstream release
 - reverted webarchiver to 4.1.2 (4.1.3 requires trunk)
Checksums-Sha1: 
 a84de2450437c5ccb3c506e77e105d55f7f04854 1125 konq-plugins_4.1.3-1.dsc
 8b77b03f72777650d87818e94127ebb2de73a264 1389199 konq-plugins_4.1.3.orig.tar.gz
 b4e1cf84757565d38e5712c655bcb0568b9b6fc9 35211 konq-plugins_4.1.3-1.diff.gz
 3436c4c3f9f8c4958469c72bf7be772dd53c669b 1893572 konq-plugins_4.1.3-1_amd64.deb
Checksums-Sha256: 
 8318d0d32db6f0183f0c9920242f10c3e780e9b6d944026ecbebb483cd072de1 1125 
konq-plugins_4.1.3-1.dsc
 2327296567c788c553f25f2d94484223f4620a33ab87a347b48610ac3edf02a3 1389199 
konq-plugins_4.1.3.orig.tar.gz
 3d8170f41483eeadd0382fe92563ef9e3562941622df44c3269e7c8ac6b4a342 35211 
konq-plugins_4.1.3-1.diff.gz
 7083e816a10521e9f6c5bc736f408bc6d478b783962a6689c5bbfeea0766eab9 1893572 
konq-plugins_4.1.3-1_amd64.deb
Files: 
 baca18fe084ca52f55e19ff97f1b506f 1125 utils extra konq-plugins_4.1.3-1.dsc
 ce352be8eb41bdf4cd6731c8320744cc 1389199 utils extra 
konq-plugins_4.1.3.orig.tar.gz
 11fecf482dc39d7e8756f6222bdca4b6 35211 utils extra konq-plugins_4.1.3-1.diff.gz
 ad25e01148f319e63ab16f87297462b3 1893572 utils extra 
konq-plugins_4.1.3-1_amd64.deb

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

iEYEARECAAYFAkkUAmIACgkQnMvaFgH6i0oPrwCfb+DTxy2zrvdFXb112tm3PVsr
y7QAoKwVOZjkj3IwLu5UdIhcItXq1sV1
=iSLQ
-END PGP SIGNATURE-


Accepted:
konq-plugins_4.1.3-1.diff.gz
  to pool/main/k/konq-plugins/konq-plugins_4.1.3-1.diff.gz
konq-plugins_4.1.3-1.dsc
  to pool/main/k/konq-plugins/konq-plugins_4.1.3-1.dsc
konq-plugins_4.1.3-1_amd64.deb
  to pool/main/k/konq-plugins/konq-plugins_4.1.3-1_amd64.deb
konq-plugins_4.1.3.orig.tar.gz
  to pool/main/k/konq-plugins/konq-plugins_4.1.3.orig.tar.gz


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



Accepted hal-cups-utils 0.6.16-3 (source amd64)

2008-11-07 Thread Josselin Mouette
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Fri, 07 Nov 2008 11:52:51 +0100
Source: hal-cups-utils
Binary: hal-cups-utils
Architecture: source amd64
Version: 0.6.16-3
Distribution: unstable
Urgency: low
Maintainer: Josselin Mouette [EMAIL PROTECTED]
Changed-By: Josselin Mouette [EMAIL PROTECTED]
Description: 
 hal-cups-utils - Utilities to detect and configure printers automatically
Closes: 504278
Changes: 
 hal-cups-utils (0.6.16-3) unstable; urgency=low
 .
   * 04_dont_disable_hp.patch: new patch. Do not disable at all HPLIP
 printers. Closes: #504278.
   * Add missing dependency on usbutils.
Checksums-Sha1: 
 6c596ee3b645ba5a0697321d1a953d563e15baf2 1231 hal-cups-utils_0.6.16-3.dsc
 912088acb40e5364636a172cbd48135bf515d64c 3475 hal-cups-utils_0.6.16-3.diff.gz
 37131e645a5b19c7464e003bb746c42237236c10 18172 
hal-cups-utils_0.6.16-3_amd64.deb
Checksums-Sha256: 
 ca248059ddaf563540512594b50bf40f6537b12a2f02bc4efdf762ab92966761 1231 
hal-cups-utils_0.6.16-3.dsc
 d53cbf8cf94c81043127e0f2e0005725de75bb95c2d2755641ea8b4de8363463 3475 
hal-cups-utils_0.6.16-3.diff.gz
 164825b3e6eca74abf0a3e167b1d7ddb1709fdc3a8c4726ad6dc92c9be27fb0c 18172 
hal-cups-utils_0.6.16-3_amd64.deb
Files: 
 6aa12e316ab7e451167062f8edf40d18 1231 admin optional 
hal-cups-utils_0.6.16-3.dsc
 4c4133f432c623cccd0c803d5440e0e7 3475 admin optional 
hal-cups-utils_0.6.16-3.diff.gz
 56759d67dc4151decb9c602ac448df85 18172 admin optional 
hal-cups-utils_0.6.16-3_amd64.deb

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

iD8DBQFJFB+/rSla4ddfhTMRAtn8AJ902+L8p+sMa7p2z12SglRF5DwddACggN33
waU5DP0Moy9nVLfd417LVFU=
=AgeO
-END PGP SIGNATURE-


Accepted:
hal-cups-utils_0.6.16-3.diff.gz
  to pool/main/h/hal-cups-utils/hal-cups-utils_0.6.16-3.diff.gz
hal-cups-utils_0.6.16-3.dsc
  to pool/main/h/hal-cups-utils/hal-cups-utils_0.6.16-3.dsc
hal-cups-utils_0.6.16-3_amd64.deb
  to pool/main/h/hal-cups-utils/hal-cups-utils_0.6.16-3_amd64.deb


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



Accepted gobby 0.4.8-1 (source amd64)

2008-11-07 Thread Philipp Kern
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Fri, 07 Nov 2008 09:52:39 +0100
Source: gobby
Binary: gobby gobby-dbg
Architecture: source amd64
Version: 0.4.8-1
Distribution: unstable
Urgency: low
Maintainer: Philipp Kern [EMAIL PROTECTED]
Changed-By: Philipp Kern [EMAIL PROTECTED]
Description: 
 gobby  - collaborative text editor
 gobby-dbg  - collaborative text editor - debugging symbols
Closes: 504431
Changes: 
 gobby (0.4.8-1) unstable; urgency=low
 .
   * New upstream release
 - Fix a crash in the join dialog when avahi-daemon is not started.
   (Closes: #504431)
Checksums-Sha1: 
 f5067f0defc6a9e26a5fb94888406482894b016a 1274 gobby_0.4.8-1.dsc
 20947ede2c39665512bc9a11d4aae7305d6f3b7f 429871 gobby_0.4.8.orig.tar.gz
 39323161704a5d24d1b495e292840c9afa25235a 4510 gobby_0.4.8-1.diff.gz
 382698890ec4b1a2067a68c02c02cfd3e369d4ca 547774 gobby_0.4.8-1_amd64.deb
 fd4c23ee33e8fe0e5b1165c5c5c8dfde869e715c 2571864 gobby-dbg_0.4.8-1_amd64.deb
Checksums-Sha256: 
 f337aadf29254e2f9c49b2b78d387d69c87f9ad46bc9cf573e5bbc701f4cf5b2 1274 
gobby_0.4.8-1.dsc
 0bdec8a9accce05bb709299145dc58c96431bb3a5b0b4a1009ba045c85eca2a1 429871 
gobby_0.4.8.orig.tar.gz
 32325f52b773dfc03e2fbc4d98a03847f56e7dfc63a956af2a295c26b1437982 4510 
gobby_0.4.8-1.diff.gz
 232119fcaca572ba9d91ba377e213227dd1880bb1a65a25ec35db8ed7143 547774 
gobby_0.4.8-1_amd64.deb
 00323fe6001e70c4d05046fc04dc2755672e0697d9053b69c5e319ec00f81739 2571864 
gobby-dbg_0.4.8-1_amd64.deb
Files: 
 f2d6285a4ead2c2d5bce2d254523e932 1274 net optional gobby_0.4.8-1.dsc
 780720749fdfb2a396731ba04ab42b70 429871 net optional gobby_0.4.8.orig.tar.gz
 3134bc47c97e39b722f2141860cd0a86 4510 net optional gobby_0.4.8-1.diff.gz
 f239f95057eb5a4eae5deab6ed5952ef 547774 net optional gobby_0.4.8-1_amd64.deb
 30342488a021ada67950131ea22c94cf 2571864 devel extra 
gobby-dbg_0.4.8-1_amd64.deb

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

iEYEARECAAYFAkkUI5sACgkQ7Ro5M7LPzdjGiACeNemkwbF6/lut2CDjlvSAmLsK
zacAoJe2cV9hvAk1Y84+NqZliJFWDd3z
=yMqi
-END PGP SIGNATURE-


Accepted:
gobby-dbg_0.4.8-1_amd64.deb
  to pool/main/g/gobby/gobby-dbg_0.4.8-1_amd64.deb
gobby_0.4.8-1.diff.gz
  to pool/main/g/gobby/gobby_0.4.8-1.diff.gz
gobby_0.4.8-1.dsc
  to pool/main/g/gobby/gobby_0.4.8-1.dsc
gobby_0.4.8-1_amd64.deb
  to pool/main/g/gobby/gobby_0.4.8-1_amd64.deb
gobby_0.4.8.orig.tar.gz
  to pool/main/g/gobby/gobby_0.4.8.orig.tar.gz


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



Accepted libdatetime-timezone-perl 1:0.83-1+2008i (source all)

2008-11-07 Thread eloy
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Fri, 31 Oct 2008 11:21:43 +0100
Source: libdatetime-timezone-perl
Binary: libdatetime-timezone-perl
Architecture: source all
Version: 1:0.83-1+2008i
Distribution: unstable
Urgency: low
Maintainer: Debian Perl Group [EMAIL PROTECTED]
Changed-By: Krzysztof Krzyżaniak (eloy) [EMAIL PROTECTED]
Description: 
 libdatetime-timezone-perl - perl DateTime::TimeZone - Time zone object base 
class and factory
Changes: 
 libdatetime-timezone-perl (1:0.83-1+2008i) unstable; urgency=low
 .
   * New upstream release, database rebuild from 2008i package
   * New Olsen DB release: 2008h
   * debian/control:
+ Changed headers Vcs-Svn and Vcs-Browser
+ Updated Maintainer header
+ Added me to Uploaders
+ Standards-Version updated to 3.8.0
   * debian/compat: create with value 7
   * debian/copyright: create from scratch
Checksums-Sha1: 
 ce4f78ee59ccbeb5d3746471ef6effb0639ab96a 1592 
libdatetime-timezone-perl_0.83-1+2008i.dsc
 1a6518a8bb33df735c275b33b5a3e9ee0ff690c9 354830 
libdatetime-timezone-perl_0.83.orig.tar.gz
 ffa08c5c0aac5dabebff3a15a6e9fef96281d156 189561 
libdatetime-timezone-perl_0.83-1+2008i.diff.gz
 eae4c30b4ae8c4a9cd82f249efed386c9abd27b4 350826 
libdatetime-timezone-perl_0.83-1+2008i_all.deb
Checksums-Sha256: 
 44629772e77e459d17f581ec6d6324ef667b286176425f98d7b93466036359dd 1592 
libdatetime-timezone-perl_0.83-1+2008i.dsc
 4469ef128b9c60854fa9d5fb8db55c56fdceb7ca9641c38769f6ee97f7582dde 354830 
libdatetime-timezone-perl_0.83.orig.tar.gz
 99dcdd79eb00cce0867726d940e9fd6523f589c7fd0f466225f2e7fd62478058 189561 
libdatetime-timezone-perl_0.83-1+2008i.diff.gz
 97f28694c8f32bb614ba2c23a18c457f43911e6423e00e620215935f61bd1afa 350826 
libdatetime-timezone-perl_0.83-1+2008i_all.deb
Files: 
 ad2b4984759bbb31b516ffc9531f5415 1592 perl extra 
libdatetime-timezone-perl_0.83-1+2008i.dsc
 fef9e1075ef074695deec670e6f21436 354830 perl extra 
libdatetime-timezone-perl_0.83.orig.tar.gz
 6c57a2e7b5fbc2f897c662d41c772427 189561 perl extra 
libdatetime-timezone-perl_0.83-1+2008i.diff.gz
 2db3144bf0036b6c2c8774058a17764d 350826 perl extra 
libdatetime-timezone-perl_0.83-1+2008i_all.deb

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

iEYEARECAAYFAkkUHlIACgkQy+HP4f7iC8tVugCfYCZUyJ/HcJeD3WkJ5qEi+7Eb
B5kAniWsMrujjSfvv+jMJokce0ZTlJjW
=43hw
-END PGP SIGNATURE-


Accepted:
libdatetime-timezone-perl_0.83-1+2008i.diff.gz
  to 
pool/main/libd/libdatetime-timezone-perl/libdatetime-timezone-perl_0.83-1+2008i.diff.gz
libdatetime-timezone-perl_0.83-1+2008i.dsc
  to 
pool/main/libd/libdatetime-timezone-perl/libdatetime-timezone-perl_0.83-1+2008i.dsc
libdatetime-timezone-perl_0.83-1+2008i_all.deb
  to 
pool/main/libd/libdatetime-timezone-perl/libdatetime-timezone-perl_0.83-1+2008i_all.deb
libdatetime-timezone-perl_0.83.orig.tar.gz
  to 
pool/main/libd/libdatetime-timezone-perl/libdatetime-timezone-perl_0.83.orig.tar.gz


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



Accepted ipe 6.0pre31-1 (source amd64)

2008-11-07 Thread Steve M. Robbins
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Fri, 07 Nov 2008 04:25:40 -0600
Source: ipe
Binary: ipe libipe1c2a libipe1-dev
Architecture: source amd64
Version: 6.0pre31-1
Distribution: unstable
Urgency: low
Maintainer: Steve M. Robbins [EMAIL PROTECTED]
Changed-By: Steve M. Robbins [EMAIL PROTECTED]
Description: 
 ipe- drawing editor for creating figures in PDF or PS formats
 libipe1-dev - Ipe library used by ipelets (developer files)
 libipe1c2a - Ipe library used by ipelets
Changes: 
 ipe (6.0pre31-1) unstable; urgency=low
 .
   * New upstream.
 - debian/patches/gcc43.diff
 - debian/patches/ipe-bug-253.diff:
 - debian/patches/decimal-point.patch: Remove.  Applied upstream.
 - debian/patches/config.diff: Remove IPEBROWSER hunk; upstream changed
   it to sensible-browser.
Checksums-Sha1: 
 eb4959ad786d1f0d992cc4cf25d83fc5cb328fd8 1133 ipe_6.0pre31-1.dsc
 9ac3ad251bcc7825f5d33be27b0cd1f0319604f6 949492 ipe_6.0pre31.orig.tar.gz
 d63544046fc08889b4aaa0818558245689e4520b 8581 ipe_6.0pre31-1.diff.gz
 6e77c5988b334d65c412cad1e0e263f9c9fe861f 878022 ipe_6.0pre31-1_amd64.deb
 3086ab230eeafbdf2b19925839f0d1bac92784a4 430088 libipe1c2a_6.0pre31-1_amd64.deb
 02fb3e297becb528b83a992055ee2dc3424ac678 32672 libipe1-dev_6.0pre31-1_amd64.deb
Checksums-Sha256: 
 4bee46fd63f25141e31f8e6ebbfce5719e2a626c6013bf6abec1b7a316c01d8c 1133 
ipe_6.0pre31-1.dsc
 aab735fec5746234019a96564ea5c443915168f68f0e170556d25b82bfd9b891 949492 
ipe_6.0pre31.orig.tar.gz
 423ac6ec1afc5ea5ba49cbb529c7e4ed666fdaef22a83f05386daccde6d1843a 8581 
ipe_6.0pre31-1.diff.gz
 c08be1e5de33faee777f2dd6ec6f05d71b88013633089b331370cfdc3a09144b 878022 
ipe_6.0pre31-1_amd64.deb
 1724142af23e92d18af02ed98d7a843cfb76112ecac2ea87448fefd772014ec9 430088 
libipe1c2a_6.0pre31-1_amd64.deb
 4e79307b211ab03ccf4d99c4b0d71126188bfa1eac1ddcb0f327a0bc4b5c330a 32672 
libipe1-dev_6.0pre31-1_amd64.deb
Files: 
 42c682d5a89293cc17213d79132c38df 1133 graphics optional ipe_6.0pre31-1.dsc
 02bb8b2cef25687435d0d2261c124177 949492 graphics optional 
ipe_6.0pre31.orig.tar.gz
 ec9b12ef1d48d106e58f8d24d55b0c0a 8581 graphics optional ipe_6.0pre31-1.diff.gz
 110ef4990536243cfa3b1e272ddc5733 878022 graphics optional 
ipe_6.0pre31-1_amd64.deb
 5ea301cdd34d53f01b7e2385ea502533 430088 libs optional 
libipe1c2a_6.0pre31-1_amd64.deb
 f097266e785ba9e8ac10cf41b95b140a 32672 libdevel optional 
libipe1-dev_6.0pre31-1_amd64.deb

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

iD8DBQFJFB6S0i2bPSHbMcURAmq1AJ9rYpD6BFx2tlom9ZVomDP8i6E26QCdEIYy
sBnDbTaK+o1kqdnN/vIAk7A=
=BBBf
-END PGP SIGNATURE-


Accepted:
ipe_6.0pre31-1.diff.gz
  to pool/main/i/ipe/ipe_6.0pre31-1.diff.gz
ipe_6.0pre31-1.dsc
  to pool/main/i/ipe/ipe_6.0pre31-1.dsc
ipe_6.0pre31-1_amd64.deb
  to pool/main/i/ipe/ipe_6.0pre31-1_amd64.deb
ipe_6.0pre31.orig.tar.gz
  to pool/main/i/ipe/ipe_6.0pre31.orig.tar.gz
libipe1-dev_6.0pre31-1_amd64.deb
  to pool/main/i/ipe/libipe1-dev_6.0pre31-1_amd64.deb
libipe1c2a_6.0pre31-1_amd64.deb
  to pool/main/i/ipe/libipe1c2a_6.0pre31-1_amd64.deb


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



Accepted sofa-framework 1.0~beta3-2 (source i386 all)

2008-11-07 Thread Dominique Belhachemi
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Thu, 30 Oct 2008 19:23:49 +0100
Source: sofa-framework
Binary: sofa-apps libsofa1-dev libsofa1 sofa-tutorials sofa-data sofa-doc
Architecture: source i386 all
Version: 1.0~beta3-2
Distribution: unstable
Urgency: low
Maintainer: Debian-Med Packaging Team [EMAIL PROTECTED]
Changed-By: Dominique Belhachemi [EMAIL PROTECTED]
Description: 
 libsofa1   - Simulation Open Framework Architecture - runtime
 libsofa1-dev - Simulation Open Framework Architecture - development
 sofa-apps  - GUI for the Simulation Open Framework Architecture (SOFA)
 sofa-data  - Simulation Open Framework Architecture - data
 sofa-doc   - SOFA class reference documentation
 sofa-tutorials - Simulation Open Framework Architecture - tutorials
Closes: 503555
Changes: 
 sofa-framework (1.0~beta3-2) unstable; urgency=low
 .
   * fixed segfault on amd64
   * build arch all packages only in the binary-indep target (Closes: #503555)
   * fixed MIPS and ARM build error (sqrt/sqrtl)
Checksums-Sha1: 
 0119ce533befda9ccfc6ff0d6a9bd2b43ff90e24 1420 sofa-framework_1.0~beta3-2.dsc
 e91e70864ea96c7063e5f750b888a564dd9d8e3f 13021 
sofa-framework_1.0~beta3-2.diff.gz
 ee800cbd0c682b650b89c43c59dbb0e9c0de4dc2 17212 sofa-apps_1.0~beta3-2_i386.deb
 065e8304552b1362c9cff46317d625d8e6361c93 837036 
libsofa1-dev_1.0~beta3-2_i386.deb
 fbdce4c7b8ee473ba9a7f8d69bee876df02e7a57 6479590 libsofa1_1.0~beta3-2_i386.deb
 6a49ba86437d5b5c4720b933edb2f410b7a71032 77550 
sofa-tutorials_1.0~beta3-2_all.deb
 d88fb5a70b18a9972113c76f6edec8f96c04a0e3 24129078 sofa-data_1.0~beta3-2_all.deb
 0581d548e6676ccc9b8f2768b18c6482ffad08c3 107699402 sofa-doc_1.0~beta3-2_all.deb
Checksums-Sha256: 
 4869533ddcb5db6012f44017c8c73ab1178dd841dc294480fc79d91711f5c527 1420 
sofa-framework_1.0~beta3-2.dsc
 df1fec8f53562bb96fe736d414967a4f19f9b57eb1f5d8b1d36c8bf96e29c3e7 13021 
sofa-framework_1.0~beta3-2.diff.gz
 b15fe1968150daa3c3a156750926f96495323834f146cac968abb7cd9ca9b7d0 17212 
sofa-apps_1.0~beta3-2_i386.deb
 e2549398195ad3b6d43c2a0d082ef7e3ca50a8eaf54e8fa60f046edcbda13338 837036 
libsofa1-dev_1.0~beta3-2_i386.deb
 da4e05eeb27f3dcb0ac3c2fad10672e224e01c86626f5da69608f4408cd3daee 6479590 
libsofa1_1.0~beta3-2_i386.deb
 eb735a60a1d264452c77937e841190ad5bc47e96ab04a6d4706d9cb8ff156a0e 77550 
sofa-tutorials_1.0~beta3-2_all.deb
 f08e4e630f2785b73d2f6d501f6490b24b2479cbe970a18784b62c84dc2c9012 24129078 
sofa-data_1.0~beta3-2_all.deb
 46d643ac6e62a5988a4230e78081741e9b217f325917ded5924f20097e6bb79b 107699402 
sofa-doc_1.0~beta3-2_all.deb
Files: 
 67c604d1ee5d6efdb5918f93b13395ee 1420 graphics optional 
sofa-framework_1.0~beta3-2.dsc
 79cb721f33f13159b682d5138949059d 13021 graphics optional 
sofa-framework_1.0~beta3-2.diff.gz
 308100c66f4d9bf25d46dcc309654aaf 17212 graphics optional 
sofa-apps_1.0~beta3-2_i386.deb
 54605c37f296ea8315d28c5d960f3631 837036 libdevel optional 
libsofa1-dev_1.0~beta3-2_i386.deb
 fe420813ac57136c662fc7375acdf455 6479590 libs optional 
libsofa1_1.0~beta3-2_i386.deb
 f64b1f736f7a5615597524f3f0ceb168 77550 graphics optional 
sofa-tutorials_1.0~beta3-2_all.deb
 e83dbd26f47194b16b8944d7a03ddd8a 24129078 graphics optional 
sofa-data_1.0~beta3-2_all.deb
 560aef41290879ae102b5810dd5e3390 107699402 doc optional 
sofa-doc_1.0~beta3-2_all.deb

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

iEYEARECAAYFAkkUKz0ACgkQAQwuptkwlkSCSwCfWyhiK7T/Tq9iscGkZcUNgkqn
ZLgAnAhduJcyYOOoCiwl4I72mO/eXF+l
=i2xf
-END PGP SIGNATURE-


Accepted:
libsofa1-dev_1.0~beta3-2_i386.deb
  to pool/main/s/sofa-framework/libsofa1-dev_1.0~beta3-2_i386.deb
libsofa1_1.0~beta3-2_i386.deb
  to pool/main/s/sofa-framework/libsofa1_1.0~beta3-2_i386.deb
sofa-apps_1.0~beta3-2_i386.deb
  to pool/main/s/sofa-framework/sofa-apps_1.0~beta3-2_i386.deb
sofa-data_1.0~beta3-2_all.deb
  to pool/main/s/sofa-framework/sofa-data_1.0~beta3-2_all.deb
sofa-doc_1.0~beta3-2_all.deb
  to pool/main/s/sofa-framework/sofa-doc_1.0~beta3-2_all.deb
sofa-framework_1.0~beta3-2.diff.gz
  to pool/main/s/sofa-framework/sofa-framework_1.0~beta3-2.diff.gz
sofa-framework_1.0~beta3-2.dsc
  to pool/main/s/sofa-framework/sofa-framework_1.0~beta3-2.dsc
sofa-tutorials_1.0~beta3-2_all.deb
  to pool/main/s/sofa-framework/sofa-tutorials_1.0~beta3-2_all.deb


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



Accepted citadel 7.37-6 (source i386 all)

2008-11-07 Thread Michael Meskes
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Fri, 07 Nov 2008 12:26:44 +0100
Source: citadel
Binary: citadel-server citadel-suite citadel-common citadel-mta citadel-client 
citadel-doc
Architecture: source i386 all
Version: 7.37-6
Distribution: unstable
Urgency: low
Maintainer: Debian Citadel Team [EMAIL PROTECTED]
Changed-By: Michael Meskes [EMAIL PROTECTED]
Description: 
 citadel-client - complete and feature-rich groupware server (command line 
client)
 citadel-common - complete and feature-rich groupware server
 citadel-doc - complete and feature-rich groupware server (documentation)
 citadel-mta - complete and feature-rich groupware server (mail transport agent)
 citadel-server - complete and feature-rich groupware server
 citadel-suite - complete and feature-rich groupware server; metapackage for 
full 
Closes: 503346
Changes: 
 citadel (7.37-6) unstable; urgency=low
 .
 [ Wilfried Goesgens ]
   * [r6718] add upstream prepatch; long to: headerlines would choke sieve on
 parsing, closes: #503346
Checksums-Sha1: 
 1cfa85dd5aec53f29774ec1751bf87af9de2016e 1382 citadel_7.37-6.dsc
 970bd869ae2f6017a2acb0da9ce27da9840152c7 28315 citadel_7.37-6.diff.gz
 18afe6f71bb6140021255248004bff14b5438ae7 547766 citadel-server_7.37-6_i386.deb
 fee34374a76dfe16463e36fae04b60eacd3e300e 16034 citadel-mta_7.37-6_i386.deb
 2ac1e1c1ea08bb6697808c25a6c7619f988714dc 114806 citadel-client_7.37-6_i386.deb
 8ecb4722c44afa4d432546261b80df304438c9e8 8318 citadel-suite_7.37-6_all.deb
 db8b75391a3b2a1dbd281d12e58317d3b08d03eb 8454 citadel-common_7.37-6_all.deb
 7e53393e5d2efcfb3031c34cb65f51374d72aac3 95844 citadel-doc_7.37-6_all.deb
Checksums-Sha256: 
 226bb8abf08b533bf26f60b49707fe170e56b1fce279bc147e26d942538bf045 1382 
citadel_7.37-6.dsc
 c828192548c0a6a16fd1ffb6ae2218c68dba9bd3e7a25f0641a96b4ebdd62e06 28315 
citadel_7.37-6.diff.gz
 0cedf1028881c8893ecd958d4c1e3d7a2a2491c9a81fa2062f62025de5cf3697 547766 
citadel-server_7.37-6_i386.deb
 1dfb4ec71066cd412a392ec4a6f9dfbc4bb68109b4ae8f9611ab9866ea273238 16034 
citadel-mta_7.37-6_i386.deb
 ea674cf43c712b337e0efd8b3fe86b539632388533cfb50bcce812821a9dfa7b 114806 
citadel-client_7.37-6_i386.deb
 cb1a5619e470ea9bb578cfa879dad2aa9fd4c8505ac80c1cb512a8753b834838 8318 
citadel-suite_7.37-6_all.deb
 7f15ea75a022c43c00df9c62c292ccc4db919476b0e1cd46dd6df6a6a7d50d14 8454 
citadel-common_7.37-6_all.deb
 714febd17ef92888a40d07875615b93ed9e7c77dc291887d0845d265b94c3948 95844 
citadel-doc_7.37-6_all.deb
Files: 
 dc30f91dfd3d3dbf91c398a69808b275 1382 mail extra citadel_7.37-6.dsc
 c403f21d1178c98213c07eb618ddb962 28315 mail extra citadel_7.37-6.diff.gz
 26e77767998cb612c27fed87c9674077 547766 mail extra 
citadel-server_7.37-6_i386.deb
 7216269eef9a29c279d081d73abbf474 16034 mail extra citadel-mta_7.37-6_i386.deb
 67896adff484712cb1e209e5e4110538 114806 mail extra 
citadel-client_7.37-6_i386.deb
 e2f3bc5d8e08572134bacafcf72310dd 8318 mail extra citadel-suite_7.37-6_all.deb
 15d430dba3a17767e1bff240fb506c36 8454 mail extra citadel-common_7.37-6_all.deb
 d8ada9a2e570e1d063f5412984abd66b 95844 doc extra citadel-doc_7.37-6_all.deb

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

iD8DBQFJFC/kVkEm8inxm9ERArM0AJ4lNW+vppG7hvVCF2z4F/DPvLaT3QCeM7Kt
lLf7GObjD5KkBybQfA1diII=
=tYHx
-END PGP SIGNATURE-


Accepted:
citadel-client_7.37-6_i386.deb
  to pool/main/c/citadel/citadel-client_7.37-6_i386.deb
citadel-common_7.37-6_all.deb
  to pool/main/c/citadel/citadel-common_7.37-6_all.deb
citadel-doc_7.37-6_all.deb
  to pool/main/c/citadel/citadel-doc_7.37-6_all.deb
citadel-mta_7.37-6_i386.deb
  to pool/main/c/citadel/citadel-mta_7.37-6_i386.deb
citadel-server_7.37-6_i386.deb
  to pool/main/c/citadel/citadel-server_7.37-6_i386.deb
citadel-suite_7.37-6_all.deb
  to pool/main/c/citadel/citadel-suite_7.37-6_all.deb
citadel_7.37-6.diff.gz
  to pool/main/c/citadel/citadel_7.37-6.diff.gz
citadel_7.37-6.dsc
  to pool/main/c/citadel/citadel_7.37-6.dsc


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



Accepted mailman 1:2.1.11-4 (source i386)

2008-11-07 Thread Thijs Kinkhorst
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Fri, 07 Nov 2008 09:48:10 +0100
Source: mailman
Binary: mailman
Architecture: source i386
Version: 1:2.1.11-4
Distribution: unstable
Urgency: medium
Maintainer: Mailman for Debian [EMAIL PROTECTED]
Changed-By: Thijs Kinkhorst [EMAIL PROTECTED]
Description: 
 mailman- Powerful, web-based mailing list manager
Closes: 418062 504695 504700
Changes: 
 mailman (1:2.1.11-4) unstable; urgency=medium
 .
   [ Lionel Elie Mamane ]
   * Add -loop to list of accepted suffixes for routers in
 README.Exim4.Debian
 .
   [ Thijs Kinkhorst ]
   * Add mischief to logrotate configuration (closes: #504700).
   * Update Mailman group and aliases path in README.Exim4.Debian,
 thanks Kris Popendorf (closes: #504695).
   * Detect a nonstandard site list name, thanks Moritz Naumann
 (closes: #418062).
Checksums-Sha1: 
 f24e1ee595fdfa6063ae9cbbc64ffda5bfd7a1d8 1624 mailman_2.1.11-4.dsc
 db6ede5eb51e71f080b1f530c20f5581f606fb30 142339 mailman_2.1.11-4.diff.gz
 873f415c81f675a01037983a1f755faa5be264d5 9543414 mailman_2.1.11-4_i386.deb
Checksums-Sha256: 
 48dc906bca6cd0f5b111c5e9fc345b31789c3b67dac36de4f850ea8b76fc4a83 1624 
mailman_2.1.11-4.dsc
 bfa48e650759302ce4888da8724010849045d481fb7e48ba1ba5b1977e924154 142339 
mailman_2.1.11-4.diff.gz
 6dbd0bad734a9fec8b9e9c31babd39ab73cb4c19cd4fea4c7d50d991ee08a0fb 9543414 
mailman_2.1.11-4_i386.deb
Files: 
 ad2c3ab035767f7a9bb11e699bea2925 1624 mail optional mailman_2.1.11-4.dsc
 43a86c133b312901e70efe9ed4eb755d 142339 mail optional mailman_2.1.11-4.diff.gz
 fe90f502455d1e96504ffd526ebe6041 9543414 mail optional 
mailman_2.1.11-4_i386.deb

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

iQEcBAEBAgAGBQJJFAvMAAoJEGz0hbPcukPfNHkH/RF7IShyHHTjkK9bCGvOLHDb
NmybnDqNQnRPF+j3pvUitfcARJvntZ+YbQXsYXBL+11cvbhclddJ/7Detjz56ztT
7k4sIYGdYb5AwVudafBtV130CcZVwH1gsyCUfQFWQFdHHprWnbIbXyNEFcdRDuTI
F5dirRUFNp8TCbz/XVzvuXiAIPHVjAN1eEuMuGN5Btjqq34/r8Zuepkjn0FewGXC
8PGijy26w1NmBARnKQn57Y9zusQWPpygYb6TBErmvBxiQ0dZJHTNvisVOOwy50KC
XZk4mn8sPjy+cQN576GT46WGCwGU+VxYBs/je5wliKkyN/pKXDTGNrIajseuISo=
=kDRi
-END PGP SIGNATURE-


Accepted:
mailman_2.1.11-4.diff.gz
  to pool/main/m/mailman/mailman_2.1.11-4.diff.gz
mailman_2.1.11-4.dsc
  to pool/main/m/mailman/mailman_2.1.11-4.dsc
mailman_2.1.11-4_i386.deb
  to pool/main/m/mailman/mailman_2.1.11-4_i386.deb


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



Accepted nfs-utils 1:1.1.4-1 (source i386)

2008-11-07 Thread Steinar H. Gunderson
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Fri, 07 Nov 2008 14:01:19 +0100
Source: nfs-utils
Binary: nfs-kernel-server nfs-common
Architecture: source i386
Version: 1:1.1.4-1
Distribution: unstable
Urgency: low
Maintainer: Anibal Monsalve Salazar [EMAIL PROTECTED]
Changed-By: Steinar H. Gunderson [EMAIL PROTECTED]
Description: 
 nfs-common - NFS support files common to client and server
 nfs-kernel-server - support for NFS kernel server
Closes: 480909 492970 493059 502122 503643
Changes: 
 nfs-utils (1:1.1.4-1) unstable; urgency=low
 .
   * New upstream release. Patch status:
 * 01-sm-notify-in-sbin.patch: Refreshed.
 * 03-handle-mtab-symlink.patch: Refreshed.
 * 05-default-use-old-mount-interface.patch: Removed (see below).
 * 07-remove-duplicate-exports-paragraphs.patch: No change.
 * 09-492827-cache.c.patch: Integrated by upstream, removed.
 * 10-493659-nfs.man.patch: No change.
 * Do not sync() in sm-notify if there are no hosts to be notified.
   (Closes: #502122)
   * Removed 05-default-use-old-mount-interface.patch, ie. revert to the new
 text-based mount interface, as this package is not intended for lenny.
 Probably reopens several older bugs, but Closes: #480909, #492970.
   * Fix abuses of $? in nfs-kernel-server.init (they were already OK in
 nfs-common.init, for some reason). (Closes: #503643)
   * In /etc/default/nfs-kernel-server.default, add --manage-gids to the default
 set of mountd options. (Closes: #493059)
Checksums-Sha1: 
 77487c33a615ea0ab664c066b903a1fea3216925 1300 nfs-utils_1.1.4-1.dsc
 ddf8e33f3650b2793875b71b570626dde2ee9d1d 807842 nfs-utils_1.1.4.orig.tar.gz
 f83adba435229a07c32cabb74d2dcae2f42251c6 34562 nfs-utils_1.1.4-1.diff.gz
 8a8edda8584a71f1af2bf629b13e0a944dafb1d9 149930 
nfs-kernel-server_1.1.4-1_i386.deb
 9cd7bbed5b526b09b26b7104b359d5312ed2b79a 195600 nfs-common_1.1.4-1_i386.deb
Checksums-Sha256: 
 a2012d1f976ead7b0ad455653e316a9db61fb937a47b55886627f94da2b38146 1300 
nfs-utils_1.1.4-1.dsc
 fe915f59b48771e5c9250cd460b7e108a8fe83adab6190ada6f02cff0a6b0c70 807842 
nfs-utils_1.1.4.orig.tar.gz
 20c8746f1616e7d064d9ae4ea0f327e161d1a270bca8624e6aec16fc55a72e77 34562 
nfs-utils_1.1.4-1.diff.gz
 1c8e711825d4c8dd4e92c88bf7c58f0ec9b193a52a97f7ef5c28477e246276f3 149930 
nfs-kernel-server_1.1.4-1_i386.deb
 e09d2923b621a986a54e95d49cb49ae9aad6606e2f4ecc41109c23b006c449d1 195600 
nfs-common_1.1.4-1_i386.deb
Files: 
 931d03a68e7e4c741b66345e55623dfe 1300 net standard nfs-utils_1.1.4-1.dsc
 51722ec3867eb408fb371e8a0a63c7b6 807842 net standard 
nfs-utils_1.1.4.orig.tar.gz
 485a3a96c01b545776727c7ca2fd46d5 34562 net standard nfs-utils_1.1.4-1.diff.gz
 abe6a57cad4189371266a5790b16084e 149930 net optional 
nfs-kernel-server_1.1.4-1_i386.deb
 4b5c69907f8067eb918e74889443d602 195600 net standard 
nfs-common_1.1.4-1_i386.deb

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

iD8DBQFJFENHXKRQ3lK3SH4RAtyAAJ9wLjAjFkRWqC1ev+7l6/A18/OdmQCdE3uU
eX6yFEKU+ioY4xT7iq+gycI=
=OLP2
-END PGP SIGNATURE-


Accepted:
nfs-common_1.1.4-1_i386.deb
  to pool/main/n/nfs-utils/nfs-common_1.1.4-1_i386.deb
nfs-kernel-server_1.1.4-1_i386.deb
  to pool/main/n/nfs-utils/nfs-kernel-server_1.1.4-1_i386.deb
nfs-utils_1.1.4-1.diff.gz
  to pool/main/n/nfs-utils/nfs-utils_1.1.4-1.diff.gz
nfs-utils_1.1.4-1.dsc
  to pool/main/n/nfs-utils/nfs-utils_1.1.4-1.dsc
nfs-utils_1.1.4.orig.tar.gz
  to pool/main/n/nfs-utils/nfs-utils_1.1.4.orig.tar.gz


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



Accepted alsa-tools 1.0.18-1 (source i386)

2008-11-07 Thread Jordi Mallach
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Fri, 07 Nov 2008 13:58:01 +0100
Source: alsa-tools
Binary: alsa-tools alsa-tools-gui alsa-firmware-loaders ld10k1 liblo10k1-0 
liblo10k1-dev qlo10k1
Architecture: source i386
Version: 1.0.18-1
Distribution: experimental
Urgency: low
Maintainer: Jordi Mallach [EMAIL PROTECTED]
Changed-By: Jordi Mallach [EMAIL PROTECTED]
Description: 
 alsa-firmware-loaders - ALSA software loaders for specific hardware
 alsa-tools - Console based ALSA utilities for specific hardware
 alsa-tools-gui - GUI based ALSA utilities for specific hardware
 ld10k1 - ALSA emu10k1/2 patch loader
 liblo10k1-0 - ALSA emu10k1/2 patch-loader library
 liblo10k1-dev - ALSA emu10k1/2 patch-loader library development files
 qlo10k1- ALSA ld10k1 utility
Changes: 
 alsa-tools (1.0.18-1) experimental; urgency=low
 .
   * New upstream release.
 .
   [ Elimar Riesebieter ]
   * Build-Depends bumped to libasound2-dev (= 1.0.18).
Checksums-Sha1: 
 ae5b00b38e2a9192f4027b6af95350e816f061cd 1618 alsa-tools_1.0.18-1.dsc
 afa16c1712bc116cf7347bbfd66126e2a3628259 2474033 alsa-tools_1.0.18.orig.tar.gz
 7532dd0b68e47295e94608ae456b602178363358 26861 alsa-tools_1.0.18-1.diff.gz
 afae3f88ad5414f90cecc3e995b1ef88dce842d0 81778 alsa-tools_1.0.18-1_i386.deb
 64aa9d007dd823d229fcc7caf67aa97c529b8f94 261450 
alsa-tools-gui_1.0.18-1_i386.deb
 e47f52806d98d28d0da1cf3a369ead12416aa5b6 32470 
alsa-firmware-loaders_1.0.18-1_i386.deb
 1090fb917f7758995ae72ed92742c5bdde4d243c 106550 ld10k1_1.0.18-1_i386.deb
 427c5098356a8051db169524ae261723e1902741 30892 liblo10k1-0_1.0.18-1_i386.deb
 9ad80d2e3359a46eb0e3b980eeff9d2c2e81a674 36672 liblo10k1-dev_1.0.18-1_i386.deb
 d1b7dbdf09ef8d252a25be67c94cc8d51ec0790a 142456 qlo10k1_1.0.18-1_i386.deb
Checksums-Sha256: 
 a10c127694f9f527265918f49b1650661b0730404afd2e2bb47d9684642d0ca6 1618 
alsa-tools_1.0.18-1.dsc
 f94afd845f3889d6b29e4b60bdc877a3a0e8a38eed48a06add0ebcd5b52fef4c 2474033 
alsa-tools_1.0.18.orig.tar.gz
 b684f4d3044d29b6d95afd7847166b8456512a0109aed96a497da9abf5703108 26861 
alsa-tools_1.0.18-1.diff.gz
 b8563dad2e628f909aedae7be0c36b500c9ed11d2ed6a8a74a8a7f50f9119cdd 81778 
alsa-tools_1.0.18-1_i386.deb
 bd2b668b7a2b40505596889ee56728962c5b635c374f37d47f646f4ce5c20386 261450 
alsa-tools-gui_1.0.18-1_i386.deb
 8533fa6f8e83fc5c39fabb687576c8b081e64326aeda430f7776dc6d087af45b 32470 
alsa-firmware-loaders_1.0.18-1_i386.deb
 fd6f5d2b29dbc48082257d237057e7b479749816cfad8d726dc57019adae814e 106550 
ld10k1_1.0.18-1_i386.deb
 ec13c3c74914b94934fe73a73a90d5bdf4dd3eaa75bf0e33b287abffcd2112f7 30892 
liblo10k1-0_1.0.18-1_i386.deb
 b6329bcab58fdd77ad924d7524061ed8a5ca5f68b44af26c74ec5927a64b4129 36672 
liblo10k1-dev_1.0.18-1_i386.deb
 0bb935860612439f40431ac9629be4ced8ecf521adc2bfb130820f052e3ed958 142456 
qlo10k1_1.0.18-1_i386.deb
Files: 
 7d819f8162176c99a8ed5f7611076b5e 1618 sound extra alsa-tools_1.0.18-1.dsc
 0c22017ca3c876237044a74c720957ac 2474033 sound extra 
alsa-tools_1.0.18.orig.tar.gz
 5439598f10a0e893c6683e984e9d5299 26861 sound extra alsa-tools_1.0.18-1.diff.gz
 bd055cd52c36ef038e5aa443021e5436 81778 sound extra alsa-tools_1.0.18-1_i386.deb
 a4812f9fd906a2dcb057b6e839107304 261450 sound extra 
alsa-tools-gui_1.0.18-1_i386.deb
 42d80f2e1dd79a750a30aecc5dc52511 32470 contrib/sound extra 
alsa-firmware-loaders_1.0.18-1_i386.deb
 ea00947c00c3a3718bd9275a74fbf22e 106550 sound extra ld10k1_1.0.18-1_i386.deb
 4c4920b7b2b7e2fea3b5a6f8b4567323 30892 libs extra liblo10k1-0_1.0.18-1_i386.deb
 cc35b93100431de9ce3eaafd5b7f5c50 36672 libdevel extra 
liblo10k1-dev_1.0.18-1_i386.deb
 55016af133014fa5636e9bfe3df98960 142456 sound extra qlo10k1_1.0.18-1_i386.deb

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

iEYEARECAAYFAkkUQfgACgkQJYSUupF6Il5GrwCgqfgKs8jcfBNpToXVmz/ue3OY
D5sAoMQwyKmo73KZmTqEA0930cWejktE
=3H02
-END PGP SIGNATURE-


Accepted:
alsa-firmware-loaders_1.0.18-1_i386.deb
  to pool/contrib/a/alsa-tools/alsa-firmware-loaders_1.0.18-1_i386.deb
alsa-tools-gui_1.0.18-1_i386.deb
  to pool/main/a/alsa-tools/alsa-tools-gui_1.0.18-1_i386.deb
alsa-tools_1.0.18-1.diff.gz
  to pool/main/a/alsa-tools/alsa-tools_1.0.18-1.diff.gz
alsa-tools_1.0.18-1.dsc
  to pool/main/a/alsa-tools/alsa-tools_1.0.18-1.dsc
alsa-tools_1.0.18-1_i386.deb
  to pool/main/a/alsa-tools/alsa-tools_1.0.18-1_i386.deb
alsa-tools_1.0.18.orig.tar.gz
  to pool/main/a/alsa-tools/alsa-tools_1.0.18.orig.tar.gz
ld10k1_1.0.18-1_i386.deb
  to pool/main/a/alsa-tools/ld10k1_1.0.18-1_i386.deb
liblo10k1-0_1.0.18-1_i386.deb
  to pool/main/a/alsa-tools/liblo10k1-0_1.0.18-1_i386.deb
liblo10k1-dev_1.0.18-1_i386.deb
  to pool/main/a/alsa-tools/liblo10k1-dev_1.0.18-1_i386.deb
qlo10k1_1.0.18-1_i386.deb
  to pool/main/a/alsa-tools/qlo10k1_1.0.18-1_i386.deb


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



Accepted pgfouine 1.0-1.2 (source all)

2008-11-07 Thread Barry deFreese
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Fri, 07 Nov 2008 09:55:42 -0500
Source: pgfouine
Binary: pgfouine
Architecture: source all
Version: 1.0-1.2
Distribution: unstable
Urgency: low
Maintainer: Clément Stenac [EMAIL PROTECTED]
Changed-By: Barry deFreese [EMAIL PROTECTED]
Description: 
 pgfouine   - PostgreSQL log analyzer
Changes: 
 pgfouine (1.0-1.2) unstable; urgency=low
 .
   * Non-maintainer upload.
   * It's php-geshi, not php-gesi.
Checksums-Sha1: 
 f4af71b09818bbd05f69ca2b906aad1041027cc9 953 pgfouine_1.0-1.2.dsc
 6e86d26c44613204befdff3c98ad67b73faf5bd0 5440 pgfouine_1.0-1.2.diff.gz
 7eb8fd3ad900d03e152cf7aaa87a9271c3c7ee1c 181200 pgfouine_1.0-1.2_all.deb
Checksums-Sha256: 
 257ecb1699e44b1ec83ff07050889918892a799e3fd0ce30ce63be92dcbe886c 953 
pgfouine_1.0-1.2.dsc
 cdc7b2283d19abe6a44de14b1233a801961d4973a9caadc2dd3dedda1eb212b3 5440 
pgfouine_1.0-1.2.diff.gz
 63511dd4ce6c51345b7c9bf68afe4d5ba05605e26d796f21ec2e75655c29c3ee 181200 
pgfouine_1.0-1.2_all.deb
Files: 
 e59e403bcac91afd4e32bf30b22b2cc1 953 misc optional pgfouine_1.0-1.2.dsc
 0ca3b6c29abcfd2d48389b5b20bb722d 5440 misc optional pgfouine_1.0-1.2.diff.gz
 f229051495352a94c5fb1671b554fa7c 181200 misc optional pgfouine_1.0-1.2_all.deb

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

iEYEARECAAYFAkkUV/8ACgkQ5ItltUs5T37qDQCeMbJGMGZ4DWbGw+Tu/6gKaceL
Y3sAn2J4iGQ6zjKlW/mebdCkNrcVmCY6
=7EOT
-END PGP SIGNATURE-


Accepted:
pgfouine_1.0-1.2.diff.gz
  to pool/main/p/pgfouine/pgfouine_1.0-1.2.diff.gz
pgfouine_1.0-1.2.dsc
  to pool/main/p/pgfouine/pgfouine_1.0-1.2.dsc
pgfouine_1.0-1.2_all.deb
  to pool/main/p/pgfouine/pgfouine_1.0-1.2_all.deb


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



Accepted bzr-search 1.6.0~bzr57-1 (source all)

2008-11-07 Thread Jelmer Vernooij
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Fri, 07 Nov 2008 16:09:24 +0100
Source: bzr-search
Binary: bzr-search
Architecture: source all
Version: 1.6.0~bzr57-1
Distribution: experimental
Urgency: low
Maintainer: Debian Bazaar Maintainers [EMAIL PROTECTED]
Changed-By: Jelmer Vernooij [EMAIL PROTECTED]
Description: 
 bzr-search - search plugin for Bazaar
Changes: 
 bzr-search (1.6.0~bzr57-1) experimental; urgency=low
 .
   * New upstream snapshot.
Checksums-Sha1: 
 134703b52e18b84a44cd74e6ece87494cbde3d18 1452 bzr-search_1.6.0~bzr57-1.dsc
 c8ac6344ff12d7830a1a60d67d2c037977be6ade 37090 
bzr-search_1.6.0~bzr57.orig.tar.gz
 31904d91b4b2998cc68c4da0acc5feacae01c8a5 1448 bzr-search_1.6.0~bzr57-1.diff.gz
 a1b4ff0f692b872ee0d1eb5e96626850c3e243cd 31460 bzr-search_1.6.0~bzr57-1_all.deb
Checksums-Sha256: 
 8e779485b62430ceca6ca1d553ebcacb74b1af8d73fcdb90c076c08cd63e85d4 1452 
bzr-search_1.6.0~bzr57-1.dsc
 57af12be37e52f4a92ebecbcb74d5f4794552997952edfd86944e4a042f96ffc 37090 
bzr-search_1.6.0~bzr57.orig.tar.gz
 5a65004f41b03f925bc4007586a25d19c6e2171422bceb991304a0e978c87d8d 1448 
bzr-search_1.6.0~bzr57-1.diff.gz
 0f248c92768fbab1190a1db11c8364117eba9a0d08b5331cbf490b4105f5b927 31460 
bzr-search_1.6.0~bzr57-1_all.deb
Files: 
 5fd4d7248d4d189d5a5648b3f6638de7 1452 devel optional 
bzr-search_1.6.0~bzr57-1.dsc
 3f1b32698284eb073892b31d999f9164 37090 devel optional 
bzr-search_1.6.0~bzr57.orig.tar.gz
 54e3ebfd7b1b6d99293080e36577c85c 1448 devel optional 
bzr-search_1.6.0~bzr57-1.diff.gz
 9d1f8b8786a1780efd054cbbb7280cad 31460 devel optional 
bzr-search_1.6.0~bzr57-1_all.deb

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

iJwEAQECAAYFAkkUWjwACgkQDLQl4QYPZuUU+wP/SARb3tYgrSwEMwMPcjRJ0+7Z
MWpGU03oQ8qvw1rDkrqt87Z0UfS1eL72iYyWoIW0yc51aL52IHF8JEMTZQMubnKH
6LvxJ9YGjxlYmY0Lwqo3/qJYsmgAEzHFZJivwapqMstdVvoq6ih+o56jLOpe36aB
b3YNoYM0Ku8golU1imI=
=UIz6
-END PGP SIGNATURE-


Accepted:
bzr-search_1.6.0~bzr57-1.diff.gz
  to pool/main/b/bzr-search/bzr-search_1.6.0~bzr57-1.diff.gz
bzr-search_1.6.0~bzr57-1.dsc
  to pool/main/b/bzr-search/bzr-search_1.6.0~bzr57-1.dsc
bzr-search_1.6.0~bzr57-1_all.deb
  to pool/main/b/bzr-search/bzr-search_1.6.0~bzr57-1_all.deb
bzr-search_1.6.0~bzr57.orig.tar.gz
  to pool/main/b/bzr-search/bzr-search_1.6.0~bzr57.orig.tar.gz


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



Accepted wesnoth 1:1.4.6-1 (source all powerpc)

2008-11-07 Thread Gerfried Fuchs
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Thu, 06 Nov 2008 08:04:35 +0100
Source: wesnoth
Binary: wesnoth-data wesnoth-core wesnoth-dbg wesnoth wesnoth-all wesnoth-music 
wesnoth-server wesnoth-editor wesnoth-tools wesnoth-httt wesnoth-tsg 
wesnoth-trow wesnoth-ttb wesnoth-ei wesnoth-utbs wesnoth-did wesnoth-nr 
wesnoth-sof wesnoth-sotbe wesnoth-l wesnoth-aoi wesnoth-thot
Architecture: source powerpc all
Version: 1:1.4.6-1
Distribution: unstable
Urgency: low
Maintainer: Debian Games Team [EMAIL PROTECTED]
Changed-By: Gerfried Fuchs [EMAIL PROTECTED]
Description: 
 wesnoth- fantasy turn-based strategy game - complete suite
 wesnoth-all - complete campaign suite for Wesnoth - transitional package
 wesnoth-aoi - An Orcish Incursion official campaign for Wesnoth
 wesnoth-core - fantasy turn-based strategy game
 wesnoth-data - data files for Wesnoth
 wesnoth-dbg - fantasy turn-based strategy game (debugging symbols)
 wesnoth-did - Descent Into Darkness official campaign for Wesnoth
 wesnoth-editor - map editor for Wesnoth
 wesnoth-ei - The Eastern Invasion official campaign for Wesnoth
 wesnoth-httt - Heir to the Throne official campaign for Wesnoth
 wesnoth-l  - Liberty official campaign for Wesnoth
 wesnoth-music - music files for Wesnoth
 wesnoth-nr - Northern Rebirth official campaign for Wesnoth
 wesnoth-server - multiplayer network server for Wesnoth
 wesnoth-sof - The Sceptre of Fire official campaign for Wesnoth
 wesnoth-sotbe - Son of the Black-Eye official campaign for Wesnoth
 wesnoth-thot - The Hammer of Thursagan official campaign for Wesnoth
 wesnoth-tools - tools for campaign developers for Wesnoth
 wesnoth-trow - The Rise of Wesnoth official campaign for Wesnoth
 wesnoth-tsg - The South Guard official campaign for Wesnoth
 wesnoth-ttb - A Tale of Two Brothers official campaign for Wesnoth
 wesnoth-utbs - Under the Burning Suns official campaign for Wesnoth
Closes: 498154 500935
Changes: 
 wesnoth (1:1.4.6-1) unstable; urgency=low
 .
   * New stable upstream release, bugfixes and translation updates:
 - Fixes assertion with End Turn (closes: #498154)
   * Lower wesnoth-music from Recommends to Suggests in wesnoth-data (LP: 
#281791)
   * Rename wesnoth to wesnoth-core and wesnoth-all to wesnoth. Document the
 switch in the NEWS file (closes: #500935)
   * Allow to hand over arguments to wesnoth-nolog.
   * Quote campaign names in package descriptions.
Checksums-Sha1: 
 7eaea7cf0c1658e986df2f742137d1b79ab53b6a 1762 wesnoth_1.4.6-1.dsc
 29d8646e6747a001113085687b4119f7bae59371 174686326 wesnoth_1.4.6.orig.tar.gz
 3ebd6c89c5ef2acf2d5e1b57a38ceb51aa92f9fa 26076 wesnoth_1.4.6-1.diff.gz
 26ad422679cff4651f34d94cb1051d7eac0a759f 4078974 
wesnoth-core_1.4.6-1_powerpc.deb
 e58f18ad0cb6ba123fd20c8e27cc39022a585781 32924510 
wesnoth-dbg_1.4.6-1_powerpc.deb
 e704c6038fb89ba78034813f9ffe96a7ae581888 504750 
wesnoth-server_1.4.6-1_powerpc.deb
 171b59da9c11b3619e47ee1f9bfb319c042bccd2 771876 
wesnoth-editor_1.4.6-1_powerpc.deb
 98832ffeca3b410a1760590b017397ea28823155 40253478 wesnoth-data_1.4.6-1_all.deb
 de6e4b5744cc2833fa16448d5939ce2f6c71dca6 1448 wesnoth_1.4.6-1_all.deb
 dedfd7bead27744f96262c0f146f5adbdd7acef1 1028 wesnoth-all_1.4.6-1_all.deb
 e6d9d2f760f1509f3756005623aa5e424bcf2ad7 75402414 wesnoth-music_1.4.6-1_all.deb
 77fbd0fc43de8973fb9739da8e1946da79a5047b 203072 wesnoth-tools_1.4.6-1_all.deb
 82c196f7274fa638cac482a6784592b40c86be46 5930938 wesnoth-httt_1.4.6-1_all.deb
 2069b3e65c85ccbb274c55ead7c44a04537be860 1810700 wesnoth-tsg_1.4.6-1_all.deb
 e254d9ec808fa0b2de75aef0d3f0947f05e8451d 5600052 wesnoth-trow_1.4.6-1_all.deb
 6f970470c30ed9162bef4dfbebaf8efc66c9c93c 478852 wesnoth-ttb_1.4.6-1_all.deb
 01d183f9560fd81931a7212eda7a547ef6c5ee1c 1318270 wesnoth-ei_1.4.6-1_all.deb
 b04ca1fc559b8f330fea9fd0d722a4da068d1fea 6386038 wesnoth-utbs_1.4.6-1_all.deb
 e84cef286f6086b447925e198e94bdf9872c21a2 972442 wesnoth-did_1.4.6-1_all.deb
 3a452411aa8d4c030a98b1a6ca0754b51304a0e0 2559368 wesnoth-nr_1.4.6-1_all.deb
 10e96198c1f523fe3df0e8d0a6954d41b5189d54 1251882 wesnoth-sof_1.4.6-1_all.deb
 d4b146c848e03326b81f1e8d0b968a0334f9f627 2754204 wesnoth-sotbe_1.4.6-1_all.deb
 472c588864631adac4508a5fa5b45093af897416 2201600 wesnoth-l_1.4.6-1_all.deb
 95bebf39b1db997d4cb53068c966b0e40cf7bf90 414992 wesnoth-aoi_1.4.6-1_all.deb
 d3705b43d7b82597c845594f0c704db22ea5 1571234 wesnoth-thot_1.4.6-1_all.deb
Checksums-Sha256: 
 febf6562ee8d54895aa9c554277271db6e75b1008f0abbbe1270a26259b3af1f 1762 
wesnoth_1.4.6-1.dsc
 0bed8ddd5629605d5a9cd9ecd5631a11f42c897e6f19aa6f2365088e9e4af354 174686326 
wesnoth_1.4.6.orig.tar.gz
 17549b8812429412cdee7e0dd65bf93ec5c4177dfe46396c09f91867a7a9d483 26076 
wesnoth_1.4.6-1.diff.gz
 a6d58f7be50e55ca88a848a81ea5eaf6d91eebc368be7ca39c3388a5c231257a 4078974 
wesnoth-core_1.4.6-1_powerpc.deb
 a4df41a3bf2cb650a95dbda83195980897693ea61e5d8ad941c9198d166753c4 32924510 
wesnoth-dbg_1.4.6-1_powerpc.deb
 

Accepted bzr-loom 1.4.0~bzr87-1 (source all)

2008-11-07 Thread Jelmer Vernooij
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Fri, 07 Nov 2008 16:11:37 +0100
Source: bzr-loom
Binary: bzr-loom
Architecture: source all
Version: 1.4.0~bzr87-1
Distribution: unstable
Urgency: low
Maintainer: Debian Bazaar Maintainers [EMAIL PROTECTED]
Changed-By: Jelmer Vernooij [EMAIL PROTECTED]
Description: 
 bzr-loom   - Focused patch plugin support for Bazaar
Changes: 
 bzr-loom (1.4.0~bzr87-1) unstable; urgency=low
 .
   * New upstream snapshot.
Checksums-Sha1: 
 02363dad0c2972f866b6a12ff140b06b9dcab41e 1431 bzr-loom_1.4.0~bzr87-1.dsc
 5b8c4f65c10a90efdbe6f326e368d62501ca3da8 40229 bzr-loom_1.4.0~bzr87.orig.tar.gz
 9b323af02594911d15f95f29e7aa8b6db792cd02 1760 bzr-loom_1.4.0~bzr87-1.diff.gz
 88c0c8d61bec2b2a993a5eb83b026ade10b34fd5 39732 bzr-loom_1.4.0~bzr87-1_all.deb
Checksums-Sha256: 
 de0bb846af89005ae06c7104ded462a568d37dd97fead0fabb4e06bc04e7b69d 1431 
bzr-loom_1.4.0~bzr87-1.dsc
 4ec79b5d463b1cc3bbf8c0fa06192658b03811fd64a5cf702a40bc8cf2065600 40229 
bzr-loom_1.4.0~bzr87.orig.tar.gz
 15b9745d73f17c9b32d7511c19b661fdf518dab8c018a9bd21088c13e6303712 1760 
bzr-loom_1.4.0~bzr87-1.diff.gz
 3fdfe010f321190ba5af17df9ae92b8596fb71f2e7d1852f23416f3eafd65aca 39732 
bzr-loom_1.4.0~bzr87-1_all.deb
Files: 
 ca720a0973ba1fb6f5baf69589cfae4f 1431 devel optional bzr-loom_1.4.0~bzr87-1.dsc
 29eed93e447c5b84417143cde57d37bf 40229 devel optional 
bzr-loom_1.4.0~bzr87.orig.tar.gz
 8740413dfe961ee102a5236d496c3603 1760 devel optional 
bzr-loom_1.4.0~bzr87-1.diff.gz
 b70db9f5a3e1ace3f742a6e9ef48cbb0 39732 devel optional 
bzr-loom_1.4.0~bzr87-1_all.deb

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

iJwEAQECAAYFAkkUWrkACgkQDLQl4QYPZuVCRQP9E2ksVmdtrQ7EdisEAjRJ900M
WzZN3d9WaLsgNztQlgU9pz5gzjNIs+7iWC1rx50CjOoTKLmX8kkW19xM2nb0Bn1R
6I+JBg0x3GhZm77IdizKAswzMt2392N8j1E4rrIN+AEYj1E9Ck2VfZQ9m64Xv4vM
APv06P0ZhQpv7+XKFHU=
=FZIu
-END PGP SIGNATURE-


Accepted:
bzr-loom_1.4.0~bzr87-1.diff.gz
  to pool/main/b/bzr-loom/bzr-loom_1.4.0~bzr87-1.diff.gz
bzr-loom_1.4.0~bzr87-1.dsc
  to pool/main/b/bzr-loom/bzr-loom_1.4.0~bzr87-1.dsc
bzr-loom_1.4.0~bzr87-1_all.deb
  to pool/main/b/bzr-loom/bzr-loom_1.4.0~bzr87-1_all.deb
bzr-loom_1.4.0~bzr87.orig.tar.gz
  to pool/main/b/bzr-loom/bzr-loom_1.4.0~bzr87.orig.tar.gz


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



Accepted postgrey 1.32-2 (source all)

2008-11-07 Thread Adrian von Bidder
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Fri, 07 Nov 2008 16:50:38 +0100
Source: postgrey
Binary: postgrey
Architecture: source all
Version: 1.32-2
Distribution: unstable
Urgency: low
Maintainer: Adrian von Bidder [EMAIL PROTECTED]
Changed-By: Adrian von Bidder [EMAIL PROTECTED]
Description: 
 postgrey   - greylisting implementation for Postfix
Closes: 504343 504382 504667
Changes: 
 postgrey (1.32-2) unstable; urgency=low
 .
   * Should test with the config file as shipped. (closes: #504343, #504667)
   * Widened google whitelist entry (closes: #504382)
Checksums-Sha1: 
 a6be67192a6801274238c1e4215f2c6ad054c1c3 1074 postgrey_1.32-2.dsc
 b18e7b9bb7d00094b810bd57823653aade15a5bd 13297 postgrey_1.32-2.diff.gz
 8ae81f693072921199ac61a5cb820d8b43ace551 53508 postgrey_1.32-2_all.deb
Checksums-Sha256: 
 18e8479da0c2385c535112ff60aab0b48307022d4d4eb7127826afa5199a6980 1074 
postgrey_1.32-2.dsc
 f0222f6ccd5a3b02577685d7acbfdb22f54e2967b61c663efe056ff6bb8cce64 13297 
postgrey_1.32-2.diff.gz
 1622bc8871781140c7c06e44eab8dd9acd2dc46328dbeddc3b6e5a972fa20754 53508 
postgrey_1.32-2_all.deb
Files: 
 a0651b9cddce4cc3679ea99f27b50201 1074 mail optional postgrey_1.32-2.dsc
 b9135cc722ce570efca2cc04811ca2dd 13297 mail optional postgrey_1.32-2.diff.gz
 e63e90d7a3174301809ca4312cab3deb 53508 mail optional postgrey_1.32-2_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.9 (GNU/Linux)
Comment: get my key from http://fortytwo.ch/gpg/92082481

iEYEARECAAYFAkkUZVYACgkQKqpm2L3fmXpNXACeOAwqp/jTtr5ZmCHlo2/y6qpS
OZUAoKl3PIGQIBMGA83jHh2U/YQDQ37m
=pyCs
-END PGP SIGNATURE-


Accepted:
postgrey_1.32-2.diff.gz
  to pool/main/p/postgrey/postgrey_1.32-2.diff.gz
postgrey_1.32-2.dsc
  to pool/main/p/postgrey/postgrey_1.32-2.dsc
postgrey_1.32-2_all.deb
  to pool/main/p/postgrey/postgrey_1.32-2_all.deb


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



Accepted awesome 3.1~rc1-2 (source amd64)

2008-11-07 Thread Julien Danjou
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Fri, 07 Nov 2008 16:43:30 +0100
Source: awesome
Binary: awesome
Architecture: source amd64
Version: 3.1~rc1-2
Distribution: experimental
Urgency: low
Maintainer: Julien Danjou [EMAIL PROTECTED]
Changed-By: Julien Danjou [EMAIL PROTECTED]
Description: 
 awesome- highly configurable, next generation framework window manager for
Changes: 
 awesome (3.1~rc1-2) experimental; urgency=low
 .
   * Add Debian menu via menu-method
   * Cherry-pick:
 luaa: add XDG_CONFIG_DIR as include path
Checksums-Sha1: 
 088de84debf5c34093198bf974c41579c900918a 1474 awesome_3.1~rc1-2.dsc
 adcc3b42e535a7c2501399640a72398b6d52e25d 4838 awesome_3.1~rc1-2.diff.gz
 183ad797908c264d4122691b1432a401e07792c2 237422 awesome_3.1~rc1-2_amd64.deb
Checksums-Sha256: 
 9d20bbd0bd64918529f59e24dae95af51686bcf116b6a79d6267def72ffd558c 1474 
awesome_3.1~rc1-2.dsc
 b4143fd4e2a78264914a582f556145b2f1c9cddb0b285f54a70c145fe4881828 4838 
awesome_3.1~rc1-2.diff.gz
 1a12364d43c96ddfdbc07991a6a5172115f62e4bea2186a88aee972823ee731f 237422 
awesome_3.1~rc1-2_amd64.deb
Files: 
 042b33908e4ade3858affb8176bef41e 1474 x11 optional awesome_3.1~rc1-2.dsc
 ec4aeb68f9a16bd98256e86dc6a6d333 4838 x11 optional awesome_3.1~rc1-2.diff.gz
 129897bb429ba6b8fd10f013c548 237422 x11 optional 
awesome_3.1~rc1-2_amd64.deb

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

iEYEARECAAYFAkkUZ8YACgkQpGK1HsL+5c2Z2gCdEZNZqGYrrSPycbVBeApUp0QI
lyIAoNz6yT52tU/d92M/jsXv9TiykbOM
=IKP1
-END PGP SIGNATURE-


Accepted:
awesome_3.1~rc1-2.diff.gz
  to pool/main/a/awesome/awesome_3.1~rc1-2.diff.gz
awesome_3.1~rc1-2.dsc
  to pool/main/a/awesome/awesome_3.1~rc1-2.dsc
awesome_3.1~rc1-2_amd64.deb
  to pool/main/a/awesome/awesome_3.1~rc1-2_amd64.deb


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



Accepted nose 0.10.4-1 (source all)

2008-11-07 Thread Debian Python Modules Team
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Thu, 06 Nov 2008 19:50:27 +0100
Source: nose
Binary: python-nose
Architecture: source all
Version: 0.10.4-1
Distribution: experimental
Urgency: low
Maintainer: Gustavo Noronha Silva [EMAIL PROTECTED]
Changed-By: Debian Python Modules Team [EMAIL PROTECTED]
Description: 
 python-nose - test discovery and running for Python's unittest
Changes: 
 nose (0.10.4-1) experimental; urgency=low
 .
   [ Sandro Tosi ]
   * debian/control
 - switch Vcs-Browser field to viewsvn
 .
   [ Piotr Ożarowski ]
   * New upstream release
Checksums-Sha1: 
 5a47433425705c9e793d0d061cbee985fb532184 1367 nose_0.10.4-1.dsc
 e0235c0d4dad211357c073df2376f1d9775d342c 284311 nose_0.10.4.orig.tar.gz
 69eed4d2cddee6b2bf1ec17d2c88bf8b2d213fc1 2643 nose_0.10.4-1.diff.gz
 93be56ca8fb5581e2b44d3503d7c57de09157ef9 120080 python-nose_0.10.4-1_all.deb
Checksums-Sha256: 
 2b355886e144af44bfe70dd112663f042ce29c52a8deb79c14002cb7866e81f6 1367 
nose_0.10.4-1.dsc
 0c76fd1f8ef4a888cad8da3f0b426406dee030070bb2845316eabf1d8f4a1d36 284311 
nose_0.10.4.orig.tar.gz
 5c7f31f57cfecf536eefcc5b8aa8add22a84c8b99fcae9af75e1060d580ef1ef 2643 
nose_0.10.4-1.diff.gz
 a96a3bb168ed6860e017bc0e68fff761d4032204c06af8e0ca8c55de065fd0a3 120080 
python-nose_0.10.4-1_all.deb
Files: 
 80d340816c4d9038d53c06ad989876fa 1367 python optional nose_0.10.4-1.dsc
 4b4aec226d03f1d8465336a88d7183c4 284311 python optional nose_0.10.4.orig.tar.gz
 049b90516e5a5cb81895db46a17faad2 2643 python optional nose_0.10.4-1.diff.gz
 1acef64c20a331b43c603761008e08ab 120080 python optional 
python-nose_0.10.4-1_all.deb

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

iEYEARECAAYFAkkUBMwACgkQB01zfu119ZnUvwCfT51yFOiFwHG9GWUA51sotNM2
64oAn1Cb2339hA0drVvHVLCqLtfxln2K
=qGkY
-END PGP SIGNATURE-


Accepted:
nose_0.10.4-1.diff.gz
  to pool/main/n/nose/nose_0.10.4-1.diff.gz
nose_0.10.4-1.dsc
  to pool/main/n/nose/nose_0.10.4-1.dsc
nose_0.10.4.orig.tar.gz
  to pool/main/n/nose/nose_0.10.4.orig.tar.gz
python-nose_0.10.4-1_all.deb
  to pool/main/n/nose/python-nose_0.10.4-1_all.deb


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



Accepted awesome 3.1~rc1-1 (source amd64)

2008-11-07 Thread Julien Danjou
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 02 Nov 2008 15:45:56 +0100
Source: awesome
Binary: awesome
Architecture: source amd64
Version: 3.1~rc1-1
Distribution: experimental
Urgency: low
Maintainer: Julien Danjou [EMAIL PROTECTED]
Changed-By: Julien Danjou [EMAIL PROTECTED]
Description: 
 awesome- highly configurable, next generation framework window manager for
Closes: 499975 499979 501045 504289
Changes: 
 awesome (3.1~rc1-1) experimental; urgency=low
 .
   * New upstream release
 + Floating placement is now on Lua side and documented (Closes: #499979)
 + Square size is reduced (Closes: #499975)
   * Specify luadoc version in build-dependencies (Closes: #501045)
   * Add Vcs field in debian/control (Closes: #504289)
Checksums-Sha1: 
 67b3ae71dccdf2b47b0e8c287782a42542a6c498 1474 awesome_3.1~rc1-1.dsc
 b7f055880142b3219663658bdacc29ac7ad4ad5e 205027 awesome_3.1~rc1.orig.tar.gz
 dc01afab228ce806e0466c883452df1395f04899 3731 awesome_3.1~rc1-1.diff.gz
 39909e2bc0a98aa45a90acfd9e5a688195802e8b 236572 awesome_3.1~rc1-1_amd64.deb
Checksums-Sha256: 
 33badf68ec75601abf1b809c014076990bc4f447b7bc4e11104ea10285d99ae3 1474 
awesome_3.1~rc1-1.dsc
 cb39889e06a85355044760eb05592e2fb8f56bca8908b51c0473396f33054e43 205027 
awesome_3.1~rc1.orig.tar.gz
 63d9c2461132b9f34fe5f01b8cd9241dc553f34ea820b1d99f116ba787da09d0 3731 
awesome_3.1~rc1-1.diff.gz
 d30bbfa62496c4e1f474158b1d96fe27ae8f3ed2f3a87696335ac799779cfbcb 236572 
awesome_3.1~rc1-1_amd64.deb
Files: 
 32c8b53623433295f940ea0460eb45b1 1474 x11 optional awesome_3.1~rc1-1.dsc
 069a1af3af61e4e95b08e34d79adf76a 205027 x11 optional 
awesome_3.1~rc1.orig.tar.gz
 f13e5155f1da5fcc77dd7290410e7401 3731 x11 optional awesome_3.1~rc1-1.diff.gz
 fb66057d7ca2886dfe5b21780965c72c 236572 x11 optional 
awesome_3.1~rc1-1_amd64.deb

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

iEYEARECAAYFAkkUHZkACgkQpGK1HsL+5c3AtwCggZzF8/yXl0O6ho9RIT/4gS0n
qQ8AoLVGDD5pdI+BdN3FKfl8gFyoyLYY
=thhi
-END PGP SIGNATURE-


Accepted:
awesome_3.1~rc1-1.diff.gz
  to pool/main/a/awesome/awesome_3.1~rc1-1.diff.gz
awesome_3.1~rc1-1.dsc
  to pool/main/a/awesome/awesome_3.1~rc1-1.dsc
awesome_3.1~rc1-1_amd64.deb
  to pool/main/a/awesome/awesome_3.1~rc1-1_amd64.deb
awesome_3.1~rc1.orig.tar.gz
  to pool/main/a/awesome/awesome_3.1~rc1.orig.tar.gz


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



Accepted glpi 0.71.2-2 (source all)

2008-11-07 Thread Pierre Chifflier
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Fri, 07 Nov 2008 10:56:18 +0100
Source: glpi
Binary: glpi
Architecture: source all
Version: 0.71.2-2
Distribution: unstable
Urgency: high
Maintainer: Pierre Chifflier [EMAIL PROTECTED]
Changed-By: Pierre Chifflier [EMAIL PROTECTED]
Description: 
 glpi   - IT and Asset management software
Closes: 496071
Changes: 
 glpi (0.71.2-2) unstable; urgency=high
 .
   * Replace domxml-php5-php5.php by a LGPL version (Closes: #496071)
   * Urgency high because of RC bug
Checksums-Sha1: 
 642511569e4bbb976c014c00838809ac1268feb9 925 glpi_0.71.2-2.dsc
 5f71626e5904432897346b66c1b82b480372cc37 16964 glpi_0.71.2-2.diff.gz
 40b04dd55ee9259161664da68e6b09a084bf4137 2012174 glpi_0.71.2-2_all.deb
Checksums-Sha256: 
 fe213963376a4a19dac458115a01df574751b5c014816b7a30bc2c225e8e00cc 925 
glpi_0.71.2-2.dsc
 7b60ed1a400a7a28e4847d86455a5331fbe381cde6bc82b2ac1540fceea3b0dc 16964 
glpi_0.71.2-2.diff.gz
 0c9d1b79049d08e8e55d6a0cce103f0af40526197edb344e521660fed8ff0077 2012174 
glpi_0.71.2-2_all.deb
Files: 
 a01bd419fb61741ba115f973602182ba 925 web optional glpi_0.71.2-2.dsc
 bf6b4d0e232e8fda5b1113a589c1b00b 16964 web optional glpi_0.71.2-2.diff.gz
 5ff6863f89cb8ec5f15396c98917d1e0 2012174 web optional glpi_0.71.2-2_all.deb

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

iD8DBQFJFBD5twVrWo1fQMsRAifRAJ9NXjk9s+GhUsnISmS2Djcr/D7PNgCgidYF
kDOLvYycQdVIyvDhu8otWsU=
=hg7L
-END PGP SIGNATURE-


Accepted:
glpi_0.71.2-2.diff.gz
  to pool/main/g/glpi/glpi_0.71.2-2.diff.gz
glpi_0.71.2-2.dsc
  to pool/main/g/glpi/glpi_0.71.2-2.dsc
glpi_0.71.2-2_all.deb
  to pool/main/g/glpi/glpi_0.71.2-2_all.deb


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



Accepted virtualbox-ose 1.6.6-dfsg-3 (source i386 all)

2008-11-07 Thread Michael Meskes
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 13 Oct 2008 16:38:47 +0200
Source: virtualbox-ose
Binary: virtualbox-ose virtualbox-ose-dbg virtualbox-ose-source 
virtualbox-ose-guest-source virtualbox-ose-guest-utils
Architecture: source i386 all
Version: 1.6.6-dfsg-3
Distribution: unstable
Urgency: high
Maintainer: Debian Virtualbox Team [EMAIL PROTECTED]
Changed-By: Michael Meskes [EMAIL PROTECTED]
Description: 
 virtualbox-ose - x86 virtualization solution - binaries
 virtualbox-ose-dbg - x86 virtualization solution - debugging symbols
 virtualbox-ose-guest-source - x86 virtualization solution - guest addition 
module source
 virtualbox-ose-guest-utils - x86 virtualization solution - guest utilities
 virtualbox-ose-source - x86 virtualization solution - kernel module source
Closes: 502068 504149
Changes: 
 virtualbox-ose (1.6.6-dfsg-3) unstable; urgency=high
 .
   * Added upstream patch to support kernel 2.6.27, closes: #502068
   * Added upstream patch to prevent potential symlink attack, closes: #504149
Checksums-Sha1: 
 3110eac6eec8bdbf153e2c4f5ed32432cfa85dc1 1874 virtualbox-ose_1.6.6-dfsg-3.dsc
 3aa6f783aeaf43c2db563ec4ab8fdb417e5c2436 66455 
virtualbox-ose_1.6.6-dfsg-3.diff.gz
 621ca96fbd47ee4821f71b724a3d142a847c54b0 6811096 
virtualbox-ose_1.6.6-dfsg-3_i386.deb
 625f9f5a1d7fcacd41d2c65cabccc622e0c07235 7099166 
virtualbox-ose-dbg_1.6.6-dfsg-3_i386.deb
 007cdc3d9c3a93a4c72f3a8003e63f8e381b0cfd 465140 
virtualbox-ose-guest-utils_1.6.6-dfsg-3_i386.deb
 6534d9d282dd2901966a9d7b80410e1d380a112c 252786 
virtualbox-ose-source_1.6.6-dfsg-3_all.deb
 91a973a73ec8f607d5e084e2d583ff71f78cca59 253470 
virtualbox-ose-guest-source_1.6.6-dfsg-3_all.deb
Checksums-Sha256: 
 cd8a1a4f20c170e52f9010f89f7cbe04817313d478ad7e22d9042d826aa2008d 1874 
virtualbox-ose_1.6.6-dfsg-3.dsc
 b4ec7e42ff2c3061ec831ee8710b2b03fb28821839a13d8748e6077cf75057b0 66455 
virtualbox-ose_1.6.6-dfsg-3.diff.gz
 ceaeba7a08d0718dd4da1e680b85bc224ca24a33436818fe4be43062b8bbb70e 6811096 
virtualbox-ose_1.6.6-dfsg-3_i386.deb
 af392b2e30de153e20c086bdec1085ebe6036381448372406b64dffefd9c1e99 7099166 
virtualbox-ose-dbg_1.6.6-dfsg-3_i386.deb
 32bd6a886c45034c230131ad52c9cd16fef432cbbd04cd8a0744a865f0c5716a 465140 
virtualbox-ose-guest-utils_1.6.6-dfsg-3_i386.deb
 d882c250b053abe1b6c77d664c6145d7d52912307b0985afcfbb2922064b186d 252786 
virtualbox-ose-source_1.6.6-dfsg-3_all.deb
 3de52932dec0698bbb25a1bf75cda44a3cc97c2ea3e51873102f55e87648ec27 253470 
virtualbox-ose-guest-source_1.6.6-dfsg-3_all.deb
Files: 
 c71e3dbd7855ead09902f17c2a27caf8 1874 misc extra 
virtualbox-ose_1.6.6-dfsg-3.dsc
 bbbce57f4ab96df642fb0a77541bf4a3 66455 misc extra 
virtualbox-ose_1.6.6-dfsg-3.diff.gz
 84dc561cc884815d11f2c002ee97ec27 6811096 misc extra 
virtualbox-ose_1.6.6-dfsg-3_i386.deb
 15a44c19d73f6c06964d54a13770e80a 7099166 devel extra 
virtualbox-ose-dbg_1.6.6-dfsg-3_i386.deb
 a3b260ae4130ccb531b57d7428870a61 465140 misc extra 
virtualbox-ose-guest-utils_1.6.6-dfsg-3_i386.deb
 9b6f51cde4777067877f2c76bd85c29d 252786 misc extra 
virtualbox-ose-source_1.6.6-dfsg-3_all.deb
 836c9e1bf4a4428789be049a9e7ee761 253470 misc extra 
virtualbox-ose-guest-source_1.6.6-dfsg-3_all.deb

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

iD8DBQFJFCNMVkEm8inxm9ERAs8FAJ9oalYdZ3gGe/wDGK4/GkOn+KA3bwCgiUq2
6LFwJ9vrRoMNDMC9UgoVKmA=
=IXOk
-END PGP SIGNATURE-


Accepted:
virtualbox-ose-dbg_1.6.6-dfsg-3_i386.deb
  to pool/main/v/virtualbox-ose/virtualbox-ose-dbg_1.6.6-dfsg-3_i386.deb
virtualbox-ose-guest-source_1.6.6-dfsg-3_all.deb
  to pool/main/v/virtualbox-ose/virtualbox-ose-guest-source_1.6.6-dfsg-3_all.deb
virtualbox-ose-guest-utils_1.6.6-dfsg-3_i386.deb
  to pool/main/v/virtualbox-ose/virtualbox-ose-guest-utils_1.6.6-dfsg-3_i386.deb
virtualbox-ose-source_1.6.6-dfsg-3_all.deb
  to pool/main/v/virtualbox-ose/virtualbox-ose-source_1.6.6-dfsg-3_all.deb
virtualbox-ose_1.6.6-dfsg-3.diff.gz
  to pool/main/v/virtualbox-ose/virtualbox-ose_1.6.6-dfsg-3.diff.gz
virtualbox-ose_1.6.6-dfsg-3.dsc
  to pool/main/v/virtualbox-ose/virtualbox-ose_1.6.6-dfsg-3.dsc
virtualbox-ose_1.6.6-dfsg-3_i386.deb
  to pool/main/v/virtualbox-ose/virtualbox-ose_1.6.6-dfsg-3_i386.deb


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



Accepted xarchiver 0.5.1-1 (source i386)

2008-11-07 Thread Daniel Baumann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Fri,  7 Nov 2008 14:54:00 +0100
Source: xarchiver
Binary: xarchiver
Architecture: source i386
Version: 0.5.1-1
Distribution: unstable
Urgency: low
Maintainer: Daniel Baumann [EMAIL PROTECTED]
Changed-By: Daniel Baumann [EMAIL PROTECTED]
Description: 
 xarchiver  - GTK+ frontend for most used compression formats
Changes: 
 xarchiver (0.5.1-1) unstable; urgency=low
 .
   * Merging upstream version 0.5.1.
Checksums-Sha1: 
 8ffaab8c4f32f9d30585236a68539a7334efb402 1159 xarchiver_0.5.1-1.dsc
 a5e8ab20b8e5038b5ec1612a37cfee8455d8cee3 1007573 xarchiver_0.5.1.orig.tar.gz
 0cd9a0d631c6a30fb0eb4f4d1e0e41eebbe58377 6391 xarchiver_0.5.1-1.diff.gz
 917ba92b2fec6598eb4f36fa20468ad8f13f1160 502770 xarchiver_0.5.1-1_i386.deb
Checksums-Sha256: 
 fa54f2317187951ff6b13445a76c38a25be38839d1099f91ac1e9b90941477fd 1159 
xarchiver_0.5.1-1.dsc
 abedddccb2412a205a716dbc1b8a95fb87740c4172d1e004136b935f2d754f97 1007573 
xarchiver_0.5.1.orig.tar.gz
 88806454d91fe6a02d129174d080f98b35690a4b6167c560d03e2baf17d57701 6391 
xarchiver_0.5.1-1.diff.gz
 f366ed2b16524b656604cc4eef3ba4e2c646a1b863e58ef0cc89a9bc8c55dbe0 502770 
xarchiver_0.5.1-1_i386.deb
Files: 
 ab4ca4d740b7d427383f9e5b2b76ed98 1159 x11 optional xarchiver_0.5.1-1.dsc
 7dc260d09a7095da09c9652ac6976a9d 1007573 x11 optional 
xarchiver_0.5.1.orig.tar.gz
 96b8ba377f57a3cfe22505b4ba60c7d6 6391 x11 optional xarchiver_0.5.1-1.diff.gz
 ba16bbf580da7e9600fdab2b32f7fad6 502770 x11 optional xarchiver_0.5.1-1_i386.deb

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

iEYEARECAAYFAkkUSuQACgkQ+C5cwEsrK564cgCdFA/iv1TWSGwOdnLa+aFTt0Ux
KG0An06Rz+u9jjhibpJ5JVceDht0U7YG
=gpn9
-END PGP SIGNATURE-


Accepted:
xarchiver_0.5.1-1.diff.gz
  to pool/main/x/xarchiver/xarchiver_0.5.1-1.diff.gz
xarchiver_0.5.1-1.dsc
  to pool/main/x/xarchiver/xarchiver_0.5.1-1.dsc
xarchiver_0.5.1-1_i386.deb
  to pool/main/x/xarchiver/xarchiver_0.5.1-1_i386.deb
xarchiver_0.5.1.orig.tar.gz
  to pool/main/x/xarchiver/xarchiver_0.5.1.orig.tar.gz


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



Accepted bzr-gtk 0.95.0+bzr621-1 (source all)

2008-11-07 Thread Jelmer Vernooij
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Fri, 07 Nov 2008 16:45:21 +0100
Source: bzr-gtk
Binary: bzr-gtk
Architecture: source all
Version: 0.95.0+bzr621-1
Distribution: experimental
Urgency: low
Maintainer: Debian Bazaar Maintainers [EMAIL PROTECTED]
Changed-By: Jelmer Vernooij [EMAIL PROTECTED]
Description: 
 bzr-gtk- provides graphical interfaces to Bazaar (bzr) version control
Changes: 
 bzr-gtk (0.95.0+bzr621-1) experimental; urgency=low
 .
   * New upstream snapshot
   * Use olive-gtk.1 included with upstream.
   * Suggest bzr-loom, since there now is a loom frontend.
Checksums-Sha1: 
 eebb141fefed6ece68c4b55da0d1ee120f041e97 1482 bzr-gtk_0.95.0+bzr621-1.dsc
 01e82e821b667686a1c2685ea92101f87aea7b24 231234 
bzr-gtk_0.95.0+bzr621.orig.tar.gz
 0fef7d847c65d1142afbab5ba409dc7a2785bd16 4850 bzr-gtk_0.95.0+bzr621-1.diff.gz
 28114333712106931b09d5c0b9e3644a606a1684 233106 bzr-gtk_0.95.0+bzr621-1_all.deb
Checksums-Sha256: 
 1f12bd7ad98057b930cbdf82ffa535743bc59646ca6e1c1186ae11ec6d23d9d1 1482 
bzr-gtk_0.95.0+bzr621-1.dsc
 2280d11eb64c1601137a5670be27a4a59264e2d723c8d92e5fccdd859c6431ad 231234 
bzr-gtk_0.95.0+bzr621.orig.tar.gz
 49b77d3b6551075e0f1b4c51c244fd51c236ff8672539abb05e82f186eabc78a 4850 
bzr-gtk_0.95.0+bzr621-1.diff.gz
 3444364c82fc1ec4c3b00de211e6dc097bc13f2179307acf28b41572f57281d1 233106 
bzr-gtk_0.95.0+bzr621-1_all.deb
Files: 
 3904ab1ca212237b44b5ed192edeae91 1482 python optional 
bzr-gtk_0.95.0+bzr621-1.dsc
 47c574d7a923129911ba764017d7f661 231234 python optional 
bzr-gtk_0.95.0+bzr621.orig.tar.gz
 dbb20ef24d51d44a069bfd85069d8523 4850 python optional 
bzr-gtk_0.95.0+bzr621-1.diff.gz
 f9d18e1b97b44bc8481d5cdd8aec17a1 233106 python optional 
bzr-gtk_0.95.0+bzr621-1_all.deb

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

iJwEAQECAAYFAkkUa5UACgkQDLQl4QYPZuWZJgP/WhHn1UjOthiEAdtrzWIAYgwr
NqEKbiYtJw1BR+y/1DkU0imEgR8vmMpqBah3Ey1tRk7ov61kvTD6Bp/Hb/K3N1CX
m6GNMkYhX4tSklocbhDskdAoWMtNvihWfXWXJeUR3OpL2vgGKutNzyKGkK6LUKi5
dtwK+/Xu4WnJFXP7aRc=
=5Ae+
-END PGP SIGNATURE-


Accepted:
bzr-gtk_0.95.0+bzr621-1.diff.gz
  to pool/main/b/bzr-gtk/bzr-gtk_0.95.0+bzr621-1.diff.gz
bzr-gtk_0.95.0+bzr621-1.dsc
  to pool/main/b/bzr-gtk/bzr-gtk_0.95.0+bzr621-1.dsc
bzr-gtk_0.95.0+bzr621-1_all.deb
  to pool/main/b/bzr-gtk/bzr-gtk_0.95.0+bzr621-1_all.deb
bzr-gtk_0.95.0+bzr621.orig.tar.gz
  to pool/main/b/bzr-gtk/bzr-gtk_0.95.0+bzr621.orig.tar.gz


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



Accepted kdenetwork 4:4.1.3-1 (source all amd64 i386)

2008-11-07 Thread Sune Vuorela
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 01 Nov 2008 16:38:42 +0100
Source: kdenetwork
Binary: kdenetwork kdenetwork-filesharing kdenetwork-dev kget knewsticker 
kopete kppp krdc krfb kdenetwork-dbg kde-zeroconf
Architecture: all amd64 i386 source 
Version: 4:4.1.3-1
Distribution: experimental
Urgency: low
Maintainer: Debian Qt/KDE Maintainers [EMAIL PROTECTED]
Changed-By: Sune Vuorela [EMAIL PROTECTED]
Description:
 kdenetwork-dbg - debugging symbols for the KDE 4 networking module
 kdenetwork-dev - development files for the KDE 4 networking module
 kdenetwork-filesharing - network filesharing configuration module for KDE 4
 kdenetwork - networking applications from the official KDE 4 release
 kde-zeroconf - zeroconf plugins and kio slaves for KDE 4
 kget   - download manager for KDE 4
 knewsticker - news ticker applet for KDE 4
 kopete - instant messenger for KDE 4
 kppp   - modem dialer for KDE 4
 krdc   - Remote Desktop Connection client for KDE 4
 krfb   - Desktop Sharing for KDE 4
Changes:
 kdenetwork (4:4.1.3-1) experimental; urgency=low
 .
   * New upstream release
 - bump b-d.
Checksums-Sha1: 
 01eb30c8c283968fb030b2e8cea14093b07d90d8 611836 
kdenetwork-filesharing_4.1.3-1_amd64.deb
 1a12dae71d023059945eb11fcac525696a6197ef 1251620 kget_4.1.3-1_i386.deb
 28644c104bcdd65f11bab3557c2e28604d725f3b 370398 krdc_4.1.3-1_i386.deb
 2f6282dc0e1d941aea515a62a8d7c87c9e4d1b4b 96320 kdenetwork-dev_4.1.3-1_amd64.deb
 d2216c3be3d91b35a46c85ddd289f6560f066393 1998 kdenetwork_4.1.3-1.dsc
 5d2cf0c304030f3199e85287db349f7046624db8 1280866 kget_4.1.3-1_amd64.deb
 66087fb223d86aff8cdd2fb336c3acd8a8b3b052 696310 kppp_4.1.3-1_amd64.deb
 67397eb4c6865cc7dcf957ee84ae389eddc563fc 211004 knewsticker_4.1.3-1_amd64.deb
 6ac54525f3197763470dc6426c0fb6de2e082707 7394142 kopete_4.1.3-1_amd64.deb
 6d3f8747d66aaaf2b075aeba35d336fd673fb95c 38988 kde-zeroconf_4.1.3-1_i386.deb
 7b25ffd57e5cf2660466ae3de35cc11895dfa302 444734 krfb_4.1.3-1_amd64.deb
 7e970d8efcd9ede1f2cdd52d7e25cb698d0227dc 96314 kdenetwork-dev_4.1.3-1_i386.deb
 818fc7a37cdf4e4800ffe5a2505aad966cb96d52 206676 knewsticker_4.1.3-1_i386.deb
 86ceea137c3cee25ff6690030b995a0126a1515d 583310 
kdenetwork-filesharing_4.1.3-1_i386.deb
 8f4b95b23b548e9d17b212a6eb44e2bc6b615694 43760 kde-zeroconf_4.1.3-1_amd64.deb
 addc7fa0dd478765b4bc5d49e6cf52857262df14 49470194 
kdenetwork-dbg_4.1.3-1_i386.deb
 b1ecdeda9f3cd7ab437221126d73eb94f36f9b15 17017 kdenetwork_4.1.3-1.diff.gz
 bf321faaf4f917223e8cc3034376a16a576727eb 676004 kppp_4.1.3-1_i386.deb
 c6542f2b967af043eb0cdd322181c5a2e4c0cf87 7072698 kopete_4.1.3-1_i386.deb
 c70274fb784e0e1a2db8bfb0cf1d8e658f604477 50063194 
kdenetwork-dbg_4.1.3-1_amd64.deb
 dd91b56aab9f50924fff2d7d0fe53c51a4e496a4 378958 krdc_4.1.3-1_amd64.deb
 e43c8952e0e6c357514e638172b6710143f896b3 6390 kdenetwork_4.1.3-1_all.deb
 e6a3b3693b522b35e1a3dd00db97490b9c17567f 8150690 kdenetwork_4.1.3.orig.tar.gz
 f993618af6aa15b7d9b732c093278f4f83145298 438926 krfb_4.1.3-1_i386.deb
Checksums-Sha256: 
 043ba453ce9dca5cdd1c5f3fb9e768316e812685efd29eae9282409a692489ac 49470194 
kdenetwork-dbg_4.1.3-1_i386.deb
 064d0eedff4cf55ab5d97aca5aee95cb57e784a5079329ef6ae9bb30043d1e9f 211004 
knewsticker_4.1.3-1_amd64.deb
 08366fa60e711bcb5e5929d1fb8bc7f6a74f7fb9a80f3fe172d9c32ab07ff34a 378958 
krdc_4.1.3-1_amd64.deb
 1e9f02e23f14eafd5009c7a607d96882118616893338b849e0fc670f1a54f26c 6390 
kdenetwork_4.1.3-1_all.deb
 1f5e2b7a70731116c92a6afd9c3ba7f0fa067bb4e9da30f04a19a0826a10c9f8 7394142 
kopete_4.1.3-1_amd64.deb
 3c6bd216da9cc9e9a8ce4e477fa9cecece23a4be2b62bcdc4429ed8775fb4557 96320 
kdenetwork-dev_4.1.3-1_amd64.deb
 4007500f4db51c490a7b1de1ecb9e4267695881b0a7fb792734eecbe1c6cdf26 50063194 
kdenetwork-dbg_4.1.3-1_amd64.deb
 45c633e32923986db132654648800138ec05270a40980c76644dbab04707e189 96314 
kdenetwork-dev_4.1.3-1_i386.deb
 5c5cead47aeb8596ce77c9e1ca9c5114f67ae627a6f13c59a085988685153297 611836 
kdenetwork-filesharing_4.1.3-1_amd64.deb
 60382a9501d8345c54ee3fc80ca456e576f6e2480b6f17d23f17b5e425cdb532 696310 
kppp_4.1.3-1_amd64.deb
 612893456c6818e86ceb2627184f9adafbd516c79157cb457f56fa0a750eb5de 7072698 
kopete_4.1.3-1_i386.deb
 7c8e055e3133e32287bca38e0402e58b9f8196e8b40ba0b1d49d9625edc59c80 676004 
kppp_4.1.3-1_i386.deb
 85f3aeadeb4ecb59e12221d26579d22603386ca3d1d63258e332a378ea8422ff 38988 
kde-zeroconf_4.1.3-1_i386.deb
 8b30f19124d306ba825e69f5e1946b1698264ce5883acc6bb12f7af36c73bd77 8150690 
kdenetwork_4.1.3.orig.tar.gz
 a25efac5c998416bcdefdd3ef66b1886fd8cc8053259ad20e36cb69594fc20db 370398 
krdc_4.1.3-1_i386.deb
 a27fddf8137c6b70e0e75cc7118b0ebd94d8c6eb1e0204d1d49230371c725fb1 1251620 
kget_4.1.3-1_i386.deb
 a2d87c99a0301a831c3b05f094f8bf758aec40f409e018b348ab172f6a6ea149 583310 
kdenetwork-filesharing_4.1.3-1_i386.deb
 a5981c0ca07e0cff995383dfbe517f13abbd692a20241ea73674ca2548f6b163 444734 
krfb_4.1.3-1_amd64.deb
 b18892894498de2f88a2801e57b653409360178177d5953d8e9efa2c5848c709 206676 
knewsticker_4.1.3-1_i386.deb
 

Accepted tasksel 2.77 (source all)

2008-11-07 Thread Otavio Salvador
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Fri, 07 Nov 2008 14:56:26 -0200
Source: tasksel
Binary: tasksel tasksel-data
Architecture: source all
Version: 2.77
Distribution: unstable
Urgency: low
Maintainer: Debian Install System Team [EMAIL PROTECTED]
Changed-By: Otavio Salvador [EMAIL PROTECTED]
Description: 
 tasksel- Tool for selecting tasks for installation on Debian systems
 tasksel-data - Official tasks used for installation of Debian systems
Closes: 504199 504659
Changes: 
 tasksel (2.77) unstable; urgency=low
 .
   [ Christian Perrier ]
   * Add manpages-fr-extra to the french task. Closes: #504199
 .
   [ Frans Pop ]
   * gnome-desktop: revert to the smaller gnome-desktop-environment package
 as key. Closes: #504659
Checksums-Sha1: 
 b80379aa37198643701e45b447da8a75f770f1b6 865 tasksel_2.77.dsc
 569cacd46f376070a4dfe39ca908863d9da1b7bb 492758 tasksel_2.77.tar.gz
 88d8c46f7c17c58410a30a2f34fbf5617406e4c4 82388 tasksel_2.77_all.deb
 e00d3ddc2f4050e695e58d8900847155250b5a10 96928 tasksel-data_2.77_all.deb
 e09c5194a69a5b877cbef420291641b748b268f7 4551 task-overrides_2.77_all.tar.gz
Checksums-Sha256: 
 5bb1c87be36d7f6463e2367a378afed05099c03cc07f9c7d9fe4cc6aef210ce0 865 
tasksel_2.77.dsc
 bff2898e61761324769266673565d5c197e32758a98ce0ebd5c2094b51921598 492758 
tasksel_2.77.tar.gz
 11513901f7dc9b97253ec387574bd0bf224119d272cdad79fb87555c9176f19b 82388 
tasksel_2.77_all.deb
 c0fb5fcf20578f0db09b8b13c12da4e771594d9be68d64e86455688639dfa168 96928 
tasksel-data_2.77_all.deb
 532de9556bef9e491456c8314b214699b0cf76e5d0970842cde3e2c92f2017e3 4551 
task-overrides_2.77_all.tar.gz
Files: 
 a6814d145b492ce2a82410037b500437 865 admin important tasksel_2.77.dsc
 af9a43254859d07ecddb5c0f8520936d 492758 admin important tasksel_2.77.tar.gz
 bfbf81ca5e2a6aad3b6100b2a228e281 82388 admin important tasksel_2.77_all.deb
 2c1e4e7d50a7453c42c7240425965c0c 96928 admin important 
tasksel-data_2.77_all.deb
 eab077b0cce31917a0e7eae73c4e0f26 4551 byhand - task-overrides_2.77_all.tar.gz

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

iEYEARECAAYFAkkUc38ACgkQLqiZQEml+FVCKACgmQzo2t2wva1teAFfRHEoBd0Q
j6YAn2GinizzF17s8ZfCnW3PAk799yQ8
=fKEX
-END PGP SIGNATURE-


Accepted:
task-overrides_2.77_all.tar.gz byhand
tasksel-data_2.77_all.deb
  to pool/main/t/tasksel/tasksel-data_2.77_all.deb
tasksel_2.77.dsc
  to pool/main/t/tasksel/tasksel_2.77.dsc
tasksel_2.77.tar.gz
  to pool/main/t/tasksel/tasksel_2.77.tar.gz
tasksel_2.77_all.deb
  to pool/main/t/tasksel/tasksel_2.77_all.deb


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



Accepted bzr-gtk 0.95.0+bzr622-1 (source all)

2008-11-07 Thread Jelmer Vernooij
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Fri, 07 Nov 2008 17:51:49 +0100
Source: bzr-gtk
Binary: bzr-gtk
Architecture: source all
Version: 0.95.0+bzr622-1
Distribution: experimental
Urgency: low
Maintainer: Debian Bazaar Maintainers [EMAIL PROTECTED]
Changed-By: Jelmer Vernooij [EMAIL PROTECTED]
Description: 
 bzr-gtk- provides graphical interfaces to Bazaar (bzr) version control
Closes: 501597
Changes: 
 bzr-gtk (0.95.0+bzr622-1) experimental; urgency=low
 .
   * Add build dependency on python-nautilus.
   * Depend on newer version of python-nautilus, with changed API.
 (Closes: #501597)
Checksums-Sha1: 
 76159c0c1325af30b57c897e512bfc4cd9c687df 1510 bzr-gtk_0.95.0+bzr622-1.dsc
 080b0bfb192dd934455ca999080f15f4df2e051a 231297 
bzr-gtk_0.95.0+bzr622.orig.tar.gz
 53f3bc34694ecd90d926d8148d0c5ecb31b76574 4557 bzr-gtk_0.95.0+bzr622-1.diff.gz
 f48a12be7cfd63e607feb262f88d242820e14679 235526 bzr-gtk_0.95.0+bzr622-1_all.deb
Checksums-Sha256: 
 05de5423c8b414f3e2f40fea9da97434eb8c335391e16b1c68aacc411998ee28 1510 
bzr-gtk_0.95.0+bzr622-1.dsc
 eb4f3bd597c8438d94e7c4079f0ccace312e55634baeab22ab7d8317c27bd2f3 231297 
bzr-gtk_0.95.0+bzr622.orig.tar.gz
 52b96e367bd1b061f79710ecd13e5d888f10482498294a0b350744c648f97ced 4557 
bzr-gtk_0.95.0+bzr622-1.diff.gz
 ab2b9ff912e9cebd1d6d0f6a3d960ab0c281009e61a9d2414ac8b90620351fcc 235526 
bzr-gtk_0.95.0+bzr622-1_all.deb
Files: 
 055a8deb0a8a9ff86c087062c2281a1e 1510 python optional 
bzr-gtk_0.95.0+bzr622-1.dsc
 e6bd50d94df0428adad4069d400f50d3 231297 python optional 
bzr-gtk_0.95.0+bzr622.orig.tar.gz
 4589afc33dfa90169048b0c7d1cad9a5 4557 python optional 
bzr-gtk_0.95.0+bzr622-1.diff.gz
 f8bb90f5553d236b45c7fd1f766360af 235526 python optional 
bzr-gtk_0.95.0+bzr622-1_all.deb

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

iJwEAQECAAYFAkkUdHIACgkQDLQl4QYPZuV98QP/TJBxtKzldFvc2VRj2SWDNhh9
kZ91l+mWDNSIlzW6UTit7xqO5P5dT1IP/A22ptXR5+uOlmGDR72ZAeaLBhZ7sksc
8Sk9TS3FI73cAKQK8FQP//4tFg4mBtVnOJhNiixiICop3+S5ii76+sJk46wKfPrp
8D41/fFSEQQxR4gfoyg=
=+uwo
-END PGP SIGNATURE-


Accepted:
bzr-gtk_0.95.0+bzr622-1.diff.gz
  to pool/main/b/bzr-gtk/bzr-gtk_0.95.0+bzr622-1.diff.gz
bzr-gtk_0.95.0+bzr622-1.dsc
  to pool/main/b/bzr-gtk/bzr-gtk_0.95.0+bzr622-1.dsc
bzr-gtk_0.95.0+bzr622-1_all.deb
  to pool/main/b/bzr-gtk/bzr-gtk_0.95.0+bzr622-1_all.deb
bzr-gtk_0.95.0+bzr622.orig.tar.gz
  to pool/main/b/bzr-gtk/bzr-gtk_0.95.0+bzr622.orig.tar.gz


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



Accepted pywbxml 0.1-2 (source i386)

2008-11-07 Thread Jonny Lamb
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Fri, 07 Nov 2008 13:01:38 +
Source: pywbxml
Binary: python-wbxml
Architecture: source i386
Version: 0.1-2
Distribution: unstable
Urgency: medium
Maintainer: Jonny Lamb [EMAIL PROTECTED]
Changed-By: Jonny Lamb [EMAIL PROTECTED]
Description: 
 python-wbxml - WBXML parsing and encoding library -- Python bindings
Closes: 504795
Changes: 
 pywbxml (0.1-2) unstable; urgency=medium
 .
   * debian/control:
 + Changed Maintainer email address.
 + Added quilt Build-Dep.
   * debian/patches/:
 + Added 504795-exception.diff to fix TypeError from WBXMLParseError not
   subclassing Exception. (Closes: #504795)
   * debian/rules:
 + Call patch and unpatch quilt targets.
Checksums-Sha1: 
 90e9a416989eb5befc0642ebbf9bc36e15a47818 1227 pywbxml_0.1-2.dsc
 b6f7b83e877bee50900e72005a28b15745d4ee6f 2617 pywbxml_0.1-2.diff.gz
 2d502e5a96a16e581ca6a3d0adb64f0de266b6cd 10770 python-wbxml_0.1-2_i386.deb
Checksums-Sha256: 
 4224132fada6c5e1abd581100923cacd303c337d17a552e9e621244b5dacd4be 1227 
pywbxml_0.1-2.dsc
 2994c70393a56da969b381f3b34b92b2da77676851dd426086b76fba50515271 2617 
pywbxml_0.1-2.diff.gz
 16661db569ae90ecdea8fca3424efdc78af7311a7f442d33c8c04f3a91edda02 10770 
python-wbxml_0.1-2_i386.deb
Files: 
 0916d6cd9ae4a441cba6198a094ea323 1227 libs optional pywbxml_0.1-2.dsc
 8cfe09c7a900caf2edb57635f24ebb07 2617 libs optional pywbxml_0.1-2.diff.gz
 06021f8c7752dd3e86213be779d51097 10770 python optional 
python-wbxml_0.1-2_i386.deb

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

iEYEARECAAYFAkkUPR0ACgkQwYr7ny4DlAIu8QCgw6gADapI6wCl/QNt+bYCXF69
Tw8An2KbrdcPdgaiaxf5+cdLHYywcVId
=nimQ
-END PGP SIGNATURE-


Accepted:
python-wbxml_0.1-2_i386.deb
  to pool/main/p/pywbxml/python-wbxml_0.1-2_i386.deb
pywbxml_0.1-2.diff.gz
  to pool/main/p/pywbxml/pywbxml_0.1-2.diff.gz
pywbxml_0.1-2.dsc
  to pool/main/p/pywbxml/pywbxml_0.1-2.dsc


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



Accepted imagemagick 7:6.4.5.4.dfsg1-1 (source i386 all)

2008-11-07 Thread Nelson A. de Oliveira
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Fri, 07 Nov 2008 11:44:30 -0200
Source: imagemagick
Binary: imagemagick imagemagick-dbg imagemagick-doc libmagickcore1 
libmagickcore-dev libmagickwand1 libmagickwand-dev libmagick++1 libmagick++-dev 
perlmagick
Architecture: source i386 all
Version: 7:6.4.5.4.dfsg1-1
Distribution: experimental
Urgency: low
Maintainer: ImageMagick Packaging Team [EMAIL PROTECTED]
Changed-By: Nelson A. de Oliveira [EMAIL PROTECTED]
Description: 
 imagemagick - image manipulation programs
 imagemagick-dbg - debugging symbols for ImageMagick
 imagemagick-doc - document files of ImageMagick
 libmagick++-dev - object-oriented C++ interface to ImageMagick - development 
files
 libmagick++1 - object-oriented C++ interface to ImageMagick
 libmagickcore-dev - low-level image manipulation library - development files
 libmagickcore1 - low-level image manipulation library
 libmagickwand-dev - image manipulation library - development files
 libmagickwand1 - image manipulation library
 perlmagick - Perl interface to the ImageMagick graphics routines
Closes: 503889
Changes: 
 imagemagick (7:6.4.5.4.dfsg1-1) experimental; urgency=low
 .
   * New upstream release (Closes: #503889).
Checksums-Sha1: 
 6ac3a5745d1dc3bfab227d9dbd361549228d92bc 1796 imagemagick_6.4.5.4.dfsg1-1.dsc
 4fb7bace96613aa171dca72b95d11234bdea6a88 10383116 
imagemagick_6.4.5.4.dfsg1.orig.tar.gz
 fb00400551afcb335fc3a501aedf554ca0dbffcb 89421 
imagemagick_6.4.5.4.dfsg1-1.diff.gz
 50549f768d67673cc890de116b3cd7a8ea33dba8 86102 
imagemagick_6.4.5.4.dfsg1-1_i386.deb
 e9f9baa8d86a03f483cb6cdf10d8410d6056007c 3296518 
imagemagick-dbg_6.4.5.4.dfsg1-1_i386.deb
 45b8d409bcfdc7d47021c4f2858a4b69d7056f47 3409672 
imagemagick-doc_6.4.5.4.dfsg1-1_all.deb
 8f3565ba24bcab7a15bc2b571f068871c9aad4fa 1666858 
libmagickcore1_6.4.5.4.dfsg1-1_i386.deb
 b361aa6e22faf82aa21ca9704fbaedeb5bed6e78 3391222 
libmagickcore-dev_6.4.5.4.dfsg1-1_i386.deb
 23368096eae8c325a50d3d42da163da442d674e5 332032 
libmagickwand1_6.4.5.4.dfsg1-1_i386.deb
 2e2afc0dfc50c03ec03bfe4b61e18bad47ce3f08 407598 
libmagickwand-dev_6.4.5.4.dfsg1-1_i386.deb
 939988a0b46e54136efce553947778f689875442 192828 
libmagick++1_6.4.5.4.dfsg1-1_i386.deb
 5d3513c21366272f837b2a8b70f70f5e36a4f0de 220648 
libmagick++-dev_6.4.5.4.dfsg1-1_i386.deb
 92a2fa1182206cf3457f49f72d2fc0e8b4cec13b 193194 
perlmagick_6.4.5.4.dfsg1-1_i386.deb
Checksums-Sha256: 
 870b11df3d73d472523a809b6bef24f1aa679754930ddfcbe3759c0a10ebf744 1796 
imagemagick_6.4.5.4.dfsg1-1.dsc
 08079995300ee8310d6e47de5c466c8ca949701fbe62e2bebcbf34f3cc66f13f 10383116 
imagemagick_6.4.5.4.dfsg1.orig.tar.gz
 525da4693782c03cfdd1c4b81fa0e47a4814b0873dd4743e77e9e6a8199b2660 89421 
imagemagick_6.4.5.4.dfsg1-1.diff.gz
 c138f5a03ebbf24e06f31bc9fbec0bb6cfbc6bbb7c1b7677e9a6f7e161169095 86102 
imagemagick_6.4.5.4.dfsg1-1_i386.deb
 0c950e7ba2f3b13f82f0c58be153c39519d5da753a8f0894b55cf454339f0326 3296518 
imagemagick-dbg_6.4.5.4.dfsg1-1_i386.deb
 902f820e774026bcac9ffee8e995a67f35ed5de86af288e65c50c8e89ba18c63 3409672 
imagemagick-doc_6.4.5.4.dfsg1-1_all.deb
 36e39dbb5178282cc9f4465dde3ec8db328ff6f5b434a37ffdeb936eb154a954 1666858 
libmagickcore1_6.4.5.4.dfsg1-1_i386.deb
 1c3d183fc285838f859f56f6df7172e46bcbe5f4e75fb92b945c72ededd939db 3391222 
libmagickcore-dev_6.4.5.4.dfsg1-1_i386.deb
 b2c6897975c0ae40030c20fe38a9b98f4425e74f359897509318bbf3ea470403 332032 
libmagickwand1_6.4.5.4.dfsg1-1_i386.deb
 ebb084591d865debd0893be56629e3eac3099bb9103f268aa26f76b87198c8ec 407598 
libmagickwand-dev_6.4.5.4.dfsg1-1_i386.deb
 3688f8bc6e9cdb918c3626592253a9b42500b56818819b53ad26bf9021df6045 192828 
libmagick++1_6.4.5.4.dfsg1-1_i386.deb
 a270a56d1c55a4d976371e9e2a1a5322167e61c8e763569cb5006b694e2410f1 220648 
libmagick++-dev_6.4.5.4.dfsg1-1_i386.deb
 73043cba31a4a6646a883010eccfe6489db7605e0e4a5050bd40c434053ec1f9 193194 
perlmagick_6.4.5.4.dfsg1-1_i386.deb
Files: 
 c66dacae3fc169a03ad65f9b95e069d8 1796 graphics optional 
imagemagick_6.4.5.4.dfsg1-1.dsc
 b25c1d512918b698a268c34d0d34 10383116 graphics optional 
imagemagick_6.4.5.4.dfsg1.orig.tar.gz
 6049891854cb65910e896108ea81fb72 89421 graphics optional 
imagemagick_6.4.5.4.dfsg1-1.diff.gz
 37cd1bb1259ce4055f56d0ad2a68fe7c 86102 graphics optional 
imagemagick_6.4.5.4.dfsg1-1_i386.deb
 94d6e1b0775c4b372ee2b669b8fe4554 3296518 libdevel extra 
imagemagick-dbg_6.4.5.4.dfsg1-1_i386.deb
 8d41a46f200109e44aa0fd5bba9b8722 3409672 doc optional 
imagemagick-doc_6.4.5.4.dfsg1-1_all.deb
 1b1b4e8c1b129914c2dda6c59c338373 1666858 libs optional 
libmagickcore1_6.4.5.4.dfsg1-1_i386.deb
 6315e251eb755672a46eb6ca6b3fd6c2 3391222 libdevel optional 
libmagickcore-dev_6.4.5.4.dfsg1-1_i386.deb
 445a430cff7d7f1e8ec16b3318ecf2f9 332032 libs optional 
libmagickwand1_6.4.5.4.dfsg1-1_i386.deb
 076e7c7aa4104a1ea3eaee807daaead1 407598 libdevel optional 
libmagickwand-dev_6.4.5.4.dfsg1-1_i386.deb
 06dee103293f3d5ab0b5eccd9c4c73a0 192828 libs optional 
libmagick++1_6.4.5.4.dfsg1-1_i386.deb
 

Accepted coco-java 20081001-3 (source all)

2008-11-07 Thread Markus Loeberbauer
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 28 Oct 2008 11:15:00 +0100
Source: coco-java
Binary: coco-java
Architecture: source all
Version: 20081001-3
Distribution: unstable
Urgency: low
Maintainer: Markus Loeberbauer [EMAIL PROTECTED]
Changed-By: Markus Loeberbauer [EMAIL PROTECTED]
Description: 
 coco-java  - Coco/R Compiler Generator (Java Version)
Closes: 503771
Changes: 
 coco-java (20081001-3) unstable; urgency=low
 .
   * Build with java 1.4 compatibility (Closes: 503771).
Checksums-Sha1: 
 f2f57b33a5cc82812f50ec5fe15573bcade3bf5e 1107 coco-java_20081001-3.dsc
 6023f5062efde9cd6aba6e7e44b6e9e8b3524bc3 5468 coco-java_20081001-3.diff.gz
 af6957de633f4fa554521f9dfdcdff782db3c140 66836 coco-java_20081001-3_all.deb
Checksums-Sha256: 
 cc4163b725673eb566ac3a87fc3188a5527cea766279236112837bb3b9e6ea1e 1107 
coco-java_20081001-3.dsc
 851d50dba76550162c69772e6f788588ef80ea4fd2a19586e408aa4a028f8237 5468 
coco-java_20081001-3.diff.gz
 5dcb2701a0bccbbfa11482d8334c1f1ff3d542057f7520fc01495c0884d26910 66836 
coco-java_20081001-3_all.deb
Files: 
 e8fc2a48715c9aeaacd6adc571463878 1107 devel optional coco-java_20081001-3.dsc
 27e5d5e600460e859b355a4101b513f4 5468 devel optional 
coco-java_20081001-3.diff.gz
 57c50f86e7bbeb0724cc555922363d7a 66836 devel optional 
coco-java_20081001-3_all.deb

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

iEYEARECAAYFAkkUgGMACgkQq7SPDcPCS95ZywCffXPcDS/wVO9wyUekDdT7926e
wysAn3BvnSpeiooMaLy0KOP22ohjPKaS
=nXp/
-END PGP SIGNATURE-


Accepted:
coco-java_20081001-3.diff.gz
  to pool/main/c/coco-java/coco-java_20081001-3.diff.gz
coco-java_20081001-3.dsc
  to pool/main/c/coco-java/coco-java_20081001-3.dsc
coco-java_20081001-3_all.deb
  to pool/main/c/coco-java/coco-java_20081001-3_all.deb


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



Accepted bzr 1.9-1 (source amd64)

2008-11-07 Thread Jelmer Vernooij
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Fri, 07 Nov 2008 14:12:23 +0100
Source: bzr
Binary: bzr
Architecture: source amd64
Version: 1.9-1
Distribution: experimental
Urgency: low
Maintainer: Debian Bazaar Maintainers [EMAIL PROTECTED]
Changed-By: Jelmer Vernooij [EMAIL PROTECTED]
Description: 
 bzr- easy to use distributed version control system
Changes: 
 bzr (1.9-1) experimental; urgency=low
 .
   * New upstream release.
Checksums-Sha1: 
 14ceceea9697b325657813b2a5264640932799ab 1465 bzr_1.9-1.dsc
 963f38dc6cf2657d25588e2311de8e28476eedae 3859551 bzr_1.9.orig.tar.gz
 92ded78aa7adfff88668e97c2ddc95fc5055d9ea 11416 bzr_1.9-1.diff.gz
 b7913a3fe094680af5679019a11e77c3068d8eea 5036358 bzr_1.9-1_amd64.deb
Checksums-Sha256: 
 b6b532327a5cbb790ce8c71aa6ecb9f459a313e512945a7148b0a4e40c15c91f 1465 
bzr_1.9-1.dsc
 34cca13aa64cd309a6f8ac47da3e533536206762cb7a4c16cbd2a531d0be20e5 3859551 
bzr_1.9.orig.tar.gz
 592bbac9295de108fe66de47a77e265fe90024e2b229de8da13bc0ade88270d8 11416 
bzr_1.9-1.diff.gz
 27c84f3bb67226f4c06f8f4ad1a30783817dad78fa57ac33e5352b74b2710ca3 5036358 
bzr_1.9-1_amd64.deb
Files: 
 e95a2839e7545ad9c3aa5c30d1a0d80b 1465 devel optional bzr_1.9-1.dsc
 9b6b0a5143cd078ec664a584f0cc40cc 3859551 devel optional bzr_1.9.orig.tar.gz
 43d69fed2d3b0e6d716683fc45096116 11416 devel optional bzr_1.9-1.diff.gz
 3bdd75dc0ee0d820b60bbf3dbb7ccb90 5036358 devel optional bzr_1.9-1_amd64.deb

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

iJwEAQECAAYFAkkUPx8ACgkQDLQl4QYPZuVjWAQApEK9Os9G7f35Q7tywP8Dh41A
spWLoUXbCiSTdaUYJwYQaZEpqZcxMo3p6zJVXlQE4FecWIWgx6LYPFh8vE6vNjce
43kg3wGb9UW9NJJEKUBMYUNlWbyx1oXR2G3ve4aiKd0axDhQ5SKWE5GFo6QYok7J
T2UiJhI3Aq6gdAOara8=
=Nocn
-END PGP SIGNATURE-


Accepted:
bzr_1.9-1.diff.gz
  to pool/main/b/bzr/bzr_1.9-1.diff.gz
bzr_1.9-1.dsc
  to pool/main/b/bzr/bzr_1.9-1.dsc
bzr_1.9-1_amd64.deb
  to pool/main/b/bzr/bzr_1.9-1_amd64.deb
bzr_1.9.orig.tar.gz
  to pool/main/b/bzr/bzr_1.9.orig.tar.gz


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



Accepted grub 0.97-47lenny1 (source all amd64)

2008-11-07 Thread Robert Millan
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Fri,  7 Nov 2008 19:28:46 +0100
Source: grub
Binary: grub grub-disk grub-doc grub-legacy-doc multiboot-doc
Architecture: source amd64 all
Version: 0.97-47lenny1
Distribution: unstable
Urgency: high
Maintainer: Grub Maintainers [EMAIL PROTECTED]
Changed-By: Robert Millan [EMAIL PROTECTED]
Description: 
 grub   - GRand Unified Bootloader (Legacy version)
 grub-disk  - GRUB bootable disk image (dummy package)
 grub-doc   - Documentation for GRand Unified Bootloader (dummy package)
 grub-legacy-doc - Documentation for GRUB Legacy
 multiboot-doc - The Multiboot specification
Closes: 500336 501306
Changes: 
 grub (0.97-47lenny1) unstable; urgency=high
 .
   * update-grub: Try to regenerate device.map when grub-probe fails (and
 inform the user about it).  Thanks Raphaël Hertzog.  (Closes: #501306)
   * update-grub: Do not attempt to detect CONFIG_PARAVIRT Xen images.
 Thanks Raphaël Hertzog et al.  (Closes: #500336)
Checksums-Sha1: 
 94e7b82c7300e9c76c9fc9428b6728b5441ff517 1335 grub_0.97-47lenny1.dsc
 7d19066491f09c483efa06b07e55a57b06fecfa6 93826 grub_0.97-47lenny1.diff.gz
 88c2cd84ce3b90f8dd1f1ba75a5553cb89510822 924212 grub_0.97-47lenny1_amd64.deb
 59e17ee8b2aeb29f3449b4a56d36eb93b78dfcd6 115486 grub-disk_0.97-47lenny1_all.deb
 dfd030c7284dc2fa718cccd37f9974c6bb8fb740 115502 grub-doc_0.97-47lenny1_all.deb
 15928d7c9ad175f1df90aa575540ae233ef0cf0c 252818 
grub-legacy-doc_0.97-47lenny1_all.deb
 88e5d234d245da663cd428ee85cd1478cf20fd29 160550 
multiboot-doc_0.97-47lenny1_all.deb
Checksums-Sha256: 
 8e7a302f32c971e188f8df43b685535394ba9eefbd7a6f6eecdfd274ebe0cb9e 1335 
grub_0.97-47lenny1.dsc
 af3e003f74ddaed35cbddb70100a1d06ce120340e3ae7316e4e6f20645a08986 93826 
grub_0.97-47lenny1.diff.gz
 9cf8199a472b49918221b95990027ec982c33372e2af9971728b3cf1202863f5 924212 
grub_0.97-47lenny1_amd64.deb
 063d7606bd0fb985d7bf540ff7430b0ebed9894e311a64913c3f54b7e4ef607c 115486 
grub-disk_0.97-47lenny1_all.deb
 98d18cee7efbd5f80f968d04914c904d7c5237ae4a897710996299d7dfaacbac 115502 
grub-doc_0.97-47lenny1_all.deb
 1d38ae800107084e25f49dca090db7761712820ddefe1ed14038854bcd5bd0c1 252818 
grub-legacy-doc_0.97-47lenny1_all.deb
 b640f7d0bc683079391341eb336d6198219bfc90e369a5ded18e6423fc29e185 160550 
multiboot-doc_0.97-47lenny1_all.deb
Files: 
 d57735b6b6742ca407837a4fe5ae57d6 1335 admin optional grub_0.97-47lenny1.dsc
 bac404d0a92757509be9c19085d930a3 93826 admin optional 
grub_0.97-47lenny1.diff.gz
 4236503893c79c62b09e1f74a89d0116 924212 admin optional 
grub_0.97-47lenny1_amd64.deb
 44642ddb7cdc680838fd29ad5ffad776 115486 admin optional 
grub-disk_0.97-47lenny1_all.deb
 7a45eba493eef628cea53df46a3f4136 115502 doc optional 
grub-doc_0.97-47lenny1_all.deb
 5af0191118eb1c7332933dd25b0132da 252818 doc optional 
grub-legacy-doc_0.97-47lenny1_all.deb
 0515bea9b1718c8644bb908a262081c8 160550 doc optional 
multiboot-doc_0.97-47lenny1_all.deb

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

iEYEARECAAYFAkkUivMACgkQC19io6rUCv/uDQCbBiFoNoelJ8SlJla++gn3xb5/
gyoAnRK5rEekMMOMEOnhgPE9/A5hr9oN
=b32m
-END PGP SIGNATURE-


Accepted:
grub-disk_0.97-47lenny1_all.deb
  to pool/main/g/grub/grub-disk_0.97-47lenny1_all.deb
grub-doc_0.97-47lenny1_all.deb
  to pool/main/g/grub/grub-doc_0.97-47lenny1_all.deb
grub-legacy-doc_0.97-47lenny1_all.deb
  to pool/main/g/grub/grub-legacy-doc_0.97-47lenny1_all.deb
grub_0.97-47lenny1.diff.gz
  to pool/main/g/grub/grub_0.97-47lenny1.diff.gz
grub_0.97-47lenny1.dsc
  to pool/main/g/grub/grub_0.97-47lenny1.dsc
grub_0.97-47lenny1_amd64.deb
  to pool/main/g/grub/grub_0.97-47lenny1_amd64.deb
multiboot-doc_0.97-47lenny1_all.deb
  to pool/main/g/grub/multiboot-doc_0.97-47lenny1_all.deb


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



Accepted nvidia-graphics-drivers-legacy-71xx 71.86.07-1 (source amd64)

2008-11-07 Thread Randall Donald
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Fri, 07 Nov 2008 10:46:02 -0800
Source: nvidia-graphics-drivers-legacy-71xx
Binary: nvidia-glx-legacy-71xx-ia32 nvidia-glx-legacy-71xx 
nvidia-glx-legacy-71xx-dev nvidia-kernel-legacy-71xx-source 
nvidia-glx-legacy-ia32
Architecture: source amd64
Version: 71.86.07-1
Distribution: unstable
Urgency: low
Maintainer: Debian NVIDIA Maintainers [EMAIL PROTECTED]
Changed-By: Randall Donald [EMAIL PROTECTED]
Description: 
 nvidia-glx-legacy-71xx - NVIDIA binary Xorg driver (71xx legacy version)
 nvidia-glx-legacy-71xx-dev - NVIDIA binary Xorg driver development files
 nvidia-glx-legacy-71xx-ia32 - NVIDIA binary Xorg driver (71xx legacy version)
 nvidia-glx-legacy-ia32 - NVIDIA binary Xorg driver (71xx legacy version)
 nvidia-kernel-legacy-71xx-source - NVIDIA binary kernel module source (71xx 
legacy version)
Closes: 495098
Changes: 
 nvidia-graphics-drivers-legacy-71xx (71.86.07-1) unstable; urgency=low
 .
   * New Upstream Beta Release (closes: 495098)
Checksums-Sha1: 
 6d614c1b188480ca7ccaf07ea4e77096969b05bf 1396 
nvidia-graphics-drivers-legacy-71xx_71.86.07-1.dsc
 b6735b39ef0446339a4edca3bb4d798fbbed5aac 13261369 
nvidia-graphics-drivers-legacy-71xx_71.86.07.orig.tar.gz
 9a3ab3e643c1ee539fc0f6ea9f298f9e6eea 82851 
nvidia-graphics-drivers-legacy-71xx_71.86.07-1.diff.gz
 98512ffae1ec6801113610f3fcdafc1d7b68da06 2492626 
nvidia-glx-legacy-71xx-ia32_71.86.07-1_amd64.deb
 5d2a325ab7cacc2305fcb29f0761b11da7437056 3568918 
nvidia-glx-legacy-71xx_71.86.07-1_amd64.deb
 82777393ce71810f9557d06c05e7fb0f8f14ae19 151622 
nvidia-glx-legacy-71xx-dev_71.86.07-1_amd64.deb
 41e474c546c32449bb154e54a759564e8867c26f 1475652 
nvidia-kernel-legacy-71xx-source_71.86.07-1_amd64.deb
 171a9b5e46ca5debc816177760bcdb352d789f60 11724 
nvidia-glx-legacy-ia32_71.86.07-1_amd64.deb
Checksums-Sha256: 
 e3c18d898443f0b70e2a11a51b2d8c49a45bcf45a1bce52c1acc1e10506b2a65 1396 
nvidia-graphics-drivers-legacy-71xx_71.86.07-1.dsc
 8d1481e3282b7c024e18a7afbe0f081ccb12771e3fbcb6474c5b50dc1c081cf7 13261369 
nvidia-graphics-drivers-legacy-71xx_71.86.07.orig.tar.gz
 40d3a2dd92162b95afbfd1c7c952b209d502f979364324b9af595ba132e2e7d4 82851 
nvidia-graphics-drivers-legacy-71xx_71.86.07-1.diff.gz
 f2f73e1d570b1fc3e3d8b2d437a05c543e7b4c3e48f3a474f945c7901d7991fe 2492626 
nvidia-glx-legacy-71xx-ia32_71.86.07-1_amd64.deb
 4058c536197698308953ebce2e66167df2a147ebaa353f66f3bde13aa1c8b784 3568918 
nvidia-glx-legacy-71xx_71.86.07-1_amd64.deb
 841cbd87bb6a82ab57b42683b4e796ca5c4e358d56731c83741f6d1aabf4c44d 151622 
nvidia-glx-legacy-71xx-dev_71.86.07-1_amd64.deb
 98319900d9aef686ce7918ea77814ce7e02cd8dc0d2a415a58f429c8e489909e 1475652 
nvidia-kernel-legacy-71xx-source_71.86.07-1_amd64.deb
 4a4de10369b1183d7d4580e0b1cfc49ea43481c2cb978896656e1061bd402837 11724 
nvidia-glx-legacy-ia32_71.86.07-1_amd64.deb
Files: 
 24e01d15413e701285e16d565712d66f 1396 non-free/x11 optional 
nvidia-graphics-drivers-legacy-71xx_71.86.07-1.dsc
 7f4bc0a3e9c2ef0edb2804d62a2bb87f 13261369 non-free/x11 optional 
nvidia-graphics-drivers-legacy-71xx_71.86.07.orig.tar.gz
 24059485f2f3e9bdba8fc5e060d58ed2 82851 non-free/x11 optional 
nvidia-graphics-drivers-legacy-71xx_71.86.07-1.diff.gz
 deb3faff1fc7ff4dad0abe47ba08fe6d 2492626 non-free/x11 optional 
nvidia-glx-legacy-71xx-ia32_71.86.07-1_amd64.deb
 f0dc8a8b3dfdbb3ee459d4ef28ab400a 3568918 non-free/x11 optional 
nvidia-glx-legacy-71xx_71.86.07-1_amd64.deb
 6f91ba39b916bb0dedca8592895fcd7d 151622 non-free/x11 optional 
nvidia-glx-legacy-71xx-dev_71.86.07-1_amd64.deb
 f949ef2d3d78889ed30ccfc2af08ee6c 1475652 non-free/x11 optional 
nvidia-kernel-legacy-71xx-source_71.86.07-1_amd64.deb
 476aa64241e3103d7e3c6bec86159a0d 11724 non-free/x11 optional 
nvidia-glx-legacy-ia32_71.86.07-1_amd64.deb

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

iD8DBQFJFI8RU+6HYGwn3qsRAiaWAJ9EC6M98nLJ5WwaRcXF0hGWzXGltgCgzliP
il4lTxDe/fSsmoZMyo6v8Tg=
=bgpP
-END PGP SIGNATURE-


Accepted:
nvidia-glx-legacy-71xx-dev_71.86.07-1_amd64.deb
  to 
pool/non-free/n/nvidia-graphics-drivers-legacy-71xx/nvidia-glx-legacy-71xx-dev_71.86.07-1_amd64.deb
nvidia-glx-legacy-71xx-ia32_71.86.07-1_amd64.deb
  to 
pool/non-free/n/nvidia-graphics-drivers-legacy-71xx/nvidia-glx-legacy-71xx-ia32_71.86.07-1_amd64.deb
nvidia-glx-legacy-71xx_71.86.07-1_amd64.deb
  to 
pool/non-free/n/nvidia-graphics-drivers-legacy-71xx/nvidia-glx-legacy-71xx_71.86.07-1_amd64.deb
nvidia-glx-legacy-ia32_71.86.07-1_amd64.deb
  to 
pool/non-free/n/nvidia-graphics-drivers-legacy-71xx/nvidia-glx-legacy-ia32_71.86.07-1_amd64.deb
nvidia-graphics-drivers-legacy-71xx_71.86.07-1.diff.gz
  to 
pool/non-free/n/nvidia-graphics-drivers-legacy-71xx/nvidia-graphics-drivers-legacy-71xx_71.86.07-1.diff.gz
nvidia-graphics-drivers-legacy-71xx_71.86.07-1.dsc
  to 
pool/non-free/n/nvidia-graphics-drivers-legacy-71xx/nvidia-graphics-drivers-legacy-71xx_71.86.07-1.dsc
nvidia-graphics-drivers-legacy-71xx_71.86.07.orig.tar.gz
  to 

Accepted shapelib 1.2.10-4.1 (source i386)

2008-11-07 Thread Riku Voipio
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Fri, 07 Nov 2008 21:12:03 +0200
Source: shapelib
Binary: shapelib libshp-dev libshp1
Architecture: source i386
Version: 1.2.10-4.1
Distribution: unstable
Urgency: low
Maintainer: Noèl Köthe [EMAIL PROTECTED]
Changed-By: Riku Voipio [EMAIL PROTECTED]
Description: 
 libshp-dev - C API for reading and writing ArcView Shapefiles
 libshp1- C API for reading and writing ArcView Shapefiles
 shapelib   - C API for reading and writing ArcView Shapefiles
Closes: 497160
Changes: 
 shapelib (1.2.10-4.1) unstable; urgency=low
 .
   * Non-maintainer upload.
   * Use libtool as is instead of re-inventing it Makefile, closes: #497160
Checksums-Sha1: 
 733fd351fcb45ee8e0d3dd623cc1c22e88ded7ca 1031 shapelib_1.2.10-4.1.dsc
 1cb459c5803026f8f3005e4b357a73f72f0606b8 10398 shapelib_1.2.10-4.1.diff.gz
 67ebf17a583f07e0842eab4e6b609cc1d2fb0fc3 59950 shapelib_1.2.10-4.1_i386.deb
 19e1825399392bfbdee7cb02bb9cb206c00d5040 25824 libshp-dev_1.2.10-4.1_i386.deb
 f934b6cdfaa0bd99443028f5c26bcc2240bfd8c2 22602 libshp1_1.2.10-4.1_i386.deb
Checksums-Sha256: 
 d3e38e66b1bd5749054d9769060cbb7a9a5bf30ad333f2b5935f63c9fe440f8f 1031 
shapelib_1.2.10-4.1.dsc
 87c758299586399a1031e78b8c300f656250211ea156e9b6368c9cfe114abebc 10398 
shapelib_1.2.10-4.1.diff.gz
 55a63db2a74f35fe4cdf74709bfc5cb79c24e2bbde7be79ab338bde247b591de 59950 
shapelib_1.2.10-4.1_i386.deb
 fe94560a2a131eed102e79739759efbfcdea2f5358d2d8034a142fd99c9c30a4 25824 
libshp-dev_1.2.10-4.1_i386.deb
 322addc5f414d7d0daecb40f874c0961cf692e44c52357e28158f67a2ce221ec 22602 
libshp1_1.2.10-4.1_i386.deb
Files: 
 c5edd5e15d982be06c8e608e86c8ee92 1031 - optional shapelib_1.2.10-4.1.dsc
 f00ed60309303bc1db73c2c99b1b8282 10398 - optional shapelib_1.2.10-4.1.diff.gz
 8d2877af087f5b8208d68afe0f31eb76 59950 graphics optional 
shapelib_1.2.10-4.1_i386.deb
 040c52c8e417b4c27e0022e2a64157e4 25824 libdevel optional 
libshp-dev_1.2.10-4.1_i386.deb
 4999e8507c70f75e5de8d11447cdb787 22602 libs optional 
libshp1_1.2.10-4.1_i386.deb

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

iD8DBQFJFJnyibPvMsrqrwMRArnBAJ4ilkCAs2z9ovxcNCwgMBfGEEXu3gCeP+HP
krhEjLz2PqQss4VOZorwRDU=
=KoNI
-END PGP SIGNATURE-


Accepted:
libshp-dev_1.2.10-4.1_i386.deb
  to pool/main/s/shapelib/libshp-dev_1.2.10-4.1_i386.deb
libshp1_1.2.10-4.1_i386.deb
  to pool/main/s/shapelib/libshp1_1.2.10-4.1_i386.deb
shapelib_1.2.10-4.1.diff.gz
  to pool/main/s/shapelib/shapelib_1.2.10-4.1.diff.gz
shapelib_1.2.10-4.1.dsc
  to pool/main/s/shapelib/shapelib_1.2.10-4.1.dsc
shapelib_1.2.10-4.1_i386.deb
  to pool/main/s/shapelib/shapelib_1.2.10-4.1_i386.deb


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



Accepted openslp-dfsg 1.2.1-7.5 (source all i386)

2008-11-07 Thread Christian Perrier
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 05 Nov 2008 07:18:43 +0100
Source: openslp-dfsg
Binary: slpd openslp-doc libslp1 slptool libslp-dev
Architecture: source all i386
Version: 1.2.1-7.5
Distribution: unstable
Urgency: low
Maintainer: Ganesan Rajagopal [EMAIL PROTECTED]
Changed-By: Christian Perrier [EMAIL PROTECTED]
Description: 
 libslp-dev - OpenSLP development libraries
 libslp1- OpenSLP libraries
 openslp-doc - OpenSLP documentation
 slpd   - OpenSLP Server (slpd)
 slptool- SLP command line tool
Closes: 501377
Changes: 
 openslp-dfsg (1.2.1-7.5) unstable; urgency=low
 .
   * Non-maintainer upload.
   * Fix pending l10n issues. Debconf translations:
 - Dutch. Closes: #501377
Checksums-Sha1: 
 2e9c1d4ccbf41f191a4b733636c4de1066c596b1 1107 openslp-dfsg_1.2.1-7.5.dsc
 495761be33166109363ec97ac6780131ca62692f 254171 openslp-dfsg_1.2.1-7.5.diff.gz
 0c5310364950aaa72631dccdccc44ae2081de4f0 93018 openslp-doc_1.2.1-7.5_all.deb
 093328db207a7c4e8f276b0782e7fb6eae752759 63620 slpd_1.2.1-7.5_i386.deb
 77e9e382de41134b20a6128ede0f218f1338ef0f 51800 libslp1_1.2.1-7.5_i386.deb
 88ae92278ce12c16c85201479b8bfeef38fb70a2 21302 slptool_1.2.1-7.5_i386.deb
 f2f6e71a14e5fba6573ac00f0f83095d472d6403 32006 libslp-dev_1.2.1-7.5_i386.deb
Checksums-Sha256: 
 5154db13c18077be563f61395dc77b019afe6948a0052958041df5691388418e 1107 
openslp-dfsg_1.2.1-7.5.dsc
 c159ab97531bb7c1ad2947cf9c7346ea324a8612ef5840722a836f8c690830f2 254171 
openslp-dfsg_1.2.1-7.5.diff.gz
 fca178e816b3a96a34e66bf5248cab81d411c941fdd9a5afa975e609703a639f 93018 
openslp-doc_1.2.1-7.5_all.deb
 212b8ded59cd5e51d8acc411235c63151233127c3fa5cc2a15d6035fc17b32c5 63620 
slpd_1.2.1-7.5_i386.deb
 d5db66021c31f8b278e6b9a22dc29d51c957e6e2b36ce78c99fdf44617d1b987 51800 
libslp1_1.2.1-7.5_i386.deb
 b73436078b922c18b4036201804adf68a08392d27a14530016de1613bf45ef25 21302 
slptool_1.2.1-7.5_i386.deb
 f1c643571f43b2ea459d854717ea14bf48cd07840328e7a290f035a37f2ef0c3 32006 
libslp-dev_1.2.1-7.5_i386.deb
Files: 
 d7ac70f1b6f432d2c50cb4814ea89747 1107 net extra openslp-dfsg_1.2.1-7.5.dsc
 316d41a5d99bec7c2e90a22be5b62910 254171 net extra 
openslp-dfsg_1.2.1-7.5.diff.gz
 7621ced29d9086687028f27be2c45892 93018 doc extra openslp-doc_1.2.1-7.5_all.deb
 a907df64c37dbfdcd2b6ea944952bc18 63620 net extra slpd_1.2.1-7.5_i386.deb
 97ca4100bb84cb81ac17068c28ad7f36 51800 libs optional libslp1_1.2.1-7.5_i386.deb
 c95492cafb481286ee51b87d1074b347 21302 utils extra slptool_1.2.1-7.5_i386.deb
 7d57568290aa0d8facfe471495571420 32006 libdevel extra 
libslp-dev_1.2.1-7.5_i386.deb

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

iEYEARECAAYFAkkR+Z8ACgkQ1OXtrMAUPS1dXwCfTLv064SMbf58u8MMgieLRQRv
wHYAoJln4WNI6c2q+b0imr+2YvxnB7DF
=Y2bA
-END PGP SIGNATURE-


Accepted:
libslp-dev_1.2.1-7.5_i386.deb
  to pool/main/o/openslp-dfsg/libslp-dev_1.2.1-7.5_i386.deb
libslp1_1.2.1-7.5_i386.deb
  to pool/main/o/openslp-dfsg/libslp1_1.2.1-7.5_i386.deb
openslp-dfsg_1.2.1-7.5.diff.gz
  to pool/main/o/openslp-dfsg/openslp-dfsg_1.2.1-7.5.diff.gz
openslp-dfsg_1.2.1-7.5.dsc
  to pool/main/o/openslp-dfsg/openslp-dfsg_1.2.1-7.5.dsc
openslp-doc_1.2.1-7.5_all.deb
  to pool/main/o/openslp-dfsg/openslp-doc_1.2.1-7.5_all.deb
slpd_1.2.1-7.5_i386.deb
  to pool/main/o/openslp-dfsg/slpd_1.2.1-7.5_i386.deb
slptool_1.2.1-7.5_i386.deb
  to pool/main/o/openslp-dfsg/slptool_1.2.1-7.5_i386.deb


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



Accepted libextractor 0.5.21+dfsg-1 (source i386)

2008-11-07 Thread Daniel Baumann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Fri,  7 Nov 2008 22:48:00 +0100
Source: libextractor
Binary: libextractor1c2a libextractor-plugins libextractor-dbg libextractor-dev 
extract
Architecture: source i386
Version: 0.5.21+dfsg-1
Distribution: unstable
Urgency: low
Maintainer: Daniel Baumann [EMAIL PROTECTED]
Changed-By: Daniel Baumann [EMAIL PROTECTED]
Description: 
 extract- displays meta-data from files of arbitrary type
 libextractor-dbg - extracts meta-data from files of arbitrary type (debug)
 libextractor-dev - extracts meta-data from files of arbitrary type 
(development)
 libextractor-plugins - extracts meta-data from files of arbitrary type 
(plugins)
 libextractor1c2a - extracts meta-data from files of arbitrary type (library)
Changes: 
 libextractor (0.5.21+dfsg-1) unstable; urgency=low
 .
   * Updating vcs fields in control file.
   * Replacing obsolete dh_clean -k with dh_prep.
   * Merging upstream version 0.5.21+dfsg.
   * Adding upstream target in rules file.
   * Adding librpm-dev to build-depends and depends.
   * Updating shlibs.
   * Updating install debhelper files to cover newly added plugins.
   * For the moment building without thumbnailffmpeg plugin.
Checksums-Sha1: 
 f9280e9dac23de55a3d40c7a81cbe0dfe5ebd544 1509 libextractor_0.5.21+dfsg-1.dsc
 a0285cec80cd9e80b975010c0050715282b21dc1 7715408 
libextractor_0.5.21+dfsg.orig.tar.gz
 3196abb5e9b7c45d8d303e89b0fe90dc78bc6e2c 6519 
libextractor_0.5.21+dfsg-1.diff.gz
 b488ce27f54cf985bfbd1433dace121514db0ed3 7595402 
libextractor1c2a_0.5.21+dfsg-1_i386.deb
 46456133b650f8cd34ddb8030e90f1c9b3be51fa 221806 
libextractor-plugins_0.5.21+dfsg-1_i386.deb
 dc3a20d2cf0cae4feb27699c141f97cf694ee04a 1208472 
libextractor-dbg_0.5.21+dfsg-1_i386.deb
 8c5dbfd0e0bd6fa3cb5fc87f9db04df2e86bdb54 26582 
libextractor-dev_0.5.21+dfsg-1_i386.deb
 b7e77a96eb51a179a8a63039bc9b61c747fbe2f9 81784 extract_0.5.21+dfsg-1_i386.deb
Checksums-Sha256: 
 1f5e1e2351af8fddc12f2f2bf871ef6d064e479657110a01d824dc6139620f87 1509 
libextractor_0.5.21+dfsg-1.dsc
 6e7c9decad245c418d9af59c03556a6d98a89e3ffe4da11ad8c424f604051919 7715408 
libextractor_0.5.21+dfsg.orig.tar.gz
 131960eb381e1de5d5c1983cd5b61c731059219b37ab55b192ac66bfc9020e5c 6519 
libextractor_0.5.21+dfsg-1.diff.gz
 de1bc9be7af0e7553c31b80f6e406bce83995e8001ccd106e2f314d48e0c19f7 7595402 
libextractor1c2a_0.5.21+dfsg-1_i386.deb
 f3bd6a26c8b826fc5a784a7daf9575e01a04ed59d40b0db15e1aa75d8b7960b5 221806 
libextractor-plugins_0.5.21+dfsg-1_i386.deb
 89913927a5d33c1eb114f08e2936d02e713cf256bfa10ba74878df2f99eb0fd7 1208472 
libextractor-dbg_0.5.21+dfsg-1_i386.deb
 1775fe3788b8718cf1d739d674d313b2c55059231054e20be663acbfc163c332 26582 
libextractor-dev_0.5.21+dfsg-1_i386.deb
 e7556c481c3c2fc0babc3eec21020efca9321a76825f184b5f8fc638b86155a4 81784 
extract_0.5.21+dfsg-1_i386.deb
Files: 
 423637241a1f770002e7adc9d5b8519f 1509 devel optional 
libextractor_0.5.21+dfsg-1.dsc
 1df457ce6d982ff184eb873b700fd764 7715408 devel optional 
libextractor_0.5.21+dfsg.orig.tar.gz
 531b51bd3057d0066d3e9547fa9ad8d3 6519 devel optional 
libextractor_0.5.21+dfsg-1.diff.gz
 157a8c2563050fe556922f385fd0c722 7595402 libs optional 
libextractor1c2a_0.5.21+dfsg-1_i386.deb
 5579bd91a2887b0abd46a86f32e844a5 221806 libs optional 
libextractor-plugins_0.5.21+dfsg-1_i386.deb
 86aa36c44f65b41e20e74246bb803b3d 1208472 devel extra 
libextractor-dbg_0.5.21+dfsg-1_i386.deb
 ff791d2e66029ddcfcd170f504001f25 26582 libdevel optional 
libextractor-dev_0.5.21+dfsg-1_i386.deb
 ea89a731d7bb4a547cf0f9795c921a51 81784 utils optional 
extract_0.5.21+dfsg-1_i386.deb

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

iEYEARECAAYFAkkUuYkACgkQ+C5cwEsrK57VAQCeJG/36XsbBeZ3yQ+LT/Jx8hgH
aNQAoKXU011Q47WiEA3ME94aHDAOwzrv
=qRQn
-END PGP SIGNATURE-


Accepted:
extract_0.5.21+dfsg-1_i386.deb
  to pool/main/libe/libextractor/extract_0.5.21+dfsg-1_i386.deb
libextractor-dbg_0.5.21+dfsg-1_i386.deb
  to pool/main/libe/libextractor/libextractor-dbg_0.5.21+dfsg-1_i386.deb
libextractor-dev_0.5.21+dfsg-1_i386.deb
  to pool/main/libe/libextractor/libextractor-dev_0.5.21+dfsg-1_i386.deb
libextractor-plugins_0.5.21+dfsg-1_i386.deb
  to pool/main/libe/libextractor/libextractor-plugins_0.5.21+dfsg-1_i386.deb
libextractor1c2a_0.5.21+dfsg-1_i386.deb
  to pool/main/libe/libextractor/libextractor1c2a_0.5.21+dfsg-1_i386.deb
libextractor_0.5.21+dfsg-1.diff.gz
  to pool/main/libe/libextractor/libextractor_0.5.21+dfsg-1.diff.gz
libextractor_0.5.21+dfsg-1.dsc
  to pool/main/libe/libextractor/libextractor_0.5.21+dfsg-1.dsc
libextractor_0.5.21+dfsg.orig.tar.gz
  to pool/main/libe/libextractor/libextractor_0.5.21+dfsg.orig.tar.gz


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



Accepted sqlalchemy 0.5.0~rc3-1 (source all)

2008-11-07 Thread Piotr Ożarowski
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Fri, 07 Nov 2008 22:52:15 +0100
Source: sqlalchemy
Binary: python-sqlalchemy python-sqlalchemy-doc
Architecture: source all
Version: 0.5.0~rc3-1
Distribution: experimental
Urgency: low
Maintainer: Piotr Ożarowski [EMAIL PROTECTED]
Changed-By: Piotr Ożarowski [EMAIL PROTECTED]
Description: 
 python-sqlalchemy - SQL toolkit and Object Relational Mapper for Python
 python-sqlalchemy-doc - Documentation for the SQLAlchemy Python library
Changes: 
 sqlalchemy (0.5.0~rc3-1) experimental; urgency=low
 .
   [ Sandro Tosi ]
   * Switch Vcs-Browser field to viewsvn
 .
   [ Piotr Ożarowski ]
   * New upstream release
Checksums-Sha1: 
 448028c7d1656a1337a0a0175170c4f2139e398a 1460 sqlalchemy_0.5.0~rc3-1.dsc
 104e52115ea0f5d5a829b84def0090ce9d3b3f73 1404449 
sqlalchemy_0.5.0~rc3.orig.tar.gz
 a6ac872ceb6a7e23a9666031b415021e092b35b5 7461 sqlalchemy_0.5.0~rc3-1.diff.gz
 054c5712581fe7240e2384971557e0c6dde23d14 366710 
python-sqlalchemy_0.5.0~rc3-1_all.deb
 b64180134a4e4a1b9dcc96270f5d058db5a4b99b 422886 
python-sqlalchemy-doc_0.5.0~rc3-1_all.deb
Checksums-Sha256: 
 a0dd3bbbaa85f140fa80d74c5a6d84cc649be5fc9e7fff49d11a0c4efd36948f 1460 
sqlalchemy_0.5.0~rc3-1.dsc
 bea601e5a8a03cb840077177cca77dc4071aed17b09bc5d6e7b87b2b71835346 1404449 
sqlalchemy_0.5.0~rc3.orig.tar.gz
 20bda816bba453286d36853e75f36b46dc18548d35ecceac57452da392cccf82 7461 
sqlalchemy_0.5.0~rc3-1.diff.gz
 6451282cdb120eeea243311773faeb3e5e07cd8771f33671cee0fc04a71a6f52 366710 
python-sqlalchemy_0.5.0~rc3-1_all.deb
 eeceb9ed6d46cd793ca29291f655647c64a80ba727b6bdbfc21f3d1ef28aae7a 422886 
python-sqlalchemy-doc_0.5.0~rc3-1_all.deb
Files: 
 840869cdb88556459f3efd31bc299f2e 1460 python optional 
sqlalchemy_0.5.0~rc3-1.dsc
 9ae8976f2365ce9464c48753dac21a03 1404449 python optional 
sqlalchemy_0.5.0~rc3.orig.tar.gz
 aa8db6c7d76567b00ce246bfc10ee4b2 7461 python optional 
sqlalchemy_0.5.0~rc3-1.diff.gz
 af87efe4f3b438fc5aca110fe6b94ecd 366710 python optional 
python-sqlalchemy_0.5.0~rc3-1_all.deb
 b4cec0927ac684fb658141fe168d6194 422886 doc optional 
python-sqlalchemy-doc_0.5.0~rc3-1_all.deb

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

iEYEARECAAYFAkkUvykACgkQB01zfu119ZmyngCeIUscIOEBUnCs44fV/LQo/IRt
jsUAn1lIr44BpTPmv7tjlZNtjMygL7di
=WGAU
-END PGP SIGNATURE-


Accepted:
python-sqlalchemy-doc_0.5.0~rc3-1_all.deb
  to pool/main/s/sqlalchemy/python-sqlalchemy-doc_0.5.0~rc3-1_all.deb
python-sqlalchemy_0.5.0~rc3-1_all.deb
  to pool/main/s/sqlalchemy/python-sqlalchemy_0.5.0~rc3-1_all.deb
sqlalchemy_0.5.0~rc3-1.diff.gz
  to pool/main/s/sqlalchemy/sqlalchemy_0.5.0~rc3-1.diff.gz
sqlalchemy_0.5.0~rc3-1.dsc
  to pool/main/s/sqlalchemy/sqlalchemy_0.5.0~rc3-1.dsc
sqlalchemy_0.5.0~rc3.orig.tar.gz
  to pool/main/s/sqlalchemy/sqlalchemy_0.5.0~rc3.orig.tar.gz


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



Accepted gstm 1.2-6 (source i386)

2008-11-07 Thread Ryan Niebur
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Thu, 06 Nov 2008 21:18:44 -0800
Source: gstm
Binary: gstm
Architecture: source i386
Version: 1.2-6
Distribution: unstable
Urgency: low
Maintainer: Ryan Niebur [EMAIL PROTECTED]
Changed-By: Ryan Niebur [EMAIL PROTECTED]
Description: 
 gstm   - SSH tunnel manager for GNOME
Closes: 504657
Changes: 
 gstm (1.2-6) unstable; urgency=low
 .
   * fix implicit pointer conversions (Closes: #504657)
 - use quilt
   * use dh_clean to remove the generated man pages
Checksums-Sha1: 
 011657a0dcdc49da8b0f327d08c7ed60c9831a8d 1107 gstm_1.2-6.dsc
 32fb474d27a2a7693526e0c9c3c17f247ffec154 3090 gstm_1.2-6.diff.gz
 7939f06ec6990b249274308e08fbb4f417acade7 140128 gstm_1.2-6_i386.deb
Checksums-Sha256: 
 edc36e7d4fbce097bcba80f06df80f4010981bc989a408b620cc2d201cbf3f66 1107 
gstm_1.2-6.dsc
 46080643985f232a2e2e61486d6b066193bf9ed23bba4519042835a1aaa0f218 3090 
gstm_1.2-6.diff.gz
 e823595459e687ca564dd743d58e931dc3e08855767209f4f4addff101bbdfcb 140128 
gstm_1.2-6_i386.deb
Files: 
 33fe8c59a547fa0e9f70e689f7d2dff7 1107 gnome optional gstm_1.2-6.dsc
 06d90f0092aa007e85f724664166858a 3090 gnome optional gstm_1.2-6.diff.gz
 5148af16d3b77476290a485b74086f77 140128 gnome optional gstm_1.2-6_i386.deb

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

iEYEARECAAYFAkkUpXcACgkQAukwV0RN2VB29ACdGn4ECmDpvJ+fbmleJDfSVVDi
ukUAnjOtGsfoP9Z3UYwQ5vYq2bAVemTT
=esb8
-END PGP SIGNATURE-


Accepted:
gstm_1.2-6.diff.gz
  to pool/main/g/gstm/gstm_1.2-6.diff.gz
gstm_1.2-6.dsc
  to pool/main/g/gstm/gstm_1.2-6.dsc
gstm_1.2-6_i386.deb
  to pool/main/g/gstm/gstm_1.2-6_i386.deb


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



Accepted glassfish 1:2ur2-b04-2 (source all)

2008-11-07 Thread Torsten Werner
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Thu, 06 Nov 2008 22:00:12 +0100
Source: glassfish
Binary: glassfish-activation glassfish-appserv glassfish-jmac-api 
glassfish-mail glassfish-javaee glassfish-toplink-essentials
Architecture: source all
Version: 1:2ur2-b04-2
Distribution: unstable
Urgency: low
Maintainer: Debian Java Maintainers [EMAIL PROTECTED]
Changed-By: Torsten Werner [EMAIL PROTECTED]
Description: 
 glassfish-activation - Open source Java EE 5 Application Server
 glassfish-appserv - Open source Java EE 5 Application Server
 glassfish-javaee - Open source Java EE 5 Application Server
 glassfish-jmac-api - Open source Java EE 5 Application Server
 glassfish-mail - Open source Java EE 5 Application Server
 glassfish-toplink-essentials - Open source Java EE 5 Application Server
Closes: 503775
Changes: 
 glassfish (1:2ur2-b04-2) unstable; urgency=low
 .
   merge changes from Lenny:
   * Fix java runtime Depends. (Closes: #503775)
Checksums-Sha1: 
 a6082c299fb5123af4e3ded89ba7ce12227a572d 1462 glassfish_2ur2-b04-2.dsc
 59a71f15ca17abca40411059624a86589aeca396 12596 glassfish_2ur2-b04-2.diff.gz
 bdc4ab1bdc44a48a425574627005e529e124322c 76734 
glassfish-activation_2ur2-b04-2_all.deb
 3e660bdd1c931cb57e493a87e5599e17adbbbac7 927964 
glassfish-appserv_2ur2-b04-2_all.deb
 1707c731d545b511dc87b143d91677190a776412 27092 
glassfish-jmac-api_2ur2-b04-2_all.deb
 451ba56c252f05ddd449ff8ec1ad062a9edea701 395126 
glassfish-mail_2ur2-b04-2_all.deb
 b0c0006984a1c1c8fc9ea1bccb097f2574d58897 505206 
glassfish-javaee_2ur2-b04-2_all.deb
 2ce9805a15610352234685dfd9459de890ce762d 2420296 
glassfish-toplink-essentials_2ur2-b04-2_all.deb
Checksums-Sha256: 
 7deac64de05d89aece20070cb80d201a7ce3e7eb848dd7b4683cc39423be195b 1462 
glassfish_2ur2-b04-2.dsc
 0b06f6747902679b609a21172daa16cb7267f4df986b87367a7db728b1485413 12596 
glassfish_2ur2-b04-2.diff.gz
 32c7862116e7972c3359e887e0e51821ce0cbb02eaa2e59f884f053ad9aed5b3 76734 
glassfish-activation_2ur2-b04-2_all.deb
 ef3a3be03a7767b8b8ebdd1b33fb75191d0a1ab833ada43ce6fbce87d8fe8e39 927964 
glassfish-appserv_2ur2-b04-2_all.deb
 d9b825246bec95f375d9909358640735705cc548cf1ffc7638c8d8707de31ade 27092 
glassfish-jmac-api_2ur2-b04-2_all.deb
 83d8aeca0ef0efd28fd1839ee04e4352377eb233700f3f53eea30f9e2d0b957a 395126 
glassfish-mail_2ur2-b04-2_all.deb
 b9cd10bf9bd924a4e1bb5f99023ab8e27c1c34ea8e9752424fddfaa858661350 505206 
glassfish-javaee_2ur2-b04-2_all.deb
 3fdf5d0eca4a4852fcf8c9e72a0e18e87e88f8855b66fa91fbf4c923cb4c0806 2420296 
glassfish-toplink-essentials_2ur2-b04-2_all.deb
Files: 
 78956b034561476bf2a7fb9242622a64 1462 libs optional glassfish_2ur2-b04-2.dsc
 7f723bf569945480fff65efbb40ee63e 12596 libs optional 
glassfish_2ur2-b04-2.diff.gz
 69ac2be4335bdff8bbe2e85f9792cfd6 76734 libs optional 
glassfish-activation_2ur2-b04-2_all.deb
 e186b898d5a8d26fd4404404ca46a087 927964 libs optional 
glassfish-appserv_2ur2-b04-2_all.deb
 a260df5b09dd0f71149f852ee12e10a6 27092 libs optional 
glassfish-jmac-api_2ur2-b04-2_all.deb
 8867a314c20de8bd909d0c64358d1f50 395126 libs optional 
glassfish-mail_2ur2-b04-2_all.deb
 645d28898c1c5c9b4ea338afdc09edc8 505206 libs optional 
glassfish-javaee_2ur2-b04-2_all.deb
 cbfe68d2e606705d6258485a9578d6f0 2420296 libs optional 
glassfish-toplink-essentials_2ur2-b04-2_all.deb

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

iEYEARECAAYFAkkUtUcACgkQfY3dicTPjsPWzwCfe7Wdkin0O+dqxg8JsiJXRdyr
q0QAnjYx5Mr6v7vC5/u178G3be0yIgNJ
=vavk
-END PGP SIGNATURE-


Accepted:
glassfish-activation_2ur2-b04-2_all.deb
  to pool/main/g/glassfish/glassfish-activation_2ur2-b04-2_all.deb
glassfish-appserv_2ur2-b04-2_all.deb
  to pool/main/g/glassfish/glassfish-appserv_2ur2-b04-2_all.deb
glassfish-javaee_2ur2-b04-2_all.deb
  to pool/main/g/glassfish/glassfish-javaee_2ur2-b04-2_all.deb
glassfish-jmac-api_2ur2-b04-2_all.deb
  to pool/main/g/glassfish/glassfish-jmac-api_2ur2-b04-2_all.deb
glassfish-mail_2ur2-b04-2_all.deb
  to pool/main/g/glassfish/glassfish-mail_2ur2-b04-2_all.deb
glassfish-toplink-essentials_2ur2-b04-2_all.deb
  to pool/main/g/glassfish/glassfish-toplink-essentials_2ur2-b04-2_all.deb
glassfish_2ur2-b04-2.diff.gz
  to pool/main/g/glassfish/glassfish_2ur2-b04-2.diff.gz
glassfish_2ur2-b04-2.dsc
  to pool/main/g/glassfish/glassfish_2ur2-b04-2.dsc


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



Accepted kde4libs 4:4.1.3-2 (source all amd64 i386)

2008-11-07 Thread Debian Qt/KDE Maintainers
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Fri, 07 Nov 2008 22:18:05 +0200
Source: kde4libs
Binary: kdelibs5 kdelibs5-data kdelibs5-dev kdelibs-bin kdelibs5-dbg
Architecture: all amd64 i386 source 
Version: 4:4.1.3-2
Distribution: experimental
Urgency: low
Maintainer: Debian Qt/KDE Maintainers [EMAIL PROTECTED]
Changed-By: Debian Qt/KDE Maintainers [EMAIL PROTECTED]
Description:
 kdelibs5   - core libraries for all KDE 4 applications
 kdelibs5-data - core shared data for all KDE 4 applications
 kdelibs5-dbg - debugging symbols for the KDE 4 libraries module
 kdelibs5-dev - development files for the KDE 4 core libraries
 kdelibs-bin - executables for all KDE 4 core applications
Changes:
 kde4libs (4:4.1.3-2) experimental; urgency=low
 .
   +++ Changes by Modestas Vainius:
 .
   * Bump kdebase-runtime dependency back to 4.1.3. The previous change was
 a mistake.
   * Bump kdelibs5 shlibs to 4.1.3-2 to ease the pain.
 .
   +++ Changes by Sune Vuorela:
 .
   * Add patch for http cache cleaner to keep the cache revision in sync.
Checksums-Sha1: 
 0b131b429080e9cb58d2c8e9c91aa2875f2bf203 460438 kdelibs-bin_4.1.3-2_amd64.deb
 22a74053e0e3fae288af55e5f028de5a3e37b0f0 66065052 
kdelibs5-dbg_4.1.3-2_amd64.deb
 25568c7065f320b0fa1100395e8330d335265898 65233024 kdelibs5-dbg_4.1.3-2_i386.deb
 a083d1c2a4bc108d9e40fdb89cedc7ff16b42537 2121 kde4libs_4.1.3-2.dsc
 51f8c031619bb4f1f9172b3ea0b41b6ce01e6da2 1498448 kdelibs5-dev_4.1.3-2_amd64.deb
 6ed76d876c3dfcf89f9e43182e20fcb7a0b0a81e 10107990 kdelibs5_4.1.3-2_amd64.deb
 784e6c8f01b0cafaad1a40498ecaec59828e0990 3148828 kdelibs5-data_4.1.3-2_all.deb
 7ef798ff6494c6adf7df41470ab7323a586d6413 88502 kde4libs_4.1.3-2.diff.gz
 a8868713068187898d9017fcd9513fe232d668a1 9514052 kdelibs5_4.1.3-2_i386.deb
 ef87e43d3e94b7b471a3c382e46703c558ac5e74 427926 kdelibs-bin_4.1.3-2_i386.deb
 f409d37ef7241f8953d44da470a12eb7a12290b4 1496142 kdelibs5-dev_4.1.3-2_i386.deb
Checksums-Sha256: 
 2b2319c0e4e83dc4b35fcfb19b2384d0738336a19111ad58e4c6641c06084672 3148828 
kdelibs5-data_4.1.3-2_all.deb
 4aef8ad024fef05c3851e3c356beed393858fbc03e3b130bdcbb9dba286b4c07 427926 
kdelibs-bin_4.1.3-2_i386.deb
 50808d90d9f8ffe4288dd5efbbcbb72a9643d7497c43c94f8c1db0b381de98a4 88502 
kde4libs_4.1.3-2.diff.gz
 57e37a855e448587815c7c866afbfbadd29959b0f6c4ba1d5eeeb0f4f12709c0 66065052 
kdelibs5-dbg_4.1.3-2_amd64.deb
 9664356cca958899197ae4dee10b7bc6685948d87e6fabca5edc9642c3729c39 65233024 
kdelibs5-dbg_4.1.3-2_i386.deb
 29c7061ac6972aeae5fabee6aa6c6a45ff6c8c8d1f209061b75c70d8aa332b4e 2121 
kde4libs_4.1.3-2.dsc
 a1055a2fe487bcdf8899ea59fab705dcbe28ac4d1a3a44b57bb79849c51339c4 10107990 
kdelibs5_4.1.3-2_amd64.deb
 b5b91fd0ec69f9422ebec3673f0059e268842b77b557b739129603ebd184c66a 9514052 
kdelibs5_4.1.3-2_i386.deb
 c3e8d9235e72066290a90e5a84fff059d5fb6a316a7e9f29ed55824f20e24753 1498448 
kdelibs5-dev_4.1.3-2_amd64.deb
 d7fee0e1222b2e270cf74010b3a9280e0b2e5a82488061b7d89631f597e49434 1496142 
kdelibs5-dev_4.1.3-2_i386.deb
 ef29915619fc3bee4a35c7ed21e54af5d8225a203fd9dcfd666b0a58a858c2f6 460438 
kdelibs-bin_4.1.3-2_amd64.deb
Files: 
 156c0d5d501438f393b480bff015e963 88502 libs optional kde4libs_4.1.3-2.diff.gz
 217e99031718f57ab3976b40836d9f6a 10107990 libs optional 
kdelibs5_4.1.3-2_amd64.deb
 349ebfc4a5ca65b286c53cba4353c0b8 427926 libs optional 
kdelibs-bin_4.1.3-2_i386.deb
 38432bc11d10e3ca91829d954dd25ec7 3148828 libs optional 
kdelibs5-data_4.1.3-2_all.deb
 0d8dafa7208d24c8b40de4525d42df52 2121 libs optional kde4libs_4.1.3-2.dsc
 6de804f818b1457275cce1f309f56d43 1496142 libdevel optional 
kdelibs5-dev_4.1.3-2_i386.deb
 7f020b02096b3064344fd1afc14cfbe0 66065052 libdevel extra 
kdelibs5-dbg_4.1.3-2_amd64.deb
 a503e5424cb8e8afd5b9921105beeac2 1498448 libdevel optional 
kdelibs5-dev_4.1.3-2_amd64.deb
 ce870eba393ab02ea13f5a30b6c94f50 9514052 libs optional 
kdelibs5_4.1.3-2_i386.deb
 dcaf0749b04c165665afd3c98079ac6a 460438 libs optional 
kdelibs-bin_4.1.3-2_amd64.deb
 e058968a3095821438b1d1f3e1a0c307 65233024 libdevel extra 
kdelibs5-dbg_4.1.3-2_i386.deb

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

iEYEARECAAYFAkkUtXQACgkQnMvaFgH6i0ozggCfe5F3q2bsS/CsyoLWamXdaJaH
sEAAnjVNbr/TIwgIUFo3gBu8CVUKnfAn
=qQEG
-END PGP SIGNATURE-


Accepted:
kde4libs_4.1.3-2.diff.gz
  to pool/main/k/kde4libs/kde4libs_4.1.3-2.diff.gz
kde4libs_4.1.3-2.dsc
  to pool/main/k/kde4libs/kde4libs_4.1.3-2.dsc
kdelibs-bin_4.1.3-2_amd64.deb
  to pool/main/k/kde4libs/kdelibs-bin_4.1.3-2_amd64.deb
kdelibs-bin_4.1.3-2_i386.deb
  to pool/main/k/kde4libs/kdelibs-bin_4.1.3-2_i386.deb
kdelibs5-data_4.1.3-2_all.deb
  to pool/main/k/kde4libs/kdelibs5-data_4.1.3-2_all.deb
kdelibs5-dbg_4.1.3-2_amd64.deb
  to pool/main/k/kde4libs/kdelibs5-dbg_4.1.3-2_amd64.deb
kdelibs5-dbg_4.1.3-2_i386.deb
  to pool/main/k/kde4libs/kdelibs5-dbg_4.1.3-2_i386.deb
kdelibs5-dev_4.1.3-2_amd64.deb
  to pool/main/k/kde4libs/kdelibs5-dev_4.1.3-2_amd64.deb
kdelibs5-dev_4.1.3-2_i386.deb
  to pool/main/k/kde4libs/kdelibs5-dev_4.1.3-2_i386.deb

Accepted line6-usb 0.7.4+svn511-1 (source all)

2008-11-07 Thread Jelmer Vernooij
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Fri, 07 Nov 2008 19:05:42 +0100
Source: line6-usb
Binary: line6-usb-source
Architecture: source all
Version: 0.7.4+svn511-1
Distribution: unstable
Urgency: low
Maintainer: Jelmer Vernooij [EMAIL PROTECTED]
Changed-By: Jelmer Vernooij [EMAIL PROTECTED]
Description: 
 line6-usb-source - Line 6 POD driver source
Changes: 
 line6-usb (0.7.4+svn511-1) unstable; urgency=low
 .
   * New upstream snapshot.
Checksums-Sha1: 
 bb0b00b600cbb12a9a316d055c808aae0d67d084 1274 line6-usb_0.7.4+svn511-1.dsc
 349c859b37c5f32024b72bbcb15a97f413337160 75651 
line6-usb_0.7.4+svn511.orig.tar.gz
 f50447f475cebc040f6abc16407e3f0a4fe58fbe 666 line6-usb_0.7.4+svn511-1.diff.gz
 ce83d1438734b041ca4b0cb1f186a6875f62733c 34180 
line6-usb-source_0.7.4+svn511-1_all.deb
Checksums-Sha256: 
 e325726fa57b0d4f0adc8d7b248d667f8b1fd2f310806ceab83bfab6098a045c 1274 
line6-usb_0.7.4+svn511-1.dsc
 aa9d6c0ede632b2e228d1b30fabaacf950f9cb48729a2c4a67637b636d7646db 75651 
line6-usb_0.7.4+svn511.orig.tar.gz
 275506cf8b98348ac5c4d6ddff0f98c2634d6b4cac3bd4dab706b4fa0d89f1c8 666 
line6-usb_0.7.4+svn511-1.diff.gz
 735e238555d399e5b4e843b1da17f371e343ce8c7cf3dc8a2957ba096de29405 34180 
line6-usb-source_0.7.4+svn511-1_all.deb
Files: 
 af8fed030d7467bf0a6f7c7f30f3 1274 sound optional 
line6-usb_0.7.4+svn511-1.dsc
 7563a819ecc9c05c3cd5a884345bfb19 75651 sound optional 
line6-usb_0.7.4+svn511.orig.tar.gz
 1c004099c253e58ed9508fafffb534b6 666 sound optional 
line6-usb_0.7.4+svn511-1.diff.gz
 35e4209298306f251658dcc7193b4db0 34180 sound optional 
line6-usb-source_0.7.4+svn511-1_all.deb

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

iJwEAQECAAYFAkkUnA4ACgkQDLQl4QYPZuWbBwP9GkpgFhkR3ckyrIAEnRCB9Bfe
9ik+UhKFNJ4VrKngxG6zVg34sGHAlE7ZKbnBIEbrTwJS1CbThu5a6Q5oM0xOZK2d
eVueVKyeZFF2wB2mkIJSH79iLvwq+3/Ptf4ZXDtNSrE9wH02xp4YHquWATLQswHB
N/u8dCn1+FPyZa/dGEo=
=0lbP
-END PGP SIGNATURE-


Accepted:
line6-usb-source_0.7.4+svn511-1_all.deb
  to pool/main/l/line6-usb/line6-usb-source_0.7.4+svn511-1_all.deb
line6-usb_0.7.4+svn511-1.diff.gz
  to pool/main/l/line6-usb/line6-usb_0.7.4+svn511-1.diff.gz
line6-usb_0.7.4+svn511-1.dsc
  to pool/main/l/line6-usb/line6-usb_0.7.4+svn511-1.dsc
line6-usb_0.7.4+svn511.orig.tar.gz
  to pool/main/l/line6-usb/line6-usb_0.7.4+svn511.orig.tar.gz


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



Accepted ncurses 5.7-2 (source i386 all)

2008-11-07 Thread Daniel Baumann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Fri,  7 Nov 2008 21:06:00 +0100
Source: ncurses
Binary: libncurses5 libncurses5-dev libncurses5-dbg libncursesw5 
libncursesw5-dev libncursesw5-dbg lib64ncurses5 lib64ncurses5-dev lib32ncurses5 
lib32ncurses5-dev lib32ncursesw5 lib32ncursesw5-dev ncurses-bin ncurses-base 
ncurses-term
Architecture: source i386 all
Version: 5.7-2
Distribution: unstable
Urgency: low
Maintainer: Daniel Baumann [EMAIL PROTECTED]
Changed-By: Daniel Baumann [EMAIL PROTECTED]
Description: 
 lib32ncurses5 - shared libraries for terminal handling (32-bit)
 lib32ncurses5-dev - developer's libraries for ncurses (32-bit)
 lib32ncursesw5 - shared libraries for terminal handling (wide character 
support) (
 lib32ncursesw5-dev - developer's libraries for ncursesw (32-bit)
 lib64ncurses5 - shared libraries for terminal handling (64-bit)
 lib64ncurses5-dev - developer's libraries for ncurses (64-bit)
 libncurses5 - shared libraries for terminal handling
 libncurses5-dbg - debugging/profiling libraries for ncurses
 libncurses5-dev - developer's libraries and docs for ncurses
 libncursesw5 - shared libraries for terminal handling (wide character support)
 libncursesw5-dbg - debugging/profiling libraries for ncurses
 libncursesw5-dev - developer's libraries for ncursesw
 ncurses-base - basic terminal type definitions
 ncurses-bin - terminal-related programs and man pages
 ncurses-term - additional terminal type definitions
Closes: 504745 504820
Changes: 
 ncurses (5.7-2) unstable; urgency=low
 .
   * Replacing obsolete dh_clean -k with dh_prep.
   * Adding patch from Petr Salinger [EMAIL PROTECTED] to fix FTBFS on
 GNU/kFreeBSD (Closes: #504820).
   * Temporarily downgrading sodepver again; this was actually ment to go to
 lenny, but I'm to tired to push it... (Closes: #504745).
Checksums-Sha1: 
 ce57d214952efaad0840c2f331bbe56afd559854 1454 ncurses_5.7-2.dsc
 022a6793528d2733ccf17a9980a3da3b7a474548 39410 ncurses_5.7-2.diff.gz
 064e3066795210cbbde0651f2bf49e3e1de8ba7b 336070 libncurses5_5.7-2_i386.deb
 dfebec5d68e9019b0cf480b6264fe41fafefe9f3 1544186 libncurses5-dev_5.7-2_i386.deb
 1a18a4aa28f2efe6be0ddac0a73a071facb6c716 1801986 libncurses5-dbg_5.7-2_i386.deb
 8efa69e0c5ae2b1038e50edac1631cf6aafb0265 358708 libncursesw5_5.7-2_i386.deb
 2a64f6b9e7e99ffedc1133112a922d85cb9bdb0a 477078 libncursesw5-dev_5.7-2_i386.deb
 4631f6505cff144e9b348c769f413b2351a840cf 2016432 
libncursesw5-dbg_5.7-2_i386.deb
 9ae4db7d62843f319d4732d2dc52032b29811540 349352 lib64ncurses5_5.7-2_i386.deb
 2bcefc1a47639294416d6607c9d6e259860cfcd9 415948 
lib64ncurses5-dev_5.7-2_i386.deb
 d996456491400de871def9a2fbb3a2dd1f1bb40c 298052 ncurses-bin_5.7-2_i386.deb
 225ec6e944613f3e719bff11fef1be49ddc1bc83 176350 ncurses-base_5.7-2_all.deb
 1305f0dac1edd236185f3a1477a3251799b6b0d8 550756 ncurses-term_5.7-2_all.deb
Checksums-Sha256: 
 7e4e3db008234ced43c63e90234e259251aac7bab10d4f5d188e999a36b6fdfb 1454 
ncurses_5.7-2.dsc
 85a0bae9646856b4b1451ef77ef326e4ac8538e4918449536a199ca58b76e623 39410 
ncurses_5.7-2.diff.gz
 adc86d4a9b1e5954971bb20360386fcba045224478b749bd37d421bbd4fb3007 336070 
libncurses5_5.7-2_i386.deb
 347ace22490bf5846d8bd71df13a6f92ea0d66bf4270d003437fc0ba20885117 1544186 
libncurses5-dev_5.7-2_i386.deb
 955d011af3d387cbead3ceb8c57859385c3fbc978417b6e330e2f643ae7c3c48 1801986 
libncurses5-dbg_5.7-2_i386.deb
 5c501e516fa3e58029055897efecc5f85b6a1309bc4c499c6110ee4d8394f705 358708 
libncursesw5_5.7-2_i386.deb
 fdadd21c6d2cb9d9121def2ffa4852e1ec5a3587b521060278955bd5d3db61c4 477078 
libncursesw5-dev_5.7-2_i386.deb
 7029cef1a077a2705d57eff0ec4a2e9123971579cc06202e138fbe84c5b71827 2016432 
libncursesw5-dbg_5.7-2_i386.deb
 5c4b962d61bee2eba9de525e8e474cd0fc2ade5224f08f6b9f023209e3e9fed7 349352 
lib64ncurses5_5.7-2_i386.deb
 0cad1a758e5b8a2ca780163e4e0426d0b2f543d8f7baf61b8e927628da0ebfee 415948 
lib64ncurses5-dev_5.7-2_i386.deb
 40565ae56cbf1d078328cca3225a6166a1197b2cab41d3d743606e5983f7 298052 
ncurses-bin_5.7-2_i386.deb
 714a6b5a1388d23999212246dab59cf3c5f791cbf6b8f6562bcc0462a7ae78b2 176350 
ncurses-base_5.7-2_all.deb
 7eb2e09857932dfe6c5c2ea9c1bdd1091352649e9b2073234c9032acbf240fc5 550756 
ncurses-term_5.7-2_all.deb
Files: 
 68485fd7ad4489d8c0336f8fc06c598c 1454 libs standard ncurses_5.7-2.dsc
 0d36a4938011b20fbd8084bc9bfbbc31 39410 libs standard ncurses_5.7-2.diff.gz
 7602bf7ed39a755edbd020a5c4baf34b 336070 libs required 
libncurses5_5.7-2_i386.deb
 ce8183cf902a189c234a60d438ca1fc3 1544186 libdevel optional 
libncurses5-dev_5.7-2_i386.deb
 013ea3d9572885228b27233366446040 1801986 libdevel extra 
libncurses5-dbg_5.7-2_i386.deb
 3b9cfa9c9954b46e765b3f810792 358708 libs important 
libncursesw5_5.7-2_i386.deb
 dda54b32a3a9be7bcbf88ca323d8679f 477078 libdevel optional 
libncursesw5-dev_5.7-2_i386.deb
 0d09179fbe3de4840b83eab8b3c7b85a 2016432 libdevel extra 
libncursesw5-dbg_5.7-2_i386.deb
 25b62b2f47e8855e0cc23af566445ba5 349352 libs optional 
lib64ncurses5_5.7-2_i386.deb
 

Accepted kbuild 1:0.1.5svn2059-1 (source i386)

2008-11-07 Thread Torsten Werner
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Fri, 07 Nov 2008 23:25:40 +0100
Source: kbuild
Binary: kbuild
Architecture: source i386
Version: 1:0.1.5svn2059-1
Distribution: unstable
Urgency: low
Maintainer: Torsten Werner [EMAIL PROTECTED]
Changed-By: Torsten Werner [EMAIL PROTECTED]
Description: 
 kbuild - framework for writing simple makefiles for complex tasks
Changes: 
 kbuild (1:0.1.5svn2059-1) unstable; urgency=low
 .
   * new upstream version
   * Add patch lazy.diff to fix build process.
   * Add more manpage symlinks.
Checksums-Sha1: 
 dfe4813ffd85ebc8b345ba02a0c15d4d956c6f91 1208 kbuild_0.1.5svn2059-1.dsc
 9fd5b31c482db250aa57628ea97e1345a87c 2468892 
kbuild_0.1.5svn2059.orig.tar.gz
 d7d0105f1c56366b81e84b3c1e23947b85a682eb 4595 kbuild_0.1.5svn2059-1.diff.gz
 7d08b87a0dc02f538c555e4e0aa6a742794a72e1 689926 kbuild_0.1.5svn2059-1_i386.deb
Checksums-Sha256: 
 c3111aa078b1a3f9075ed12610418cc1b847808a2d615d9e7c96049580c053c5 1208 
kbuild_0.1.5svn2059-1.dsc
 21e14d52c6b3255bd1bafdbbb198143eb49720cf234cf3bab5457b81e5a94ca0 2468892 
kbuild_0.1.5svn2059.orig.tar.gz
 e3bf18bd35c33ebab608e49bb00093fdfc8ff2a523aea6659dfe79e26ce10497 4595 
kbuild_0.1.5svn2059-1.diff.gz
 47ea1c9249e70ff5cc634df39d889b390eae5eb5d198948dbe16d30a4e45a2a7 689926 
kbuild_0.1.5svn2059-1_i386.deb
Files: 
 f9ffde9144431ef52564ab165451b799 1208 devel extra kbuild_0.1.5svn2059-1.dsc
 0741f2dda6c045319bcb875d308c325d 2468892 devel extra 
kbuild_0.1.5svn2059.orig.tar.gz
 9c2efb82dfa1920d5fc1c7ed56a31a77 4595 devel extra kbuild_0.1.5svn2059-1.diff.gz
 3588384bbc2e6c832f9538c7fe0c6c0d 689926 devel extra 
kbuild_0.1.5svn2059-1_i386.deb

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

iEYEARECAAYFAkkUwdEACgkQfY3dicTPjsP/QQCfdzd7iV9X3BIOiHuUIvKhCaaI
QnkAn3Au4slh9a830EyoaA9jpOMSBROm
=4Gtb
-END PGP SIGNATURE-


Accepted:
kbuild_0.1.5svn2059-1.diff.gz
  to pool/main/k/kbuild/kbuild_0.1.5svn2059-1.diff.gz
kbuild_0.1.5svn2059-1.dsc
  to pool/main/k/kbuild/kbuild_0.1.5svn2059-1.dsc
kbuild_0.1.5svn2059-1_i386.deb
  to pool/main/k/kbuild/kbuild_0.1.5svn2059-1_i386.deb
kbuild_0.1.5svn2059.orig.tar.gz
  to pool/main/k/kbuild/kbuild_0.1.5svn2059.orig.tar.gz


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



Accepted x11proto-core 7.0.14-1 (source all)

2008-11-07 Thread Julien Cristau
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Fri, 07 Nov 2008 21:15:15 +0100
Source: x11proto-core
Binary: x11proto-core-dev x-dev
Architecture: source all
Version: 7.0.14-1
Distribution: experimental
Urgency: low
Maintainer: Debian X Strike Force [EMAIL PROTECTED]
Changed-By: Julien Cristau [EMAIL PROTECTED]
Description: 
 x-dev  - dummy package for transition purposes
 x11proto-core-dev - X11 core wire protocol and auxiliary headers
Changes: 
 x11proto-core (7.0.14-1) experimental; urgency=low
 .
   * debian/control: x-dev is in Section: libdevel, not x11.
   * New upstream version.
Checksums-Sha1: 
 ec8dfa9ec02e0d662bbcd0e015e53c3e683ef206 1249 x11proto-core_7.0.14-1.dsc
 708906153f7011b381e47f7d1c30565545d0cc6d 181808 
x11proto-core_7.0.14.orig.tar.gz
 48561c5f05929c1ff7ac3678b72f881fb5aa4714 23449 x11proto-core_7.0.14-1.diff.gz
 9244d2795b55850a924d1a26cc4c00b073b0b4ee 92270 
x11proto-core-dev_7.0.14-1_all.deb
 e466514c0712616ae0ac29322fd92c48aa5c6f81 14412 x-dev_7.0.14-1_all.deb
Checksums-Sha256: 
 7430c5cc9cee4ea316b288cbea7a2ee6e837838d978ee2c469a66c5a86bbc6a0 1249 
x11proto-core_7.0.14-1.dsc
 ac3f3de9318c61f85d0170dc17b5dde7b302cb90f5e3747c2f408f833f007acf 181808 
x11proto-core_7.0.14.orig.tar.gz
 80279aae1cfd6bf31e939fdb1d4947d78e6b81356a38188a6fb4dc87451e077d 23449 
x11proto-core_7.0.14-1.diff.gz
 19956345dd050ea1e8714c3125e471963ef7d2d32fe7a08e4ba8a72473b4ee43 92270 
x11proto-core-dev_7.0.14-1_all.deb
 2cb09203c1d10cf55b309eda69075aa992594ff577b645ac742b13574423 14412 
x-dev_7.0.14-1_all.deb
Files: 
 2e29edcacfec912b26abf4e9fc13c85d 1249 x11 optional x11proto-core_7.0.14-1.dsc
 3575f7bea6d3314508f142575eb8e843 181808 x11 optional 
x11proto-core_7.0.14.orig.tar.gz
 3212b2c0625973f3f1c7fe1613e9d7a5 23449 x11 optional 
x11proto-core_7.0.14-1.diff.gz
 7d3ea5d637140c0083cfbf605427ea53 92270 x11 optional 
x11proto-core-dev_7.0.14-1_all.deb
 24e7cc8af15c6d744f9301f14d5ba013 14412 libdevel optional x-dev_7.0.14-1_all.deb

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

iEYEARECAAYFAkkUomgACgkQmEvTgKxfcAzdWgCdG+wL5HSKvslNhcQnaZ5OS7SW
6u8An1uXYyAkbTmhBjwNliqo0E/lNeMc
=aFbX
-END PGP SIGNATURE-


Accepted:
x-dev_7.0.14-1_all.deb
  to pool/main/x/x11proto-core/x-dev_7.0.14-1_all.deb
x11proto-core-dev_7.0.14-1_all.deb
  to pool/main/x/x11proto-core/x11proto-core-dev_7.0.14-1_all.deb
x11proto-core_7.0.14-1.diff.gz
  to pool/main/x/x11proto-core/x11proto-core_7.0.14-1.diff.gz
x11proto-core_7.0.14-1.dsc
  to pool/main/x/x11proto-core/x11proto-core_7.0.14-1.dsc
x11proto-core_7.0.14.orig.tar.gz
  to pool/main/x/x11proto-core/x11proto-core_7.0.14.orig.tar.gz


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



Accepted botan-devel 1.7.19-1 (source i386)

2008-11-07 Thread Daniel Baumann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Fri,  7 Nov 2008 21:32:00 +0100
Source: botan-devel
Binary: botan-devel-dbg libbotan1.7 libbotan1.7-dev
Architecture: source i386
Version: 1.7.19-1
Distribution: unstable
Urgency: low
Maintainer: Daniel Baumann [EMAIL PROTECTED]
Changed-By: Daniel Baumann [EMAIL PROTECTED]
Description: 
 botan-devel-dbg - multiplatform crypto library (debug)
 libbotan1.7 - multiplatform crypto library
 libbotan1.7-dev - multiplatform crypto library (development)
Changes: 
 botan-devel (1.7.19-1) unstable; urgency=low
 .
   * Merging upstream version 1.7.19.
   * Replacing obsolete dh_clean -k with dh_prep.
   * Updating cpuinfo.dpatch.
Checksums-Sha1: 
 c1d33ceda4704698da87defea2d5bfefd8893f76 1237 botan-devel_1.7.19-1.dsc
 81cb5ae841008b3e394dd4488a1b326bead7f0d0 2537701 botan-devel_1.7.19.orig.tar.gz
 ed9dddedc4dcbbb224679fae41ec14e7313dd801 9501 botan-devel_1.7.19-1.diff.gz
 816af4961c21d61d9094bf79b0d166b8d5def922 101702 
botan-devel-dbg_1.7.19-1_i386.deb
 9fb6fe11f1c77473304e2fcc4143d6ea8d59adc9 965954 libbotan1.7_1.7.19-1_i386.deb
 60c462c5c3ac84c3f5c3aad526094e6950bd4d8c 2790082 
libbotan1.7-dev_1.7.19-1_i386.deb
Checksums-Sha256: 
 686a0920b87bd3dc091f99c24aeba2dc50800e937e82da212e4e03c093ef00d8 1237 
botan-devel_1.7.19-1.dsc
 34a95545580b484877493b7c8759c8279b7bfae2e8e5f43143c62785c29ada61 2537701 
botan-devel_1.7.19.orig.tar.gz
 7942904ac39f72e99e01b90f5a17ee82f47d1e4bbe3dc23c1d44ca694a641a34 9501 
botan-devel_1.7.19-1.diff.gz
 2f38088a2bab42817ed80ec11365e8a8de90d9ff8581597cdc4a1d8053c0bc9e 101702 
botan-devel-dbg_1.7.19-1_i386.deb
 575ccdc2aed9b5935a32ff74c9523b6fc9d9a259f4b74a5d04859a2b3bf44be8 965954 
libbotan1.7_1.7.19-1_i386.deb
 afc7c2143a2e0f9fac9085b60202b0e14f356effccd8e08ce617edadb7eca5bd 2790082 
libbotan1.7-dev_1.7.19-1_i386.deb
Files: 
 fd49d8f0acc6c47aac4bcd7dc6154628 1237 libs optional botan-devel_1.7.19-1.dsc
 582fe2c22eeb57f137e6549b9f006645 2537701 libs optional 
botan-devel_1.7.19.orig.tar.gz
 5aa62efff1d10aa8cb4b09533f217f62 9501 libs optional 
botan-devel_1.7.19-1.diff.gz
 0c7e8b52ce4696ac323ceae50fbe9791 101702 devel extra 
botan-devel-dbg_1.7.19-1_i386.deb
 ec01121ef3e2e78b47cb8b1a53481237 965954 libs optional 
libbotan1.7_1.7.19-1_i386.deb
 f9b1a3c8b8292ef24acfe412252e31eb 2790082 libdevel optional 
libbotan1.7-dev_1.7.19-1_i386.deb

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

iEYEARECAAYFAkkUpxAACgkQ+C5cwEsrK54m+ACgz/0BD+w+y40VoJECbvU2Pbdd
A5gAoKc4JOIU5LMx7DjZ3CBbX5l40X2B
=PsgL
-END PGP SIGNATURE-


Accepted:
botan-devel-dbg_1.7.19-1_i386.deb
  to pool/main/b/botan-devel/botan-devel-dbg_1.7.19-1_i386.deb
botan-devel_1.7.19-1.diff.gz
  to pool/main/b/botan-devel/botan-devel_1.7.19-1.diff.gz
botan-devel_1.7.19-1.dsc
  to pool/main/b/botan-devel/botan-devel_1.7.19-1.dsc
botan-devel_1.7.19.orig.tar.gz
  to pool/main/b/botan-devel/botan-devel_1.7.19.orig.tar.gz
libbotan1.7-dev_1.7.19-1_i386.deb
  to pool/main/b/botan-devel/libbotan1.7-dev_1.7.19-1_i386.deb
libbotan1.7_1.7.19-1_i386.deb
  to pool/main/b/botan-devel/libbotan1.7_1.7.19-1_i386.deb


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



Accepted apt 0.7.18 (source all i386)

2008-11-07 Thread Michael Vogt
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Fri, 07 Nov 2008 22:13:39 +0100
Source: apt
Binary: apt apt-doc libapt-pkg-dev libapt-pkg-doc apt-utils apt-transport-https
Architecture: source all i386
Version: 0.7.18
Distribution: unstable
Urgency: low
Maintainer: APT Development Team [EMAIL PROTECTED]
Changed-By: Michael Vogt [EMAIL PROTECTED]
Description: 
 apt- Advanced front-end for dpkg
 apt-doc- Documentation for APT
 apt-transport-https - APT https transport
 apt-utils  - APT utility programs
 libapt-pkg-dev - Development files for APT's libapt-pkg and libapt-inst
 libapt-pkg-doc - Documentation for APT development
Closes: 274283 417638 478098 501253 504181
Changes: 
 apt (0.7.18) unstable; urgency=low
 .
   [ Christian Perrier ]
   * Translations:
 - French updated
 .
   [ Eugene V. Lyubimkin ]
   * doc/examples/configure-index:
 - Removed obsoleted header line. (Closes: #417638)
 - Changed 'linux-kernel' to 'linux-image'.
   * doc/sources.list.5.xml:
 - Fixed typo and grammar in 'sources.list.d' section. Thanks to
   Timothy G Abbott [EMAIL PROTECTED]. (Closes: #478098)
   * doc/apt-get.8.xml:
 - Advanced descriptions for 'remove' and 'purge' options.
   (Closes: #274283)
   * debian/rules:
 - Target 'apt' need to depend on 'build-doc'. Thanks for Peter Green.
   Fixes FTBFS. (Closes: #504181)
 .
   [ Michael Vogt ]
   * fix depend on libdb4.4 (closes: #501253)
Checksums-Sha1: 
 29c238c9603978d1d4d0208038b7ff03c5c9246d 1212 apt_0.7.18.dsc
 ca55819e9330774355b12c86645e4434c091061b 2032482 apt_0.7.18.tar.gz
 65cfd44a8ab8df0bbf10c1ba6c2bdf19e804d565 100944 apt-doc_0.7.18_all.deb
 9f7aa252a4b42f510965762d92a82a753061c728 125062 libapt-pkg-doc_0.7.18_all.deb
 6a27695872b28c952205b9922870062dab478dc1 1652692 apt_0.7.18_i386.deb
 a5eea74c196080db27870ec769e2740da25b8459 109676 libapt-pkg-dev_0.7.18_i386.deb
 2c53536e8572c860d36b4ac1ab1830684ac6683b 188918 apt-utils_0.7.18_i386.deb
 20e629296473c43d034f4b37d35d16a852615cc0 59216 
apt-transport-https_0.7.18_i386.deb
Checksums-Sha256: 
 b6c80700e99ecfa45fb5ebf71a19ea0efb577a2d14d7c1d5702f958985eb55bc 1212 
apt_0.7.18.dsc
 b45f28931e60cd6a017c633a4e7dba769b8a071663eff715bc535cbc3785674a 2032482 
apt_0.7.18.tar.gz
 7d2cb3a2457da418cac676a7e01fd57efe058ef8029a48a38f7ea3d37ce14302 100944 
apt-doc_0.7.18_all.deb
 58b9a5ea65d46968854e43a62d4489239ff3d2be071e1b7b1e3e898080313de5 125062 
libapt-pkg-doc_0.7.18_all.deb
 ba4ab81d4bcb075d3bab140e4a0a2f59fbefe31ec38132b6a376b9219b5b845a 1652692 
apt_0.7.18_i386.deb
 f60dc17b8882b7a5441b064720936d73b3993ad1893414022f73ac9f00072cc5 109676 
libapt-pkg-dev_0.7.18_i386.deb
 dc52c700f81d2b66d2698d56d893688491a53b1c4f79b30cdd4d84ccda14cd61 188918 
apt-utils_0.7.18_i386.deb
 f99bb346164afdac1bce17fc63593fbdeb47248fabdeade58d61ec590ce1923c 59216 
apt-transport-https_0.7.18_i386.deb
Files: 
 55d0524a61d24c2d794fc5c5f8a4e23f 1212 admin important apt_0.7.18.dsc
 914eced139e4fd6b5acaa61e2b851c7e 2032482 admin important apt_0.7.18.tar.gz
 1dbaa9d36acc0e1e9d790106f27ffdc4 100944 doc optional apt-doc_0.7.18_all.deb
 c13981f0c7141e913321d8ce06e032ae 125062 doc optional 
libapt-pkg-doc_0.7.18_all.deb
 b72a43e6b9e5386e164fb004f5836902 1652692 admin important apt_0.7.18_i386.deb
 ccdd2baacc19c6be32d7c3534dc9b625 109676 libdevel optional 
libapt-pkg-dev_0.7.18_i386.deb
 ea08c045fbb370556fe3fc881c52f5f3 188918 admin important 
apt-utils_0.7.18_i386.deb
 8ef669cad01123b9a265ad2c994309e3 59216 admin optional 
apt-transport-https_0.7.18_i386.deb

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

iEYEARECAAYFAkkUx5YACgkQliSD4VZixzTVEQCfSiYvl7J/2fVgPwwYKAXthQD0
6QkAn0STsiRu0VyOjd3BZxTF+l7DASQw
=tSN2
-END PGP SIGNATURE-


Accepted:
apt-doc_0.7.18_all.deb
  to pool/main/a/apt/apt-doc_0.7.18_all.deb
apt-transport-https_0.7.18_i386.deb
  to pool/main/a/apt/apt-transport-https_0.7.18_i386.deb
apt-utils_0.7.18_i386.deb
  to pool/main/a/apt/apt-utils_0.7.18_i386.deb
apt_0.7.18.dsc
  to pool/main/a/apt/apt_0.7.18.dsc
apt_0.7.18.tar.gz
  to pool/main/a/apt/apt_0.7.18.tar.gz
apt_0.7.18_i386.deb
  to pool/main/a/apt/apt_0.7.18_i386.deb
libapt-pkg-dev_0.7.18_i386.deb
  to pool/main/a/apt/libapt-pkg-dev_0.7.18_i386.deb
libapt-pkg-doc_0.7.18_all.deb
  to pool/main/a/apt/libapt-pkg-doc_0.7.18_all.deb


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



Accepted ginac 1.4.4-1 (source amd64)

2008-11-07 Thread Richard Kreckel
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Fri,  7 Nov 2008 23:47:21 +0100
Source: ginac
Binary: libginac1.4 libginac-dev ginac-tools libginac1.4-dbg
Architecture: source amd64
Version: 1.4.4-1
Distribution: unstable
Urgency: low
Maintainer: Richard Kreckel [EMAIL PROTECTED]
Changed-By: Richard Kreckel [EMAIL PROTECTED]
Description: 
 ginac-tools - Some tools for the GiNaC symbolic framework
 libginac-dev - The GiNaC symbolic framework (development files)
 libginac1.4 - The GiNaC symbolic framework (runtime library)
 libginac1.4-dbg - The GiNaC symbolic framework (debugging symbols)
Changes: 
 ginac (1.4.4-1) unstable; urgency=low
 .
   * New upstream (bugfix only) release.
   * Adjusted to Standards-Version 3.8.0.0.
Checksums-Sha1: 
 f18a2f1debbc299415816cf86634ba99e5a99305 1095 ginac_1.4.4-1.dsc
 1061e274d6a591fc2c8da33b7b919d6aa403a481 1164854 ginac_1.4.4.orig.tar.gz
 e38c95b717a38fa864ffd512b2dbee12f95fc4f3 4790 ginac_1.4.4-1.diff.gz
 61715d9f7ad71f7e86d7f8523d0b8a515ad53d07 1034848 libginac1.4_1.4.4-1_amd64.deb
 58ef2d7224032b7dd30f753e68b3ff5865b1e039 1798250 libginac-dev_1.4.4-1_amd64.deb
 95eff92280a85d99202245bdcdbf3b7e901fa83b 100786 ginac-tools_1.4.4-1_amd64.deb
 ce4a564da8a0bcacaacb9a64431eff529abc9fca 4457952 
libginac1.4-dbg_1.4.4-1_amd64.deb
Checksums-Sha256: 
 0e9f213e15b02cd5130b08e1fc2e955c2a533d8e021aa00a32bf3a3221461c49 1095 
ginac_1.4.4-1.dsc
 d47a5edad5cf261568b6d6c2b1ec89e0f17c59b0367ebf8986f7cda4ca73b519 1164854 
ginac_1.4.4.orig.tar.gz
 e1fff85450b1cce850e7de0ed5c8739ee882ca92050924120e2532c6bb2503db 4790 
ginac_1.4.4-1.diff.gz
 a9870adaf9b30452b40f1f2ca69f60e5d12818f66517ca892a3852fe1b424d25 1034848 
libginac1.4_1.4.4-1_amd64.deb
 fa8095f403489fdbb12e0aa31863476f4d847ded2377bb7a62fd226d8948e50b 1798250 
libginac-dev_1.4.4-1_amd64.deb
 3f12374d0b8bf77f1f51d8c850e9ca10bdf6590eb40c6a00e6146a37f97da4fd 100786 
ginac-tools_1.4.4-1_amd64.deb
 21438275fb8329c9a2bd4b26f52cbfa29935eb2d5f82d5d86c2d29afcf006010 4457952 
libginac1.4-dbg_1.4.4-1_amd64.deb
Files: 
 ea7937f57cf1012c07473f72210691e5 1095 math optional ginac_1.4.4-1.dsc
 96d448624e8e59790071d153f5f340b3 1164854 math optional ginac_1.4.4.orig.tar.gz
 a7d9f4c0adfa2cd0c6dad1ce1c13da95 4790 math optional ginac_1.4.4-1.diff.gz
 86ecfbfee185f95b044ae571e596b672 1034848 libs optional 
libginac1.4_1.4.4-1_amd64.deb
 b61b5398483d428806d2775809e5f66e 1798250 libdevel optional 
libginac-dev_1.4.4-1_amd64.deb
 f87a45c95b7468b734d09c786f25f82a 100786 math optional 
ginac-tools_1.4.4-1_amd64.deb
 8a10ba26634c13c8e8d0ce8ea1457192 4457952 libdevel extra 
libginac1.4-dbg_1.4.4-1_amd64.deb

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

iEYEARECAAYFAkkUyMgACgkQXY7lDPAZkWIOpgCgiJN8aR6S53SMUVTYMVpa6duI
ajoAoLuN/usJotxu871+MNIIaYxNEC1b
=mhAQ
-END PGP SIGNATURE-


Accepted:
ginac-tools_1.4.4-1_amd64.deb
  to pool/main/g/ginac/ginac-tools_1.4.4-1_amd64.deb
ginac_1.4.4-1.diff.gz
  to pool/main/g/ginac/ginac_1.4.4-1.diff.gz
ginac_1.4.4-1.dsc
  to pool/main/g/ginac/ginac_1.4.4-1.dsc
ginac_1.4.4.orig.tar.gz
  to pool/main/g/ginac/ginac_1.4.4.orig.tar.gz
libginac-dev_1.4.4-1_amd64.deb
  to pool/main/g/ginac/libginac-dev_1.4.4-1_amd64.deb
libginac1.4-dbg_1.4.4-1_amd64.deb
  to pool/main/g/ginac/libginac1.4-dbg_1.4.4-1_amd64.deb
libginac1.4_1.4.4-1_amd64.deb
  to pool/main/g/ginac/libginac1.4_1.4.4-1_amd64.deb


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



Accepted atanks 3.2-1 (source all i386)

2008-11-07 Thread Mark Purcell
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 08 Nov 2008 10:06:36 +1100
Source: atanks
Binary: atanks atanks-data
Architecture: source all i386
Version: 3.2-1
Distribution: experimental
Urgency: low
Maintainer: Mark Purcell [EMAIL PROTECTED]
Changed-By: Mark Purcell [EMAIL PROTECTED]
Description: 
 atanks - tank-battling game
 atanks-data - data files for Atomic tanks
Changes: 
 atanks (3.2-1) experimental; urgency=low
 .
   * New upstream release
   * Add Homepage: Vcs: headers - update to standards 3.8.0
Checksums-Sha1: 
 cb6bd1602d81ddbba8153de7aca3366726f3cda1 1139 atanks_3.2-1.dsc
 64e9424c0e0bfe4afeedcfc40f033e4cff8d8d0f 1380799 atanks_3.2.orig.tar.gz
 3c7d7de94d21a4203dd9aab19a72650655316cf3 5609 atanks_3.2-1.diff.gz
 4e50fa0b3dd1050e0fa36ad7faa2d49fe3157b36 1263516 atanks-data_3.2-1_all.deb
 646a99f1458473dac4f5ee6c5e4158a855d965cb 126524 atanks_3.2-1_i386.deb
Checksums-Sha256: 
 c16815e7c8bc0b267696cc00f19bdff50d1390acd28752d82be38db596254cea 1139 
atanks_3.2-1.dsc
 0c5ec5c110aec13378071b63d8127454dc8daa88f59358d8f7ab29c16ce60d66 1380799 
atanks_3.2.orig.tar.gz
 b667901ee7596344b6223290342596a23c344f6b4212ada3ec1c8d77dd81ae1f 5609 
atanks_3.2-1.diff.gz
 b69b2fe124b634ee016f6a22d21328bd77f364023862cba4db6299bcc9dfdd5d 1263516 
atanks-data_3.2-1_all.deb
 9b6d14712ecea6753643ace8588e4abec9eccacdc542d5451a680456e7f1823a 126524 
atanks_3.2-1_i386.deb
Files: 
 08103bb837925b7db3cc760511cc68b2 1139 games optional atanks_3.2-1.dsc
 bb1c47c04b157b1abc8033ca11975b1c 1380799 games optional atanks_3.2.orig.tar.gz
 e5e87d5f2aced9c6434981bde0571b65 5609 games optional atanks_3.2-1.diff.gz
 dfc52d9478f0cb3ddb8c195ba2a18daf 1263516 games optional 
atanks-data_3.2-1_all.deb
 6b679739a1cca12160ad2cbb8838f4ac 126524 games optional atanks_3.2-1_i386.deb

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

iEYEARECAAYFAkkUyyEACgkQoCzanz0IthL+DwCgjYzM5BR9w/Voj/oUOpt3x1hO
7FIAnR44m4VnCvlE0IG45vG/uUctLgz1
=9cqx
-END PGP SIGNATURE-


Accepted:
atanks-data_3.2-1_all.deb
  to pool/main/a/atanks/atanks-data_3.2-1_all.deb
atanks_3.2-1.diff.gz
  to pool/main/a/atanks/atanks_3.2-1.diff.gz
atanks_3.2-1.dsc
  to pool/main/a/atanks/atanks_3.2-1.dsc
atanks_3.2-1_i386.deb
  to pool/main/a/atanks/atanks_3.2-1_i386.deb
atanks_3.2.orig.tar.gz
  to pool/main/a/atanks/atanks_3.2.orig.tar.gz


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



Accepted libtext-markdown-perl 1.0.23-1 (source all)

2008-11-07 Thread Ansgar Burchardt
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Fri, 07 Nov 2008 23:47:12 +0100
Source: libtext-markdown-perl
Binary: libtext-markdown-perl
Architecture: source all
Version: 1.0.23-1
Distribution: unstable
Urgency: low
Maintainer: Debian Perl Group [EMAIL PROTECTED]
Changed-By: Ansgar Burchardt [EMAIL PROTECTED]
Description: 
 libtext-markdown-perl - Markdown and MultiMarkdown markup languages library
Changes: 
 libtext-markdown-perl (1.0.23-1) unstable; urgency=low
 .
   * New upstream release.
Checksums-Sha1: 
 2ad39256b01edbf9a9cf15386f7a9520dc9748e0 1577 
libtext-markdown-perl_1.0.23-1.dsc
 d7e3c55f0a34b3ac6f3bce9f42b55c5d400dd067 142878 
libtext-markdown-perl_1.0.23.orig.tar.gz
 fc6b2e33e1312ead811759d1fbbd149eb2ead374 3827 
libtext-markdown-perl_1.0.23-1.diff.gz
 d5eac4f73434054ff8a434093b94133169f12bdb 51740 
libtext-markdown-perl_1.0.23-1_all.deb
Checksums-Sha256: 
 f13f6a14fae382bb91630e1d5d47e0f23581acb7a777b66362f90875ea2dd3c2 1577 
libtext-markdown-perl_1.0.23-1.dsc
 1f9bdeea36a1b82386a8ba7af35019e3f46715ffbe9bd2cbe5738ff3f21f8c99 142878 
libtext-markdown-perl_1.0.23.orig.tar.gz
 dcd6b5a1b34807de462f5edbc53f68d80a21f48bf60423e448ae5ac7e829566c 3827 
libtext-markdown-perl_1.0.23-1.diff.gz
 775f6da081f9d5af9e3d2a563541238d2af2a0866c1860836156cba4e85b4a4f 51740 
libtext-markdown-perl_1.0.23-1_all.deb
Files: 
 a2ee405bac7e6aa98151e7e54b42cc81 1577 perl optional 
libtext-markdown-perl_1.0.23-1.dsc
 b1f43673fe0b5f3974f1e78c307bd2d5 142878 perl optional 
libtext-markdown-perl_1.0.23.orig.tar.gz
 4ab3b3a848dab85b5d884677942436c8 3827 perl optional 
libtext-markdown-perl_1.0.23-1.diff.gz
 776233d486724e0f40226d17358ebf37 51740 perl optional 
libtext-markdown-perl_1.0.23-1_all.deb

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

iEYEARECAAYFAkkUz1cACgkQOzKYnQDzz+RtsACfS8bMpvPukppkTMtFsO6TdqH8
XPEAoMG+NTZMXv7ufjhejBfp1+iYGIcX
=y9oi
-END PGP SIGNATURE-


Accepted:
libtext-markdown-perl_1.0.23-1.diff.gz
  to pool/main/libt/libtext-markdown-perl/libtext-markdown-perl_1.0.23-1.diff.gz
libtext-markdown-perl_1.0.23-1.dsc
  to pool/main/libt/libtext-markdown-perl/libtext-markdown-perl_1.0.23-1.dsc
libtext-markdown-perl_1.0.23-1_all.deb
  to pool/main/libt/libtext-markdown-perl/libtext-markdown-perl_1.0.23-1_all.deb
libtext-markdown-perl_1.0.23.orig.tar.gz
  to 
pool/main/libt/libtext-markdown-perl/libtext-markdown-perl_1.0.23.orig.tar.gz


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



Accepted libmodule-scandeps-perl 0.89-1 (source all)

2008-11-07 Thread Ansgar Burchardt
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Fri, 07 Nov 2008 23:42:12 +0100
Source: libmodule-scandeps-perl
Binary: libmodule-scandeps-perl
Architecture: source all
Version: 0.89-1
Distribution: unstable
Urgency: low
Maintainer: Debian Perl Group [EMAIL PROTECTED]
Changed-By: Ansgar Burchardt [EMAIL PROTECTED]
Description: 
 libmodule-scandeps-perl - Perl module to recursively scan Perl code for 
dependencies
Changes: 
 libmodule-scandeps-perl (0.89-1) unstable; urgency=low
 .
   * New upstream release.
Checksums-Sha1: 
 f1365db91c0944ebbfeaca339cb84c87770d6665 1685 
libmodule-scandeps-perl_0.89-1.dsc
 06a96512a786c03f2604947a475ac5997d5e7433 44085 
libmodule-scandeps-perl_0.89.orig.tar.gz
 9732680535d22e63236d5240ab6c85e9593287c7 3735 
libmodule-scandeps-perl_0.89-1.diff.gz
 29bd5e4bcfaf45aeb89cb7738c5d95d45cb77a09 38220 
libmodule-scandeps-perl_0.89-1_all.deb
Checksums-Sha256: 
 c94326749e6290cce0545a7bd3fee6458faff80b2f8761d4edccfa25bf1f383b 1685 
libmodule-scandeps-perl_0.89-1.dsc
 b00e7f0d1cab3c9ad2db6ee5f510f507a19f4409651a2954fd5a501f09cd20ff 44085 
libmodule-scandeps-perl_0.89.orig.tar.gz
 1202b8af97ee29b32c484e03681f12ecdc1c9b36b238603ce677e23c466ded79 3735 
libmodule-scandeps-perl_0.89-1.diff.gz
 c516be2e52c35ce0275ad47986c6e76812450fa34b6a1c2ee5eefe77f5daeb13 38220 
libmodule-scandeps-perl_0.89-1_all.deb
Files: 
 bf78f797a3c12a2ebdef85cf4c7da58f 1685 perl optional 
libmodule-scandeps-perl_0.89-1.dsc
 97eccc0184030d598c84c544f3507a53 44085 perl optional 
libmodule-scandeps-perl_0.89.orig.tar.gz
 0b61e119bd69aed00403b20ef79f7128 3735 perl optional 
libmodule-scandeps-perl_0.89-1.diff.gz
 8db586652e0eca495b9a0ee6d4bce1df 38220 perl optional 
libmodule-scandeps-perl_0.89-1_all.deb

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

iEYEARECAAYFAkkUzPgACgkQOzKYnQDzz+SFngCg1kUCHoUCHlsNWwItmUzptobR
/gwAnj0l1ImpnoCWV//IkjjTssOIFvSa
=Devi
-END PGP SIGNATURE-


Accepted:
libmodule-scandeps-perl_0.89-1.diff.gz
  to 
pool/main/libm/libmodule-scandeps-perl/libmodule-scandeps-perl_0.89-1.diff.gz
libmodule-scandeps-perl_0.89-1.dsc
  to pool/main/libm/libmodule-scandeps-perl/libmodule-scandeps-perl_0.89-1.dsc
libmodule-scandeps-perl_0.89-1_all.deb
  to 
pool/main/libm/libmodule-scandeps-perl/libmodule-scandeps-perl_0.89-1_all.deb
libmodule-scandeps-perl_0.89.orig.tar.gz
  to 
pool/main/libm/libmodule-scandeps-perl/libmodule-scandeps-perl_0.89.orig.tar.gz


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



Accepted python-uniconvertor 1.1.3-3 (source i386)

2008-11-07 Thread Andreas Wenning
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Fri, 07 Nov 2008 09:36:42 +0100
Source: python-uniconvertor
Binary: python-uniconvertor python-uniconvertor-dbg
Architecture: source i386
Version: 1.1.3-3
Distribution: unstable
Urgency: low
Maintainer: Andreas Wenning [EMAIL PROTECTED]
Changed-By: Andreas Wenning [EMAIL PROTECTED]
Description: 
 python-uniconvertor - Universal vector graphics translator
 python-uniconvertor-dbg - Universal vector graphics translator (debug 
extension)
Closes: 504477
Changes: 
 python-uniconvertor (1.1.3-3) unstable; urgency=low
 .
   [ Andreas Wenning ]
   * Modified debian/control and debian/uniconvertor.pod to reflect new
 output formats.
   * Added 03_fontwarning.dpatch to display a better font warning; this now
 points to README.Debian explaining the issue. (Closes: #504477)
 .
   [ Sandro Tosi ]
   * debian/control
 - switch Vcs-Browser field to viewsvn
Checksums-Sha1: 
 25302063d7ef7ec22dd4da65098cb819a842cfe1 1580 python-uniconvertor_1.1.3-3.dsc
 340a459e0cc3df026eb53387128da2105664d195 4097 
python-uniconvertor_1.1.3-3.diff.gz
 ab33b8aa8db3e6c9bad836c7bb17c65b94d3131c 464590 
python-uniconvertor_1.1.3-3_i386.deb
 c5087371764e8d6574a6de71749ccfa96e3bbf7e 448584 
python-uniconvertor-dbg_1.1.3-3_i386.deb
Checksums-Sha256: 
 e3c54ce52653fac6ce45ba5f7bf8143a70f6b3666397d314e3f1f79fbc2992ef 1580 
python-uniconvertor_1.1.3-3.dsc
 54e3bc9c8f6b7857ce89fb7604f90d94571cc138d52843e134d8e228af2cb462 4097 
python-uniconvertor_1.1.3-3.diff.gz
 e36e7563da1c0294d49aa7fe9acb4f6e9e3cff68f946d631a93b66f57a1cbac3 464590 
python-uniconvertor_1.1.3-3_i386.deb
 d90a14c8ede20ed57d60287cfb1d3ab43091458a7879ffee7102e268d5fdf1e1 448584 
python-uniconvertor-dbg_1.1.3-3_i386.deb
Files: 
 0f7119bb2f25ce8a7973640f31a6eec8 1580 python optional 
python-uniconvertor_1.1.3-3.dsc
 e776571fafec3ae7d2de271b1df416c4 4097 python optional 
python-uniconvertor_1.1.3-3.diff.gz
 4a6ab87cb08a35c63286f90cc1b1fde0 464590 python optional 
python-uniconvertor_1.1.3-3_i386.deb
 cd9551cb330a4aed332c6483c32ba646 448584 python extra 
python-uniconvertor-dbg_1.1.3-3_i386.deb

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

iEYEARECAAYFAkkU1ewACgkQB01zfu119ZlfuwCgjHM2TLC50gjzeG7YazmtgtfM
gGMAoJtR7m3m/tP4e7kkeY2xStaMPW2G
=YJmJ
-END PGP SIGNATURE-


Accepted:
python-uniconvertor-dbg_1.1.3-3_i386.deb
  to pool/main/p/python-uniconvertor/python-uniconvertor-dbg_1.1.3-3_i386.deb
python-uniconvertor_1.1.3-3.diff.gz
  to pool/main/p/python-uniconvertor/python-uniconvertor_1.1.3-3.diff.gz
python-uniconvertor_1.1.3-3.dsc
  to pool/main/p/python-uniconvertor/python-uniconvertor_1.1.3-3.dsc
python-uniconvertor_1.1.3-3_i386.deb
  to pool/main/p/python-uniconvertor/python-uniconvertor_1.1.3-3_i386.deb


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



Accepted flashrom 0.0+r3734-1 (source i386)

2008-11-07 Thread Uwe Hermann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 08 Nov 2008 01:38:08 +0100
Source: flashrom
Binary: flashrom
Architecture: source i386
Version: 0.0+r3734-1
Distribution: unstable
Urgency: low
Maintainer: Uwe Hermann [EMAIL PROTECTED]
Changed-By: Uwe Hermann [EMAIL PROTECTED]
Description: 
 flashrom   - Universal BIOS/ROM/flash programming utility
Changes: 
 flashrom (0.0+r3734-1) unstable; urgency=low
 .
   * New upstream release.
Checksums-Sha1: 
 048d6f03f1380b5e05a4d6db6fd7e0364fb6ffdd 1106 flashrom_0.0+r3734-1.dsc
 b51e6990ccd4efce416173bbf05148021834ad91 61015 flashrom_0.0+r3734.orig.tar.gz
 e55fc0c92263ade82f441f26d36c6c9110c18588 35874 flashrom_0.0+r3734-1.diff.gz
 8d1b338c8a8216a337dbcafcbdbb76b7a5d13603 70358 flashrom_0.0+r3734-1_i386.deb
Checksums-Sha256: 
 d1b784f873b19618491336433527421d8c1aee67c65ba390d162e0890dbdd05b 1106 
flashrom_0.0+r3734-1.dsc
 470d94c180aa5eeb7c3bad862cff68b46e42b700b6483672e3d9ef087a38e82c 61015 
flashrom_0.0+r3734.orig.tar.gz
 863f7c40112034c6010e8a9f06e8e357dcf0b6dd79b8f0365b09fa9781132a1f 35874 
flashrom_0.0+r3734-1.diff.gz
 aca9869951bd96e5aa8b79c32c1df4c21e1254ff67dca6266ad043168ce4c8fe 70358 
flashrom_0.0+r3734-1_i386.deb
Files: 
 7fb355f6b3026ec0bd6ad66cbc476988 1106 electronics extra 
flashrom_0.0+r3734-1.dsc
 532e316de27f5c9a3562f828473c0d7e 61015 electronics extra 
flashrom_0.0+r3734.orig.tar.gz
 fba810466826ddf087e08f06ea8e53c0 35874 electronics extra 
flashrom_0.0+r3734-1.diff.gz
 d484aa4824b5e224e0fec4ff0ec1b119 70358 electronics extra 
flashrom_0.0+r3734-1_i386.deb

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

iEYEARECAAYFAkkU4LAACgkQXdVoV3jWIbQtKACgj2G55S3ifm6lVSF2kZvnSbXY
hkIAoJkPHmNzOH2FFsBFgboq27KVJSIl
=hhHq
-END PGP SIGNATURE-


Accepted:
flashrom_0.0+r3734-1.diff.gz
  to pool/main/f/flashrom/flashrom_0.0+r3734-1.diff.gz
flashrom_0.0+r3734-1.dsc
  to pool/main/f/flashrom/flashrom_0.0+r3734-1.dsc
flashrom_0.0+r3734-1_i386.deb
  to pool/main/f/flashrom/flashrom_0.0+r3734-1_i386.deb
flashrom_0.0+r3734.orig.tar.gz
  to pool/main/f/flashrom/flashrom_0.0+r3734.orig.tar.gz


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



Accepted chrony 1.23-4 (source amd64)

2008-11-07 Thread John Hasler
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Thu, 06 Nov 2008 10:38:58 -0600
Source: chrony
Binary: chrony
Architecture: source amd64
Version: 1.23-4
Distribution: unstable
Urgency: low
Maintainer: John Hasler [EMAIL PROTECTED]
Changed-By: John Hasler [EMAIL PROTECTED]
Description: 
 chrony - Sets your computer's clock from time servers on the Net
Closes: 287060 348412 504000
Changes: 
 chrony (1.23-4) unstable; urgency=low
 .
   * Fixed dependency of init script on Pppconfig ip-up.d script by moving
 those lines into the init script.
 .
   * Added checks to try to make sure that Chronyd is really, really running.
 Changed Netstat call to use -n, added code to kill it if it hangs.
 Added code to kill Chronyc if it can't contact Chronyd.
 Discussed the HPET/rtc problem in NEWS.Debian.
 .
 Closes: #504000: init script hangs for a while might break upgrade
 .
   * Added missing initialization to create_instance() in ntp_core.c.
 This was why UTI_NormaliseTimeval() was being called with huge
 values at times.
 .
   * See comment on #195620 in 1.21z-6 below.  If you know of more LP64
 bugs reopen #348412 with a patch.
 .
 Closes: #348412: chronyc not LP64 compliant
 .
   * Added comment about sources being discarded to chrony.conf as suggested
 by Andreas Hübner in  #268289.
 .
   * This is normal behavior.
 .
 Closes: #287060: trimrtc takes 40 seconds to take effect
Checksums-Sha1: 
 80b7316e2e937b025c4e8af6c304d12a01bb53fb 1095 chrony_1.23-4.dsc
 3cd4d16dcc42f764e4e910257ed163f5d55b551f 156857 chrony_1.23-4.diff.gz
 9074028d3c473568a363c2f09de0126133934682 337216 chrony_1.23-4_amd64.deb
Checksums-Sha256: 
 9e3539d86be9233f5cc5d35370e5e17267e531fc0e238eeb34ab0582c104ee2b 1095 
chrony_1.23-4.dsc
 a17c1e4a04055911218d4d92d8a2de69e603fd91b8ec40d8cfd3c4617e7ce4a8 156857 
chrony_1.23-4.diff.gz
 49164568829ef24cb714746afddac63150800c9b35cd45d04d31b65c12b19d25 337216 
chrony_1.23-4_amd64.deb
Files: 
 02314a37a59d12e5989626340ea9faeb 1095 admin extra chrony_1.23-4.dsc
 b5b068fecd5f95cfd2a5d320aecf7f6a 156857 admin extra chrony_1.23-4.diff.gz
 b6575692af8da3d4d11e25538894b31f 337216 admin extra chrony_1.23-4_amd64.deb

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

iQCVAwUBSRTdNfc1CeQKxb5hAQIsSgP/cC29MKlFrq//Exb/h/HQl/yqCh96wr9E
u7/PqGGxxc1lvVjcYzHEKQvPgyHVdWTArYChGAnGUu3y8bi6MvfpO2WeowpOOEBC
CkKQwua4icNd008deCoo2lzWjUK7oE2pquo6jOomZrSWwS0mpe1F7+OISe/YXrXa
kbCaNZLlaRY=
=W/0T
-END PGP SIGNATURE-


Accepted:
chrony_1.23-4.diff.gz
  to pool/main/c/chrony/chrony_1.23-4.diff.gz
chrony_1.23-4.dsc
  to pool/main/c/chrony/chrony_1.23-4.dsc
chrony_1.23-4_amd64.deb
  to pool/main/c/chrony/chrony_1.23-4_amd64.deb


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



Accepted pcmanx-gtk2 0.3.8-3 (source i386)

2008-11-07 Thread Emfox Zhou
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 08 Nov 2008 11:21:28 +0800
Source: pcmanx-gtk2
Binary: pcmanx-gtk2 mozilla-plugin-pcmanx libpcmanx-core0
Architecture: source i386
Version: 0.3.8-3
Distribution: unstable
Urgency: low
Maintainer: Emfox Zhou [EMAIL PROTECTED]
Changed-By: Emfox Zhou [EMAIL PROTECTED]
Description: 
 libpcmanx-core0 - core rendering library of pcmanx
 mozilla-plugin-pcmanx - pcmanx plugin for Mozilla based browser
 pcmanx-gtk2 - user-friendly telnet client mainly targets BBS users
Closes: 504886
Changes: 
 pcmanx-gtk2 (0.3.8-3) unstable; urgency=low
 .
   * gcc_4.3_4.4_ftbfs.dpatch: Fix FTBFS with GCC 4.4 (Closes: #504886)
Checksums-Sha1: 
 6757ae5b8d5f13d0b6988898420bcd76e4cf9d21 1156 pcmanx-gtk2_0.3.8-3.dsc
 7d2f372db090045ecb1e06511ab280cceffaf286 21860 pcmanx-gtk2_0.3.8-3.diff.gz
 c95e6e9724f5481cc57556f148117b559c99 189376 pcmanx-gtk2_0.3.8-3_i386.deb
 eda95d52ebde5582a26835f4ad1f8a724672fa41 68640 
mozilla-plugin-pcmanx_0.3.8-3_i386.deb
 35b049124c463b22d800dfef5ba1b806d7d7f31d 69110 libpcmanx-core0_0.3.8-3_i386.deb
Checksums-Sha256: 
 411e3e640aaf47e46578d91399fa3e974b6367202d3abc7e6a12be11c6c731bf 1156 
pcmanx-gtk2_0.3.8-3.dsc
 8b109604237b45dbefb2bba07a5646fdf750d876efe51694c0ea6766170b7f33 21860 
pcmanx-gtk2_0.3.8-3.diff.gz
 11360ef8e72e90ff81dbefc61d0271a8e8c4945e76ed32385c259d8b33f96b9b 189376 
pcmanx-gtk2_0.3.8-3_i386.deb
 098e4cebebd5970e7d2e599044a42fa0a256b73e2043d246581036f0f2084e6d 68640 
mozilla-plugin-pcmanx_0.3.8-3_i386.deb
 7a5a32bfd2cb36923a8eed01eb87acca1e3341deefd5362352732b3b232a11c9 69110 
libpcmanx-core0_0.3.8-3_i386.deb
Files: 
 8bcf150be3c2335f521ff376c4fda94c 1156 x11 optional pcmanx-gtk2_0.3.8-3.dsc
 ee79586472a8b5532d1cd6f10f5b099e 21860 x11 optional pcmanx-gtk2_0.3.8-3.diff.gz
 13b5cc34c15300698f8fcbe19cbd6a29 189376 x11 optional 
pcmanx-gtk2_0.3.8-3_i386.deb
 a2e8aae137b19a4a0eb607dc9f82f2eb 68640 web optional 
mozilla-plugin-pcmanx_0.3.8-3_i386.deb
 c52242f8ee9ec4c936c4926100fd30c7 69110 libs optional 
libpcmanx-core0_0.3.8-3_i386.deb

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

iEYEARECAAYFAkkVCJ4ACgkQ+MQbLPcULsL0wwCfRAfbv/beMvNmNYygRYKCj6Gf
lX0AnjuhpLiFCMUiElgkT+wHTPjs92o3
=gUfr
-END PGP SIGNATURE-


Accepted:
libpcmanx-core0_0.3.8-3_i386.deb
  to pool/main/p/pcmanx-gtk2/libpcmanx-core0_0.3.8-3_i386.deb
mozilla-plugin-pcmanx_0.3.8-3_i386.deb
  to pool/main/p/pcmanx-gtk2/mozilla-plugin-pcmanx_0.3.8-3_i386.deb
pcmanx-gtk2_0.3.8-3.diff.gz
  to pool/main/p/pcmanx-gtk2/pcmanx-gtk2_0.3.8-3.diff.gz
pcmanx-gtk2_0.3.8-3.dsc
  to pool/main/p/pcmanx-gtk2/pcmanx-gtk2_0.3.8-3.dsc
pcmanx-gtk2_0.3.8-3_i386.deb
  to pool/main/p/pcmanx-gtk2/pcmanx-gtk2_0.3.8-3_i386.deb


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



Accepted pymilter 0.8.10-1 (source all i386)

2008-11-07 Thread Scott Kitterman
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Fri, 07 Nov 2008 23:38:35 -0500
Source: pymilter
Binary: python-milter spf-milter-python
Architecture: source all i386
Version: 0.8.10-1
Distribution: unstable
Urgency: low
Maintainer: [EMAIL PROTECTED]
Changed-By: Scott Kitterman [EMAIL PROTECTED]
Description: 
 python-milter - Python extensions for Sendmail Milter Protocol
 spf-milter-python - RFC 4408 compliant Python SPF Milter for Sendmail and 
Postfix
Changes: 
 pymilter (0.8.10-1) unstable; urgency=low
 .
   * New upstream release
 - Add new file temperror.txt to python-milter.examples
Checksums-Sha1: 
 b7c1373408b7b532307320dd7a0de04e5871c827 1417 pymilter_0.8.10-1.dsc
 1eafecce4be213fc9862ba2de522f5d0c37d1309 220846 pymilter_0.8.10.orig.tar.gz
 2ad94d7a2bfac20cf9d35721849b3deb70c10626 7498 pymilter_0.8.10-1.diff.gz
 3c32deceae68ec20f4e53514751997e61c8a5ec0 27682 
spf-milter-python_0.8.10-1_all.deb
 5797ad6e5c0d82420943b7028feb7749921b5780 230190 python-milter_0.8.10-1_i386.deb
Checksums-Sha256: 
 18420bbfcc5ba4fa8fac7732b0c4bdd986b4dfc6db18b5c42742219b16011a60 1417 
pymilter_0.8.10-1.dsc
 adf6ffe599684ca9d9c61a856bee576b8abe53261fd53457809aba583d6ea4cc 220846 
pymilter_0.8.10.orig.tar.gz
 83f2c943cb213cb55d5fbdd2b40c0e761c0864ecc6e0415ad1755c378207cf5d 7498 
pymilter_0.8.10-1.diff.gz
 c2cdd57e6e8c40e38c5ba1fe92eacdd0dd991736405e1e60d0ae988b14001bb8 27682 
spf-milter-python_0.8.10-1_all.deb
 2a3422fbdec95166ef8c4338c6b710188ba8e448bfb1986a185fb62d1568d4d4 230190 
python-milter_0.8.10-1_i386.deb
Files: 
 537981ea48463126261282eafb9219a1 1417 mail extra pymilter_0.8.10-1.dsc
 08d80041f48e9a79c09c5b3f1a8220db 220846 mail extra pymilter_0.8.10.orig.tar.gz
 88fca03a5560a32944de39bea900f228 7498 mail extra pymilter_0.8.10-1.diff.gz
 fed868c6e404d51f23c83aba6df0b210 27682 mail extra 
spf-milter-python_0.8.10-1_all.deb
 c9d5a8b45c11eea38655a421f11b5dbd 230190 python extra 
python-milter_0.8.10-1_i386.deb

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

iEYEARECAAYFAkkVHlEACgkQHajaM93NaGrSTACZActdrlT5L0a8cxoQDhe9lMJM
Cp8An2MPzQ2pgiibDJVlkhlCGqNOmjtY
=6ty5
-END PGP SIGNATURE-


Accepted:
pymilter_0.8.10-1.diff.gz
  to pool/main/p/pymilter/pymilter_0.8.10-1.diff.gz
pymilter_0.8.10-1.dsc
  to pool/main/p/pymilter/pymilter_0.8.10-1.dsc
pymilter_0.8.10.orig.tar.gz
  to pool/main/p/pymilter/pymilter_0.8.10.orig.tar.gz
python-milter_0.8.10-1_i386.deb
  to pool/main/p/pymilter/python-milter_0.8.10-1_i386.deb
spf-milter-python_0.8.10-1_all.deb
  to pool/main/p/pymilter/spf-milter-python_0.8.10-1_all.deb


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



Accepted opencryptoki 2.2.6+dfsg2-1 (source i386)

2008-11-07 Thread Daniel Baumann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Fri,  7 Nov 2008 23:09:00 +0100
Source: opencryptoki
Binary: opencryptoki opencryptoki-dbg libopencryptoki0 libopencryptoki-dev
Architecture: source i386
Version: 2.2.6+dfsg2-1
Distribution: unstable
Urgency: low
Maintainer: Daniel Baumann [EMAIL PROTECTED]
Changed-By: Daniel Baumann [EMAIL PROTECTED]
Description: 
 libopencryptoki-dev - PKCS#11 implementation for Linux (development)
 libopencryptoki0 - PKCS#11 implementation for Linux (library)
 opencryptoki - PKCS#11 implementation for Linux (daemon)
 opencryptoki-dbg - PKCS#11 implementation for Linux (debug)
Changes: 
 opencryptoki (2.2.6+dfsg2-1) unstable; urgency=low
 .
   * Replacing obsolete dh_clean -k with dh_prep.
   * Merging upstream version 2.2.6+dfsg2.
Checksums-Sha1: 
 e214d5620420dbbf2cadf43f6413147967de26d4 1290 opencryptoki_2.2.6+dfsg2-1.dsc
 1ef5aa92754c049f987472224bf4b67f3253f536 1346579 
opencryptoki_2.2.6+dfsg2.orig.tar.gz
 70385259d99a08ff950db16069343fc4aad7a4ca 13037 
opencryptoki_2.2.6+dfsg2-1.diff.gz
 5ee478fd89fe54c6adc2898c8b6e5850d809d5a8 49368 
opencryptoki_2.2.6+dfsg2-1_i386.deb
 982428224255bb06eca5e90699db03cd35c3c9e7 442212 
opencryptoki-dbg_2.2.6+dfsg2-1_i386.deb
 0cfa3f28b2754e5120aa52d52cfd97377b028f35 228842 
libopencryptoki0_2.2.6+dfsg2-1_i386.deb
 2c979863dd4d6e1c9d0f9da6912e52908d278feb 29272 
libopencryptoki-dev_2.2.6+dfsg2-1_i386.deb
Checksums-Sha256: 
 ac36e6da50fc3586b1c3504d0940fe003463d6e3a993e758120f55f7b38b63dc 1290 
opencryptoki_2.2.6+dfsg2-1.dsc
 cec7f9a5db956287442ad0dc68358141baa34b5652a5910c315818eded8bf5d1 1346579 
opencryptoki_2.2.6+dfsg2.orig.tar.gz
 cdd24cd29f84a8ca53212cf1393899bf3419b173c24febc480402ee4578fc9e0 13037 
opencryptoki_2.2.6+dfsg2-1.diff.gz
 d99db38dfe7bcb7b922011e9069b5525cdde98f96502a4954803fae438322c24 49368 
opencryptoki_2.2.6+dfsg2-1_i386.deb
 6a5493d745cfba614d5d5bac3b4596c94ad1b9c0fde696f6303b97cd761ecc3e 442212 
opencryptoki-dbg_2.2.6+dfsg2-1_i386.deb
 94147e91fd4823bb5204f7e5d9cb03552fdfc52ff44abfc020edc072042d9f85 228842 
libopencryptoki0_2.2.6+dfsg2-1_i386.deb
 27895530dc2f697011a6b4b182f5445ceef60ab6e24e6edd6513c013d0c4ee4d 29272 
libopencryptoki-dev_2.2.6+dfsg2-1_i386.deb
Files: 
 c06268f8ec1081b5121f84707f594dac 1290 admin optional 
opencryptoki_2.2.6+dfsg2-1.dsc
 7616c55870ba0c3e63a795b0ae36c63e 1346579 admin optional 
opencryptoki_2.2.6+dfsg2.orig.tar.gz
 5c915ee11c8377c5931e099965967d45 13037 admin optional 
opencryptoki_2.2.6+dfsg2-1.diff.gz
 cc32c7c7dde677d0958bf27bb58b6716 49368 admin optional 
opencryptoki_2.2.6+dfsg2-1_i386.deb
 6f0b9a8b2fe7c2d0e814624b0c643f13 442212 libdevel extra 
opencryptoki-dbg_2.2.6+dfsg2-1_i386.deb
 35a811a3ccdc00b5a2a5ebfa0f64ec1b 228842 libs optional 
libopencryptoki0_2.2.6+dfsg2-1_i386.deb
 c7dc7a56d88912031fdd932558684998 29272 libdevel optional 
libopencryptoki-dev_2.2.6+dfsg2-1_i386.deb

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

iEYEARECAAYFAkkUvecACgkQ+C5cwEsrK54Z1wCZASbrqgInmDEuNSoTUct0RF4i
PS0AoJ041ah1kE/JOWw/U7kdWyUxvxt4
=qNu2
-END PGP SIGNATURE-


Accepted:
libopencryptoki-dev_2.2.6+dfsg2-1_i386.deb
  to pool/main/o/opencryptoki/libopencryptoki-dev_2.2.6+dfsg2-1_i386.deb
libopencryptoki0_2.2.6+dfsg2-1_i386.deb
  to pool/main/o/opencryptoki/libopencryptoki0_2.2.6+dfsg2-1_i386.deb
opencryptoki-dbg_2.2.6+dfsg2-1_i386.deb
  to pool/main/o/opencryptoki/opencryptoki-dbg_2.2.6+dfsg2-1_i386.deb
opencryptoki_2.2.6+dfsg2-1.diff.gz
  to pool/main/o/opencryptoki/opencryptoki_2.2.6+dfsg2-1.diff.gz
opencryptoki_2.2.6+dfsg2-1.dsc
  to pool/main/o/opencryptoki/opencryptoki_2.2.6+dfsg2-1.dsc
opencryptoki_2.2.6+dfsg2-1_i386.deb
  to pool/main/o/opencryptoki/opencryptoki_2.2.6+dfsg2-1_i386.deb
opencryptoki_2.2.6+dfsg2.orig.tar.gz
  to pool/main/o/opencryptoki/opencryptoki_2.2.6+dfsg2.orig.tar.gz


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



Accepted ecryptfs-utils 64-3 (source i386)

2008-11-07 Thread Daniel Baumann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat,  8 Nov 2008 07:01:00 +0100
Source: ecryptfs-utils
Binary: ecryptfs-utils libecryptfs0 libecryptfs-dev
Architecture: source i386
Version: 64-3
Distribution: unstable
Urgency: low
Maintainer: Daniel Baumann [EMAIL PROTECTED]
Changed-By: Daniel Baumann [EMAIL PROTECTED]
Description: 
 ecryptfs-utils - ecryptfs cryptographic filesystem (utilities)
 libecryptfs-dev - ecryptfs cryptographic filesystem (development)
 libecryptfs0 - ecryptfs cryptographic filesystem (library)
Closes: 504370 504930 504934
Changes: 
 ecryptfs-utils (64-3) unstable; urgency=low
 .
   * Replacing obsolete dh_clean -k with dh_prep.
   * Adding patch from Osamu Aoki [EMAIL PROTECTED] to update
 ecryptfs-pam-doc.txt contents with s/Confidential/Private/
 (Closes: #504934).
   * Updating homepage and download location in control and copyright
 (Closes: #504930).
   * Updating author information in copyright.
   * Installing desktop shortcut and readme to /usr/share/ecryptfs-utils.
 Together with the fixes of upstream version 64, this interactively prompts
 for passwords now (Closes: #504370).
Checksums-Sha1: 
 d12d005ef6c973e27f23aa3e8fab122b25bae1da 1536 ecryptfs-utils_64-3.dsc
 7fe80691f8b4b8529f03f483d82e0edf17b8fa90 6318 ecryptfs-utils_64-3.diff.gz
 87f34c2931e15d24f9dde5c727e6373f05e9092e 102058 ecryptfs-utils_64-3_i386.deb
 7a9792533cefc2a7fe809bb6f64b397d90cffbf0 39536 libecryptfs0_64-3_i386.deb
 f6f68daeffb30cbc540d7e9ccb5db46338470487 47898 libecryptfs-dev_64-3_i386.deb
Checksums-Sha256: 
 f58d992bb72deef88848ae8e2c412f67fee333dcf90afa578fc9248bfe8fd5ba 1536 
ecryptfs-utils_64-3.dsc
 271667bb58db12c786dd29fc4ac794b8acc947d005ba762b7006d97e2fa3b72f 6318 
ecryptfs-utils_64-3.diff.gz
 b5e9c12c6449385610638b683620033e624831b7b6dfc95517e5d2ad4dda661d 102058 
ecryptfs-utils_64-3_i386.deb
 97508bf207dd47cdb67a23ceaadf77d976f2667057d441cce7923244d9b0b026 39536 
libecryptfs0_64-3_i386.deb
 385fa092bf2fb22677a14add5ffcf72347923b42bd0a43d3dea1541fe510d2b8 47898 
libecryptfs-dev_64-3_i386.deb
Files: 
 8727802292c88c74fa43701300244938 1536 misc optional ecryptfs-utils_64-3.dsc
 29bb0de62cb986c7a48b5f383161ff65 6318 misc optional ecryptfs-utils_64-3.diff.gz
 622e14eedaeab5359880407b15c633d1 102058 misc optional 
ecryptfs-utils_64-3_i386.deb
 3d7be7dc6fceba31ddba7a98c3e8df93 39536 libs optional libecryptfs0_64-3_i386.deb
 4e50994d234669b53dbf1e3e5e0f51c5 47898 libdevel optional 
libecryptfs-dev_64-3_i386.deb

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

iEYEARECAAYFAkkVK30ACgkQ+C5cwEsrK5439QCgzmVMYJKDzbRFS4h6k4k5pTn4
HPMAn3zoTud/APTP0PqZsG2cw59CkWB1
=i/eE
-END PGP SIGNATURE-


Accepted:
ecryptfs-utils_64-3.diff.gz
  to pool/main/e/ecryptfs-utils/ecryptfs-utils_64-3.diff.gz
ecryptfs-utils_64-3.dsc
  to pool/main/e/ecryptfs-utils/ecryptfs-utils_64-3.dsc
ecryptfs-utils_64-3_i386.deb
  to pool/main/e/ecryptfs-utils/ecryptfs-utils_64-3_i386.deb
libecryptfs-dev_64-3_i386.deb
  to pool/main/e/ecryptfs-utils/libecryptfs-dev_64-3_i386.deb
libecryptfs0_64-3_i386.deb
  to pool/main/e/ecryptfs-utils/libecryptfs0_64-3_i386.deb


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



Accepted 9base 1:2-9 (source i386)

2008-11-07 Thread Daniel Baumann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat,  8 Nov 2008 08:08:00 +0100
Source: 9base
Binary: 9base
Architecture: source i386
Version: 1:2-9
Distribution: unstable
Urgency: low
Maintainer: Daniel Baumann [EMAIL PROTECTED]
Changed-By: Daniel Baumann [EMAIL PROTECTED]
Description: 
 9base  - Plan 9 userland tools
Changes: 
 9base (1:2-9) unstable; urgency=low
 .
   * Adding version 2+20071126-1 to debian changelog.
   * Upgrading package to debhelper 7.
   * Upgrading package to standards 3.8.0.
   * Adding vcs fields in control.
   * Replacing obsolete dh_clean -k with dh_prep.
   * Removing watch file.
   * Using lintian debhelper to install lintian overrides.
   * Reordering rules file.
   * Rewriting copyright file in machine-interpretable format.
Checksums-Sha1: 
 4b91d7fbb96aed99e885416ed48294f603d9d70c 1158 9base_2-9.dsc
 fff3fcd6fe5dc79d7ab0c3a0526715cbc1dedd69 8763 9base_2-9.diff.gz
 5067924b4394574474a755b732f342f0bd1a70d7 335062 9base_2-9_i386.deb
Checksums-Sha256: 
 ce042dd5966b5cbd3fec15a1418733f56116d3d7bc8bdc797fcd7faa2c1a823c 1158 
9base_2-9.dsc
 5b5a7e934fd0de24639c19fa517945508c47b7a5a23dd328c08513bfac8f6124 8763 
9base_2-9.diff.gz
 c1cc12a529c2f5e43123f11d2befad5e22c24ac87098a92719c23a8c53e936c1 335062 
9base_2-9_i386.deb
Files: 
 3f526782511e82fec027ccb6ea1e6227 1158 utils optional 9base_2-9.dsc
 9d59795e27de4d31aa8bdea51689a6b8 8763 utils optional 9base_2-9.diff.gz
 ebb7c07320c3be81fadfd41939c1aa96 335062 utils optional 9base_2-9_i386.deb

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

iEYEARECAAYFAkkVOzIACgkQ+C5cwEsrK57u3QCcCSCs50Kc3s2TytGHCjJ3rAlY
V1wAoIchXNRVSgZ4IwVKUagW5BBqc62d
=GHyT
-END PGP SIGNATURE-


Accepted:
9base_2-9.diff.gz
  to pool/main/9/9base/9base_2-9.diff.gz
9base_2-9.dsc
  to pool/main/9/9base/9base_2-9.dsc
9base_2-9_i386.deb
  to pool/main/9/9base/9base_2-9_i386.deb


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



Re: Planeta Debian en español

2008-11-07 Thread Ismael Valladolid Torres
2008/11/7 David Moreno [EMAIL PROTECTED]:
 Ya he agregado tu blog, debes aparecer un ratito después de que envíe
 este correo.

Pues quedo muy agradecido. Por todo. Por haber sido agregado por
supuesto y lo primero. Pero también y muy especialmente por vuestro
reconocimiento a la relevancia de mi contenido sobre Debian para la
comunidad.

Como ya os he dicho, llevo utilizando Debian desde la versión potato,
y estamos hablando de 1998. En aquel tiempo Google era un recién
nacido. Desde entonces han cambiado muchas cosas, excepto una: Debian
sigue siendo la cumbre de la calidad en un sistema operativo. Podéis
creerme cuando digo que pocas cosas me enorgullecerían más que
disponer de la cuenta [EMAIL PROTECTED] Tarde o temprano me
encargaré de mantener un par de paquetes, y conseguiré la dirección de
marras. De momento creo que mi misión es otra.

De nuevo gracias.

Un saludo, Ismael
-- 
Ismael Valladolid Torres   GnuPG key: DE721AF4

SHS Polar (3.4.3)   Google Talk/Jabber/MSN Messenger: [EMAIL PROTECTED]
C/ Emilio Vargas 1Jaiku/Twitter/Skype/Yahoo!: ivalladt
Edif. Fiteni II  AIM/ICQ: 264472328
28043 Madrid (Spain)

T 0034915153817   http://www.polar.es/
F 0034915153755   http://lamediahostia.blogspot.com
M 0034609884094 (Yoigo)   http://www.flickr.com/photos/ivalladt/

The opinions expressed here represent my own and not those of my employer.
Las opiniones expresadas representan las mías propias y no las de mi empresa.


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



Re: Planeta Debian en español

2008-11-07 Thread Diego Martínez Castañeda
 2008/11/7 David Moreno [EMAIL PROTECTED]:
 Yo comentaba que el planeta es normalmente para colaboradores directos
 en el proyecto Debian no porque considerara que el tuyo no fuera a ser
 agregado: ojo con eso. Sólo quería generar la discusión para que otros
 opinaran al respecto pues, aunque en el Planeta yo agrego a la gente, no
 necesariamente tengo que decidir si sí o no.

Cuando se habló de la creación del planeta en esta misma lista[1], se
discutió el nombre que debería tener, su ubicación en los servidores
del proyecto y, muy intensamente, quien debería o no ser añadido a
dicho planeta. En aquel momento pedí que se me incluyese[2] y fui
cortesmente rechazado[3].

Por lo que he leído hasta ahora, las normas para agregar gente al
planeta no han variado mucho, así que me lanzo de nuevo a la arena.
Mis méritos son llevar con debian desde 1996, participar en las listas
de correo[4] (antes más que ahora), con mayor o menor acierto y
mantener +5800 equipos con debian sarge[5], además de procurar
compartir mis pequeños avances y alegrías en la etiqueta debian del
blog. También soy socio y fundador (o socio fundador, según se mire)
del GUL asturlinux[6] y participo en hispalinux.

¿Será esta vez?

saludos,
n1mh (diego)

[1] http://lists.debian.org/debian-devel-spanish/2006/06/msg00032.html
[2] http://lists.debian.org/debian-devel-spanish/2006/06/msg00105.html
[3] http://lists.debian.org/debian-devel-spanish/2006/06/msg00109.html
[4] 
http://lists.debian.org/cgi-bin/search?query=DEFAULTOP=andauthor=diego+mart%C3%ADnez+casta%C3%B1edasort=dateHITSPERPAGE=10language=en
[5] http://www.seslinex.org/
[6] http://www.asturlinux.org
-- 
___Diego Martínez Castañeda
http://www.n1mh.org
_n1mh  @ n1mh.org

Trabaja como si no  necesitaras el dinero.
Ama  como  si  nunca te hubieran herido.
Baila como si nadie te estuviera mirando.