Re: Bug#531221: okular: Arbitrarily enforces DRM

2009-05-31 Thread Mike Hommey
On Sat, May 30, 2009 at 09:40:20PM -0500, John Goerzen wrote:
 Luis Felipe Tabera wrote:
  On Sábado, 30 de Mayo de 2009 18:38:40 Marco d'Itri escribió:
  On May 31, Pino Toscano p...@kde.org wrote:
  This means the author of the PDF set that users shouldn't (in their will)
  copy the text from their PDF.
  You can disable the usage of document permissions by disabling the
  related option from the preferences.
  It's not clear to me why this should not be the default, but anyway I
  think that the interface could be improved by mentioning this in the
  error dialog.
  
  Well, the default should always be to follow the specification of PDF, even 
  if 
  there are parts of it that we do not like.
 
 Quite false.  Specifications and standards are there to improve
 compatibility between different implementations.  You are hurting
 compatibility with nothing by not going to the effort to write
 copy-blocking code.  You are hurting compatibility by writing it.
 
 If this feature is there, it should:
 
 a) be disabled by default, so people can copy maximally without issue;
 
 b) the error message should clearly state how to disable it.

Let's be realistic, from the moment the functionality exists, it doesn't
make _any_ sense to either of those, as everybody would end up disabling
it somewhen.

Both these propositions make the feature pointless. The only sensible
options is to dump it entirely, as you are suggesting below.

 I would go so far as to propose patching it out of Okular entirely.
 Debian should not be a tool to support software restrictions like this.

Now, the problem is that under some stupid laws in some countries, 
circumventing DRM is a crime... welcome in the real sucky world.

Mike


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



Re: Bug#531221: okular: Arbitrarily enforces DRM

2009-05-31 Thread Josselin Mouette
Le samedi 30 mai 2009 à 21:40 -0500, John Goerzen a écrit :
 If this feature is there, it should:
 
 a) be disabled by default, so people can copy maximally without issue;

FWIW, this is what is done in evince, and the setting is hidden.

 b) the error message should clearly state how to disable it.
 
 I would go so far as to propose patching it out of Okular entirely.
 Debian should not be a tool to support software restrictions like this.

I think it is still interesting to have this available, so that people
needing e.g. to comply with stupid terms of a contract can simply set a
mandatory setting on their systems and enable this (non-)feature.

-- 
 .''`.  Josselin Mouette
: :' :
`. `'   “I recommend you to learn English in hope that you in
  `- future understand things”  -- Jörg Schilling


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


Re: fstrcmp

2009-05-31 Thread Florian Weimer
* Peter Miller:

 I've been considering turning my fuzzy string compare function into a
 library.

I would certainly welcome that.

Would you be willing to relicense it under a more permissive license,
so that we don't have to worry about OpenSSL license compatibility
etc.?

 /**
  * the fstrcmp function compare two strings, to determine how
  * similar two strings appear.
  *
  * @param s1
  * The first of the strings to compare.
  * @param s2
  * The second of the strings to compare.
  * @returns
  * a number between 0.0 and 1.0; 0.0 means the strings are
  * nothing alike, 1.0 means the two strings are identical.
  */
 double fstrcmp(const char *s1, const char *s2);

It could be helpful if it didn't use floating point because we support
some systems where floating point is software-emulated.

I don't think we've got a library of C goodies.  libbsd is something
in that direction, but if your function isn't in the BSDs, it probably
doesn't fit there, either.


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



Re: fstrcmp

2009-05-31 Thread Adeodato Simó
+ Peter Miller (Sun, 31 May 2009 11:49:37 +1000):

 Wouldn't it be great if when you typed
 apt-get build-deps gcc

 instead of saying
 E: Invalid operation build-deps

 it said something more useful, like
 E: Invalid operation build-deps, did you mean build-dep instead?

I guess that's would be doable, since it'd involve calculating distances
to all registered commands, which are only a handful. However:

 This goes for packages as well.  Wouldn't it be great if
 apt-get install dns-utils

 instead of saying
 E: Couldn't find package dns-utils

 it said something more useful, like
 E: Couldn't find package dns-utils, did you mean dnsutils instead?

I can't see how it'd work here, at least without the help of some
on-disk structure, since we're talking about a space of 25,000 packages.

-- 
- Are you sure we're good?
- Always.
-- Rory and Lorelai


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



Re: Bug#531221: okular: Arbitrarily enforces DRM

2009-05-31 Thread Philipp Kern
On 2009-05-31, Mike Hommey m...@glandium.org wrote:
 Both these propositions make the feature pointless. The only sensible
 options is to dump it entirely, as you are suggesting below.

Actually an advisory dialog (which could be turned off) would make some sense.
(The author of this PDF document didn't mean to allow you $foo, do you want
to continue anyway?  Abort Continue)

Then a) you are aware that there are restrictions on the document, so if
you b) pass it on to people who cannot turn off DRM restrictions (like to
print it for you) you can take additional action to strip DRM.

Kind regards,
Philipp Kern




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



Re: Bug#531221: okular: Arbitrarily enforces DRM

2009-05-31 Thread Roberto C . Sánchez
On Sat, May 30, 2009 at 09:40:20PM -0500, John Goerzen wrote:
 
 I would go so far as to propose patching it out of Okular entirely.
 Debian should not be a tool to support software restrictions like this.
 
If Debian should not be a tool to support software restrictions like
this, then against which package should I file a bug to have all unix
user/group permissions ignored?

Regards,

-Roberto

-- 
Roberto C. Sánchez
http://people.connexer.com/~roberto
http://www.connexer.com


signature.asc
Description: Digital signature


Re: Bug#531221: okular: Arbitrarily enforces DRM

2009-05-31 Thread Pino Toscano
Hi,

  This means the author of the PDF set that users shouldn't (in their will)
  copy the text from their PDF.
  You can disable the usage of document permissions by disabling the
  related option from the preferences.

 I checked, and do see that option.  But why is it on by default?  Or
 even there at all?

Because Okular by default respect the PDF format.
Why it is there? Exactly to give you the freedom to choose, to respect both 
the ideas of people who just shiver at listening the DRM word, and people 
who make a use of that PDF feature.

   So what I want to know is: why are people putting code into Debian
   that limits our freedom?  Why are people putting such code into KDE?
 
  If you feel limited in your freedom, then go complaining about Adobe
  and the ISO 32000, aka the standardization of the PDF format, because, in
  case you don't know, those permissions are features of the PDF format,
  nothing Okular

 False.  I'm not running Adobe code on my system.

You're missing the point. It is not matter of Adobe code, but format which 
was totally in the hand of Adobe until one year ago (when ISO 32000 was 
standardized).

 It is entirely within the power of the developers
 of Okular to decide whether or not to implement this feature.

If tomorrow a corporate person complains that Okular does not respect the PDF 
format in that sense and that they cannot make use of it because of that, what 
should I tell them? They would be right.
Look, having the power of developers does not imply developers should feel 
like crackers, disabling restrictions just because they can or in the name of 
some freedom.

 The cheaper option in terms of developer time would have been to ignore
 that flag.

Speculating on what how we should had spent our time won't work, sorry.

  enforces on its own. And given that it is a feature of a file format just
  like annotations or sounds, people could use it (for example in corporate
  environments to avoid documents or parts of them being leaked or so).

 But we all know it's trivial to work around.  pdftotext will do it,
 and Okular will even do it if you untick that box.  It's no real
 security at all.  It's a bit in a file, not some sort of encryption
 scheme.  Why are we honoring it?

Because it is part of the file format, and some people can make use of it (as 
told just in the sentence you quoted)?

  The program is just following a file format in that regard AND providing
  the option to not to, so nothing to be fixed.

 Pfft.  You are causing incompatibility with nothing if you ignore that
 flag.  You are causing incompatibility with things if you honor it.
 What is the point to honoring it?

If everything we do cases problems, then I don't see how it is worth changing 
anything.

-- 
Pino Toscano


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


Re: Bug#531221: okular: Arbitrarily enforces DRM

2009-05-31 Thread Ben Finney
Roberto C. Sánchez robe...@connexer.com writes:

 On Sat, May 30, 2009 at 09:40:20PM -0500, John Goerzen wrote:
  
  I would go so far as to propose patching it out of Okular entirely.
  Debian should not be a tool to support software restrictions like this.
  
 If Debian should not be a tool to support software restrictions like
 this, then against which package should I file a bug to have all unix
 user/group permissions ignored?

That doesn't apply, and you know it.

The user/group permissions are set by someone who is meant to be in
control of the computer. As you well know, “restrictions like this” is
specifically about schemes where restrictions imposed by someone who
*isn't* meant to be in control of the computer are nevertheless
enforced; i.e., DRM.

-- 
 \   “Anyone who puts a small gloss on [a] fundamental technology, |
  `\  calls it proprietary, and then tries to keep others from |
_o__)   building on it, is a thief.” —Tim O'Reilly, 2000-01-25 |
Ben Finney


pgpfLuVarXotI.pgp
Description: PGP signature


Re: Bug#531221: okular: Arbitrarily enforces DRM

2009-05-31 Thread Josselin Mouette
Le dimanche 31 mai 2009 à 06:00 -0400, Roberto C. Sánchez a écrit :
 If Debian should not be a tool to support software restrictions like
 this, then against which package should I file a bug to have all unix
 user/group permissions ignored?

debian-devel is not the right place to ask for the basic knowledge on
what is an authorization system (which would be necessary for you to
understand why DRM is not an authorization system).

-- 
 .''`.  Josselin Mouette
: :' :
`. `'   “I recommend you to learn English in hope that you in
  `- future understand things”  -- Jörg Schilling


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


Re: Bug#531221: okular: Arbitrarily enforces DRM

2009-05-31 Thread Josselin Mouette
Le dimanche 31 mai 2009 à 11:47 +0200, Pino Toscano a écrit :
 If tomorrow a corporate person complains that Okular does not respect the PDF 
 format in that sense and that they cannot make use of it because of that, 
 what 
 should I tell them? They would be right.

You tell them to enable the “feature” if they want to follow the dumb
spec. But you do not bother the 99.99% of people who don’t care about
that shit.

-- 
 .''`.  Josselin Mouette
: :' :
`. `'   “I recommend you to learn English in hope that you in
  `- future understand things”  -- Jörg Schilling


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


Re: Bug#531221: okular: Arbitrarily enforces DRM

2009-05-31 Thread Roberto C . Sánchez
On Sun, May 31, 2009 at 12:25:05PM +0200, Josselin Mouette wrote:
 Le dimanche 31 mai 2009 à 06:00 -0400, Roberto C. Sánchez a écrit :
  If Debian should not be a tool to support software restrictions like
  this, then against which package should I file a bug to have all unix
  user/group permissions ignored?
 
 debian-devel is not the right place to ask for the basic knowledge on
 what is an authorization system (which would be necessary for you to
 understand why DRM is not an authorization system).
 
DRM is a form of access control.  User and group permissions are also a
form of access control.  Disagreeing with the philosophy behind one or
the other does not change its technical nature.  Also, I do know what an
authorization system is, which is why it is clear (at least to me) that
DRM is just an authorization system.  Which definition do you have in
mind where DRM is not an authorization system?

Regards,

-Roberto

-- 
Roberto C. Sánchez
http://people.connexer.com/~roberto
http://www.connexer.com


signature.asc
Description: Digital signature


Re: Bug#531221: okular: Arbitrarily enforces DRM

2009-05-31 Thread Ben Finney
Pino Toscano p...@kde.org writes:

 Because Okular by default respect the PDF format.
 Why it is there? Exactly to give you the freedom to choose, to respect
 both the ideas of people who just shiver at listening the DRM word,
 and people who make a use of that PDF feature.

Note, though, that “people who make use of that feature” are *not* the
ones in control of the computer, but the ones who create the PDF. It is
the user/administrator of the Debian operating system (and, in this
case, the Okular program) whose needs should be foremost, *not* the
needs of whoever flipped a bit in the incoming PDF file.

 If tomorrow a corporate person complains that Okular does not respect
 the PDF format in that sense and that they cannot make use of it
 because of that, what should I tell them? They would be right.

For this reason, I agree with Josselin earlier in the thread that the
ability should remain. But certainly the default should be “don't
impose any restrictions not in the interest of the computer's nominal
controller”. Indeed, imposing such restrictions should be a hidden
option since it's not in the interest of *any* user who isn't already
under some external constraint to enable it.

 Look, having the power of developers does not imply developers
 should feel like crackers, disabling restrictions just because they
 can or in the name of some freedom.

Expressly imposing restrictions just because some incoming data says so
is pretty close to a deliberate misdesign. Fixing that misdesign is not
“cracking”.

-- 
 \ “Whatever a man prays for, he prays for a miracle. Every prayer |
  `\   reduces itself to this: “Great God, grant that twice two be not |
_o__)   four.”” —Ivan Turgenev |
Ben Finney


pgpf0XmQoiqdq.pgp
Description: PGP signature


Re: Bug#531221: okular: Arbitrarily enforces DRM

2009-05-31 Thread Bernd Eckenfels
In article 20090531062429.ga18...@glandium.org you wrote:
 Let's be realistic, from the moment the functionality exists, it doesn't
 make _any_ sense to either of those, as everybody would end up disabling
 it somewhen.

Well, if a person is acrobat user and unaware of free defaults and thinks if
he can copy the text==the author allowed it in pdf, it might make sense to
force an act of will to turn it off.  

Easisest of cause is to have a never ask again checkbox in the error
message: Copy is forbidden by author, do you want to copy anyway

Gruss
Bernd


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



Re: Bug#531221: okular: Arbitrarily enforces DRM

2009-05-31 Thread Sune Vuorela
tag 531221 wontfix
thanks

On Sunday 31 May 2009 02:09:11 John Goerzen wrote:
 Package: okular
 Version: 4:4.2.2-2
 Severity: normal

 I'm CCing this to Debian-devel because I think it speaks to a larger
 issue.

 I just downloaded a PDF, and tried to copy and paste a bit of text
 from it.  I used the selection tool, and Okular offered to speak it to
 me, but said Copy forbidden by DRM.

So. you want Okular to by default help you with violating conditions of use of 
the document you downloaded?

Is the next step to make Debian help more active to by default violate the 
conditions of use of software?

If you download files with license issues that you don't like, I'm not sure you 
should blame it on the software use to view the files.

You even have a check box to make it possible for you to violate the 
conditions of use of the document if you really really want it.

 So what I want to know is: why are people putting code into Debian
 that limits our freedom?  Why are people putting such code into KDE?

 And can we please patch it to stop that?

Why are you downloading files that limits your freedom?


(I don't like DRM, but the right way to fight it is not to ignore the terms, 
but to get the people providing the content to stop using it)

/Sune
 - who are putting such code into Debian.



1d488450ffb075c1d844b032952f3202faa6ff3dba9d8069f742a300bad92f99  ddtext
-- 
I cannot telnet to the icon, how does it work?

First from Flash MX 6.9 you should boot the front-end, so that you either need 
to remove from a LCD DVD mousepad, or can never turn on the controller on the 
ISA proxy over a serial 3D fan on a case over a 3-inch provider to delete a 
printer.



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


Re: Bug#531221: okular: Arbitrarily enforces DRM

2009-05-31 Thread Enrico Zini
On Sun, May 31, 2009 at 06:00:36AM -0400, Roberto C. Sánchez wrote:

 On Sat, May 30, 2009 at 09:40:20PM -0500, John Goerzen wrote:
  
  I would go so far as to propose patching it out of Okular entirely.
  Debian should not be a tool to support software restrictions like this.
  
 If Debian should not be a tool to support software restrictions like
 this, then against which package should I file a bug to have all unix
 user/group permissions ignored?

Allow me to use your analogy[1] to look at an example of a behaviour
that I consider sane:

  $ echo ciao  /tmp/foo
  $ chmod -w /tmp/foo
  $ vim /tmp/foo
  :w - E45: 'readonly' option is set (add ! to override)
  :w! - /tmp/foo 2L, 11C written

This hints at the idea that those permissions that the user can change
are to be considered advisory, and those that the user cannot change are
to be considered mandatory.

We have also long come to the conclusion that enforcing laws (be they
questionable or not) is something that is the responsibility of the
users (or their sysadmins), and not of software alone.


Ciao,

Enrico

[1] which I however don't consider a justification for okular's current
behaviour
-- 
GPG key: 4096R/E7AD5568 2009-05-08 Enrico Zini enr...@enricozini.org


signature.asc
Description: Digital signature


Re: Bug#531221: okular: Arbitrarily enforces DRM

2009-05-31 Thread Roberto C . Sánchez
On Sun, May 31, 2009 at 12:11:07PM +0100, Enrico Zini wrote:
 
 Allow me to use your analogy[1] to look at an example of a behaviour
 that I consider sane:
 
   $ echo ciao  /tmp/foo
   $ chmod -w /tmp/foo
   $ vim /tmp/foo
   :w - E45: 'readonly' option is set (add ! to override)
   :w! - /tmp/foo 2L, 11C written
 
Here is behavior that I consider to be equally sane:

$ su -
Password:
# echo ciao /tmp/foo
# chmod -w /tmp/foo
# exit
logout
$ vim /tmp/foo
:w - E45: 'readonly' option is set (add ! to override)
:w! - /tmp/foo E212: Can't open file for writing

 This hints at the idea that those permissions that the user can change
 are to be considered advisory, and those that the user cannot change are
 to be considered mandatory.
 
On this we are in agreement.

 We have also long come to the conclusion that enforcing laws (be they
 questionable or not) is something that is the responsibility of the
 users (or their sysadmins), and not of software alone.
 
So far we are talking about the technical measures themselves.  If you
talk about potential penalties for circumvention, then that might have
to do with enforcing laws.

In reality, what I am having trouble with is, how these two
scenarios are different:

1. Someone produces a PDF with certain DRM restrictions.  The user
decides that he does not like the restrictions and so looks to
circumvent them.

2. A user or sysadmin produces a file and removes certain access (read
and/or write) for other users.  The user decides that he does not like
the restrictions and so looks to circumvent them.

If people are arguing that Debian should assist the user in the first
case, then why is the same not also true in the second case?

I agree with Sune that such disagreements are best handled between the
user and the producer of the file.

Regards,

-Roberto

-- 
Roberto C. Sánchez
http://people.connexer.com/~roberto
http://www.connexer.com


signature.asc
Description: Digital signature


Re: Bug#531221: okular: Arbitrarily enforces DRM

2009-05-31 Thread Michael Banck
On Sat, May 30, 2009 at 09:40:20PM -0500, John Goerzen wrote:
 a) be disabled by default, so people can copy maximally without issue;

What about annotations?  PDFs are becoming a collaborative document
format (like it or not), it might make sense to restrict annotations to
internally publically available PDFs to some people via DRM (not sure
that is possible), while all others can read them for review, e.g.

If copying is indeed the only thing which is mediated via DRM, I agree
with you, but maybe the situation should get analyzed a bit and anyway,
we should make it easy for large organisations (public administration,
companies) to set a default for their users how this should work.

I like the advisory note somebody else proposed, i.e. The author said
you shouldn't do this, do you want to do this anyway?.  Whether or not
that dialog could get permanently ignored by the user could be
configurable.

Bottom line is, desktop users should have no problem turning this off,
organizations/companies should have a way to set their (possibly
mandated policy).


Michael


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



Re: Bug#531221: okular: Arbitrarily enforces DRM

2009-05-31 Thread Ben Finney
Roberto C. Sánchez robe...@connexer.com writes:

 In reality, what I am having trouble with is, how these two
 scenarios are different:
 
 1. Someone produces a PDF with certain DRM restrictions.  The user
 decides that he does not like the restrictions and so looks to
 circumvent them.
 
 2. A user or sysadmin produces a file and removes certain access (read
 and/or write) for other users.  The user decides that he does not like
 the restrictions and so looks to circumvent them.
 
 If people are arguing that Debian should assist the user in the first
 case, then why is the same not also true in the second case?

The person who should be in control of the computer (e.g. the owner, or
administrator, or whatever) is the person whose interests should be
served by the operating system. They are the authority on what
restrictions are to be imposed or circumvented.

In the case of someone who *doesn't* have authority over the computer
setting a “cripple this document” flag, the user who does have that
authority gets to decide whether that restriction is obeyed.

In the case of someone who *does* have that authority setting a
permission bit, that permission should be obeyed — but only within the
confines of that computer of course.

A closer analogy might be: file permissions set by the authority on one
computer will be honoured, restricting the operation of programs
accordingly. Those permission settings will even be duplicated into a
tarball; but if that tarball is transported to a different computer with
a different user in authority, the extracted files should not be subject
to any permissions restrictions that user doesn't want obeyed.

 I agree with Sune that such disagreements are best handled between the
 user and the producer of the file.

I disagree. The operating system should treat the operating system's
administrator as the authority, and should obey that user's wishes even
if those wishes contradict incoming data.

Observance of the law is up to the human who has direct authority over
the machine, and if they want to break the law the machine should not
get in their way. That person's authority over the operation of the
machine should not be subvertible by instructions from some outside
entity.

-- 
 \   “… one of the main causes of the fall of the Roman Empire was |
  `\that, lacking zero, they had no way to indicate successful |
_o__)  termination of their C programs.” —Robert Firth |
Ben Finney


pgpeT8b1VHznf.pgp
Description: PGP signature


Re: Bug#531221: okular: Arbitrarily enforces DRM

2009-05-31 Thread Ben Finney
Michael Banck mba...@debian.org writes:

 I like the advisory note somebody else proposed, i.e. The author said
 you shouldn't do this, do you want to do this anyway?. Whether or not
 that dialog could get permanently ignored by the user could be
 configurable.

Yes, I find this (including the option to never see the warning again)
an acceptable compromise.

 Bottom line is, desktop users should have no problem turning this off,
 organizations/companies should have a way to set their (possibly
 mandated policy).

Right. The operating system and all its programs should know no higher
authority than the root user of the system. Any instructions from
outside entities have only as much effect as what the root user (or any
user on the system to whom they have delegated that authority) grants.

-- 
 \  “Earth gets its price for what Earth gives us.” —James Russell |
  `\Lowell |
_o__)  |
Ben Finney


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



Re: Bug#531221: okular: Arbitrarily enforces DRM

2009-05-31 Thread Stefano Zacchiroli
On Sun, May 31, 2009 at 02:30:58AM +0100, Adeodato Simó wrote:
 I see it's been pointed out in a comment in your blog post already,
 but I'll mention it here for the benefit of those reading along:
 obeying DRM is a configurable runtime option in Okular, so it's just
 a matter of going to the preferences dialog and unchecking the Obey
 DRM check box.

I've just read Pino Toscano's answer, and I found it a reasonable
choice from an *upstream author point of view*. They want okular to
fully implement the spec, to be able to sell it as a feature.

Of course, downstream distribution editors (i.e., us) can make
different choices, to better implement the philosophy of their
distro. Considering that upstream already implemented the mechanism
for choosing at runtime, I see an easy way out.

- If okular has a system-wide setting Obey DRM which acts as a
  default for user choices, we have already won: the Debian package
  maintainer is fully in charge of making the choice of what that
  default should be.

- If it has not, I guess adding support for such system-wide setting
  should be easy enough to do.

FWIW If I were the package maintainer, my choice would be not to Obey
DRM by default, but I'm not.

Cheers.

-- 
Stefano Zacchiroli -o- PhD in Computer Science \ PostDoc @ Univ. Paris 7
z...@{upsilon.cc,pps.jussieu.fr,debian.org} -- http://upsilon.cc/zack/
Dietro un grande uomo c'è ..|  .  |. Et ne m'en veux pas si je te tutoie
sempre uno zaino ...| ..: | Je dis tu à tous ceux que j'aime


signature.asc
Description: Digital signature


Re: Bug#531221: okular: Arbitrarily enforces DRM

2009-05-31 Thread Josselin Mouette
Le dimanche 31 mai 2009 à 14:19 +0200, Michael Banck a écrit :
 I like the advisory note somebody else proposed, i.e. The author said
 you shouldn't do this, do you want to do this anyway?.  Whether or not
 that dialog could get permanently ignored by the user could be
 configurable.

No Vista-like “Are you sure you want to do this?” dialogs, thanks.

-- 
 .''`.  Josselin Mouette
: :' :
`. `'   “I recommend you to learn English in hope that you in
  `- future understand things”  -- Jörg Schilling


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


Re: Bug#531221: okular: Arbitrarily enforces DRM

2009-05-31 Thread Michael Banck
On Sun, May 31, 2009 at 03:02:18PM +0200, Josselin Mouette wrote:
 Le dimanche 31 mai 2009 à 14:19 +0200, Michael Banck a écrit :
  I like the advisory note somebody else proposed, i.e. The author said
  you shouldn't do this, do you want to do this anyway?.  Whether or not
  that dialog could get permanently ignored by the user could be
  configurable.
 
 No Vista-like ???Are you sure you want to do this dialogs, thanks.

If you prefer, we can use compiz to cube-scroll to another desktop where
we play a video of you explaining how bad DRM is.


Michael


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



Re: Bug#531221: okular: Arbitrarily enforces DRM

2009-05-31 Thread Sune Vuorela
On 2009-05-31, Michael Banck mba...@debian.org wrote:
 If you prefer, we can use compiz to cube-scroll to another desktop where
 we play a video of you explaining how bad DRM is.

No need to mix compiz in. The kde window manager already have such
desktop effects.

/Sune


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



Re: Bug#531221: okular: Arbitrarily enforces DRM

2009-05-31 Thread John Goerzen
Philipp Kern wrote:
 On 2009-05-31, Mike Hommey m...@glandium.org wrote:
 Both these propositions make the feature pointless. The only sensible
 options is to dump it entirely, as you are suggesting below.
 
 Actually an advisory dialog (which could be turned off) would make some sense.
 (The author of this PDF document didn't mean to allow you $foo, do you want
 to continue anyway?  Abort Continue)
 
 Then a) you are aware that there are restrictions on the document, so if
 you b) pass it on to people who cannot turn off DRM restrictions (like to
 print it for you) you can take additional action to strip DRM.

That would seem a quite reasonable compromise to me, as a default
option.  You can still have a checkbox in preferences for complete
enforcement if there is somebody that really wants it, and leave it off
by default.

What do you think, Pino?

-- John


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



Re: Bug#531221: okular: Arbitrarily enforces DRM

2009-05-31 Thread Modestas Vainius
Hello,

On 2009 m. May 31 d., Sunday 15:42:33 Stefano Zacchiroli wrote:
 - If okular has a system-wide setting Obey DRM which acts as a
   default for user choices, we have already won: the Debian package
   maintainer is fully in charge of making the choice of what that
   default should be.

 - If it has not, I guess adding support for such system-wide setting
   should be easy enough to do.

 FWIW If I were the package maintainer, my choice would be not to Obey
 DRM by default, but I'm not.
Package maintainers have already stated their decision (marked the bug 
wontfix). So there is no need to keep posting to the bug report.

-- 
Modestas Vainius modes...@vainius.eu


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


Re: Bug#531221: okular: Arbitrarily enforces DRM

2009-05-31 Thread John Goerzen
Stefano Zacchiroli wrote:

 FWIW If I were the package maintainer, my choice would be not to Obey
 DRM by default, but I'm not.

Interestingly enough, we patch this stuff out of xpdf already, for
presumably the same reasons.  evince either never had it, or it is
patched out in Debian.  I would be happy with us patching okular to
simply have a different default on Debian.

In any case, I think it was very premature to tag this wontfix.  There
are many trivial things you could do to improve the situation, in order
of preference:

1) Remove the DRM feature entirely

2) Patch the default to have it disabled

3) Patch the prompt to have an allow/deny option

4) Patch the text to tell people where to go to turn it off

#2 and #4 especially should be exceptionally trivial patches.

Why are you tagging it wontfix, Sune?

-- John


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



Re: Bug#531221: okular: Arbitrarily enforces DRM

2009-05-31 Thread Marco d'Itri
On May 31, Sune Vuorela s...@vuorela.dk wrote:

 So. you want Okular to by default help you with violating conditions of use 
 of 
 the document you downloaded?
Correct, this is what I would like it to do (but I use evince instead,
which by default does not bother users with this sillyness).
Users can still legally have rights even if they are forbidden by
license terms which are effectively void.
DRM deprives users of such rights.

 Is the next step to make Debian help more active to by default violate the 
 conditions of use of software?
I will offer an opinion about such a situation when this will actually
be proposed. Since I do not believe in following copyright as a
religious matter I cannot provide a blanket statement on this issue.

 You even have a check box to make it possible for you to violate the 
 conditions of use of the document if you really really want it.
It is being argued that it has an inconvenient default and that it is
not well documented. Properly documenting the existence of this
configuration option in the error dialog would go a long way in solving
this issue.

 Why are you downloading files that limits your freedom?
Why do you care?

 (I don't like DRM, but the right way to fight it is not to ignore the terms, 
 but to get the people providing the content to stop using it)
I don't like people who think they know better than me what I need.

-- 
ciao,
Marco


signature.asc
Description: Digital signature


Re: Bug#531221: okular: Arbitrarily enforces DRM

2009-05-31 Thread Ana Guerrero
On Sun, May 31, 2009 at 08:32:25AM -0500, John Goerzen wrote:
 
 In any case, I think it was very premature to tag this wontfix. 
...

 Why are you tagging it wontfix, Sune?


I do not see this as premature at all. We, KDE maintainers, have talked 
about it and we all have decided we are ok as it is now. Then tagged your
wishlist report as wonfix accordingly.

Ana


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



Re: Bug#531221: okular: Arbitrarily enforces DRM

2009-05-31 Thread John Goerzen
Ana Guerrero wrote:
 On Sun, May 31, 2009 at 08:32:25AM -0500, John Goerzen wrote:
 In any case, I think it was very premature to tag this wontfix. 
 ...
 
 Why are you tagging it wontfix, Sune?

 
 I do not see this as premature at all. We, KDE maintainers, have talked 
 about it and we all have decided we are ok as it is now. Then tagged your
 wishlist report as wonfix accordingly.

Could you share your reasoning with us, specifically why you don't like
each of the four options I mentioned?  (Reproduced below)

1) Remove the DRM feature entirely

2) Patch the default to have it disabled

3) Patch the prompt to have an allow/deny option

4) Patch the text to tell people where to go to turn it off

 
 Ana
 
 


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



Re: Bug#531221: okular: Arbitrarily enforces DRM

2009-05-31 Thread John Goerzen
Marco d'Itri wrote:
 On May 31, Sune Vuorela s...@vuorela.dk wrote:
 
 So. you want Okular to by default help you with violating conditions of use 
 of 
 the document you downloaded?
 Correct, this is what I would like it to do (but I use evince instead,
 which by default does not bother users with this sillyness).
 Users can still legally have rights even if they are forbidden by
 license terms which are effectively void.
 DRM deprives users of such rights.

While completely agreeing with you, Marco, I would like to add a couple
of points.

First off, this is just a flag, and is not really DRM in the sense we
normally understand it: some sort of encryption, etc.  It is easier to
write a PDF viewer that does not honor the flag than to write one that
does, since there is no decryption or anything needed.  Honoring the
flag is an optional feature, not a prerequisite.

The other point is that the flag has nothing to do with the law.  I can
perfectly well set a flag on a PDF that I generate for myself, and that
doesn't make it illegal to copy text out of the PDF I generate for
myself.  Similarly, just because someone sets the flag on a PDF they
give me, doesn't make it illegal to copy text from that PDF.  Copyright
law, at least in the USA, provides fair use rights to copy and
distribute small portions of a work.  Being able to cut and paste just
makes that process slightly faster.  And copyright law does not prevent
you from copying the entire thing, if you keep the result to yourself.
As, of course, cp and the KDE file manager can do (just keeping it in
the same format).

If it is illegal to do something with the document, that is orthogonal
to whether Okular obeys this flag by default, in my mind.

Okular is run by the Debian user.  As our social contract states, Our
priorities are our users and Free Software.  We can, and should, take
the high road on this and make sure our users have maximum functionality
by default.

-- John


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



Re: Bug#531221: okular: Arbitrarily enforces DRM

2009-05-31 Thread Sune Vuorela
On Sunday 31 May 2009 15:32:25 John Goerzen wrote:


 #2 and #4 especially should be exceptionally trivial patches.

 Why are you tagging it wontfix, Sune?

I see no reason to deviate from upstream's choices here, no matter how trivial 
the patches are.

Here is no bug, so here is nothing to fix.

There is a design decision you don't like, well. Learn to live with it. 

If upstream changes, we will follow, though.
Just because we *can* patch things does not mean we should.

And I consider this debate closed, and please find a different battle field 
that 
doesn't involve me for fighting DRM.

/Sune
-- 
Genius, I cannot save on the attachment of the application, how does it work?

You should never load from a 3D mousepad.


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



Re: Bug#531221: okular: Arbitrarily enforces DRM

2009-05-31 Thread Mike Hommey
On Sun, May 31, 2009 at 03:54:29PM +0200, Sune Vuorela wrote:
 On Sunday 31 May 2009 15:32:25 John Goerzen wrote:
 
 
  #2 and #4 especially should be exceptionally trivial patches.
 
  Why are you tagging it wontfix, Sune?
 
 I see no reason to deviate from upstream's choices here, no matter how 
 trivial 
 the patches are.
 
 Here is no bug, so here is nothing to fix.
 
 There is a design decision you don't like, well. Learn to live with it. 
 
 If upstream changes, we will follow, though.
 Just because we *can* patch things does not mean we should.
 
 And I consider this debate closed, and please find a different battle field 
 that 
 doesn't involve me for fighting DRM.

Note that consistency between the pdf readers within the distro is
worth keeping the debate open.

Mike


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



Re: Bug#531221: okular: Arbitrarily enforces DRM

2009-05-31 Thread Ana Guerrero
On Sun, May 31, 2009 at 09:05:10AM -0500, John Goerzen wrote:
 Ana Guerrero wrote:
  On Sun, May 31, 2009 at 08:32:25AM -0500, John Goerzen wrote:
  In any case, I think it was very premature to tag this wontfix. 
  ...
  
  Why are you tagging it wontfix, Sune?
 
  
  I do not see this as premature at all. We, KDE maintainers, have talked 
  about it and we all have decided we are ok as it is now. Then tagged your
  wishlist report as wonfix accordingly.
 
 Could you share your reasoning with us, specifically why you don't like
 each of the four options I mentioned?  (Reproduced below)
 
 1) Remove the DRM feature entirely
 
 2) Patch the default to have it disabled
 
 3) Patch the prompt to have an allow/deny option
 
 4) Patch the text to tell people where to go to turn it off


Where you offers solutions for a problem, I firstly do not see the problem.
Because for me the current default is ok. I consider this is a wishlist bug 
that 
does not bother me at all, if it did then i might use my time in patching it
and maintaining it in the future, but it is not the case. The only thing I can
do here is telling you this is a wontfix and that is what you got.

If you get upstream adding a notice here, I will be fine with that too, and 
debian 
will carry that.

Finally, I only took the time of answering firstly to the bug report because 
I thought you deserved to know we did not ignore you issue slightly and we 
packagers talked about it. But I am not going to mail further to this bug 
report 
just to say one time and again exaclty the same...


Ana


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



Re: Bug#531221: okular: Arbitrarily enforces DRM

2009-05-31 Thread John Hasler
John Goerzen writes:
 1) Remove the DRM feature entirely

Please don't call it DRM.  It's just advisory locking.  IMHO not enabling
it or omitting it entirely has no legal implications.

(I think it should be off by default with an option to turn it on but
that's just my irrelevant opinion.  I don't use the package.)
-- 
John Hasler


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



Re: Bug#531221: okular: Arbitrarily enforces DRM

2009-05-31 Thread Stefano Zacchiroli
On Sun, May 31, 2009 at 03:54:29PM +0200, Sune Vuorela wrote:
 I see no reason to deviate from upstream's choices here, no matter
 how trivial the patches are.
snip
 There is a design decision you don't like, well.

Thanks for the clarity.  As hinted in my previous post, I consider
that you (KDE maintainer in general) are totally empowered to take it
[1].

Still, I've an unanswered curiosity which might help in the
debate. Beside the per-user setting, is there any system-wide setting
that the local sysadm can trigger to have DRM-free okular by default
for all its users?

While I see as reasonable that you took this choice, I see similarly
reasonable that you give the choice to sysadms to make a different
choice easily.  If this thread has shown something, is that the choice
is a debatable one, hence it is very likely that sysadms out there
will have such a desire.

Many thanks in advance,
Cheers.

[1] as well as John, or anybody else, is entitled to escalate the
issue to the CTTE, now that is clear that on your side the issue
is closed

-- 
Stefano Zacchiroli -o- PhD in Computer Science \ PostDoc @ Univ. Paris 7
z...@{upsilon.cc,pps.jussieu.fr,debian.org} -- http://upsilon.cc/zack/
Dietro un grande uomo c'è ..|  .  |. Et ne m'en veux pas si je te tutoie
sempre uno zaino ...| ..: | Je dis tu à tous ceux que j'aime


signature.asc
Description: Digital signature


Re: Bug#531221: okular: Arbitrarily enforces DRM

2009-05-31 Thread Marco d'Itri
On May 31, John Hasler jhas...@debian.org wrote:

 Please don't call it DRM.  It's just advisory locking.  IMHO not enabling
 it or omitting it entirely has no legal implications.
It clearly has no legal implication (in jurisdictions having such a
clause, like the USA) because it is not an *effective* technological
protection measure.

-- 
ciao,
Marco


signature.asc
Description: Digital signature


Re: Bug#531221: okular: Arbitrarily enforces DRM

2009-05-31 Thread Clint Adams
On Sun, May 31, 2009 at 08:32:25AM -0500, John Goerzen wrote:
 presumably the same reasons.  evince either never had it, or it is
 patched out in Debian.  I would be happy with us patching okular to

http://bugs.debian.org/413953


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



Re: Bug#531221: okular: Arbitrarily enforces DRM

2009-05-31 Thread Pino Toscano
Hi,

 1) Remove the DRM feature entirely

This will not be done until ISO 32000 changes in that regard.

 2) Patch the default to have it disabled

Nope.

 3) Patch the prompt to have an allow/deny option

Which prompt are you speaking about?

 4) Patch the text to tell people where to go to turn it off

The text is currently shown as an entry in the popup menu of the page view.
Setting a long text in a popup menu is a big no-no in every HIG possible.

 Why are you tagging it wontfix, Sune?

Because KDE maintainers decided to not change anything, simply.

A final remark; John Hasler (and other people) wrote:
 (I think it should be off by default with an option to turn it on but
 that's just my irrelevant opinion.  I don't use the package.)

I'm just curious to know: if you don't use the package, how can you express an 
opinion on it? This for sure doesn't help about the current discussion.

-- 
Pino Toscano


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


Re: Bug#531221: okular: Arbitrarily enforces DRM

2009-05-31 Thread Fathi Boudra
On Sunday 31 May 2009 16:47:26 Stefano Zacchiroli wrote:
 While I see as reasonable that you took this choice, I see similarly
 reasonable that you give the choice to sysadms to make a different
 choice easily.  If this thread has shown something, is that the choice
 is a debatable one, hence it is very likely that sysadms out there
 will have such a desire.

You can override default using kdeglobals mechanism,
e.g. /etc/kde4/kdeglobals :
[Directories]
dir_config=/your/own/configs

Drop your own okularpartrc with appropriate changes:
[General]
ObeyDRM=false

cheers,

Fathi


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



Bug#531324: RFP: openclonk -- multiplayer-action-tactic-skill game

2009-05-31 Thread Resul Cetin
Package: wnpp
Severity: wishlist
X-Debbugs-CC: debian-devel@lists.debian.org

   Package name: openclonk
Upstream Author: RedWolf Design GmbH
URL: http://openclonk.org/
License: ISC
Description: versatile game of strategy, action, skill, and endless fun




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



Re: Bug#531221: okular: Arbitrarily enforces DRM

2009-05-31 Thread Gustavo Noronha
On Sun, 2009-05-31 at 16:59 +0200, Pino Toscano wrote:
 A final remark; John Hasler (and other people) wrote:
  (I think it should be off by default with an option to turn it on but
  that's just my irrelevant opinion.  I don't use the package.)
 
 I'm just curious to know: if you don't use the package, how can you express 
 an 
 opinion on it? This for sure doesn't help about the current discussion.

We, the maintainers as a collective, are building a distribution, we are
free to have (and express) opinions on whatever we want, if we believe
it may make it better, even if we do not use a specific package
ourselves. You are, of course, just as free to ignore those you don't
deem worthy. Does it make sense?

-- 
Gustavo Noronha k...@debian.org
Debian Project


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



Re: Bug#531221: okular: Arbitrarily enforces DRM

2009-05-31 Thread Gustavo Noronha
On Sun, 2009-05-31 at 12:13 +0200, Sune Vuorela wrote:
  I just downloaded a PDF, and tried to copy and paste a bit of text
  from it.  I used the selection tool, and Okular offered to speak it to
  me, but said Copy forbidden by DRM.
 
 So. you want Okular to by default help you with violating conditions of use 
 of 
 the document you downloaded?
 
 Is the next step to make Debian help more active to by default violate the 
 conditions of use of software?
 
 If you download files with license issues that you don't like, I'm not sure 
 you 
 should blame it on the software use to view the files.

Then take out the option to allow you to violate it, then? 

-- 
Gustavo Noronha k...@debian.org
Debian Project


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



Re: Bug#531221: okular: Arbitrarily enforces DRM

2009-05-31 Thread Josselin Mouette
Le dimanche 31 mai 2009 à 13:02 -0300, Gustavo Noronha a écrit :
 On Sun, 2009-05-31 at 12:13 +0200, Sune Vuorela wrote:
  If you download files with license issues that you don't like, I'm not sure 
  you 
  should blame it on the software use to view the files.
 
 Then take out the option to allow you to violate it, then? 

Clearly, now that we have a package that correctly implements RFC 3514,
we should not make it opt-out.

-- 
 .''`.  Josselin Mouette
: :' :
`. `'   “I recommend you to learn English in hope that you in
  `- future understand things”  -- Jörg Schilling


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


Re: Bug#531221: okular: Arbitrarily enforces DRM

2009-05-31 Thread John Hasler
Pino Toscano writes:
 I'm just curious to know: if you don't use the package, how can you express 
 an 
 opinion on it? 

I commented on the misuse of the term DRM to describe the advisory locking
that is the subject of this discussion.  I added the parenthetical to make
it clear that I was not thereby endorsing the present arrangement.  

BTW Settings-Configure Ocular offers a Obey DRM limitations checkbox.
This will confuse many users as the feature seems to be normally referred
to as securing or locking.  To most people DRM has to do with music
and videos.

 This for sure doesn't help about the current discussion.

I just wanted to clarify the point that this advisory locking is not DRM.
-- 
John Hasler


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



Bug#531334: ITP: liblatex-table-perl -- Perl extension for the automatic generation of LaTeX tables

2009-05-31 Thread Salvatore Bonaccorso
Package: wnpp
Severity: wishlist
Owner: Salvatore Bonaccorso salvatore.bonacco...@gmail.com

* Package name: liblatex-table-perl
  Version : 0.9.15
  Upstream Author : Markus Riester mries...@gmx.de
* URL : http://search.cpan.org/dist/LaTeX-Table/
* License : Perl
  Programming Lang: Perl
  Description : Perl extension for the automatic generation of LaTeX tables

 LaTeX::Table is a Perl extension for the automatic generation of LaTeX. tables
 .
 LaTeX makes professional typesetting easy. Unfortunately, this is not
 entirely true for tables and the standard LaTeX table macros have a rather
 limited functionality. LaTeX::Table supports many CTAN packages and hides the
 complexity of using them behind an easy and intuitive API.
 .
 Features:
 .
 This module supports multipage tables via the xtab or the longtable package.
 For publication quality tables, it uses the booktabs package. It also supports
 the tabularx and tabulary packages for nicer fixed-width tables. Furthermore, 
it
 supports the colortbl package for colored tables optimized for presentations.
 The powerful new ctable package is supported and especially recommended when
 footnotes are needed. LaTeX::Table ships with some predefined, good looking
 THEMES.



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



Bug#531330: ITP: libcatalyst-action-rest-perl -- module to create RESTful application with Catalyst

2009-05-31 Thread franck
Package: wnpp
Severity: wishlist
Owner: franck cuny fra...@lumberjaph.net


* Package name: libcatalyst-action-rest-perl
  Version : 0.71
  Upstream Author : Hans Dieter Pearcey h...@cpan.org
* URL : http://search.cpan.org/~hdp/Catalyst-Action-REST-0.71/
* License : GPL
  Programming Lang: Perl
  Description : module to create RESTful application with Catalyst

Catalyst::Controller::REST implements a mechanism for building RESTful services
in Catalyst. It does this by extending the normal Catalyst dispatch mechanism
to allow for different subroutines to be called based on the HTTP Method
requested, while also transparently handling all the
serialization/deserialization for you.



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



Re: Bug#531221: okular: Arbitrarily enforces DRM

2009-05-31 Thread Sune Vuorela
(Please everybody: I read debian devel, I am maintainer of the package so I 
get a copy of emails to the bug report. That's already 2 copies. I don't need 
a 3rd one put directly in my mailbox)

On Sunday 31 May 2009 16:05:10 John Goerzen wrote:
 Could you share your reasoning with us, specifically why you don't like
 each of the four options I mentioned?  (Reproduced below)

 1) Remove the DRM feature entirely

It's a deviation from upstream that we would have to maintain for eternity. 
This issue is not important enough for me to put the extra required work into 
it.

 2) Patch the default to have it disabled

It's a deviation from upstream that we would have to maintain for eternity.
This issue is not important enough for me to put the extra required work into 
it

 3) Patch the prompt to have an allow/deny option

It's a deviation from upstream that we would have to maintain for eternity.
This issue is not important enough for me to put the extra required work into 
it.
Getting the prompt options translated and patch all translation packages is 
also not something to be easy done, please get out of your anglocentered 
world.

 4) Patch the text to tell people where to go to turn it off

It's a deviation from upstream that we would have to maintain for eternity.
This issue is not important enough for me to put the extra required work into 
it.
Getting the prompt options translated and patch all translation packages is 
also not something to be easy done, please get out of your anglocentered 
world.


When accepting patches that upstream won't carry the maintainers have to 
maintain it forever, thru all new upstream revisions of the software. Some 
times, it can be done with quilt refresh, some times it needs a much closer 
look at the code to get to a good enough level of understanding to actually be 
able to update the patch. 
If it is worth the extra work is to decided upon by a case to case basis 
amongst the maintainers, and the Debian Qt/KDE Maintainers have decided that 
this is not a issue where it is worth the extra work.

/Sune
-- 
I'm not able to turn off the software of a line from Explorer, how does it 
work?

First of all you neither should send to the EIDE RW port 7, nor need to mount 
a terminale in order to digit on the tower over the controller to a 3X 
processor on a RAM POP periferic.


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



no deprecation of /usr as a standalone filesystem

2009-05-31 Thread Marco d'Itri
This is a summary of last month's thread about the feasibility of
removing support for /usr on a standalone filesystem.

The issue was raised by the udev upstream maintainer along with the udev
package maintainers of the major distributions, who all agreed that this
configuration is not supported.

This is relevant for udev becase kernel events can trigger the
execution of programs at the very beginning of the boot when only the
root is mounted.

While currently packages can and do easily implement workarounds for
this situation (like waiting in a loop for the files in /usr they need
to appear), in the future more complex modifications could be needed.

All things considered, I have no immediate plan to push for deprecating
a standalone /usr.

Some of the arguments mentioned in favour of a standalone /usr are:
- NFS: but it's still unclear exactly how this is managed in practice
  (apparently it requires much handwaving), and there are alternatives
  like an unionfs or really stateless clients which are probably simpler
  and better
- junk hardware: please deal with the progress. keeping around forever
  old hardware because it still works is not green computing
- backups: I know for a fact that decent backup software exists
- LVM and/or RAID: no real reason nowadays to not use these for the root
- mounting it read only: some people obviously like this, but it's
  hardly something irreplaceable
- dmcrypt: not crypting /usr is just an optimization. E.g. on my laptop
  I decided to crypt only /home, and use symlinks for the few files in
  /etc which contain sensitive information, YMMV.

-- 
ciao,
Marco


signature.asc
Description: Digital signature


Re: Bug#531221: okular: Arbitrarily enforces DRM

2009-05-31 Thread John Goerzen
John Hasler wrote:
 Pino Toscano writes:
 I'm just curious to know: if you don't use the package, how can you express 
 an 
 opinion on it? 
 
 I commented on the misuse of the term DRM to describe the advisory locking
 that is the subject of this discussion.  I added the parenthetical to make
 it clear that I was not thereby endorsing the present arrangement.  
 
 BTW Settings-Configure Ocular offers a Obey DRM limitations checkbox.
 This will confuse many users as the feature seems to be normally referred
 to as securing or locking.  To most people DRM has to do with music
 and videos.
 
 This for sure doesn't help about the current discussion.
 
 I just wanted to clarify the point that this advisory locking is not DRM.

You are quite correct on all of it.  I didn't even think to look in that
box to start with, because KDE's text referred to DRM, and where do you
ever find a DRM disable box?



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



Re: Bug#531221: okular: Arbitrarily enforces DRM

2009-05-31 Thread John Goerzen
tags 531221 patch
thanks

Sune Vuorela wrote:
 2) Patch the default to have it disabled
 
 It's a deviation from upstream that we would have to maintain for eternity.
 This issue is not important enough for me to put the extra required work into 
 it

Here's the patch:

jgoer...@katherina:/tmp/kdegraphics-4.2.2/okular/conf$ diff -d -u
okular.kcfg.orig okular.kcfg
--- okular.kcfg.orig2009-05-31 13:27:25.310927480 -0500
+++ okular.kcfg 2009-05-31 13:27:32.258926063 -0500
@@ -148,7 +148,7 @@
  /group
  group name=General 
   entry key=ObeyDRM type=Bool 
-   defaulttrue/default
+   defaultfalse/default
   /entry
   entry key=ChooseGenerators type=Bool 
defaultfalse/default

I don't want to be a thorn in anybody's side here, but are you seriously
telling me that this 1-word patch is too much to maintain?  It's in a
default config file, not even in a .cpp or .h source file.

 3) Patch the prompt to have an allow/deny option
 
 It's a deviation from upstream that we would have to maintain for eternity.
 This issue is not important enough for me to put the extra required work into 
 it.
 Getting the prompt options translated and patch all translation packages is 
 also not something to be easy done, please get out of your anglocentered 
 world.

I'm sure that there are i18n templates elsewhere in KDE with similar
language that could be copied.  It is rather fallacious of you to assume
I'm making an anglo-centric remark by suggesting a dialog be improved.
Right now it sucks for everyone.  It could be made better for everyone.

 When accepting patches that upstream won't carry the maintainers have to 
 maintain it forever, thru all new upstream revisions of the software. Some 
 times, it can be done with quilt refresh, some times it needs a much closer 
 look at the code to get to a good enough level of understanding to actually 
 be 
 able to update the patch. 

First off, if upstream ever drops the patch, it is no worse than the
current situation.

Secondly, this is an incredibly trivial patch.  It is changing one word
true to false in a config file.  If only all the patches I had to
maintain were so simple!

-- John


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



Re: ignoring the CoC in regards to cc:s (Re: Can we ship sources of a PDF file in the Debian diff?

2009-05-31 Thread Michelle Konzack
Sorry, for the late reply but found the message in the Spamfolder...

Am 2009-04-29 10:35:08, schrieb Giacomo A. Catenazzi:
 But you fail also on pragmatic level:
 a lot of discussions are stopped because of lack of CC:
 Take debian-legal.

 How a non-subscriber can follow discussion?
 How he can reply to a message (with correct headers?
 A copy-paste is far worse)
 I think you can answer right, now remove your debian hat and
 retry!

The solution would be if the list generate a Message-ID/Sender  Database
and then add automaticaly the previously user user to a reply if  he/she
is not subscribed to the list or in the whitel...@l.d.o.

Note:   I am not subsctibed ith THIS E-Mail because I  receive  THIS
E-Mail on my cell-phone and I  REALY  dislike  to  be  CC'ed
because it cost me very much money.

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

-- 
Linux-User #280138 with the Linux Counter, http://counter.li.org/
# Debian GNU/Linux Consultant #
http://www.tamay-dogan.net/ Michelle Konzack
http://www.can4linux.org/   Apt. 917
http://www.flexray4linux.org/   50, rue de Soultz
Jabber linux4miche...@jabber.ccc.de   67100 Strasbourg/France
IRC #Debian (irc.icq.com) Tel. DE: +49 177 9351947
ICQ #328449886Tel. FR: +33  6  61925193


signature.pgp
Description: Digital signature


Re: Bug#531221: okular: Arbitrarily enforces DRM

2009-05-31 Thread Michelle Konzack
Am 2009-05-31 09:05:10, schrieb John Goerzen:
 Could you share your reasoning with us, specifically why you don't like
 each of the four options I mentioned?  (Reproduced below)
 
 1) Remove the DRM feature entirely

And IF proples want o knoiw, whether a PDF was DRM'ed?

 2) Patch the default to have it disabled

This let peoples in the assumption, the PDF can legaly copied even if it
is not

 3) Patch the prompt to have an allow/deny option

Perfect option

 4) Patch the text to tell people where to go to turn it off

WHO READ IT?  :-P

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

-- 
Linux-User #280138 with the Linux Counter, http://counter.li.org/
# Debian GNU/Linux Consultant #
http://www.tamay-dogan.net/ Michelle Konzack
http://www.can4linux.org/   Apt. 917
http://www.flexray4linux.org/   50, rue de Soultz
Jabber linux4miche...@jabber.ccc.de   67100 Strasbourg/France
IRC #Debian (irc.icq.com) Tel. DE: +49 177 9351947
ICQ #328449886Tel. FR: +33  6  61925193


signature.pgp
Description: Digital signature


Re: Bug#531221: okular: Arbitrarily enforces DRM

2009-05-31 Thread John Goerzen
Michelle Konzack wrote:
 Am 2009-05-31 09:05:10, schrieb John Goerzen:
 Could you share your reasoning with us, specifically why you don't like
 each of the four options I mentioned?  (Reproduced below)

 1) Remove the DRM feature entirely
 
 And IF proples want o knoiw, whether a PDF was DRM'ed?
 
 2) Patch the default to have it disabled
 
 This let peoples in the assumption, the PDF can legaly copied even if it
 is not

This has nothing to do with that.  This is a bit flag, and has nothing
to do with the legality of copying some or all of the PDF.  It is
*always* legal, in the United States at least, to excerpt small parts of
a document.  This holds whether or not the author set this flag.  It
holds whether you copied and pasted, retyped, or photocopied.

Also, I think it is silly to assert that it would ever be illegal to run
cp on a PDF on one's own disk.  If it's legal to cp it, then it is legal
to convert it to text format.

-- John


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



Re: Bug#531221: okular: Arbitrarily enforces DRM

2009-05-31 Thread Michelle Konzack
Am 2009-05-31 15:19:01, schrieb John Goerzen:
 This has nothing to do with that.  This is a bit flag, and has nothing
 to do with the legality of copying some or all of the PDF.  It is
 *always* legal, in the United States at least, to excerpt small parts of
 a document.  This holds whether or not the author set this flag.  It
 holds whether you copied and pasted, retyped, or photocopied.
 
 Also, I think it is silly to assert that it would ever be illegal to run
 cp on a PDF on one's own disk.  If it's legal to cp it, then it is legal
 to convert it to text format.

In the USA...  Not in Germany and France.
Ignoring DRM let you run into touble here.  :-/

I am ongoing to install a IPTV/VOD server and have to deal with this DRM
stuff and it seems I need a million lawers to read/understand  all  this
crap.

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

-- 
Linux-User #280138 with the Linux Counter, http://counter.li.org/
# Debian GNU/Linux Consultant #
http://www.tamay-dogan.net/ Michelle Konzack
http://www.can4linux.org/   Apt. 917
http://www.flexray4linux.org/   50, rue de Soultz
Jabber linux4miche...@jabber.ccc.de   67100 Strasbourg/France
IRC #Debian (irc.icq.com) Tel. DE: +49 177 9351947
ICQ #328449886Tel. FR: +33  6  61925193


signature.pgp
Description: Digital signature


Re: Bug#531221: okular: Arbitrarily enforces DRM

2009-05-31 Thread Stefano Zacchiroli
On Sun, May 31, 2009 at 10:29:14PM +0200, Michelle Konzack wrote:
 In the USA...  Not in Germany and France.

No, sorry, that's FUD. For instance, you can always copy small part of
materials that aren't even copyrightable, for instance a sequence of
two letters. Please stop using this kind of arguments, as they are
worth nothing.

More generally, the PDF standard doesn't say that that bit is on *if
and only if* the material is somehow protected, and can't say so. I
can, for instance, create a PDF with that bit on and release its
content in the public domain (where allowed, elsewhere under a free
license).

Cheers.

-- 
Stefano Zacchiroli -o- PhD in Computer Science \ PostDoc @ Univ. Paris 7
z...@{upsilon.cc,pps.jussieu.fr,debian.org} -- http://upsilon.cc/zack/
Dietro un grande uomo c'è ..|  .  |. Et ne m'en veux pas si je te tutoie
sempre uno zaino ...| ..: | Je dis tu à tous ceux que j'aime


signature.asc
Description: Digital signature


Re: Bug#531221: okular: Arbitrarily enforces DRM

2009-05-31 Thread Michelle Konzack
Am 2009-05-31 22:43:18, schrieb Stefano Zacchiroli:
 No, sorry, that's FUD. For instance, you can always copy small part of
 materials that aren't even copyrightable, for instance a sequence of
 two letters. Please stop using this kind of arguments, as they are
 worth nothing.

No one is copying aa sequence of two letters.  If this E-Mail  is  for
example under DRM. I could be sued if I copy your above paragraphe.

I hope you understand this.  It already happen here and I live  in  this
sick country since 26 years.  Because  the  french  authorities  try  to
kick-off my Enterprise I WAS ALREADY SUED FOR THIS in Strasbourg.

And YES, I am NOT-PRO Sarkozy-Regime, because he has kicked me of  of  a
contract with the MoD!  (I was in the french army for 24 years)

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

-- 
Linux-User #280138 with the Linux Counter, http://counter.li.org/
# Debian GNU/Linux Consultant #
http://www.tamay-dogan.net/ Michelle Konzack
http://www.can4linux.org/   Apt. 917
http://www.flexray4linux.org/   50, rue de Soultz
Jabber linux4miche...@jabber.ccc.de   67100 Strasbourg/France
IRC #Debian (irc.icq.com) Tel. DE: +49 177 9351947
ICQ #328449886Tel. FR: +33  6  61925193


signature.pgp
Description: Digital signature


Re: Bug#531221: okular: Arbitrarily enforces DRM

2009-05-31 Thread John Hasler
Michelle Konzack writes:
 In the USA...  Not in Germany and France.  Ignoring DRM let you run into
 touble here.

This is _not_ DRM.  It is just advisory locking.  It has no more legal
significance than X-please-do-not-copy: yes in the header of an email
message.
-- 
John Hasler


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



Re: Bug#531221: okular: Arbitrarily enforces DRM

2009-05-31 Thread Olof Johnasson
On 2009-05-31 22:29, Michelle Konzack wrote:
 Am 2009-05-31 15:19:01, schrieb John Goerzen:
  This has nothing to do with that.  This is a bit flag, and has nothing
  to do with the legality of copying some or all of the PDF.  It is
  *always* legal, in the United States at least, to excerpt small parts of
  a document.  This holds whether or not the author set this flag.  It
  holds whether you copied and pasted, retyped, or photocopied.
  
  Also, I think it is silly to assert that it would ever be illegal to run
  cp on a PDF on one's own disk.  If it's legal to cp it, then it is legal
  to convert it to text format.
 
 In the USA...  Not in Germany and France.
 Ignoring DRM let you run into touble here.  :-/
 

This is not correct. In Europe similar laws exist. In Sweden you have
the right to quote any published work, and after a quick search i
found the same goes for at least France.

http://www.legifrance.gouv.fr/affichCodeArticle.do?idArticle=LEGIARTI06278917
(in french)

IANAL, but this seems pretty clear.

-- 
Olof Johansson 
PGP: 0x7FC0FBBA
http://www.stdlib.se


signature.asc
Description: Digital signature


Re: Bug#531221: okular: Arbitrarily enforces DRM

2009-05-31 Thread Michelle Konzack
Am 2009-06-01 00:39:07, schrieb Olof Johnasson:
 This is not correct. In Europe similar laws exist. In Sweden you have
 the right to quote any published work, and after a quick search i
 found the same goes for at least France.
 
 http://www.legifrance.gouv.fr/affichCodeArticle.do?idArticle=LEGIARTI06278917
 (in french)

This is right, but what if they say, you where ongoing to pubish parts?
(violation of article 2)

Which was in my case, even if I had it in my private research database.

 IANAL, but this seems pretty clear.

In theory, but they where some newer stuff from 2007 and 2008 and  I  am
waiting  of  the  Cour de Cassation  (Colmar)  because  this  shit  is
blocking my enterprise entirely...

(This is WHY I transfer my enterprise back to Germany)

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

-- 
Linux-User #280138 with the Linux Counter, http://counter.li.org/
# Debian GNU/Linux Consultant #
http://www.tamay-dogan.net/ Michelle Konzack
http://www.can4linux.org/   Apt. 917
http://www.flexray4linux.org/   50, rue de Soultz
Jabber linux4miche...@jabber.ccc.de   67100 Strasbourg/France
IRC #Debian (irc.icq.com) Tel. DE: +49 177 9351947
ICQ #328449886Tel. FR: +33  6  61925193


signature.pgp
Description: Digital signature


Re: Bug#531221: okular: Arbitrarily enforces DRM

2009-05-31 Thread Johan Henriksson
Mike Hommey wrote:
 On Sun, May 31, 2009 at 03:54:29PM +0200, Sune Vuorela wrote:
   
 On Sunday 31 May 2009 15:32:25 John Goerzen wrote:


 
 #2 and #4 especially should be exceptionally trivial patches.
   
 Why are you tagging it wontfix, Sune?
   
 I see no reason to deviate from upstream's choices here, no matter how 
 trivial 
 the patches are.

 Here is no bug, so here is nothing to fix.

 There is a design decision you don't like, well. Learn to live with it. 

 If upstream changes, we will follow, though.
 Just because we *can* patch things does not mean we should.

 And I consider this debate closed, and please find a different battle field 
 that 
 doesn't involve me for fighting DRM.
 

 Note that consistency between the pdf readers within the distro is
 worth keeping the debate open.
   
if we wanted consistency then we would stick to a single PDF reader and
throw out the rest. if they all work the same then what's the point in
maintaining all of them?

/Johan


 Mike


   


-- 
--

Johan Henriksson
MSc Engineering
PhD student, Karolinska Institutet
http://mahogny.areta.org http://www.endrov.net


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



Re: Bug#531221: okular: Arbitrarily enforces DRM

2009-05-31 Thread Bernd Eckenfels
In article 20090531223907.ga16...@jericho.bsnet.se you wrote:
 This is not correct. In Europe similar laws exist. In Sweden you have
 the right to quote any published work, and after a quick search i
 found the same goes for at least France.

Same for germany. But circumventing DRM is another thing.

Gruss
Bernd


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



Re: Bug#531221: okular: Arbitrarily enforces DRM

2009-05-31 Thread John Goerzen
Johan Henriksson wrote:
 Mike Hommey wrote:
 On Sun, May 31, 2009 at 03:54:29PM +0200, Sune Vuorela wrote:
   
 On Sunday 31 May 2009 15:32:25 John Goerzen wrote:


 
 #2 and #4 especially should be exceptionally trivial patches.
   
 Why are you tagging it wontfix, Sune?
   
 I see no reason to deviate from upstream's choices here, no matter how 
 trivial 
 the patches are.

 Here is no bug, so here is nothing to fix.

 There is a design decision you don't like, well. Learn to live with it. 

 If upstream changes, we will follow, though.
 Just because we *can* patch things does not mean we should.

 And I consider this debate closed, and please find a different battle field 
 that 
 doesn't involve me for fighting DRM.
 
 Note that consistency between the pdf readers within the distro is
 worth keeping the debate open.
   
 if we wanted consistency then we would stick to a single PDF reader and
 throw out the rest. if they all work the same then what's the point in
 maintaining all of them?

Ahh, that is the blessing/curse of running Free Software/Linux.  It is
great/terrible that you have such choice/duplication.  You get to
find/stumble upon the program that does exactly/nothing what you want.

In any case, two of the three, at least (xpdf and evince) have a similar
core.  It would be something if all three could standardize on poppler, eh?

-- John


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



Re: Bug#531221: okular: Arbitrarily enforces DRM

2009-05-31 Thread John Goerzen
John Goerzen wrote:
 In any case, two of the three, at least (xpdf and evince) have a similar
 core.  It would be something if all three could standardize on poppler, eh?

Actually, it appears that okular also uses poppler.  But then I also
forgot the Ghostscript-based ones: gv, gs, etc.

-- John

 
 -- John
 
 


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



Re: no deprecation of /usr as a standalone filesystem

2009-05-31 Thread Steve Langasek
On Sun, May 31, 2009 at 07:43:00PM +0200, Marco d'Itri wrote:
 This is a summary of last month's thread about the feasibility of
 removing support for /usr on a standalone filesystem.

 The issue was raised by the udev upstream maintainer along with the udev
 package maintainers of the major distributions, who all agreed that this
 configuration is not supported.

I spoke with Scott James Remnant at UDS about this, and he clarified that
Ubuntu does not support /usr *on NFS*; which is accurate, since there are
significant changes that need to be made to the out-of-the-box configuration
to get this to work.  But Ubuntu *does* support /usr on a separate
filesystem.

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


signature.asc
Description: Digital signature


Re: fstrcmp

2009-05-31 Thread William Pitcock
On Sun, 2009-05-31 at 11:04 +0200, Florian Weimer wrote:
 * Peter Miller:
 
  I've been considering turning my fuzzy string compare function into a
  library.
 
 I would certainly welcome that.
 
 Would you be willing to relicense it under a more permissive license,
 so that we don't have to worry about OpenSSL license compatibility
 etc.?
 
  /**
   * the fstrcmp function compare two strings, to determine how
   * similar two strings appear.
   *
   * @param s1
   * The first of the strings to compare.
   * @param s2
   * The second of the strings to compare.
   * @returns
   * a number between 0.0 and 1.0; 0.0 means the strings are
   * nothing alike, 1.0 means the two strings are identical.
   */
  double fstrcmp(const char *s1, const char *s2);
 
 It could be helpful if it didn't use floating point because we support
 some systems where floating point is software-emulated.
 
 I don't think we've got a library of C goodies.  libbsd is something
 in that direction, but if your function isn't in the BSDs, it probably
 doesn't fit there, either.

There is libmowgli (don't ask why it's named this, we just picked
something random), but it requires all core modules to be licensed under
ISC.  There is some Windows portability components that are LGPL.

Unfortunately, we're renovating the atheme.org website right now, so
instructions to submit additional components are not yet available.

William


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


stopped daemons starting again during upgrade

2009-05-31 Thread Paul Wise
Hi all,

I recently did an upgrade from lenny to squeeze. I did it in single
user mode / runlevel 1 (with all the daemons stopped). I noted that
during the upgrade various daemons were started again. IMO it is
reasonable to expect that stopped daemons stay stopped during an
upgrade, expecially in runlevel 1. Does anyone else agree? Is this a
bug in each of the packages with a daemon or in the init system?

-- 
bye,
pabs

http://wiki.debian.org/PaulWise


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



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

2009-05-31 Thread Debian-JP
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 31 May 2009 15:13:10 +0900
Source: ttf-sawarabi-gothic
Binary: ttf-sawarabi-gothic
Architecture: source all
Version: 20090530-1
Distribution: unstable
Urgency: low
Maintainer: Debian Fonts Task Force pkg-fonts-de...@lists.alioth.debian.org
Changed-By: Hideki Yamane (Debian-JP) henr...@debian.or.jp
Description: 
 ttf-sawarabi-gothic - gothic font for Japanese
Changes: 
 ttf-sawarabi-gothic (20090530-1) unstable; urgency=low
 .
   * New upstream release
Checksums-Sha1: 
 853c9e7d42cffc37fe462f326caed15cfd713c9c 1407 
ttf-sawarabi-gothic_20090530-1.dsc
 b8618ad83f6ee582b6affe8dc3fc62a5f112720b 312716 
ttf-sawarabi-gothic_20090530.orig.tar.gz
 0d852acbbb22644c573e87d6b266f32c164b54c8 9359 
ttf-sawarabi-gothic_20090530-1.diff.gz
 2b9de0bc3061a7370e485cdff527defa204522bd 322830 
ttf-sawarabi-gothic_20090530-1_all.deb
Checksums-Sha256: 
 a97cb4ba8be5820e8c09a674f506a7ea83fe1341f68065458a352bde06e6bf5a 1407 
ttf-sawarabi-gothic_20090530-1.dsc
 53a28feae325d9a77e45f8a0b73dba1dd3cfebcf0b3e02e68231c40ca940 312716 
ttf-sawarabi-gothic_20090530.orig.tar.gz
 c063b5459afa722d64b4811a65d65dde6c2c4b1977108f1d665135a4ff6c5f95 9359 
ttf-sawarabi-gothic_20090530-1.diff.gz
 504302551daabf105b2938fd1f117749d4080324a08d6c6d73c263c508f0bd44 322830 
ttf-sawarabi-gothic_20090530-1_all.deb
Files: 
 daf7bd56e07f08cb327e32edf36add47 1407 fonts optional 
ttf-sawarabi-gothic_20090530-1.dsc
 f03f21d15c6f2d63104e594aeea8ecca 312716 fonts optional 
ttf-sawarabi-gothic_20090530.orig.tar.gz
 9c96f446c4801734ee11a0db795d7f84 9359 fonts optional 
ttf-sawarabi-gothic_20090530-1.diff.gz
 46819b6772ddd44f3c4d1f311ebd4f45 322830 fonts optional 
ttf-sawarabi-gothic_20090530-1_all.deb

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

iEYEARECAAYFAkoiICwACgkQIu0hy8THJkuG8wCfRjap3eZI1udYZmYJXHPyPkus
J6UAnRzpN98QqrLvQ8um4Wdgr/9EZr22
=3hOd
-END PGP SIGNATURE-


Accepted:
ttf-sawarabi-gothic_20090530-1.diff.gz
  to pool/main/t/ttf-sawarabi-gothic/ttf-sawarabi-gothic_20090530-1.diff.gz
ttf-sawarabi-gothic_20090530-1.dsc
  to pool/main/t/ttf-sawarabi-gothic/ttf-sawarabi-gothic_20090530-1.dsc
ttf-sawarabi-gothic_20090530-1_all.deb
  to pool/main/t/ttf-sawarabi-gothic/ttf-sawarabi-gothic_20090530-1_all.deb
ttf-sawarabi-gothic_20090530.orig.tar.gz
  to pool/main/t/ttf-sawarabi-gothic/ttf-sawarabi-gothic_20090530.orig.tar.gz


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



Accepted ifupdown-scripts-zg2 0.3-4 (source all)

2009-05-31 Thread Marc Haber
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 31 May 2009 09:02:44 +0200
Source: ifupdown-scripts-zg2
Binary: ifupdown-scripts-zg2
Architecture: source all
Version: 0.3-4
Distribution: unstable
Urgency: low
Maintainer: Marc Haber mh+debian-packa...@zugschlus.de
Changed-By: Marc Haber mh+debian-packa...@zugschlus.de
Description: 
 ifupdown-scripts-zg2 - Zugschlus' interface scripts for ifupdown's manual 
method
Closes: 530640
Changes: 
 ifupdown-scripts-zg2 (0.3-4) unstable; urgency=low
 .
   * remove debian/ifupdown-scripts-zg2.dirs which still created
 /var/lib/ifupown-scripts-zg2. Thanks to Mika Prokop. Closes: #530640
Checksums-Sha1: 
 498fea529866e99301527a88fc071e9818b2f0e1 1128 ifupdown-scripts-zg2_0.3-4.dsc
 8095899c2dcf3b6a747bf4c5f3678608be324d2b 1737 
ifupdown-scripts-zg2_0.3-4.diff.gz
 d22e3d79557a6d6fed847d72d4effc7b06543c4d 25810 
ifupdown-scripts-zg2_0.3-4_all.deb
Checksums-Sha256: 
 25139a4d677133795b990ed6df4b0ca8db95cb5ba2ef074f7471e9c3551d9a5f 1128 
ifupdown-scripts-zg2_0.3-4.dsc
 d3a00e3c82096da69949353bac0d93b972a2d1e58b7d84c6b64cee7803c2 1737 
ifupdown-scripts-zg2_0.3-4.diff.gz
 1a761014e0e38e94903ccd1cb54cfab0cabcedc80644b3609937b97890d6706d 25810 
ifupdown-scripts-zg2_0.3-4_all.deb
Files: 
 e4f6a6fda0711517f0bb1bfa31d5459e 1128 net optional 
ifupdown-scripts-zg2_0.3-4.dsc
 c6270955f04166486d5d35c494ef5443 1737 net optional 
ifupdown-scripts-zg2_0.3-4.diff.gz
 4e026733d90453678bd3e41d0c39b5d7 25810 net optional 
ifupdown-scripts-zg2_0.3-4_all.deb

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

iEYEARECAAYFAkoiLbcACgkQgZalRGu6PITMYwCgh2MN2VL1ZsibTcuAbtrcNq/5
e2oAn3pcnQwY3nBkOW9dn84hBEoyo7QH
=NDOO
-END PGP SIGNATURE-


Accepted:
ifupdown-scripts-zg2_0.3-4.diff.gz
  to pool/main/i/ifupdown-scripts-zg2/ifupdown-scripts-zg2_0.3-4.diff.gz
ifupdown-scripts-zg2_0.3-4.dsc
  to pool/main/i/ifupdown-scripts-zg2/ifupdown-scripts-zg2_0.3-4.dsc
ifupdown-scripts-zg2_0.3-4_all.deb
  to pool/main/i/ifupdown-scripts-zg2/ifupdown-scripts-zg2_0.3-4_all.deb


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



Accepted libnss-extrausers 0.2-2 (source sparc)

2009-05-31 Thread Bernhard R. Link
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Fri, 29 May 2009 17:07:16 +0200
Source: libnss-extrausers
Binary: libnss-extrausers
Architecture: source sparc
Version: 0.2-2
Distribution: unstable
Urgency: low
Maintainer: Bernhard R. Link brl...@debian.org
Changed-By: Bernhard R. Link brl...@debian.org
Description: 
 libnss-extrausers - nss module to have an additional passwd, shadow and group 
file
Closes: 530882
Changes: 
 libnss-extrausers (0.2-2) unstable; urgency=low
 .
   * fix build problem on architectures without an alternative
 architecture to build libraries for (Closes: 530882)
Checksums-Sha1: 
 e728f4ede873e408bbfcc5f295393706e9b8434a 1187 libnss-extrausers_0.2-2.dsc
 3c105199570ab813f7101236b6f7aa3ceddb277b 2770 libnss-extrausers_0.2-2.diff.gz
 0d6836ab637207f7467877e2a9398349bcc93a70 11852 
libnss-extrausers_0.2-2_sparc.deb
Checksums-Sha256: 
 e0757fcea021c7b1d03c29a47bf5fa51cdd5c57d6998d1b2424d5dc91e1edc8d 1187 
libnss-extrausers_0.2-2.dsc
 e3a6e305c3175af8aa58c4f71db2ccf8ac9e9ead4b63b939c076a96697394281 2770 
libnss-extrausers_0.2-2.diff.gz
 f1871f202ae04a1251f7109ae3b8c04caa4b4088d2d10546ce3a054139033821 11852 
libnss-extrausers_0.2-2_sparc.deb
Files: 
 383077e13d98968aa4bf1f5dacb0caa1 1187 admin extra libnss-extrausers_0.2-2.dsc
 c03e59a4ef513c09b4410a3fbe116fb4 2770 admin extra 
libnss-extrausers_0.2-2.diff.gz
 c300719811667db7ec9d419ebfe25a14 11852 admin extra 
libnss-extrausers_0.2-2_sparc.deb

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

iQCVAwUBSiAD5VsyKVgPHZLaAQKkugP8DF3HMVc+XadZS9Kwo99dzfw7AdNg+UjF
/6iOIGkJNNt2lH49iy7haGQ9ESQaiWWB/eM5pHEOrAgxr5TKqcufGcWloRDNQcp/
EsYsE9R3+g3vMwMOB64Hohnj3X+Aq+4CWogjE9jyXyxu7KKtVLjyeR8adO5wX3PP
3OrIGZsScCs=
=UY/W
-END PGP SIGNATURE-


Accepted:
libnss-extrausers_0.2-2.diff.gz
  to pool/main/libn/libnss-extrausers/libnss-extrausers_0.2-2.diff.gz
libnss-extrausers_0.2-2.dsc
  to pool/main/libn/libnss-extrausers/libnss-extrausers_0.2-2.dsc
libnss-extrausers_0.2-2_sparc.deb
  to pool/main/libn/libnss-extrausers/libnss-extrausers_0.2-2_sparc.deb


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



Accepted scheme9 2009.05.31-1 (source amd64)

2009-05-31 Thread Barak A. Pearlmutter
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 31 May 2009 09:49:32 +0100
Source: scheme9
Binary: scheme9
Architecture: source amd64
Version: 2009.05.31-1
Distribution: unstable
Urgency: low
Maintainer: Barak A. Pearlmutter b...@debian.org
Changed-By: Barak A. Pearlmutter b...@debian.org
Description: 
 scheme9- Scheme 9 from Empty Space R4RS Scheme interpreter
Changes: 
 scheme9 (2009.05.31-1) unstable; urgency=low
 .
   * New Upstream Version
Checksums-Sha1: 
 7dc4b0618e06e5c036c2765e5d2c17a60554fdbc 1141 scheme9_2009.05.31-1.dsc
 fe0961cea40a4e13ea0572bfd782604fc4fabaea 178773 scheme9_2009.05.31.orig.tar.gz
 1f3b266aecf056ac19e0ec1341edef88eddae4f2 11613 scheme9_2009.05.31-1.diff.gz
 ccd9718a07c6c958cf22637d987c884c17121b8c 663710 scheme9_2009.05.31-1_amd64.deb
Checksums-Sha256: 
 e7c30c216278b861fb07c0db793a1830d378968f0577c2126ce8f0b323e67f0e 1141 
scheme9_2009.05.31-1.dsc
 113563c303fec8720c6cdcd2e5f15895663087e59d7c117f161e1cea843affd4 178773 
scheme9_2009.05.31.orig.tar.gz
 13ab20bc1f719508d83413e11bcc6fffb4252106881dcafaad336e2ecefb80a9 11613 
scheme9_2009.05.31-1.diff.gz
 370769b7c03ba3788dc8468fe085d0bab7cfe3c40757b9e18793af0e7db26e77 663710 
scheme9_2009.05.31-1_amd64.deb
Files: 
 fa5a22de34a9c70a2e0d08a6da6ca65b 1141 lisp extra scheme9_2009.05.31-1.dsc
 d43791b156e08a0bc536c7816b50b66d 178773 lisp extra 
scheme9_2009.05.31.orig.tar.gz
 8706562bb0bcb94ab5c65ddb667a2837 11613 lisp extra scheme9_2009.05.31-1.diff.gz
 b9e7d4bf1e3dd523be1e9535aeb56003 663710 lisp extra 
scheme9_2009.05.31-1_amd64.deb

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

iEYEARECAAYFAkoiROcACgkQLz4Gnv7CP7LoGACgnw7DknunSVQZ8ixrHzf6edeL
tR4AnRU0bMw5Q8h0mNxFbtOfoicRoKqp
=u39h
-END PGP SIGNATURE-


Accepted:
scheme9_2009.05.31-1.diff.gz
  to pool/main/s/scheme9/scheme9_2009.05.31-1.diff.gz
scheme9_2009.05.31-1.dsc
  to pool/main/s/scheme9/scheme9_2009.05.31-1.dsc
scheme9_2009.05.31-1_amd64.deb
  to pool/main/s/scheme9/scheme9_2009.05.31-1_amd64.deb
scheme9_2009.05.31.orig.tar.gz
  to pool/main/s/scheme9/scheme9_2009.05.31.orig.tar.gz


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



Accepted nautilus-actions 1.10.1-1 (source i386)

2009-05-31 Thread Christine Spang
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 30 May 2009 10:15:52 -0400
Source: nautilus-actions
Binary: nautilus-actions
Architecture: source i386
Version: 1.10.1-1
Distribution: unstable
Urgency: low
Maintainer: Christine Spang christ...@debian.org
Changed-By: Christine Spang christ...@debian.org
Description: 
 nautilus-actions - nautilus extension to configure programs to launch
Closes: 523854
Changes: 
 nautilus-actions (1.10.1-1) unstable; urgency=low
 .
   * New upstream release.
 - Do not search through actions when the Nautilus-provided list of
   selected files is empty
 - Remove deprecated functions
 - All sources are now ansi-compliant, though not (yet) pedantic
 - Double-click on an action opens the editor
 - Enable the OK button as soon as required fields are filled
 - Enable syslog'ed debug messages when in maintainer mode
 - Use NACT_GNOME_COMPILE_WARNINGS (see Gnome bugzilla bug #582860)
 - Replace configure.in with configure.ac, updating all Makefile.am
   accordingly
 - Fix make distcheck
 - create nautilus-actions.doap
 - Gnome bugzilla bug #574919 fixed (Closes: #523854)
 - Gnome bugzilla bugs #522605, #573365, and #568366 fixed
 - translations updated
   * Added Homepage: field to debian/control
   * Bump to Standards-Version 3.8.1
   * update GNOME_DOWNLOAD_URL in debian/rules
   * add full list of contributors to debian/copyright
   * Bump debhelper compat to 7
   * Fix categories in .desktop file
Checksums-Sha1: 
 18d5eb8ac16a5638098d509988a0fc5f5b9dbd5d 1373 nautilus-actions_1.10.1-1.dsc
 5f1805c1508feb6d314aad62514336dba5606a28 788951 
nautilus-actions_1.10.1.orig.tar.gz
 4b53f8d5ef6f55c72b494bd2f6b857818a06dda6 4522 nautilus-actions_1.10.1-1.diff.gz
 c681c20b2b757ed0186af7316db9b7791a4656f1 301806 
nautilus-actions_1.10.1-1_i386.deb
Checksums-Sha256: 
 2cbc7ae166c8ff05aa5e86f07c9eea1ae5514ed78600a2088aa30291f998d201 1373 
nautilus-actions_1.10.1-1.dsc
 c7ca8a4901bb4f9d8aa5c3335a99508458d5483456b060183a2ff440d8d68515 788951 
nautilus-actions_1.10.1.orig.tar.gz
 c3ecd1bae9aab8c855cd6f8838ed1ff17091047b283604160edb66bdd4424dfd 4522 
nautilus-actions_1.10.1-1.diff.gz
 c4a3bc9ca81223fe4a7430c6342bf033b2e4df0f12c10d2586e3af34746de17e 301806 
nautilus-actions_1.10.1-1_i386.deb
Files: 
 8844b3b60bb2cd1e307d4f23dbce7875 1373 gnome optional 
nautilus-actions_1.10.1-1.dsc
 d4f5a8da9fe6e75f948117c28848f947 788951 gnome optional 
nautilus-actions_1.10.1.orig.tar.gz
 43af380d55ed188abf9dd642e0536c40 4522 gnome optional 
nautilus-actions_1.10.1-1.diff.gz
 3549e22a41b5d4cc1a7e7d805f63f953 301806 gnome optional 
nautilus-actions_1.10.1-1_i386.deb

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

iEYEARECAAYFAkoiRJwACgkQd73XuVITgboGuQCfaIbxaCiJP0LRUP76qXzhHhQk
Y9wAn3u/fIAi22rwV663Vl6aQIAYv0yo
=y2S8
-END PGP SIGNATURE-


Accepted:
nautilus-actions_1.10.1-1.diff.gz
  to pool/main/n/nautilus-actions/nautilus-actions_1.10.1-1.diff.gz
nautilus-actions_1.10.1-1.dsc
  to pool/main/n/nautilus-actions/nautilus-actions_1.10.1-1.dsc
nautilus-actions_1.10.1-1_i386.deb
  to pool/main/n/nautilus-actions/nautilus-actions_1.10.1-1_i386.deb
nautilus-actions_1.10.1.orig.tar.gz
  to pool/main/n/nautilus-actions/nautilus-actions_1.10.1.orig.tar.gz


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



Accepted paperkey 1.1-1 (source i386)

2009-05-31 Thread Peter Palfrader
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 31 May 2009 12:15:00 +0200
Source: paperkey
Binary: paperkey
Architecture: source i386
Version: 1.1-1
Distribution: unstable
Urgency: low
Maintainer: Peter Palfrader wea...@debian.org
Changed-By: Peter Palfrader wea...@debian.org
Description: 
 paperkey   - extract just the secret information out of OpenPGP secret keys
Changes: 
 paperkey (1.1-1) unstable; urgency=low
 .
   * New upstream version.
   * Fix a minor typo in the short description.
   * Add Homepage field to debian/control.
   * Copy code to handle parallel builds from policy to debian/rules.
   * Support nocheck option for DEB_BUILD_OPTIONS.
   * Update Standards-Version to 3.8.1.
Checksums-Sha1: 
 9589f0f47aed4b47999256f114f5f4f3443fa708 993 paperkey_1.1-1.dsc
 3953e853b8ee11ca476670e7f97e94a18bca83e3 197884 paperkey_1.1.orig.tar.gz
 ab69ee0f16055496a10c7c9a03bf38692ad5b30f 2622 paperkey_1.1-1.diff.gz
 4a10ba8f7d1e2757b2ee70e8c107bbb174d36682 22934 paperkey_1.1-1_i386.deb
Checksums-Sha256: 
 b33d2cfc2089d8ac748fe11a265656459fbb648ccf920f3622fd934c854e84cf 993 
paperkey_1.1-1.dsc
 485241f0a3f18f5eadb1fd5706d9ff0f8456ac164ee3f9172ab8db8e310740a2 197884 
paperkey_1.1.orig.tar.gz
 1ada3ab65e5824d22a5b5eaf9f37ff371f14bde4901a0abdd8fba6f848b701eb 2622 
paperkey_1.1-1.diff.gz
 55b0d830964089b0899a7dab9de4613e95984209d7646ad812438ae20dcf9582 22934 
paperkey_1.1-1_i386.deb
Files: 
 c756028b12d7c6c263977508a098093e 993 utils optional paperkey_1.1-1.dsc
 06e5a01f96d40936624bdd8f49b22109 197884 utils optional paperkey_1.1.orig.tar.gz
 7648f9a4f07dc8ce519e66be94e71c61 2622 utils optional paperkey_1.1-1.diff.gz
 60005758955d6d18e36674580f865962 22934 utils optional paperkey_1.1-1_i386.deb

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

iEYEARECAAYFAkoiWekACgkQz/ccs6+kS90iUwCdHO0jFxgzAxRongvu4u5h2g5q
TAYAnjJYKEr+jqpNiP6vIlamE4peWqIo
=gKFq
-END PGP SIGNATURE-


Accepted:
paperkey_1.1-1.diff.gz
  to pool/main/p/paperkey/paperkey_1.1-1.diff.gz
paperkey_1.1-1.dsc
  to pool/main/p/paperkey/paperkey_1.1-1.dsc
paperkey_1.1-1_i386.deb
  to pool/main/p/paperkey/paperkey_1.1-1_i386.deb
paperkey_1.1.orig.tar.gz
  to pool/main/p/paperkey/paperkey_1.1.orig.tar.gz


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



Accepted libplist 0.12-2 (source i386)

2009-05-31 Thread Bradley Smith
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 31 May 2009 11:06:53 +0100
Source: libplist
Binary: libplist0 libplist-dev libplist0-dbg python-plist libplist-utils
Architecture: source i386
Version: 0.12-2
Distribution: unstable
Urgency: low
Maintainer: Bradley Smith bradsm...@debian.org
Changed-By: Bradley Smith bradsm...@debian.org
Description: 
 libplist-dev - Library for handling apple binary and XML property lists
 libplist-utils - Apple property list converter
 libplist0  - Library for handling apple binary and XML property lists
 libplist0-dbg - Library for handling apple binary and XML property lists
 python-plist - Library for handling apple binary and XML property lists
Closes: 531269
Changes: 
 libplist (0.12-2) unstable; urgency=low
 .
   * Correctly install plutil. Closes: #531269.
Checksums-Sha1: 
 86d568cf733c2add3c537dc9beda367931c73368 1293 libplist_0.12-2.dsc
 485b73f13d740b0fcff4f666b1790e5d61e3b8c6 3007 libplist_0.12-2.diff.gz
 a4a0ca304b2f60fbfc560869e699b03ddf174ebe 15056 libplist0_0.12-2_i386.deb
 eca9dfa4d2ec83478f64996625ffa33e5c5f143c 6780 libplist-dev_0.12-2_i386.deb
 6b3635f42f86382e3012eb474a87e610857b80e5 11218 libplist0-dbg_0.12-2_i386.deb
 c06a13aaf1ec0d52574983bc6fabfdd5158e12f7 21230 python-plist_0.12-2_i386.deb
 e8cb37107c6a099b005122c94232ac537b7f96d4 5670 libplist-utils_0.12-2_i386.deb
Checksums-Sha256: 
 dc6c9a521ac2bf4e57c6bf841d7145e6f8c2125d13a7373d9d193b49c1f72977 1293 
libplist_0.12-2.dsc
 ae40c3df76b96315bca289b406d617e61564c32eeefa4e826bb705165e89bb34 3007 
libplist_0.12-2.diff.gz
 7c09b7a03dcb2d3443019e40af0f51d6572c3ddb9b18911012385efae90fa54f 15056 
libplist0_0.12-2_i386.deb
 4998edb8086971ab311e4b9f333dd6ed17b816e48f99ed66c9ea81ac203459f4 6780 
libplist-dev_0.12-2_i386.deb
 fd345a24edc4a919f37680401646e0ec04ab03b51187b7cddda5948d4bc59df4 11218 
libplist0-dbg_0.12-2_i386.deb
 e9a0fb9da6dd0044fb07a03bb79d81121cb8fe81d8b17dcb6a6238b610b5223d 21230 
python-plist_0.12-2_i386.deb
 c64bc47d1873e6717360fbd90b4cbe75a960788c284026c3923de4962844bc9a 5670 
libplist-utils_0.12-2_i386.deb
Files: 
 fb82987d6ee37cfaa505b106cd8190af 1293 libs optional libplist_0.12-2.dsc
 90c40a57ab85175856c31bc487953e07 3007 libs optional libplist_0.12-2.diff.gz
 b2479f01b0906962adc53e4ee76d2034 15056 libs optional libplist0_0.12-2_i386.deb
 c4c37f5efc45327eeaa05c7bc24bab7c 6780 libdevel optional 
libplist-dev_0.12-2_i386.deb
 53c7212c2393ac675aecd715c95a8014 11218 debug extra 
libplist0-dbg_0.12-2_i386.deb
 b5b36fb13daa676bfbfdbd96fa04afeb 21230 python optional 
python-plist_0.12-2_i386.deb
 8d40f5ca3dc6ed93a397f7669c560204 5670 utils optional 
libplist-utils_0.12-2_i386.deb

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

iEUEARECAAYFAkoiWPUACgkQj3BimscY00eECACWLbe1JGJgnCulabcIfFUB1Ft2
vgCeLKGOG4chXiMvJLfUIIbY59TASuo=
=WE6Z
-END PGP SIGNATURE-


Accepted:
libplist-dev_0.12-2_i386.deb
  to pool/main/libp/libplist/libplist-dev_0.12-2_i386.deb
libplist-utils_0.12-2_i386.deb
  to pool/main/libp/libplist/libplist-utils_0.12-2_i386.deb
libplist0-dbg_0.12-2_i386.deb
  to pool/main/libp/libplist/libplist0-dbg_0.12-2_i386.deb
libplist0_0.12-2_i386.deb
  to pool/main/libp/libplist/libplist0_0.12-2_i386.deb
libplist_0.12-2.diff.gz
  to pool/main/libp/libplist/libplist_0.12-2.diff.gz
libplist_0.12-2.dsc
  to pool/main/libp/libplist/libplist_0.12-2.dsc
python-plist_0.12-2_i386.deb
  to pool/main/libp/libplist/python-plist_0.12-2_i386.deb


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



Accepted whatsnewfm 0.7.1-1 (source all)

2009-05-31 Thread Christian Garbs
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 30 May 2009 22:07:56 +0200
Source: whatsnewfm
Binary: whatsnewfm
Architecture: source all
Version: 0.7.1-1
Distribution: unstable
Urgency: low
Maintainer: Christian Garbs deb...@cgarbs.de
Changed-By: Christian Garbs deb...@cgarbs.de
Description: 
 whatsnewfm - A utility to filter the daily newsletter from freshmeat.net
Closes: 531104
Changes: 
 whatsnewfm (0.7.1-1) unstable; urgency=low
 .
   * New upstream release (closes: #531104)
Checksums-Sha1: 
 6b10fda34a3c925726ac7e1b7a382a344721e336 1017 whatsnewfm_0.7.1-1.dsc
 7205a418bac1d9ddb5d272f05d42523ee47de2a3 24749 whatsnewfm_0.7.1.orig.tar.gz
 06061c4afe8c3f4284dfd04e68c7e9a0c67d23de 3324 whatsnewfm_0.7.1-1.diff.gz
 8c44ef07c6bfbd9bb2d2ec5eb97eb22f2efb9ed7 26808 whatsnewfm_0.7.1-1_all.deb
Checksums-Sha256: 
 53cc3e156c8ce9d1a13cd949923dd3fc4c75c30642fd3b3b7cb72965e9cfb5ca 1017 
whatsnewfm_0.7.1-1.dsc
 f2aaea85b084a6e9a77336388d0bd6b5dff49b2327c93725687851ea1e70f2d4 24749 
whatsnewfm_0.7.1.orig.tar.gz
 5d4e91ab1818ec061ce504b6be4555e7386b9bf35b1b900b88f55d9d69614af6 3324 
whatsnewfm_0.7.1-1.diff.gz
 4b6488e72aae737042b4f31fba360ae42302e8e53484e5cf37cfe1af8e5ec70d 26808 
whatsnewfm_0.7.1-1_all.deb
Files: 
 49b6b83580451e791bbf13478f8c2650 1017 mail optional whatsnewfm_0.7.1-1.dsc
 35f34821eec6917f0e00a576d5d08010 24749 mail optional 
whatsnewfm_0.7.1.orig.tar.gz
 fdd94b7d1e28e1692d42bef6d4f8e587 3324 mail optional whatsnewfm_0.7.1-1.diff.gz
 3ae0e7a33905d393bbf97fe951415829 26808 mail optional whatsnewfm_0.7.1-1_all.deb

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

iD8DBQFKIlRClByGkm8iLx8RAvqxAJ9AP+TbKDYzLzOVUhY6f/F4/RHV4wCdFaUM
JoSAIJ3luXr0vj++bzxjh1k=
=phHa
-END PGP SIGNATURE-


Accepted:
whatsnewfm_0.7.1-1.diff.gz
  to pool/main/w/whatsnewfm/whatsnewfm_0.7.1-1.diff.gz
whatsnewfm_0.7.1-1.dsc
  to pool/main/w/whatsnewfm/whatsnewfm_0.7.1-1.dsc
whatsnewfm_0.7.1-1_all.deb
  to pool/main/w/whatsnewfm/whatsnewfm_0.7.1-1_all.deb
whatsnewfm_0.7.1.orig.tar.gz
  to pool/main/w/whatsnewfm/whatsnewfm_0.7.1.orig.tar.gz


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



Accepted bastille 1:3.0.9-12 (source all)

2009-05-31 Thread Javier Fernandez-Sanguino Pen~a
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 31 May 2009 13:33:41 +0200
Source: bastille
Binary: bastille
Architecture: source all
Version: 1:3.0.9-12
Distribution: unstable
Urgency: low
Maintainer: Javier Fernandez-Sanguino Pen~a j...@debian.org
Changed-By: Javier Fernandez-Sanguino Pen~a j...@debian.org
Description: 
 bastille   - Security hardening tool
Closes: 504321
Changes: 
 bastille (1:3.0.9-12) unstable; urgency=low
 .
   * Set bin/bastille to be a bash shell since 'set +o privilege' is not
 supported by other shells (Closes: #504321)
   * Change author's email address in manpages and replace 'a' with '\['a]' to
 present an accented character if the locale supports it.
Checksums-Sha1: 
 d6ee6aaa36ec614d2aaa4b732dc404c888ed72b6 1004 bastille_3.0.9-12.dsc
 1f431b536dd4d229148c7ebd3d81a84ee0f897b7 38974 bastille_3.0.9-12.diff.gz
 7647606a4bedfbd25ecc34857820e60ee780cfa2 467298 bastille_3.0.9-12_all.deb
Checksums-Sha256: 
 4ebfeec0c05d604499447d4a26c43b95dd7c802f2dd00156b5095c69e27ad7ab 1004 
bastille_3.0.9-12.dsc
 29c88a71e6522f2593ec1c02efde9b8ac0fc37bbe0ac17d7c4b14ef0bf542727 38974 
bastille_3.0.9-12.diff.gz
 f29e40582c143423171a0fa2f1a904798621962addfa0984037c13c86b90aa83 467298 
bastille_3.0.9-12_all.deb
Files: 
 791f697136f470943e8e5256ec60d303 1004 admin optional bastille_3.0.9-12.dsc
 f1573a4bed5496675967385b3ae12ce1 38974 admin optional bastille_3.0.9-12.diff.gz
 583626ef78d57ac3173fc6ac77688f68 467298 admin optional 
bastille_3.0.9-12_all.deb

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

iD8DBQFKIm9fsandgtyBSwkRAvriAJ9Jdx2xUHJQwXzaGrsxfkqysLtWdwCeMQVk
zmHfYSQxRShsLYX/drwCEc0=
=bAYe
-END PGP SIGNATURE-


Accepted:
bastille_3.0.9-12.diff.gz
  to pool/main/b/bastille/bastille_3.0.9-12.diff.gz
bastille_3.0.9-12.dsc
  to pool/main/b/bastille/bastille_3.0.9-12.dsc
bastille_3.0.9-12_all.deb
  to pool/main/b/bastille/bastille_3.0.9-12_all.deb


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



Accepted libsocialtext-wikitest-perl 0.06-2 (source all)

2009-05-31 Thread gregor herrmann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 31 May 2009 14:01:16 +0200
Source: libsocialtext-wikitest-perl
Binary: libsocialtext-wikitest-perl
Architecture: source all
Version: 0.06-2
Distribution: unstable
Urgency: low
Maintainer: Debian Perl Group pkg-perl-maintain...@lists.alioth.debian.org
Changed-By: gregor herrmann gre...@debian.org
Description: 
 libsocialtext-wikitest-perl - module to execute tests defined on wiki pages
Closes: 531237
Changes: 
 libsocialtext-wikitest-perl (0.06-2) unstable; urgency=low
 .
   [ Christoph Berg ]
   * Add missing Build-Depends on libsocialtext-resting-utils. (Closes: #531237)
 .
   [ gregor herrmann ]
   * debian/copyright: switch to new format.
   * Minimize debian/rules.
   * debian/control:
 - add libmocked-perl, libsocialtext-resting-perl to Depends
 - make short description a noun phrase
   * Add /me to Uploaders.
   * Add patch fix-pod.patch to get rid of a manpage stub; add quilt framework.
Checksums-Sha1: 
 2bba366b704c157816b7e0f99bb2e4979082c9f1 1595 
libsocialtext-wikitest-perl_0.06-2.dsc
 2d8e4b42974a36436b8330f261daf4383bd33b5b 1927 
libsocialtext-wikitest-perl_0.06-2.diff.gz
 ba7e5086e4276c378ed420b4188ce816ea8c92ab 19188 
libsocialtext-wikitest-perl_0.06-2_all.deb
Checksums-Sha256: 
 a5f2dbd391b57982c4fd8634e4eb16b21e3ec8a430daa0714cb3b344b2f0de73 1595 
libsocialtext-wikitest-perl_0.06-2.dsc
 a8a6e30779970f9f1b815757ffd14ce11355c4f37e296a8048959454c184471a 1927 
libsocialtext-wikitest-perl_0.06-2.diff.gz
 0c532e0b1b9c4ea8243a83af2296462e7efe5aec0ee0e447e82e05ac74c7a658 19188 
libsocialtext-wikitest-perl_0.06-2_all.deb
Files: 
 548f695d7de97010d2640605041c2a4c 1595 perl optional 
libsocialtext-wikitest-perl_0.06-2.dsc
 71ff7c728c741e3161167b1546304b55 1927 perl optional 
libsocialtext-wikitest-perl_0.06-2.diff.gz
 2aaffad9fb63a4914d6d2d84babacd49 19188 perl optional 
libsocialtext-wikitest-perl_0.06-2_all.deb

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

iEYEARECAAYFAkoicbsACgkQOzKYnQDzz+TDdwCaAhcFQR7JqKBX1XvbLGP3PN3j
AAMAnRFyFrJgcFAZe7QUWaKjidnvM9Ye
=wBO+
-END PGP SIGNATURE-


Accepted:
libsocialtext-wikitest-perl_0.06-2.diff.gz
  to 
pool/main/libs/libsocialtext-wikitest-perl/libsocialtext-wikitest-perl_0.06-2.diff.gz
libsocialtext-wikitest-perl_0.06-2.dsc
  to 
pool/main/libs/libsocialtext-wikitest-perl/libsocialtext-wikitest-perl_0.06-2.dsc
libsocialtext-wikitest-perl_0.06-2_all.deb
  to 
pool/main/libs/libsocialtext-wikitest-perl/libsocialtext-wikitest-perl_0.06-2_all.deb


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



Accepted libxml-libxslt-perl 1.68-2 (source i386)

2009-05-31 Thread gregor herrmann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 31 May 2009 14:52:21 +0200
Source: libxml-libxslt-perl
Binary: libxml-libxslt-perl
Architecture: source i386
Version: 1.68-2
Distribution: unstable
Urgency: low
Maintainer: Debian Perl Group pkg-perl-maintain...@lists.alioth.debian.org
Changed-By: gregor herrmann gre...@debian.org
Description: 
 libxml-libxslt-perl - Perl module for using the GNOME libxslt library
Closes: 523277 531243
Changes: 
 libxml-libxslt-perl (1.68-2) unstable; urgency=low
 .
   * Remove Florian Ragwitz from Uploaders (closes: #523277).
   * Bump (build) dependency on libxml-libxml-perl (closes: #531243).
   * Set Standards-Version to 3.8.1 (no changes).
   * debian/control: remove duplicate fields.
   * Minimize debian/rules. Bump build dependencies on debhelper and quilt.
Checksums-Sha1: 
 456eb206abc874833e8f0738c2806f38b9620878 1446 libxml-libxslt-perl_1.68-2.dsc
 3e38057798d5cb7e181b62dae0d3037b6575e84f 4275 
libxml-libxslt-perl_1.68-2.diff.gz
 1c08010a29ac4d325d5d3d2fe39d6e336d42 51450 
libxml-libxslt-perl_1.68-2_i386.deb
Checksums-Sha256: 
 fe85ed4a24d51e817faaa9c0ee8cd6b79a52486b6424d9c3eb01bd217eee760a 1446 
libxml-libxslt-perl_1.68-2.dsc
 796f61c6ac656ebe7c0b1d7c5523694131e5502a5c627f3fe5ea0932e06c0767 4275 
libxml-libxslt-perl_1.68-2.diff.gz
 65ecdd6260cc6db6254514dcc323aaa1e2f6665ce3f39b7115ea098b231eb8e0 51450 
libxml-libxslt-perl_1.68-2_i386.deb
Files: 
 522c6b9874b10ea2c87e7604043b701e 1446 perl optional 
libxml-libxslt-perl_1.68-2.dsc
 a9285f26ae16a17c92e5aa26b613dc8b 4275 perl optional 
libxml-libxslt-perl_1.68-2.diff.gz
 da4944db4d60361ad8f3413e5f53437b 51450 perl optional 
libxml-libxslt-perl_1.68-2_i386.deb

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

iEYEARECAAYFAkoifdIACgkQOzKYnQDzz+TGMQCfScj1ylnQ+KIYmSyku4FeevsF
5D4AnRX+WTulX22U55cIoh3KNrEK4cbz
=xfrF
-END PGP SIGNATURE-


Accepted:
libxml-libxslt-perl_1.68-2.diff.gz
  to pool/main/libx/libxml-libxslt-perl/libxml-libxslt-perl_1.68-2.diff.gz
libxml-libxslt-perl_1.68-2.dsc
  to pool/main/libx/libxml-libxslt-perl/libxml-libxslt-perl_1.68-2.dsc
libxml-libxslt-perl_1.68-2_i386.deb
  to pool/main/libx/libxml-libxslt-perl/libxml-libxslt-perl_1.68-2_i386.deb


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



Accepted libxml-libxml-perl 1.69.ds-2 (source i386)

2009-05-31 Thread gregor herrmann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 31 May 2009 14:36:13 +0200
Source: libxml-libxml-perl
Binary: libxml-libxml-perl
Architecture: source i386
Version: 1.69.ds-2
Distribution: unstable
Urgency: low
Maintainer: Debian Perl Group pkg-perl-maintain...@lists.alioth.debian.org
Changed-By: gregor herrmann gre...@debian.org
Description: 
 libxml-libxml-perl - Perl module for using the GNOME libxml2 library
Closes: 523275
Changes: 
 libxml-libxml-perl (1.69.ds-2) unstable; urgency=low
 .
   * Remove Florian Ragwitz from Uploaders (closes: #523275).
   * Set Standards-Version to 3.8.1 (no changes).
   * Remove duplicate fields from debian/control.
   * Minimize debian/rules, bump quilt and debhelper build dependencies.
Checksums-Sha1: 
 007e927d5ca901023191f15a96bcf9f65f408568 1540 libxml-libxml-perl_1.69.ds-2.dsc
 2f8df1b548bd9f6a24c96cd8765f3029d3474859 7259 
libxml-libxml-perl_1.69.ds-2.diff.gz
 53ba7cff425b051a1280ba6ae5a802a22ce8ccb6 387984 
libxml-libxml-perl_1.69.ds-2_i386.deb
Checksums-Sha256: 
 696b5ffc3628a8d6625bc672704f5b110015cc2d6e718e772633f81e33c89372 1540 
libxml-libxml-perl_1.69.ds-2.dsc
 f95d14f35a7487340b76ee6fed485f16a55d0ec7433f63a9b8a3fde323fbef8a 7259 
libxml-libxml-perl_1.69.ds-2.diff.gz
 48d32f97b1148db886fa18edb6b38bad5f42c5820e6ff8224627154b6e1c29d9 387984 
libxml-libxml-perl_1.69.ds-2_i386.deb
Files: 
 e2b313350dfaeefab2c01936981a3300 1540 perl optional 
libxml-libxml-perl_1.69.ds-2.dsc
 517b43523e44a367defce798026a5363 7259 perl optional 
libxml-libxml-perl_1.69.ds-2.diff.gz
 661dfd62448ea1ad3b5176cdcb692b99 387984 perl optional 
libxml-libxml-perl_1.69.ds-2_i386.deb

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

iEYEARECAAYFAkoiej8ACgkQOzKYnQDzz+RzigCfeZNnDcXw58KBkYDnH37o3TxL
j3YAoK8uf51zI5fopKDxxydp7nhC4hDz
=8xFC
-END PGP SIGNATURE-


Accepted:
libxml-libxml-perl_1.69.ds-2.diff.gz
  to pool/main/libx/libxml-libxml-perl/libxml-libxml-perl_1.69.ds-2.diff.gz
libxml-libxml-perl_1.69.ds-2.dsc
  to pool/main/libx/libxml-libxml-perl/libxml-libxml-perl_1.69.ds-2.dsc
libxml-libxml-perl_1.69.ds-2_i386.deb
  to pool/main/libx/libxml-libxml-perl/libxml-libxml-perl_1.69.ds-2_i386.deb


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



Accepted nautilus 2.26.2-4 (source all amd64)

2009-05-31 Thread Josselin Mouette
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 31 May 2009 13:51:27 +0200
Source: nautilus
Binary: nautilus nautilus-dbg libnautilus-extension1 libnautilus-extension-dev 
nautilus-data
Architecture: source all amd64
Version: 2.26.2-4
Distribution: unstable
Urgency: low
Maintainer: Josselin Mouette j...@debian.org
Changed-By: Josselin Mouette j...@debian.org
Description: 
 libnautilus-extension-dev - libraries for nautilus components - development 
version
 libnautilus-extension1 - libraries for nautilus components - runtime version
 nautilus   - file manager and graphical shell for GNOME
 nautilus-data - data files for nautilus
 nautilus-dbg - file manager and graphical shell for GNOME - debugging version
Changes: 
 nautilus (2.26.2-4) unstable; urgency=low
 .
   * 11_restart_mode.patch: add reference.
   * Remove scrollkeeper dependency.
   * 13_autostart.patch: new patch. Put nautilus.desktop into the
 autostart directory so that we don’t rely on gnome-session’s
 required_applications mechanism. This allows to add an autostart
 condition on the show_desktop GConf key.
 + Remove the AutoRestart on the same basis; there’s no point in
   restarting nautilus and not e.g. gnome-power-manager, and it
   causes many issues.
   * 90_relibtoolize.patch: update accordingly.
Checksums-Sha1: 
 07fdef357ac5aa5136b417ceaf0c9773b36f7862 1966 nautilus_2.26.2-4.dsc
 86d223a258942f96dda2b1356eb8b5234ffd4e1c 547090 nautilus_2.26.2-4.diff.gz
 572bf8e1ff5d5b4ef7852fd12020f44edff83fae 5101106 nautilus-data_2.26.2-4_all.deb
 9bdb6bccda786572ad24c23421f9fd46f614bf30 1461962 nautilus_2.26.2-4_amd64.deb
 64d6147232d14e1fd66adb6575959f7e5f8724a0 3461520 
nautilus-dbg_2.26.2-4_amd64.deb
 a679a1630a079f17f2ce2cb228fdedc0c6be4fa3 188278 
libnautilus-extension1_2.26.2-4_amd64.deb
 226a0334af3af1bc79a09294fc1cad158984c616 204412 
libnautilus-extension-dev_2.26.2-4_amd64.deb
Checksums-Sha256: 
 0cc2d2fb5673bb559e217d473a881a3c6867675478c7c31860df1665dfb316e0 1966 
nautilus_2.26.2-4.dsc
 17394b28f35e4206a765c65765eda8e607569be889b61ea920f822df676bcc33 547090 
nautilus_2.26.2-4.diff.gz
 369180570b1daeafaa7a8ae1dae730ff513fc83dd9d7866adfc61b60980dd7d9 5101106 
nautilus-data_2.26.2-4_all.deb
 18f8b5569e37957b19805f0a76a60a875d1ea1cb2355abd7d6f782efd4e7294a 1461962 
nautilus_2.26.2-4_amd64.deb
 c1a7e4134cfb5c551b1ff9216afecb773faa6a8f91ef3b0b739c6ce6f42bbe58 3461520 
nautilus-dbg_2.26.2-4_amd64.deb
 21035304d3e55cdfff2d05db8c1871d214204f5f1b2f5425afd85cdadc139e7a 188278 
libnautilus-extension1_2.26.2-4_amd64.deb
 b0cf8c10861ce4cc3164c1f4a21e5afa4122688bd8556ce7f69259bbd442d1e6 204412 
libnautilus-extension-dev_2.26.2-4_amd64.deb
Files: 
 3e9274f4c1d17471e09ef8a14db9d4ed 1966 gnome optional nautilus_2.26.2-4.dsc
 3c9db608336267dbb2095612c7079b20 547090 gnome optional 
nautilus_2.26.2-4.diff.gz
 b15b4a2562457a559a1b780b69989e3d 5101106 gnome optional 
nautilus-data_2.26.2-4_all.deb
 dc92a2cc8b02149a112d9b094bd93fc1 1461962 gnome optional 
nautilus_2.26.2-4_amd64.deb
 8f26e142a782120da7de5c576e5435fa 3461520 debug extra 
nautilus-dbg_2.26.2-4_amd64.deb
 dea9101cc8867612b99d4fc93abb1979 188278 libs optional 
libnautilus-extension1_2.26.2-4_amd64.deb
 3be8dfd85d22c915e64def596fb43c26 204412 libdevel optional 
libnautilus-extension-dev_2.26.2-4_amd64.deb

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

iD8DBQFKInu4rSla4ddfhTMRAsJ6AJ9gdBTmpv9biIec7uE1SskfnwRqPwCfcfsb
pYdhj2G0Dl162ifXzAl9Gz8=
=h1Dq
-END PGP SIGNATURE-


Accepted:
libnautilus-extension-dev_2.26.2-4_amd64.deb
  to pool/main/n/nautilus/libnautilus-extension-dev_2.26.2-4_amd64.deb
libnautilus-extension1_2.26.2-4_amd64.deb
  to pool/main/n/nautilus/libnautilus-extension1_2.26.2-4_amd64.deb
nautilus-data_2.26.2-4_all.deb
  to pool/main/n/nautilus/nautilus-data_2.26.2-4_all.deb
nautilus-dbg_2.26.2-4_amd64.deb
  to pool/main/n/nautilus/nautilus-dbg_2.26.2-4_amd64.deb
nautilus_2.26.2-4.diff.gz
  to pool/main/n/nautilus/nautilus_2.26.2-4.diff.gz
nautilus_2.26.2-4.dsc
  to pool/main/n/nautilus/nautilus_2.26.2-4.dsc
nautilus_2.26.2-4_amd64.deb
  to pool/main/n/nautilus/nautilus_2.26.2-4_amd64.deb


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



Accepted jpilot 1.6.2.4-1 (source amd64)

2009-05-31 Thread Ludovic Rousseau
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 31 May 2009 11:58:13 +0200
Source: jpilot
Binary: jpilot jpilot-plugins
Architecture: source amd64
Version: 1.6.2.4-1
Distribution: unstable
Urgency: low
Maintainer: Ludovic Rousseau rouss...@debian.org
Changed-By: Ludovic Rousseau rouss...@debian.org
Description: 
 jpilot - graphical app. to modify the contents of your Palm Pilot's DBs
 jpilot-plugins - plugins for jpilot (Palm Pilot desktop)
Changes: 
 jpilot (1.6.2.4-1) unstable; urgency=low
 .
   * New upstream release
 add support of pilot-link 0.12.4
   * debian/rules: remove call to deprecated dh_desktop
Checksums-Sha1: 
 18e904f93077c27ff681ac53a2e86d7ee38919db 1158 jpilot_1.6.2.4-1.dsc
 c6a72dce2b4083e57ed9b3d708bc7cabbad6180b 1596549 jpilot_1.6.2.4.orig.tar.gz
 402695037fb8126f36a58de69bcb9263b7260889 14546 jpilot_1.6.2.4-1.diff.gz
 4941113d67a16d0b6340afc0265f4e2ec6b1be80 1068714 jpilot_1.6.2.4-1_amd64.deb
 421fc9536f080b3a90678da5438d90038520365b 62096 
jpilot-plugins_1.6.2.4-1_amd64.deb
Checksums-Sha256: 
 39930e3818448680d328a268a0562a14e0e6105129cfee388d901ef3d7ce843d 1158 
jpilot_1.6.2.4-1.dsc
 c098835590953e26994d33e63e01a3f1068becf9557bf785a637c6fb7a3300c9 1596549 
jpilot_1.6.2.4.orig.tar.gz
 ae30430bf1f799404221bcf3af7e0296719391898cc8fba18c7db64ac9ad7079 14546 
jpilot_1.6.2.4-1.diff.gz
 78c6c7ff7cba3c050c72987250b84ecda5ebf14a491f88c58e6edcf28874eb44 1068714 
jpilot_1.6.2.4-1_amd64.deb
 f9bf7615a462c3dc762578d333950e0b3fed45776e34ad10b66dd154cf606788 62096 
jpilot-plugins_1.6.2.4-1_amd64.deb
Files: 
 7e75d8d5aeafe6eb9647142cde49be97 1158 otherosfs extra jpilot_1.6.2.4-1.dsc
 6c52ec9f0cef860f099e439215d2289d 1596549 otherosfs extra 
jpilot_1.6.2.4.orig.tar.gz
 264d25219fa77abb83cafa5470748cce 14546 otherosfs extra jpilot_1.6.2.4-1.diff.gz
 7aa8742ec7cbd8658456fc955b942f32 1068714 otherosfs extra 
jpilot_1.6.2.4-1_amd64.deb
 c3f94b05fcd036a3ffa89bf82f64895b 62096 otherosfs extra 
jpilot-plugins_1.6.2.4-1_amd64.deb

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

iEYEARECAAYFAkoiVxUACgkQP0qKj+B/HPlrPwCeNZXN0iHGi0lsX4QQKt3ZGE0X
p+0AnjmeHVr6IyJ0y/H1/6VGcbwAK871
=xDZq
-END PGP SIGNATURE-


Accepted:
jpilot-plugins_1.6.2.4-1_amd64.deb
  to pool/main/j/jpilot/jpilot-plugins_1.6.2.4-1_amd64.deb
jpilot_1.6.2.4-1.diff.gz
  to pool/main/j/jpilot/jpilot_1.6.2.4-1.diff.gz
jpilot_1.6.2.4-1.dsc
  to pool/main/j/jpilot/jpilot_1.6.2.4-1.dsc
jpilot_1.6.2.4-1_amd64.deb
  to pool/main/j/jpilot/jpilot_1.6.2.4-1_amd64.deb
jpilot_1.6.2.4.orig.tar.gz
  to pool/main/j/jpilot/jpilot_1.6.2.4.orig.tar.gz


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



Accepted gnome-session 2.26.1-4 (source amd64)

2009-05-31 Thread Josselin Mouette
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 31 May 2009 14:04:06 +0200
Source: gnome-session
Binary: gnome-session
Architecture: source amd64
Version: 2.26.1-4
Distribution: unstable
Urgency: low
Maintainer: Josselin Mouette j...@debian.org
Changed-By: Josselin Mouette j...@debian.org
Description: 
 gnome-session - The GNOME Session Manager
Closes: 525718
Changes: 
 gnome-session (2.26.1-4) unstable; urgency=low
 .
   * gconf-defaults: remove the file manager from the required components
 list. Now that nautilus has an autostart file, this is no longer
 necessary. It avoids restarting it endlessly when this is not
 required. Closes: #525718.
   * Break nautilus  2.26.2-4 to ensure the autostart file is here.
Checksums-Sha1: 
 b0c158cd5f6c7e73588a2f755bc6f5c2c0a9438b 1528 gnome-session_2.26.1-4.dsc
 44dcf43055240a4556b34eb3cbb673fe1a4b0fd8 581783 gnome-session_2.26.1-4.diff.gz
 bb5092d1873e471831a2d9b3b197398837ac9eea 614348 
gnome-session_2.26.1-4_amd64.deb
Checksums-Sha256: 
 3951edcfb75c704d4a456b18e39db5ea0dda9389b2b071a5a7b02dc10f42005a 1528 
gnome-session_2.26.1-4.dsc
 50552c06315bef9f83979f1e59d2180fe7d01c88ad9bcd0d331e088d33929d89 581783 
gnome-session_2.26.1-4.diff.gz
 801108778ff8fca89244348c64e1a1dbb81fcd8cfaee3c4eb857a636f17b1a91 614348 
gnome-session_2.26.1-4_amd64.deb
Files: 
 4ee2955d620257987cbbd6952c44120c 1528 gnome optional gnome-session_2.26.1-4.dsc
 a18451f7f1ecdf979a523ba6deff449c 581783 gnome optional 
gnome-session_2.26.1-4.diff.gz
 4d3f8077f17db3a60ebe8ebbd282336f 614348 gnome optional 
gnome-session_2.26.1-4_amd64.deb

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

iD8DBQFKIn6VrSla4ddfhTMRAjg0AJ9hwXxMUbwZuer0okjD759qqQdBiACfYDzO
ezYkd/CZO9Nc3psTXYfOZTk=
=Aaif
-END PGP SIGNATURE-


Accepted:
gnome-session_2.26.1-4.diff.gz
  to pool/main/g/gnome-session/gnome-session_2.26.1-4.diff.gz
gnome-session_2.26.1-4.dsc
  to pool/main/g/gnome-session/gnome-session_2.26.1-4.dsc
gnome-session_2.26.1-4_amd64.deb
  to pool/main/g/gnome-session/gnome-session_2.26.1-4_amd64.deb


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



Accepted libconfig-inifiles-perl 2.49-1 (source all)

2009-05-31 Thread Jonas Smedegaard
-BEGIN PGP SIGNED MESSAGE-
Hash: RIPEMD160

Format: 1.8
Date: Sun, 31 May 2009 14:54:35 +0200
Source: libconfig-inifiles-perl
Binary: libconfig-inifiles-perl
Architecture: source all
Version: 2.49-1
Distribution: unstable
Urgency: low
Maintainer: Debian Perl Group pkg-perl-maintain...@lists.alioth.debian.org
Changed-By: Jonas Smedegaard d...@jones.dk
Description: 
 libconfig-inifiles-perl - Read .ini-style configuration files
Closes: 529616
Changes: 
 libconfig-inifiles-perl (2.49-1) unstable; urgency=low
 .
   [ Jonas Smedegaard ]
   * Update copyright info:
 + Rewrite to use DEP5 r48 proposed machine-readable format
 + Add proper licensing header to rules file
 + Bump copyright years for debian/rules
   * Update CDBS snippets:
 + Extend package-relation.mk to handle debhelper 6 and 7.0.1, and to
   support non-build dependencies
   * Auto-update debian/control to tighten debhelper dependency, thanks
 to lintian.
   * Add README.source.  Drop custom CDBS hints.
   * Build-depend on quilt and recent patchutils.
 .
   [ Salvatore Bonaccorso ]
   * New upstream release.
   * Add Salvatore Bonaccorso to Uploaders.
   * New upstream version (Changes in upstream version 2.48) fixes
 change in tie interfaces (Closes: #529616).
   * Bump Standards-Version to 3.8.1
   * Add 1001-fix-POD-Config-IniFiles.patch to fix erroneous created
 manpage.
Checksums-Sha1: 
 902f901a770510740bc5031bff656df3f3b21284 1510 
libconfig-inifiles-perl_2.49-1.dsc
 4e12a07a47f3feb909e1605f5e021f09131612e4 39774 
libconfig-inifiles-perl_2.49.orig.tar.gz
 c8f78b65b13d1c7cc816c588843b313cbc293ddf 10737 
libconfig-inifiles-perl_2.49-1.diff.gz
 1f51dce3ca652bdf1be7b9f1e080bbf665563006 46944 
libconfig-inifiles-perl_2.49-1_all.deb
Checksums-Sha256: 
 6fe03268e1f99851c98aacf2b3cf0b37dda7abe71236a2ddee65be351d11dff1 1510 
libconfig-inifiles-perl_2.49-1.dsc
 ff2a51ec6a2ee4203df0807efac5b6b5440685ea71af690b489222c94c197336 39774 
libconfig-inifiles-perl_2.49.orig.tar.gz
 307e5a7d16435739562a4c3c5582134725f165b6943cc2462aaec8d8d958c0c5 10737 
libconfig-inifiles-perl_2.49-1.diff.gz
 f2898e96b962138ac11db32eb60e5806dd0cc1f7db044ec0c236f8b425b3e4cb 46944 
libconfig-inifiles-perl_2.49-1_all.deb
Files: 
 0ea9b84ede5cc671a8ed6391e75550ae 1510 perl extra 
libconfig-inifiles-perl_2.49-1.dsc
 808246eedb6f22f112eba1a3c2c573d6 39774 perl extra 
libconfig-inifiles-perl_2.49.orig.tar.gz
 c58d84772bf62839a2713d4573755bd5 10737 perl extra 
libconfig-inifiles-perl_2.49-1.diff.gz
 601b805c5fd96bfba6ba19d657377972 46944 perl extra 
libconfig-inifiles-perl_2.49-1_all.deb

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

iEYEAREDAAYFAkoigfgACgkQn7DbMsAkQLjCMQCgmWD1p3dIRQ3l0MSkY7ZLFMAq
BcUAn1EiHjQAJ850H8OAUSI7407CZSBF
=QIsQ
-END PGP SIGNATURE-


Accepted:
libconfig-inifiles-perl_2.49-1.diff.gz
  to 
pool/main/libc/libconfig-inifiles-perl/libconfig-inifiles-perl_2.49-1.diff.gz
libconfig-inifiles-perl_2.49-1.dsc
  to pool/main/libc/libconfig-inifiles-perl/libconfig-inifiles-perl_2.49-1.dsc
libconfig-inifiles-perl_2.49-1_all.deb
  to 
pool/main/libc/libconfig-inifiles-perl/libconfig-inifiles-perl_2.49-1_all.deb
libconfig-inifiles-perl_2.49.orig.tar.gz
  to 
pool/main/libc/libconfig-inifiles-perl/libconfig-inifiles-perl_2.49.orig.tar.gz


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



Accepted gmpc 0.18.0-3 (source amd64)

2009-05-31 Thread Arnaud Cornet
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 31 May 2009 15:18:45 +0200
Source: gmpc
Binary: gmpc gmpc-dbg gmpc-dev
Architecture: source amd64
Version: 0.18.0-3
Distribution: unstable
Urgency: low
Maintainer: Arnaud Cornet acor...@debian.org
Changed-By: Arnaud Cornet acor...@debian.org
Description: 
 gmpc   - Gnome Music Player Client (graphical interface to MPD)
 gmpc-dbg   - Gnome Music Player Client (graphical interface to MPD)
 gmpc-dev   - Gnome Music Player Client (plugin development files)
Closes: 531250
Changes: 
 gmpc (0.18.0-3) unstable; urgency=low
 .
   * Add build-depend on libsexy-dev.
   * Fix typo in debian control (packages-package).
   * Add password-dialog.patch to fix disappearing password dialog when
 clicking on 'Save Password' (Closes: #531250). Also add quilt
 build-dependancy.
   * Move gmpc-dbg to debug section.
Checksums-Sha1: 
 4b56be08f4b774e09e66df9d83a0fdd24dd1290e 1142 gmpc_0.18.0-3.dsc
 6def0a7c6a90b114bb92373c586a9f3415128190 5728 gmpc_0.18.0-3.diff.gz
 af9ddabcd027f08702dfe13ce536059d0f059dba 847052 gmpc_0.18.0-3_amd64.deb
 129e88e4b99cf8bc673d1d3816e2608f9a565034 633934 gmpc-dbg_0.18.0-3_amd64.deb
 902a1a6ea7c6efb247a1413d2801d7d010cb08ef 13936 gmpc-dev_0.18.0-3_amd64.deb
Checksums-Sha256: 
 0966c514fe6f37b18d1c9c7ae772e00dd32b11944e49c94000c930c1eb1e5def 1142 
gmpc_0.18.0-3.dsc
 e52ed281680ff7b47aed2f558f774aecb1ae7dcb0a81b89ffb4434ea6f7d8b0c 5728 
gmpc_0.18.0-3.diff.gz
 f919b5f3197fef69f5aabbeae206ba37f3e91057138d7fea31ce01436e368cf0 847052 
gmpc_0.18.0-3_amd64.deb
 1df8cdf0ead32304c744704426d6f59a619887c7f0aacbd5723f708bf2230be3 633934 
gmpc-dbg_0.18.0-3_amd64.deb
 6ed5cb5cd7082303afce0978289e6a6c7f41d4fdaca97960664b5034ded990ba 13936 
gmpc-dev_0.18.0-3_amd64.deb
Files: 
 b9fe4737d7dd8f9a9255da812493c4f1 1142 sound optional gmpc_0.18.0-3.dsc
 bcdb04dc1ef67c1212a9014cc203a925 5728 sound optional gmpc_0.18.0-3.diff.gz
 67b4f8dc58cea3ca794a0ab33242f001 847052 sound optional gmpc_0.18.0-3_amd64.deb
 bc7dc9ba9efe899a4ae6abd227f3ed3d 633934 debug extra gmpc-dbg_0.18.0-3_amd64.deb
 4ecd50dfea823f1614b8295d65c515ae 13936 sound optional 
gmpc-dev_0.18.0-3_amd64.deb

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

iEYEARECAAYFAkoih5UACgkQsk+dgCIlhI5zNgCdGTAkUyz7EjdU/LQkd5ecx5Mg
mboAnAi6yFyfxb7Y8OuPqBbNY5spB7/Z
=O8Vo
-END PGP SIGNATURE-


Accepted:
gmpc-dbg_0.18.0-3_amd64.deb
  to pool/main/g/gmpc/gmpc-dbg_0.18.0-3_amd64.deb
gmpc-dev_0.18.0-3_amd64.deb
  to pool/main/g/gmpc/gmpc-dev_0.18.0-3_amd64.deb
gmpc_0.18.0-3.diff.gz
  to pool/main/g/gmpc/gmpc_0.18.0-3.diff.gz
gmpc_0.18.0-3.dsc
  to pool/main/g/gmpc/gmpc_0.18.0-3.dsc
gmpc_0.18.0-3_amd64.deb
  to pool/main/g/gmpc/gmpc_0.18.0-3_amd64.deb


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



Accepted libtext-micromason-perl 2.0-3 (source all)

2009-05-31 Thread gregor herrmann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 31 May 2009 15:40:30 +0200
Source: libtext-micromason-perl
Binary: libtext-micromason-perl
Architecture: source all
Version: 2.0-3
Distribution: unstable
Urgency: low
Maintainer: Debian Perl Group pkg-perl-maintain...@lists.alioth.debian.org
Changed-By: gregor herrmann gre...@debian.org
Description: 
 libtext-micromason-perl - simple and extensible templating module
Closes: 531241
Changes: 
 libtext-micromason-perl (2.0-3) unstable; urgency=low
 .
   * Add libhtml-parser-perl, liburi-perl to Build-Depends-Indep and Suggests
 (closes: #531241).
   * Install examples.
   * Add debian/README.source since we use quilt.
   * Minimize debian/rules, bump build dependencies on quilt and
 debhelper.
   * Add /me to Uploaders.
   * debian/copyright: switch to new format.
   * Don't install two POD files twice.
   * Add more pod fixes to patch pod-errors.
Checksums-Sha1: 
 14ee90c5efcf2159254f60a1d3537861be58c8ed 1504 libtext-micromason-perl_2.0-3.dsc
 fbd001e58d74f77fdffe29dec1f473dc7deff319 2220 
libtext-micromason-perl_2.0-3.diff.gz
 1ef28b9e7fb537aef37f35a1418afd9e45e12edb 183826 
libtext-micromason-perl_2.0-3_all.deb
Checksums-Sha256: 
 8c9641d44ad0705f2a47839fbac70a8edba143d07d3143271ca9a7ad940da66c 1504 
libtext-micromason-perl_2.0-3.dsc
 13d310a9cdc3d178ed4db5511aef62814d0c1720e4fda0aa54cdc6f3485abda6 2220 
libtext-micromason-perl_2.0-3.diff.gz
 0cb74d61ded407960bad64fabcce8daf2872775453b1842fae28c2c13ee28431 183826 
libtext-micromason-perl_2.0-3_all.deb
Files: 
 ce549cbc4537a2e8061f72000ae36693 1504 perl optional 
libtext-micromason-perl_2.0-3.dsc
 de0f0577ebbd13b29880cbf4624d3651 2220 perl optional 
libtext-micromason-perl_2.0-3.diff.gz
 89f97719bb6de56339af2e50d320e7a5 183826 perl optional 
libtext-micromason-perl_2.0-3_all.deb

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

iEYEARECAAYFAkoiiQcACgkQOzKYnQDzz+RXVgCcClG6Dlrprf1WS08pdJd6Wk0H
+FEAoPwodYFNR7I7YgaxUf2eKldhxqvV
=Wfih
-END PGP SIGNATURE-


Accepted:
libtext-micromason-perl_2.0-3.diff.gz
  to 
pool/main/libt/libtext-micromason-perl/libtext-micromason-perl_2.0-3.diff.gz
libtext-micromason-perl_2.0-3.dsc
  to pool/main/libt/libtext-micromason-perl/libtext-micromason-perl_2.0-3.dsc
libtext-micromason-perl_2.0-3_all.deb
  to 
pool/main/libt/libtext-micromason-perl/libtext-micromason-perl_2.0-3_all.deb


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



Accepted ttf-ipafont-jisx0208 00103-6 (source all)

2009-05-31 Thread Debian-JP
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 31 May 2009 22:09:21 +0900
Source: ttf-ipafont-jisx0208
Binary: ttf-ipafont-jisx0208
Architecture: source all
Version: 00103-6
Distribution: unstable
Urgency: low
Maintainer: Debian Fonts Task Force pkg-fonts-de...@lists.alioth.debian.org
Changed-By: Hideki Yamane (Debian-JP) henr...@debian.or.jp
Description: 
 ttf-ipafont-jisx0208 - Japanese TrueType font, IPAfont (JISX0208)
Changes: 
 ttf-ipafont-jisx0208 (00103-6) unstable; urgency=low
 .
   * debian/ttf-ipafont-jisx0208.defoma-hints: fix pathname.
Checksums-Sha1: 
 e8bec978e3388a4eaf1182585f83b3dd8a5f2ac8 1419 ttf-ipafont-jisx0208_00103-6.dsc
 99902f75db85ee6fa2b11665ba03f4c834ff93cc 8893 
ttf-ipafont-jisx0208_00103-6.diff.gz
 7ad97b638c20e078451e90446d81bc145bbeffa0 9500558 
ttf-ipafont-jisx0208_00103-6_all.deb
Checksums-Sha256: 
 1edcd287b9f679c2b2c8a65fb24661da9a6886b5376df1033eb53c9750c9c4f2 1419 
ttf-ipafont-jisx0208_00103-6.dsc
 97ccde8f7cb3e98219f7196746087548505b28b1167e65a83d4a7205c61e30cb 8893 
ttf-ipafont-jisx0208_00103-6.diff.gz
 84b6c855393e74707c6fa93d46f174e7851545ea7040b4e40abbc1e839a0a9cb 9500558 
ttf-ipafont-jisx0208_00103-6_all.deb
Files: 
 6de1702610c12181c9949da1f2cf8243 1419 non-free/fonts optional 
ttf-ipafont-jisx0208_00103-6.dsc
 27ca5b685b973a3ac8942814beefbebd 8893 non-free/fonts optional 
ttf-ipafont-jisx0208_00103-6.diff.gz
 dca3f7c064471cad880687b75945810f 9500558 non-free/fonts optional 
ttf-ipafont-jisx0208_00103-6_all.deb

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

iEYEARECAAYFAkoihSMACgkQIu0hy8THJkuf/gCfX+3G2cji1oY46L++Lh+1777X
PJEAoJYldcutkOeztW5N355YkUpY3Mkj
=Y/OK
-END PGP SIGNATURE-


Accepted:
ttf-ipafont-jisx0208_00103-6.diff.gz
  to pool/non-free/t/ttf-ipafont-jisx0208/ttf-ipafont-jisx0208_00103-6.diff.gz
ttf-ipafont-jisx0208_00103-6.dsc
  to pool/non-free/t/ttf-ipafont-jisx0208/ttf-ipafont-jisx0208_00103-6.dsc
ttf-ipafont-jisx0208_00103-6_all.deb
  to pool/non-free/t/ttf-ipafont-jisx0208/ttf-ipafont-jisx0208_00103-6_all.deb


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



Accepted libenv-ps1-perl 0.05-3 (source all)

2009-05-31 Thread Ryan Niebur
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 31 May 2009 00:01:51 -0700
Source: libenv-ps1-perl
Binary: libenv-ps1-perl
Architecture: source all
Version: 0.05-3
Distribution: unstable
Urgency: low
Maintainer: Debian Perl Group pkg-perl-maintain...@lists.alioth.debian.org
Changed-By: Ryan Niebur ryanrya...@gmail.com
Description: 
 libenv-ps1-perl - prompt string formatter
Closes: 531232
Changes: 
 libenv-ps1-perl (0.05-3) unstable; urgency=low
 .
   * stop removing the .packlist in debian/rules, it's now causing a
 FTBFS (Closes: #531232)
Checksums-Sha1: 
 5157aaa01cace74dcc7413d8ff0fef2507ee5956 1346 libenv-ps1-perl_0.05-3.dsc
 4b90747ff820e085caf27a25615b63e41c40045a 2618 libenv-ps1-perl_0.05-3.diff.gz
 465329f8989b9484fef893ac19ee1c3e9bc25fc9 15124 libenv-ps1-perl_0.05-3_all.deb
Checksums-Sha256: 
 79b1de4aaf17be3cb36a3293a4c57d8831213a54da5086b82649159157cd6a6d 1346 
libenv-ps1-perl_0.05-3.dsc
 5b17e6c4c8ac7d07ab1c9e1aab0fe144437463bbadc00f49864779fb52cc8af9 2618 
libenv-ps1-perl_0.05-3.diff.gz
 8f122a94a007513b961bdd795dcaea4374cef7aa14e8ca2410ae53e7741ce8d7 15124 
libenv-ps1-perl_0.05-3_all.deb
Files: 
 0ded643698ee9bff2dc877afb73f5e0d 1346 perl optional libenv-ps1-perl_0.05-3.dsc
 5721c9313955dde17e3eaa8f8d735660 2618 perl optional 
libenv-ps1-perl_0.05-3.diff.gz
 90773147dc36605fc798cd6fe4a58010 15124 perl optional 
libenv-ps1-perl_0.05-3_all.deb

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

iEYEARECAAYFAkoiin4ACgkQOzKYnQDzz+SgqQCg7eKXcGbOTYMUCgpJvb9G+cu9
9OAAn0KzCSPZxDVpbIjSRVaAlTFVnJ53
=938G
-END PGP SIGNATURE-


Accepted:
libenv-ps1-perl_0.05-3.diff.gz
  to pool/main/libe/libenv-ps1-perl/libenv-ps1-perl_0.05-3.diff.gz
libenv-ps1-perl_0.05-3.dsc
  to pool/main/libe/libenv-ps1-perl/libenv-ps1-perl_0.05-3.dsc
libenv-ps1-perl_0.05-3_all.deb
  to pool/main/libe/libenv-ps1-perl/libenv-ps1-perl_0.05-3_all.deb


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



Accepted libconfig-augeas-perl 0.500-1 (source i386)

2009-05-31 Thread gregor herrmann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 31 May 2009 16:43:18 +0200
Source: libconfig-augeas-perl
Binary: libconfig-augeas-perl
Architecture: source i386
Version: 0.500-1
Distribution: unstable
Urgency: low
Maintainer: Debian Perl Group pkg-perl-maintain...@lists.alioth.debian.org
Changed-By: gregor herrmann gre...@debian.org
Description: 
 libconfig-augeas-perl - Perl module which allows to edit configuration files 
through Auge
Changes: 
 libconfig-augeas-perl (0.500-1) unstable; urgency=low
 .
   * New upstream release.
   * Set Standards-Version to 3.8.1 (no changes).
   * Add /me to Uploaders.
   * Make build dependency on libaugeas-dev versioned.
Checksums-Sha1: 
 d0ab77f793543841beabcfb4388a8139fe7b4b1b 1500 libconfig-augeas-perl_0.500-1.dsc
 9040b04dc38d7b184363eeb6d767a9e9e404cd0c 60183 
libconfig-augeas-perl_0.500.orig.tar.gz
 f019945d3fa6d4353b2f2cabdf07cd206ae11ca3 2214 
libconfig-augeas-perl_0.500-1.diff.gz
 e3aeddcfae736c5ab8b783687ee4961b80d3a05a 24166 
libconfig-augeas-perl_0.500-1_i386.deb
Checksums-Sha256: 
 6820abd3f2715c50cb7eab9af00e30dd433737221f2f9273f9813aae8cc5bee6 1500 
libconfig-augeas-perl_0.500-1.dsc
 d09bfa94e8e8c4f38d5af5573398d97acef5a936f610432801b2bd55d811516a 60183 
libconfig-augeas-perl_0.500.orig.tar.gz
 54551bcfb135950420c515c5298362847ce34b652c83896c868558ecfaa5d126 2214 
libconfig-augeas-perl_0.500-1.diff.gz
 4056a3f91cbe126aa3bc230601b6a0e0fb5fbe00894555cf37cc021a311dd76e 24166 
libconfig-augeas-perl_0.500-1_i386.deb
Files: 
 d97ed80d3ab998d6e3afb889a4c002ef 1500 perl optional 
libconfig-augeas-perl_0.500-1.dsc
 159f245f82d8d19a2f1103cfd2c28e67 60183 perl optional 
libconfig-augeas-perl_0.500.orig.tar.gz
 caa066218a8ef3f56161887a153cf6fd 2214 perl optional 
libconfig-augeas-perl_0.500-1.diff.gz
 bd29b9ba379dfe07f4d0988193ffd099 24166 perl optional 
libconfig-augeas-perl_0.500-1_i386.deb

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

iEYEARECAAYFAkoil7sACgkQOzKYnQDzz+QKXACeOJ+63LKQ962kVYvxCRQDyg+B
yZkAoNPvXS7EM/z6jg74jdwwPNF2VVw5
=BHaW
-END PGP SIGNATURE-


Accepted:
libconfig-augeas-perl_0.500-1.diff.gz
  to pool/main/libc/libconfig-augeas-perl/libconfig-augeas-perl_0.500-1.diff.gz
libconfig-augeas-perl_0.500-1.dsc
  to pool/main/libc/libconfig-augeas-perl/libconfig-augeas-perl_0.500-1.dsc
libconfig-augeas-perl_0.500-1_i386.deb
  to pool/main/libc/libconfig-augeas-perl/libconfig-augeas-perl_0.500-1_i386.deb
libconfig-augeas-perl_0.500.orig.tar.gz
  to 
pool/main/libc/libconfig-augeas-perl/libconfig-augeas-perl_0.500.orig.tar.gz


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



Accepted chora2 2.1-1 (source all)

2009-05-31 Thread Gregory Colpart
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 31 May 2009 17:00:33 +0200
Source: chora2
Binary: chora2
Architecture: source all
Version: 2.1-1
Distribution: unstable
Urgency: low
Maintainer: Horde Maintainers pkg-horde-hack...@lists.alioth.debian.org
Changed-By: Gregory Colpart r...@debian.org
Description: 
 chora2 - code repository viewing component for horde framework
Changes: 
 chora2 (2.1-1) unstable; urgency=low
 .
   * New upstream release.
   * Adjust Maintainer: field.
   * Change Gregory Colpart's email address in debian/control file.
   * Update to standards version 3.8.1, no further required changes.
   * Bump debhelper compat level to 5.
   * Add Vcs-* fields in debian/control.
   * Link some *.js files with libjs-scriptaculous package.
   * Improve debian/copyright.
Checksums-Sha1: 
 9d5f19b4a4eb4108421bedb5f2d94c9623019880 1134 chora2_2.1-1.dsc
 099bcba114b2be7f488856a6d008b8053bbd3f99 997600 chora2_2.1.orig.tar.gz
 98da54fc99ee6b0a1c11bebb9f4a3a6badd47bf6 5589 chora2_2.1-1.diff.gz
 c69a6a81c74e7d770656d5295c8e206c6e72b63f 992452 chora2_2.1-1_all.deb
Checksums-Sha256: 
 a0f2c2c110ec157337c2411cc11495f6ba422c6bdd5a2cf55325a1bcca889c94 1134 
chora2_2.1-1.dsc
 5e3ad447a77f9adb870ba0fdb2e9df0b36343bc2546cd1df7460d909967f2713 997600 
chora2_2.1.orig.tar.gz
 069e2b088e4f200d8cc9e417f30a813f804527a9993de992e1c849e995a6915a 5589 
chora2_2.1-1.diff.gz
 119469c184d0c38b595dbbea66522a103ee0863adbf3e03233e4049ea6cfc46a 992452 
chora2_2.1-1_all.deb
Files: 
 e3759da2536f034317f92eb586bffa58 1134 web optional chora2_2.1-1.dsc
 9265e3734fdd9be167b9983d421208e6 997600 web optional chora2_2.1.orig.tar.gz
 58af18cb4e53d06abde201ed4aef7adc 5589 web optional chora2_2.1-1.diff.gz
 59e0504e43bb4c1623228fd19059543a 992452 web optional chora2_2.1-1_all.deb

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

iEYEARECAAYFAkoioVAACgkQMhdcDcECeg5l5wCfQ88FgbHzPfmVncBTnMqNF1Xd
NdYAn0qDRzQPUkKfS6rhbs8eZYnp0bXy
=6ud0
-END PGP SIGNATURE-


Accepted:
chora2_2.1-1.diff.gz
  to pool/main/c/chora2/chora2_2.1-1.diff.gz
chora2_2.1-1.dsc
  to pool/main/c/chora2/chora2_2.1-1.dsc
chora2_2.1-1_all.deb
  to pool/main/c/chora2/chora2_2.1-1_all.deb
chora2_2.1.orig.tar.gz
  to pool/main/c/chora2/chora2_2.1.orig.tar.gz


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



Accepted libconfig-model-perl 0.636-1 (source all)

2009-05-31 Thread gregor herrmann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 31 May 2009 16:32:34 +0200
Source: libconfig-model-perl
Binary: libconfig-model-perl
Architecture: source all
Version: 0.636-1
Distribution: unstable
Urgency: low
Maintainer: Debian Perl Group pkg-perl-maintain...@lists.alioth.debian.org
Changed-By: gregor herrmann gre...@debian.org
Description: 
 libconfig-model-perl - describe and edit configuration data
Changes: 
 libconfig-model-perl (0.636-1) unstable; urgency=low
 .
   * New upstream release.
Checksums-Sha1: 
 32522e66b3053ecbedde8cccb3c6149cc15f 1649 libconfig-model-perl_0.636-1.dsc
 66f9df0ab039f5026750923a0f73373fc0958e94 216708 
libconfig-model-perl_0.636.orig.tar.gz
 470eb627f73e22faadb197382cf016e616d4acbd 1950 
libconfig-model-perl_0.636-1.diff.gz
 33ac8237b74b98f32a41b98ea1ec363d370f3716 231784 
libconfig-model-perl_0.636-1_all.deb
Checksums-Sha256: 
 83494075a6a545796532c166615b779c712002423ed5bf493ab55f6c9dbbd287 1649 
libconfig-model-perl_0.636-1.dsc
 f178e78549ef5ff93b3450d86692a630378bd278df3e209c4982068af420896b 216708 
libconfig-model-perl_0.636.orig.tar.gz
 8a3eaee96c413b36eba8851e90c0497665e7ce5f8fe9d59f1923766432bb83f4 1950 
libconfig-model-perl_0.636-1.diff.gz
 921a22bacd2fcd9017dc03d46e1ea36daa0cc067c0d7ab29e2c73ecfc2fedb8f 231784 
libconfig-model-perl_0.636-1_all.deb
Files: 
 83de484890105c93d78d97adc8161742 1649 perl optional 
libconfig-model-perl_0.636-1.dsc
 5c9ed07d4aff871525fc28f22dfda725 216708 perl optional 
libconfig-model-perl_0.636.orig.tar.gz
 bc772df1fd157b99bbb81baed493ad0e 1950 perl optional 
libconfig-model-perl_0.636-1.diff.gz
 6e1251333596ccd19fef425c00182f8f 231784 perl optional 
libconfig-model-perl_0.636-1_all.deb

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

iEYEARECAAYFAkoilXIACgkQOzKYnQDzz+RA6wCeLgj3RZ1zmoxtrgjaBPpTrUEn
pKEAoLXBs7rxX8Upd+nZhBl06m7C00yK
=v+MP
-END PGP SIGNATURE-


Accepted:
libconfig-model-perl_0.636-1.diff.gz
  to pool/main/libc/libconfig-model-perl/libconfig-model-perl_0.636-1.diff.gz
libconfig-model-perl_0.636-1.dsc
  to pool/main/libc/libconfig-model-perl/libconfig-model-perl_0.636-1.dsc
libconfig-model-perl_0.636-1_all.deb
  to pool/main/libc/libconfig-model-perl/libconfig-model-perl_0.636-1_all.deb
libconfig-model-perl_0.636.orig.tar.gz
  to pool/main/libc/libconfig-model-perl/libconfig-model-perl_0.636.orig.tar.gz


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



Accepted sugar-web-activity 108-1 (source all)

2009-05-31 Thread Jonas Smedegaard
-BEGIN PGP SIGNED MESSAGE-
Hash: RIPEMD160

Format: 1.8
Date: Sun, 31 May 2009 17:03:37 +0200
Source: sugar-web-activity
Binary: sugar-web-activity
Architecture: source all
Version: 108-1
Distribution: unstable
Urgency: low
Maintainer: Debian OLPC debian-olpc-de...@lists.alioth.debian.org
Changed-By: Jonas Smedegaard d...@jones.dk
Description: 
 sugar-web-activity - web browsing activity for the Sugar graphical shell
Changes: 
 sugar-web-activity (108-1) unstable; urgency=low
 .
   * New upstream release.
   * Update upstream source URL (moved to subdir fructose).
   * Add README.source (and drop CDBS hints and README.packaging).
   * Update CDBS snippets:
 + Minor updates to copyright-check.mk and upstream-tarball.mk
 + Enhance package-relations.mk to support all binary package
   relations (except -indep ones)
 + Extend package-relation.mk to handle debhelper 6 and 7.0.1
   * Add git-buildpackage configfile, enabling signed tags and use of
 pristine-tar.
   * Update copyright info:
 + Rewrite to use DEP5 r48 proposed machine-readable format
 + Add author (no new licenses)
 + Add verbatim license texts
 + Bump licensing years of both upstream source and debian packaging
 + Merge entries with same authors and copyrights
 + Add proper licensing header to debian/rules
   * Handle binary (not only source) dependencies in rules file.
   * Limit Sugar-related dependencies to current branch (0.84).
   * Limit Python support til 2.5 and newer (sqlite3 problem on 2.4).
   * Add patch 1002 reverting upstream xulrunner workaround expected to
 not apply here.
   * Bump policy compliance to Standards-Version 3.8.1.
Checksums-Sha1: 
 3b14beaa45f63f0201417221720c8063046e2d6a 1511 sugar-web-activity_108-1.dsc
 39d716a35a2c6b2a14ce5d19c34180c8c7fa34d2 158993 
sugar-web-activity_108.orig.tar.gz
 3b2ed13d3d8baba6ac5747518d25e413e347ae1b 13774 sugar-web-activity_108-1.diff.gz
 ec74a630a9a059e84e2be8d2d7d63b764f6a3304 178798 
sugar-web-activity_108-1_all.deb
Checksums-Sha256: 
 cc79ea66c4fd0058c8ce768703a22ab6cd4600b226425a84d4e5f2e95dc4d8b4 1511 
sugar-web-activity_108-1.dsc
 0ba686309a00c165780f06a46a7002424f2c0a21d7510db66ec14d2631f68959 158993 
sugar-web-activity_108.orig.tar.gz
 ddd62e8184b35627ce7996e953e4876802824df70c0c3098fc59706ccf6e1911 13774 
sugar-web-activity_108-1.diff.gz
 34231d183090c8f924081600db02bbce0317b82690513b419ad5778e926c16a0 178798 
sugar-web-activity_108-1_all.deb
Files: 
 bda2e2173827ec3f40b3882971da09ea 1511 x11 optional sugar-web-activity_108-1.dsc
 20cb9b99d88f5ae49a89994a4324b401 158993 x11 optional 
sugar-web-activity_108.orig.tar.gz
 79522fbfdae6648d4029a554f7ee05c8 13774 x11 optional 
sugar-web-activity_108-1.diff.gz
 fa127f003076ff05965ad39a795b3fbe 178798 x11 optional 
sugar-web-activity_108-1_all.deb

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

iEYEAREDAAYFAkoinQgACgkQn7DbMsAkQLj37wCfQiQBEMwJQ1zOIoXz9U43vzlb
6vIAnRS9qMsFbr3C5u4i6u8nldqDyV+q
=nPYN
-END PGP SIGNATURE-


Accepted:
sugar-web-activity_108-1.diff.gz
  to pool/main/s/sugar-web-activity/sugar-web-activity_108-1.diff.gz
sugar-web-activity_108-1.dsc
  to pool/main/s/sugar-web-activity/sugar-web-activity_108-1.dsc
sugar-web-activity_108-1_all.deb
  to pool/main/s/sugar-web-activity/sugar-web-activity_108-1_all.deb
sugar-web-activity_108.orig.tar.gz
  to pool/main/s/sugar-web-activity/sugar-web-activity_108.orig.tar.gz


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



Accepted libmocked-perl 0.09-3 (source all)

2009-05-31 Thread gregor herrmann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 31 May 2009 15:58:04 +0200
Source: libmocked-perl
Binary: libmocked-perl
Architecture: source all
Version: 0.09-3
Distribution: unstable
Urgency: low
Maintainer: Debian Perl Group pkg-perl-maintain...@lists.alioth.debian.org
Changed-By: gregor herrmann gre...@debian.org
Description: 
 libmocked-perl - module to use real libraries from within mocked libraries
Closes: 531234
Changes: 
 libmocked-perl (0.09-3) unstable; urgency=low
 .
   [ Ryan Niebur ]
   * Add myself to Uploaders
   * add missing build dep on liburi-perl (Closes: #531234)
 .
   [ gregor herrmann ]
   * Minimize debian/rules, bump debhelper build dependency and debian/compat.
   * Add /me to Uploaders.
   * debian/copyright: switch to new format.
Checksums-Sha1: 
 2dde2c4b398dc058d3fab94fd7e4fc8890c08a55 1390 libmocked-perl_0.09-3.dsc
 5c80edf7f4af8515e4441b4ea0e43817888bed74 1562 libmocked-perl_0.09-3.diff.gz
 38fda482bed8bb5114e77b4996dad6317f526d23 9618 libmocked-perl_0.09-3_all.deb
Checksums-Sha256: 
 440882c1d108b38634c08979eecebdf6061a9948734f0c20219094a3121c72a1 1390 
libmocked-perl_0.09-3.dsc
 632db5243f3790c3db18d1d857650e740ae65671f045a2cc6e55f5b132e665af 1562 
libmocked-perl_0.09-3.diff.gz
 1a315e02e140b200e4a05633b5ea7ecc399eacc9400f2ae9ce3cd51f35e68302 9618 
libmocked-perl_0.09-3_all.deb
Files: 
 806e5e8c6305a5a24a30f54cdd9e04ef 1390 perl optional libmocked-perl_0.09-3.dsc
 2ba4b20dc2511adb1fa81bfabb312d12 1562 perl optional 
libmocked-perl_0.09-3.diff.gz
 6460624e191655843d0cbcdc5fb3bd32 9618 perl optional 
libmocked-perl_0.09-3_all.deb

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

iEYEARECAAYFAkoijRsACgkQOzKYnQDzz+QS3QCgplj4MQQUFVlNY8pSoqbxDDui
+uwAn3JhJV8Mrw6CG7Z1cJUImEjsucHc
=pSUW
-END PGP SIGNATURE-


Accepted:
libmocked-perl_0.09-3.diff.gz
  to pool/main/libm/libmocked-perl/libmocked-perl_0.09-3.diff.gz
libmocked-perl_0.09-3.dsc
  to pool/main/libm/libmocked-perl/libmocked-perl_0.09-3.dsc
libmocked-perl_0.09-3_all.deb
  to pool/main/libm/libmocked-perl/libmocked-perl_0.09-3_all.deb


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



Accepted libmoosex-emulate-class-accessor-fast-perl 0.00900-1 (source all)

2009-05-31 Thread Ansgar Burchardt
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 31 May 2009 12:08:39 +0200
Source: libmoosex-emulate-class-accessor-fast-perl
Binary: libmoosex-emulate-class-accessor-fast-perl
Architecture: source all
Version: 0.00900-1
Distribution: unstable
Urgency: low
Maintainer: Debian Perl Group pkg-perl-maintain...@lists.alioth.debian.org
Changed-By: Ansgar Burchardt ans...@43-1.org
Description: 
 libmoosex-emulate-class-accessor-fast-perl - module to emulate 
Class::Accessor::Fast using Moose attributes
Changes: 
 libmoosex-emulate-class-accessor-fast-perl (0.00900-1) unstable; urgency=low
 .
   [ Ansgar Burchardt ]
   * New upstream release.
   * Add myself to Uploaders.
   * Bump debhelper dependency to 7.2.13 since this package uses
 Module::Install.
   * Use tiny debian/rules.
 .
   [ gregor herrmann ]
   * debian/control:
 - remove libmodule-install-perl from Build-Depends
 - make short description a noun phrase
Checksums-Sha1: 
 4b006f6b13381d6056aceffc419f5487b3ad426a 1779 
libmoosex-emulate-class-accessor-fast-perl_0.00900-1.dsc
 d7e5de4d71f88d14013d382a3596409a1705d446 21344 
libmoosex-emulate-class-accessor-fast-perl_0.00900.orig.tar.gz
 8f4a7634f5f96bb2342558ef215af91988b9994b 2096 
libmoosex-emulate-class-accessor-fast-perl_0.00900-1.diff.gz
 b3134c9aab11d49d1424e66151009ed71e5deade 13534 
libmoosex-emulate-class-accessor-fast-perl_0.00900-1_all.deb
Checksums-Sha256: 
 aa63892ae0a8b72e1cfefdb55cc05d2d8f63bff9bb5faf6b8edac11da59a5d0f 1779 
libmoosex-emulate-class-accessor-fast-perl_0.00900-1.dsc
 4741f59181ef37016c3b86d26345c55c5ec1f895d51dc58a5a604042a287b3eb 21344 
libmoosex-emulate-class-accessor-fast-perl_0.00900.orig.tar.gz
 a67209a1c7b41bb4b554d9ea193afdeeddfb4dda2501b8fe46afd397c6b020a4 2096 
libmoosex-emulate-class-accessor-fast-perl_0.00900-1.diff.gz
 ca82270515d826d735a08019e6a2e3322c8ca0bbf91024cb979e1d2c34e5e10b 13534 
libmoosex-emulate-class-accessor-fast-perl_0.00900-1_all.deb
Files: 
 22202b4ebc171c50f31d08407e8bb3b2 1779 perl optional 
libmoosex-emulate-class-accessor-fast-perl_0.00900-1.dsc
 36ed235d4d2d9759c24a99358eb471e6 21344 perl optional 
libmoosex-emulate-class-accessor-fast-perl_0.00900.orig.tar.gz
 06d95fa95f6342c7c6e754d5ca7cafb0 2096 perl optional 
libmoosex-emulate-class-accessor-fast-perl_0.00900-1.diff.gz
 7520afae604b8dc8efd4159615fb8ff9 13534 perl optional 
libmoosex-emulate-class-accessor-fast-perl_0.00900-1_all.deb

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

iEYEARECAAYFAkoiqIAACgkQOzKYnQDzz+Ql4ACgg80DljR6WPOrMDP6+VfdTL4l
iaMAnjg1cPQzGFM6LTXNMaI01hnhQAzo
=cE+v
-END PGP SIGNATURE-


Accepted:
libmoosex-emulate-class-accessor-fast-perl_0.00900-1.diff.gz
  to 
pool/main/libm/libmoosex-emulate-class-accessor-fast-perl/libmoosex-emulate-class-accessor-fast-perl_0.00900-1.diff.gz
libmoosex-emulate-class-accessor-fast-perl_0.00900-1.dsc
  to 
pool/main/libm/libmoosex-emulate-class-accessor-fast-perl/libmoosex-emulate-class-accessor-fast-perl_0.00900-1.dsc
libmoosex-emulate-class-accessor-fast-perl_0.00900-1_all.deb
  to 
pool/main/libm/libmoosex-emulate-class-accessor-fast-perl/libmoosex-emulate-class-accessor-fast-perl_0.00900-1_all.deb
libmoosex-emulate-class-accessor-fast-perl_0.00900.orig.tar.gz
  to 
pool/main/libm/libmoosex-emulate-class-accessor-fast-perl/libmoosex-emulate-class-accessor-fast-perl_0.00900.orig.tar.gz


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



Accepted sugar-web-activity 108-2 (source all)

2009-05-31 Thread Jonas Smedegaard
-BEGIN PGP SIGNED MESSAGE-
Hash: RIPEMD160

Format: 1.8
Date: Sun, 31 May 2009 17:12:26 +0200
Source: sugar-web-activity
Binary: sugar-web-activity
Architecture: source all
Version: 108-2
Distribution: unstable
Urgency: low
Maintainer: Debian OLPC debian-olpc-de...@lists.alioth.debian.org
Changed-By: Jonas Smedegaard d...@jones.dk
Description: 
 sugar-web-activity - web browsing activity for the Sugar graphical shell
Changes: 
 sugar-web-activity (108-2) unstable; urgency=low
 .
   * Fix depend on python-carquinyol (not python-olpc-datastore.
Checksums-Sha1: 
 4d05cbd127b8057fd5038a7b9c49159ba4009f0d 1511 sugar-web-activity_108-2.dsc
 f27a85b299bda9a4775f7760cf66f1274d749c13 13805 sugar-web-activity_108-2.diff.gz
 863bc533d4da4ea705859a70c9ce362330bab336 178830 
sugar-web-activity_108-2_all.deb
Checksums-Sha256: 
 90f07eb838f8cc156b95dbb1f9030794d0cdd7afb4ff9afc20432ff51b26de78 1511 
sugar-web-activity_108-2.dsc
 a3d259c40221497f5fb02b1f82f0b05dab9f92c538e44d0e6181f97fa66ecc5e 13805 
sugar-web-activity_108-2.diff.gz
 deb8a334fb8afcd2027d02eeeaad7504cebe8a090d6fb2a76aa6b11ecc0f602e 178830 
sugar-web-activity_108-2_all.deb
Files: 
 95ba2cb1c2dc554780e4211ba121a262 1511 x11 optional sugar-web-activity_108-2.dsc
 63a9233f59950505cce14d5ae2287f19 13805 x11 optional 
sugar-web-activity_108-2.diff.gz
 4bb6b09c565f0e38534514b053254ea7 178830 x11 optional 
sugar-web-activity_108-2_all.deb

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

iEYEAREDAAYFAkoinzUACgkQn7DbMsAkQLiLNgCgmbF9YGTtQz0lzBRgO5l6ELNC
FrUAn12yzmPGsCFVOGEscfhIiGzhZyB2
=Niva
-END PGP SIGNATURE-


Accepted:
sugar-web-activity_108-2.diff.gz
  to pool/main/s/sugar-web-activity/sugar-web-activity_108-2.diff.gz
sugar-web-activity_108-2.dsc
  to pool/main/s/sugar-web-activity/sugar-web-activity_108-2.dsc
sugar-web-activity_108-2_all.deb
  to pool/main/s/sugar-web-activity/sugar-web-activity_108-2_all.deb


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



Accepted jhead 2.875-2 (source amd64)

2009-05-31 Thread Ludovic Rousseau
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 31 May 2009 17:36:13 +0200
Source: jhead
Binary: jhead
Architecture: source amd64
Version: 2.875-2
Distribution: unstable
Urgency: low
Maintainer: Ludovic Rousseau rouss...@debian.org
Changed-By: Ludovic Rousseau rouss...@debian.org
Description: 
 jhead  - manipulate the non-image part of Exif compliant JPEG files
Closes: 530401
Changes: 
 jhead (2.875-2) unstable; urgency=low
 .
   * Fix segmentation fault on corrupt input file patch from upstream
 debian/patches/30_buffer_overflow (Closes: #530401)
Checksums-Sha1: 
 98da1f261f053e967a1ba61197743db99a85b928 986 jhead_2.875-2.dsc
 50d4970f773bc77888918dc5def71aff6d26 5683 jhead_2.875-2.diff.gz
 cb6044e4b60cf3d41d9bc1c9e2e4ae9fa08924ce 46760 jhead_2.875-2_amd64.deb
Checksums-Sha256: 
 3472ac20660be6c54e4b24ae8757627254949dffab95352feebe57eea0d2df53 986 
jhead_2.875-2.dsc
 0645aa7e6a44cdcfa1cf1d6af1c7afc0e56655ffc8e4985c17b483413bcb8170 5683 
jhead_2.875-2.diff.gz
 34cfce5169864b9b395c7d1294cf9337807cc38f30def0166bad704528741956 46760 
jhead_2.875-2_amd64.deb
Files: 
 bccf2ea52f296b9195bd929a4caba6b4 986 graphics optional jhead_2.875-2.dsc
 c74ee778777ee9ce80a77b15cda6a80d 5683 graphics optional jhead_2.875-2.diff.gz
 40aa3725d19a5a2b232787a2c47ac47e 46760 graphics optional 
jhead_2.875-2_amd64.deb

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

iEYEARECAAYFAkoipG4ACgkQP0qKj+B/HPm4vACeP1dlGQpLq/5YaHqjPSGWm1jL
ZusAn2CgerohZ/nBZc4vFRX6ecDY3SOQ
=IdId
-END PGP SIGNATURE-


Accepted:
jhead_2.875-2.diff.gz
  to pool/main/j/jhead/jhead_2.875-2.diff.gz
jhead_2.875-2.dsc
  to pool/main/j/jhead/jhead_2.875-2.dsc
jhead_2.875-2_amd64.deb
  to pool/main/j/jhead/jhead_2.875-2_amd64.deb


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



Accepted libsocialtext-resting-perl 0.27-2 (source all)

2009-05-31 Thread gregor herrmann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 31 May 2009 17:43:22 +0200
Source: libsocialtext-resting-perl
Binary: libsocialtext-resting-perl
Architecture: source all
Version: 0.27-2
Distribution: unstable
Urgency: low
Maintainer: Debian Perl Group pkg-perl-maintain...@lists.alioth.debian.org
Changed-By: gregor herrmann gre...@debian.org
Description: 
 libsocialtext-resting-perl - simple tool to use Socialtext RESTful API
Closes: 531236
Changes: 
 libsocialtext-resting-perl (0.27-2) unstable; urgency=low
 .
   [ Ryan Niebur ]
   * add some missing build dependencies (closes: #531236)
   * Add myself to Uploaders
 .
   [ gregor herrmann ]
   * Add /me to Uploaders.
   * Set debhelper compatibility level to 7; adapt
 debian/{control,compat,rules}.
   * Don't install README anymore.
   * debian/copyright: switch to new format.
   * debian/control: slightly improve short and long description.
   * Turn off network test.
Checksums-Sha1: 
 c469d59f8fbcc8b98dff2f4262f2d23bf0cf5441 1662 
libsocialtext-resting-perl_0.27-2.dsc
 834dd5a80331ee0263867223c7ceb92c1656166a 1684 
libsocialtext-resting-perl_0.27-2.diff.gz
 08c59eeec7ba83e721db4a2d0555260d5f347e2e 21260 
libsocialtext-resting-perl_0.27-2_all.deb
Checksums-Sha256: 
 fb5b494db87c46f944296ce6c7679c6880d062ee7b22c9a2b0aa584f1c6abe39 1662 
libsocialtext-resting-perl_0.27-2.dsc
 a8aeafcc32753e27dde34af88bf043ad09d4eebb95a5cec95e9a41145ba5844d 1684 
libsocialtext-resting-perl_0.27-2.diff.gz
 6a312bee5825bf0dd9415470cda6d2a450289f24127afec4b1a49bf5ed28492f 21260 
libsocialtext-resting-perl_0.27-2_all.deb
Files: 
 b5e28de97036cb7c2e0f86515acc8e1f 1662 perl optional 
libsocialtext-resting-perl_0.27-2.dsc
 5c3b0b2476fbc86aade55482ac5e154b 1684 perl optional 
libsocialtext-resting-perl_0.27-2.diff.gz
 bdb83992eaefd0bc034ab78f5a6c737c 21260 perl optional 
libsocialtext-resting-perl_0.27-2_all.deb

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

iEYEARECAAYFAkoipcwACgkQOzKYnQDzz+TTNwCePZYnnfEB39xwrlWMwK5aDtq9
em8Anj/HXfkEc0D2gH9q83kDtbJsOtcW
=tCVS
-END PGP SIGNATURE-


Accepted:
libsocialtext-resting-perl_0.27-2.diff.gz
  to 
pool/main/libs/libsocialtext-resting-perl/libsocialtext-resting-perl_0.27-2.diff.gz
libsocialtext-resting-perl_0.27-2.dsc
  to 
pool/main/libs/libsocialtext-resting-perl/libsocialtext-resting-perl_0.27-2.dsc
libsocialtext-resting-perl_0.27-2_all.deb
  to 
pool/main/libs/libsocialtext-resting-perl/libsocialtext-resting-perl_0.27-2_all.deb


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



Accepted nautilus 2.26.2-5 (source all amd64)

2009-05-31 Thread Josselin Mouette
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 31 May 2009 17:53:10 +0200
Source: nautilus
Binary: nautilus nautilus-dbg libnautilus-extension1 libnautilus-extension-dev 
nautilus-data
Architecture: source all amd64
Version: 2.26.2-5
Distribution: unstable
Urgency: low
Maintainer: Josselin Mouette j...@debian.org
Changed-By: Josselin Mouette j...@debian.org
Description: 
 libnautilus-extension-dev - libraries for nautilus components - development 
version
 libnautilus-extension1 - libraries for nautilus components - runtime version
 nautilus   - file manager and graphical shell for GNOME
 nautilus-data - data files for nautilus
 nautilus-dbg - file manager and graphical shell for GNOME - debugging version
Changes: 
 nautilus (2.26.2-5) unstable; urgency=low
 .
   * 11_restart_mode.patch: removed, it is useless now that we never
 autorespawn nautilus. Furthermore, nautilus-home.desktop is lacking
 a X-GNOME-Provides: field.
   * 13_autostart.patch: refreshed accordingly.
Checksums-Sha1: 
 1cfc95147bb981a653d0c7830262cea6bf2dd32a 1966 nautilus_2.26.2-5.dsc
 491edc0849d5ed0c2d7b00fc2097c5af1a83ff31 546775 nautilus_2.26.2-5.diff.gz
 e8aae2bd32f3a9d02a515dbff993ce1fffd345ee 5101196 nautilus-data_2.26.2-5_all.deb
 f7eef717db60f528e6aee46d33eca64bc43161df 1461988 nautilus_2.26.2-5_amd64.deb
 982c004b91c85e36d1f6f7aa181f93de38e8c8f6 3461642 
nautilus-dbg_2.26.2-5_amd64.deb
 125b7051c0a12d863a025ce3a7aad5bc41d453c4 188352 
libnautilus-extension1_2.26.2-5_amd64.deb
 14ef5464d9fb29cfd5540f60cdf5ce9f59d31998 204476 
libnautilus-extension-dev_2.26.2-5_amd64.deb
Checksums-Sha256: 
 668a40206ebb1dbee0f8a006327cc2d906ff03f328b4add62401bf891de2ca90 1966 
nautilus_2.26.2-5.dsc
 a923b4ec569164cc7c34ca9312eebb58960bef275e3159fb310a13db4d64f217 546775 
nautilus_2.26.2-5.diff.gz
 ab64afe40474e91bc8b91c396f031153a348d0dfe3670e4452e41dd607f712ac 5101196 
nautilus-data_2.26.2-5_all.deb
 f381ca5c283bdfe69d064bdb25680d821f7c1b2c406121f341b1c3793eaac8fc 1461988 
nautilus_2.26.2-5_amd64.deb
 d954ea60f343d87741088b0a211e5b4182f5a001382edb6f6291e4f843e8a2be 3461642 
nautilus-dbg_2.26.2-5_amd64.deb
 f79d92c5037af5963a6222aa22256b3542616a12580c50a156f522201c697cfa 188352 
libnautilus-extension1_2.26.2-5_amd64.deb
 b7c13564cc22c518dd9dac9cf7ceb3ec562e07da3669459a94bcd3540c312c83 204476 
libnautilus-extension-dev_2.26.2-5_amd64.deb
Files: 
 2f372c1fd75f58db47270079d4d0daf1 1966 gnome optional nautilus_2.26.2-5.dsc
 c5d6797fb69329da2143ff532ee32446 546775 gnome optional 
nautilus_2.26.2-5.diff.gz
 13201b26798bb1ebb3e3ccbcabd5e768 5101196 gnome optional 
nautilus-data_2.26.2-5_all.deb
 59c7e5118c352ae1d7a1f603c3bc4163 1461988 gnome optional 
nautilus_2.26.2-5_amd64.deb
 23bdc7e3bcb5290ecdd454ca737a87e5 3461642 debug extra 
nautilus-dbg_2.26.2-5_amd64.deb
 580d7e1ed04d01b97f9f7e2d387ac0bf 188352 libs optional 
libnautilus-extension1_2.26.2-5_amd64.deb
 f9ef099e7379371df4972da8abd2a21a 204476 libdevel optional 
libnautilus-extension-dev_2.26.2-5_amd64.deb

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

iD8DBQFKIq59rSla4ddfhTMRAqc7AKDyp1Zqf23e03e9kp8x29jh2/fPhACffR3e
pMmhkJ2RHcw12RkU20nNJ0M=
=OD8B
-END PGP SIGNATURE-


Accepted:
libnautilus-extension-dev_2.26.2-5_amd64.deb
  to pool/main/n/nautilus/libnautilus-extension-dev_2.26.2-5_amd64.deb
libnautilus-extension1_2.26.2-5_amd64.deb
  to pool/main/n/nautilus/libnautilus-extension1_2.26.2-5_amd64.deb
nautilus-data_2.26.2-5_all.deb
  to pool/main/n/nautilus/nautilus-data_2.26.2-5_all.deb
nautilus-dbg_2.26.2-5_amd64.deb
  to pool/main/n/nautilus/nautilus-dbg_2.26.2-5_amd64.deb
nautilus_2.26.2-5.diff.gz
  to pool/main/n/nautilus/nautilus_2.26.2-5.diff.gz
nautilus_2.26.2-5.dsc
  to pool/main/n/nautilus/nautilus_2.26.2-5.dsc
nautilus_2.26.2-5_amd64.deb
  to pool/main/n/nautilus/nautilus_2.26.2-5_amd64.deb


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



Accepted libmro-compat-perl 0.11-1 (source all)

2009-05-31 Thread Nathan Handler
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 31 May 2009 02:55:34 +
Source: libmro-compat-perl
Binary: libmro-compat-perl
Architecture: source all
Version: 0.11-1
Distribution: unstable
Urgency: low
Maintainer: Debian Perl Group pkg-perl-maintain...@lists.alioth.debian.org
Changed-By: Nathan Handler nhand...@ubuntu.com
Description: 
 libmro-compat-perl - mro::* interface compatibility for Perls  5.9.5
Changes: 
 libmro-compat-perl (0.11-1) unstable; urgency=low
 .
   [ Nathan Handler ]
   * New upstream release
   * debian/copyright: Update statement for Module::Install
   * debian/control: Add myself to list of uploaders.
 .
   [ gregor herrmann ]
   * debian/control: make (build) dependency on libclass-c3-perl versioned.
Checksums-Sha1: 
 1486148dfdf4c0c9927dcabe49d181fdca4ea35a 1541 libmro-compat-perl_0.11-1.dsc
 295954e3ce0cd5b1df1e992c987a89e5c6fb7713 20474 
libmro-compat-perl_0.11.orig.tar.gz
 8505f2245f7c49bc4b14cb75cf1bdef6fe273c54 2485 libmro-compat-perl_0.11-1.diff.gz
 5f97675fcb00476abdba8808a18e83154758a5c3 12702 
libmro-compat-perl_0.11-1_all.deb
Checksums-Sha256: 
 f7904a8b68eb8a95ac3ce297d7463ec8082fdcf817e9774b1900c57b6e0c8643 1541 
libmro-compat-perl_0.11-1.dsc
 074b27543110d3d6df914c49ef5afc7b4871da648aab81a51cbab1e719a0505c 20474 
libmro-compat-perl_0.11.orig.tar.gz
 7fdefbe791313dc631da682ed316982ad85ad18cffdfe6a0f25547439a948bf1 2485 
libmro-compat-perl_0.11-1.diff.gz
 4e3ec8e2f77e813c98dd792b99fc09c182211381a712eddce578e47cabba7fcb 12702 
libmro-compat-perl_0.11-1_all.deb
Files: 
 a117397b060b8fdee01ee16a37f196ec 1541 perl optional 
libmro-compat-perl_0.11-1.dsc
 462b68631d5bef8c807190f1c5c17306 20474 perl optional 
libmro-compat-perl_0.11.orig.tar.gz
 2efa99dd90e63634dda234f9d70d8abf 2485 perl optional 
libmro-compat-perl_0.11-1.diff.gz
 8cada1ad4c0660474b56858db9c17fc6 12702 perl optional 
libmro-compat-perl_0.11-1_all.deb

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

iEYEARECAAYFAkoiq0sACgkQOzKYnQDzz+TxvgCfYJVctpT9MwCuREVHRRfdEKmJ
WkUAn128ZDlaY3KVNSccQ4/9SWFTyTVl
=nI6K
-END PGP SIGNATURE-


Accepted:
libmro-compat-perl_0.11-1.diff.gz
  to pool/main/libm/libmro-compat-perl/libmro-compat-perl_0.11-1.diff.gz
libmro-compat-perl_0.11-1.dsc
  to pool/main/libm/libmro-compat-perl/libmro-compat-perl_0.11-1.dsc
libmro-compat-perl_0.11-1_all.deb
  to pool/main/libm/libmro-compat-perl/libmro-compat-perl_0.11-1_all.deb
libmro-compat-perl_0.11.orig.tar.gz
  to pool/main/libm/libmro-compat-perl/libmro-compat-perl_0.11.orig.tar.gz


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



Accepted guilt 0.32.1-1 (source all)

2009-05-31 Thread Iulian Udrea
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 30 May 2009 08:02:41 +0100
Source: guilt
Binary: guilt
Architecture: source all
Version: 0.32.1-1
Distribution: unstable
Urgency: low
Maintainer: Iulian Udrea iul...@ubuntu.com
Changed-By: Iulian Udrea iul...@ubuntu.com
Description: 
 guilt  - quilt for git; similar to Mercurial queues
Closes: 530094
Changes: 
 guilt (0.32.1-1) unstable; urgency=low
 .
   * New upstream release.
 - allow guilt to handle binary files
 - regression: fix output mismatch with git 1.6.2
 - select/guard: fix bashism (Closes: #530094)
   * debian/control:
 - bump Standards-Version to 3.8.1 (no changes required)
Checksums-Sha1: 
 68728e2a413a65330a66ecdd81925c74f6a260ac 1188 guilt_0.32.1-1.dsc
 d5d6b995100b239ca49d47fc4d40eb5a5c39ef73 48130 guilt_0.32.1.orig.tar.gz
 585636611ee86476546b271beac9970007cc405d 2972 guilt_0.32.1-1.diff.gz
 9f5d075a12c0cc9aa9719523835168e12eaac75b 51754 guilt_0.32.1-1_all.deb
Checksums-Sha256: 
 5530372ea9f0f9f589bf2493033977804dad5c617eb370140dfb6be94b55c569 1188 
guilt_0.32.1-1.dsc
 85dc11bb2432c72ced85686f6e7df621d065109525eb40ccb986e26ddea61904 48130 
guilt_0.32.1.orig.tar.gz
 576611a6d36ac45738ac64801396b16701bb288c3101f41e337fce036f78e918 2972 
guilt_0.32.1-1.diff.gz
 de91007c9d2370042903c28bb714e22e688adaa66d97a427b029026b7bfe4e2a 51754 
guilt_0.32.1-1_all.deb
Files: 
 59443a7339a2c0ed3ea11871020c3b36 1188 devel optional guilt_0.32.1-1.dsc
 89400561b6706f76d993a95de8ac89d9 48130 devel optional guilt_0.32.1.orig.tar.gz
 63b0a884cb46870220f9bfcbbe4c02ca 2972 devel optional guilt_0.32.1-1.diff.gz
 43a23b4a7b79d466a279de67eecef4cc 51754 devel optional guilt_0.32.1-1_all.deb

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

iEYEARECAAYFAkoiqUMACgkQ5ItltUs5T35v/ACgqE3OeV9b1oeo1ecGx1VDn5Px
BsYAoK60FufNlPc9JaVTgEJxhkgYf6E6
=Jwom
-END PGP SIGNATURE-


Accepted:
guilt_0.32.1-1.diff.gz
  to pool/main/g/guilt/guilt_0.32.1-1.diff.gz
guilt_0.32.1-1.dsc
  to pool/main/g/guilt/guilt_0.32.1-1.dsc
guilt_0.32.1-1_all.deb
  to pool/main/g/guilt/guilt_0.32.1-1_all.deb
guilt_0.32.1.orig.tar.gz
  to pool/main/g/guilt/guilt_0.32.1.orig.tar.gz


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



Accepted libsql-abstract-perl 1.56-1 (source all)

2009-05-31 Thread Ansgar Burchardt
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 31 May 2009 12:24:08 +0200
Source: libsql-abstract-perl
Binary: libsql-abstract-perl
Architecture: source all
Version: 1.56-1
Distribution: unstable
Urgency: low
Maintainer: Debian Perl Group pkg-perl-maintain...@lists.alioth.debian.org
Changed-By: Ansgar Burchardt ans...@43-1.org
Description: 
 libsql-abstract-perl - Perl module to generate SQL from Perl data structures
Changes: 
 libsql-abstract-perl (1.56-1) unstable; urgency=low
 .
   * New upstream release.
   * Bump debhelper build-dep to 7.2.13 since this package uses
 Module::Install.
   * Use tiny debian/rules.
Checksums-Sha1: 
 9781b83a00cf89f60b9b47d688e4428618153a5d 1528 libsql-abstract-perl_1.56-1.dsc
 8ed7490572f0f507ab7dccd962101deefa68e2a9 58389 
libsql-abstract-perl_1.56.orig.tar.gz
 9bb333640879e8d3ee9f3cb8f95df04c76967973 2938 
libsql-abstract-perl_1.56-1.diff.gz
 e7cf715cbbb51cbc91ca200f65a5ef922e852b90 52180 
libsql-abstract-perl_1.56-1_all.deb
Checksums-Sha256: 
 b2b216183c7ac4e88c44659976cf04784d82673d1508ca2ea86babc4b1e3871d 1528 
libsql-abstract-perl_1.56-1.dsc
 0e876040ab1285bc9856df1d93a6ffa63480aa543714b399b814623a0601d991 58389 
libsql-abstract-perl_1.56.orig.tar.gz
 005f67d685296e4796ab8ef0ddff7825cbf8c2bdbac2673aada25a42bd4808f8 2938 
libsql-abstract-perl_1.56-1.diff.gz
 220e3c0aa103734c98d0c7f0e02d394876f46d929fb0bc7359dd3596bedc0b5e 52180 
libsql-abstract-perl_1.56-1_all.deb
Files: 
 937cd1b4aa333b0abe78f495e02d08ab 1528 perl optional 
libsql-abstract-perl_1.56-1.dsc
 ab649305d42c30bc3ab87475bd2e07d9 58389 perl optional 
libsql-abstract-perl_1.56.orig.tar.gz
 882d209e5d653338bb17f0c6c931ac5e 2938 perl optional 
libsql-abstract-perl_1.56-1.diff.gz
 38de46c299a436266cc65f57e756c2cf 52180 perl optional 
libsql-abstract-perl_1.56-1_all.deb

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

iEYEARECAAYFAkoiqsoACgkQOzKYnQDzz+RqlgCg6h/zSmHJ+koGgkIturmM7wKw
7X4AoJjlhBfslVPC4E0XnZl9a+ZbV1Sz
=Ptas
-END PGP SIGNATURE-


Accepted:
libsql-abstract-perl_1.56-1.diff.gz
  to pool/main/libs/libsql-abstract-perl/libsql-abstract-perl_1.56-1.diff.gz
libsql-abstract-perl_1.56-1.dsc
  to pool/main/libs/libsql-abstract-perl/libsql-abstract-perl_1.56-1.dsc
libsql-abstract-perl_1.56-1_all.deb
  to pool/main/libs/libsql-abstract-perl/libsql-abstract-perl_1.56-1_all.deb
libsql-abstract-perl_1.56.orig.tar.gz
  to pool/main/libs/libsql-abstract-perl/libsql-abstract-perl_1.56.orig.tar.gz


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



Accepted sqlite3 3.6.14.2-1 (source all amd64)

2009-05-31 Thread GCS
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 31 May 2009 16:28:06 +
Source: sqlite3
Binary: lemon sqlite3 sqlite3-doc libsqlite3-0-dbg libsqlite3-0 libsqlite3-dev 
libsqlite3-tcl
Architecture: source all amd64
Version: 3.6.14.2-1
Distribution: unstable
Urgency: low
Maintainer: Laszlo Boszormenyi (GCS) g...@debian.hu
Changed-By: Laszlo Boszormenyi (GCS) g...@debian.hu
Description: 
 lemon  - The Lemon Parser Generator
 libsqlite3-0 - SQLite 3 shared library
 libsqlite3-0-dbg - SQLite 3 debugging symbols
 libsqlite3-dev - SQLite 3 development files
 libsqlite3-tcl - SQLite 3 Tcl bindings
 sqlite3- A command line interface for SQLite 3
 sqlite3-doc - SQLite 3 documentation
Closes: 529734
Changes: 
 sqlite3 (3.6.14.2-1) unstable; urgency=low
 .
   * New upstream release. Disable ICU support, it causes more trouble than
 good.
   * Add 20-hurd-locking-style.patch for proper locking on Hurd
 (closes: #529734).
Checksums-Sha1: 
 29e39306c95f8cfa1c038a167fe4071108bd531a 1181 sqlite3_3.6.14.2-1.dsc
 85ad0ad3513cac8d79886b3673f7c022098a40f9 4640607 sqlite3_3.6.14.2.orig.tar.gz
 55a670b93c6cb3ae9d9e8cf3f5b34cfee9784761 20413 sqlite3_3.6.14.2-1.diff.gz
 f6929a3ffce5e55613801444011e5b2744506ea8 1807696 sqlite3-doc_3.6.14.2-1_all.deb
 e0d07b2f07e65aeeba093116ad87c294f87cb75a 44914 lemon_3.6.14.2-1_amd64.deb
 6263aa471e39829b0572aa1fab15e8a9c3fba8af 30994 sqlite3_3.6.14.2-1_amd64.deb
 d8b5cb43e871c1a2d579add742a43ee0baecd078 294522 
libsqlite3-0_3.6.14.2-1_amd64.deb
 485cebca94b77499b1171972cfd3294c42e68598 616458 
libsqlite3-0-dbg_3.6.14.2-1_amd64.deb
 461064cbc9dadf5d7507b3a979935144ccd09eed 382268 
libsqlite3-dev_3.6.14.2-1_amd64.deb
 9b62fddff3668642d255e1b0c741a5ece21c3417 24582 
libsqlite3-tcl_3.6.14.2-1_amd64.deb
Checksums-Sha256: 
 54712503ba2a3d7ac5997df4562804f5291dbf1d334cff00f35ae788a1d6be93 1181 
sqlite3_3.6.14.2-1.dsc
 8692235cd7355790756c88aa0d2e7de54773d2afc2b3bf71aa0458b61704eea5 4640607 
sqlite3_3.6.14.2.orig.tar.gz
 27faa77fee8da257663443751f543c27b6ff898c53f97adb649a30ff7fd037d2 20413 
sqlite3_3.6.14.2-1.diff.gz
 8c73d2ca59fcc712398967116ba912adf861521e70eb1365940578054a71c373 1807696 
sqlite3-doc_3.6.14.2-1_all.deb
 917a213d74612f0259aed63fc4371c2ecbc03e898feb393840980f1a629b3fb3 44914 
lemon_3.6.14.2-1_amd64.deb
 0563fb9fc95c8da67d2817582702a5aaea0a1b3c54d1515264cdc80c0be14083 30994 
sqlite3_3.6.14.2-1_amd64.deb
 ee9c06ad45513a72c9a8ddda85843d7d394b4a9994d354c5e13e5c8db995eab6 294522 
libsqlite3-0_3.6.14.2-1_amd64.deb
 42662611e869de4909b15bbbfa85375b0661c224eecf2887c99199d5540188ce 616458 
libsqlite3-0-dbg_3.6.14.2-1_amd64.deb
 dee742a956ca296b6c694c16309e817aba8090503c013bfeb4186a790f64dc34 382268 
libsqlite3-dev_3.6.14.2-1_amd64.deb
 539a6992752ade498497aee6b9a8987e0e8344d24017596e8865eef9a0fb19e2 24582 
libsqlite3-tcl_3.6.14.2-1_amd64.deb
Files: 
 693081102820e252fbedbe613bab88e8 1181 devel optional sqlite3_3.6.14.2-1.dsc
 7bdc6e90dd8a304c897aeda998c5b755 4640607 devel optional 
sqlite3_3.6.14.2.orig.tar.gz
 9ba084600322883deac77bf452f12fd5 20413 devel optional 
sqlite3_3.6.14.2-1.diff.gz
 6e41e96248776003957fd8aefd270d3a 1807696 doc optional 
sqlite3-doc_3.6.14.2-1_all.deb
 306103b555dc7780821dede6894f9523 44914 devel optional 
lemon_3.6.14.2-1_amd64.deb
 a93d122af4ee5fad3677301c0a3d247d 30994 database optional 
sqlite3_3.6.14.2-1_amd64.deb
 3c229e46d0f85ea240d552af7c596ae5 294522 libs standard 
libsqlite3-0_3.6.14.2-1_amd64.deb
 2fc0ae084ded1f6f1926bfc6f3189102 616458 debug extra 
libsqlite3-0-dbg_3.6.14.2-1_amd64.deb
 53a7c8180db46d0f0d412319d64111f3 382268 libdevel optional 
libsqlite3-dev_3.6.14.2-1_amd64.deb
 3d29fc351daf2b067a95320a86063468 24582 interpreters optional 
libsqlite3-tcl_3.6.14.2-1_amd64.deb

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

iEYEARECAAYFAkoiuW4ACgkQMDatjqUaT90TUwCghkEiPPX8kLTMp34qwbnKzv8B
U7cAn0fhH7fbjUzQ9UbVzlHbUk+2w8N0
=aDQ6
-END PGP SIGNATURE-


Accepted:
lemon_3.6.14.2-1_amd64.deb
  to pool/main/s/sqlite3/lemon_3.6.14.2-1_amd64.deb
libsqlite3-0-dbg_3.6.14.2-1_amd64.deb
  to pool/main/s/sqlite3/libsqlite3-0-dbg_3.6.14.2-1_amd64.deb
libsqlite3-0_3.6.14.2-1_amd64.deb
  to pool/main/s/sqlite3/libsqlite3-0_3.6.14.2-1_amd64.deb
libsqlite3-dev_3.6.14.2-1_amd64.deb
  to pool/main/s/sqlite3/libsqlite3-dev_3.6.14.2-1_amd64.deb
libsqlite3-tcl_3.6.14.2-1_amd64.deb
  to pool/main/s/sqlite3/libsqlite3-tcl_3.6.14.2-1_amd64.deb
sqlite3-doc_3.6.14.2-1_all.deb
  to pool/main/s/sqlite3/sqlite3-doc_3.6.14.2-1_all.deb
sqlite3_3.6.14.2-1.diff.gz
  to pool/main/s/sqlite3/sqlite3_3.6.14.2-1.diff.gz
sqlite3_3.6.14.2-1.dsc
  to pool/main/s/sqlite3/sqlite3_3.6.14.2-1.dsc
sqlite3_3.6.14.2-1_amd64.deb
  to pool/main/s/sqlite3/sqlite3_3.6.14.2-1_amd64.deb
sqlite3_3.6.14.2.orig.tar.gz
  to pool/main/s/sqlite3/sqlite3_3.6.14.2.orig.tar.gz


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



  1   2   >