www.perdidacabello.com.ar

2008-01-01 Thread Pls check this new site
Please see this site in Subject

www.diavetes.com.ar

2008-01-01 Thread Pls check this new site
Please see this site in Subject

Re: Producing multiple -dbg packages using CDBS

2008-01-01 Thread Andreas Metzler
Nicolas CANIART [EMAIL PROTECTED] wrote: I would like to know if someone could point me out the way one can produce more than one -dbg package using CDBS ? (a package doing that or some doc) The changelog says it is possible as of version 0.4.38, but does not provides any hints on how.

Re: Editing the sources in debian/rules clean

2008-01-01 Thread Florian Weimer
* Miriam Ruiz: 2007/12/26, Florian Weimer [EMAIL PROTECTED]: This the issue, but I think it could be more widespread. It turns out that the package in question (tar) was last uploaded before the autotools were finalized for etch, so the copying is not a no-op in this particular case (but I

Faster shutdown and the ubuntu multiuser update-rc.d extention

2008-01-01 Thread Petter Reinholdtsen
Did you ever curse that Debian took so long to shut down, waiting for all the shutdown scripts to complete before the machine was ready to move? Here is a simple recipe to help making sure your package do not slow down the shutdown. Most of the init.d scripts are simple scripts that during

Bonne Année 2008

2008-01-01 Thread PSI Informatique éditeur logiciel de gestion
Si vous ne visualisez pas correctement cet e-mail, cliquez ici Nous vous prions de nous excuser si cette lettre d'information vous a causeacute; un quelconque deacute;sagreacute;ment. Pour ne plus recevoir d'emailing de PSI informatique cliquez ici

Re: Faster shutdown and the ubuntu multiuser update-rc.d extention

2008-01-01 Thread Andreas Metzler
Petter Reinholdtsen [EMAIL PROTECTED] wrote: [...] To change the runlevel settings of an init.d script using the Debian API, one most first remove it in the postinst, and insert it again. To do this, add code like this in the postinst before the #DEBHELPER# block: if dpkg --compare-versions

Re: Faster shutdown and the ubuntu multiuser update-rc.d extention

2008-01-01 Thread Petter Reinholdtsen
[Andreas Metzler] Is this acceptable according to policy? This will simply discard all local customzations like disabling he service in a special runlevel. As far as I know, this is the official and supported way. There is no 'move' option in the update-rc.d API, so I am not aware of any

Re: Faster shutdown and the ubuntu multiuser update-rc.d extention

2008-01-01 Thread Joey Hess
Petter Reinholdtsen wrote: Ubuntu discovered this a while back, and introduced a method to avoid calling stop scripts in runlevel 0 and 6. It is the multiuser extension to update-rc.d Why is this extension not available in our update-rc.d? As a bonus it could stop at sequence number 80 too so

Re: Faster shutdown and the ubuntu multiuser update-rc.d extention

2008-01-01 Thread Joey Hess
Petter Reinholdtsen wrote: [Andreas Metzler] Is this acceptable according to policy? This will simply discard all local customzations like disabling he service in a special runlevel. As far as I know, this is the official and supported way. There is no 'move' option in the update-rc.d

Re: Faster shutdown and the ubuntu multiuser update-rc.d extention

2008-01-01 Thread Russ Allbery
Petter Reinholdtsen [EMAIL PROTECTED] writes: [Andreas Metzler] Is this acceptable according to policy? This will simply discard all local customzations like disabling he service in a special runlevel. As far as I know, this is the official and supported way. There is no 'move' option in

Bug#140230: styx nullstellensatz

2008-01-01 Thread Karyn Cobbm
Greetings, wouldn't you wont big cock http://www.rapkocrats.com Demetrius -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Re: Producing multiple -dbg packages using CDBS

2008-01-01 Thread Nicolas CANIART
On Tue, Jan 01, 2008 at 11:27:10AM +0100, Andreas Metzler wrote: Nicolas CANIART [EMAIL PROTECTED] wrote: I would like to know if someone could point me out the way one can produce more than one -dbg package using CDBS ? (a package doing that or some doc) The changelog says it is

Re: Faster shutdown and the ubuntu multiuser update-rc.d extention

2008-01-01 Thread Petter Reinholdtsen
[Russ Allbery] Shouldn't we add a move option to update-rc.d first rather than telling people to do this? It seems like a generally useful thing to have, and I don't like the idea of throwing away people's init script order customizations. Well, I am not quite sure how it should work, but

Re: Faster shutdown and the ubuntu multiuser update-rc.d extention

2008-01-01 Thread Petter Reinholdtsen
[Joey Hess] The alternative would be changing the default for new installs, but leaving existing installs as-is. Yes. That might be an acceptable alternative. [1] Really it probably makes sense to explicitly stop xdm during shutdown anyway, since that more cleanly shuts down X. How

Re: Faster shutdown and the ubuntu multiuser update-rc.d extention

2008-01-01 Thread Petter Reinholdtsen
[Joey Hess] Why is this extension not available in our update-rc.d? As a bonus it could stop at sequence number 80 too so we could transition to a better order for runlevel 1. I have not invested much time to implement that extension, as it would have to be first specified in the update-rc.d

Re: Faster shutdown and the ubuntu multiuser update-rc.d extention

2008-01-01 Thread Colin Watson
On Wed, Jan 02, 2008 at 12:13:13AM +0100, Petter Reinholdtsen wrote: What about changing the default values for dh_installinit for a future debhelper compatibility layer, to use 'start 20 2 3 4 5 . stop 80 1 .' instead of 'default' when calling update-rc.d? Some packages actually do need to

Re: Parallel build results

2008-01-01 Thread Aurelien Jarno
On Sat, Dec 01, 2007 at 09:21:33PM -0500, Daniel Schepler wrote: I finally got through the test builds of all the source packages in sid for i386 using dpkg-buildpackage -j3 on a dual core machine. The results as before are at http://people.debian.org/~schepler/build-logs/bymaint.html .

Re: Parallel build results

2008-01-01 Thread Aurelien Jarno
On Sat, Dec 01, 2007 at 09:21:33PM -0500, Daniel Schepler wrote: I finally got through the test builds of all the source packages in sid for i386 using dpkg-buildpackage -j3 on a dual core machine. The results as before are at http://people.debian.org/~schepler/build-logs/bymaint.html .

Re: Faster shutdown and the ubuntu multiuser update-rc.d extention

2008-01-01 Thread Petter Reinholdtsen
[Colin Watson] Some packages actually do need to shut down cleanly; in the case of a database, for example, such a change could cause data loss. Thus I wouldn't recommend changing the default, but perhaps providing a more convenient single option to do that common task would be good. I

Re: Parallel build results

2008-01-01 Thread Russ Allbery
Aurelien Jarno [EMAIL PROTECTED] writes: On Sat, Dec 01, 2007 at 09:21:33PM -0500, Daniel Schepler wrote: I finally got through the test builds of all the source packages in sid for i386 using dpkg-buildpackage -j3 on a dual core machine. The results as before are at

Re: Faster shutdown and the ubuntu multiuser update-rc.d extention

2008-01-01 Thread Russ Allbery
Petter Reinholdtsen [EMAIL PROTECTED] writes: I believe it might make sense to change the default, if it only take effect for a new debhelper compat value. Every maintainer is supposed to check the effects of upgrading the compat value, and we could thus expect them to check if their init.d

Re: Parallel build results

2008-01-01 Thread Aurelien Jarno
Russ Allbery a écrit : Aurelien Jarno [EMAIL PROTECTED] writes: On Sat, Dec 01, 2007 at 09:21:33PM -0500, Daniel Schepler wrote: I finally got through the test builds of all the source packages in sid for i386 using dpkg-buildpackage -j3 on a dual core machine. The results as before are at

Re: Parallel build results

2008-01-01 Thread Russ Allbery
Aurelien Jarno [EMAIL PROTECTED] writes: Russ Allbery a écrit : The effect of dpkg-buildpackage -j is to set DEB_BUILD_OPTIONS. The package should continue to look at DEB_BUILD_OPTIONS to determine whether parallel builds should be done. As far as I understand, the main effect is to call

Re: Faster shutdown and the ubuntu multiuser update-rc.d extention

2008-01-01 Thread Steve Langasek
On Wed, Jan 02, 2008 at 12:17:54AM +0100, Petter Reinholdtsen wrote: [Joey Hess] The alternative would be changing the default for new installs, but leaving existing installs as-is. Yes. That might be an acceptable alternative. [1] Really it probably makes sense to explicitly stop xdm

Re: Faster shutdown and the ubuntu multiuser update-rc.d extention

2008-01-01 Thread Steve Langasek
On Wed, Jan 02, 2008 at 01:46:14AM +0100, Petter Reinholdtsen wrote: [Colin Watson] Some packages actually do need to shut down cleanly; in the case of a database, for example, such a change could cause data loss. Thus I wouldn't recommend changing the default, but perhaps providing a

Re: Parallel build results

2008-01-01 Thread Russ Allbery
Aurelien Jarno [EMAIL PROTECTED] writes: On the other hand, DEB_BUILD_OPTIONS=parallel=n was ignored by packages that have not been validated by the maintainers, and used by packages that have been tested by the maintainer. Also it was possible to use only on some parts of the build. For

Re: Where to put in Menu?

2008-01-01 Thread Russ Allbery
Martin Meredith [EMAIL PROTECTED] writes: Looking over the lintian reports for katapult, I've noticed that the Apps/Tools section seems to be missing now from the menu system (yes, I know I'm a bit late - but better late than never!) Anyway, I can't see a suitable alternative for katapult,

Re: Faster shutdown and the ubuntu multiuser update-rc.d extention

2008-01-01 Thread Joey Hess
Petter Reinholdtsen wrote: What about changing the default values for dh_installinit for a future debhelper compatibility layer, to use 'start 20 2 3 4 5 . stop 80 1 .' instead of 'default' when calling update-rc.d? Then you'd have to use 'dh_installinit -- defaults' to get the non-default

Bug#458608: ITP: python-memcached -- pure python memcached client

2008-01-01 Thread Christopher Schmidt
Package: wnpp Severity: wishlist Owner: Christopher Schmidt [EMAIL PROTECTED] * Package name: python-memcached Version : 1.40 Upstream Author : Sean Reifschneider [EMAIL PROTECTED] * URL : http://www.tummy.com/Community/software/python-memcached/ * License

Bug#140230: massey withdrew

2008-01-01 Thread Addie Lottff
Greetings, dont you expect gigantic slong http://www.saltutieod.com Courtney -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Bug#166937: syrinx desire

2008-01-01 Thread Cliffordw Landisl
Hi, would you have gigantic member http://www.quarshse.com Gavin -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Re: -Wl,--as-needed considered possibly harmful

2008-01-01 Thread Steve Langasek
On Wed, Dec 26, 2007 at 01:11:40PM +, Neil Williams wrote: ... until both the application and libfoo are rebuilt. So the issue here is triggering rebuilds of reverse dependencies of libbar? No. That doesn't cause previously released binaries to blink out of existence. What's

Re: Faster shutdown and the ubuntu multiuser update-rc.d extention

2008-01-01 Thread Petter Reinholdtsen
[Joey Hess] Then you'd have to use 'dh_installinit -- defaults' to get the non-default behavior of running the stop script. That's counterintuitive. Well. As 'update-rc.d scriptname default' will have to keep its old behavoiur, to avoid breaking a lot of functioning packages, I see no other

Accepted gnome-specimen 0.4-1 (source all)

2008-01-01 Thread Torsten Werner
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.7 Date: Tue, 01 Jan 2008 11:53:20 +0530 Source: gnome-specimen Binary: gnome-specimen Architecture: source all Version: 0.4-1 Distribution: unstable Urgency: low Maintainer: Kartik Mistry [EMAIL PROTECTED] Changed-By: Torsten Werner [EMAIL

Accepted xserver-xorg-video-ati 1:6.7.198~git20080101.f65374f5-1 (source i386)

2008-01-01 Thread Brice Goglin
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.7 Date: Tue, 01 Jan 2008 11:37:58 +0100 Source: xserver-xorg-video-ati Binary: xserver-xorg-video-ati-dbg xserver-xorg-video-ati Architecture: source i386 Version: 1:6.7.198~git20080101.f65374f5-1 Distribution: experimental Urgency: low

Accepted ttf-sil-padauk 2.2-1 (source all)

2008-01-01 Thread Nicolas Spalinger
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.7 Date: Thu, 15 Nov 2007 09:24:55 +0700 Source: ttf-sil-padauk Binary: ttf-sil-padauk Architecture: source all Version: 2.2-1 Distribution: unstable Urgency: low Maintainer: Debian Fonts Task Force [EMAIL PROTECTED] Changed-By: Nicolas

Accepted fillets-ng-data 0.8.0-1 (source all)

2008-01-01 Thread Gerfried Fuchs
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.7 Date: Mon, 31 Dec 2007 15:19:56 +0100 Source: fillets-ng-data Binary: fillets-ng-data-cs fillets-ng-data Architecture: source all Version: 0.8.0-1 Distribution: unstable Urgency: low Maintainer: Debian Games Team [EMAIL PROTECTED]

Accepted sbuild 0.57.0-1 (source all)

2008-01-01 Thread Roger Leigh
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.7 Date: Tue, 01 Jan 2008 11:36:55 + Source: sbuild Binary: sbuild Architecture: source all Version: 0.57.0-1 Distribution: unstable Urgency: low Maintainer: Debian buildd-tools Developers [EMAIL PROTECTED] Changed-By: Roger Leigh [EMAIL

Accepted virtualbox-ose 1.5.4-dfsg-1 (source i386 all)

2008-01-01 Thread Michael Meskes
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.7 Date: Tue, 01 Jan 2008 14:26:51 +0100 Source: virtualbox-ose Binary: virtualbox-ose-guest-utils virtualbox-ose-guest-source virtualbox-ose-source virtualbox-ose-dbg virtualbox-ose Architecture: source i386 all Version: 1.5.4-dfsg-1

Accepted sysrqd 9-2 (source amd64)

2008-01-01 Thread Julien Danjou
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.7 Date: Tue, 01 Jan 2008 14:31:47 +0100 Source: sysrqd Binary: sysrqd Architecture: source amd64 Version: 9-2 Distribution: unstable Urgency: low Maintainer: Julien Danjou [EMAIL PROTECTED] Changed-By: Julien Danjou [EMAIL PROTECTED]

Accepted xfree86-driver-synaptics 0.14.7~git20070706-2 (source i386)

2008-01-01 Thread Mattia Dongili
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.7 Date: Tue, 01 Jan 2008 12:38:13 +0900 Source: xfree86-driver-synaptics Binary: xserver-xorg-input-synaptics xfree86-driver-synaptics Architecture: source i386 Version: 0.14.7~git20070706-2 Distribution: unstable Urgency: low Maintainer:

Accepted rootstrap 0.3.24-4 (source i386)

2008-01-01 Thread Mattia Dongili
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.7 Date: Sun, 30 Dec 2007 16:34:41 +0900 Source: rootstrap Binary: rootstrap Architecture: source i386 Version: 0.3.24-4 Distribution: unstable Urgency: low Maintainer: User Mode Linux Maintainers [EMAIL PROTECTED] Changed-By: Mattia Dongili

Accepted libaqbanking 3.0.1-4 (source all i386)

2008-01-01 Thread Micha Lenk
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.7 Date: Tue, 1 Jan 2008 15:02:39 +0100 Source: libaqbanking Binary: libaqbanking-plugins-libgwenhywfar47 libaqbanking20-plugins-qt libaqbanking-doc libaqbanking20 libqbanking5 libaqbanking20-dev libaqbanking-data aqbanking-tool

Accepted dput 0.9.2.29 (source all)

2008-01-01 Thread Thomas Viehmann
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.7 Date: Mon, 31 Dec 2007 21:10:08 +0100 Source: dput Binary: dput Architecture: source all Version: 0.9.2.29 Distribution: unstable Urgency: low Maintainer: Thomas Viehmann [EMAIL PROTECTED] Changed-By: Thomas Viehmann [EMAIL PROTECTED]

Accepted mime-support 3.40-1 (source all)

2008-01-01 Thread Brian White
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.7 Date: Tue, 1 Jan 2008 17:35:48 +0100 Source: mime-support Binary: mime-support Architecture: source all Version: 3.40-1 Distribution: unstable Urgency: medium Maintainer: Brian White [EMAIL PROTECTED] Changed-By: Brian White [EMAIL

Accepted ejabberd 1.1.4-4 (source i386)

2008-01-01 Thread Sergei Golovan
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.7 Date: Tue, 01 Jan 2008 17:09:57 +0300 Source: ejabberd Binary: ejabberd Architecture: source i386 Version: 1.1.4-4 Distribution: unstable Urgency: low Maintainer: Torsten Werner [EMAIL PROTECTED] Changed-By: Sergei Golovan [EMAIL

Accepted isoquery 0.9-2 (source i386)

2008-01-01 Thread Tobias Toedter
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.7 Date: Fri, 28 Dec 2007 15:06:44 +0100 Source: isoquery Binary: isoquery Architecture: source i386 Version: 0.9-2 Distribution: unstable Urgency: low Maintainer: Tobias Toedter [EMAIL PROTECTED] Changed-By: Tobias Toedter [EMAIL PROTECTED]

Accepted wound-up 1.0.2-1 (source all)

2008-01-01 Thread Matthew Johnson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.7 Date: Sat, 22 Dec 2007 23:48:25 + Source: wound-up Binary: wound-up Architecture: source all Version: 1.0.2-1 Distribution: unstable Urgency: low Maintainer: [EMAIL PROTECTED] Changed-By: Matthew Johnson [EMAIL PROTECTED] Description:

Accepted heirloom-mailx 12.3-3 (source i386 all)

2008-01-01 Thread Hilko Bengen
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.7 Date: Mon, 10 Dec 2007 23:57:48 +0100 Source: heirloom-mailx Binary: heirloom-mailx nail Architecture: source i386 all Version: 12.3-3 Distribution: unstable Urgency: low Maintainer: Hilko Bengen [EMAIL PROTECTED] Changed-By: Hilko Bengen

Accepted kdegames 4:3.98.0~svn753247-1 (source all amd64)

2008-01-01 Thread Ana Beatriz Guerrero Lopez
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.7 Date: Fri, 28 Dec 2007 09:47:40 +0100 Source: kdegames Binary: lskat kreversi ksame kdegames-doc-html bovo kpat kblackbox konquest kmines knetwalk ksudoku kbounce kspaceduel kshisen katomic libkdegames-dev kfourinline

Accepted erlang 1:11.b.5dfsg-12 (source all i386)

2008-01-01 Thread Sergei Golovan
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.7 Date: Tue, 01 Jan 2008 15:29:36 +0300 Source: erlang Binary: erlang-x11 erlang-base-hipe erlang-base erlang-nox erlang erlang-src erlang-dev erlang-mode erlang-examples Architecture: source all i386 Version: 1:11.b.5dfsg-12 Distribution:

Accepted ehcache 1.4.0~beta2-1 (source all)

2008-01-01 Thread Torsten Werner
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.7 Date: Tue, 01 Jan 2008 17:01:28 +0100 Source: ehcache Binary: libehcache-java Architecture: source all Version: 1.4.0~beta2-1 Distribution: unstable Urgency: low Maintainer: Debian Java Maintainers [EMAIL PROTECTED] Changed-By: Torsten

Accepted deb-gview 0.1.5 (source amd64)

2008-01-01 Thread Neil Williams
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.7 Date: Tue, 01 Jan 2008 16:07:22 + Source: deb-gview Binary: deb-gview Architecture: source amd64 Version: 0.1.5 Distribution: unstable Urgency: low Maintainer: Neil Williams [EMAIL PROTECTED] Changed-By: Neil Williams [EMAIL PROTECTED]

Accepted naturaldocs 1.35+devel.2007.12.07-1 (source all)

2008-01-01 Thread Federico Di Gregorio
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.7 Date: Fri, 28 Dec 2007 20:15:39 +0100 Source: naturaldocs Binary: naturaldocs Architecture: source all Version: 1.35+devel.2007.12.07-1 Distribution: unstable Urgency: low Maintainer: Federico Di Gregorio [EMAIL PROTECTED] Changed-By:

Accepted murrine-themes 0.53.1.1 (source all)

2008-01-01 Thread Yves-Alexis Perez
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.7 Date: Tue, 01 Jan 2008 17:32:46 +0100 Source: murrine-themes Binary: murrine-themes Architecture: source all Version: 0.53.1.1 Distribution: unstable Urgency: low Maintainer: Yves-Alexis Perez [EMAIL PROTECTED] Changed-By: Yves-Alexis

Accepted naturaldocs 1.35+devel.2007.12.07-2 (source all)

2008-01-01 Thread Federico Di Gregorio
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.7 Date: Tue, 01 Jan 2008 17:42:33 +0100 Source: naturaldocs Binary: naturaldocs Architecture: source all Version: 1.35+devel.2007.12.07-2 Distribution: unstable Urgency: low Maintainer: Federico Di Gregorio [EMAIL PROTECTED] Changed-By:

Accepted libtest-yaml-valid-perl 0.03-1 (source all)

2008-01-01 Thread Gunnar Wolf
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.7 Date: Thu, 27 Dec 2007 12:45:12 -0600 Source: libtest-yaml-valid-perl Binary: libtest-yaml-valid-perl Architecture: source all Version: 0.03-1 Distribution: unstable Urgency: low Maintainer: Debian Perl Group [EMAIL PROTECTED] Changed-By:

Accepted cpio 2.9-8 (source all i386)

2008-01-01 Thread Clint Adams
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.7 Date: Thu, 27 Dec 2007 19:55:06 -0500 Source: cpio Binary: cpio-win32 cpio Architecture: source all i386 Version: 2.9-8 Distribution: unstable Urgency: low Maintainer: Clint Adams [EMAIL PROTECTED] Changed-By: Clint Adams [EMAIL PROTECTED]

Accepted cpio 2.9-9 (source all i386)

2008-01-01 Thread Clint Adams
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.7 Date: Sun, 30 Dec 2007 10:34:25 -0500 Source: cpio Binary: cpio-win32 cpio Architecture: source all i386 Version: 2.9-9 Distribution: unstable Urgency: low Maintainer: Clint Adams [EMAIL PROTECTED] Changed-By: Clint Adams [EMAIL PROTECTED]

Accepted icedove-l10n 1:2.0.0.9+debian-1 (source all)

2008-01-01 Thread Daniel Baumann
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.7 Date: Sat, 29 Dec 2007 17:56:00 +0100 Source: icedove-l10n Binary: icedove-l10n-he icedove-locale-ja icedove-l10n-pl icedove-locale-fi icedove-l10n-mk icedove-l10n-lt icedove-l10n-en-gb icedove-l10n-ne-np icedove-locale-ko

Accepted tilecache 2.01-3 (source all)

2008-01-01 Thread Christopher Schmidt
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.7 Date: Fri, 28 Dec 2007 20:07:29 -0500 Source: tilecache Binary: tilecache Architecture: source all Version: 2.01-3 Distribution: unstable Urgency: low Maintainer: Christopher Schmidt [EMAIL PROTECTED] Changed-By: Christopher Schmidt [EMAIL

Accepted libcomplearn-mod-ppmdx 1.0.6-1 (source i386)

2008-01-01 Thread Rudi Cilibrasi
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.7 Date: Fri, 28 Dec 2007 23:42:23 -0800 Source: libcomplearn-mod-ppmdx Binary: libcomplearn-mod-ppmdx Architecture: source i386 Version: 1.0.6-1 Distribution: unstable Urgency: low Maintainer: Rudi Cilibrasi [EMAIL PROTECTED] Changed-By:

Accepted uw-imap 7:2007~dfsg-1 (source amd64)

2008-01-01 Thread Jonas Smedegaard
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.7 Date: Wed, 26 Dec 2007 20:44:42 +0100 Source: uw-imap Binary: mlock uw-imapd ipopd libc-client2007 uw-mailutils libc-client2007-dev Architecture: source amd64 Version: 7:2007~dfsg-1 Distribution: unstable Urgency: low Maintainer: Jonas

Accepted gtkdiskfree 1.9.3-10 (source i386)

2008-01-01 Thread Kartik Mistry
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.7 Date: Fri, 28 Dec 2007 15:59:30 +0530 Source: gtkdiskfree Binary: gtkdiskfree Architecture: source i386 Version: 1.9.3-10 Distribution: unstable Urgency: low Maintainer: Kartik Mistry [EMAIL PROTECTED] Changed-By: Kartik Mistry [EMAIL

Accepted pilot-link 0.12.3-2 (source amd64)

2008-01-01 Thread Ludovic Rousseau
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.7 Date: Tue, 01 Jan 2008 17:48:21 +0100 Source: pilot-link Binary: libpisock9 libpda-pilot-perl pilot-link python-pisock libpisync1 libpisock-dev Architecture: source amd64 Version: 0.12.3-2 Distribution: unstable Urgency: low Maintainer:

Accepted insserv 1.09.0-9 (source i386)

2008-01-01 Thread Petter Reinholdtsen
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.7 Date: Tue, 1 Jan 2008 21:08:14 +0100 Source: insserv Binary: insserv Architecture: source i386 Version: 1.09.0-9 Distribution: unstable Urgency: low Maintainer: Petter Reinholdtsen [EMAIL PROTECTED] Changed-By: Petter Reinholdtsen [EMAIL

Accepted grub2 1.95+20080101-1 (source amd64)

2008-01-01 Thread Robert Millan
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.7 Date: Tue, 1 Jan 2008 19:45:30 +0100 Source: grub2 Binary: grub-of grub-ieee1275 grub-pc grub-efi grub-rescue-pc grub-linuxbios grub2 Architecture: source amd64 Version: 1.95+20080101-1 Distribution: unstable Urgency: low Maintainer

Accepted insserv 1.09.0-10 (source i386)

2008-01-01 Thread Petter Reinholdtsen
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.7 Date: Tue, 1 Jan 2008 21:12:24 +0100 Source: insserv Binary: insserv Architecture: source i386 Version: 1.09.0-10 Distribution: unstable Urgency: low Maintainer: Petter Reinholdtsen [EMAIL PROTECTED] Changed-By: Petter Reinholdtsen [EMAIL

Accepted lazarus 0.9.24-0-3 (source i386)

2008-01-01 Thread Torsten Werner
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.7 Date: Sat, 29 Dec 2007 23:05:42 +0100 Source: lazarus Binary: lazarus Architecture: source i386 Version: 0.9.24-0-3 Distribution: unstable Urgency: low Maintainer: Carlos Laviola [EMAIL PROTECTED] Changed-By: Torsten Werner [EMAIL

Accepted cli-common 0.5.4 (source all)

2008-01-01 Thread Mirco Bauer
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.7 Date: Tue, 01 Jan 2008 14:06:55 +0100 Source: cli-common Binary: cli-common-dev cli-common Architecture: source all Version: 0.5.4 Distribution: unstable Urgency: low Maintainer: Debian Mono Group [EMAIL PROTECTED] Changed-By: Mirco Bauer

Accepted mono-addins 0.3-2 (source all)

2008-01-01 Thread Mirco Bauer
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.7 Date: Tue, 01 Jan 2008 21:05:54 +0100 Source: mono-addins Binary: libmono-addins-gui0.2-cil libmono-addins0.2-cil Architecture: source all Version: 0.3-2 Distribution: unstable Urgency: low Maintainer: Debian CLI Libraries Team [EMAIL

Accepted turbogears 1.0.4~b3-1 (source all)

2008-01-01 Thread Gustavo Noronha Silva
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.7 Date: Tue, 01 Jan 2008 19:16:34 -0200 Source: turbogears Binary: python-turbogears Architecture: source all Version: 1.0.4~b3-1 Distribution: unstable Urgency: low Maintainer: Gustavo Noronha Silva [EMAIL PROTECTED] Changed-By: Gustavo

Accepted chronicle 2.1-1 (source all)

2008-01-01 Thread Steve Kemp
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.7 Date: Tue, 1 Jan 2008 22:22:22 + Source: chronicle Binary: chronicle Architecture: source all Version: 2.1-1 Distribution: unstable Urgency: medium Maintainer: Steve Kemp [EMAIL PROTECTED] Changed-By: Steve Kemp [EMAIL PROTECTED]

Accepted audacious-plugins 1.4.4-1 (source i386)

2008-01-01 Thread William Pitcock
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.7 Date: Tue, 01 Jan 2008 15:20:07 -0600 Source: audacious-plugins Binary: audacious-plugins audacious-plugins-dev audacious-plugins-extra Architecture: source i386 Version: 1.4.4-1 Distribution: unstable Urgency: low Maintainer: Adam Cécile

Accepted linux-libertine 2.7-1 (source all)

2008-01-01 Thread Daniel Baumann
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.7 Date: Tue, 1 Jan 2008 23:42:00 +0100 Source: linux-libertine Binary: linux-libertine Architecture: source all Version: 2.7-1 Distribution: unstable Urgency: low Maintainer: Daniel Baumann [EMAIL PROTECTED] Changed-By: Daniel Baumann

Accepted libusb 2:0.1.12-9 (source amd64)

2008-01-01 Thread Aurelien Jarno
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.7 Date: Tue, 01 Jan 2008 23:47:22 +0100 Source: libusb Binary: libusb++-dev libusb-dev libusb-0.1-udeb libusb-0.1-4 libusb++-0.1-4c2 Architecture: source amd64 Version: 2:0.1.12-9 Distribution: unstable Urgency: low Maintainer: Aurelien

Accepted haproxy 1.3.14.1-1 (source amd64)

2008-01-01 Thread Arnaud Cornet
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.7 Date: Tue, 01 Jan 2008 22:50:09 +0100 Source: haproxy Binary: haproxy Architecture: source amd64 Version: 1.3.14.1-1 Distribution: unstable Urgency: low Maintainer: Arnaud Cornet [EMAIL PROTECTED] Changed-By: Arnaud Cornet [EMAIL

Accepted libopensync-plugin-opie 0.35-1 (source i386)

2008-01-01 Thread Michael Banck
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.7 Date: Tue, 01 Jan 2008 23:49:09 +0100 Source: libopensync-plugin-opie Binary: opensync-plugin-opie Architecture: source i386 Version: 0.35-1 Distribution: experimental Urgency: low Maintainer: Michael Banck [EMAIL PROTECTED] Changed-By:

Accepted libhiglayout-java 1.0-3 (source all)

2008-01-01 Thread Vincent Fourmond
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.7 Date: Tue, 01 Jan 2008 19:51:30 +0100 Source: libhiglayout-java Binary: libhiglayout-java Architecture: source all Version: 1.0-3 Distribution: unstable Urgency: low Maintainer: Debian Java Maintainers [EMAIL PROTECTED] Changed-By: Vincent

Accepted libopensync-plugin-syncml 0.35-1 (source i386)

2008-01-01 Thread Michael Banck
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.7 Date: Tue, 01 Jan 2008 23:44:02 +0100 Source: libopensync-plugin-syncml Binary: opensync-plugin-syncml Architecture: source i386 Version: 0.35-1 Distribution: experimental Urgency: low Maintainer: Michael Banck [EMAIL PROTECTED]

Accepted libopensync-plugin-gpe 0.35-1 (source i386)

2008-01-01 Thread Michael Banck
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.7 Date: Tue, 01 Jan 2008 23:55:48 +0100 Source: libopensync-plugin-gpe Binary: opensync-plugin-gpe Architecture: source i386 Version: 0.35-1 Distribution: unstable Urgency: low Maintainer: Michael Banck [EMAIL PROTECTED] Changed-By: Michael

Accepted gcc-m68hc1x 1:3.3.6+3.1+dfsg-2 (source amd64)

2008-01-01 Thread Aurelien Jarno
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.7 Date: Wed, 02 Jan 2008 00:27:10 +0100 Source: gcc-m68hc1x Binary: gcc-m68hc1x Architecture: source amd64 Version: 1:3.3.6+3.1+dfsg-2 Distribution: unstable Urgency: low Maintainer: Aurelien Jarno [EMAIL PROTECTED] Changed-By: Aurelien

Accepted fcode-utils 1.0.2-3 (source amd64)

2008-01-01 Thread Aurelien Jarno
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.7 Date: Wed, 02 Jan 2008 00:29:22 +0100 Source: fcode-utils Binary: fcode-utils Architecture: source amd64 Version: 1.0.2-3 Distribution: unstable Urgency: low Maintainer: Aurelien Jarno [EMAIL PROTECTED] Changed-By: Aurelien Jarno [EMAIL

Accepted gdb-m68hc1x 1:6.4+3.1+dfsg-3 (source amd64)

2008-01-01 Thread Aurelien Jarno
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.7 Date: Wed, 02 Jan 2008 00:34:32 +0100 Source: gdb-m68hc1x Binary: gdb-m68hc1x Architecture: source amd64 Version: 1:6.4+3.1+dfsg-3 Distribution: unstable Urgency: low Maintainer: Aurelien Jarno [EMAIL PROTECTED] Changed-By: Aurelien Jarno

Accepted gvrng 2.9-1 (source all)

2008-01-01 Thread Sergio Talens-Oliag
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.7 Date: Wed, 02 Jan 2008 00:48:07 +0100 Source: gvrng Binary: gvr-lessons gvrng Architecture: source all Version: 2.9-1 Distribution: unstable Urgency: low Maintainer: Sergio Talens-Oliag [EMAIL PROTECTED] Changed-By: Sergio Talens-Oliag

Accepted newlib-m68hc1x 1.12.0+3.1-2 (source all)

2008-01-01 Thread Aurelien Jarno
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.7 Date: Wed, 02 Jan 2008 00:34:29 +0100 Source: newlib-m68hc1x Binary: newlib-m68hc1x Architecture: source all Version: 1.12.0+3.1-2 Distribution: unstable Urgency: low Maintainer: Aurelien Jarno [EMAIL PROTECTED] Changed-By: Aurelien Jarno

Accepted cproto 4.7f-1 (source i386)

2008-01-01 Thread Kenneth J. Pronovici
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.7 Date: Tue, 1 Jan 2008 18:50:20 -0600 Source: cproto Binary: cproto Architecture: source i386 Version: 4.7f-1 Distribution: unstable Urgency: low Maintainer: Kenneth J. Pronovici [EMAIL PROTECTED] Changed-By: Kenneth J. Pronovici [EMAIL

Accepted therion 0.5.0-2 (source i386 all)

2008-01-01 Thread Wookey
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.7 Date: Tue, 24 Jul 2007 02:47:59 +0100 Source: therion Binary: therion-doc therion-viewer therion Architecture: source i386 all Version: 0.5.0-2 Distribution: unstable Urgency: low Maintainer: Wookey [EMAIL PROTECTED] Changed-By: Wookey

Accepted warzone2100 2.1.0~0.svn3260-2 (source all i386)

2008-01-01 Thread Paul Wise
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.7 Date: Wed, 02 Jan 2008 11:31:35 +0930 Source: warzone2100 Binary: warzone2100 warzone2100-data Architecture: source all i386 Version: 2.1.0~0.svn3260-2 Distribution: unstable Urgency: low Maintainer: Debian Games Team [EMAIL PROTECTED]

Accepted libiptcdata 1.0.2-3 (source all i386)

2008-01-01 Thread Ian Wienand
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.7 Date: Wed, 02 Jan 2008 13:40:23 +1100 Source: libiptcdata Binary: python-iptcdata libiptcdata0-dbg libiptcdata0 libiptcdata-doc libiptcdata-bin libiptcdata0-dev Architecture: source all i386 Version: 1.0.2-3 Distribution: unstable

Accepted gclcvs 2.7.0-83 (source i386 all)

2008-01-01 Thread Camm Maguire
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.7 Date: Tue, 1 Jan 2008 15:24:55 -0500 Source: gclcvs Binary: gclcvs gclcvs-doc Architecture: source i386 all Version: 2.7.0-83 Distribution: unstable Urgency: low Maintainer: Camm Maguire [EMAIL PROTECTED] Changed-By: Camm Maguire [EMAIL

Accepted zsh-beta 4.3.4-dev-6+20071231-1 (source all)

2008-01-01 Thread Clint Adams
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.7 Date: Tue, 01 Jan 2008 22:38:57 -0500 Source: zsh-beta Binary: zsh-beta-static zsh-beta-doc zsh-beta Architecture: source all Version: 4.3.4-dev-6+20071231-1 Distribution: unstable Urgency: low Maintainer: Clint Adams [EMAIL PROTECTED]

Accepted haskell-devscripts 0.6.1 (source all)

2008-01-01 Thread Arjan Oosting
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.7 Date: Wed, 02 Jan 2008 06:50:02 +0100 Source: haskell-devscripts Binary: haskell-devscripts Architecture: source all Version: 0.6.1 Distribution: unstable Urgency: low Maintainer: Arjan Oosting [EMAIL PROTECTED] Changed-By: Arjan Oosting

Accepted ttf-sil-charis 4.102-1 (source all)

2008-01-01 Thread Nicolas Spalinger
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.7 Date: Tue, 01 Jan 2008 16:44:55 +0100 Source: ttf-sil-charis Binary: ttf-sil-charis Architecture: source all Version: 4.102-1 Distribution: unstable Urgency: low Maintainer: Debian Fonts Task Force [EMAIL PROTECTED] Changed-By: Nicolas

Accepted ttf-sil-doulos 4.102-1 (source all)

2008-01-01 Thread Nicolas Spalinger
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.7 Date: Tue, 01 Jan 2008 17:19:26 +0100 Source: ttf-sil-doulos Binary: ttf-sil-doulos Architecture: source all Version: 4.102-1 Distribution: unstable Urgency: low Maintainer: Debian Fonts Task Force [EMAIL PROTECTED] Changed-By: Nicolas

www.bankingplans.com

2008-01-01 Thread Pls check this new site
Please see this site in Subject

www.selfbanking.com.ar

2008-01-01 Thread Pls check this new site
Please see this site in Subject