Re: what about Netplan?

2024-07-16 Thread Jose Luis Tallon
On 16/7/24 10:54, Lukas Märdian wrote: [snip] But it's not just this. Netplan's beauty starts to shine when we're talking about the full picture: * Netplan PLUS sd-networkd (server/cloud/container) * Netplan PLUS NetworkManager(desktop/laptop) * Netplan PLUS wpa_supplicant (server/embedded, u

Re: ifupdown maintenance

2024-07-11 Thread Jose Luis Tallon
Jumping in in the middle of the conversation, but couldn't resist On 11/7/24 10:23, Martin-Éric Racine wrote: Claiming to offer a drop-in substitute all while nudging people towards a new paradigm is not welcome. If ifupdown's paradigm were working for people we wouldn't be having this con

Re: ifupdown maintenance

2024-07-11 Thread Jose Luis Tallon
On 11/7/24 8:16, Marc Haber wrote: On Wed, 10 Jul 2024 23:15:24 +0200, Ansgar ? wrote: While there are numerous alternative implementations of DHCP client, the Linux world seems to be without a working DHCP relay implementation in those days. That's REALLY bad for an installation with Linux rout

Re: Please block glj....@gmail.com from Debian lists [Re: UOC and Britsh Council lawsuit]

2024-04-23 Thread Jose Luis Tallon
On 22/4/24 21:29, Steve Langasek wrote: On Mon, Apr 22, 2024 at 05:11:39PM +0200, José Luis González González wrote: I sent 5 minutes ago an email to "Plaza de Castilla *courts*" setting                    ^^^ BS. It just doesn't work like this.  A regular citizen can't communicate

Re: Let's make PostgreSQL multi-threaded

2023-06-08 Thread Jose Luis Tallon
On 8/6/23 15:56, Robert Haas wrote: Yeah, I've had similar thoughts. I'm not exactly sure what the advantages of such a refactoring might be, but the current structure feels pretty limiting. It works OK because we don't do anything in the postmaster other than fork a new backend, but I'm not sure

Re: Let's make PostgreSQL multi-threaded

2023-06-08 Thread Jose Luis Tallon
On 7/6/23 23:37, Andres Freund wrote: [snip] I think we're starting to hit quite a few limits related to the process model, particularly on bigger machines. The overhead of cross-process context switches is inherently higher than switching between threads in the same process - and my suspicion is

Re: Detecting File Damage & Inconsistencies

2020-11-11 Thread Jose Luis Tallon
On 11/11/20 21:56, Simon Riggs wrote: [ŝnip] REINDEX VERIFY After the new index is created, but before we drop the old index: Check whether the two indexes match: * checks whether the previous index had pointers to row versions that don't exist * checks whether the heap has rows that were not in

Re: Internal key management system

2020-06-18 Thread Jose Luis Tallon
On 18/6/20 19:41, Cary Huang wrote: Hi all Having read through the discussion, I have some comments and suggestions that I would like to share. I think it is still quite early to even talk about external key management system even if it is running on the same host as PG. This is most likely

Re: Raw device on PostgreSQL

2020-05-01 Thread Jose Luis Tallon
On 30/4/20 6:22, Thomas Munro wrote: On Thu, Apr 30, 2020 at 12:26 PM Tomas Vondra wrote: Yeah, I think the question is what are the expected benefits of using raw devices. It might be an interesting exercise / experiment, but my understanding is that most of the benefits can be achieved by usi

Re: where should I stick that backup?

2020-04-11 Thread Jose Luis Tallon
On 10/4/20 21:38, Andres Freund wrote: Hi, On 2020-04-10 12:20:01 -0400, Robert Haas wrote: - We're only talking about writing a handful of tar files, and that's in the context of a full-database backup, which is a much heavier-weight operation than a query. - There is not really any state that

Re: where should I stick that backup?

2020-04-11 Thread Jose Luis Tallon
On 10/4/20 15:49, Robert Haas wrote: On Thu, Apr 9, 2020 at 6:44 PM Bruce Momjian wrote: Good point, but if there are multiple APIs, it makes shell script flexibility even more useful. [snip] One thing I do think would be realistic would be to invent a set of tools that are perform certain lo

Just for fun: Postgres 20?

2020-02-09 Thread Jose Luis Tallon
Hackers,     Musing some other date-related things I stumbled upon the thought that naming the upcoming release PostgreSQL 20 might be preferrable to the current/expected "PostgreSQL 13". Cons:  * Discontinuity in versions. 12 -> 20.  Now that we have the precedent of 9.6 -> 10 (for very g

Re: Richard Laager: Declaration of intent

2020-01-27 Thread Jose Luis Tallon
On 27/1/20 4:59, Richard Laager wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA512 For nm.debian.org, at 2020-01-27: I would like to apply to change my status in Debian to Debian Developer, uploading. I have maintained multiple packages for several years now. I was recently approved as a D

Re: postsuper manpage: message expiration

2020-01-19 Thread Jose Luis Tallon
On 19/1/20 1:45, Wietse Venema wrote: I'm adding a new field to the Postfix queue file that says if a message was forcibly expired. The field is set with the postsuper command, using syntax that is similar to other postsuper commands. The new option behaves like 'delete' except of course that it

Re: color by default

2019-12-31 Thread Jose Luis Tallon
On 31/12/19 14:35, Tom Lane wrote: Peter Eisentraut writes: With the attached patch, I propose to enable the colored output by default in PG13. FWIW, I shall be setting NO_COLOR permanently if this gets committed. I wonder how many people there are who actually *like* colored output? I find it

Re: Proposal: Global Index

2019-12-19 Thread Jose Luis Tallon
On 19/12/19 4:03, Bruce Momjian wrote: On Mon, Nov 25, 2019 at 03:44:39PM -0800, Jeremy Schneider wrote: On 11/25/19 15:05, Jeremy Schneider wrote: ... the cost of doing the individual index lookups across 180 partitions (and 180 indexes) was very high, so they stored max and min txn id per par

Re: Allow CLUSTER, VACUUM FULL and REINDEX to change tablespace on the fly

2019-09-20 Thread Jose Luis Tallon
On 20/9/19 4:06, Michael Paquier wrote: On Thu, Sep 19, 2019 at 05:40:41PM +0300, Alexey Kondratov wrote: On 19.09.2019 16:21, Robert Haas wrote: So, earlier in this thread, I suggested making this part of ALTER TABLE, and several people seemed to like that idea. Did we have a reason for droppi

Re: [PATCH] Implement uuid_version()

2019-07-13 Thread Jose Luis Tallon
On 13/7/19 8:31, Fabien COELHO wrote: Hello Jose, Hello, Fabien Thanks for taking a look Got it, and done. Please find attached a v2 patch with the upgrade script included. Patch v2 applies cleanly. Compiles cleanly (once running configure --with-uuid=...). Local make check ok. Doc bui

Re: [PATCH] Implement uuid_version()

2019-07-05 Thread Jose Luis Tallon
On 5/7/19 11:00, Peter Eisentraut wrote: On 2019-07-05 00:08, Jose Luis Tallon wrote: On 4/7/19 17:30, Alvaro Herrera wrote: On 2019-Jul-04, Tom Lane wrote: A possible option 3 is to keep the function in pgcrypto but change its C code to call the core code. Updated patch with this change

Re: [PATCH] Implement uuid_version()

2019-07-04 Thread Jose Luis Tallon
On 4/7/19 17:30, Alvaro Herrera wrote: On 2019-Jul-04, Tom Lane wrote: A possible option 3 is to keep the function in pgcrypto but change its C code to call the core code. This seems most reasonable, and is what José Luis proposed upthread. We don't have to bump the pgcrypto extension version

Re: [PATCH] Implement uuid_version()

2019-07-02 Thread Jose Luis Tallon
On 2/7/19 9:26, Peter Eisentraut wrote: On 2019-06-30 14:50, Fabien COELHO wrote: I'm wondering whether pg_random_uuid() should be taken out of pgcrypto if it is available in core? That would probably require an extension version update dance in pgcrypto. I'm not sure if it's worth that. Thou

Re: [PATCH] Implement uuid_version()

2019-06-11 Thread Jose Luis Tallon
On 11/6/19 13:11, Peter Eisentraut wrote: On 2019-06-11 12:31, Jose Luis Tallon wrote: I wonder whether re-implementing some more of the extension's (ie. UUID v5) in terms of PgCrypto and in-core makes sense / would actually be accepted into core? Those other versions are significantly

Re: [PATCH] Implement uuid_version()

2019-06-11 Thread Jose Luis Tallon
On 11/6/19 10:49, Peter Eisentraut wrote: On 2019-04-09 08:04, Peter Eisentraut wrote: On 2019-04-08 23:06, Andres Freund wrote: The randomness based UUID generators don't really have dependencies, now that we have a dependency on strong randomness. I kinda thing the dependency argument actual

Re: [PATCH] Implement uuid_version()

2019-04-08 Thread Jose Luis Tallon
On 8/4/19 17:06, Robert Haas wrote: On Sun, Apr 7, 2019 at 10:15 AM David Fetter wrote: I see some. UUIDs turn out to be super useful in distributed systems to give good guarantees of uniqueness without coordinating with a particular node. Such systems have become a good bit more common since

Re: [PATCH] Implement uuid_version()

2019-04-07 Thread Jose Luis Tallon
On 6/4/19 18:35, Tom Lane wrote: Jose Luis Tallon writes:     While working on an application, the need arose to be able efficiently differentiate v4/v5 UUIDs (for use in partial indexes, among others) ... so please find attached a trivial patch which adds the functionality. No particular

[PATCH] Implement uuid_version()

2019-04-06 Thread Jose Luis Tallon
Hackers,     While working on an application, the need arose to be able efficiently differentiate v4/v5 UUIDs (for use in partial indexes, among others) ... so please find attached a trivial patch which adds the functionality. The "uuid_version_bits()" function (from the test suite?) seems

Re: phase out ossp-uuid?

2019-02-08 Thread Jose Luis Tallon
On 7/2/19 23:03, Andres Freund wrote: Hi, On 2019-02-07 09:03:06 +, Dave Page wrote: On Thu, Feb 7, 2019 at 8:26 AM Peter Eisentraut wrote: I suggest we declare it deprecated in PG12 and remove it altogether in PG13. Much as I'd like to get rid of it, we don't have an alternative for Win

Re: phase out ossp-uuid?

2019-02-07 Thread Jose Luis Tallon
On 7/2/19 10:03, Dave Page wrote: On Thu, Feb 7, 2019 at 8:26 AM Peter Eisentraut wrote: I'm wondering whether we should phase out the use of the ossp-uuid library? (not the uuid-ossp extension) Hmm... FWIW, just get it in core altogether? Seems small and useful enough... if it carries the o

Bug#918320: openvswitch-switch: ifupdown integration can't work (obsolete/buggy scripts)

2019-01-04 Thread Jose Luis Tallon
Package: openvswitch-switch Version: 2.10.0+2018.08.28+git.8ca7c82b7d+ds1-10 Severity: important Tags: patch Dear Maintainer, Just configured openvswitch 2.10 on a newly-upgraded Buster machine (fresh install with Stretch/9.6, immediately dist-upgraded to Buster). When raising the interfaces v

Re: Using POPCNT and other advanced bit manipulation instructions

2018-12-20 Thread Jose Luis Tallon
On 20/12/18 6:53, David Rowley wrote: Back in 2016 [1] there was some discussion about using the POPCNT instruction to improve the performance of counting the number of bits set in a word. Improving this helps various cases, such as bms_num_members and also things like counting the allvisible an

Re: Thinking about EXPLAIN ALTER TABLE

2018-12-11 Thread Jose Luis Tallon
We were just busy shooting down a different suggestion of behavior-changing GUCs. A GUC that turns all ALTERs into no-ops sure seems like a foot-gun to me. Yeah, I like EXPLAIN better. +1 for EXPLAIN IMVHO, and for "symmetry" with existing mechanisms: * EXPLAIN ALTER TABLE    ==> "DDL dry ru

Bug#838071: fixed in up-imapproxy 1.2.8~svn20161210-1

2016-12-12 Thread Jose Luis Tallon
On 12/12/2016 10:09 PM, Tobias Frost wrote: > Control: reassign -1 up-imapproxy > Control: reopen -1 > Control: found -1 1.2.8~svn20161210-1 > Control: retitle -1 Please update the Uploaders field. > Control: severity -1 minor > > Reopening, as Jose Luis Tallon ist still &

Bug#828586: Building with OpenSSL 1.0.2 is sufficient for stretch

2016-12-11 Thread Jose Luis Tallon
ony Mancill has agreed to sponsor that upload. > The "| libssl-dev (<< 1.1.0~)" is added for backports. > > --- debian/control.old2016-12-10 23:57:31.0 + > +++ debian/control2016-12-10 23:57:36.0 + > @@ -3,7 +3,7 @@ > Prior

Bug#828586: Building with OpenSSL 1.0.2 is sufficient for stretch

2016-12-11 Thread Jose Luis Tallon
ony Mancill has agreed to sponsor that upload. > The "| libssl-dev (<< 1.1.0~)" is added for backports. > > --- debian/control.old2016-12-10 23:57:31.0 + > +++ debian/control2016-12-10 23:57:36.0 + > @@ -3,7 +3,7 @@ > Prior

Re: [HACKERS] Sequence Access Method WIP

2016-03-30 Thread Jose Luis Tallon
The following review has been posted through the commitfest application: make installcheck-world: not tested Implements feature: not tested Spec compliant: not tested Documentation:not tested [Partial review] Evaluated: 0002-gapless-seq-2016-03-29-2.patch Needs updatin

Re: [HACKERS] WIP: Access method extendability

2016-03-30 Thread Jose Luis Tallon
Referenced by commit commit 473b93287040b20017cc25a157cffdc5b978c254 ("Support CREATE ACCESS METHOD"), commited by alvherre -- Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-hackers

Re: [HACKERS] Default Roles

2016-03-30 Thread Jose Luis Tallon
The following review has been posted through the commitfest application: make installcheck-world: tested, passed Implements feature: tested, passed Spec compliant: tested, passed Documentation:tested, passed * Applies cleanly to current master (3063e7a84026ced2aadd2262

Bug#806913: udev: user-defined eth naming ignored; worked before upgrade

2015-12-02 Thread Jose Luis Tallon
On 12/02/2015 09:50 PM, Michael Biebl wrote: Control: tags -1 + moreinfo Am 02.12.2015 um 21:12 schrieb Jose Luis Tallon: Package: udev Version: 215-17+deb8u2 Severity: normal Dear Maintainer, After upgrading a system from wheezy+backports to jessie, udev/systemd-udev (upgraded to

Bug#806913: udev: user-defined eth naming ignored; worked before upgrade

2015-12-02 Thread Jose Luis Tallon
On 12/02/2015 09:50 PM, Michael Biebl wrote: Control: tags -1 + moreinfo Am 02.12.2015 um 21:12 schrieb Jose Luis Tallon: Package: udev Version: 215-17+deb8u2 Severity: normal Dear Maintainer, After upgrading a system from wheezy+backports to jessie, udev/systemd-udev (upgraded to

Accepted bindgraph 0.2a-5 (source all)

2010-04-15 Thread Jose Luis Tallon
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Sat, 20 Mar 2010 21:17:38 +0100 Source: bindgraph Binary: bindgraph Architecture: source all Version: 0.2a-5 Distribution: unstable Urgency: low Maintainer: Jose Luis Tallon Changed-By: Jose Luis Tallon Description: bindgraph

Accepted up-imapproxy 1.2.7-1 (source i386)

2010-02-25 Thread Jose Luis Tallon
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Sun, 21 Feb 2010 14:01:09 +0100 Source: up-imapproxy Binary: imapproxy Architecture: source i386 Version: 1.2.7-1 Distribution: unstable Urgency: low Maintainer: Jose Luis Tallon Changed-By: Jose Luis Tallon Description

Accepted libconfig 1.3.2-1 (source amd64)

2009-06-20 Thread Jose Luis Tallon
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Tue, 07 Apr 2009 21:13:16 +0200 Source: libconfig Binary: libconfig8 libconfig++8 libconfig8-dev libconfig++8-dev Architecture: source amd64 Version: 1.3.2-1 Distribution: unstable Urgency: low Maintainer: Jose Luis Tallon Changed

Accepted up-imapproxy 1.2.6-5 (source amd64)

2009-02-07 Thread Jose Luis Tallon
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Fri, 6 Feb 2009 21:27:19 +0100 Source: up-imapproxy Binary: imapproxy Architecture: source amd64 Version: 1.2.6-5 Distribution: unstable Urgency: high Maintainer: Jose Luis Tallon Changed-By: Jose Luis Tallon Description

Accepted libconfig 1.3.1-1 (source amd64)

2008-12-29 Thread Jose Luis Tallon
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Fri, 31 Oct 2008 22:13:47 +0100 Source: libconfig Binary: libconfig6 libconfig++6 libconfig6-dev libconfig++6-dev Architecture: source amd64 Version: 1.3.1-1 Distribution: unstable Urgency: low Maintainer: Jose Luis Tallon Changed

Bug#506933: ITP: piwik -- open source web analytics

2008-11-25 Thread Jose Luis Tallon
Package: wnpp Severity: wishlist Owner: Jose Luis Tallon <[EMAIL PROTECTED]> * Package name: piwik Version : 0.2.24 Upstream Author : Matt & others * URL : http://www.piwik.org/ * License : GPL-2 Programming Lang: PHP, JavaScript Description

Bug#506933: ITP: piwik -- open source web analytics

2008-11-25 Thread Jose Luis Tallon
Package: wnpp Severity: wishlist Owner: Jose Luis Tallon <[EMAIL PROTECTED]> * Package name: piwik Version : 0.2.24 Upstream Author : Matt & others * URL : http://www.piwik.org/ * License : GPL-2 Programming Lang: PHP, JavaScript Description

Bug#506933: ITP: piwik -- open source web analytics

2008-11-25 Thread Jose Luis Tallon
Package: wnpp Severity: wishlist Owner: Jose Luis Tallon <[EMAIL PROTECTED]> * Package name: piwik Version : 0.2.24 Upstream Author : Matt & others * URL : http://www.piwik.org/ * License : GPL-2 Programming Lang: PHP, JavaScript Description

Accepted bindgraph 0.2a-4 (source all)

2008-11-17 Thread Jose Luis Tallon
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Sun, 16 Nov 2008 22:50:27 +0100 Source: bindgraph Binary: bindgraph Architecture: source all Version: 0.2a-4 Distribution: unstable Urgency: low Maintainer: Jose Luis Tallon <[EMAIL PROTECTED]> Changed-By: Jose Luis Tallon &

Accepted libsmbios 2.0.3.dfsg-1 (source all amd64)

2008-10-08 Thread Jose Luis Tallon
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Wed, 1 Oct 2008 1:15:56 +0200 Source: libsmbios Binary: libsmbios2 libsmbios-dev libsmbios-bin libsmbios-doc Architecture: source all amd64 Version: 2.0.3.dfsg-1 Distribution: unstable Urgency: low Maintainer: Jose Luis Tallon

Accepted libtrash 2.4-2 (source i386)

2008-09-12 Thread Jose Luis Tallon
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Fri, 5 Sep 2008 1:01:16 +0200 Source: libtrash Binary: libtrash Architecture: source i386 Version: 2.4-2 Distribution: unstable Urgency: medium Maintainer: Jose Luis Tallon <[EMAIL PROTECTED]> Changed-By: Jose Luis Tallon &

Accepted up-imapproxy 1.2.6-4 (source i386)

2008-06-26 Thread Jose Luis Tallon
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Wed, 25 Jun 2008 02:18:37 +0200 Source: up-imapproxy Binary: imapproxy Architecture: source i386 Version: 1.2.6-4 Distribution: unstable Urgency: medium Maintainer: Jose Luis Tallon <[EMAIL PROTECTED]> Changed-By: Jose Luis

Accepted up-imapproxy 1.2.6-3 (source i386)

2008-06-23 Thread Jose Luis Tallon
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Sun, 22 Jun 2008 23:03:20 +0200 Source: up-imapproxy Binary: imapproxy Architecture: source i386 Version: 1.2.6-3 Distribution: unstable Urgency: low Maintainer: Jose Luis Tallon <[EMAIL PROTECTED]> Changed-By: Jose Luis

Accepted up-imapproxy 1.2.6-2 (source i386)

2008-06-18 Thread Jose Luis Tallon
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Tue, 17 Jun 2008 00:59:55 +0200 Source: up-imapproxy Binary: imapproxy Architecture: source i386 Version: 1.2.6-2 Distribution: unstable Urgency: low Maintainer: Jose Luis Tallon <[EMAIL PROTECTED]> Changed-By: Jose Luis

Bug#480530: libconfig: package name too generic; conflicts with other projects

2008-05-10 Thread Jose Luis Tallon
Package: libconfig Severity: important Tags: patch ABZ's libconfig conflicts with HyperRealm's libconfig in its basename (the actual sonames are different: libconfig0 for Abraham's, libconfig3 for hyperrealms') Querying the rdepends shows that no packages depend on libconfig: $ apt-cache rde

Accepted bindgraph 0.2a-3 (source all)

2008-05-10 Thread Jose Luis Tallon
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Sun, 09 Mar 2008 01:18:35 +0100 Source: bindgraph Binary: bindgraph Architecture: source all Version: 0.2a-3 Distribution: unstable Urgency: high Maintainer: Jose Luis Tallon <[EMAIL PROTECTED]> Changed-By: Jose Luis Tallon &

Bug#478779: ITP: mumble -- Low latency VoIP system

2008-04-30 Thread Jose Luis Tallon
Package: wnpp Severity: wishlist Owner: Jose Luis Tallon <[EMAIL PROTECTED]> * Package name: mumble Version : 1.1.3 Upstream Author : Mikkel Krautz <[EMAIL PROTECTED]> and others * URL : http://mumble.sourceforge.net/ * License : GPL-2 Program

Bug#478779: ITP: mumble -- Low latency VoIP system

2008-04-30 Thread Jose Luis Tallon
Package: wnpp Severity: wishlist Owner: Jose Luis Tallon <[EMAIL PROTECTED]> * Package name: mumble Version : 1.1.3 Upstream Author : Mikkel Krautz <[EMAIL PROTECTED]> and others * URL : http://mumble.sourceforge.net/ * License : GPL-2 Program

Bug#478779: ITP: mumble -- Low latency VoIP system

2008-04-30 Thread Jose Luis Tallon
Package: wnpp Severity: wishlist Owner: Jose Luis Tallon <[EMAIL PROTECTED]> * Package name: mumble Version : 1.1.3 Upstream Author : Mikkel Krautz <[EMAIL PROTECTED]> and others * URL : http://mumble.sourceforge.net/ * License : GPL-2 Program

Accepted couriergraph 0.25-4 (source all)

2008-04-30 Thread Jose Luis Tallon
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Sun, 17 Jun 2007 14:48:33 +0200 Source: couriergraph Binary: couriergraph Architecture: source all Version: 0.25-4 Distribution: unstable Urgency: low Maintainer: Jose Luis Tallon <[EMAIL PROTECTED]> Changed-By: Jose Luis

Accepted kchmviewer 3.1-2 (source amd64)

2008-04-30 Thread Jose Luis Tallon
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Sun, 13 Apr 2008 01:27:32 +0200 Source: kchmviewer Binary: kchmviewer Architecture: source amd64 Version: 3.1-2 Distribution: unstable Urgency: low Maintainer: Jose Luis Tallon <[EMAIL PROTECTED]> Changed-By: Jose Luis Tallon &

Accepted lcdproc 0.5.2-1 (source amd64)

2008-04-30 Thread Jose Luis Tallon
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Sun, 09 Mar 2008 00:25:50 +0100 Source: lcdproc Binary: lcdproc Architecture: source amd64 Version: 0.5.2-1 Distribution: unstable Urgency: medium Maintainer: Jose Luis Tallon <[EMAIL PROTECTED]> Changed-By: Jose Luis Tallon &

Accepted libsieve 2.2.6-1 (source amd64)

2008-04-30 Thread Jose Luis Tallon
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Sat, 12 Apr 2008 20:22:45 +0200 Source: libsieve Binary: libsieve2-dev libsieve2-1 Architecture: source amd64 Version: 2.2.6-1 Distribution: unstable Urgency: low Maintainer: Jose Luis Tallon <[EMAIL PROTECTED]> Changed-By: Jos

Accepted up-imapproxy 1.2.6-1 (source i386)

2008-03-10 Thread Jose Luis Tallon
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.7 Date: Mon, 4 Feb 2008 23:49:37 +0100 Source: up-imapproxy Binary: imapproxy Architecture: source i386 Version: 1.2.6-1 Distribution: unstable Urgency: low Maintainer: Jose Luis Tallon <[EMAIL PROTECTED]> Changed-By: Jose Luis

Accepted libsmbios 0.13.13-1 (source all amd64)

2008-03-09 Thread Jose Luis Tallon
Maintainer: Jose Luis Tallon <[EMAIL PROTECTED]> Changed-By: Jose Luis Tallon <[EMAIL PROTECTED]> Description: libsmbios-bin - Provide access to (SM)BIOS information -- utility binaries libsmbios-dev - Provide access to (SM)BIOS information - development files libsmbios-doc - Access

Accepted libsmbios 0.13.10-1 (source all amd64)

2007-09-10 Thread Jose Luis Tallon
Maintainer: Jose Luis Tallon <[EMAIL PROTECTED]> Changed-By: Jose Luis Tallon <[EMAIL PROTECTED]> Description: libsmbios-bin - Provide access to (SM)BIOS information -- utility binaries libsmbios-dev - Provide access to (SM)BIOS information - development files libsmbios-doc - Access

Accepted kchmviewer 3.1-1 (source i386)

2007-07-03 Thread Jose Luis Tallon
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.7 Date: Sun, 17 Jun 2007 13:55:44 +0200 Source: kchmviewer Binary: kchmviewer Architecture: source i386 Version: 3.1-1 Distribution: unstable Urgency: low Maintainer: Jose Luis Tallon <[EMAIL PROTECTED]> Changed-By: Jose Luis Tallon &

Accepted kcheckgmail 0.5.6-1 (source i386)

2007-05-14 Thread Jose Luis Tallon
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.7 Date: Sun, 22 Apr 2007 20:54:46 +0200 Source: kcheckgmail Binary: kcheckgmail Architecture: source i386 Version: 0.5.6-1 Distribution: unstable Urgency: low Maintainer: Jose Luis Tallon <[EMAIL PROTECTED]> Changed-By: Jose Luis

Bug#422545: roundcube places logs within an strange hierarchy

2007-05-06 Thread Jose Luis Tallon
Package: roundcube Version: 0.1~beta2.2~dfsg-2 Severity: wishlist Tags: patch The symbolic link /usr/share/roundcube/logs currently points to /var/lib/roundcube/logs, which is "strange". Please point it to /var/log/roundcube instead: - include /var/log/roundcube in debian/dirs - dh_link /var/lo

Bug#422543: roundcube: Missing dependencies

2007-05-06 Thread Jose Luis Tallon
Package: roundcube Version: 0.1~beta2.2~dfsg-2 Severity: grave Tags: patch Justification: renders package unusable Roundcube does not depend (not even recommends!) any IMAP client extension. Therefore, it is unusable until the user manually installs one. The error messages given by roundcube itsel

Bug#422543: roundcube: Missing dependencies

2007-05-06 Thread Jose Luis Tallon
Package: roundcube Version: 0.1~beta2.2~dfsg-2 Severity: grave Tags: patch Justification: renders package unusable Roundcube does not depend (not even recommends!) any IMAP client extension. Therefore, it is unusable until the user manually installs one. The error messages given by roundcube itsel

Accepted libsmbios 0.13.6-1 (source all amd64)

2007-04-22 Thread Jose Luis Tallon
Maintainer: Jose Luis Tallon <[EMAIL PROTECTED]> Changed-By: Jose Luis Tallon <[EMAIL PROTECTED]> Description: libsmbios-bin - Provide access to (SM)BIOS information -- utility binaries libsmbios-dev - Provide access to (SM)BIOS information - development files libsmbios-doc - Access

Accepted libsmbios 0.13.5-1 (source all amd64)

2007-04-21 Thread Jose Luis Tallon
Maintainer: Jose Luis Tallon <[EMAIL PROTECTED]> Changed-By: Jose Luis Tallon <[EMAIL PROTECTED]> Description: libsmbios-bin - Provide access to (SM)BIOS information -- utility binaries libsmbios-dev - Provide access to (SM)BIOS information - development files libsmbios-doc - Access

Accepted libsmbios 0.13.4-1 (source all i386)

2007-04-06 Thread Jose Luis Tallon
Maintainer: Jose Luis Tallon <[EMAIL PROTECTED]> Changed-By: Jose Luis Tallon <[EMAIL PROTECTED]> Description: libsmbios-bin - Provide access to (SM)BIOS information -- utility binaries libsmbios-dev - Provide access to (SM)BIOS information - development files libsmbios-doc - Access

Accepted up-imapproxy 1.2.4-10 (source i386)

2007-03-20 Thread Jose Luis Tallon
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.7 Date: Mon, 19 Mar 2007 19:42:46 +0100 Source: up-imapproxy Binary: imapproxy Architecture: source i386 Version: 1.2.4-10 Distribution: unstable Urgency: high Maintainer: Jose Luis Tallon <[EMAIL PROTECTED]> Changed-By: Jose Luis

Accepted up-imapproxy 1.2.4-9 (source i386)

2007-03-15 Thread Jose Luis Tallon
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.7 Date: Thu, 15 Mar 2007 2:04:05 +0100 Source: up-imapproxy Binary: imapproxy Architecture: source i386 Version: 1.2.4-9 Distribution: unstable Urgency: high Maintainer: Jose Luis Tallon <[EMAIL PROTECTED]> Changed-By: Jose Luis

Accepted up-imapproxy 1.2.4-8 (source i386)

2007-03-11 Thread Jose Luis Tallon
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.7 Date: Sat, 10 Mar 2007 21:59:37 +0100 Source: up-imapproxy Binary: imapproxy Architecture: source i386 Version: 1.2.4-8 Distribution: unstable Urgency: high Maintainer: Jose Luis Tallon <[EMAIL PROTECTED]> Changed-By: Jose Luis

Accepted bindgraph 0.2a-2 (source all)

2007-03-11 Thread Jose Luis Tallon
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.7 Date: Sun, 11 Mar 2007 14:57:44 +0100 Source: bindgraph Binary: bindgraph Architecture: source all Version: 0.2a-2 Distribution: unstable Urgency: low Maintainer: Jose Luis Tallon <[EMAIL PROTECTED]> Changed-By: Jose Luis Tallon &

Accepted bindgraph 0.2a-1 (source all)

2007-02-05 Thread Jose Luis Tallon
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.7 Date: Fri, 8 Dec 2006 15:24:19 +0100 Source: bindgraph Binary: bindgraph Architecture: source all Version: 0.2a-1 Distribution: unstable Urgency: low Maintainer: Jose Luis Tallon <[EMAIL PROTECTED]> Changed-By: Jose Luis Tallon &

Accepted couriergraph 0.25-3 (source all)

2007-01-22 Thread Jose Luis Tallon
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.7 Date: Tue, 23 Jan 2007 08:11:24 +0100 Source: couriergraph Binary: couriergraph Architecture: source all Version: 0.25-3 Distribution: unstable Urgency: low Maintainer: Jose Luis Tallon <[EMAIL PROTECTED]> Changed-By: Jose Luis

Accepted kchmviewer 2.7-1 (source i386)

2006-12-09 Thread Jose Luis Tallon
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.7 Date: Fri, 8 Dec 2006 02:11:46 +0100 Source: kchmviewer Binary: kchmviewer Architecture: source i386 Version: 2.7-1 Distribution: unstable Urgency: low Maintainer: Jose Luis Tallon <[EMAIL PROTECTED]> Changed-By: Jose Luis Tallon &

Accepted lcdproc 0.5.1-3 (source i386)

2006-12-08 Thread Jose Luis Tallon
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.7 Date: Fri, 8 Dec 2006 15:37:56 +0100 Source: lcdproc Binary: lcdproc Architecture: source i386 Version: 0.5.1-3 Distribution: unstable Urgency: medium Maintainer: Jose Luis Tallon <[EMAIL PROTECTED]> Changed-By: Jose Luis Tallon &

Accepted libsieve 2.2.3-1 (source i386)

2006-12-08 Thread Jose Luis Tallon
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.7 Date: Sat, 2 Dec 2006 18:15:26 +0100 Source: libsieve Binary: libsieve2-1 libsieve2-dev Architecture: source i386 Version: 2.2.3-1 Distribution: unstable Urgency: low Maintainer: Jose Luis Tallon <[EMAIL PROTECTED]> Changed-By: Jos

Accepted up-imapproxy 1.2.4-7 (source i386)

2006-12-08 Thread Jose Luis Tallon
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.7 Date: Thu, 7 Dec 2006 23:26:03 +0100 Source: up-imapproxy Binary: imapproxy Architecture: source i386 Version: 1.2.4-7 Distribution: unstable Urgency: medium Maintainer: Jose Luis Tallon <[EMAIL PROTECTED]> Changed-By: Jose Luis

Accepted up-imapproxy 1.2.4-6 (source i386)

2006-12-01 Thread Jose Luis Tallon
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.7 Date: Sun, 26 Nov 2006 19:56:07 +0100 Source: up-imapproxy Binary: imapproxy Architecture: source i386 Version: 1.2.4-6 Distribution: unstable Urgency: high Maintainer: Jose Luis Tallon <[EMAIL PROTECTED]> Changed-By: Jose Luis

Accepted libsmbios 0.12.1-3 (source all i386)

2006-11-28 Thread Jose Luis Tallon
Maintainer: Jose Luis Tallon <[EMAIL PROTECTED]> Changed-By: Jose Luis Tallon <[EMAIL PROTECTED]> Description: libsmbios-bin - Provide access to (SM)BIOS information -- utility binaries libsmbios-dev - Provide access to (SM)BIOS information - development files libsmbios-doc - Access

Accepted lcdproc 0.5.1-2 (source i386)

2006-11-28 Thread Jose Luis Tallon
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.7 Date: Sun, 12 Nov 2006 14:20:28 +0100 Source: lcdproc Binary: lcdproc Architecture: source i386 Version: 0.5.1-2 Distribution: unstable Urgency: low Maintainer: Jose Luis Tallon <[EMAIL PROTECTED]> Changed-By: Jose Luis Tallon &

Accepted libsieve 2.2.1-1 (source i386)

2006-10-31 Thread Jose Luis Tallon
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.7 Date: Tue, 24 Oct 2006 11:26:34 +0200 Source: libsieve Binary: libsieve2-1 libsieve2-dev Architecture: source i386 Version: 2.2.1-1 Distribution: unstable Urgency: low Maintainer: Jose Luis Tallon <[EMAIL PROTECTED]> Changed-By: Jos

Accepted baghira 0.8-1 (source i386)

2006-10-27 Thread Jose Luis Tallon
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.7 Date: Wed, 25 Oct 2006 0:52:07 +0200 Source: baghira Binary: kwin-baghira Architecture: source i386 Version: 0.8-1 Distribution: unstable Urgency: low Maintainer: Jose Luis Tallon <[EMAIL PROTECTED]> Changed-By: Jose Luis Tallon &

Accepted libsmbios 0.12.1-2 (source all i386)

2006-10-27 Thread Jose Luis Tallon
Maintainer: Jose Luis Tallon <[EMAIL PROTECTED]> Changed-By: Jose Luis Tallon <[EMAIL PROTECTED]> Description: libsmbios-bin - Provide access to (SM)BIOS information -- utility binaries libsmbios-dev - Provide access to (SM)BIOS information - development files libsmbios-doc - Access

Accepted lcdproc 0.5.1-1 (source i386)

2006-10-27 Thread Jose Luis Tallon
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.7 Date: Sun, 15 Oct 2006 14:48:37 +0200 Source: lcdproc Binary: lcdproc Architecture: source i386 Version: 0.5.1-1 Distribution: unstable Urgency: medium Maintainer: Jose Luis Tallon <[EMAIL PROTECTED]> Changed-By: Jose Luis Tallon &

Accepted kcheckgmail 0.5.5-2 (source i386)

2006-09-23 Thread Jose Luis Tallon
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.7 Date: Thu, 21 Sep 2006 0:18:14 +0200 Source: kcheckgmail Binary: kcheckgmail Architecture: source i386 Version: 0.5.5-2 Distribution: unstable Urgency: low Maintainer: Jose Luis Tallon <[EMAIL PROTECTED]> Changed-By: Jose Luis

Accepted up-imapproxy 1.2.4-5 (source i386)

2006-09-23 Thread Jose Luis Tallon
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.7 Date: Wed, 20 Sep 2006 23:10:36 +0200 Source: up-imapproxy Binary: imapproxy Architecture: source i386 Version: 1.2.4-5 Distribution: unstable Urgency: high Maintainer: Jose Luis Tallon <[EMAIL PROTECTED]> Changed-By: Jose Luis

Accepted kchmviewer 2.6-1 (source i386)

2006-09-23 Thread Jose Luis Tallon
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.7 Date: Thu, 31 Aug 2006 02:56:52 +0200 Source: kchmviewer Binary: kchmviewer Architecture: source i386 Version: 2.6-1 Distribution: unstable Urgency: low Maintainer: Jose Luis Tallon <[EMAIL PROTECTED]> Changed-By: Jose Luis Tallon &

Accepted lcdproc 0.5.0-1 (source i386 sparc amd64)

2006-09-03 Thread Jose Luis Tallon
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.7 Date: Sun, 23 Jul 2006 20:23:48 +0200 Source: lcdproc Binary: lcdproc Architecture: source i386 sparc amd64 Version: 0.5.0-1 Distribution: unstable Urgency: low Maintainer: Jose Luis Tallon <[EMAIL PROTECTED]> Changed-By: Jose Luis

Accepted libsmbios 0.12.1-1 (source all i386 amd64)

2006-09-03 Thread Jose Luis Tallon
Maintainer: Jose Luis Tallon <[EMAIL PROTECTED]> Changed-By: Jose Luis Tallon <[EMAIL PROTECTED]> Description: libsmbios-bin - Provide access to (SM)BIOS information -- utility binaries libsmbios-dev - Provide access to (SM)BIOS information - development files libsmbios-doc - Access

Accepted libsieve-dfsg 2.1.13-1 (source i386)

2006-08-31 Thread Jose Luis Tallon
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.7 Date: Tue, 22 Aug 2006 23:57:34 +0200 Source: libsieve-dfsg Binary: libsieve2-1 libsieve2-dev Architecture: source i386 Version: 2.1.13-1 Distribution: unstable Urgency: low Maintainer: Jose Luis Tallon <[EMAIL PROTECTED]> Changed-By

Accepted libsmbios 0.11.5-1 (source all i386)

2006-07-27 Thread Jose Luis Tallon
Maintainer: Amaya Rodrigo <[EMAIL PROTECTED]> Changed-By: Jose Luis Tallon <[EMAIL PROTECTED]> Description: libsmbios-bin - Provide access to (SM)BIOS information -- utility binaries libsmbios-dev - Provide access to (SM)BIOS information - development files libsmbios-doc - Access

Bug#374811: python-gtk2: Unterminated 's' command to SED

2006-06-21 Thread Jose Luis Tallon
Package: python-gtk2 Version: 2.8.2-3.1 Severity: grave Tags: patch Justification: renders package unusable Just dist-upgraded. Python-gtk2 was updated alongside others. Postinst fails with "sed: unterminated 's' command, line #1 char #32" There is a slash missing at postinst (case 'configure'):

Bug#374811: python-gtk2: Unterminated 's' command to SED

2006-06-21 Thread Jose Luis Tallon
Package: python-gtk2 Version: 2.8.2-3.1 Severity: grave Tags: patch Justification: renders package unusable Just dist-upgraded. Python-gtk2 was updated alongside others. Postinst fails with "sed: unterminated 's' command, line #1 char #32" There is a slash missing at postinst (case 'configure'):

Accepted kchmviewer 2.5-2 (source i386)

2006-06-09 Thread Jose Luis Tallon
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.7 Date: Thu, 08 Jun 2006 20:08:39 +0200 Source: kchmviewer Binary: kchmviewer Architecture: source i386 Version: 2.5-2 Distribution: unstable Urgency: low Maintainer: Jose Luis Tallon <[EMAIL PROTECTED]> Changed-By: Jose Luis Tallon &

  1   2   3   >