rock around hwclock.sh

2011-04-13 Thread Andrew O. Shadoura
Hello,

I'd like to hear opinions on hwclock.sh operation.

Few thoughts of my own:

i) It's still quite common that battery in the RTC becomes flat.
In this case, hwclock.sh silently sets system clock to 1970 (or
whatever else nonsense), efficiently turning file access and modify
times into a mess, and also causing at least two fscks of the root fs.
It'd be good if `hwclock.sh stop` stored the current system time in a
file, and on boot, if the current time (as per RTC) is earlier,
set the system clock to $storedtime + small-enough-constant, so at
least the time runs forward. I've implemented this on my local machine
(I had problems with my RTC for a while) and it worked. And yet more:
NTP isn't always available, especially whe you're mobile.

ii) Possibly, `hwclock.sh stop` should be run more frequently than just
once on shutdown, because it sometimes happens that the system doesn't
shut down correctly. If that happens after some time correction (like
DST), system time can go wrong, and ntp might not perform the automatic
correction. Possibly, hwclock saving can be done, for example, once a
day per anacron, or... any more ideas?

iii) Also, it would be good to hear opinions about negative
consequences of saving the system time to the RTC on frequent basis.

Thanks for your responses.

-- 
WBR, Andrew


signature.asc
Description: PGP signature


Re: rock around hwclock.sh

2011-04-13 Thread Timo Juhani Lindfors
Andrew O. Shadoura bugzi...@tut.by writes:
 iii) Also, it would be good to hear opinions about negative
 consequences of saving the system time to the RTC on frequent basis.

My openmoko does a suspend/resume cycle every 10 minutes. RTC time can
only be set at one second granularity. If I write to RTC on every
suspend cycle inaccuracy starts to accumulate.

My solution: Never write to RTC. I let the RTC drift as freely as it
wants and always just set the system time based on RTC. I have
calculated how much the RTC drifts so it is not a problem that the RTC
is actually already an hour off-the-UTC :-)

Some benchmarks:

http://lists.openmoko.org/pipermail/openmoko-kernel/2009-May/010161.html

Patch to make hwclock easier to use when RTC is wildly off-the-UTC
(upstreamed a year ago):

http://www.spinics.net/lists/util-linux-ng/msg03026.html


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/84ipuiy82s@sauna.l.org



Python 3 as default? (Re: Python2.6 as default)

2011-04-13 Thread Adrian von Bidder
Hi,

On Tuesday 12 April 2011 01.22:55 Scott Kitterman wrote:
 The notion that /usr/bin/python pointing to any python3 version in the
 near term is anything other than crazy talk is, well, crazy.

Agreed. However, it would be interesting to track which of the bg/major 
python packages/frameworks are not available on Python3 yet, if only as a 
reference for the next time somebody proposes to have /usr/bin/python be a 
Python 3.

http://wiki.debian.org/Python/Python3Packages

It's not complete by far, but I guess the fact that django, a big part of 
zope and pylons are all three not available for Python 3 yet (upstream, not 
only packages) should serve to illustrate the point.

cheers
-- vbi

-- 
Jetzt ist der Herr Bush Präsident, und weil ihm wieder langweilig ist,
will er endlich den Saddam loswerden. Der Herr Bush hat nämlich keine
Praktikantin.
-- http://bush.d0t.de/


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


Re: Bits from the Release Team - Kicking off Wheezy

2011-04-13 Thread Raphael Hertzog
(Moving to -devel, since -release is not a discussion list, and keeping
lots of context because of this)

Hi,

On Sun, 10 Apr 2011, sean finney wrote:
 I think the quality of our releases has always been stellar, but the
 freezes cause quite a bit of slowdown and even demotivation for those
 who *also* want to work on new things in unstable.  Things really grind
 to a halt towards the end.  Additionally, some people who don't get the
 message may upload disruptive things to unstable anyway, causing
 problems and extra work for the release team.
 
 This also means that post release, unstable has not really budged much
 from stable, and we're starting from a near stand-still on the next
 release.  When the the floodgates open up, things get a bit chaotic,
 and it feels like we're starting a race for the next release that we
 could have already been working on.
 
 My suggestion/feedback would be that we find a way where releases aren't
 managed so linearly, and can be be handled in a more parallel manner
 without such disruptive stoppage in unstable.

+1 I also mentionned this in my feedback mail (although much more
quickly/shortly).

 I've been mulling this idea over quite a bit, but with all the CUT
 discussions I've been hesitant to bring it up because it's sort of
 taking things in a different direction.

Why are you thinking this? On the contrary, this is something that was
suggested to implement the rolling distribution. I would very much like
to form a group of developers ready to put some work towards this goal.
And I would be glad if you could be part of it.

 Basically, my suggestion for improvement to the process:
 
  * create new release
  * instead of freeze, branch testing to new release
  * testing is now release+1 and continues to be fed by unstable[1]
  * use release-proposed-updates for uploader-targeted changes earlier than
usual.
  * -release team can use $tool[2] to merge/cherry-pick collecitons
of source packages (rebuild+version bump) and/or binary packages
(no change).

I had in mind something very similar except I used different names:
- call rolling the distribution that always evolves from unstable
- call testing the branch of rolling that we use to prepare the next
  stable

While I think this is the long-term goal, it might be more sensible
to start with rolling and testing in parallel. And I also think it
requires us to become involved in release matters and to develop
new tools to streamline the process.

 I guess the real concern here is whether there's enough person-power to handle
 the extra work/overhead.

And also whether release-proposed-updates is workable earlier in the cycle
as the release manager like to pick updates from unstable because it gives
some good prior-testing that release-proposed-updates might not provide.

 I'd hope that the workflows and tools could be streamlined to minimize
 that as much as possible though, and that it might also win back some
 work from the current way of doing things.

+1

Cheers,
-- 
Raphaël Hertzog ◈ Debian Developer

Follow my Debian News ▶ http://RaphaelHertzog.com (English)
  ▶ http://RaphaelHertzog.fr (Français)


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20110413065004.gb...@rivendell.home.ouaza.com



Re: Python 3 as default? (Re: Python2.6 as default)

2011-04-13 Thread Sandro Tosi
On Wed, Apr 13, 2011 at 08:46, Adrian von Bidder avbid...@fortytwo.ch wrote:
 Agreed. However, it would be interesting to track which of the bg/major
 python packages/frameworks are not available on Python3 yet, if only as a
 reference for the next time somebody proposes to have /usr/bin/python be a
 Python 3.

 http://wiki.debian.org/Python/Python3Packages

 It's not complete by far, but I guess the fact that django, a big part of
 zope and pylons are all three not available for Python 3 yet (upstream, not
 only packages) should serve to illustrate the point.

http://py3ksupport.appspot.com/
http://getpython3.net/

-- 
Sandro Tosi (aka morph, morpheus, matrixhasu)
My website: http://matrixhasu.altervista.org/
Me at Debian: http://wiki.debian.org/SandroTosi


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/banlktinxv2i1pgcorjci04u6nh_o9q1...@mail.gmail.com



Re: Python 3 as default? (Re: Python2.6 as default)

2011-04-13 Thread Piotr Ożarowski
[Adrian von Bidder, 2011-04-13]
 Agreed. However, it would be interesting to track which of the bg/major 
 python packages/frameworks are not available on Python3 yet, if only as a 
 reference for the next time somebody proposes to have /usr/bin/python be a 
 Python 3.
 
 http://wiki.debian.org/Python/Python3Packages

please use http://wiki.python.org/moin/PortingToPy3k/Modules instead
-- 
Piotr Ożarowski Debian GNU/Linux Developer
www.ozarowski.pl  www.griffith.cc   www.debian.org
GPG Fingerprint: 1D2F A898 58DA AF62 1786 2DF7 AEF6 F1A2 A745 7645


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20110413072800.ge19...@piotro.eu



Re: rock around hwclock.sh

2011-04-13 Thread Philip Hands
On Wed, 13 Apr 2011 09:05:23 +0300, Andrew O. Shadoura bugzi...@tut.by 
wrote:
 Hello,
 
 I'd like to hear opinions on hwclock.sh operation.
 
 Few thoughts of my own:
 
 i) It's still quite common that battery in the RTC becomes flat.
 In this case, hwclock.sh silently sets system clock to 1970 (or
 whatever else nonsense), efficiently turning file access and modify
 times into a mess, and also causing at least two fscks of the root fs.
 It'd be good if `hwclock.sh stop` stored the current system time in a
 file, and on boot, if the current time (as per RTC) is earlier,
 set the system clock to $storedtime + small-enough-constant, so at
 least the time runs forward. I've implemented this on my local machine
 (I had problems with my RTC for a while) and it worked. And yet more:
 NTP isn't always available, especially whe you're mobile.
 
 ii) Possibly, `hwclock.sh stop` should be run more frequently than just
 once on shutdown, because it sometimes happens that the system doesn't
 shut down correctly. If that happens after some time correction (like
 DST), system time can go wrong, and ntp might not perform the automatic
 correction. Possibly, hwclock saving can be done, for example, once a
 day per anacron, or... any more ideas?

One possibility here would be to look for files that are being routinely
touched anyway (i.e. /var/log/syslog) and taking the most recent of
those as the time to start with.  We could also look at atimes (although
people often mount things we might want to look out for with noatime).

Of course, there are problems with this -- /var is probably not mounted
when hwclock.sh is run and the local admin might have decided to send all
logging via the net, so no files are being touched.

Also we're currently trying to ensure that it's possible to run with a
read-only / (the last of which is likely to cause problems for anything
that needs to touch a file that's available early enough for this to
work).  This is never going to work on systems that are read-only except
for the ramdisks they mount.

I suppose we could make the script look for evidence that something
funny is going on (i.e. if RTC is set to a date before the release date
of the util-linux package, we then hunt for more likely indicators)

We could also re-run hwclock.sh (or a new script) later in the boot if
it was found that the date was bogus in the first place -- we could then
look at the dates on log files, etc.  (with all the same caveats)

 iii) Also, it would be good to hear opinions about negative
 consequences of saving the system time to the RTC on frequent basis.

If you do the simple-minded thing of assuming that the file with the
date in it is correct, then I see a danger that the clock could somehow
get set momentarily into the far future, and then saved, and that every
reboot would then confusingly jump back into the future because that
date still exists in the saved-date file -- hence, I think that it would
be fair enough to have an initial check to see if the system date is
before the date that the util-linux package was built, say, and only
enable this extra code if we're sure that there's a problem -- it cannot
then make things much worse even if it is based on some pretty fragile
assumptions about where we might find a better guess for the date.

Cheers, Phil.

P.S. something like this may be helpful somewhere in your scripting:

  stat --printf='%x\n%y\n%z\n' /var/l??/* /boot/* /etc/* | sort | tail -1
-- 
|)|  Philip Hands [+44 (0)20 8530 9560]http://www.hands.com/
|-|  HANDS.COM Ltd.http://www.uk.debian.org/
|(|  10 Onslow Gardens, South Woodford, London  E18 1NE  ENGLAND


pgpU1tUHFnRbb.pgp
Description: PGP signature


Bug#615153: exec: 58: /usr: Permission denied

2011-04-13 Thread Jonathan Nieder
# Probably not an X bug, but one has to start somewhere.
# Please cc me on replies.
reassign 615153 xserver-xorg
quit

Hi again,

Debian_bug_report wrote[1]:

 Sorry for the delay,

Now it's my turn to apologize.  Our analysts have been very carefully
looking over the information you sent and --- hey, who am I kidding.
In the original report, you wrote:

 So, when I restart my machine
 and try to start my X with the command startx, the system returns the error:
 xinit: connection to X server lost and after said Wait for X server to shut
 down and stayed with prompt flashing again.

but the strace you sent does not show that message[2].  Instead it shows

  X: user not authorized to run the X server, aborting

due to

  open(/etc/X11/Xwrapper.config, O_RDONLY) = -1 EACCES (Permission denied)

What does ls -l /usr/bin/X /etc/X11/Xwrapper.config tell?  For reference,
on my system, it gives

 -rw--- 1 root root  601 Jan 31 08:31 /etc/X11/Xwrapper.config
 -rwsr-sr-x 1 root root 9024 Apr  2 10:23 /usr/bin/X

Notice in particular the setuid (s) bits on X.  Is it the same on yours?
Do you use any unusual filesystem or kernel feature (selinux,
apparmor, etc) that might cause that not to work?

Also for reference I would be interested in the output from
dpkg-query -W xserver-xorg x11-common.

That's all for now.  Hope that helps.

Regards,
Jonathan

[1] http://bugs.debian.org/615153
[2]
 So, I tried invoke X with root and
 I had sucess! When I went to the .xsession-errors I saw this error:

 Xsession: X session started for invisiblemanguard at Ter Fev 22 16:36:02 BRT 
 2011
 exec: 58: /usr: Permission denied

I admit I was more interested in what produces the latter message (so,
sudo strace -f startx) but let's look at your stracelog for the
former.  First, a quick cast of characters:

 $ egrep '^[0-9]*  (clone|exec|wait|... clone)' stracelog | think
 2300 startx
 - 2301 hostname
 - 2302 (startx)
   - 2303 hostname
   - 2304 grep
 - 2305 hostname
 - 2306 mcookie
 - 2307 mktemp
 - 2308 xauth
 - 2309 (startx)
   - 2310 xauth
   - 2311 sed
 - 2312 xauth
 - 2313 (startx)
   - 2314 xauth
   - 2315 sed
 - 2316 xauth
 - 2317 xinit
   - 2318 xserverrc - X
 - 2319 rm

The expected symptom is xinit: connection to X server lost, but
instead we get (from xinit):

  connect(3, {sa_family=AF_INET6, sin6_port=htons(6000), inet_pton(AF_INET6, 
::1, sin6_addr), sin6_flowinfo=0, sin6_scope_id=0}, 28) = -1 ECONNREFUSED 
(Connection refused)
  [...]
  connect(3, {sa_family=AF_INET, sin_port=htons(6000), 
sin_addr=inet_addr(127.0.0.1)}, 16) = -1 ECONNREFUSED (Connection refused)
  close(3)  = 0
  wait4(2318, [{WIFEXITED(s)  WEXITSTATUS(s) == 1}], WNOHANG, NULL) = 2318
  write(2, xinit: , 7)= 7
  write(2, giving up, 9)  = 9
  write(2, \n, 1) = 1
  write(2, xinit: , 7)= 7
  write(2, unable to connect to X server, 29) = 29
  write(2, : Connection refused\n, 21) = 21

What happened to the server?

  open(/etc/X11/Xwrapper.config, O_RDONLY) = -1 EACCES (Permission denied)
  lstat(/etc/X11/X, {st_mode=S_IFLNK|0777, st_size=13, ...}) = 0
  readlink(/etc/X11/X, /usr/bin/Xorg, 1024) = 13
  access(/etc/X11/X, X_OK)= 0
  getuid()  = 1000
  write(2, X: user not authorized to run th..., 54) = 54
  exit_group(1) = ?

Ah.



-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20110413075533.GA12757@elie



Processed: Re: exec: 58: /usr: Permission denied

2011-04-13 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 # Probably not an X bug, but one has to start somewhere.
 # Please cc me on replies.
 reassign 615153 xserver-xorg
Bug #615153 [general] exec: 58: /usr: Permission denied
Bug reassigned from package 'general' to 'xserver-xorg'.
 quit
Stopping processing here.

Please contact me if you need assistance.
-- 
615153: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=615153
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/handler.s.c.130268134915001.transcr...@bugs.debian.org



Re: Bits from the Release Team - Kicking off Wheezy

2011-04-13 Thread sean finney
Hi Raphaël,

On Wed, Apr 13, 2011 at 08:50:04AM +0200, Raphael Hertzog wrote:
 On Sun, 10 Apr 2011, sean finney wrote:
  My suggestion/feedback would be that we find a way where releases aren't
  managed so linearly, and can be be handled in a more parallel manner
  without such disruptive stoppage in unstable.
 
 +1 I also mentionned this in my feedback mail (although much more
 quickly/shortly).
 
  I've been mulling this idea over quite a bit, but with all the CUT
  discussions I've been hesitant to bring it up because it's sort of
  taking things in a different direction.
 
 Why are you thinking this? On the contrary, this is something that was
 suggested to implement the rolling distribution. I would very much like
 to form a group of developers ready to put some work towards this goal.
 And I would be glad if you could be part of it.

I was only 50% at the last DebConf and missed the CUT BoF, but thought
reading blogposts etc afterwards that people weren't as focused on the
branch out stable approach that I'm talking about, and rather were 
more interested in stuff like snapshot testing, alternative testing
from unstable, etc).  But I could be mistaken.

   * create new release
   * instead of freeze, branch testing to new release
   * testing is now release+1 and continues to be fed by unstable[1]
   * use release-proposed-updates for uploader-targeted changes earlier than
 usual.
   * -release team can use $tool[2] to merge/cherry-pick collecitons
 of source packages (rebuild+version bump) and/or binary packages
 (no change).

 While I think this is the long-term goal, it might be more sensible
 to start with rolling and testing in parallel. And I also think it
 requires us to become involved in release matters and to develop
 new tools to streamline the process.

In the way I had thought of things, rolling == testing.  That's to
say that nextstable branches off the main line of development, gets it's
own staging area for updates, and the testing/unstable duo function just as
they did before.  So from what I see we would need the nextstable-testing
area, plugged into the autobuild system, and an independant instance of
the release infrastructure as a starting point.

But either way, i agree tools and processes would need to be hammered
out well in advance, to show that the idea works in practice as well
as principle.  But one of the benefits I see for how I'm proposing
things is that since it doesn't involve any fundamental changes in how
the rest of the project works[1].  It would be very easy to do several
dry run/mock releases where we improve tools/processes and explore
the problem further.


  I guess the real concern here is whether there's enough person-power to 
  handle
  the extra work/overhead.
 
 And also whether release-proposed-updates is workable earlier in the cycle
 as the release manager like to pick updates from unstable because it gives
 some good prior-testing that release-proposed-updates might not provide.

They shouldd still be able to pull from testing/unstable as well, until
it gets to the point that their own freeze criteria prevents them from
migrating in packages.  So that's the same as before.  But being parallel
and all, the delta (and thus likelihood of such conflicts) will by design
grow faster and earlier than it currently does.  Thus the exceptional
case of needing -p-u becomes less exceptional.  So any potential solution
would need to address making that easier to manage as well as ensuring
that there's sufficient people using the p-u/nextstable-testing area.


I don't think I've heard anything back from anyone who's actually on
the release team regarding this, but if they were at least non-comittedly
open to the idea, I'd be willing to throw my hat into the ring to help
put something together.


sean

[1] maybe modulo solving the problem of getting better test coverage on
the nextstable-testing area, if we can't find a good solution for
that, which I'd hope we could.


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20110413080643.ga18...@cobija.connexer.com



Bug#622593: ITP: libeval-closure-perl -- Perl module to safely and cleanly create closures via string eval

2011-04-13 Thread Alessandro Ghedini
Package: wnpp
Severity: wishlist
Owner: Alessandro Ghedini al3x...@gmail.com

* Package name: libeval-closure-perl
  Version : 0.03
  Upstream Author : Jesse Luehrs d...@tozt.net
* URL : http://search.cpan.org/dist/Eval-Closure/
* License : GPL-1+ or Artistic
  Programming Lang: Perl
  Description : Perl module to safely and cleanly create closures via 
string eval

 String eval is often used for dynamic code generation. For instance, Moose
 uses it heavily, to generate inlined versions of accessors and constructors,
 which speeds code up at runtime by a significant amount. String eval is not
 without its issues however - it's difficult to control the scope it's used in
 (which determines which variables are in scope inside the eval), and it can
 be quite slow, especially if doing a large number of evals.
 .
 Eval::Closure attempts to solve both of those problems. It provides an
 eval_closure function, which evals a string in a clean environment, other
 than a fixed list of specified variables. It also caches the result of the
 eval, so that doing repeated evals of the same source, even with a different
 environment, will be much faster (but note that the description is part of
 the string to be evaled, so it must also be the same (or non-existent) if
 caching is to work properly).



-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/20110413084514.2658.80077.reportbug@PC-Ale.WAG300N



Re: network-manager as default? No!

2011-04-13 Thread Bernd Zeimetz
On 04/04/2011 12:56 PM, Jon Dowland wrote:
 On Sun, Apr 03, 2011 at 07:22:47PM +0300, Faidon Liambotis wrote:
 It also can't do VLANs (.1q), bridges, bonds and all possible  
 permutations of the above. I'd speculate that it also wouldn't be able  
 to do things like 1k (or more) interfaces. It also doesn't support hooks  
 to be able to do more advanced setups, such as multihoming, policy  
 routing, QoS, etc.
 
 Is it necessary for the distribution's *default* network-management solution 
 to
 handle all of these? 

Yes. For a distribution which is targeted to support servers properly, yes,
definitely. For everything else there is Ubuntu.


-- 
 Bernd ZeimetzDebian GNU/Linux Developer
 http://bzed.dehttp://www.debian.org
 GPG Fingerprints: ECA1 E3F2 8E11 2432 D485 DD95 EB36 171A 6FF9 435F


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/4da56479.60...@bzed.de



only servers pfff (Was: Re: network-manager as default? No!)

2011-04-13 Thread Martin Bagge / brother
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

On 2011-04-13 10:53, Bernd Zeimetz wrote:
 Yes. For a distribution which is targeted to support servers properly, yes,
 definitely. For everything else there is Ubuntu.

The universal OS is only running on servers. Check.

- -- 
brother
http://sis.bthstudent.se
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iQEcBAEBCAAGBQJNpWUuAAoJEJbdSEaj0jV7Fc4H/i0dTHQTnQH93lFMbrw1Tzi2
RKAwVHoh04tmzb0+td/TVNHOe/D9AG7KYcOPHC1Wn9oUewSI2/jF9CtTV8axPi1N
6r1k1C951rGMUF1AVG9MWkiGs9pqEgqZ124hv1XnlXXetg5hLw3vqGsE7pA3DPsk
wGcJDjx0HNyN8hW4pJ+aDojNxy75eDtahX3bzi/dBPe6cCqi92diRtjWrEvy0kON
sBflPRmz6drCLFAXqHaw8uX7QqH+31g/EIMRVUMgMS7N9K24qy3bTIEDBZtiCwxg
yMwYTZauvq9Q462rfk770/6k0wuFwX9SiQvFl1CkO593j3WJLJ3zvy4Ycv1yZoY=
=qPaT
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/4da5652e.90...@bsnet.se



Re: [Pkg-samba-maint] Default size limits for /run (/var/run) and /run/lock (/var/lock)

2011-04-13 Thread Stig Sandbeck Mathisen
Roger Leigh rle...@codelibre.net writes:

 One reason for doing this is to have a single writable mount on the
 system, which might be useful for tiny systems with minimal resources,
 where root is r/o. On such a system, it might be useful to pool the
 limited writable space (which might not be a tmpfs).

Could this case be handled better by the fsprotect package?

-- 
Stig Sandbeck Mathisen s...@debian.org


pgpZY6Bxgti27.pgp
Description: PGP signature


Re: [Pkg-samba-maint] Default size limits for /run (/var/run) and /run/lock (/var/lock)

2011-04-13 Thread Roger Leigh
On Wed, Apr 13, 2011 at 10:29:16AM +0200, Stig Sandbeck Mathisen wrote:
 Roger Leigh rle...@codelibre.net writes:
 
  One reason for doing this is to have a single writable mount on the
  system, which might be useful for tiny systems with minimal resources,
  where root is r/o. On such a system, it might be useful to pool the
  limited writable space (which might not be a tmpfs).
 
 Could this case be handled better by the fsprotect package?

It's a nice idea, but for a somewhat different purpose.  This is
overlaying the read-only root with a writable overlay.  Where I'd
like to get to is a purely read-only setup where nothing is writing
to e.g. /etc.  fsprotect could be considered to be working around
deficiencies with our current situation, where I would like to
fix the underlying problems making an aufs overlay necessary in the
first place.


Regards,
Roger

-- 
  .''`.  Roger Leigh
 : :' :  Debian GNU/Linux http://people.debian.org/~rleigh/
 `. `'   Printing on GNU/Linux?   http://gutenprint.sourceforge.net/
   `-GPG Public Key: 0x25BFB848   Please GPG sign your mail.


signature.asc
Description: Digital signature


Re: network-manager as default? No!

2011-04-13 Thread sean finney
On Mon, Apr 04, 2011 at 11:56:23AM +0100, Jon Dowland wrote:
 On Sun, Apr 03, 2011 at 07:22:47PM +0300, Faidon Liambotis wrote:
  It also can't do VLANs (.1q), bridges, bonds and all possible  
  permutations of the above. I'd speculate that it also wouldn't be able  
  to do things like 1k (or more) interfaces. It also doesn't support hooks  
  to be able to do more advanced setups, such as multihoming, policy  
  routing, QoS, etc.
 
 Is it necessary for the distribution's *default* network-management solution 
 to
 handle all of these?  If it could be easily substituted for another solution
 that was better suited to tasks which a majority of users will not use, then
 surely that is fine.
 
 (although I'd like to get NM and bridging working more nicely personally, I
  consider this more of a feature bug than an RC one)

Except that it'd also be a regression from what's possible on current
default server installs, since it already works.  And any regression should
be countered by strong motivation for why it's important to throw the baby
out with the bathwater, and hopefully some plans for going and finding the
baby later on.

Did i miss the part where somebody explained what the user benefit of having
network-manager on a server was? (apart from then it's the same as your
desktop[1], anyway).


sean

[1] although it isn't, unless you're installing gnome on your server, but then
you're installing a desktop not a server, and you'd get it by default
anyway, and then what's the point?


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20110413091127.ga19...@cobija.connexer.com



Re: Default size limits for /run (/var/run) and /run/lock (/var/lock)

2011-04-13 Thread Roger Leigh
On Tue, Apr 12, 2011 at 12:38:03PM +0100, Roger Leigh wrote:
 On Mon, Apr 11, 2011 at 08:01:42PM +0100, Roger Leigh wrote:
  With the transition to /run and /run/lock as tmpfs filesystems, it
  would be desirable to provide sensible default size limits.  Currently,
  we default to the tmpfs default of ½ RAM.  But with several tmpfs
  filesystems, this does have the potential for the system to be OOMed
  by a user filling up more than one of the filesystems.  A sensible
  default size limit would be useful here, for at least some of the
  filesystems.
  
  We currently allow specification of size limits for:
  /run (RUN_SIZE)
  /run/lock (LOCK_SIZE, optional)
  /dev/shm (SHM_SIZE)
  /tmp (TMP_SIZE, optional)
  
  [from temporary git repo at 
  http://git.debian.org/?p=collab-maint/sysvinit;a=summary]
  
  In order to default to a sensible size, I would appreciate it if I
  could have some figures for the useage of these filesystems: e.g.
  
  % sudo du -sk /var/run /var/lock /dev/shm
 
 OK, some results:
 
 /var/run  /var/lock  /dev/shm
 Min9 0 0
 5% percentile 60 0 0
 Mean 886 9   599
 Median   120 8 0
 95% percentile   61217   310
 Max4769652 80744

Following the discussion yesterday, I'd like to propose doing
something like the example below.  It's possible to size a tmpfs
as a percentage of core memory, the default being -o size=50%.
Rather than setting an absolute value, we can size e.g. /run
as a percentage of total memory, which should scale with /run
usage better than a fixed value.

Proposal:
Switch the default for all tmpfs mounts from 50% to 20%; it's
still very large, but you have to mount many more to be able to
break your system.
/run: Use 10% core.  This gives 102MiB on 1GiB system; the largest
observed user used 50MiB.  Even a system with 512MiB would not have
hit the observed maximum, and that was a very large system with
presumably more memory than this.
/run/lock and /lib/init/rw: 5MiB each.  More than plenty, but far
less than current usage.
/run/shm: No default (use general tmpfs default of 20%)
/tmp: No default (use general tmpfs default of 20%)


Regards,
Roger


---
[/etc/default/tmpfs]

# Defaults for tmpfs filesystems mounted in early boot, before
# filesystems from /etc/fstab are mounted.
#
# _SIZE variables are the maximum size (in bytes) that tmpfs
# filesystems can use.  The size will be rounded down to a multiple of
# the page size, 4096 bytes.  If no size is set, TMPFS_SIZE will be
# used as the default.  _MODE variables are the initial access
# permissions for the root of the tmpfs mount.  If no mode is set,
# TMPFS_MODE will be used as the default.

# TMPFS_SIZE: maximum size for all tmpfs filesystems if no specific
# size is provided.  If no value is provided here, the kernel default
# will be used.
TMPFS_SIZE=20%
TMPFS_MODE=755

# RUN_SIZE: maximum size of /run (/var/run)
#
# Defaults to 10% core memory; the size required varies widely
# depending upon the demands of the software being run; this heuristic
# scales /run usage on system size.  Samba in particular has been seen
# to use at least 50MiB in a large heavily used server.  Typical usage
# is hundreds of KiB, maximum is tens of MiB.
RUN_SIZE=10%
RUN_MODE=755

# LOCK_SIZE: maximum size of /run/lock (/var/lock)
#
# Typical usage: tens of KiB; maximum hundreds of KiB.  Default of
# 5MiB should ensure the limit is never reached.
LOCK_SIZE=5242880 # 5MiB
LOCK_MODE=1777

# SHM_SIZE: maximum size of /run/shm (/dev/shm)
#
# No default size; the size required varies widely depending upon the
# demands of the software being run.
SHM_SIZE=
SHM_MODE=1777

# TMP_SIZE: maximum size of /tmp
#
# No default size.
TMP_SIZE=
TMP_MODE=1777

# RW_SIZE: maximum size of /lib/init/rw
#
# Note /lib/init/rw is deprecated and programs using is are migrating
# to use /run.  It will be removed once all users have migrated to
# /run.
# Typical usage: tens of KiB.  Default of 5MiB should ensure the limit
# is never reached.
RW_SIZE=5242880 # 5 MiB
RW_MODE=755


-- 
  .''`.  Roger Leigh
 : :' :  Debian GNU/Linux http://people.debian.org/~rleigh/
 `. `'   Printing on GNU/Linux?   http://gutenprint.sourceforge.net/
   `-GPG Public Key: 0x25BFB848   Please GPG sign your mail.


signature.asc
Description: Digital signature


Re: network-manager as default? No!

2011-04-13 Thread Stephan Seitz

On Wed, Apr 13, 2011 at 11:11:27AM +0200, sean finney wrote:
Did i miss the part where somebody explained what the user benefit of 
having network-manager on a server was? (apart from then it's the same 
as your desktop[1], anyway).


I don’t even know why NM should be on a normal desktop.
My first (and last) contact with NM was not a good one. I was doing 
a remote upgrade of a desktop and suddenly the system was unreachable.  
After a reboot it worked, but shortly the system was unreachable again.  
Then I noticed that the default gateway was missing. The desktop didn’t 
have a configured eth0, but two configured vlan interfaces. NM thought, 
hey let’s configure eth0, and tried to configure eth0 via DHCP and 
deleted the default gateway. Since then, the first thing I do is to 
disable this crap. Besides I don’t have any desktop with WLAN interface.  
So ifupdown is more than enough to configure the network.


Some people say that NM is good with WLAN. Maybe. Since I don’t touch NM 
again, I always used ifupdown and wpasupplicant with success. But 
I rarely use WLAN. If NM is really good with WLAN it should only be part 
of the laptop task and never touch cable networks.


The only thing that I miss from ifupdown (and I configured bonds, bridges 
and vlans) is a good IPv6 support. I can’t separately activate or 
deactivate IPv4 or IPv6 parts of an interface.


Shade and sweet water!

Stephan

--
| Stephan Seitz E-Mail: s...@fsing.rootsland.net |
| PGP Public Keys: http://fsing.rootsland.net/~stse/pgp.html |


signature.asc
Description: Digital signature


Re: rock around hwclock.sh

2011-04-13 Thread Adrian von Bidder
On Wednesday 13 April 2011 08.05:23 Andrew O. Shadoura wrote:
 ii) Possibly, `hwclock.sh stop` should be run more frequently than just
 once on shutdown, because it sometimes happens that the system doesn't
 shut down correctly. If that happens after some time correction (like
 DST), system time can go wrong, and ntp might not perform the automatic
 correction. Possibly, hwclock saving can be done, for example, once a
 day per anacron, or... any more ideas?

run hwclock stop only at shutdown, but set system clock to latest(rtc, 
hwclock stored time + delta, /var/log/syslog + delta) at boot?

I am aware that not everybody has /var/log/syslog in heavily customized 
installs, but if it's there, it's usually occasionally written to. And using 
that is certainly faster than find most recently modified file on all 
filesystems :-)

-- vbi

-- 
featured product: ClamAV Antivirus - http://www.clamav.net/


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


Re: only servers pfff (Was: Re: network-manager as default? No!)

2011-04-13 Thread Bernd Zeimetz
On 04/13/2011 10:56 AM, Martin Bagge / brother wrote:
 On 2011-04-13 10:53, Bernd Zeimetz wrote:
 Yes. For a distribution which is targeted to support servers properly, yes,
 definitely. For everything else there is Ubuntu.
 
 The universal OS is only running on servers. Check.

Get your facts straight. Targeted to support servers properly does not
mean only on servers.

-- 
 Bernd ZeimetzDebian GNU/Linux Developer
 http://bzed.dehttp://www.debian.org
 GPG Fingerprints: ECA1 E3F2 8E11 2432 D485 DD95 EB36 171A 6FF9 435F


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/4da5739c.2020...@bzed.de



Re: Default size limits for /run (/var/run) and /run/lock (/var/lock)

2011-04-13 Thread Thomas Hood
First of all, thanks to Roger Leigh for leading this effort.

Roger Leigh wrote:
 Proposal:
 Switch the default for all tmpfs mounts from 50% to 20%; it's
 still very large, but you have to mount many more to be able to
 break your system.


He should have said ... but you have to mount *and fill* many more
to be able to break your system.

The current tmpfs size of 50% suffices to protect the system should
any *one* tmpfs be completely filled by a wayward process.  Is that
not good enough?  I.e., do we really need to worry about the case
where multiple tmpfses get filled simultaneously?

Does it matter whether the system fails due to filesystem full or
due to OOM?  Broken is broken.

If we do need to worry about that case then the real solution is
not arbitrarily to increase the number-of-tmpfses-to-fill-up-in-
order-to-break-the-system from 2 to 5.  One real solution is to
limit the total amount of memory that all tmpfses can take up to
some value less than 100%.  Another is to look more closely at which
tmpfses could reasonably be attacked and limit the sum of *their*
sizes to something less than 100%.
-- 
Thomas


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/4da576b3.7010...@gmail.com



Re: Default size limits for /run (/var/run) and /run/lock (/var/lock)

2011-04-13 Thread Philip Hands
On Tue, 12 Apr 2011 13:51:09 +0200, Michael Biebl bi...@debian.org wrote:
 Am 12.04.2011 13:38, schrieb Roger Leigh:
 
  this for /var/lock (/run/lock), which can be mounted as a separate
  tmpfs on /run/lock if RAMLOCK is set in /etc/defaults/rcS.  We could
  also do the same for /dev/shm (/run/shm) and /tmp (/run/tmp) as well.
  In the case of /tmp this would not be the default except when root is
  read-only.
 
 I don't think symlinking /tmp to /run would be a good idea, as one could fill 
 up
 /tmp (accidentaly)  pretty quick.
 If we want to make / ro, then a separate tmpfs for /tmp looks like a better 
 idea
 to me.

While were about this, for installs where the users select multiple
partitions we currently create a separate /tmp partition.

This strikes me as suboptimal, since one could use the disk space
allocated to /tmp as extra swap and then allocate a tmpfs of that size
to be mounted on /tmp with no effect other than allowing the system to
have access to more swap than it would have otherwise had (of course,
that's probably more than it needs, so instead you could just save some
disk space that would otherwise be left generally unused by overloading
the swap usage with /tmp usage.

Therefore, in the multi-partition setup, I think we should also default
to having /tmp on tmpfs.

Cheers, Phil.
-- 
|)|  Philip Hands [+44 (0)20 8530 9560]http://www.hands.com/
|-|  HANDS.COM Ltd.http://www.uk.debian.org/
|(|  10 Onslow Gardens, South Woodford, London  E18 1NE  ENGLAND


pgpsRy7739Pbe.pgp
Description: PGP signature


Re: Default size limits for /run (/var/run) and /run/lock (/var/lock)

2011-04-13 Thread Bastian Blank
On Tue, Apr 12, 2011 at 09:30:53PM +0200, Jan Hauke Rahm wrote:
 On Tue, Apr 12, 2011 at 08:21:25PM +0100, Roger Leigh wrote:
  I know little about vservers.  How do they currently deal with
  /dev/shm and /lib/init/rw?
 Interesting question. Actually, in my setup, I don't see /dev/shm at
 all and /lib/init/rw is a regular directory.

They don't. / is writable.

Bastian

-- 
Insufficient facts always invite danger.
-- Spock, Space Seed, stardate 3141.9


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20110413111310.ga29...@wavehammer.waldi.eu.org



Re: Default size limits for /run (/var/run) and /run/lock (/var/lock)

2011-04-13 Thread Adam Borowski
On Wed, Apr 13, 2011 at 10:51:50AM +0100, Philip Hands wrote:
 On Tue, 12 Apr 2011 13:51:09 +0200, Michael Biebl bi...@debian.org wrote:
  I don't think symlinking /tmp to /run would be a good idea, as one could 
  fill up
  /tmp (accidentaly)  pretty quick.
  If we want to make / ro, then a separate tmpfs for /tmp looks like a better 
  idea
  to me.
 
 While were about this, for installs where the users select multiple
 partitions we currently create a separate /tmp partition.
 
 This strikes me as suboptimal, since one could use the disk space
 allocated to /tmp as extra swap and then allocate a tmpfs of that size
 to be mounted on /tmp with no effect other than allowing the system to
 have access to more swap than it would have otherwise had (of course,
 that's probably more than it needs, so instead you could just save some
 disk space that would otherwise be left generally unused by overloading
 the swap usage with /tmp usage.
 
 Therefore, in the multi-partition setup, I think we should also default
 to having /tmp on tmpfs.

Sounds like a great idea.  I'd extend it to any setups with a swap.

Tmpfs is a lot faster than regular filesystems: it doesn't have to care
about preserving the data's integrity after a crash and thus has no
barriers, journaling, fsync().  When there's plenty of unused memory, the
data will not ever touch the disk, too -- gracefully getting written out
when there is a better use for memory it takes.  Since most files in /tmp/
are very short lived, it's a good optimization.

-- 
1KB // Microsoft corollary to Hanlon's razor:
//  Never attribute to stupidity what can be
//  adequately explained by malice.


signature.asc
Description: Digital signature


Re: network-manager as default? No!

2011-04-13 Thread Felipe Sateler
On Wed, 13 Apr 2011 10:53:13 +0200, Bernd Zeimetz wrote:

 On 04/04/2011 12:56 PM, Jon Dowland wrote:
 On Sun, Apr 03, 2011 at 07:22:47PM +0300, Faidon Liambotis wrote:
 It also can't do VLANs (.1q), bridges, bonds and all possible
 permutations of the above. I'd speculate that it also wouldn't be able
 to do things like 1k (or more) interfaces. It also doesn't support
 hooks to be able to do more advanced setups, such as multihoming,
 policy routing, QoS, etc.
 
 Is it necessary for the distribution's *default* network-management
 solution to handle all of these?
 
 Yes. For a distribution which is targeted to support servers properly,
 yes, definitely. For everything else there is Ubuntu.

Surely a person managing a server can do aptitude install ifupdown 
network-manager-?



-- 
Saludos,
Felipe Sateler


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/io418e$1pq$1...@dough.gmane.org



Re: network-manager as default? No!

2011-04-13 Thread Adam Borowski
On Wed, Apr 13, 2011 at 11:26:06AM +, Felipe Sateler wrote:
 On Wed, 13 Apr 2011 10:53:13 +0200, Bernd Zeimetz wrote:
  Yes. For a distribution which is targeted to support servers properly,
  yes, definitely. For everything else there is Ubuntu.
 
 Surely a person managing a server can do aptitude install ifupdown 
 network-manager-?

No, unless you are physically at the keyboard at the time.

-- 
1KB // Microsoft corollary to Hanlon's razor:
//  Never attribute to stupidity what can be
//  adequately explained by malice.


signature.asc
Description: Digital signature


Re: Default size limits for /run (/var/run) and /run/lock (/var/lock)

2011-04-13 Thread Bernhard R. Link
* Philip Hands p...@hands.com [110413 12:54]:
 This strikes me as suboptimal, since one could use the disk space
 allocated to /tmp as extra swap and then allocate a tmpfs of that size
 to be mounted on /tmp with no effect other than allowing the system to
 have access to more swap than it would have otherwise had (of course,
 that's probably more than it needs, so instead you could just save some
 disk space that would otherwise be left generally unused by overloading
 the swap usage with /tmp usage.

 Therefore, in the multi-partition setup, I think we should also default
 to having /tmp on tmpfs.

This has both the disadvantage of a system then having swap (given the
big memory sizes one currently has and the big difference between RAM
and disk access times, having swap is often quite a disadvantage) and
of mixing several different things (/tmp is usually something simply
filling over time, so without low enough limits one risks that something
important is sometime not working because of missing RAM).

Bernhard R. Link


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/20110413113412.ga3...@pcpool00.mathematik.uni-freiburg.de



Re: network-manager as default? No!

2011-04-13 Thread Mehdi Dogguy

On 13/04/2011 10:53, Bernd Zeimetz wrote:

On 04/04/2011 12:56 PM, Jon Dowland wrote:

On Sun, Apr 03, 2011 at 07:22:47PM +0300, Faidon Liambotis wrote:

It also can't do VLANs (.1q), bridges, bonds and all possible
permutations of the above. I'd speculate that it also wouldn't be
able to do things like 1k (or more) interfaces. It also doesn't
support hooks to be able to do more advanced setups, such as
multihoming, policy routing, QoS, etc.


Is it necessary for the distribution's *default* network-management
solution to handle all of these?


Yes. For a distribution which is targeted to support servers properly,
 yes, definitely. For everything else there is Ubuntu.



I sincerely hope that you're joking… At least, the rest of the project
doesn't share this view. It's like saying that Desktop users are second
class citizens, which is plain wrong!

Regards,

--
Mehdi Dogguy مهدي الدڤي
http://dogguy.org/


--
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/4da58c33.8060...@dogguy.org



Re: Question about the version of debian

2011-04-13 Thread Ben Hutchings
On Wed, 2011-04-13 at 13:44 +0800, Asias He wrote:
 On Wed, Apr 13, 2011 at 12:32 PM, YANG,Chao yor...@ust.hk wrote:
  Dear Sir,
Recently, I downloaded a 32bit version of Debian from the following
  website:
 
  http://cdimage.debian.org/debian-cd/6.0.1a/i386/iso-dvd/
 
However, after finishing installation, I found that the 32bit OS
  turned out to be amd-64bit:
uname -a
Linux my-computer 2.6.32-5-amd64 #1 SMP Tue Mar 8 22:49:26 UTC 2011
  x86_64 GNU/Linux
 
 Can you post:
 
 $ dpkg -l|grep linux-image
 
 in your system.
 
 Did you have a 64-bit kernel installed on a 32-bit host.

'dpkg-architecture -qDEB_HOST_ARCH' will show which architecture the
rest of the system uses.

A 64-bit kernel is not supposed to be automatically selected, but it
could be if the system has 4 GB RAM and the '686-bigmem' flavour is not
available for some reason.

Please use 'reportbug installation-report' to provide more information.
The debian-devel list is not the place to send bug reports.

Ben.

-- 
Ben Hutchings
Once a job is fouled up, anything done to improve it makes it worse.


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


Re: Bits from the Release Team - Kicking off Wheezy

2011-04-13 Thread Raphael Hertzog
On Wed, 13 Apr 2011, sean finney wrote:
 I was only 50% at the last DebConf and missed the CUT BoF, but thought

I missed the BoF too (I was not at DebConf).

 reading blogposts etc afterwards that people weren't as focused on the
 branch out stable approach that I'm talking about, and rather were 
 more interested in stuff like snapshot testing, alternative testing
 from unstable, etc).  But I could be mistaken.

There's clearly 2 sides to CUT:
- provide regular snapshots with a working installer
- rolling, aka make testing suitable for end-users and something that
  never freezes

The summary article I wrote some time ago presents both aspects:
http://raphaelhertzog.com/2010/10/04/can-debian-offer-a-constantly-usable-testing-distribution/

  While I think this is the long-term goal, it might be more sensible
  to start with rolling and testing in parallel. And I also think it
  requires us to become involved in release matters and to develop
  new tools to streamline the process.
 
 In the way I had thought of things, rolling == testing.  That's to
 say that nextstable branches off the main line of development, gets it's
 own staging area for updates, and the testing/unstable duo function just as
 they did before.  So from what I see we would need the nextstable-testing
 area, plugged into the autobuild system, and an independant instance of
 the release infrastructure as a starting point.

Is the nexstable staging area the same as release-proposed-updates
in your view ?

Or would there be a britney moving stuff from your staging area to
nextstable ?

 I don't think I've heard anything back from anyone who's actually on
 the release team regarding this, but if they were at least non-comittedly
 open to the idea, I'd be willing to throw my hat into the ring to help
 put something together.

Yeah, it would be great to have some feedback from RT team members. I
tried to get some indirectly when I interviewed Meddi Dogguy and Adam D.
Barratt:
http://raphaelhertzog.com/2011/04/07/people-behind-debian-adam-d-barratt-release-manager/
http://raphaelhertzog.com/2010/12/23/people-behind-debian-mehdi-dogguy-release-assistant/

Cheers,
-- 
Raphaël Hertzog ◈ Debian Developer

Follow my Debian News ▶ http://RaphaelHertzog.com (English)
  ▶ http://RaphaelHertzog.fr (Français)


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20110413122138.gd3...@rivendell.home.ouaza.com



Re: network-manager as default? No!

2011-04-13 Thread Jan Hauke Rahm
On Wed, Apr 13, 2011 at 01:42:43PM +0200, Mehdi Dogguy wrote:
 On 13/04/2011 10:53, Bernd Zeimetz wrote:
 On 04/04/2011 12:56 PM, Jon Dowland wrote:
 On Sun, Apr 03, 2011 at 07:22:47PM +0300, Faidon Liambotis wrote:
 It also can't do VLANs (.1q), bridges, bonds and all possible
 permutations of the above. I'd speculate that it also wouldn't be
 able to do things like 1k (or more) interfaces. It also doesn't
 support hooks to be able to do more advanced setups, such as
 multihoming, policy routing, QoS, etc.
 
 Is it necessary for the distribution's *default* network-management
 solution to handle all of these?
 
 Yes. For a distribution which is targeted to support servers properly,
  yes, definitely. For everything else there is Ubuntu.
 
 
 I sincerely hope that you're joking… At least, the rest of the project
 doesn't share this view. It's like saying that Desktop users are second
 class citizens, which is plain wrong!

He didn't say anything you're implying. Some misunderstanding, I guess.
Debian, as a universal OS, needs to support Servers and Desktops and ...
properly. Any solution thus needs to handle all those cases properly.

Then add the usual Ubuntu bashing: for all who don't need that kind of
universality, there's Ubuntu (which, btw, also delivers server
solutions).

No-one is second class. Or, if I understand bzed right, Ubuntu is. :)

Hauke

-- 
 .''`.   Jan Hauke Rahm j...@debian.org   www.jhr-online.de
: :'  :  Debian Developer www.debian.org
`. `'`   Member of the Linux Foundationwww.linux.com
  `- Fellow of the Free Software Foundation Europe  www.fsfe.org


signature.asc
Description: Digital signature


Re: Default size limits for /run (/var/run) and /run/lock (/var/lock)

2011-04-13 Thread Ben Hutchings
On Wed, 2011-04-13 at 13:34 +0200, Bernhard R. Link wrote:
 * Philip Hands p...@hands.com [110413 12:54]:
  This strikes me as suboptimal, since one could use the disk space
  allocated to /tmp as extra swap and then allocate a tmpfs of that size
  to be mounted on /tmp with no effect other than allowing the system to
  have access to more swap than it would have otherwise had (of course,
  that's probably more than it needs, so instead you could just save some
  disk space that would otherwise be left generally unused by overloading
  the swap usage with /tmp usage.
 
  Therefore, in the multi-partition setup, I think we should also default
  to having /tmp on tmpfs.
 
 This has both the disadvantage of a system then having swap (given the
 big memory sizes one currently has and the big difference between RAM
 and disk access times, having swap is often quite a disadvantage)
[...]

Under Linux, swap space is a requirement to defragment RAM.  (This may
change in the future.)  Without swap space, the kernel eventually
becomes unable to make large physically-contiguous allocations.  Don't
turn it off.

Ben.

-- 
Ben Hutchings
Once a job is fouled up, anything done to improve it makes it worse.


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


Re: Question about the version of debian

2011-04-13 Thread Raphael Hertzog
On Wed, 13 Apr 2011, Ben Hutchings wrote:
 'dpkg-architecture -qDEB_HOST_ARCH' will show which architecture the
 rest of the system uses.

dpkg --print-architecture is better suited (dpkg-architecture is a
dpkg-dev script).

Cheers,
-- 
Raphaël Hertzog ◈ Debian Developer

Follow my Debian News ▶ http://RaphaelHertzog.com (English)
  ▶ http://RaphaelHertzog.fr (Français)


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20110413122736.ge3...@rivendell.home.ouaza.com



Bug#622619: ITP: libjsyntaxpane-java -- Java EditorPane with support for Syntax Highlighting

2011-04-13 Thread Martin Quinson
Package: wnpp
Severity: wishlist
Owner: Martin Quinson mquin...@debian.org

* Package name: libjsyntaxpane-java
  Version : 0.9.5~svn148
  Upstream Author : Ayman Al-Sairafi (ayman.alsair...@gmail.com)
* URL : http://code.google.com/p/jsyntaxpane/
* License : Apache-2.0
  Programming Lang: Java
  Description : Java EditorPane with support for Syntax Highlighting

JSyntaxPane provides you with a very simple to use, and now with
simple method to configure, way to handle simple Syntax Highlighting
and editing of various languages within your Java Swing application.

Currently supported out of the box are Java, JavaScript, Properties,
Groovy, C, C++, XML, SQL, Ruby and Python. 


**
Upstream does not distribute any source package, so I had to get it
from the svn directly. The prefered version is 0.9.5, but it is not
released yet, with some beta versions distributed (in binary version)
since one year and half. There is no tag in this branch pointing to
where the binary version were taken. This explain the strange version
number I've picked. I hope it's ok.

I'm packaging it as a dependency to JLM (see #622324).

The current version of the package is at
git://git.debian.org/pkg-java/libjsyntaxpane-java.git
(empty right now, soon populated)



-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/20110413124554.20231.73409.report...@arthur.loria.fr



Bug#622620: O: argyll -- Color Management System, calibrator and profiler

2011-04-13 Thread Roland Mas
Package: wnpp
Severity: normal

I think it's time for me to stop pretending I have enough
time/energy/interest to properly maintain Argyll.  I'm therefore
regretfully orphaning the package.

  Prospective adopters: most of the difficulty I've had in maintaining
this package comes from my switch of build system from Jam to
Autoconf/Automake/Libtool.  If you can live with Jam, then you'll
probably have an easier job.

  I'm quite prepared to offer sponsorship and/or guidance to anyone
willing to adopt the package and needing one or the other.

Roland.
-- 
Roland Mas

La menace de la baffe pèse plus lourd que la baffe elle-même.
  -- in Sri Raoul le petit yogi (Gaudelette)



--
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/87oc4ae2uj@mirexpress.internal.placard.fr.eu.org



Request for testing: /run and initscripts

2011-04-13 Thread Roger Leigh
On Wed, Apr 13, 2011 at 01:23:04PM +0200, Adam Borowski wrote:
 On Wed, Apr 13, 2011 at 10:51:50AM +0100, Philip Hands wrote:
  On Tue, 12 Apr 2011 13:51:09 +0200, Michael Biebl bi...@debian.org wrote:
   I don't think symlinking /tmp to /run would be a good idea, as one could 
   fill up
   /tmp (accidentaly)  pretty quick.
   If we want to make / ro, then a separate tmpfs for /tmp looks like a 
   better idea
   to me.
  
  While were about this, for installs where the users select multiple
  partitions we currently create a separate /tmp partition.
  
  This strikes me as suboptimal, since one could use the disk space
  allocated to /tmp as extra swap and then allocate a tmpfs of that size
  to be mounted on /tmp with no effect other than allowing the system to
  have access to more swap than it would have otherwise had (of course,
  that's probably more than it needs, so instead you could just save some
  disk space that would otherwise be left generally unused by overloading
  the swap usage with /tmp usage.
  
  Therefore, in the multi-partition setup, I think we should also default
  to having /tmp on tmpfs.
 
 Sounds like a great idea.  I'd extend it to any setups with a swap.
 
 Tmpfs is a lot faster than regular filesystems: it doesn't have to care
 about preserving the data's integrity after a crash and thus has no
 barriers, journaling, fsync().  When there's plenty of unused memory, the
 data will not ever touch the disk, too -- gracefully getting written out
 when there is a better use for memory it takes.  Since most files in /tmp/
 are very short lived, it's a good optimization.

I have now implemented this (though it's not the default).

I would very much appreciate it if anyone could take the time to
install the new initscripts and test it out.

http://people.debian.org/~rleigh/run/sysvinit_2.88dsf-13.3.dsc
http://people.debian.org/~rleigh/run/initscripts_2.88dsf-13.3_amd64.deb

Note that it is safe to test these out on live systems; I've
installed it on my amd64 and powerpc machines, and not had any
issues.  I did notice an unclean umount of /var in one case,
but I think this was due to messing around with mount --move
which messes up /etc/mtab when moving recursively (/run/lock
probably didn't get unmounted).  I've not seen that on any other
systems.


So, by default, you get (separate tmpfs mounts):
/run
/run/shm
/lib/init/rw

(RAMLOCK=no, RAMSHM=yes, RAMTMP=no)

For additional safety and security, it's possible to mount everything
as separate tmpfs filesystems:

/run
/run/shm
/run/lock
/lib/init/rw
/tmp

(RAMLOCK=yes, RAMSHM=yes, RAMTMP=yes).  This lets one have separate
size limits and mount modes for each mount.

Alternatively, it's possible to have everything on a single /run
tmpfs, including /tmp (excluding /lib/init/rw, which will be
removed soon):

/run
/lib/init/rw
/tmp → /run/tmp

(RAMLOCK=no, RAMSHM=no, RAMTMP=no).  Note that /tmp was symlinked
to /run/tmp prior to restarting, and /run/tmp was created by the
init scripts (mountkernfs).  The symlink needs creating by hand
should you wish to do this.  Having /tmp as a symlink can be used
whatever the setting of RAMTMP, so you could have a tmpfs mounted
on /run/tmp if you chose.

In all these cases, these links were automatically created:
/dev/shm → /run/shm
/var/run → /run
/var/lock → /run/lock

The default size and permissions were set as proposed earlier in this
thread; there's still time to adjust or remove those depending upon
what the general consensus is.  We could also make not mounting
/run/shm the default, so that it's shared with /run by default; users
who need a dedicated large /run/shm could then enable this at their
discretion using RAMSHM and SHM_SIZE.


I would be very grateful to anyone who can take the time to install
the new initscripts and try it out.  It should set up bind mounts
of /var/run, /var/lock and /dev/shm to their locations in /run on
installation, and then set up the tmpfs filesystems properly and
do the conversion to symlinks on reboot.

Note that I did discuss doing this migration all in postinst using
mount --move with mbiebl, but it's unfortuntately linux-specific
and has some race conditions between moving and setting up the
symlinks (which may or may not be acceptable).  This patch errs on the
side of caution and ensures that the directories being moved are
available at all times, and that the code works on all architectures.

Also note that the move of /dev/shm to /run/shm might require the
selinux stuff tweaking.  This might require a change in one of the
selinux packages.  But I know little about selinux.

One oddity I noticed was that /etc/default/rcS is not a conffile,
making it difficult to add new options on upgrade since it's only
copied once on initial install.  Does anyone know why this is the
case, and would it be a problem if I made it into a conffile in
order to add the new RAMSHM and RAMTMP options (and remove RAMRUN)?
I've worked around this by setting defaults if unset in

Re: network-manager as default? No!

2011-04-13 Thread Philip Hands
On Wed, 13 Apr 2011 11:26:06 + (UTC), Felipe Sateler fsate...@debian.org 
wrote:
 On Wed, 13 Apr 2011 10:53:13 +0200, Bernd Zeimetz wrote:
 
  On 04/04/2011 12:56 PM, Jon Dowland wrote:
  On Sun, Apr 03, 2011 at 07:22:47PM +0300, Faidon Liambotis wrote:
  It also can't do VLANs (.1q), bridges, bonds and all possible
  permutations of the above. I'd speculate that it also wouldn't be able
  to do things like 1k (or more) interfaces. It also doesn't support
  hooks to be able to do more advanced setups, such as multihoming,
  policy routing, QoS, etc.
  
  Is it necessary for the distribution's *default* network-management
  solution to handle all of these?
  
  Yes. For a distribution which is targeted to support servers properly,
  yes, definitely. For everything else there is Ubuntu.
 
 Surely a person managing a server can do aptitude install ifupdown 
 network-manager-?

You appear to want to inflict extra work on large swathes of our
users.  If that is the case, I'd like to see some sort of justification
for that.

What is it that installing N-M on servers will gain us or our users?

I don't perceive the advantage. Many other people in this thread don't
seem to perceive it.  I don't believe that anyone's even hinted at the
advantage, but perhaps I missed it.

In the absence of such justification, I don't see what's wrong with the
status quo (i.e. N-M on Gnome desktops by default, ifupdown elsewhere by
default, with both choices entirely overridable by the user)

Cheers, Phil.
-- 
|)|  Philip Hands [+44 (0)20 8530 9560]http://www.hands.com/
|-|  HANDS.COM Ltd.http://www.uk.debian.org/
|(|  10 Onslow Gardens, South Woodford, London  E18 1NE  ENGLAND


pgpNE97l5E8wG.pgp
Description: PGP signature


Re: Question about the version of debian

2011-04-13 Thread Ben Hutchings
On Wed, 2011-04-13 at 20:47 +0800, YANG,Chao wrote:
 dpkg --print-architecture shows
 i386.
 
 However, uname -a shows
 x86-64
 
 what does this mean?

It means Asias He was right.  And this is a perfectly valid
configuration (though it confuses some third-party installers).

But I think this is a bug in the configuration of the CD/DVD creation:
the amd64 flavour is on DVD 1 but the 686-bigmem flavour is on DVD 2.
The latter definitely should be on DVD 1 (and CD 1 or 2, rather than CD
10!).

Ben.

-- 
Ben Hutchings
Once a job is fouled up, anything done to improve it makes it worse.


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


Re: Question about the version of debian

2011-04-13 Thread YANG,Chao
dpkg --print-architecture shows
i386.

However, uname -a shows
x86-64

what does this mean?

Best,


On 2011-04-13 14:27 +0200,Raphael Hertzog wrote:
 On Wed, 13 Apr 2011, Ben Hutchings wrote:
  'dpkg-architecture -qDEB_HOST_ARCH' will show which architecture the
  rest of the system uses.
 
 dpkg --print-architecture is better suited (dpkg-architecture is a
 dpkg-dev script).
 
 Cheers,

-- 
Yang Chao
RM B007D, University Apartment Tower B
The Hong Kong University of Science and Technology Clear Water Bay,
Kowloon 
Hong Kong
Email: yor...@ust.hk


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/1302698854.3700.2.ca...@yorkey-pc.resnet.ust.hk



Re: Request for testing: /run and initscripts

2011-04-13 Thread Adam Borowski
On Wed, Apr 13, 2011 at 01:49:15PM +0100, Roger Leigh wrote:
 I have now implemented this (though it's not the default).
 
 I would very much appreciate it if anyone could take the time to
 install the new initscripts and test it out.
 
 http://people.debian.org/~rleigh/run/sysvinit_2.88dsf-13.3.dsc
 http://people.debian.org/~rleigh/run/initscripts_2.88dsf-13.3_amd64.deb

It breaks down at least on vservers (which can't do mount() calls):

find: `var/run': No such file or directory
fakerunlevel: open(/var/run/utmp): No such file or directory

-- 
1KB // Microsoft corollary to Hanlon's razor:
//  Never attribute to stupidity what can be
//  adequately explained by malice.


signature.asc
Description: Digital signature


Re: Python2.6 as default

2011-04-13 Thread Barry Warsaw
On Apr 11, 2011, at 07:22 PM, Scott Kitterman wrote:

Hopefully it will gain additional sanity before approval (the authors did
improve it based on comments I sent them it could still be better). The
notion that /usr/bin/python pointing to any python3 version in the near term
is anything other than crazy talk is, well, crazy.

I agree we're[*] not there yet.  But I do think we're at a tipping point.
At Pycon 2011, where in previous years the responses were largely we have no
plans to port to Python 3, it's now quite common to hear we have an
experimental branch to support it or people are working on it.  So I do
think it's worth Debian thinking about, planning for, and possibly helping
with a transition to Python 3.

Python 2 won't go away any time soon.  If I had to guess, I'd say we're
probably 18-24 months away from actually being *able* to make python3 the
default, which I think is pretty well aligned with Guido's 5-year plan.

Cheers,
-Barry

[*] and by we I mean the larger Python community, not just Debian.


signature.asc
Description: PGP signature


Re: Request for testing: /run and initscripts

2011-04-13 Thread Roger Leigh
On Wed, Apr 13, 2011 at 03:20:38PM +0200, Adam Borowski wrote:
 On Wed, Apr 13, 2011 at 01:49:15PM +0100, Roger Leigh wrote:
  I have now implemented this (though it's not the default).
  
  I would very much appreciate it if anyone could take the time to
  install the new initscripts and test it out.
  
  http://people.debian.org/~rleigh/run/sysvinit_2.88dsf-13.3.dsc
  http://people.debian.org/~rleigh/run/initscripts_2.88dsf-13.3_amd64.deb
 
 It breaks down at least on vservers (which can't do mount() calls):
 
 find: `var/run': No such file or directory
 fakerunlevel: open(/var/run/utmp): No such file or directory

When is this, in postinst or init scripts?  We have logic
in postinst to detect chroot environments and not do any
mounting; could we add a similar check for vservers?


Thanks,
Roger

-- 
  .''`.  Roger Leigh
 : :' :  Debian GNU/Linux http://people.debian.org/~rleigh/
 `. `'   Printing on GNU/Linux?   http://gutenprint.sourceforge.net/
   `-GPG Public Key: 0x25BFB848   Please GPG sign your mail.


signature.asc
Description: Digital signature


Re: Request for testing: /run and initscripts

2011-04-13 Thread Adam Borowski
On Wed, Apr 13, 2011 at 02:24:30PM +0100, Roger Leigh wrote:
 On Wed, Apr 13, 2011 at 03:20:38PM +0200, Adam Borowski wrote:
  On Wed, Apr 13, 2011 at 01:49:15PM +0100, Roger Leigh wrote:
   I have now implemented this (though it's not the default).
   
   I would very much appreciate it if anyone could take the time to
   install the new initscripts and test it out.
   
   http://people.debian.org/~rleigh/run/sysvinit_2.88dsf-13.3.dsc
   http://people.debian.org/~rleigh/run/initscripts_2.88dsf-13.3_amd64.deb
  
  It breaks down at least on vservers (which can't do mount() calls):
  
  find: `var/run': No such file or directory
  fakerunlevel: open(/var/run/utmp): No such file or directory
 
 When is this, in postinst or init scripts?  We have logic
 in postinst to detect chroot environments and not do any
 mounting; could we add a similar check for vservers?

postinst reported success.

This error was upon trying to [re]start the vserver afterwards, not sure
where exactly it comes from.


You might want to ask someone who deals with LXC to test it as well, as
it has a different approach to mounting filesystems inside the guest.

-- 
1KB // Microsoft corollary to Hanlon's razor:
//  Never attribute to stupidity what can be
//  adequately explained by malice.


signature.asc
Description: Digital signature


Re: Python2.6 as default

2011-04-13 Thread Scott Kitterman
On Wednesday, April 13, 2011 09:22:44 AM Barry Warsaw wrote:
 On Apr 11, 2011, at 07:22 PM, Scott Kitterman wrote:
 Hopefully it will gain additional sanity before approval (the authors did
 improve it based on comments I sent them it could still be better). The
 notion that /usr/bin/python pointing to any python3 version in the near
 term is anything other than crazy talk is, well, crazy.
 
 I agree we're[*] not there yet.  But I do think we're at a tipping point.
 At Pycon 2011, where in previous years the responses were largely we have
 no plans to port to Python 3, it's now quite common to hear we have an
 experimental branch to support it or people are working on it.  So I do
 think it's worth Debian thinking about, planning for, and possibly helping
 with a transition to Python 3.
 
 Python 2 won't go away any time soon.  If I had to guess, I'd say we're
 probably 18-24 months away from actually being *able* to make python3 the
 default, which I think is pretty well aligned with Guido's 5-year plan.
 
 Cheers,
 -Barry
 
 [*] and by we I mean the larger Python community, not just Debian.

If by default you mean something like the version we normally use, then I 
agree.  If you mean pointing /usr/bin/python at a python3 version, I don't.  
Taking that step is not just about what's in the archive, it's about the 
stacks and stacks of small python scripts that are used everywhere, but never 
published.  Changing /usr/bin/python to be python3 is something I think 
happens about one release before we remove python2 entirely.  I don't think 
that's where we'll be in two years.

Scott K


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/201104130937.35999.deb...@kitterman.com



Re: Request for testing: /run and initscripts

2011-04-13 Thread Bastian Blank
On Wed, Apr 13, 2011 at 02:24:30PM +0100, Roger Leigh wrote:
 On Wed, Apr 13, 2011 at 03:20:38PM +0200, Adam Borowski wrote:
  find: `var/run': No such file or directory
  fakerunlevel: open(/var/run/utmp): No such file or directory
 When is this, in postinst or init scripts?  We have logic
 in postinst to detect chroot environments and not do any
 mounting; could we add a similar check for vservers?

No. You have to handle errors in mouting in all cases. Even the init
script may fail there.

Bastian

-- 
Fascinating is a word I use for the unexpected.
-- Spock, The Squire of Gothos, stardate 2124.5


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20110413133936.ga31...@wavehammer.waldi.eu.org



Re: Python2.6 as default

2011-04-13 Thread Michael Gilbert
Scott Kitterman wrote:

 On Wednesday, April 13, 2011 09:22:44 AM Barry Warsaw wrote:
  On Apr 11, 2011, at 07:22 PM, Scott Kitterman wrote:
  Hopefully it will gain additional sanity before approval (the authors did
  improve it based on comments I sent them it could still be better). The
  notion that /usr/bin/python pointing to any python3 version in the near
  term is anything other than crazy talk is, well, crazy.
  
  I agree we're[*] not there yet.  But I do think we're at a tipping point.
  At Pycon 2011, where in previous years the responses were largely we have
  no plans to port to Python 3, it's now quite common to hear we have an
  experimental branch to support it or people are working on it.  So I do
  think it's worth Debian thinking about, planning for, and possibly helping
  with a transition to Python 3.
  
  Python 2 won't go away any time soon.  If I had to guess, I'd say we're
  probably 18-24 months away from actually being *able* to make python3 the
  default, which I think is pretty well aligned with Guido's 5-year plan.
  
  Cheers,
  -Barry
  
  [*] and by we I mean the larger Python community, not just Debian.
 
 If by default you mean something like the version we normally use, then I 
 agree.  If you mean pointing /usr/bin/python at a python3 version, I don't.  
 Taking that step is not just about what's in the archive, it's about the 
 stacks and stacks of small python scripts that are used everywhere, but never 
 published.  Changing /usr/bin/python to be python3 is something I think 
 happens about one release before we remove python2 entirely.  I don't think 
 that's where we'll be in two years.

Can't that be solved in the release notes when that happens?  Something
like:

python3 is now the default /usr/bin/python, so if you have existing
python2 scripts you will need to make sure to use /usr/bin/python2
instead (or convert them to python3).

Best wishes,
Mike


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/20110413094233.f87b2d8c.michael.s.gilb...@gmail.com



Bug#622625: ITP: haskell-blaze-builder -- an abstraction of buffered output of byte streams

2011-04-13 Thread Marco Túlio Gontijo e Silva
Package: wnpp
Severity: wishlist
Owner: Marco Túlio Gontijo e Silva mar...@debian.org

* Package name: haskell-blaze-builder
  Version : 0.2.1.4
  Upstream Author : Simon Meier iridc...@gmail.com
* URL : http://hackage.haskell.org/package/blaze-builder
* License : BSD3
  Programming Lang: Haskell
  Description : an abstraction of buffered output of byte streams

 This package provides a library for the Haskell programming language.
 See http://www.haskell.org/ for more information on Haskell.
 .
 This library provides an abstraction of buffered output of byte streams and
 several convenience functions to exploit it. For example, it allows to
 efficiently serialize Haskell values to lazy bytestrings with a large average
 chunk size. The large average chunk size allows to make good use of cache
 prefetching in later processing steps (e.g. compression) and reduces the sytem
 call overhead when writing the resulting lazy bytestring to a file or sending
 it over the network.



-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20110413133503.18148.74452.reportbug@zezinho



Re: Default size limits for /run (/var/run) and /run/lock (/var/lock)

2011-04-13 Thread Philip Hands
On Wed, 13 Apr 2011 13:34:13 +0200, Bernhard R. Link brl...@debian.org 
wrote:
 * Philip Hands p...@hands.com [110413 12:54]:
  This strikes me as suboptimal, since one could use the disk space
  allocated to /tmp as extra swap and then allocate a tmpfs of that size
  to be mounted on /tmp with no effect other than allowing the system to
  have access to more swap than it would have otherwise had (of course,
  that's probably more than it needs, so instead you could just save some
  disk space that would otherwise be left generally unused by overloading
  the swap usage with /tmp usage.
 
  Therefore, in the multi-partition setup, I think we should also default
  to having /tmp on tmpfs.
 
 This has both the disadvantage of a system then having swap (given the
 big memory sizes one currently has and the big difference between RAM
 and disk access times, having swap is often quite a disadvantage) and

Are you suggesting that a system that has enough RAM to not need swap
will become slower if you enable swap but don't use it?

If not, then either the files in /tmp will sit in RAM and therefore be a
lot faster, or if they need to go to disk, will have been staged via
swap, which may well allow a lot of small writes to small files to be
coalesced into larger swap writes, although I'm not familiar enough with
that to compare the amount of disk activity provoked by writing a lot of
small files onto an ext3 file system vs. taking the most elderly data
From a tmpfs and deciding to swap it out.

I can imagine that, for instance, removing a large file from /tmp when
on a file system might well require several writes, whereas it seems
possible that doing the same for a swapped out tmpfs might be a case of
simply recording that the blocks are ready for reuse.  On the other
hand, it may be that one needs to read in each and every block in order
to mark it ad being deleted, but I would hope that's not the way it works.

 of mixing several different things (/tmp is usually something simply
 filling over time,

Really?  Checking a couple of servers at random, one that's been running
for about 8 months but is fairly tightly locked down, has 8Kb used, and
another that's got rather more random stuff running on it, it has 17Mb
in /tmp, and that turns out to be debris laying around after a process
that does OCR on postfix files while scanning for SPAM -- so that's
actually a bug by the looks of it.

Even on servers where it is the case that /tmp grows over time, it
strikes me that tmpfs gives the system a much better chance to make
sensible decisions about when to write data out to disk.

On a mounted file system the system will attempt to ensure that the data
gets out to disk in a reasonably timely manner, since it's trying to
ensure that it's not lost in the event of a crash -- in that case of
/tmp, any effort to keep the normal file-system promise of post-crash
integrity is wasted effort, since we're going to throw the data away
anyway.

With tmpfs on the other hand, the data will never hit the disk if there
is enough RAM, and if there is a need to write it out, it'll generally
write the oldest data out first, so the portions of the tmpfs that are
being used for short-lived files will generally not be written before
those files are deleted again, so that they never need to be written at
all.

 so without low enough limits one risks that something
 important is sometime not working because of missing RAM).

If you'd read what I wrote, I suggested that a reasonable start would be
to allocate the /tmp filesystem space as swap, and then limit /tmp to
that size -- even if you then fill /tmp it cannot exceed the extra size
that you allocated to swap by giving it the disk that you'd otherwise be
using for /tmp as a file system.

Admittedly, I think that using the amount the we currently allocate to
/tmp for swap would be a waste, but it's a reasonable starting point.

In fact, it wouldn't surprise me if the act of mounting an additional
filesystem consumes more memory than a tmpfs with 8kb of files on it, so
for the first server mentioned above I may well be consuming less RAM
than I would be mounting an empty /tmp from the disk.

Cheers, Phil.
-- 
|)|  Philip Hands [+44 (0)20 8530 9560]http://www.hands.com/
|-|  HANDS.COM Ltd.http://www.uk.debian.org/
|(|  10 Onslow Gardens, South Woodford, London  E18 1NE  ENGLAND


pgpiEojmazFuq.pgp
Description: PGP signature


Re: Python2.6 as default

2011-04-13 Thread Piotr Ożarowski
[Michael Gilbert, 2011-04-13]
 Can't that be solved in the release notes when that happens?  Something
 like:
 
 python3 is now the default /usr/bin/python, so if you have existing
 python2 scripts you will need to make sure to use /usr/bin/python2
 instead (or convert them to python3).

IMO we can change /usr/bin/python to point to python3 once Python 2.X
will no longer be supported by Debian, not sooner (as local scripts with
#!/usr/bin/python shebang would stop working anyway)
-- 
Piotr Ożarowski Debian GNU/Linux Developer
www.ozarowski.pl  www.griffith.cc   www.debian.org
GPG Fingerprint: 1D2F A898 58DA AF62 1786 2DF7 AEF6 F1A2 A745 7645


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20110413135136.gi19...@piotro.eu



Re: Python2.6 as default

2011-04-13 Thread Michael Gilbert
Piotr Ożarowski wrote:

 [Michael Gilbert, 2011-04-13]
  Can't that be solved in the release notes when that happens?  Something
  like:
  
  python3 is now the default /usr/bin/python, so if you have existing
  python2 scripts you will need to make sure to use /usr/bin/python2
  instead (or convert them to python3).
 
 IMO we can change /usr/bin/python to point to python3 once Python 2.X
 will no longer be supported by Debian, not sooner (as local scripts with
 #!/usr/bin/python shebang would stop working anyway)

I think it makes more sense to have a release or two where users can
fall back on python2.  Well there needs to be at least one
where /usr/bin/python becomes python3 alerting users to the change and
giving them the python2 fallback, just so they have time to be prepared
for the permanent change.

Best wishes,
Mike


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/20110413100036.f1a7a623.michael.s.gilb...@gmail.com



Re: Default size limits for /run (/var/run) and /run/lock (/var/lock)

2011-04-13 Thread David Goodenough
On Wednesday 13 April 2011, Ben Hutchings wrote:
 On Wed, 2011-04-13 at 13:34 +0200, Bernhard R. Link wrote:
  * Philip Hands p...@hands.com [110413 12:54]:
   This strikes me as suboptimal, since one could use the disk space
   allocated to /tmp as extra swap and then allocate a tmpfs of that size
   to be mounted on /tmp with no effect other than allowing the system to
   have access to more swap than it would have otherwise had (of course,
   that's probably more than it needs, so instead you could just save some
   disk space that would otherwise be left generally unused by overloading
   the swap usage with /tmp usage.
   
   Therefore, in the multi-partition setup, I think we should also default
   to having /tmp on tmpfs.
  
  This has both the disadvantage of a system then having swap (given the
  big memory sizes one currently has and the big difference between RAM
  and disk access times, having swap is often quite a disadvantage)
 
 [...]
 
 Under Linux, swap space is a requirement to defragment RAM.  (This may
 change in the future.)  Without swap space, the kernel eventually
 becomes unable to make large physically-contiguous allocations.  Don't
 turn it off.
 
 Ben.
I am surprised at this.  I have several boxes which are small single board
computers with solid state disks (MIDE or CF), so as I did not need swap 
space (the running set is fixed and the memory requirement was within
the total available memory, I did not define any swap space.  A few days
ago I needed to move one of the boxes I noted its uptime at 594 days just
before I switched it off.  I grant you that it has 256MB of memory, and 
120MB is currently free, but I have not noticed any problems growing over
the time it was up.  Maybe it just did not need to make any large physically
contiguous allocations.

BTW, /var/run is currently occupying a grand total of 27KB if that is relevant
to the subject of this thread.

David


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/201104131544.37402.david.goodeno...@btconnect.com



Re: Default size limits for /run (/var/run) and /run/lock (/var/lock)

2011-04-13 Thread Philipp Kern
On 2011-04-13, David Goodenough david.goodeno...@btconnect.com wrote:
 I am surprised at this.  I have several boxes which are small single board
 computers with solid state disks (MIDE or CF), so as I did not need swap 
 space (the running set is fixed and the memory requirement was within
 the total available memory, I did not define any swap space.  A few days
 ago I needed to move one of the boxes I noted its uptime at 594 days just
 before I switched it off.  I grant you that it has 256MB of memory, and 
 120MB is currently free, but I have not noticed any problems growing over
 the time it was up.  Maybe it just did not need to make any large physically
 contiguous allocations.

Given that Linux does paging, you normally don't need large physically
contiguous allocations.  I think the exceptions are mainly I/O regions for
DMA.  And you're probably not using that heavily on such a machine.

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
Archive: http://lists.debian.org/slrniqbfk4.rnn.tr...@kelgar.0x539.de



Re: Default size limits for /run (/var/run) and /run/lock (/var/lock)

2011-04-13 Thread Bernhard R. Link
* Philip Hands p...@hands.com [110413 15:51]:
 Are you suggesting that a system that has enough RAM to not need swap
 will become slower if you enable swap but don't use it?

If you don't use it it will hopefully make not much big difference.
The difference is if it gets used. If some program goes harvoc and
allocates to much stuff without swap it will most of the time simply
get killed. With swap it will first make the computer unuseably slow
for some time before it finally gets killed.

  of mixing several different things (/tmp is usually something simply
  filling over time,

 Really?  Checking a couple of servers at random, one that's been running
 for about 8 months but is fairly tightly locked down, has 8Kb used,

Servers of course usually have not that much (unless they are
terminal/login servers). The big /tmp stuff are usually user programs and
lab computers and other machines with many different users loging in are usually
multi-partition.

Some lab computers:
/dev/sda7 6,5G  164M  6,0G   3% /tmp
/dev/sda7 6,5G  157M  6,0G   3% /tmp
/dev/sda7 6,5G  148M  6,0G   3% /tmp
/dev/sda7 6,5G  145M  6,0G   3% /tmp
/dev/sda7 6,5G  205M  5,9G   4% /tmp
/dev/sda7 6,5G  321M  5,8G   6% /tmp
/dev/sda7 6,5G  148M  6,0G   3% /tmp
/dev/sda7 6,5G  225M  5,9G   4% /tmp
/dev/sda7 6,5G  2,8G  3,4G  46% /tmp
/dev/sda7 6,5G  152M  6,0G   3% /tmp
/dev/sda7 6,5G  152M  6,0G   3% /tmp
/dev/sda7 6,5G  150M  6,0G   3% /tmp
/dev/sda7 6.5G  162M  6.0G   3% /tmp

A login server:
/dev/vda4  21G  173M   18G   1% /tmp

A login server from another institute:
/dev/hda5 9,9G  1,2G  8,2G  13% /tmp

 If you'd read what I wrote, I suggested that a reasonable start would be
 to allocate the /tmp filesystem space as swap, and then limit /tmp to
 that size -- even if you then fill /tmp it cannot exceed the extra size
 that you allocated to swap by giving it the disk that you'd otherwise be
 using for /tmp as a file system.

And how do you make sure those metrics are correct if that is enabled
as default in the installer?

 In fact, it wouldn't surprise me if the act of mounting an additional
 filesystem consumes more memory than a tmpfs with 8kb of files on it, so
 for the first server mentioned above I may well be consuming less RAM
 than I would be mounting an empty /tmp from the disk.

RAM is nowadays for most uses usually there in abundancy. It's not that
it is scarce. The problems are faulty programs trying to get as much as
they can. If things grow unlimited there will always hit the limit.
And having different limits usually makes things more easy to control.

Bernhard R. Link


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/20110413152716.ga5...@pcpool00.mathematik.uni-freiburg.de



Re: Request for testing: /run and initscripts

2011-04-13 Thread Roger Leigh
On Wed, Apr 13, 2011 at 03:35:24PM +0200, Adam Borowski wrote:
 On Wed, Apr 13, 2011 at 02:24:30PM +0100, Roger Leigh wrote:
  On Wed, Apr 13, 2011 at 03:20:38PM +0200, Adam Borowski wrote:
   On Wed, Apr 13, 2011 at 01:49:15PM +0100, Roger Leigh wrote:
I have now implemented this (though it's not the default).

I would very much appreciate it if anyone could take the time to
install the new initscripts and test it out.

http://people.debian.org/~rleigh/run/sysvinit_2.88dsf-13.3.dsc
http://people.debian.org/~rleigh/run/initscripts_2.88dsf-13.3_amd64.deb
   
   It breaks down at least on vservers (which can't do mount() calls):
   
   find: `var/run': No such file or directory
   fakerunlevel: open(/var/run/utmp): No such file or directory
  
  When is this, in postinst or init scripts?  We have logic
  in postinst to detect chroot environments and not do any
  mounting; could we add a similar check for vservers?
 
 postinst reported success.
 
 This error was upon trying to [re]start the vserver afterwards, not sure
 where exactly it comes from.

Not knowing anything about vservers, do they normally run
the standard rcS init scripts?  While this patch does change
some mounts to new locations, it's pretty much doing the same
thing as before.  If /dev/shm and /lib/init/rw aren't mounted,
it looks like they are not run.

After this failure, does /var/run exist?  Is it a directory or
symlink?  What's mounted there or what does it point to?  Is
that location also valid?

When the postinst ran, did it set up bind mounts, or did it
run the chroot setup only?  If vservers never run the rcS scripts,
we need to ensure that the package runs the same postinst codepaths
as for chroots.  Is it possible to determine if we are running in
a vserver enviroment in the postinst?

 You might want to ask someone who deals with LXC to test it as well, as
 it has a different approach to mounting filesystems inside the guest.

Looks a bit more comprehensive, and you have the choice of
running the native init.  We would need to know if rcS will be
run or not when running the postinst.  Comments from anyone using
lxc with Debian would be most helpful.


Regards,
Roger
-- 
  .''`.  Roger Leigh
 : :' :  Debian GNU/Linux http://people.debian.org/~rleigh/
 `. `'   Printing on GNU/Linux?   http://gutenprint.sourceforge.net/
   `-GPG Public Key: 0x25BFB848   Please GPG sign your mail.


signature.asc
Description: Digital signature


Re: Python2.6 as default

2011-04-13 Thread Barry Warsaw
On Apr 13, 2011, at 10:00 AM, Michael Gilbert wrote:

I think it makes more sense to have a release or two where users can
fall back on python2.  Well there needs to be at least one
where /usr/bin/python becomes python3 alerting users to the change and
giving them the python2 fallback, just so they have time to be prepared
for the permanent change.

I do agree that we could add the python2 symlink now so that folks who want to
prepare can start changing their #! lines to use /usr/bin/python2.

Cheers,
-Barry


signature.asc
Description: PGP signature


Re: Default size limits for /run (/var/run) and /run/lock (/var/lock)

2011-04-13 Thread Thomas Hood
I just realized that I misunderstood Roger Leigh's posting and so
my previous message was mostly superfluous.  My apologies.

1. His statement but you have to mount many more to be able to
break your system was correct (and can be made more explicit by
adding ... by filling them all).

2. His proposal *was* to reduce the size of all tmpfses (together)
to 50%, as follows:

/run 10%
/run/shm 20%
/tmp 20%
/run/lock, /lib/init/rw  very small

What remains of my previous message are my two questions:

1. Is OOM importantly worse than a full system tmpfs?  I think so
too, but

2. Even if so, do we have to worry about OOM happening because
*multiple* tmpfses got filled?  We are already safe from OOM if
one tmpfs (whose size is 50% of memory) gets filled.
-- 
Thomas


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/4da5bf6e.9090...@gmail.com



Re: Default size limits for /run (/var/run) and /run/lock (/var/lock)

2011-04-13 Thread Ben Hutchings
On Wed, Apr 13, 2011 at 03:17:24PM +, Philipp Kern wrote:
 On 2011-04-13, David Goodenough david.goodeno...@btconnect.com wrote:
  I am surprised at this.  I have several boxes which are small single board
  computers with solid state disks (MIDE or CF), so as I did not need swap 
  space (the running set is fixed and the memory requirement was within
  the total available memory, I did not define any swap space.  A few days
  ago I needed to move one of the boxes I noted its uptime at 594 days just
  before I switched it off.  I grant you that it has 256MB of memory, and 
  120MB is currently free, but I have not noticed any problems growing over
  the time it was up.  Maybe it just did not need to make any large physically
  contiguous allocations.
 
 Given that Linux does paging, you normally don't need large physically
 contiguous allocations.  I think the exceptions are mainly I/O regions for
 DMA.

Heap allocations also have to be contiguous.  And every thread needs a
kernel stack which is at least 2 contiguous pages on most architectures.

 And you're probably not using that heavily on such a machine.
 
Evidently.

Ben.

-- 
Ben Hutchings
We get into the habit of living before acquiring the habit of thinking.
  - Albert Camus


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20110413160825.gi2...@decadent.org.uk



Re: Default size limits for /run (/var/run) and /run/lock (/var/lock)

2011-04-13 Thread David Goodenough
On Wednesday 13 April 2011, Ben Hutchings wrote:
 On Wed, Apr 13, 2011 at 03:17:24PM +, Philipp Kern wrote:
  On 2011-04-13, David Goodenough david.goodeno...@btconnect.com wrote:
   I am surprised at this.  I have several boxes which are small single
   board computers with solid state disks (MIDE or CF), so as I did not
   need swap space (the running set is fixed and the memory requirement
   was within the total available memory, I did not define any swap
   space.  A few days ago I needed to move one of the boxes I noted its
   uptime at 594 days just before I switched it off.  I grant you that it
   has 256MB of memory, and 120MB is currently free, but I have not
   noticed any problems growing over the time it was up.  Maybe it just
   did not need to make any large physically contiguous allocations.
  
  Given that Linux does paging, you normally don't need large physically
  contiguous allocations.  I think the exceptions are mainly I/O regions
  for DMA.
 
 Heap allocations also have to be contiguous.  And every thread needs a
 kernel stack which is at least 2 contiguous pages on most architectures.
 
  And you're probably not using that heavily on such a machine.
Its acting as a network router.  So presumably once everything is 
allocated, it keeps reusing them.

David
 
 Evidently.
 
 Ben.


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/201104131720.18057.david.goodeno...@btconnect.com



Re: Default size limits for /run (/var/run) and /run/lock (/var/lock)

2011-04-13 Thread Roger Leigh
On Wed, Apr 13, 2011 at 05:21:18PM +0200, Thomas Hood wrote:
 I just realized that I misunderstood Roger Leigh's posting and so
 my previous message was mostly superfluous.  My apologies.
 
 1. His statement but you have to mount many more to be able to
 break your system was correct (and can be made more explicit by
 adding ... by filling them all).

Yes, I did word it poorly, I'm afraid.

 2. His proposal *was* to reduce the size of all tmpfses (together)
 to 50%, as follows:
 
 /run 10%
 /run/shm 20%
 /tmp 20%
 /run/lock, /lib/init/rw  very small

I should admit that the 50% here is more by coincidence than intent,
but the general idea is that it's restricted overall to a sensible
amount.  Given that tmpfs on /tmp is optional and disabled by default,
it would be 30% + 10MiB for the last two.

What I should have stated more clearly in my earlier messages about
the limits is that we now have the flexibility to choose exactly
how to manage the space.  We can have a single large tmpfs (less
flexible and can be filled up by users, but there's much less
chance of a single part running out of space cf multiple mounts)
or we can have a collection of separate tmpfs mounts with different
size limits (less chance of a user filling a system-only part, but
an increased possibility of a single mount filling up).  Or we can
choose something in between those two extremes.  For the defaults,
I'd like something which will work in all cases, and which can be
easily tweaked for special/non-standard uses.

If we have a single shared tmpfs, 50% core is eminently sensible,
providing you have some swap to back it.  If we have multiple
tmpfs mounts, we do want to consider restricting it further.

The 10% and 20% figures are fairly arbitrary (the 10% comes from the
max. samba usage seen with a big margin added to it; it's still
three orders of magnitude bigger than the average usage of /run).
The 20% is a bit more fuzzy; it's smaller than the 50% default, but
still large enough that the chance of using it all is extremely
remote.  I'm quite happy to adjust these values if needed.

 What remains of my previous message are my two questions:
 
 1. Is OOM importantly worse than a full system tmpfs?  I think so
 too, but

They are both undesirable.  OOM is worse because it's potentially
unrecoverable (the OOM killer can't kill a process to reclaim
space on tmpfs [with the exception of POSIX SHM, but I don't think
the kernel knows about that--it's purely a userspace implementation],
so you can lock up the whole machine).  But equally we don't want to
allow users to interfere with system processes by denying them the
resources they need (e.g. not being able to create a lockfile/pidfile);
but in this situation, it is rather easier to recover since we can
just delete the offending files to free up some space.

[It would be nice if tmpfs offered a superuser-only allocation of
e.g. 5% like ext does, which would go a long way to mitigate
user DoS.]

 2. Even if so, do we have to worry about OOM happening because
 *multiple* tmpfses got filled?  We are already safe from OOM if
 one tmpfs (whose size is 50% of memory) gets filled.

This is really down to the limits we have set on them.  If we have
sensible limits, even far too large for what we expect to be
typical usage, we're safe from OOM.  With no limit (or more accurately
the default kernel limit), as used at present, adding multiple tmpfs
mounts does make this more likely.  The proposed default values are
intended to satisfy these requirements, but they may well not be
optimal, and I'll be happy to adjust them as needed.


Regards,
Roger

-- 
  .''`.  Roger Leigh
 : :' :  Debian GNU/Linux http://people.debian.org/~rleigh/
 `. `'   Printing on GNU/Linux?   http://gutenprint.sourceforge.net/
   `-GPG Public Key: 0x25BFB848   Please GPG sign your mail.


signature.asc
Description: Digital signature


/usr/bin/python2 again

2011-04-13 Thread Piotr Ożarowski
[Barry Warsaw, 2011-04-13]
 On Apr 13, 2011, at 10:00 AM, Michael Gilbert wrote:
 
 I think it makes more sense to have a release or two where users can
 fall back on python2.  Well there needs to be at least one
 where /usr/bin/python becomes python3 alerting users to the change and
 giving them the python2 fallback, just so they have time to be prepared
 for the permanent change.
 
 I do agree that we could add the python2 symlink now so that folks who want to
 prepare can start changing their #! lines to use /usr/bin/python2.

what's the point? /usr/bin/python2 will not work either when we'll drop
support for Python 2.X. How about providing python3-foo packages as
soon as possible (to make it easier to migrate) instead of wasting time
on /usr/bin/python2 mess?
-- 
Piotr Ożarowski Debian GNU/Linux Developer
www.ozarowski.pl  www.griffith.cc   www.debian.org
GPG Fingerprint: 1D2F A898 58DA AF62 1786 2DF7 AEF6 F1A2 A745 7645


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20110413171959.gj19...@piotro.eu



i386 ISO also installing kernel for AMD64 (Squeeze)

2011-04-13 Thread André Barone Rodrigues
Dear sirs,
I think there's something not entirelly clear to me and perhaps to some
other people, because I couldn't find any solution to my problem.

I have downloaded an i386 ISO for Squeeze (6.0.1a) and used the same media
to perform installation on 2 different machines.
 On the first one I got a perfect i686  and on the other an  AMD64  kernel.
presumibly, my media is not mult-arch.

One problem I have felt so far is about Virtualbox OSE, which brings a
kernel problem while installing from Debian Packages.

Best Regards,
André.


Re: /usr/bin/python2 again

2011-04-13 Thread Jon Dowland
On Wed, Apr 13, 2011 at 07:19:59PM +0200, Piotr Ożarowski wrote:
 what's the point? /usr/bin/python2 will not work either when we'll drop
 support for Python 2.X.

Do you think we'll ever drop supported for 2.X?  It seems quite likely to me
that it will live on for a long, long time.


-- 
Jon Dowland


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20110413184003.ga4...@deckard.alcopop.org



Re: network-manager as default? No!

2011-04-13 Thread Jon Dowland
On Wed, Apr 13, 2011 at 01:39:38PM +0100, Philip Hands wrote:
  Surely a person managing a server can do aptitude install ifupdown 
  network-manager-?
 
 You appear to want to inflict extra work on large swathes of our
 users.  If that is the case, I'd like to see some sort of justification
 for that.

Does the following assumption hold?

Desktop users favour fewer prompts at install time and more sane default
choices.  Server users want fine control over the nuances of installation,
but harness additional technologies/options to help with installations
(starting with expert mode and continuing with netboots and preseeding,
other technologies like FAI, etc.; followed by a configuration management
solution to finish implementing local policies).

Therefore, slanting d-i towards fewer questions in normal priorities and
more desktop-oriented smart defaults does not disadvantage server users,
because they toggle the relevant switches to have greater control anyway.

Or in other words, if a server user does an attended install via d-i, doesn't
trigger expert mode and accepts the defaults for most questions,  is it wrong
if they end up with NetworkManager?  Surely there are a lot of other
customisatons they will need to perform to get going, in a similar category
of risk (to remote operation) as changing the network plumbing (installing
SSH? reconfiguring PAM? etc.)

And finally, the vast majority of servers I have adminned have had very simple
networking requirements, very similar to a desktop user: one network interface
with a link, IP via DHCP (at least initially, later tweaked to be static).  Of
the hundreds of machines I've looked after, past and present, very, VERY few
have had the need for the more interesting stuff: bridging for VM hosts,
bonding, tunnelling and a few other bits and pieces for HA front-ends, that's
about it.  Where it has been necessary to reconfigure by hand, the burden of
swapping some packages around would pale in comparison to writing the
interfaces file.

 In the absence of such justification, I don't see what's wrong with the
 status quo (i.e. N-M on Gnome desktops by default, ifupdown elsewhere by
 default, with both choices entirely overridable by the user)

Having said all of the above, and the thread being where it is now, I have to
admit I can't remember what the value proposition was in the first place. Time
to re-read...


-- 
Jon Dowland


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20110413185302.gb4...@deckard.alcopop.org



Re: /usr/bin/python2 again

2011-04-13 Thread Philipp Kern
On 2011-04-13, Piotr Ożarowski pi...@debian.org wrote:
 [Barry Warsaw, 2011-04-13]
 On Apr 13, 2011, at 10:00 AM, Michael Gilbert wrote:
 I think it makes more sense to have a release or two where users can
 fall back on python2.  Well there needs to be at least one
 where /usr/bin/python becomes python3 alerting users to the change and
 giving them the python2 fallback, just so they have time to be prepared
 for the permanent change.
 I do agree that we could add the python2 symlink now so that folks who want 
 to
 prepare can start changing their #! lines to use /usr/bin/python2.
 what's the point? /usr/bin/python2 will not work either when we'll drop
 support for Python 2.X. How about providing python3-foo packages as
 soon as possible (to make it easier to migrate) instead of wasting time
 on /usr/bin/python2 mess?

Given that other distributions will also pick up python2 due to PEP-0394 it
doesn't feel like wasted time if we want to foster cross-distro compatibility.

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
Archive: http://lists.debian.org/slrniqbt19.s35.tr...@kelgar.0x539.de



Re: /usr/bin/python2 again

2011-04-13 Thread Scott Kitterman
On Wednesday, April 13, 2011 03:06:17 PM Philipp Kern wrote:
 On 2011-04-13, Piotr Ożarowski pi...@debian.org wrote:
  [Barry Warsaw, 2011-04-13]
  
  On Apr 13, 2011, at 10:00 AM, Michael Gilbert wrote:
  I think it makes more sense to have a release or two where users can
  fall back on python2.  Well there needs to be at least one
  where /usr/bin/python becomes python3 alerting users to the change and
  giving them the python2 fallback, just so they have time to be prepared
  for the permanent change.
  
  I do agree that we could add the python2 symlink now so that folks who
  want to prepare can start changing their #! lines to use
  /usr/bin/python2.
  
  what's the point? /usr/bin/python2 will not work either when we'll drop
  support for Python 2.X. How about providing python3-foo packages as
  soon as possible (to make it easier to migrate) instead of wasting time
  on /usr/bin/python2 mess?
 
 Given that other distributions will also pick up python2 due to PEP-0394 it
 doesn't feel like wasted time if we want to foster cross-distro
 compatibility.

So far the PEP is just a draft.  I suspect something like this will eventually 
get approved.  When that happens (and upstream figures out how they will ship 
/usr/bin/python2 within python2.7) then I think that's a good point.  For now, 
I think it's premature.

Scott K


--
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/201104131528.05052.deb...@kitterman.com



Re: Bug#621833: System users: removing them

2011-04-13 Thread Lars Wirzenius
On ti, 2011-04-12 at 21:31 +0200, sean finney wrote:
 Hi Lars,
 
 On Tue, Apr 12, 2011 at 06:41:10PM +0100, Lars Wirzenius wrote:
   But shouldn't we say they _must_ lock package-specific system users
   and groups when the package is removed ?
  
  I think that's a good idea. Steve Langasek in the bug (#621833) and
  others agree, so I think there's a strong consensus on that.
 
 I don't think I'd agree there, at least without also addressing:
 
  * It also needs to limit the scope to locally defined users (i.e. not
fail when it is unable to lock an NIS/LDAP/etc account).
  * There needs to be a way to explicitly do that with adduser or a similar
tool[1][2][3][4].

Yes, and these were already suggested in the bug log, if I've undertood
everyone correctly (not all those mails were on -devel, though).

 Also, we haven't discussed what should be done in the case of a user
 account possibly shared between different packages, where any one of
 them may create it and 1..N of them might be installed.

In my opinion, those packages should arrange for things to work right
amongst themselves. The typical case would be to have a -common package,
which creates and locks down the user, and everything else depends on
it. But other options are also possible; I guess anything that achieves
the same effect should be OK by the policy manual.

-- 
Blog/wiki/website hosting with ikiwiki (free for free software):
http://www.branchable.com/


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/1302723569.2921.12.ca...@havelock.liw.fi



Re: network-manager as default? No!

2011-04-13 Thread Bjørn Mork
Stephan Seitz stse+deb...@fsing.rootsland.net writes:

 The only thing that I miss from ifupdown (and I configured bonds,
 bridges and vlans) is a good IPv6 support. I can’t separately activate
 or deactivate IPv4 or IPv6 parts of an interface.

I have seen several requests for this feature, but I really don't
understand why you'd want that.  If an interface is configured as a dual
stack interface, then I expect both stacks to be brought up and down
(near) simultaneously.  In fact, the one thing I dislike about ifupdown
is the illusion that there can be both an iface eth0 inet and an
iface eth0 inet6.  There can't.  It's the same interface running two
protocols.  I would have preferred something like some routers do:

  iface eth0
   address ..
   ipv6address ..


Juniper router do of course do this even better, splitting the IPv4 and
IPv6 configuration in separate family blocks, but still grouping all
the protocol families under the same unit (representing a VLAN,
physical port, or some other layer 2 interface). But that is a bit too
late to implement in ifupdown.

If you really want to handle the protocols individually, then don't
configure a dual stack interface in the first place.  Use separate vlans
or ports.




Bjørn






-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/87y63ex79x@nemi.mork.no



Re: i386 ISO also installing kernel for AMD64 (Squeeze)

2011-04-13 Thread Ben Hutchings
On Wed, Apr 13, 2011 at 02:38:03PM -0300, André Barone Rodrigues wrote:
 Dear sirs,
 I think there's something not entirelly clear to me and perhaps to some
 other people, because I couldn't find any solution to my problem.
 
 I have downloaded an i386 ISO for Squeeze (6.0.1a) and used the same media
 to perform installation on 2 different machines.
  On the first one I got a perfect i686  and on the other an  AMD64  kernel.
 presumibly, my media is not mult-arch.

The second machine presumably has 4 GB or more memory, so the '686'
kernel is not suitable.  There should be a '686-bigmem' kernel on the
first DVD, but there isn't.  This is bug #622622
http://bugs.debian.org/622622.

You can install 'linux-image-2.6-686-bigmem' using the network and
then remove the 'linux-image-2.6-amd64' and 'linux-image-2.6.32-5-amd64'
packages.

 One problem I have felt so far is about Virtualbox OSE, which brings a
 kernel problem while installing from Debian Packages.

Use the 'reportbug' command to report a bug on whichever package seems
to be at fault.

Ben.

-- 
Ben Hutchings
We get into the habit of living before acquiring the habit of thinking.
  - Albert Camus


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20110413200348.gk2...@decadent.org.uk



Re: Request for testing: /run and initscripts

2011-04-13 Thread Roger Leigh
On Wed, Apr 13, 2011 at 03:20:38PM +0200, Adam Borowski wrote:
 On Wed, Apr 13, 2011 at 01:49:15PM +0100, Roger Leigh wrote:
  I have now implemented this (though it's not the default).
  
  I would very much appreciate it if anyone could take the time to
  install the new initscripts and test it out.
  
  http://people.debian.org/~rleigh/run/sysvinit_2.88dsf-13.3.dsc
  http://people.debian.org/~rleigh/run/initscripts_2.88dsf-13.3_amd64.deb
 
 It breaks down at least on vservers (which can't do mount() calls):
 
 find: `var/run': No such file or directory
 fakerunlevel: open(/var/run/utmp): No such file or directory

I've now added support for vservers to the postinst (we treat
them like chroots, since they appear not to run rcS, which is
probably the root cause of the problems here).  The updated
packages are at the URIs above; could you possibly give it a
try and let me know if it works.

The same applies to lxc; if anyone uses it, I'd appreciate feedback.
I don't have any direct knowledge, so I am reliant upon users for
testing.  The same applies to GNU/Hurd.


Thanks,
Roger

-- 
  .''`.  Roger Leigh
 : :' :  Debian GNU/Linux http://people.debian.org/~rleigh/
 `. `'   Printing on GNU/Linux?   http://gutenprint.sourceforge.net/
   `-GPG Public Key: 0x25BFB848   Please GPG sign your mail.


signature.asc
Description: Digital signature


Re: Bug#621833: System users: removing them

2011-04-13 Thread Leo 'costela' Antunes
On 12/04/11 22:43, Scott Kitterman wrote:
 Also, we need to provide a way for sysadmin to know they can safely remove
 a stale
 system user.
 
 If we could do that, we could just remove them automatically and not
 bother the sysadmin.

Not necessarily. We can't be sure there aren't any files lying around
(at least not efficiently enough) to cause problems with UID reuse etc,
but we may inform the admin that at least from the packaging point of
view, the user/group isn't needed anymore. He can then decide to take
appropriate action if he feels the house-keeping is necessary.
It could simply be a matter of using the User Name/Comment field to
write something like formerly used by package X; may be removed.
Admittedly not strictly necessary, but nice for those cases where you
check your /etc/passwd a few years later and ask yourself where that
user came from.


Cheers

-- 
Leo costela Antunes
[insert a witty retort here]


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/4da61068.8000...@debian.org



Re: network-manager as default? No!

2011-04-13 Thread Ben Finney
Jon Dowland j...@debian.org writes:

 Does the following assumption hold?

 Desktop users favour fewer prompts at install time and more sane
 default choices. Server users want fine control over the nuances of
 installation, but harness additional technologies/options to help with
 installations (starting with expert mode and continuing with netboots
 and preseeding, other technologies like FAI, etc.; followed by a
 configuration management solution to finish implementing local
 policies).

I think you're conflating the administrator of one server with the
administrator of many servers.

A server administator can often be simply someone administrating *one*
machine, without expert mode or preseeding or any of the rest; simply
setting up a single headless machine in a remote data centre.

So network access, once available to the machine, must remain available
during the installation and/or upgrade process unless explicitly
disabled.

 Therefore, slanting d-i towards fewer questions in normal priorities
 and more desktop-oriented smart defaults does not disadvantage
 server users, because they toggle the relevant switches to have
 greater control anyway.

So long as the default *is* smart. A default which can in many cases
leave the remote user without access to the machine they're installing
is not smart.

 Or in other words, if a server user does an attended install via d-i,
 doesn't trigger expert mode and accepts the defaults for most
 questions, is it wrong if they end up with NetworkManager?

I think it is wrong, based on the fact expressed in these threads that
NetworkManager can, by default during upgrade, bring down the network
connection.

 Surely there are a lot of other customisatons they will need to
 perform to get going, in a similar category of risk (to remote
 operation) as changing the network plumbing (installing SSH?
 reconfiguring PAM? etc.)

Such a server administrator as I've described above has the expectation
that the networking configuration, if it works once on installation,
won't need to be changed nor special packages installed to keep it
working on upgrade.

That is a reasonable expectation, and AIUI argues against NetworkManager
as default.

-- 
 \ “I must say that I find television very educational. The minute |
  `\   somebody turns it on, I go to the library and read a book.” |
_o__)—Groucho Marx |
Ben Finney


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/87vcyh4xsr@benfinney.id.au



Re: i386 ISO also installing kernel for AMD64 (Squeeze)

2011-04-13 Thread Goswin von Brederlow
André Barone Rodrigues andre.baron...@gmail.com writes:

 Dear sirs,
 I think there's something not entirelly clear to me and perhaps to some other
 people, because I couldn't find any solution to my problem.

 I have downloaded an i386 ISO for Squeeze (6.0.1a) and used the same media to
 perform installation on 2 different machines. 
  On the first one I got a perfect i686  and on the other an  AMD64  kernel.
 presumibly, my media is not mult-arch. 

 One problem I have felt so far is about Virtualbox OSE, which brings a kernel
 problem while installing from Debian Packages.

 Best Regards,
 André.

The i386 port of Debian has the customary 32bit kernel but it also has
64bit kernels. A 64bit kernel is generally faster (even considering it
has to interface with 32bit userspace) and does not limit your physical
memory to 3.5GiB (64GiB with bigmem). It also allows you to run 64bit
applications and 64bit virtual machines if you so choose. So all around
it is a better choice if you have a 64bit capable cpu.

The problem with Virtualbox OSE is regrettable but that would be a bug
in Virtualbox OSE. It should support 64bit kernels with 32bit userspace.
Please do file a bug with details.

MfG
Goswin


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/87vcyhkd4k.fsf@frosties.localnet



Bug#622700: ITP: fastx-toolkit -- FASTQ/A short nucleotide reads pre-processing tools

2011-04-13 Thread Charles Plessy
Package: wnpp
Severity: wishlist
Owner: Charles Plessy ple...@debian.org

  Package name: fastx-toolkit
  Version : 0.0.13
  Upstream Author : Assaf Gordon gor...@cshl.edu
  URL : http://hannonlab.cshl.edu/fastx_toolkit/
  License : AGPL-3+, MIT
  Programming Lang: C
  Description : FASTQ/A short nucleotide reads pre-processing tools

 The FASTX-Toolkit is a collection of command line tools for preprocessing
 short nucleotide reads in FASTA and FASTQ formats, usually produced by
 Next-Generation sequencing machines. The main processing of such FASTA/FASTQ
 files is mapping (aligning) the sequences to reference genomes or other
 databases using specialized programs like BWA, Bowtie and many many others.
 However, it is sometimes more productive to preprocess the FASTA/FASTQ files
 before mapping the sequences to the genome—manipulating the sequences to
 produce better mapping results. The FASTX-Toolkit tools perform some of these
 preprocessing tasks. 



-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20110414003331.3299.5874.reportbug@chouca.igloo



Re: Default size limits for /run (/var/run) and /run/lock (/var/lock)

2011-04-13 Thread Karl Goetz
On Wed, 13 Apr 2011 10:32:42 +0100
Roger Leigh rle...@codelibre.net wrote:

 On Tue, Apr 12, 2011 at 12:38:03PM +0100, Roger Leigh wrote:

 Following the discussion yesterday, I'd like to propose doing
 something like the example below.  It's possible to size a tmpfs
 as a percentage of core memory, the default being -o size=50%.
 Rather than setting an absolute value, we can size e.g. /run
 as a percentage of total memory, which should scale with /run
 usage better than a fixed value.
 
 Proposal:
[...]
 /run/shm: No default (use general tmpfs default of 20%)
 /tmp: No default (use general tmpfs default of 20%)

20% doesn't seem like a lot for /tmp when people try and compile
something. While its not something most people end up doing, it does
seem odd to make people change their tempfs size before they can start
building packages for debian/themselves.
just a thought,
kk

-- 
Karl Goetz, (Kamping_Kaiser / VK5FOSS)
Debian contributor / gNewSense Maintainer
http://www.kgoetz.id.au
No, I won't join your social networking group


signature.asc
Description: PGP signature


Re: Bug#617867: ITP: morse-coach -- Koch method Morse code trainer for GTK+ and Pulseaudio

2011-04-13 Thread Karl Goetz
On Fri, 11 Mar 2011 17:44:42 -0600
Kirk Wolff k...@stpaulinternet.net wrote:

 Package: wnpp
 Severity: wishlist
 Owner: Kirk Wolff k...@stpaulinternet.net
 
 
 * Package name: morse-coach
   Version : 0.0.1
   Upstream Author : Kirk Wolff k...@stpaulinternet.net
 * URL : http://morse-coach.sf.net/
 * License : GPLv3
   Programming Lang: C
   Description : Koch method Morse code trainer for GTK+ and
 Pulseaudio

How does this relate to debians existing morse package? 
http://packages.debian.org/squeeze/morse
There is an updated package of that waiting on mentors too:
http://mentors.debian.net/debian/pool/main/m/morse/

both appear to use pulseaudio, could you port your gtk ui to the
existing morse?
kk

-- 
Karl Goetz, (Kamping_Kaiser / VK5FOSS)
Debian contributor / gNewSense Maintainer
http://www.kgoetz.id.au
No, I won't join your social networking group


signature.asc
Description: PGP signature


Re: Bug#617867: ITP: morse-coach -- Koch method Morse code trainer for GTK+ and Pulseaudio

2011-04-13 Thread Kirk Wolff
karl,

I can see someone has added pulseaudio to the old morse package, however
it is not compatible with the approach I'm taking with this program.  I
have many plans for features, some of which are currently being
implemented.  I'll consider adding some of the command-line
functionality from morse, but trying to turn a cli program into a gui
program is like trying to put a square peg into a round hole.  People
would expect to see their old cli when they install morse.  morse-coach
is a completely different kind of morse code training program.
-- 
Kirk Wolff
Wolff Electronic Design
(651) 224-0412 x200
Fax: (651) 925-0412
k...@wolffelectronicdesign.com


On Thu, 2011-04-14 at 12:22 +0930, Karl Goetz wrote:
 On Fri, 11 Mar 2011 17:44:42 -0600
 Kirk Wolff k...@stpaulinternet.net wrote:
 
  Package: wnpp
  Severity: wishlist
  Owner: Kirk Wolff k...@stpaulinternet.net
  
  
  * Package name: morse-coach
Version : 0.0.1
Upstream Author : Kirk Wolff k...@stpaulinternet.net
  * URL : http://morse-coach.sf.net/
  * License : GPLv3
Programming Lang: C
Description : Koch method Morse code trainer for GTK+ and
  Pulseaudio
 
 How does this relate to debians existing morse package? 
 http://packages.debian.org/squeeze/morse
 There is an updated package of that waiting on mentors too:
 http://mentors.debian.net/debian/pool/main/m/morse/
 
 both appear to use pulseaudio, could you port your gtk ui to the
 existing morse?
 kk
 


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


Accepted haskell-text 0.11.0.6-1 (source all amd64)

2011-04-13 Thread Joachim Breitner
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 13 Apr 2011 11:38:29 +0530
Source: haskell-text
Binary: libghc-text-dev libghc-text-prof libghc-text-doc
Architecture: source all amd64
Version: 0.11.0.6-1
Distribution: unstable
Urgency: low
Maintainer: Debian Haskell Group 
pkg-haskell-maintain...@lists.alioth.debian.org
Changed-By: Joachim Breitner nome...@debian.org
Description: 
 libghc-text-dev - An efficient packed Unicode text type for Haskell - GHC 6 
librari
 libghc-text-doc - An efficient packed Unicode text type for Haskell - 
documentation
 libghc-text-prof - An efficient packed Unicode text type for Haskell - GHC 6 
profili
Changes: 
 haskell-text (0.11.0.6-1) unstable; urgency=low
 .
   * New upstream release
Checksums-Sha1: 
 d430c6eb7f84d69d0db2d7327bfa655059ba0ba4 1487 haskell-text_0.11.0.6-1.dsc
 e64fb9e2b06fbf84786d609eaf78f90b6bc83286 106830 
haskell-text_0.11.0.6.orig.tar.gz
 2514f23ae179b4969bc77d4b42b8d05321e655cf 3702 
haskell-text_0.11.0.6-1.debian.tar.gz
 7bd8ebffec188f8e312e0f5f80f0bea5abcd167d 277024 
libghc-text-doc_0.11.0.6-1_all.deb
 f07acb5b33c8826c91a53dd8fec9843af6544ccd 1528932 
libghc-text-dev_0.11.0.6-1_amd64.deb
 9e87e5531be248f8ebef61784afa466f83d8fe54 1532006 
libghc-text-prof_0.11.0.6-1_amd64.deb
Checksums-Sha256: 
 9d2ef660f8cac947d51030c7d2b141a5bf7db070eb28628a3383e4330253f03c 1487 
haskell-text_0.11.0.6-1.dsc
 77ee0ff4c9db899d2f960f77fb4357c8ab9d10c43249feb16eed7227110b7480 106830 
haskell-text_0.11.0.6.orig.tar.gz
 cf9926dc299aebbb9993004364e0db34359acb15a6a1cadb85a98363479b913b 3702 
haskell-text_0.11.0.6-1.debian.tar.gz
 abcdb6abd3cac1662dbb5b0b96f2c6eb02d3a3757c29c9afc7af6befa93a310d 277024 
libghc-text-doc_0.11.0.6-1_all.deb
 611dd13ed0b89bc438e6d1e1704aef2d8bba7a50dca170787f5ec29ae0080b0e 1528932 
libghc-text-dev_0.11.0.6-1_amd64.deb
 587cbe2c2b347b037615550eafe325e7a84bd2d7f100636a899a144b5ca400f0 1532006 
libghc-text-prof_0.11.0.6-1_amd64.deb
Files: 
 c659b5cfade19a84a2c79500840a447a 1487 haskell extra haskell-text_0.11.0.6-1.dsc
 9afc9490a8f898a8217e1c0086acb798 106830 haskell extra 
haskell-text_0.11.0.6.orig.tar.gz
 08960922161e02cb47fe96123ff75574 3702 haskell extra 
haskell-text_0.11.0.6-1.debian.tar.gz
 391aeb49366093e59e7643e9b68c8ee8 277024 doc extra 
libghc-text-doc_0.11.0.6-1_all.deb
 0e3519ed281ae65db25cb965c36ca6d7 1528932 haskell extra 
libghc-text-dev_0.11.0.6-1_amd64.deb
 161ff2829ef173c42be44f3162074023 1532006 haskell extra 
libghc-text-prof_0.11.0.6-1_amd64.deb

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

iEYEARECAAYFAk2lP/YACgkQ9ijrk0dDIGwjTwCfVbXXCFI7Y+Q7wAM1ActHgpDE
62AAn2h6zTw3JHAT9sLtRdoMm9FxQTSM
=DOli
-END PGP SIGNATURE-


Accepted:
haskell-text_0.11.0.6-1.debian.tar.gz
  to main/h/haskell-text/haskell-text_0.11.0.6-1.debian.tar.gz
haskell-text_0.11.0.6-1.dsc
  to main/h/haskell-text/haskell-text_0.11.0.6-1.dsc
haskell-text_0.11.0.6.orig.tar.gz
  to main/h/haskell-text/haskell-text_0.11.0.6.orig.tar.gz
libghc-text-dev_0.11.0.6-1_amd64.deb
  to main/h/haskell-text/libghc-text-dev_0.11.0.6-1_amd64.deb
libghc-text-doc_0.11.0.6-1_all.deb
  to main/h/haskell-text/libghc-text-doc_0.11.0.6-1_all.deb
libghc-text-prof_0.11.0.6-1_amd64.deb
  to main/h/haskell-text/libghc-text-prof_0.11.0.6-1_amd64.deb


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



Accepted haskell-url 2.1.2-3 (source all amd64)

2011-04-13 Thread Joachim Breitner
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 13 Apr 2011 12:18:59 +0530
Source: haskell-url
Binary: libghc-url-dev libghc-url-prof libghc-url-doc
Architecture: source all amd64
Version: 2.1.2-3
Distribution: unstable
Urgency: low
Maintainer: Debian Haskell Group 
pkg-haskell-maintain...@lists.alioth.debian.org
Changed-By: Joachim Breitner nome...@debian.org
Description: 
 libghc-url-dev - Haskell library for working with URLs - GHC 6 libraries
 libghc-url-doc - Haskell library for working with URLs - documentation
 libghc-url-prof - Haskell library for working with URLs - GHC 6 profiling 
libraries
Closes: 621002
Changes: 
 haskell-url (2.1.2-3) unstable; urgency=low
 .
   * Remove doc-base file (Closes: #621002)
Checksums-Sha1: 
 3800d437326ceb949a3e101c885fa8a78f770378 1501 haskell-url_2.1.2-3.dsc
 0652abb85fa17ecb5a49952fde2e8d67959b6eb5 2679 haskell-url_2.1.2-3.debian.tar.gz
 37a999b95e8934cf28bd42025a8316e2e2f6febf 34092 libghc-url-doc_2.1.2-3_all.deb
 081f6baf2749cfae6f5fbc68b241e3714f9fd729 64014 libghc-url-dev_2.1.2-3_amd64.deb
 180b1faf0ed51311f07a58f100a02f3e914b8e44 58892 
libghc-url-prof_2.1.2-3_amd64.deb
Checksums-Sha256: 
 d50469a54f0843885e275f12ff59aad93e05ef98450af69f1660cf618b020d6d 1501 
haskell-url_2.1.2-3.dsc
 96d1d0a13085ef52cf5e545f5b2ff3bc554e159acbf106f5a7c7e86bff1bac07 2679 
haskell-url_2.1.2-3.debian.tar.gz
 5bea705a9dd71481093edc8333b8e209e4a1f56b46544ced5477d2b3ea2e3dbc 34092 
libghc-url-doc_2.1.2-3_all.deb
 713626f37ff66aa3fb6154b54fbfa6f2277a909081b76adc3a2ab1c33701729d 64014 
libghc-url-dev_2.1.2-3_amd64.deb
 67371e59360720eae976fbeb2f197c7cb08eee9d58e1eb3863b6371f871d4045 58892 
libghc-url-prof_2.1.2-3_amd64.deb
Files: 
 9e4a3071a0acc862cb795e837fc82686 1501 haskell extra haskell-url_2.1.2-3.dsc
 8e86980174a66e5fbffdebac056ef0fa 2679 haskell extra 
haskell-url_2.1.2-3.debian.tar.gz
 cea6a0f0d799a13cd6c173f757221007 34092 doc extra libghc-url-doc_2.1.2-3_all.deb
 b84ab9a78df04345b75ec3cab064727a 64014 haskell extra 
libghc-url-dev_2.1.2-3_amd64.deb
 06443d29ba21c60b1de88cd53788e7c7 58892 haskell extra 
libghc-url-prof_2.1.2-3_amd64.deb

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

iEYEARECAAYFAk2lR/EACgkQ9ijrk0dDIGx+7wCeMqhrfEW+D4pl4jyI9ewUAiKC
/qcAoJCI164415RXlKfL8oO2SPBVPDxb
=4EOm
-END PGP SIGNATURE-


Accepted:
haskell-url_2.1.2-3.debian.tar.gz
  to main/h/haskell-url/haskell-url_2.1.2-3.debian.tar.gz
haskell-url_2.1.2-3.dsc
  to main/h/haskell-url/haskell-url_2.1.2-3.dsc
libghc-url-dev_2.1.2-3_amd64.deb
  to main/h/haskell-url/libghc-url-dev_2.1.2-3_amd64.deb
libghc-url-doc_2.1.2-3_all.deb
  to main/h/haskell-url/libghc-url-doc_2.1.2-3_all.deb
libghc-url-prof_2.1.2-3_amd64.deb
  to main/h/haskell-url/libghc-url-prof_2.1.2-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
Archive: http://lists.debian.org/e1q9um1-0003i8...@franck.debian.org



Accepted hlint 1.8.8-1 (source amd64)

2011-04-13 Thread Joachim Breitner
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 13 Apr 2011 12:15:01 +0530
Source: hlint
Binary: hlint
Architecture: source amd64
Version: 1.8.8-1
Distribution: unstable
Urgency: low
Maintainer: Debian Haskell Group 
pkg-haskell-maintain...@lists.alioth.debian.org
Changed-By: Joachim Breitner nome...@debian.org
Description: 
 hlint  - Haskell source code suggestions
Changes: 
 hlint (1.8.8-1) unstable; urgency=low
 .
   [ Marco Silva ]
   * Use ghc instead of ghc6
 .
   [ Joachim Breitner ]
   * New upstream release
Checksums-Sha1: 
 228592bbaefcd8bfc5b886ab44edf910bebe96dc 1532 hlint_1.8.8-1.dsc
 fad4bbb267db841a02693781a75f65043d998bb3 64104 hlint_1.8.8.orig.tar.gz
 fb8ef89e97876b79c7a77b0e06f88c65d1a12281 3281 hlint_1.8.8-1.debian.tar.gz
 9635963c8bbf58b99482c87007535cb6ccd110c4 2851052 hlint_1.8.8-1_amd64.deb
Checksums-Sha256: 
 aba0acb296b59f862476a4a68bc00c9c2859384842e75c5ffcda297a3fac9701 1532 
hlint_1.8.8-1.dsc
 c23febb96794e73e5d0e74ff31c76216fde061dd6ecc3622a21374a4bdf2c6d7 64104 
hlint_1.8.8.orig.tar.gz
 0abbfc23e8d360f334a70ab6f5b208b100549bbe068da5a289fe1b33ab6ea00d 3281 
hlint_1.8.8-1.debian.tar.gz
 454cece27f5e831a63c16dd281a03b027142b4e0585d87b968fd67b2648090ad 2851052 
hlint_1.8.8-1_amd64.deb
Files: 
 1b2ab636c405296e8b890f0d3ba6245e 1532 haskell extra hlint_1.8.8-1.dsc
 77f2b621773666e6661d5d27f7032e59 64104 haskell extra hlint_1.8.8.orig.tar.gz
 ac6c861526f40705d816bdf12685463e 3281 haskell extra hlint_1.8.8-1.debian.tar.gz
 90d403c78257b4a5df360ff77918e827 2851052 haskell extra hlint_1.8.8-1_amd64.deb

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

iEYEARECAAYFAk2lRvIACgkQ9ijrk0dDIGzv+gCgooAKb0IYl1MaoVFOX6/nd01B
y4wAoIXuVilR7n4IJ09l2hiAEKjlOXkc
=nnFW
-END PGP SIGNATURE-


Accepted:
hlint_1.8.8-1.debian.tar.gz
  to main/h/hlint/hlint_1.8.8-1.debian.tar.gz
hlint_1.8.8-1.dsc
  to main/h/hlint/hlint_1.8.8-1.dsc
hlint_1.8.8-1_amd64.deb
  to main/h/hlint/hlint_1.8.8-1_amd64.deb
hlint_1.8.8.orig.tar.gz
  to main/h/hlint/hlint_1.8.8.orig.tar.gz


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



Accepted libdevel-checklib-perl 0.93-1 (source all)

2011-04-13 Thread Nicholas Bamber
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Tue, 12 Apr 2011 23:07:17 +0100
Source: libdevel-checklib-perl
Binary: libdevel-checklib-perl
Architecture: source all
Version: 0.93-1
Distribution: unstable
Urgency: low
Maintainer: Debian Perl Group pkg-perl-maintain...@lists.alioth.debian.org
Changed-By: Nicholas Bamber nicho...@periapt.co.uk
Description: 
 libdevel-checklib-perl - module for checking the availability of a library
Changes: 
 libdevel-checklib-perl (0.93-1) unstable; urgency=low
 .
   [ Nicholas Bamber ]
   * Added myself to Uploaders
   * New upstream release
 .
   [ Salvatore Bonaccorso ]
   * Bump Standards-Version to 3.9.2 (no changes needed).
Checksums-Sha1: 
 c2ad90847a6214e97c4ca970a9299b30bf315b1c 2095 libdevel-checklib-perl_0.93-1.dsc
 869572bf51e26f7a6069b569379a231f92e9459c 12515 
libdevel-checklib-perl_0.93.orig.tar.gz
 bc533b77eb7115f603e91e67de72fe0bc74fb09c 1873 
libdevel-checklib-perl_0.93-1.debian.tar.gz
 aac75b08a57b7acbf7a181e66149823974353cba 16706 
libdevel-checklib-perl_0.93-1_all.deb
Checksums-Sha256: 
 e0e3a1b5bd13b0ad1e15c9754350103165f483794a458e88edc79b0a13ffe27d 2095 
libdevel-checklib-perl_0.93-1.dsc
 80fd54df4f47a2ce13778605837781c817a0a00211d89ecb57e792767aaad6e9 12515 
libdevel-checklib-perl_0.93.orig.tar.gz
 4ca96dde1e7d57873ff43d460fb70760a6d82282ae3316a0fcc2c0dba9697299 1873 
libdevel-checklib-perl_0.93-1.debian.tar.gz
 a2b0f999550907e9c602c7a286a2398a047c44f818d0df6a32edec41b69e2aef 16706 
libdevel-checklib-perl_0.93-1_all.deb
Files: 
 849506f9fe26b10488d25747d57ad8a7 2095 perl optional 
libdevel-checklib-perl_0.93-1.dsc
 c4d48ef8e6cfce2ec9342207ab823555 12515 perl optional 
libdevel-checklib-perl_0.93.orig.tar.gz
 b3a485a0781f420bfb26079c14e97d66 1873 perl optional 
libdevel-checklib-perl_0.93-1.debian.tar.gz
 1f85208c82d38fc0cf98763c5ffe737a 16706 perl optional 
libdevel-checklib-perl_0.93-1_all.deb

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

iQIcBAEBCAAGBQJNpUhuAAoJEHidbwV/2GP+ViQP/jgVz3wI01awvzeiCAPZMRIE
jSGuHAwfh4a0s1vZ0dYCesECWDHNzBPvSOwTxmmGsLJEJwWRVQbiqcOJs7jAKyem
Xv2jCibyyL9pGq4tpAqAgBXZm+1y0mENiMK/L1SSG4JV12r1im12mN3PXRgdom4H
WDWCtk+9R4K9UCULu2anFTw1ZpnZ1aOXXIow8/DwfMQFOFdklJdW0pIQ/trKTFlW
6BNrnQSKLQYj8DB6gaT69HPfYKMHv06ekIhk5nuOcPqpvodF3SGgbS4wZ72Xn7r5
vI/Wh3N23Aw1b3hPpbc6zKtpReYCsIK55R+Q3IBRp2RLDRHU5SafUUePOk81v0ej
qX+67CGshWUQoaI7NrZxqJWgysA9wiTtmpNae9v/1vNJC6MnVrxzURqIYMNlEM0t
cfHazvnGOHXCLlAzXUfjUJxd5RuiucY9QWrRoEj1l7Z5FhKnCPfsveVw0JEPrj2e
mxDLVi1IAefEXRXtozsoiM2POqSUhr3TsOjRJoLmw57Hrh+Q4Z2XJIXqmbBCBQee
uSjZdRuFPuTmxBJyX283ZX6Uc/k9CJUcuwwc1SjnuTgFrqNUhFLWmAG7E5aARmqa
K8ese+YvTIvqlBETDFhIUt7kbXvkk6/oZRt/k9EXztdkFOEcuVa4uPf7TajohpMs
+PYqByzNeuLFAvvc9mvl
=MVau
-END PGP SIGNATURE-


Accepted:
libdevel-checklib-perl_0.93-1.debian.tar.gz
  to 
main/libd/libdevel-checklib-perl/libdevel-checklib-perl_0.93-1.debian.tar.gz
libdevel-checklib-perl_0.93-1.dsc
  to main/libd/libdevel-checklib-perl/libdevel-checklib-perl_0.93-1.dsc
libdevel-checklib-perl_0.93-1_all.deb
  to main/libd/libdevel-checklib-perl/libdevel-checklib-perl_0.93-1_all.deb
libdevel-checklib-perl_0.93.orig.tar.gz
  to main/libd/libdevel-checklib-perl/libdevel-checklib-perl_0.93.orig.tar.gz


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



Accepted pgfouine 1.2-3 (source all)

2011-04-13 Thread Luis Uribe
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Wed, 13 Apr 2011 01:26:07 -0500
Source: pgfouine
Binary: pgfouine
Architecture: source all
Version: 1.2-3
Distribution: unstable
Urgency: low
Maintainer: Luis Uribe a...@eviled.org
Changed-By: Luis Uribe a...@eviled.org
Description: 
 pgfouine   - PostgreSQL log analyzer
Closes: 540625 572647 580880
Changes: 
 pgfouine (1.2-3) unstable; urgency=low
 .
   * debian/patches/10-include-path
 + Remove '.' from include_path to prevent a security hole
   * debian/control
 + Bump Standards Version to 3.9.2. (No changes needed).
 .
 pgfouine (1.2-2) unstable; urgency=low
 .
   * debian/control
 + Bump Standards Version to 3.9.1. (No changes needed).
   * Repackage upstream source to remove CVS dirs.
   * debian/rules
 + Remove php-geshi from upstream.
   * debian/copyright
 + Remove the reference to Geshi because we are not installing it.
 .
 pgfouine (1.2-1) unstable; urgency=low
 .
   * New upstream version (Closes: #540625)
   * New maintainer (Closes: #580880, #572647)
   * debian/patches
 + Remove +40-font-name. Included in upstream
 + Use DEP-3 format for the comments
   * debian/control
 + Bump Standards Version to 3.9.0. (No changes needed).
 + Add ${misc:Depends} to Depends:
 + Add Homepage field
   * debian/compat
 + Bump debhelper version to 7
   * Switch to dpkg-source 3.0 (quilt) format
   * debian/watch
 + Add file
   * debian/copyright
 + Upstream changes the Bitstream Vera for the DejaVu fonts.
Checksums-Sha1: 
 37a7065be43731f6e64bd94f75700bd261f4cb5b 1648 pgfouine_1.2-3.dsc
 f8d5643cad00135625ee5c7b87068f99308fe817 779111 pgfouine_1.2.orig.tar.gz
 49316dcf329af7a49d7b82951a168373805b6ee9 6690 pgfouine_1.2-3.debian.tar.gz
 08700766712590ad63ddd8641c91c8fa87d940bf 155278 pgfouine_1.2-3_all.deb
Checksums-Sha256: 
 4554dd88805f30f318587223b79321cdba4e440ae3e46a63117e868e66219e41 1648 
pgfouine_1.2-3.dsc
 511de26e38f7e986d5675d9ce307c0bc3b48872aeba01bca5e8a9a7f1fba48f9 779111 
pgfouine_1.2.orig.tar.gz
 5a18984cc23249701524c575003d1b42bf7fa4419071791de1efce0906b43162 6690 
pgfouine_1.2-3.debian.tar.gz
 35cc3126939d527d10f79ff8ac3317aae7bf97066d65330b373797d9452cd8f0 155278 
pgfouine_1.2-3_all.deb
Files: 
 13f654e12109bf5a7bd2d3de708a01a3 1648 misc optional pgfouine_1.2-3.dsc
 8fc71e26546da5def8bd3aeee7211875 779111 misc optional pgfouine_1.2.orig.tar.gz
 a39ad06e8486a13a5581a2bd7299a04a 6690 misc optional 
pgfouine_1.2-3.debian.tar.gz
 b9d4181263575137a8223d00aef1da1f 155278 misc optional pgfouine_1.2-3_all.deb

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

iQIcBAEBCAAGBQJNpU6NAAoJEExaa6sS0qeul+sP/jRy4Yzk8fmad+tHEsnQqyko
9gHqUh8bjUe+ZV0IKnfvp1lHCEd4vF/ayIaawsa5Ua0KW4MK6LDo0imGKh7+d2zj
4zMNsDAajfvE4JSAnFDLyS3LumvYu4gK/RsxJ9faACmgZk9X0R5Ya+gq4cGndNjM
yH5vWZ5Wj6RxZdS8JSiqk8pHpQCQttHBuV5mg3LW7xh1rqBT7bwJOA3tXjA5XYzy
BG+PSy6XpaCBddk/4QnJ6MKY+Jw5fvCa2vml/H2jC4olQ14voL9hAg+fOPwCdyNU
vEoOG4o3Po4IOFcFQwai8/cpSq+j1W6y8dhNzcpTx6hA6gCyIL24REHbewrfnojv
nHCPVUdF+rCcLjZ9FRNNS/7dfKASC58Ac/y/4xMX6jXZUQFB6wenGZjRL4X6z2FM
er4lPOiTiQ0DlQ340unEuN2hM9maA0W2xrT3XOAwW2vIlL6Vc9MFmhbiF0pjgu3M
po4NMtSuxnS1IFZv1fSH2Tr19kdBUfnrBKHgZ6slH1sYxUjlKJzXbMn9pbLdp9BU
rcnnasg2R6RBhAXQ36c0tJfr6eygzMOiKeYad9dW5qH5uc+rTzGYjViy0AgmC8G+
8i47HHtII1Rv4t0fFFAFXD+4eiObrv+ZPXfRDJ6X4NdRs0Ky9gfI4s3TascjviYO
o5/VnEbJs0VwMFHnjnj+
=YYSf
-END PGP SIGNATURE-


Accepted:
pgfouine_1.2-3.debian.tar.gz
  to main/p/pgfouine/pgfouine_1.2-3.debian.tar.gz
pgfouine_1.2-3.dsc
  to main/p/pgfouine/pgfouine_1.2-3.dsc
pgfouine_1.2-3_all.deb
  to main/p/pgfouine/pgfouine_1.2-3_all.deb
pgfouine_1.2.orig.tar.gz
  to main/p/pgfouine/pgfouine_1.2.orig.tar.gz


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



Accepted nagstamon 0.9.5-1 (source all)

2011-04-13 Thread Carl Chenet
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 13 Apr 2011 10:54:05 +0200
Source: nagstamon
Binary: nagstamon
Architecture: source all
Version: 0.9.5-1
Distribution: unstable
Urgency: low
Maintainer: Python Applications Packaging Team 
python-apps-t...@lists.alioth.debian.org
Changed-By: Carl Chenet cha...@ohmytux.com
Description: 
 nagstamon  - Nagios status monitor which takes place in systray or on desktop
Closes: 579001 617490
Changes: 
 nagstamon (0.9.5-1) unstable; urgency=low
 .
   * New upstream version (Closes: #617490,#579001)
   * debian/control
 - Replace XS-Python-Version by X-Python-Version
 - Removed python-support from Indep-Build-Depends
 - Bump python version to 2.6.6-3
 - Bump Standards-Version to 3.9.2
 - Modified long description to add new supported items
 - Changed the homepage
   * debian/copyright
 - Updated years of the copyright
 - Added copyright and license for a new file
   * debian/rules
 - added dh $@ --with python2
   * debian/patches
 - Replaced  default_search by check-for-new-version.patch
 - Added manpage-correct-typo.patch to shut up Lintian
Checksums-Sha1: 
 35aa1a5bd587c2981b3dcbf17bd6f0efad60a9cc 1290 nagstamon_0.9.5-1.dsc
 a42e06384663b52dc9054f9a80ada5d814b3bac2 334271 nagstamon_0.9.5.orig.tar.gz
 016a03623a4cdf3c95a664ae797821124dbbd434 4335 nagstamon_0.9.5-1.debian.tar.gz
 5e8c6f9d3e33834b38fbfe715adf028841fcb132 323892 nagstamon_0.9.5-1_all.deb
Checksums-Sha256: 
 27234adacf3ba3251f8a96ff623f97c1c316058bd25ef6034fabd85441a2a059 1290 
nagstamon_0.9.5-1.dsc
 3a09e405a9c568b52123fb3e125e204b87904af4cdecdb64041f3475b9b19fd5 334271 
nagstamon_0.9.5.orig.tar.gz
 67b87ecf643c236d89e1c78b54f3041455bd57505d94ce3e2ac114e7093342ce 4335 
nagstamon_0.9.5-1.debian.tar.gz
 d8e4876d7f47209b9df8f6ce090e6ae82a1960ed9ed262c37a9f253e2d717901 323892 
nagstamon_0.9.5-1_all.deb
Files: 
 6cd0cc750abb9ee62b86e78e0592bb71 1290 utils optional nagstamon_0.9.5-1.dsc
 6cd1aace853cebc6ab49fdfd2d679f16 334271 utils optional 
nagstamon_0.9.5.orig.tar.gz
 8de3a6fcd3e92fa55b68a671048b5697 4335 utils optional 
nagstamon_0.9.5-1.debian.tar.gz
 6b6c3181000674e5eef45748f26cc7e2 323892 utils optional 
nagstamon_0.9.5-1_all.deb

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

iEYEARECAAYFAk2lX24ACgkQAukwV0RN2VAvSwCfSWzQzQVUgem/ET0nY1xda4s/
cMMAni80tG0XweTDYW+a3njR0LLvYLRj
=PeNp
-END PGP SIGNATURE-


Accepted:
nagstamon_0.9.5-1.debian.tar.gz
  to main/n/nagstamon/nagstamon_0.9.5-1.debian.tar.gz
nagstamon_0.9.5-1.dsc
  to main/n/nagstamon/nagstamon_0.9.5-1.dsc
nagstamon_0.9.5-1_all.deb
  to main/n/nagstamon/nagstamon_0.9.5-1_all.deb
nagstamon_0.9.5.orig.tar.gz
  to main/n/nagstamon/nagstamon_0.9.5.orig.tar.gz


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



Accepted eog-plugins 2.30.2-1 (source amd64)

2011-04-13 Thread Laurent Bigonville
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Wed, 13 Apr 2011 11:12:44 +0200
Source: eog-plugins
Binary: eog-plugins
Architecture: source amd64
Version: 2.30.2-1
Distribution: unstable
Urgency: low
Maintainer: Luca Bruno lethalma...@gmail.com
Changed-By: Laurent Bigonville bi...@debian.org
Description: 
 eog-plugins - set of plugins for eog
Changes: 
 eog-plugins (2.30.2-1) unstable; urgency=low
 .
   * New upstream stable release.
 - Use libchamplain-0.8
   * debian/control.in
 - Bump libchamplain build-dependencies
 - Bump Standards-Version to 3.9.2 (no further changes)
Checksums-Sha1: 
 c8d11ee45cdb89bdc788fcce96e03976b3568166 2167 eog-plugins_2.30.2-1.dsc
 a47f6857bb24d1bbc13d184df291b8c2a8c13a2c 452200 eog-plugins_2.30.2.orig.tar.gz
 c1ad91bcc7556f2a4c77e1520154da543715dd0b 3337 
eog-plugins_2.30.2-1.debian.tar.gz
 507c29b174ba1b55b9397a5123d5f58583ca 113796 eog-plugins_2.30.2-1_amd64.deb
Checksums-Sha256: 
 4d5793d10a27edf598733b58206b34440ef15cda9ffe6eaf7f095bab77df6f56 2167 
eog-plugins_2.30.2-1.dsc
 fafcf910e5174d54518ecc95bcf52f3a93f13b2686d731f1d3a53156b9575576 452200 
eog-plugins_2.30.2.orig.tar.gz
 f2a72988fb83b5e4c2a4b2ae4f7cddbaa8da643985a86708ae45a0c50c13e7ff 3337 
eog-plugins_2.30.2-1.debian.tar.gz
 ed3c3dbba194b832789870c36dd7343d7c4c0674595df3c6592893e33f4fd21d 113796 
eog-plugins_2.30.2-1_amd64.deb
Files: 
 3a8ab830204327453a644cb0c549a12a 2167 gnome optional eog-plugins_2.30.2-1.dsc
 5741219a674db3c3643cf56946229e85 452200 gnome optional 
eog-plugins_2.30.2.orig.tar.gz
 fda7f3014aa5da0bcf61a37dd53e648e 3337 gnome optional 
eog-plugins_2.30.2-1.debian.tar.gz
 6d49107a880f21d759650531653f5f32 113796 gnome optional 
eog-plugins_2.30.2-1_amd64.deb

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

iQEcBAEBCAAGBQJNpWsgAAoJEB/FiR66sEPVxN4H/Rjnye9EfUuK+3K/LUUradHv
NVEcb8jJsLzSBTHwrV4SPyXLvZI02y8SH3n/gRrV4+MeqXmubpPIMH/bAXEalVsg
l1YmEU7lKgysOa5qISRiCEnZGJ4UtoeodqZ1OUUOEQs2a/4jSrj6utDRFOggHimk
3ZLLRdXFPswEuLBsIBycYAVp7cAAyiXiwQMFvXnnGj1nyW+cezhb/80hMYyVjIvh
Xcecqx8CDcHg1UF06cmRGNHWbroNZN+3Tz6c7MzXvsAT09h6+ezMoFeSZXg55AU2
AZ7+E97qy37j7y8x4OOFw+d2XIwX+zrFN8jNcFF8E5GH5l9gBY15qkFJi2XM42o=
=YSCz
-END PGP SIGNATURE-


Accepted:
eog-plugins_2.30.2-1.debian.tar.gz
  to main/e/eog-plugins/eog-plugins_2.30.2-1.debian.tar.gz
eog-plugins_2.30.2-1.dsc
  to main/e/eog-plugins/eog-plugins_2.30.2-1.dsc
eog-plugins_2.30.2-1_amd64.deb
  to main/e/eog-plugins/eog-plugins_2.30.2-1_amd64.deb
eog-plugins_2.30.2.orig.tar.gz
  to main/e/eog-plugins/eog-plugins_2.30.2.orig.tar.gz


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



Accepted silo-llnl 4.8-3 (source i386)

2011-04-13 Thread Alastair McKinstry
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 13 Apr 2011 09:51:26 +0100
Source: silo-llnl
Binary: libsilo-dev libsilo0 libsilo-bin python-silo
Architecture: source i386
Version: 4.8-3
Distribution: unstable
Urgency: low
Maintainer: Alastair McKinstry mckins...@debian.org
Changed-By: Alastair McKinstry mckins...@debian.org
Description: 
 libsilo-bin - Utilities to manipulate libsilo files
 libsilo-dev - Development files for SILO Scientific I/O library from LLNL
 libsilo0   - SILO Science I/O library from LLNL
 python-silo - Python interface to the SILO Scientific I/O library
Closes: 609074
Changes: 
 silo-llnl (4.8-3) unstable; urgency=low
 .
   * Include patch by Nobuhiro Iwamatsu to build on SH4. Closes: #609074.
Checksums-Sha1: 
 d10ea47e213f26ae00eee70f464f692f144a2a0b 1213 silo-llnl_4.8-3.dsc
 a0d909d3623146ee3f2777dcbe3155a505873f97 158980 silo-llnl_4.8-3.debian.tar.gz
 6b6f7d875dcade57d98b8c3252876398224fffbc 1522682 libsilo-dev_4.8-3_i386.deb
 b241a8f3a90c96c81c329bc5874fc5a27b400fa0 331468 libsilo0_4.8-3_i386.deb
 154f61cc6eee910d00f1b857bb8e3b54d2b2d05b 162864 libsilo-bin_4.8-3_i386.deb
 71de1f9c88c60856119903001340b8e306734233 12232 python-silo_4.8-3_i386.deb
Checksums-Sha256: 
 6293dcaa60263e1a09fe9240fa1ddc5f2282b58452daf2d1663603377f37204e 1213 
silo-llnl_4.8-3.dsc
 b1b089f9854e205c6630cc168868193e4b651032c8b48346d6ac0a1ace763b5a 158980 
silo-llnl_4.8-3.debian.tar.gz
 45cc5c97efaccd29150b9db34b7ac95d5b26ac9b08331cca9f75d192d843928d 1522682 
libsilo-dev_4.8-3_i386.deb
 f216b06fdd5819a156db22fdc8b839e406c897abb989ca2d4806533e7d141ad3 331468 
libsilo0_4.8-3_i386.deb
 e3fd8cf07e4c38666f5e654afa137f79ad585ee2a08a487c058489335a9380f8 162864 
libsilo-bin_4.8-3_i386.deb
 6950d75da6ef0a38dcf89f888764545770baea66656d625968f998c6908903e5 12232 
python-silo_4.8-3_i386.deb
Files: 
 240d6d5ad6cb4b36fc5b22cb30339279 1213 science optional silo-llnl_4.8-3.dsc
 17b5045faebc64d44c18309e59314bad 158980 science optional 
silo-llnl_4.8-3.debian.tar.gz
 4a454e26d6770d291f336856c793013a 1522682 libdevel optional 
libsilo-dev_4.8-3_i386.deb
 86b5fd8855251eaec260f2cc07f6b88c 331468 libs optional libsilo0_4.8-3_i386.deb
 7e17f3494ce4aeceafc304c61fbd4db2 162864 science optional 
libsilo-bin_4.8-3_i386.deb
 b6ec3e4f1ac8c432c9f27e48584959cc 12232 python optional 
python-silo_4.8-3_i386.deb

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

iEYEARECAAYFAk2lbeIACgkQQTK/kCo4XFcLvgCg1CP7BPrWuNaQ9AD2uT9VbKpu
1+MAnRUkm7ABGytiKXcwOwW/1Rk0W5Nh
=ijyd
-END PGP SIGNATURE-


Accepted:
libsilo-bin_4.8-3_i386.deb
  to main/s/silo-llnl/libsilo-bin_4.8-3_i386.deb
libsilo-dev_4.8-3_i386.deb
  to main/s/silo-llnl/libsilo-dev_4.8-3_i386.deb
libsilo0_4.8-3_i386.deb
  to main/s/silo-llnl/libsilo0_4.8-3_i386.deb
python-silo_4.8-3_i386.deb
  to main/s/silo-llnl/python-silo_4.8-3_i386.deb
silo-llnl_4.8-3.debian.tar.gz
  to main/s/silo-llnl/silo-llnl_4.8-3.debian.tar.gz
silo-llnl_4.8-3.dsc
  to main/s/silo-llnl/silo-llnl_4.8-3.dsc


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



Accepted gnome-backgrounds 3.0.0-1 (source all)

2011-04-13 Thread Frederic Peters
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 13 Apr 2011 10:58:56 +0200
Source: gnome-backgrounds
Binary: gnome-backgrounds
Architecture: source all
Version: 3.0.0-1
Distribution: experimental
Urgency: low
Maintainer: Sebastien Bacher seb...@debian.org
Changed-By: Frederic Peters fpet...@debian.org
Description: 
 gnome-backgrounds - Set of backgrounds packaged with the GNOME desktop
Changes: 
 gnome-backgrounds (3.0.0-1) experimental; urgency=low
 .
   * New upstream release.
   * debian/control.in:
 + updated to policy 3.9.2, no change.
 + updated description synopsis to remove article.
   * debian/copyright: updated with copyright and license information of new
 backgrounds.
Checksums-Sha1: 
 cc581612dcb49321943f48a5b8fe85c64ccac6b7 1308 gnome-backgrounds_3.0.0-1.dsc
 86999b2b57005dd0da9bacc1cfff32074a622a67 9052960 
gnome-backgrounds_3.0.0.orig.tar.gz
 bd2c6c725b3bec64ee2fb25a0d4141f7a5e27910 10299 
gnome-backgrounds_3.0.0-1.diff.gz
 29e1fcf5af5ea08ac305bab0128e7d4f69290937 8920344 
gnome-backgrounds_3.0.0-1_all.deb
Checksums-Sha256: 
 e275307b69c30f2d756912db12ec50e54d78bd74007b5ac56d7e21b5fc49e92c 1308 
gnome-backgrounds_3.0.0-1.dsc
 9ee66ae7d3eaa46d082c8eccf5d042bfbd772b6c8b69acf3fe642ee1ab01f7c6 9052960 
gnome-backgrounds_3.0.0.orig.tar.gz
 7025fcef6d5b40f0cf3cfffa9f3f297ee001ecf3630b8345a0a006a07794d580 10299 
gnome-backgrounds_3.0.0-1.diff.gz
 29b5561762c0b7a52b1bf821d40491861dcc1370067af52447170b57bc3155c7 8920344 
gnome-backgrounds_3.0.0-1_all.deb
Files: 
 e575e3ceb21b86f15e2f44dfe5c6d616 1308 gnome optional 
gnome-backgrounds_3.0.0-1.dsc
 8ae3bcca021d7551f25d2a2de6efe587 9052960 gnome optional 
gnome-backgrounds_3.0.0.orig.tar.gz
 6904394ae9d193883be53f7b9cb69670 10299 gnome optional 
gnome-backgrounds_3.0.0-1.diff.gz
 4f17ffda0078778328ab360271121dbf 8920344 gnome optional 
gnome-backgrounds_3.0.0-1_all.deb

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

iEYEARECAAYFAk2leMsACgkQoR3LsWeD7V5boQCgnunv0fEBPF0rXx6CtqxL/krV
6xAAoJwUHumITnC5fr+ddJfMR6pMZZQq
=U+PO
-END PGP SIGNATURE-


Accepted:
gnome-backgrounds_3.0.0-1.diff.gz
  to main/g/gnome-backgrounds/gnome-backgrounds_3.0.0-1.diff.gz
gnome-backgrounds_3.0.0-1.dsc
  to main/g/gnome-backgrounds/gnome-backgrounds_3.0.0-1.dsc
gnome-backgrounds_3.0.0-1_all.deb
  to main/g/gnome-backgrounds/gnome-backgrounds_3.0.0-1_all.deb
gnome-backgrounds_3.0.0.orig.tar.gz
  to main/g/gnome-backgrounds/gnome-backgrounds_3.0.0.orig.tar.gz


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



Accepted pmw 4.22-3 (source all amd64)

2011-04-13 Thread Wouter Verhelst
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 13 Apr 2011 12:17:01 +0200
Source: pmw
Binary: pmw pmw-doc
Architecture: source amd64 all
Version: 4.22-3
Distribution: unstable
Urgency: low
Maintainer: Wouter Verhelst wou...@debian.org
Changed-By: Wouter Verhelst wou...@debian.org
Description: 
 pmw- Philip's Music Writer
 pmw-doc- Philip's Music Writer - Documentation
Closes: 621886 622334
Changes: 
 pmw (4.22-3) unstable; urgency=low
 .
   * debian/pmw.postinst: Check for existence of update-gsfontmap before
 trying to run it. This way it will work without ghostscript
 installed, which we don't depend on. Closes: #622334.
   * Use dh_installdocs rather than override_dh_install to install pmw-doc's
 documents into /usr/share/doc/pmw. Closes: #621886.
   * To remain policy-compliant in light of the above, make pmw-doc
 depend on pmw.
Checksums-Sha1: 
 408114b461a323947bb362ae91c484c5bb3f742d 1750 pmw_4.22-3.dsc
 d4dd402af9aef1676669d12eaa8de8f99a098781 3928 pmw_4.22-3.diff.gz
 24d1c34637de359c9813628f64f70cd5f82770ec 527172 pmw_4.22-3_amd64.deb
 78ee3580db722da48ea894a6ce5db8afae1da8cd 809456 pmw-doc_4.22-3_all.deb
Checksums-Sha256: 
 27921a49afc41cd7724bf0ca561365bfb77923316e07586653e2072fdd5fd3a0 1750 
pmw_4.22-3.dsc
 55b8822eb715ed18a2b22d79829b736e1e8e7768663b1fe30d1a076af1bc86af 3928 
pmw_4.22-3.diff.gz
 cb551bae55263a578ecb8ca0b0e2999147292a25d203cfb0ca9c24feb6f1ff92 527172 
pmw_4.22-3_amd64.deb
 dfcea83b9adda43eb09b6ceea72b0c2efd25b36bbb440502dc011a90c59e1207 809456 
pmw-doc_4.22-3_all.deb
Files: 
 62001dc8cfe2deb761df468af5aeb335 1750 tex extra pmw_4.22-3.dsc
 601f9ad3991a7eddb8dc8d24e3915db7 3928 tex extra pmw_4.22-3.diff.gz
 2cbd42d270b2a942dde1d84a2a904e04 527172 tex extra pmw_4.22-3_amd64.deb
 34122a789b0748b4bf137c886188d379 809456 doc extra pmw-doc_4.22-3_all.deb

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

iQIcBAEBAgAGBQJNpXoxAAoJEMKUD5Ub3wqdHRMQAI9DGzFW7KgQYhA3hCVZRhiB
PYcmMZs5xAH3jdL/o0bJgsIaJ9n/wmhlhDMmK8NkFe5vqgIWYTD8lbEuNljC/OKL
48hE0R+01QhWBCfiJ+sMfdhyMFaPcWeI/bbH9pQu1eZ/DYG1RB/fT58ss0r7aeyL
5pGcKEkrQh0nDWxXwnoDtwGCmS+02NEHxnFUP7e9Kj6GSINsHs5E65oTr5WHKtSI
BemsnGw4qNtCExS7ilyM4JLr9GjQr+/IVUw8q+vLzV7dpGzLKCgXT9iJX/RTwF54
OntFGxP+QqnOy2WqgC+CHW1CjGsnPDbQG7AZU/uSnaQ2gcy5KxU1F9PZxADllsjp
I33alYfT20uXuavi6ENIvkosfOWHuTdKlt707kzqUbA+GXGgxRc3xCcq6ucrEwj0
Dm3aQ2YYRLk/h17iSZr3PSHQhkM6oimuhlk2abclqU2oqbZX63CvSmlPlwssdZOG
G/3V+Szs3MYLSe/iG8PYudVLmRGtCQn0gtCYuZLQH6TtPz6v2G5cvfmSK9oObsJg
2wX9IoJq8SjgfWVIwvsfdo68dpUOGXKgZaIKSE4DMHrinm7UDV2t79PJprLE3rhZ
U2A5kAjogr4CqIcFDlGuVC1IIj2MmwfkyLQTbaV/gYZaiWJPiI8txDwyjkIXIu/I
0LU/1hp+UWPgTO7jzd6r
=M4gK
-END PGP SIGNATURE-


Accepted:
pmw-doc_4.22-3_all.deb
  to main/p/pmw/pmw-doc_4.22-3_all.deb
pmw_4.22-3.diff.gz
  to main/p/pmw/pmw_4.22-3.diff.gz
pmw_4.22-3.dsc
  to main/p/pmw/pmw_4.22-3.dsc
pmw_4.22-3_amd64.deb
  to main/p/pmw/pmw_4.22-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
Archive: http://lists.debian.org/e1q9xrq-0004wm...@franck.debian.org



Accepted uzbl 0.0.0~git.20110412-1 (source amd64)

2011-04-13 Thread Luca Bruno
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 13 Apr 2011 11:58:50 +0200
Source: uzbl
Binary: uzbl
Architecture: source amd64
Version: 0.0.0~git.20110412-1
Distribution: unstable
Urgency: low
Maintainer: Luca Bruno lu...@debian.org
Changed-By: Luca Bruno lu...@debian.org
Description: 
 uzbl   - Lightweight Webkit browser following the UNIX philosophy
Closes: 607325
Changes: 
 uzbl (0.0.0~git.20110412-1) unstable; urgency=low
 .
   [ Francesca Ciceri ]
   * Added suckless-tools as alternative to dwm-tools on Suggests field
 .
   [ Luca Bruno ]
   * New Upstream version
   * Removed Stefan from maintainers list (Closes: #607325)
Checksums-Sha1: 
 42d5d64fe4360a2871343be47d3ed3cc57d06e9f 1307 uzbl_0.0.0~git.20110412-1.dsc
 eaadbf0a813dad0e5babfffa06b94bf47c4ff798 144532 
uzbl_0.0.0~git.20110412.orig.tar.gz
 5a12d094069f4b772e8d1ae830c97fe7ff0953ec 8379 uzbl_0.0.0~git.20110412-1.diff.gz
 6ccdaae60a21455a160bd8c605a046714bcf9246 137096 
uzbl_0.0.0~git.20110412-1_amd64.deb
Checksums-Sha256: 
 fa6e3a626ef6dfda3a39d02c3bd45ca5ee30e7e2566e9c34aa5b3c56b0397fb2 1307 
uzbl_0.0.0~git.20110412-1.dsc
 6d2fb50bf89c94593f258a274f68f44a10d6e1f685dc3f11e1b56282f526d7b5 144532 
uzbl_0.0.0~git.20110412.orig.tar.gz
 6a700e845450083005dfbdc2b23a47e29fc0bbd3985239646aad06cc8c4a5e1e 8379 
uzbl_0.0.0~git.20110412-1.diff.gz
 df74492dd778286babda380c1ca0531a266317cbe95e066aa748b539df4daf7c 137096 
uzbl_0.0.0~git.20110412-1_amd64.deb
Files: 
 9ccc688bf38be62429971b2ee7a5e187 1307 web extra uzbl_0.0.0~git.20110412-1.dsc
 27e82c838b8136dafb0683fa52ffc701 144532 web extra 
uzbl_0.0.0~git.20110412.orig.tar.gz
 3b4c7665afbb69dbd5a61fd799c7e359 8379 web extra 
uzbl_0.0.0~git.20110412-1.diff.gz
 f74ec8a492167741bf6ba1f722aee627 137096 web extra 
uzbl_0.0.0~git.20110412-1_amd64.deb

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

iEYEARECAAYFAk2leQAACgkQRqobajv7n7MO/wCgk1U4LEeMP4YzJj8r3jGrlDxg
WE8AoIEtkC/k6Nv+mQX0yECKgpq68Ren
=lDQE
-END PGP SIGNATURE-


Accepted:
uzbl_0.0.0~git.20110412-1.diff.gz
  to main/u/uzbl/uzbl_0.0.0~git.20110412-1.diff.gz
uzbl_0.0.0~git.20110412-1.dsc
  to main/u/uzbl/uzbl_0.0.0~git.20110412-1.dsc
uzbl_0.0.0~git.20110412-1_amd64.deb
  to main/u/uzbl/uzbl_0.0.0~git.20110412-1_amd64.deb
uzbl_0.0.0~git.20110412.orig.tar.gz
  to main/u/uzbl/uzbl_0.0.0~git.20110412.orig.tar.gz


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



Accepted empathy 2.30.3-2 (source all amd64)

2011-04-13 Thread Laurent Bigonville
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Wed, 13 Apr 2011 12:32:02 +0200
Source: empathy
Binary: empathy empathy-dbg empathy-common nautilus-sendto-empathy
Architecture: source all amd64
Version: 2.30.3-2
Distribution: unstable
Urgency: low
Maintainer: Debian Telepathy maintainers 
pkg-telepathy-maintain...@lists.alioth.debian.org
Changed-By: Laurent Bigonville bi...@debian.org
Description: 
 empathy- GNOME multi-protocol chat and call client
 empathy-common - GNOME multi-protocol chat and call client (common files)
 empathy-dbg - GNOME multi-protocol chat and call client (debug symbols)
 nautilus-sendto-empathy - GNOME multi-protocol chat and call client 
(nautilus-sendto plugin
Changes: 
 empathy (2.30.3-2) unstable; urgency=low
 .
   * debian/gbp.conf: Switch to wheezy branches
   * debian/patches/0001-Transition-to-libchamplain-0.8.patch: Add patch
 to transition libchamplain 0.8
   * debian/control, debian/rules: Add dh-autoreconf support
   * debian/control: Bump libchamplain build-dependencies
Checksums-Sha1: 
 00af3711883ba55480d7335e2c1fa085bbf636b3 2627 empathy_2.30.3-2.dsc
 08d8b99f02c3c413f90ca48b67e933b62ab9ef63 17226 empathy_2.30.3-2.debian.tar.bz2
 f53d0a4775c0b475ef38bb9b79f8a0d4c211be14 2449062 
empathy-common_2.30.3-2_all.deb
 f71e5e0f05b690c249fdc010d51dcd5c79a6422a 1154016 empathy_2.30.3-2_amd64.deb
 4f139a2ca02f47e726bc989dae7cab08f84308aa 2462450 empathy-dbg_2.30.3-2_amd64.deb
 b7ef0678cd2207802fd10a56ed3a3c57e2265e17 670596 
nautilus-sendto-empathy_2.30.3-2_amd64.deb
Checksums-Sha256: 
 4293b5d8d2302651fcf32c29c141c20f4717ab14824b2f25868ac71ab82428c0 2627 
empathy_2.30.3-2.dsc
 d626ae9d48f1408e26e6b6048908fa796881a8dcc4132277695da720306b30aa 17226 
empathy_2.30.3-2.debian.tar.bz2
 3adfe6cff1b6e8c74372129e8e3a34710dd302c64b56f7e13780e18d57d57c33 2449062 
empathy-common_2.30.3-2_all.deb
 a712e9c5c2f1748cad45046d0e3b03402bb5d5200dd03a8464bad4ad36cc65a6 1154016 
empathy_2.30.3-2_amd64.deb
 64b2257e5ebab4193dc42e51761cc420b503ca11ad70c3c00210b0dda04d616e 2462450 
empathy-dbg_2.30.3-2_amd64.deb
 ae9a66af00f3c60889344effde8208b0d2cf2b2907758b60491adf93b8fa194c 670596 
nautilus-sendto-empathy_2.30.3-2_amd64.deb
Files: 
 072034b5c2912e289a2bcb164753d366 2627 gnome optional empathy_2.30.3-2.dsc
 10727b5838cb6a99d28e6fcecc8c5074 17226 gnome optional 
empathy_2.30.3-2.debian.tar.bz2
 3d9946952dd9091a86eef8fd97abb412 2449062 gnome optional 
empathy-common_2.30.3-2_all.deb
 eb95a45ce77853a8a3e0ecfa737a08fc 1154016 gnome optional 
empathy_2.30.3-2_amd64.deb
 28564d198e5e2f4ef406e6f00a4e7b31 2462450 debug extra 
empathy-dbg_2.30.3-2_amd64.deb
 b14352480a9e7661d69f67e26e7badc3 670596 gnome optional 
nautilus-sendto-empathy_2.30.3-2_amd64.deb

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

iQEcBAEBCAAGBQJNpX3MAAoJEB/FiR66sEPVVBUIAKFhaQI/ub566okpeOQQRKSL
AIwpQ1hjep1MnGc2hmst6eyiDA3FBJkIgy/jwtux+5r2BjQ4zOrZb08BGSlGGrRo
aOpTGsC56UcoYpEY2jWP97rYU5+Lf7j5t5+TyioVRwCDvafPjPjYp85C7Fg7Rdml
4YwCBFsdTeLJHrrNn6dzLhsataF0hsVaZkNNBto9u3+3foRIduyz5/D0lJmWK7eo
HXjmzThws4lFk5h2UrJrVS+0cMKOpoXw5CHqxt88ESbNf6p+Y+An4fLp47RrXx58
OJ9JeNPVmaD9Ck9jHVXR5go4FMTWRWjuEmf9SkWpvMpu4t9RdVmOowB+udPAPec=
=ej5/
-END PGP SIGNATURE-


Accepted:
empathy-common_2.30.3-2_all.deb
  to main/e/empathy/empathy-common_2.30.3-2_all.deb
empathy-dbg_2.30.3-2_amd64.deb
  to main/e/empathy/empathy-dbg_2.30.3-2_amd64.deb
empathy_2.30.3-2.debian.tar.bz2
  to main/e/empathy/empathy_2.30.3-2.debian.tar.bz2
empathy_2.30.3-2.dsc
  to main/e/empathy/empathy_2.30.3-2.dsc
empathy_2.30.3-2_amd64.deb
  to main/e/empathy/empathy_2.30.3-2_amd64.deb
nautilus-sendto-empathy_2.30.3-2_amd64.deb
  to main/e/empathy/nautilus-sendto-empathy_2.30.3-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
Archive: http://lists.debian.org/e1q9xpy-0006xg...@franck.debian.org



Accepted freecad 0.11.3729.dfsg-1 (source all amd64)

2011-04-13 Thread Adam C. Powell, IV
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 12 Apr 2011 23:40:30 -0400
Source: freecad
Binary: freecad freecad-dev freecad-doc
Architecture: source all amd64
Version: 0.11.3729.dfsg-1
Distribution: unstable
Urgency: low
Maintainer: Debian Science Maintainers 
debian-science-maintain...@lists.alioth.debian.org
Changed-By: Adam C. Powell, IV hazel...@debian.org
Description: 
 freecad- An extensible Open Source CAx program (alpha)
 freecad-dev - FreeCAD development files
 freecad-doc - FreeCAD documentation
Closes: 607181 617545 618241 621298 621877 622213
Changes: 
 freecad (0.11.3729.dfsg-1) unstable; urgency=low
 .
   [ Denis Barbier ]
   * Merge OpenCASCADE 6.5.0 compatibility patch (closes: #617545).
 .
   [ Adam C. Powell, IV ]
   * New upstream (closes: #622213, #618241).
   * Changed to source format 3.0 (quilt).
   * Added patch target which forces autotools to run, and automake and autoconf
 are now in Build-Depends (closes: #607181).
   * Set aside src/Build/Version.h to prevent build problems.
   * Does not install .la files (closes: #621298).
   * Boost 1.46 compatibility patch (closes: #621877).
   * Set aside files which autotools modifies so clean works.
   * Added libtool to Build-Depends (thanks: PICCA Frédéric-Emmanuel).
   * Bumped Standards-Version, no changes needed.
Checksums-Sha1: 
 adec62316eda3d854871314b9ccebb706037e46d 2051 freecad_0.11.3729.dfsg-1.dsc
 eb86bc0bfe75944acadcfab13cf750622e236042 13680625 
freecad_0.11.3729.dfsg.orig.tar.gz
 a439490c9996b13910b041e0cc1f9df44b232744 11766 
freecad_0.11.3729.dfsg-1.debian.tar.gz
 2122709f693b13ab3c6d8413eaf1169b8dad6f1d 4290346 
freecad-doc_0.11.3729.dfsg-1_all.deb
 8f2e505c4956a414061e5ec2655f6ed9e0f0f3d1 12662586 
freecad_0.11.3729.dfsg-1_amd64.deb
 c2233c4fee7bb19ea52de49d5794c8abad2782a9 314686 
freecad-dev_0.11.3729.dfsg-1_amd64.deb
Checksums-Sha256: 
 09fd038d0c2f61f194b9430858dbda32d259d9b9bff38cba7c56e72a8115598e 2051 
freecad_0.11.3729.dfsg-1.dsc
 19c9a1e01624f7b421c56d84047073db470db01dd9863257c9b2bdff9b5a4c6a 13680625 
freecad_0.11.3729.dfsg.orig.tar.gz
 9b02e2f175744d1fcd2470d99ed3ce11b303d7137bce39f479fe8e88df4da1ad 11766 
freecad_0.11.3729.dfsg-1.debian.tar.gz
 07803565f6e2f9c248e989667224b3eef4cfb466dce6ed5e48ba5896adbbb4f7 4290346 
freecad-doc_0.11.3729.dfsg-1_all.deb
 cc0f4428deda51c9699e5a8e1464ec1c20c9b09a9fb6f8f539743ba3662b0d37 12662586 
freecad_0.11.3729.dfsg-1_amd64.deb
 461cb5beab34f4cfbe1c3b20e87156db364267acde91d8a16e40580e4cd7eedc 314686 
freecad-dev_0.11.3729.dfsg-1_amd64.deb
Files: 
 ed416ac9e733ca9738adfe135ac3f367 2051 science extra 
freecad_0.11.3729.dfsg-1.dsc
 60e1c21fda3beaba140bdfab4dc531cb 13680625 science extra 
freecad_0.11.3729.dfsg.orig.tar.gz
 975253dcc7b53df1bda4bf4ad0081384 11766 science extra 
freecad_0.11.3729.dfsg-1.debian.tar.gz
 9d57e65727e6567591be984daa344a80 4290346 doc extra 
freecad-doc_0.11.3729.dfsg-1_all.deb
 e60f90168b50af36af0a3eac33ff7c0b 12662586 science extra 
freecad_0.11.3729.dfsg-1_amd64.deb
 44818fbb7ed20c5e8db67cf46d8cf853 314686 libdevel extra 
freecad-dev_0.11.3729.dfsg-1_amd64.deb

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

iEYEARECAAYFAk2leSMACgkQUm8B6FZO5LaQigCeOCl+Fgv08+DzpjhDmxBGAWau
hEAAn2wGNkoQzVcvfvFZ3AmyDvf1BaSD
=qGW8
-END PGP SIGNATURE-


Accepted:
freecad-dev_0.11.3729.dfsg-1_amd64.deb
  to main/f/freecad/freecad-dev_0.11.3729.dfsg-1_amd64.deb
freecad-doc_0.11.3729.dfsg-1_all.deb
  to main/f/freecad/freecad-doc_0.11.3729.dfsg-1_all.deb
freecad_0.11.3729.dfsg-1.debian.tar.gz
  to main/f/freecad/freecad_0.11.3729.dfsg-1.debian.tar.gz
freecad_0.11.3729.dfsg-1.dsc
  to main/f/freecad/freecad_0.11.3729.dfsg-1.dsc
freecad_0.11.3729.dfsg-1_amd64.deb
  to main/f/freecad/freecad_0.11.3729.dfsg-1_amd64.deb
freecad_0.11.3729.dfsg.orig.tar.gz
  to main/f/freecad/freecad_0.11.3729.dfsg.orig.tar.gz


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



Accepted radare2 0.7-3 (source amd64)

2011-04-13 Thread Sebastian Reichel
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Wed, 13 Apr 2011 11:04:00 +0200
Source: radare2
Binary: radare2 radare2-dbg libradare2-0.7 libradare2-dev libradare2-0.7-dbg
Architecture: source amd64
Version: 0.7-3
Distribution: unstable
Urgency: low
Maintainer: Sebastian Reichel s...@debian.org
Changed-By: Sebastian Reichel s...@debian.org
Description: 
 libradare2-0.7 - libraries from the radare2 suite
 libradare2-0.7-dbg - debug symbols for libraries from radare suite
 libradare2-dev - devel files from the radare2 suite
 radare2- free and advanced command line hexadecimal editor
 radare2-dbg - free and advanced command line hexadecimal editor (debug)
Changes: 
 radare2 (0.7-3) unstable; urgency=low
 .
   * update the fcntl patch
   * new patch: honor --without-debugger to fix build on unsupported
 architectures
   * new patch: add kfreebsd support
Checksums-Sha1: 
 f607278141887a30df95996efe5ec2c63b67da69 1849 radare2_0.7-3.dsc
 5da76f89b5fd6de68774c454fa67aae169e7d913 15410 radare2_0.7-3.debian.tar.gz
 8c4ac3e296c3c927505fadad61a72b6e27b42d0d 121562 radare2_0.7-3_amd64.deb
 ed1087a6170c2c711eaee982b02a4d53b504bf2a 54724 radare2-dbg_0.7-3_amd64.deb
 7f5d0c4d45eb2553c46a6cfd421240de2c77328f 1208854 libradare2-0.7_0.7-3_amd64.deb
 96d052ccf0c37f443208bbcb2262383440f6f817 72242 libradare2-dev_0.7-3_amd64.deb
 2cfec3781e82fe24248bd82e12cac80cb367f20c 1597382 
libradare2-0.7-dbg_0.7-3_amd64.deb
Checksums-Sha256: 
 3e02ab9f627d273d44df5f36e711fa634e87acb21730a542d6335a5fb3c4d873 1849 
radare2_0.7-3.dsc
 35228c8a51d382e471740a9277ba34e8776b22f0abfe9805cba433fcdd896a53 15410 
radare2_0.7-3.debian.tar.gz
 d8f4ee9b4235926a8309dc02f41167af8d71937085b63a55d50b334a9398c0f6 121562 
radare2_0.7-3_amd64.deb
 1a718317eefa4c45acf4e25cb3bac9859e5d7466428e124ab948e148b516ed23 54724 
radare2-dbg_0.7-3_amd64.deb
 51e039bea0226012d67c9152d46b9b57b1e62b1461955b891adbf4eac3041fa7 1208854 
libradare2-0.7_0.7-3_amd64.deb
 73cb592c3261823f19c5d401bf42f9e4c29b7d1bebdc1635c621ba9ca0f680d8 72242 
libradare2-dev_0.7-3_amd64.deb
 c89089327c09ec30cfb3ff53bc799dc51bc31bf493414892dd1f489913798080 1597382 
libradare2-0.7-dbg_0.7-3_amd64.deb
Files: 
 854c40cb379996eae3b8bb6285fd2777 1849 devel extra radare2_0.7-3.dsc
 8a539028cea7e9235aabccf801fa0d54 15410 devel extra radare2_0.7-3.debian.tar.gz
 d7cda485e293ddbe2d30add596e94208 121562 devel extra radare2_0.7-3_amd64.deb
 781f0d252284d6047ef15850ed0c5799 54724 debug extra radare2-dbg_0.7-3_amd64.deb
 e346ff97308b0759d2fae18ce0562b0f 1208854 libs extra 
libradare2-0.7_0.7-3_amd64.deb
 850f49a8c5a8bf7b059efeb2d20e5757 72242 libdevel extra 
libradare2-dev_0.7-3_amd64.deb
 01f77fb4300b4b9a496ce0b880c506a2 1597382 debug extra 
libradare2-0.7-dbg_0.7-3_amd64.deb

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

iQIcBAEBCAAGBQJNpYiQAAoJENju1/PIO/qaUJQP/276sHzyRZl7uDkzj0vQYJEU
D9tPkddnGQq21bUje3Xq+pF3hvXUfOoNqFDZUCYMdolbERkArLrH698Q7bQp3Un4
6ZlvLit3cUGlb1fmD+XLVgd40JOBfmEDC02Pn4QlP5y7lnHtfU0RVk4s4VTUin7D
AGB7kshfQVe//1ef8io7H58gCwv0uzOYj90Pg7zhUnsPmD08B/4wLOhtIp4xa6Ru
MLDW7Rc2OJL3t1zrAmwt/2hSUw3b1o8VsIgitmRuwqsdrxv/2BxIue2qSpKnCM8+
9iou95jWVXmKkL+PXUuPqJF9fmYPYoz94T/Mo8L2agtKpSXEY574uuy6Zz9jtK2q
AbfLB23juVlywtqimMsZY+OEpxUnJcwopTWMDLet2IK3tvGls8g01USXowrQq+vl
ZghyoiCgxZ0xkyYkEV280yKCQ7sO6x7yxy/AV8NnsmYA6quw85xP0TNEc1NLURxQ
1ESwLlOxgGE2+DnTszHhJfmWD2QUD+9lxgRsWnk15ImY+Ul2net7Zz+hsOROC/5/
LVpYd/sQZKHwftvQ+gdKed6upVhMKrPDkHOxGwxXMk9Bppb+XUjNZLuY0wrD6Y7f
xEod1Un6/4t3Yn9TlCgXWFaKB50XC8Ihgqo1UqWAP560jWm0olpTmAuEF9NgKj9a
zxmZLQzQAzMu3AiizerH
=hvu/
-END PGP SIGNATURE-


Accepted:
libradare2-0.7-dbg_0.7-3_amd64.deb
  to main/r/radare2/libradare2-0.7-dbg_0.7-3_amd64.deb
libradare2-0.7_0.7-3_amd64.deb
  to main/r/radare2/libradare2-0.7_0.7-3_amd64.deb
libradare2-dev_0.7-3_amd64.deb
  to main/r/radare2/libradare2-dev_0.7-3_amd64.deb
radare2-dbg_0.7-3_amd64.deb
  to main/r/radare2/radare2-dbg_0.7-3_amd64.deb
radare2_0.7-3.debian.tar.gz
  to main/r/radare2/radare2_0.7-3.debian.tar.gz
radare2_0.7-3.dsc
  to main/r/radare2/radare2_0.7-3.dsc
radare2_0.7-3_amd64.deb
  to main/r/radare2/radare2_0.7-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
Archive: http://lists.debian.org/e1q9yqw-0005gr...@franck.debian.org



Accepted rcpp 0.9.4-1 (source i386)

2011-04-13 Thread Dirk Eddelbuettel
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 12 Apr 2011 10:12:37 -0500
Source: rcpp
Binary: r-cran-rcpp
Architecture: source i386
Version: 0.9.4-1
Distribution: unstable
Urgency: low
Maintainer: Dirk Eddelbuettel e...@debian.org
Changed-By: Dirk Eddelbuettel e...@debian.org
Description: 
 r-cran-rcpp - GNU R package for Seamless R and C++ Integration
Changes: 
 rcpp (0.9.4-1) unstable; urgency=low
 .
   * New release
Checksums-Sha1: 
 04f45db8f96bea23b758e674a48bc62e2d795ec9 1009 rcpp_0.9.4-1.dsc
 ee6e8c2eb968d18a99154458d2dc91e5054c0309 2044159 rcpp_0.9.4.orig.tar.gz
 448a14010fee7d061b804f0e8a9e0fc362a52006 4865 rcpp_0.9.4-1.diff.gz
 d9d55882cd3165a6c51349f6cefc31c69335d0d1 2418074 r-cran-rcpp_0.9.4-1_i386.deb
Checksums-Sha256: 
 e9c2ec4bdeb190de7141810bca62a33f741123971cc95acadbb4746e152903c6 1009 
rcpp_0.9.4-1.dsc
 c30ae1ccbc995e7724bf7f5da4dd44e75c89041e4df1fc848ffa2b6e1c0fac26 2044159 
rcpp_0.9.4.orig.tar.gz
 47611470674eccf70b8c62fe0b9bd6308635196e514b072936c633570b259e5d 4865 
rcpp_0.9.4-1.diff.gz
 61d8a598f5321192995c62879474d6fed3fe964f68d631d21cd0e5860b6f9d6e 2418074 
r-cran-rcpp_0.9.4-1_i386.deb
Files: 
 5c65c7d5409af1ef7002e821b81a5aa1 1009 gnu-r optional rcpp_0.9.4-1.dsc
 26aeebf8bedebbadc395fb5249ed924f 2044159 gnu-r optional rcpp_0.9.4.orig.tar.gz
 9917e6c7e5e7f8199ce9053f4c56c5a8 4865 gnu-r optional rcpp_0.9.4-1.diff.gz
 82dc0ec4fde4277027936fac4099cd0d 2418074 gnu-r optional 
r-cran-rcpp_0.9.4-1_i386.deb

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

iD8DBQFNpYhkCZSR95Gw07cRAusEAJ9gJPbo9gUxa1HDkh/lxf4Ct+lraQCgjQ2K
vFPP2HWtyVqk5sJSN5bZQMw=
=yd2C
-END PGP SIGNATURE-


Accepted:
r-cran-rcpp_0.9.4-1_i386.deb
  to main/r/rcpp/r-cran-rcpp_0.9.4-1_i386.deb
rcpp_0.9.4-1.diff.gz
  to main/r/rcpp/rcpp_0.9.4-1.diff.gz
rcpp_0.9.4-1.dsc
  to main/r/rcpp/rcpp_0.9.4-1.dsc
rcpp_0.9.4.orig.tar.gz
  to main/r/rcpp/rcpp_0.9.4.orig.tar.gz


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



Accepted fetchmail 6.3.19-1 (source all amd64)

2011-04-13 Thread Nico Golde
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 13 Apr 2011 12:57:14 +0200
Source: fetchmail
Binary: fetchmail fetchmailconf
Architecture: source all amd64
Version: 6.3.19-1
Distribution: unstable
Urgency: low
Maintainer: Fetchmail Maintainers pkg-fetchmail-ma...@lists.alioth.debian.org
Changed-By: Nico Golde n...@debian.org
Description: 
 fetchmail  - SSL enabled POP3, APOP, IMAP mail gatherer/forwarder
 fetchmailconf - fetchmail configurator
Closes: 616806 622054
Changes: 
 fetchmail (6.3.19-1) unstable; urgency=low
 .
   [Nico Golde]
   * New upstream release.
   * Bump standards version, no changes needed.
   * Converting from python-central to dh_python2 (Closes: #616806)
 - Removed python-central from dependencies
 - Bump minimum python version to 2.6.6-3~
 - Removed XB-Python-Version
 - Add dh_python2 call to binary-indep, remove dh_pycentral
   * Removed 02_man_page.patch, changes included upstream.
   * Add 02_fetchmail-kill-sslv2.patch (thanks Matthias!) to fix FTBFS
 due to openssl 1.0.0 dropping ssl v2 support (Closes: #622054).
 .
   [Hector Garcia]
   * Removed the part from 01_fetchmailconf.patch where it touches
 Makefile.in file and removed 03_fetchmailconf_python2.6.patch.
Checksums-Sha1: 
 89985beef44426593b02537757337f1325fd3b45 1331 fetchmail_6.3.19-1.dsc
 fcc9b9299fe147d8f522cff93f8f619e5e1372b7 1706902 fetchmail_6.3.19.orig.tar.bz2
 c36cf4edc2b8b87bbd852614bdd3b34561f77ba9 52432 fetchmail_6.3.19-1.debian.tar.gz
 209305559018a934f3a76b38a688ef1e176507e5 65850 fetchmailconf_6.3.19-1_all.deb
 20cedfcf1eb0b3f26b292fbc26833aa4bc913ca8 922296 fetchmail_6.3.19-1_amd64.deb
Checksums-Sha256: 
 77bdb358e044f9b1d52109d130eba5b2f2df299bfce734df8ebf8bedbfb5c851 1331 
fetchmail_6.3.19-1.dsc
 7988dc66db2ea4e091fa3da98efa3eb5b61f9b621883e1f08fd0166d399b3306 1706902 
fetchmail_6.3.19.orig.tar.bz2
 2d770c0a19270d91aa1fdf63a8fd4fa288738b506bdd4e922dd703e7562acd07 52432 
fetchmail_6.3.19-1.debian.tar.gz
 9528976330b645f481ec0c7dee02408a162d0b1e50b09aa53ee92f800bd7ca10 65850 
fetchmailconf_6.3.19-1_all.deb
 ad4b64c7916bdacd685443a7dce6bc320176a053322fa524868d1de2a6ef28e6 922296 
fetchmail_6.3.19-1_amd64.deb
Files: 
 236ecc8b7f1f3feabbfd5d0f6d17ef2f 1331 mail optional fetchmail_6.3.19-1.dsc
 64519711c8533f5a34d20c9ff620d880 1706902 mail optional 
fetchmail_6.3.19.orig.tar.bz2
 fef46c993319c827a48f6199732a770d 52432 mail optional 
fetchmail_6.3.19-1.debian.tar.gz
 b75f2f1f42da7e5baf8357ac3a4c0870 65850 mail optional 
fetchmailconf_6.3.19-1_all.deb
 c5bf3071049c900126c9838e229fd9fa 922296 mail optional 
fetchmail_6.3.19-1_amd64.deb

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

iEYEARECAAYFAk2lkJUACgkQHYflSXNkfP8BRACdGHO9InuUy7Y838jXvghpIa8L
jYsAoKXhE7KTfme4K3cSP3pKd99wVIhH
=KMUP
-END PGP SIGNATURE-


Accepted:
fetchmail_6.3.19-1.debian.tar.gz
  to main/f/fetchmail/fetchmail_6.3.19-1.debian.tar.gz
fetchmail_6.3.19-1.dsc
  to main/f/fetchmail/fetchmail_6.3.19-1.dsc
fetchmail_6.3.19-1_amd64.deb
  to main/f/fetchmail/fetchmail_6.3.19-1_amd64.deb
fetchmail_6.3.19.orig.tar.bz2
  to main/f/fetchmail/fetchmail_6.3.19.orig.tar.bz2
fetchmailconf_6.3.19-1_all.deb
  to main/f/fetchmail/fetchmailconf_6.3.19-1_all.deb


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



Accepted man-db 2.6.0.2-1 (source i386)

2011-04-13 Thread Colin Watson
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Wed, 13 Apr 2011 12:27:13 +0100
Source: man-db
Binary: man-db
Architecture: source i386
Version: 2.6.0.2-1
Distribution: unstable
Urgency: low
Maintainer: Colin Watson cjwat...@debian.org
Changed-By: Colin Watson cjwat...@debian.org
Description: 
 man-db - on-line manual pager
Closes: 622104 622443
Changes: 
 man-db (2.6.0.2-1) unstable; urgency=low
 .
   * New upstream release:
 - Fix a segfault when scanning links to empty pages (closes: #622104).
 - Once we've seen at least one record in a page's NAME section, ignore
   any further records that don't include a whatis description, as they
   tend to be noise.
   * Remove unnecessary .la files (closes: #622443).
Checksums-Sha1: 
 c600eb84367fb898e9987428e7a5dfb6631e3150 1830 man-db_2.6.0.2-1.dsc
 864e79e9369f993bfce0934132d41f29a687a6f4 2377869 man-db_2.6.0.2.orig.tar.gz
 474d3a7f0301a3a77bfb02d749195ca6b9ff15ed 70990 man-db_2.6.0.2-1.debian.tar.gz
 b648e122e457d4d1bd23f9986b31a19e0d3bfd46 991486 man-db_2.6.0.2-1_i386.deb
Checksums-Sha256: 
 db71228d7d8487eada74e38a12a51d589364fa4423282e98f1fcd51f51cb5a9c 1830 
man-db_2.6.0.2-1.dsc
 537bdb60b12c7d34aa21c397024a6d604c5130b61f9aff5554ab443329b728a7 2377869 
man-db_2.6.0.2.orig.tar.gz
 6cd12be51822b367f94f3b0b02faf640e543d3e09b605066946a5057ee65580a 70990 
man-db_2.6.0.2-1.debian.tar.gz
 8d1f5b577552da7a06d618839281357d00447baf2f89718e9752800b477209f4 991486 
man-db_2.6.0.2-1_i386.deb
Files: 
 cae3f991cab53ab4f77946077ff7fc46 1830 doc important man-db_2.6.0.2-1.dsc
 2b41c96efec032d2b74ccbf2e401f93e 2377869 doc important 
man-db_2.6.0.2.orig.tar.gz
 a8a3698f84f4f58e1100b67a0a6a9719 70990 doc important 
man-db_2.6.0.2-1.debian.tar.gz
 0acbdaa8a2137ef498c52cb185556204 991486 doc important man-db_2.6.0.2-1_i386.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (GNU/Linux)
Comment: Colin Watson cjwat...@debian.org -- Debian developer

iQIVAwUBTaWMmDk1h9l9hlALAQgPNw/+OY3p15MW9SB6n7Cj4Nn05KxGHat1sl0X
cBLokf7rBqMiF0y/RdFnrYl3yrFOtW34LBJF2oiKd5BHIsv+kQ53aFJLrwLBKd4y
yHzJfi6ti89Rf9PubAHYAXkjDN+yMJwpGMNZPoYPJGFktZH5J5rSkVJYbxCt6Nk6
+XjJPNB/HtHtJxA6EEHeOOJQ0c8P8HjqWYWbhpcjHVzGVMSTtAPGSWMUXSbCwMo7
8ET45QdREQ2jaC8nMyjNcw6DR6R0D9IfkaOHPgKwWk+cywHPW+pndUvCCQpb0JAk
IYdQKi+0w52S/DYCscWhqG4L90KYTNhzBMce3+YKzM/RJdzDb2OLKtuYM59vAOn3
atkjTA8fWdGLl0ucx35IufaXO2+GoV7CRy5nry3G8KDKMG1lHmJzWYbLfvXvxRuA
ITY9+QCUF4TZy/yFfvwO341XnPWoUi8QnRQ4LJ5Kxro6hQKdNxiLQnul/Eo3AE1C
krkeIFmFjDIcJHPpet15rRzC5kM5bzWeCGsXGLaCxc7XYO8WmCg9YmzARZaT42G7
x3FREax0Hjxpkp1T2XmtPE+DUp+xHhsRGnuVa9wBYgdYyLkeBY+zaLs8s6jqgJIU
DOrEVuXSM2I+9fhDbOYdvRPKpKhXMvaEI1GVtwsERB7WS+ujM5ppL2rKKhLwhbcE
kkgP5bz+jGA=
=Vvqh
-END PGP SIGNATURE-


Accepted:
man-db_2.6.0.2-1.debian.tar.gz
  to main/m/man-db/man-db_2.6.0.2-1.debian.tar.gz
man-db_2.6.0.2-1.dsc
  to main/m/man-db/man-db_2.6.0.2-1.dsc
man-db_2.6.0.2-1_i386.deb
  to main/m/man-db/man-db_2.6.0.2-1_i386.deb
man-db_2.6.0.2.orig.tar.gz
  to main/m/man-db/man-db_2.6.0.2.orig.tar.gz


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



Accepted r-base 2.13.0-1 (source i386 all)

2011-04-13 Thread Dirk Eddelbuettel
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 13 Apr 2011 06:24:26 -0500
Source: r-base
Binary: r-base r-base-core r-base-dev r-mathlib r-base-html r-doc-pdf 
r-doc-html r-doc-info r-recommended r-base-core-dbg
Architecture: source i386 all
Version: 2.13.0-1
Distribution: unstable
Urgency: low
Maintainer: Dirk Eddelbuettel e...@debian.org
Changed-By: Dirk Eddelbuettel e...@debian.org
Description: 
 r-base - GNU R statistical computation and graphics system
 r-base-core - GNU R core of statistical computation and graphics system
 r-base-core-dbg - GNU R debug symbols for statistical comp. language and 
environmen
 r-base-dev - GNU R installation of auxiliary GNU R packages
 r-base-html - GNU R html docs for statistical computing system functions
 r-doc-html - GNU R html manuals for statistical computing system
 r-doc-info - GNU R info manuals statistical computing system
 r-doc-pdf  - GNU R pdf manuals for statistical computing system
 r-mathlib  - GNU R standalone mathematics library
 r-recommended - GNU R collection of recommended packages [metapackage]
Changes: 
 r-base (2.13.0-1) unstable; urgency=low
 .
   * New upstream version released this morning
 .
   * R/m4, configure: Override bzip2 test for 1.0.6 to let our patched
 1.0.5 version pass as lintian does not like the embedded library
Checksums-Sha1: 
 73f843ec97245334114fa52bc4b340f217667938 1744 r-base_2.13.0-1.dsc
 878510e8a5fa1ccd1e0c4af5866f5416f3c27469 21832899 r-base_2.13.0.orig.tar.gz
 feccd67a2c7fe9237d4a074293b2e0a5a3fc7ae2 71616 r-base_2.13.0-1.diff.gz
 12f770e796c5dd81e7aa448b0d48c0018281c06a 14745320 r-base-core_2.13.0-1_i386.deb
 335fa4c6bd4d2d96015a8dc242d5ab726ae732ac 585576 r-mathlib_2.13.0-1_i386.deb
 381d4c411a9cf68a743dd82117cba087366b907d 2748444 
r-base-core-dbg_2.13.0-1_i386.deb
 ca5de6b126eadbeb57cda2290083b2fd600fc453 34892 r-base_2.13.0-1_all.deb
 10a6d6d3e8b4fcf4f62d9f24294ea3c2c8a3df87 3488 r-base-dev_2.13.0-1_all.deb
 ea19b26d4f5a7f700702e6b374288dfe89e71228 86692 r-base-html_2.13.0-1_all.deb
 10d9d80d3fe30d5f01d2a1288cf5a7a088770846 8143718 r-doc-pdf_2.13.0-1_all.deb
 28ec273fc4e140af82456867c0c58f3b888206ff 613490 r-doc-html_2.13.0-1_all.deb
 7440e703b8406ff55118961d01e1a83ad64e6b25 525232 r-doc-info_2.13.0-1_all.deb
 dd3599674c65bb6c682fb920089f78c0bf3d8b2d 2674 r-recommended_2.13.0-1_all.deb
Checksums-Sha256: 
 222791af07edb954acb50573fd97b55a0e0d877c05e0886aeac61fd67e825a8d 1744 
r-base_2.13.0-1.dsc
 559213ff05a205b9d2ad7ac7abebf477fb87c1bb3f0b03febbff5aa6bd8ab811 21832899 
r-base_2.13.0.orig.tar.gz
 cc7e1085a5624d546e486105d54ac6ecbde7374ef78ab749515045f864c1c779 71616 
r-base_2.13.0-1.diff.gz
 eca115143ffa2918a97e1d0b362d14258917276175e1052da92f4b9d87fa6f9f 14745320 
r-base-core_2.13.0-1_i386.deb
 4d722a85a3667e0248895a96f8e091359ff708fcadca99e89bd1292c13b13d25 585576 
r-mathlib_2.13.0-1_i386.deb
 d658c5207bda1f88a7eff7d6b31891bd8fd64243a66d84585c3c512fed28cff7 2748444 
r-base-core-dbg_2.13.0-1_i386.deb
 b43276629a319d485ca30181c1f92339328f4c31191e5eee59696d617ef19217 34892 
r-base_2.13.0-1_all.deb
 54c9a1474221697e81b1f591e5788910e977b91ad2effa43bbc9fbca8ad34368 3488 
r-base-dev_2.13.0-1_all.deb
 7320a6e0e56c6cb6df2770f4ab5d6292930d8abd481965f2ba64560593d36ea5 86692 
r-base-html_2.13.0-1_all.deb
 add42f927c6f0c20d358599f51bc3f82b3afd6c2bd092337fc28a0738f7aa6b0 8143718 
r-doc-pdf_2.13.0-1_all.deb
 a652be9e409b65de9bf9f58bd5188b22aaa86e7ebee6b39ebd4fd5d342291801 613490 
r-doc-html_2.13.0-1_all.deb
 1997eeceb5c63dbd0392932a969a670e430da6a3287f1a701e1a800bb59ae2bb 525232 
r-doc-info_2.13.0-1_all.deb
 0759c830c3b6472a0bf25b9a8eab0eaf1c65563b055864742fd28710ad7b5282 2674 
r-recommended_2.13.0-1_all.deb
Files: 
 364a50836ce7167cba4dd81b54805dda 1744 gnu-r optional r-base_2.13.0-1.dsc
 ecfb928067cfd932e75135f8b8bba3e7 21832899 gnu-r optional 
r-base_2.13.0.orig.tar.gz
 67f6f4e72268613c56c45ce87278b651 71616 gnu-r optional r-base_2.13.0-1.diff.gz
 ee00d0f97ede6451b2c799d2c5388709 14745320 gnu-r optional 
r-base-core_2.13.0-1_i386.deb
 93a0a046162e3b143cb482cc8dab46d2 585576 gnu-r optional 
r-mathlib_2.13.0-1_i386.deb
 d86fa240599cd02acc58b652cd0a0480 2748444 debug extra 
r-base-core-dbg_2.13.0-1_i386.deb
 00bf8c3ee9b82a0e5f219cfa086bc3a7 34892 gnu-r optional r-base_2.13.0-1_all.deb
 e7f6475206235a71a690ac3d64fb1c17 3488 gnu-r optional 
r-base-dev_2.13.0-1_all.deb
 1223b1868dca24d000f0abff9770c579 86692 doc extra r-base-html_2.13.0-1_all.deb
 c6b316916f6e9b37ea8981a7d18f72f1 8143718 doc optional 
r-doc-pdf_2.13.0-1_all.deb
 21fa5d4ee08c234f849aeca509e41e9a 613490 doc optional 
r-doc-html_2.13.0-1_all.deb
 de646b14b53596463d7b6d4e55dbd794 525232 doc optional 
r-doc-info_2.13.0-1_all.deb
 7ec226384eaf6c87d58e7dde522f0853 2674 gnu-r optional 
r-recommended_2.13.0-1_all.deb

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

iD8DBQFNpYmnCZSR95Gw07cRAvJSAJ9TaijpTWTpfwlpKiGSZLl99swbJwCeOmcM
zCbq3T0Mjg6gTyey4Uk3E1k=
=VZK6
-END PGP SIGNATURE-


Accepted:

Accepted ggobi 2.1.10-1 (source i386)

2011-04-13 Thread Dirk Eddelbuettel
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 13 Apr 2011 07:03:18 -0500
Source: ggobi
Binary: ggobi
Architecture: source i386
Version: 2.1.10-1
Distribution: unstable
Urgency: low
Maintainer: Dirk Eddelbuettel e...@debian.org
Changed-By: Dirk Eddelbuettel e...@debian.org
Description: 
 ggobi  - Data visualization system for high-dimensional data
Closes: 622039
Changes: 
 ggobi (2.1.10-1) unstable; urgency=low
 .
   * New upstream release   (Closes: #622039)
 .
   * debian/patches/00list: Removed 02_manual.patch; manual shipped as pdf
   * debian/patches/00list: Removed 03_makefile.patch; no libltdl left
 .
   * debian/control: Set Standards-Version: to current version
 .
   * debian/source/format: Added with 'quilt (3.0)' to use upstream bz2
   * debian/rules: Removed 'include /usr/share/dpatch/dpatch.make', removed
 targets 'unclean' and 'patch-stamp'
   * debian/control: Removed 'dpatch' from Build-Depends
 .
   * debian/control: Removed 'texlive-base, texlive-latex-base,
 texlive-generic-recommended, texlive-fonts-recommended,
 texlive-extra-utils, texlive-latex-recommended, texlive-latex-extra,
 texlive-pstricks' from Build-Depends as source no longer has tex
 .
   * debian/control: Removed 'autoconf, gettext, cvs, automake, gob2,
 autopoint' from Build-Depends as we use a tarball to build
Checksums-Sha1: 
 becf45f8f68a4b78b4fd013eb2d2b12268f36641 1058 ggobi_2.1.10-1.dsc
 307c98f9f8978268e3ebb62bed21fa0269b544f0 2776784 ggobi_2.1.10.orig.tar.bz2
 85eb6488eaf7efe3ee4cbadea7170f1c18b129a7 21538 ggobi_2.1.10-1.debian.tar.gz
 1e2fad3fbbaaa8e6778df0871258990409e39cb0 1281574 ggobi_2.1.10-1_i386.deb
Checksums-Sha256: 
 1f5a151c08b62f0a9c9689800b2a1369676fecbb90c3d0711b873eec01ddecb5 1058 
ggobi_2.1.10-1.dsc
 08881aacb70a7a80e3778197bb4c673e634aea403fb7f9e282df189764b96aa3 2776784 
ggobi_2.1.10.orig.tar.bz2
 594b0c992ed1338602cdd355ddea6a18a52a92e38157c189154b75c1c724fe8f 21538 
ggobi_2.1.10-1.debian.tar.gz
 c149b39c71c47eadbcc2b5efcf34b9c15fc0dd985d974650b3e3805d565baebf 1281574 
ggobi_2.1.10-1_i386.deb
Files: 
 f3b1d76308569a5380c983d696cea58f 1058 math optional ggobi_2.1.10-1.dsc
 1ae6f6105b4ba81cd28810fbe13c1858 2776784 math optional 
ggobi_2.1.10.orig.tar.bz2
 66ea211570eb2844e8531fae2970ccb1 21538 math optional 
ggobi_2.1.10-1.debian.tar.gz
 300adceadad8b6e312437f7b731d1a9a 1281574 math optional ggobi_2.1.10-1_i386.deb

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

iD8DBQFNpZcICZSR95Gw07cRAoDgAJ4j/jwMrp7mFTAi6GK37uzYcwf4NQCfYAe1
6Piu1TEwJ3IpwUFi5GIWQdw=
=Gvk4
-END PGP SIGNATURE-


Accepted:
ggobi_2.1.10-1.debian.tar.gz
  to main/g/ggobi/ggobi_2.1.10-1.debian.tar.gz
ggobi_2.1.10-1.dsc
  to main/g/ggobi/ggobi_2.1.10-1.dsc
ggobi_2.1.10-1_i386.deb
  to main/g/ggobi/ggobi_2.1.10-1_i386.deb
ggobi_2.1.10.orig.tar.bz2
  to main/g/ggobi/ggobi_2.1.10.orig.tar.bz2


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



Accepted emerillon 0.1.2-1 (source amd64)

2011-04-13 Thread Laurent Bigonville
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Wed, 13 Apr 2011 14:53:15 +0200
Source: emerillon
Binary: emerillon
Architecture: source amd64
Version: 0.1.2-1
Distribution: unstable
Urgency: low
Maintainer: Mathieu Trudel mathieu...@gmail.com
Changed-By: Laurent Bigonville bi...@debian.org
Description: 
 emerillon  - map viewer for the GNOME desktop
Changes: 
 emerillon (0.1.2-1) unstable; urgency=low
 .
   * New upstream release
   * Add debian/patches/02_libchamplain-0.8.patch: Use libchamplain 0.8
   * debian/control.in:
 - Bump libchamplain build-dependencies
 - Add explicit version on build-dependencies
 - Add valac as build-dependency
 - Add gtk-doc-tools, gnome-doc-utils and gobject-introspection
   as build-dependencies, needed to regenerate configure
 - Add dh-autoreconf as build-dependency
 - Drop quilt as build-dependency
 - Reindent {build-}dependencies
   * debian/rules:
 - Drop include patchsys-quilt.mk, we are using 3.0 (quilt) format
 - Drop --enable-deprecations=no, not used in configure anymore
   * Drop debian/patches/99-autoconf.patch, use dh-autoreconf instead
Checksums-Sha1: 
 7889b4ce3aa7f6f63cdcfa50cb860c5ebe02e713 2089 emerillon_0.1.2-1.dsc
 f4b813f1096afe6b9501fd6c93cf51580ebe5352 471999 emerillon_0.1.2.orig.tar.gz
 dbf0114ae672483f9768b114d214585896878d10 4966 emerillon_0.1.2-1.debian.tar.gz
 4b945a308529d366120524a838e9ffb059e00434 127290 emerillon_0.1.2-1_amd64.deb
Checksums-Sha256: 
 6043c11f17c90e1362f7dff9e58748bda23f2b240850f8f889dc9f1f40911241 2089 
emerillon_0.1.2-1.dsc
 400bb3ed42bfe4e8d31116b4bdc3b87b53abf804d0b0eb87e3e0ea3c649eb259 471999 
emerillon_0.1.2.orig.tar.gz
 f151990d630783a91696a7983b08b4ba707b073567c92ab13d9d387d5f534df4 4966 
emerillon_0.1.2-1.debian.tar.gz
 a18d49fe4f7beb34a968ca15929138ecb40da6366fe1fdd297184bf17e4e7a69 127290 
emerillon_0.1.2-1_amd64.deb
Files: 
 cf02e8b51b14ec939c8cbe89312b4efe 2089 utils optional emerillon_0.1.2-1.dsc
 d4a721e7b8094a32cc923c22bddfd651 471999 utils optional 
emerillon_0.1.2.orig.tar.gz
 da6ff8af39ade0ca1f63c63dbb1cc452 4966 utils optional 
emerillon_0.1.2-1.debian.tar.gz
 6791b72cd41eff005ac2cae2f004f878 127290 utils optional 
emerillon_0.1.2-1_amd64.deb

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

iQEcBAEBCAAGBQJNpZ3YAAoJEB/FiR66sEPVpowH/iyoxiwAlEozJh+oXqHlZwzS
GN4ferITsc2RjsGl+DsgjDb1MomZFpEymYBdTkL+UfNGa4UTCVYNRgvO4xm+o02m
DS9XzgjNJi2OjjOubIldhhUD3Lel8Xe5RJajyvZOBlnQ8SrV9C7/YlQ1ohmHaMm1
Cj153UvVawqM6BS/qfo2xjLCu3RJBI+/SE0bZtXMarzT9jU08aKf40R/5xGHBVNV
PA/0U0Rj4TKJiJW2Y4VKlPlFRnAi7KGIATKCtCrUjKmMYk7UYSJYzvU93W8xgEkW
wP0snQVz2/xHHWxjN5VTI7uGwBU7+y+1QfxntgHXRwXKnqkwoBVvtCNJHQTfaR0=
=Kjvs
-END PGP SIGNATURE-


Accepted:
emerillon_0.1.2-1.debian.tar.gz
  to main/e/emerillon/emerillon_0.1.2-1.debian.tar.gz
emerillon_0.1.2-1.dsc
  to main/e/emerillon/emerillon_0.1.2-1.dsc
emerillon_0.1.2-1_amd64.deb
  to main/e/emerillon/emerillon_0.1.2-1_amd64.deb
emerillon_0.1.2.orig.tar.gz
  to main/e/emerillon/emerillon_0.1.2.orig.tar.gz


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



Accepted inotifyx 0.1.2-1 (source amd64)

2011-04-13 Thread Ritesh Raj Sarraf
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Mon, 11 Apr 2011 18:31:00 +0530
Source: inotifyx
Binary: python-inotifyx
Architecture: source amd64
Version: 0.1.2-1
Distribution: unstable
Urgency: low
Maintainer: Ritesh Raj Sarraf r...@debian.org
Changed-By: Ritesh Raj Sarraf r...@debian.org
Description: 
 python-inotifyx - simple Python binding to the Linux inotify
Closes: 620329
Changes: 
 inotifyx (0.1.2-1) unstable; urgency=low
 .
   * New Upstream Release (Closes: #620329)
   * Change address to my official Debian address
   * Add debian/source/format to explictly specify the source format
   * debian/rules:
 - Drop the example as it is not shipped any more
 - Update clean target
   * debian/control:
 - Add misc:Depends
 - Update Standards Version to 3.9.1
Checksums-Sha1: 
 cb1646b6e158cf95c5221f47b69634ebf207a790 1980 inotifyx_0.1.2-1.dsc
 8761d4c60c6e87d4bf37166c573cf8a00b88c3b4 10834 inotifyx_0.1.2.orig.tar.gz
 2d6a62317953c8596c2ce13df2b8ef363a569565 3382 inotifyx_0.1.2-1.diff.gz
 164cdfbebc6c98fc9f63883d4fc11fe3d360016f 34512 
python-inotifyx_0.1.2-1_amd64.deb
Checksums-Sha256: 
 c1b046864272951692c0395c507629ae53a3fe35df5eaca09a2cf97b243ffe11 1980 
inotifyx_0.1.2-1.dsc
 b6b6cbaa41d9c5fe40940b8969c738000addab53fef800a5ec95cddeea81b627 10834 
inotifyx_0.1.2.orig.tar.gz
 0582d316c35822ef45c0b89e0c41a51754577903d1113e316216648f4457fa5e 3382 
inotifyx_0.1.2-1.diff.gz
 63b8df3d379ac3c2dcc0805ccb38edb8d2c3f12b0827657ca6d292ca3ba6a305 34512 
python-inotifyx_0.1.2-1_amd64.deb
Files: 
 a004097aa5d07b9cd4c88a0fde3eafed 1980 python optional inotifyx_0.1.2-1.dsc
 348b63e4604c95f39d8c41ae68d4ca5e 10834 python optional 
inotifyx_0.1.2.orig.tar.gz
 c94be1793d313d45d4d318ab3364fb93 3382 python optional inotifyx_0.1.2-1.diff.gz
 b95409d2a1c4b36eebd74423ef1b0b0c 34512 python optional 
python-inotifyx_0.1.2-1_amd64.deb

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

iQIcBAEBCgAGBQJNpaJZAAoJEKY6WKPy4XVpKg8QAJZT6JC/iLM69E0hsf89dGNq
YLAvq9M+fFkb0P30WqCasL0S0uGG5K3WquY/JEWY9Y3Rga4MJV6+VKhvU+8edJnI
S1S5WIsp/QlgXaKPFsvcI4fn58MBUXAubGm6Pfl353gV+JH7d3/Wd7JUakuM6b9E
LtplnjbmaNW2OTFeEmawsA+XLzGZhcFxl7pvd4vcjCRJiwTTNNfYz+eD5S4RS6D9
97SbbPEZkFX68E0D7vetDVeC+I0bFREwn+8Rt4nfd66HxMvo4Wo4MX5Iwl+oayDV
6htFWykc6PAY6U9R39AIDi0UXyJ5khH9eYYnG82r4CtbeWFAJWPiNxLlnkFfukEh
LP3uXYAHG187AQCqljiIj7n4+sLBTff03IENaJdo4hVjsMddvmM/kD1lbGz95IDY
eVlLNbgyD+6RZ0U3ZSi82tSl5iUMwheA1dBHY9u9AdrXqhln2YgxV1/vKL38M/Ov
o/DeKTjGWZBgAm2OdutQ6Lz0aUb1rzcta2DhxKBT032nmrSG79KNiJGal2/nAmzK
NO/+/ks0neMer5vkQfK97dPF8+X/Taph3aRcAvEUzDsM5BIcR9hSV7/8fgSF+NV9
vJGP1AGlO+M/jTc9MU6aQjIUZNIJ9ypKTfuyRkGasC1J4dM2oAJks7nl3McmuJsu
2rwxQzt9hY1JeBYpUzeD
=Qhux
-END PGP SIGNATURE-


Accepted:
inotifyx_0.1.2-1.diff.gz
  to main/i/inotifyx/inotifyx_0.1.2-1.diff.gz
inotifyx_0.1.2-1.dsc
  to main/i/inotifyx/inotifyx_0.1.2-1.dsc
inotifyx_0.1.2.orig.tar.gz
  to main/i/inotifyx/inotifyx_0.1.2.orig.tar.gz
python-inotifyx_0.1.2-1_amd64.deb
  to main/i/inotifyx/python-inotifyx_0.1.2-1_amd64.deb


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



Accepted joblib 0.5.1-1 (source all)

2011-04-13 Thread Yaroslav Halchenko
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 11 Apr 2011 17:11:12 -0400
Source: joblib
Binary: python-joblib
Architecture: source all
Version: 0.5.1-1
Distribution: unstable
Urgency: low
Maintainer: Yaroslav Halchenko deb...@onerussian.com
Changed-By: Yaroslav Halchenko deb...@onerussian.com
Description: 
 python-joblib - tools to provide lightweight pipelining in Python
Changes: 
 joblib (0.5.1-1) unstable; urgency=low
 .
   * Fresh upstream release
   * Enforce python_distutils dh buildsystem (upstream has Makefile now)
   * Handle 'nocheck' to avoid build-time testing
   * Install CHANGES.rst as the upstream changelog
Checksums-Sha1: 
 1a011c597b50d85c1b994a6b230b747c874bbb5f 1218 joblib_0.5.1-1.dsc
 a51e449a09bf402277fce7acfb80cd45b7ff8f1a 60670 joblib_0.5.1.orig.tar.gz
 8ec065839cfc60ab21c251f89dc2e89eed99a75a 6041 joblib_0.5.1-1.debian.tar.gz
 81fcc396cd9cc0e471cc7fec301150e3ff9541e8 43936 python-joblib_0.5.1-1_all.deb
Checksums-Sha256: 
 ecdd3573b0baffe89b8110c4a16f3ae06769b0804079fcec3316721515ff3af8 1218 
joblib_0.5.1-1.dsc
 2838038b831922cfc3007437510d2be1be6331f8cc3aec08de8b2f5bf6285334 60670 
joblib_0.5.1.orig.tar.gz
 ff843ab52763df03082969c8aab8d784c137970c24c8cfee1c02ca9482f255d4 6041 
joblib_0.5.1-1.debian.tar.gz
 90ccb4cd3476f2bbe13a3fc893295635fabf9abeccc32c9a2afd3122d7c0536f 43936 
python-joblib_0.5.1-1_all.deb
Files: 
 58d0e56d5482ab1a3ec22179f775c2db 1218 python optional joblib_0.5.1-1.dsc
 d6caf3dea652357e0dbfa7615a686d15 60670 python optional joblib_0.5.1.orig.tar.gz
 89506ebadd7deb2d34244b7691e97ec7 6041 python optional 
joblib_0.5.1-1.debian.tar.gz
 383e4ee7278677cbfb8d933fa5ab0f4a 43936 python optional 
python-joblib_0.5.1-1_all.deb

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

iEUEARECAAYFAk2lo/MACgkQjRFFY3XAJMh+0QCeJ+8uguXdZt5J2H0IARXPWGP0
2msAmIGRjHij+ZmigMSPH6/dldwbYA8=
=+pkZ
-END PGP SIGNATURE-


Accepted:
joblib_0.5.1-1.debian.tar.gz
  to main/j/joblib/joblib_0.5.1-1.debian.tar.gz
joblib_0.5.1-1.dsc
  to main/j/joblib/joblib_0.5.1-1.dsc
joblib_0.5.1.orig.tar.gz
  to main/j/joblib/joblib_0.5.1.orig.tar.gz
python-joblib_0.5.1-1_all.deb
  to main/j/joblib/python-joblib_0.5.1-1_all.deb


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



Accepted ejabberd 2.1.6-2 (source i386)

2011-04-13 Thread Konstantin Khomoutov
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Wed, 06 Apr 2011 01:32:42 +0400
Source: ejabberd
Binary: ejabberd
Architecture: source i386
Version: 2.1.6-2
Distribution: unstable
Urgency: low
Maintainer: Konstantin Khomoutov flatw...@users.sourceforge.net
Changed-By: Konstantin Khomoutov flatw...@users.sourceforge.net
Description: 
 ejabberd   - distributed, fault-tolerant Jabber/XMPP server written in Erlang
Closes: 620683
Changes: 
 ejabberd (2.1.6-2) unstable; urgency=low
 .
   * Artifically set HOME environment variable in debian/rules
 if it is not set--this is required for the erlexec binary
 to be able to run successfully (closes: #620683).
Checksums-Sha1: 
 19996de6da1eccb1f0f25244024b569d915059ad 1612 ejabberd_2.1.6-2.dsc
 152e537a59150572c177c3b00f729ea39ed5a552 75102 ejabberd_2.1.6-2.diff.gz
 3bb5829c2a09df70a12b251ce2a4caef93e9204c 2343014 ejabberd_2.1.6-2_i386.deb
Checksums-Sha256: 
 5b975bbe24e061386563d09fa1350e68036de6fab56649563d0de4617687fe6b 1612 
ejabberd_2.1.6-2.dsc
 eb675bc035a84155f45553c0b109136c3ee1f4ea266e562a415d7255c4630401 75102 
ejabberd_2.1.6-2.diff.gz
 c762dfa2f7fc4920ad834fe4ef24e7e6451951f84d5b2982226abb1b3f7ce5dd 2343014 
ejabberd_2.1.6-2_i386.deb
Files: 
 16a95cbb512bac2f717ab91d64cd7a9e 1612 net optional ejabberd_2.1.6-2.dsc
 5f7cac8f7e2b228801422945aed85eeb 75102 net optional ejabberd_2.1.6-2.diff.gz
 009d156f6941ba7ce626eef460f6575e 2343014 net optional ejabberd_2.1.6-2_i386.deb

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

iQEcBAEBCAAGBQJNpaUSAAoJEDH85+fdB5RhCwQIAKhzhGUmvs36Aq7IImSdTpic
Y+N/kDmRIvgwfT17rEgxXuLIx0sLu8VKfGHoLGbjeMP2fZYImBM5uSWX7umDnh16
lsoNEPM+hBOkK4UOjtZ+8PJVUwcetGH+/5iplOkXoz/Rojnmata+vsnwTv/4H8Qs
zBTB9OialZaiarPyM/JQ07CkzcJ320ZTLbfSGqj5050ahnKX2anCAMWQd3fOjVKP
twWgTBuFaNTgjFaGXmb40PwQPP+GXR1SAZ4N9UjtccDog6hxKw2mIOp0q/u7DmPI
ecwaGJKfujQlTOAfTQtn2OERGJFFxIMhaZ7Rf6pOF9jAA6TPyhgrNwpNiVngi/4=
=dV5p
-END PGP SIGNATURE-


Accepted:
ejabberd_2.1.6-2.diff.gz
  to main/e/ejabberd/ejabberd_2.1.6-2.diff.gz
ejabberd_2.1.6-2.dsc
  to main/e/ejabberd/ejabberd_2.1.6-2.dsc
ejabberd_2.1.6-2_i386.deb
  to main/e/ejabberd/ejabberd_2.1.6-2_i386.deb


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



Accepted imagej 1.45e-1 (source all)

2011-04-13 Thread Andreas Tille
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 13 Apr 2011 15:22:04 +0200
Source: imagej
Binary: imagej
Architecture: source all
Version: 1.45e-1
Distribution: unstable
Urgency: low
Maintainer: Debian Med Packaging Team 
debian-med-packag...@lists.alioth.debian.org
Changed-By: Andreas Tille ti...@debian.org
Description: 
 imagej - Image processing program inspired by NIH Image for the Macintosh
Changes: 
 imagej (1.45e-1) unstable; urgency=low
 .
   * New upstream version
   * Standards-Version: 3.9.2 (no changes needed)
   * Debhelper 8 (control+compat)
Checksums-Sha1: 
 ea21bbb2a8955b9c48ef382969d9113591327033 1339 imagej_1.45e-1.dsc
 f039cafbebee9598a58984416ed6cead22bb3a91 858317 imagej_1.45e.orig.tar.gz
 a9ff8662fbf52eb742abcdf116a4ab5b2ac0442c 14592 imagej_1.45e-1.debian.tar.gz
 4fc38143ca0749fc0ba1891d8db5bc912726f651 1573116 imagej_1.45e-1_all.deb
Checksums-Sha256: 
 741c2a27e1a578c68b11082ab2bfbf029f35924856f0afc7cceeab669f408aad 1339 
imagej_1.45e-1.dsc
 e2ac11386ede95a278a4f6a948aa41ebc793e2c1c9e125c4abcd2de596da2ab5 858317 
imagej_1.45e.orig.tar.gz
 ca6eedb1abc2038c09a28d3f110a9be36c79435ee9b52501f173524c3bf1b622 14592 
imagej_1.45e-1.debian.tar.gz
 8e77ad6f4e1316b38585bb8c8a81757763072838643648d7a6ea00f087b4b7cb 1573116 
imagej_1.45e-1_all.deb
Files: 
 aef5d8c026ef85f1cc5b10e1e4e264e8 1339 science optional imagej_1.45e-1.dsc
 4564ccff156bbf4f74c6b3006bd98a2c 858317 science optional 
imagej_1.45e.orig.tar.gz
 9f476acac9ede0eac528e3591f143175 14592 science optional 
imagej_1.45e-1.debian.tar.gz
 3c384cf792706059c0a9e7387bf49a76 1573116 science optional 
imagej_1.45e-1_all.deb

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

iEYEARECAAYFAk2lpC4ACgkQYDBbMcCf01pURgCgsaoQUWcT8cXd0/YEQKHjmlCM
NqwAoLeFYcjN7VIZI+yOXHe/BZY8aEQe
=p0+F
-END PGP SIGNATURE-


Accepted:
imagej_1.45e-1.debian.tar.gz
  to main/i/imagej/imagej_1.45e-1.debian.tar.gz
imagej_1.45e-1.dsc
  to main/i/imagej/imagej_1.45e-1.dsc
imagej_1.45e-1_all.deb
  to main/i/imagej/imagej_1.45e-1_all.deb
imagej_1.45e.orig.tar.gz
  to main/i/imagej/imagej_1.45e.orig.tar.gz


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



  1   2   >