many packages FTBFS, if $TAPE is set

2007-08-28 Thread Harald Dunkel
Hi folks, Many packages FTBFS (silently!) if an environment variable TAPE is set. That happens if your rules script uses something like tar -c modules | bzip2 -9 omfs.tar.bz2 for example. If $TAPE is set, then tar writes to $TAPE instead of stdout (possibly corrupting the tape you had

Re: many packages FTBFS, if $TAPE is set

2007-08-28 Thread Bas Zoetekouw
Hi Harald! You wrote: I am sure you agree that this is a fatal failure in the package. It should be tar cf - modules | bzip2 -9 omfs.tar.bz2 But most people simply don't know that their rules file corrupts tapes. First thing would be to detect these packages. This could be done

Re: Bug#439824: ITP: sanduhr -- An alarm clock designed as an hourglass (formerly in Debian)

2007-08-28 Thread Adeodato Simó
* Thanasis Kinias [Mon, 27 Aug 2007 10:49:20 -0700]: This package is in stable but has been removed from testing and unstable because the upstream developer and previous maintainer have abandoned it. And has this situation changed? In the home page of the project I don't see any new release

Re: Why no Opera?

2007-08-28 Thread Steffen Moeller
On Tuesday 28 August 2007 06:46:47 Bruce Sass wrote: On Mon August 27 2007 05:33:05 pm Romain Beauxis wrote: Le Tuesday 28 August 2007 00:17:40 Bruce Sass, vous avez écrit : On Mon August 27 2007 04:05:24 pm Pierre Habouzit wrote: And it's no way we will accept the statically linked

Re: Why no Opera?

2007-08-28 Thread Bernd Zeimetz
Michael Banck wrote: On Tue, Aug 28, 2007 at 02:57:07AM +0300, Lars Wirzenius wrote: It is not free software. I had a quick peek at the license in the .deb available from Opera's website, and it would not seem that they allow other parties to distribute the software, therefore Debian cannot do

ITP: ntl -- Numbery Theory Library

2007-08-28 Thread Gürkan Sengün
Package: wnpp Severity: wishlist * Package name: ntl Version : 5.4.1 Upstream Authors : Victor Shoup [EMAIL PROTECTED] * URL : http://www.shoup.net/ntl/ * License : GNU GPL 2 Description : Numbery Theory Library This is a high-performance, portable C++

Re: Why no Opera?

2007-08-28 Thread Bernd Zeimetz
I would like and need to learn packaging some software for Debian, and something already packaged does seem like a good place to start. The question there is, can it go into Debian? you think about creating your own Debian derivative and don't know how to package software for it? That won't

Re: many packages FTBFS, if $TAPE is set

2007-08-28 Thread Bastian Blank
On Tue, Aug 28, 2007 at 09:08:12AM +0200, Harald Dunkel wrote: Many packages FTBFS (silently!) if an environment variable TAPE is set. The manpage of tar does not mention the special handling of a environment variable named TAPE. Nor does tar --help. Bastian -- Beam me up, Scotty! -- To

ITP: macaulay2 -- Software system for algebraic geometry research

2007-08-28 Thread Gürkan Sengün
Package: wnpp Severity: wishlist * Package name: macaulay2 Version : 0.9.95 Upstream Authors : Daniel R. Grayson and Michael E. Stillman * URL : http://www.math.uiuc.edu/Macaulay2/ * License : GNU GPL 2 Description : Software system for algebraic geometry

Re: many packages FTBFS, if $TAPE is set

2007-08-28 Thread ajdlinux
On 8/28/07, Bastian Blank [EMAIL PROTECTED] wrote: On Tue, Aug 28, 2007 at 09:08:12AM +0200, Harald Dunkel wrote: Many packages FTBFS (silently!) if an environment variable TAPE is set. The manpage of tar does not mention the special handling of a environment variable named TAPE. Nor does

Re: many packages FTBFS, if $TAPE is set

2007-08-28 Thread Harald Dunkel
Hi Bas, You could write 'tar cfz file.tgz files' instead of 'tar -c -f file.tgz -z files'. Seems that looking for a missing '-f' or 'f' would be pretty error-prone and much more difficult than a simple test ! -s watchdog.tar after building the package. My point is: We need some central quality

Re: many packages FTBFS, if $TAPE is set

2007-08-28 Thread Thijs Kinkhorst
On Tuesday 28 August 2007 09:36, Bas Zoetekouw wrote: You wrote: But most people simply don't know that their rules file corrupts tapes. First thing would be to detect these packages. This could be done in the autobuild procedure done on the debian hosts, e.g. by setting $TAPE to point to

Re: Why no Opera?

2007-08-28 Thread Billy Charvet
Hi, [EMAIL PROTECTED] wrote : I did not specify Opera as an example. Opera does perform much better on older hardware than Iceweasel. I agree with you, but I think Iceweasel can be alright. I use a Pentium 4 M. Using its frequency scaling, I often use 200 Mhz frequency. All the sites I

Bug#53121: Oport.unidade de trab.alho em imo.biliaria de al.to pa.drao.

2007-08-28 Thread Paulo Renato Burks
Conexão Imobiliária (creci.16820-J) Oportunidade de Emprego como Corretor(a) de Imóveis:   Com 12 anos de mercado, focada nas mais modernas tecnologias de informática e telecomunicação, está contratando Corretores(as) de Imóveis. Requisitos: máquina fotográfica digital, conhecimento de

Re: many packages FTBFS, if $TAPE is set

2007-08-28 Thread Darren Salt
I demand that Bastian Blank may or may not have written... On Tue, Aug 28, 2007 at 09:08:12AM +0200, Harald Dunkel wrote: Many packages FTBFS (silently!) if an environment variable TAPE is set. The manpage of tar does not mention the special handling of a environment variable named TAPE. Nor

Re: Why no Opera?

2007-08-28 Thread Wouter Verhelst
On Mon, Aug 27, 2007 at 03:28:55PM -0400, [EMAIL PROTECTED] wrote: Correct, I am not a Debian developer. I have considered it several times but have been put off by the amount of documentation. I have to be able to jump in and do something or I lose interest. Don't we all? This might be a

Re: Why no Opera?

2007-08-28 Thread Wouter Verhelst
On Mon, Aug 27, 2007 at 11:12:33PM -0400, [EMAIL PROTECTED] wrote: Quoting Roberto C. Sánchez [EMAIL PROTECTED]: The same exact thing could be said of Apache, MySQL, PostgreSQL, and any of a number of other packages which received tremendous testing upstream. None of them have empty pages on

Re: many packages FTBFS, if $TAPE is set

2007-08-28 Thread Michael Banck
On Tue, Aug 28, 2007 at 04:44:32PM +0100, Darren Salt wrote: Perhaps dpkg-buildpackage should unset TAPE...? Why should we work around any possibly developer misconfiguration? Or is there a valid use-case for setting $TAPE these days which makes it impossible for the developer to unset it

Re: many packages FTBFS, if $TAPE is set

2007-08-28 Thread Bastian Blank
On Tue, Aug 28, 2007 at 04:44:32PM +0100, Darren Salt wrote: I demand that Bastian Blank may or may not have written... On Tue, Aug 28, 2007 at 09:08:12AM +0200, Harald Dunkel wrote: Many packages FTBFS (silently!) if an environment variable TAPE is set. The manpage of tar does not mention

Re: Why no Opera?

2007-08-28 Thread icelinux
Quoting Wouter Verhelst [EMAIL PROTECTED]: It's painfully clear that you don't understand how Debian works. Yes, that is why I am asking these questions. Thanks to all who have responded. The documentation I have found about the different versions and process is somewhat vague. Everything

Re: Why no Opera?

2007-08-28 Thread icelinux
Quoting Bernd Zeimetz [EMAIL PROTECTED]: I would like and need to learn packaging some software for Debian, and something already packaged does seem like a good place to start. The question there is, can it go into Debian? you think about creating your own Debian derivative and don't know

Bug#439940: ITP: darcs-monitor -- Darcs add-on that sends mail about newly pushed changes

2007-08-28 Thread Antti-Juhani Kaijanaho
Package: wnpp Severity: wishlist Owner: Antti-Juhani Kaijanaho [EMAIL PROTECTED] * Package name: darcs-monitor Version : 0.3.1 Upstream Author : Antti-Juhani Kaijanaho [EMAIL PROTECTED] * URL : http://wiki.darcs.net/DarcsWiki/DarcsMonitor * License : GPL2+

Re: Why no Opera?

2007-08-28 Thread Wouter Verhelst
On Mon, Aug 27, 2007 at 03:13:59PM -0400, [EMAIL PROTECTED] wrote: You are also free to properly package it yourself and find a sponsor to upload it for you (assuming you are not already a Debian Developer yourself, which I am guessing you are not). I do not see the need to do anything other

Re: many packages FTBFS, if $TAPE is set

2007-08-28 Thread John H. Robinson, IV
Bastian Blank wrote: On Tue, Aug 28, 2007 at 04:44:32PM +0100, Darren Salt wrote: I demand that Bastian Blank may or may not have written... On Tue, Aug 28, 2007 at 09:08:12AM +0200, Harald Dunkel wrote: Many packages FTBFS (silently!) if an environment variable TAPE is set. The

Re: Why no Opera?

2007-08-28 Thread icelinux
Quoting Wouter Verhelst [EMAIL PROTECTED]: Ok, so just because it installs and works does not mean everything is correct. Not sure where the flaw is there, maybe it should be impossible to package something incorrectly ;) Thanks, can someone give me a few ideas of some things I can do

Re: proposed release goal: DEBIAN/md5sums for all packages

2007-08-28 Thread Javier Fernández-Sanguino Peña
On Mon, Aug 27, 2007 at 12:04:51PM +0200, A Mennucc wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Stefano Zacchiroli ha scritto: In an attempt to prevent drift to a well-known counter argument: DEBIAN/md5sums (used by debsums) are *not* intended as a mean to counter security

Re: many packages FTBFS, if $TAPE is set

2007-08-28 Thread Bastian Blank
On Tue, Aug 28, 2007 at 09:39:47AM -0700, John H. Robinson, IV wrote: I assume you mean to make the documentation match the behaivour. At least. Rememer it is a Tape ARchival program. | -f, --file [HOSTNAME:]F | use archive file or device F (default -, meaning stdin/stdout) The file is

Re: many packages FTBFS, if $TAPE is set

2007-08-28 Thread Matthew Woodcraft
Bastian Blank [EMAIL PROTECTED] wrote: The manpage of tar does not mention the special handling of a environment variable named TAPE. Nor does tar --help. But, unsurprisingly, the tar manual does (under the --file option). -M- -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of

Re: many packages FTBFS, if $TAPE is set

2007-08-28 Thread Riku Voipio
Many packages FTBFS (silently!) if an environment variable TAPE is set. Perhaps dpkg-buildpackage should unset TAPE...? pbuilder and other tools already do that when chrooting? Tar's $TAPE behaviour fails the principle of least suprise. Tar developers should reconsider the usability

Re: Request for set up of kudos.debian.org

2007-08-28 Thread A Mennucc
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 hi you can use $ reportbug --kudos PACKAGE a. -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.6 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFG1GB09B/tjjP8QKQRAg+9AJ9WNuYwW2QDDuZ46l9rRgwrGIZVVgCfbU0j

Re: Why no Opera?

2007-08-28 Thread Eduard Bloch
#include hallo.h * [EMAIL PROTECTED] [Mon, Aug 27 2007, 03:28:55PM]: Correct, I am not a Debian developer. I have considered it several times but have been put off by the amount of documentation. I have to be able to jump in and do something or I lose interest. Doing boring work is usually

Re: many packages FTBFS, if $TAPE is set

2007-08-28 Thread Lucas Nussbaum
On 28/08/07 at 13:49 +0200, Thijs Kinkhorst wrote: On Tuesday 28 August 2007 09:36, Bas Zoetekouw wrote: You wrote: But most people simply don't know that their rules file corrupts tapes. First thing would be to detect these packages. This could be done in the autobuild procedure done

Re: many packages FTBFS, if $TAPE is set

2007-08-28 Thread Adeodato Simó
* Riku Voipio [Tue, 28 Aug 2007 21:15:35 +0300]: That's why we tell people to use pbuilder. FWIW, debuild alone also sanitizes the environment. Cheers, -- Adeodato Simó dato at net.com.org.es Debian Developer adeodato at

Re: many packages FTBFS, if $TAPE is set

2007-08-28 Thread Russ Allbery
Adeodato Simó [EMAIL PROTECTED] writes: * Riku Voipio [Tue, 28 Aug 2007 21:15:35 +0300]: That's why we tell people to use pbuilder. FWIW, debuild alone also sanitizes the environment. I don't have any time to work on this, but it occurred to me reading this that it might be useful for QA

Re: Why no Opera?

2007-08-28 Thread icelinux
Quoting Eduard Bloch [EMAIL PROTECTED]: #include hallo.h * [EMAIL PROTECTED] [Mon, Aug 27 2007, 03:28:55PM]: Correct, I am not a Debian developer. I have considered it several times but have been put off by the amount of documentation. I have to be able to jump in and do something or I lose

Re: many packages FTBFS, if $TAPE is set

2007-08-28 Thread Michael Banck
On Tue, Aug 28, 2007 at 12:22:21PM -0700, Russ Allbery wrote: I don't have any time to work on this, but it occurred to me reading this that it might be useful for QA purposes to have a version of debuild that *unsanitizes* the environment to test robustness. An evil-debuild that sets every

Bug#439965: ITP: grubutil-win32 -- GRUB win32 utilities

2007-08-28 Thread Robert Millan
Package: wnpp Severity: wishlist Owner: Robert Millan [EMAIL PROTECTED] * Package name: grubutil-win32 Version : 1.1-18 * URL : http://download.gna.org/grubutil/ * License : GPL (v2 or later) Programming Lang: C, 386 asm Description : GRUB win32 utilities

Re: Why no Opera?

2007-08-28 Thread Pierre Habouzit
On Tue, Aug 28, 2007 at 07:24:54PM +, [EMAIL PROTECTED] wrote: You don't give a toddler a steak, you give him something he can swallow. Taking a look at all of the abandoned packages there are a lot of developers needed here. I believe a lot of people like me would assist if they could

Re: many packages FTBFS, if $TAPE is set

2007-08-28 Thread Russ Allbery
Michael Banck [EMAIL PROTECTED] writes: On Tue, Aug 28, 2007 at 12:22:21PM -0700, Russ Allbery wrote: I don't have any time to work on this, but it occurred to me reading this that it might be useful for QA purposes to have a version of debuild that *unsanitizes* the environment to test

Re: Why no Opera?

2007-08-28 Thread The Fungi
On Tue, Aug 28, 2007 at 03:24:54PM -0400, [EMAIL PROTECTED] wrote: Well, I was also being polite. The developer community is not exactly friendly to newcomers in general either. some persons are, but those people tend to have less to say then the ones who are not. Not to defend some of the

Re: many packages FTBFS, if $TAPE is set

2007-08-28 Thread Florian Weimer
* Bastian Blank: On Tue, Aug 28, 2007 at 09:39:47AM -0700, John H. Robinson, IV wrote: I assume you mean to make the documentation match the behaivour. At least. Rememer it is a Tape ARchival program. | -f, --file [HOSTNAME:]F | use archive file or device F (default -, meaning

Re: Why no Opera?

2007-08-28 Thread icelinux
Quoting Pierre Habouzit [EMAIL PROTECTED]: We like to give some directions to people that don't claim to know everything and criticize everything without thinking or worse, reading what people answer. You shoot mails faster than you read, and it's obvious reading you. Actually, I read faster

Re: many packages FTBFS, if $TAPE is set

2007-08-28 Thread Eduard Bloch
#include hallo.h * Harald Dunkel [Tue, Aug 28 2007, 01:27:22PM]: Hi Bas, You could write 'tar cfz file.tgz files' instead of 'tar -c -f file.tgz -z files'. No, because the outcome is not the same. It uses pure gzip and usually people want more gzip (or bzip2) options when using it in a pipe,

Re: Why no Opera?

2007-08-28 Thread icelinux
Quoting The Fungi [EMAIL PROTECTED]: Further, Debian embraces freedom above all else, and one of the commonly-recognized freedoms observed is the freedom to speak one's mind; thus potentially abrasive conversation becomes not only possible, but somewhat protected (if productive and on-topic, at

Re: Why no Opera?

2007-08-28 Thread Bernd Zeimetz
Opera bugs are reported much less than most other widely used browsers, and Opera is widely used. So you have access to opera's internal bugtracker, or did you just use $RANDOM to find an appropriate number? -- Bernd Zeimetz [EMAIL PROTECTED] http://bzed.de/ -- To

Re: Why no Opera?

2007-08-28 Thread Pierre Habouzit
On Tue, Aug 28, 2007 at 08:20:00PM +, [EMAIL PROTECTED] wrote: Your accusations are completely unfounded. This is a prime example of what I am referring to. Thank you. [...] I understand that one does not become a developer in a day. Please explain how you feel I have been harassing

Re: many packages FTBFS, if $TAPE is set

2007-08-28 Thread Manoj Srivastava
On Tue, 28 Aug 2007 21:15:35 +0300, Riku Voipio [EMAIL PROTECTED] said: Many packages FTBFS (silently!) if an environment variable TAPE is set. Perhaps dpkg-buildpackage should unset TAPE...? pbuilder and other tools already do that when chrooting? Tar's $TAPE behaviour fails the

Re: many packages FTBFS, if $TAPE is set

2007-08-28 Thread Harald Dunkel
Hi Eduard, Eduard Bloch wrote: verify his/her own package. But in this case a central check would be cheap and easy to implement. Almost zero effort compared to the damage done by corrupting tapes. Oh, come on. People who put $TAPE into the default environment may also link /dev/null to

Re: Why no Opera?

2007-08-28 Thread icelinux
Quoting Bernd Zeimetz [EMAIL PROTECTED]: Opera bugs are reported much less than most other widely used browsers, and Opera is widely used. So you have access to opera's internal bugtracker, or did you just use $RANDOM to find an appropriate number? I am using generally available

Re: many packages FTBFS, if $TAPE is set

2007-08-28 Thread Manoj Srivastava
On Tue, 28 Aug 2007 21:43:00 +0200, Michael Banck [EMAIL PROTECTED] said: Or we get source-only uploads rolling and always build in a controlled environment. That only helps the binary packages we distribute -- leaving our source packages full of holes masked by our sterile build

Re: Why no Opera? - recap

2007-08-28 Thread icelinux
For all of those who are still responding who have apparently not read all of the postings first, It has been pointed out and I have realized that I was in error regarding what was neccessary to include software packaged by commercial companies. This occurred about 16 hours ago so that

Re: Why no Opera?

2007-08-28 Thread Roberto C . Sánchez
On Tue, Aug 28, 2007 at 04:20:00PM -0400, [EMAIL PROTECTED] wrote: I did not say I was too lazy to read the docmentation. You may not have said it, but you appear to be demonstrating it. There is too much for a person who has no clue where to begin and it is difficult to digest without

Re: proposed release goal: DEBIAN/md5sums for all packages

2007-08-28 Thread A Mennucc
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Javier Fernández-Sanguino Peña ha scritto: On Mon, Aug 27, 2007 at 12:04:51PM +0200, A Mennucc wrote: I think I already pointed people interested in this to #268658. If ftpmasters where given the tools to implement this seamlessly then you could

Re: Why no Opera?

2007-08-28 Thread Neil Williams
On Tue, 28 Aug 2007 16:28:29 -0400 [EMAIL PROTECTED] wrote: And the best place to find this is on the debian-mentors list, where first-time package maintainers are expected. The debian-devel list I have been there before, they were not overly helpful then. The responses I received

Re: many packages FTBFS, if $TAPE is set

2007-08-28 Thread Joey Hess
Harald Dunkel wrote: Many packages FTBFS (silently!) if an environment variable TAPE is set. That happens if your rules script uses something like tar -c modules | bzip2 -9 omfs.tar.bz2 for example. If $TAPE is set, then tar writes to $TAPE instead of stdout (possibly corrupting the

Re: proposed release goal: DEBIAN/md5sums for all packages

2007-08-28 Thread Steve Langasek
On Tue, Aug 28, 2007 at 11:01:06PM +0200, A Mennucc wrote: Javier Fernández-Sanguino Peña ha scritto: On Mon, Aug 27, 2007 at 12:04:51PM +0200, A Mennucc wrote: I think I already pointed people interested in this to #268658. If ftpmasters where given the tools to implement this seamlessly

Re: many packages FTBFS, if $TAPE is set

2007-08-28 Thread Russ Allbery
Joey Hess [EMAIL PROTECTED] writes: This thread has concentrated on fixing packages, but I would appreciate a little insight into why someone might set TAPE in their environment by default. Surely if you set it by default, you must realse that you're asking any such invocation of tar to write

Re: many packages FTBFS, if $TAPE is set

2007-08-28 Thread Riku Voipio
That's why we tell people to use pbuilder. I think I disagree with the reason given for this advice. What is the end goal that we are trying to achieve? Is it to upload binary packages that build despite leaving flaws i the build process? Always building in pbuilder masks errors

Re: Request for set up of kudos.debian.org

2007-08-28 Thread martin f krafft
also sprach A Mennucc [EMAIL PROTECTED] [2007.08.28.1950 +0200]: you can use $ reportbug --kudos PACKAGE … the results of which are not publicly visible. I guess the OP wanted exactly that. -- .''`. martin f. krafft [EMAIL PROTECTED] : :' : proud Debian developer, author, administrator,

Re: many packages FTBFS, if $TAPE is set

2007-08-28 Thread Russ Allbery
Riku Voipio [EMAIL PROTECTED] writes: Why should we force 7000+ source packages clean their environment when debuild/pbuilder/sbuild etc will do that anyway? Worse, it's not even trivial to clean environment in a Makefile. In this particular case, there's no need to clean the environment.

Re: many packages FTBFS, if $TAPE is set

2007-08-28 Thread Torsten Landschoff
On Tue, Aug 28, 2007 at 06:54:23PM +0100, Matthew Woodcraft wrote: Bastian Blank [EMAIL PROTECTED] wrote: The manpage of tar does not mention the special handling of a environment variable named TAPE. Nor does tar --help. But, unsurprisingly, the tar manual does (under the --file option).

Re: many packages FTBFS, if $TAPE is set

2007-08-28 Thread Matthew Woodcraft
Joey Hess [EMAIL PROTECTED] wrote: This thread has concentrated on fixing packages, but I would appreciate a little insight into why someone might set TAPE in their environment by default. Surely if you set it by default, you must realse that you're asking any such invocation of tar to write

Re: i386 buildd upload problems with gpe-calendar

2007-08-28 Thread Luca Capello
Hello! On Sat, 25 Aug 2007 23:05:30 +0200, Steve Langasek wrote: On Sat, Aug 25, 2007 at 07:11:46PM +0100, Neil Williams wrote: I have no i386 machines capable of building packages on unstable - I build on amd64 and powerpc, uploading only from amd64. Are you not familiar with the process of

Re: many packages FTBFS, if $TAPE is set

2007-08-28 Thread Michael Banck
On Wed, Aug 29, 2007 at 12:42:32AM +0200, Torsten Landschoff wrote: On Tue, Aug 28, 2007 at 06:54:23PM +0100, Matthew Woodcraft wrote: Bastian Blank [EMAIL PROTECTED] wrote: The manpage of tar does not mention the special handling of a environment variable named TAPE. Nor does tar

Bug#439993: ITP: libapache2-mod-pubcookie -- apache2 module supporting Pubcookie authentication

2007-08-28 Thread Peter Woodman
Package: wnpp Severity: wishlist Owner: Peter Woodman [EMAIL PROTECTED] * Package name: libapache2-mod-pubcookie Version : 3.3.2d Upstream Author : Pubcookie Developers [EMAIL PROTECTED] * URL : http://www.pubcookie.org/ * License : Apache 2.0 Programming

Bug#439996: ITP: ngila -- global pairwise alignments with logarithmic and affine gap costs

2007-08-28 Thread Charles Plessy
Package: wnpp Severity: wishlist Owner: Charles Plessy [EMAIL PROTECTED] Package name: ngila Version : 1.2.1 Upstream Author : Reed A. Cartwright [EMAIL PROTECTED] or [EMAIL PROTECTED] URL : http://scit.us/projects/ngila/ License : GPL v3 or later

Re: many packages FTBFS, if $TAPE is set

2007-08-28 Thread The Fungi
On Tue, Aug 28, 2007 at 05:26:09PM -0400, Joey Hess wrote: This thread has concentrated on fixing packages, but I would appreciate a little insight into why someone might set TAPE in their environment by default. Surely if you set it by default, you must realse that you're asking any such

Accepted ivtv 1.0.2-1 (source i386 all)

2007-08-28 Thread Ian Campbell
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.7 Date: Wed, 22 Aug 2007 08:01:03 +0100 Source: ivtv Binary: ivtv-utils ivtv-source Architecture: source i386 all Version: 1.0.2-1 Distribution: unstable Urgency: low Maintainer: Debian MythTV Team [EMAIL PROTECTED] Changed-By: Ian Campbell

Accepted microcode.ctl 1.17-5 (source i386)

2007-08-28 Thread Giacomo Catenazzi
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.7 Date: Tue, 28 Aug 2007 08:44:05 +0200 Source: microcode.ctl Binary: microcode.ctl Architecture: source i386 Version: 1.17-5 Distribution: unstable Urgency: low Maintainer: Giacomo Catenazzi [EMAIL PROTECTED] Changed-By: Giacomo Catenazzi

Accepted ncurses 5.6+20070825-1 (source i386 all)

2007-08-28 Thread Daniel Baumann
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.7 Date: Tue, 28 Aug 2007 08:39:00 +0200 Source: ncurses Binary: ncurses-base lib64ncurses5 libncursesw5-dev libncursesw5-dbg ncurses-bin libncurses5 libncursesw5 libncurses5-dev ncurses-term lib32ncurses5-dev lib32ncurses5 libncurses5-dbg

Accepted nsis 2.30-1 (source i386)

2007-08-28 Thread Paul Wise
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.7 Date: Tue, 28 Aug 2007 15:22:48 +1000 Source: nsis Binary: nsis Architecture: source i386 Version: 2.30-1 Distribution: unstable Urgency: low Maintainer: Paul Wise [EMAIL PROTECTED] Changed-By: Paul Wise [EMAIL PROTECTED] Description:

Accepted yate 1.2.0-1.dfsg-3 (source i386 all)

2007-08-28 Thread Faidon Liambotis
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.7 Date: Tue, 28 Aug 2007 10:01:01 +0300 Source: yate Binary: yate-pgsql libyate1.2.0 yate-dev yate-mysql yate-alsa yate yate-doc yate-gtk2 yate-openh323 Architecture: source i386 all Version: 1.2.0-1.dfsg-3 Distribution: unstable Urgency:

Accepted hevea-doc 1.10-1 (source all)

2007-08-28 Thread Ralf Treinen
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.7 Date: Tue, 28 Aug 2007 09:50:36 +0200 Source: hevea-doc Binary: hevea-doc Architecture: source all Version: 1.10-1 Distribution: experimental Urgency: low Maintainer: Ralf Treinen [EMAIL PROTECTED] Changed-By: Ralf Treinen [EMAIL

Accepted hevea 1.10-1 (source all)

2007-08-28 Thread Ralf Treinen
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.7 Date: Mon, 27 Aug 2007 09:25:03 +0200 Source: hevea Binary: hevea Architecture: source all Version: 1.10-1 Distribution: experimental Urgency: low Maintainer: Debian OCaml Maintainers [EMAIL PROTECTED] Changed-By: Ralf Treinen [EMAIL

Accepted bzr-gtk 0.90.0-1 (source all)

2007-08-28 Thread Jelmer Vernooij
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.7 Date: Mon, 27 Aug 2007 14:55:00 +0200 Source: bzr-gtk Binary: bzr-gtk Architecture: source all Version: 0.90.0-1 Distribution: unstable Urgency: low Maintainer: Debian Bazaar Maintainers [EMAIL PROTECTED] Changed-By: Jelmer Vernooij [EMAIL

Accepted bnetd 0.4.25-7 (source i386)

2007-08-28 Thread Dennis L. Clark
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.7 Date: Tue, 28 Aug 2007 05:04:27 -0400 Source: bnetd Binary: bnetd Architecture: source i386 Version: 0.4.25-7 Distribution: unstable Urgency: low Maintainer: Dennis L. Clark [EMAIL PROTECTED] Changed-By: Dennis L. Clark [EMAIL PROTECTED]

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

2007-08-28 Thread Sergei Golovan
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.7 Date: Tue, 28 Aug 2007 12:04:34 +0400 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-4 Distribution:

Accepted decibel-audio-player 0.05.2-1 (source all)

2007-08-28 Thread Emilio Pozuelo Monfort
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.7 Date: Tue, 28 Aug 2007 02:21:05 +0200 Source: decibel-audio-player Binary: decibel-audio-player Architecture: source all Version: 0.05.2-1 Distribution: unstable Urgency: low Maintainer: Emilio Pozuelo Monfort [EMAIL PROTECTED] Changed-By:

Accepted petsc4py 0.7.5-1 (source i386)

2007-08-28 Thread Ondrej Certik
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.7 Date: Tue, 28 Aug 2007 10:27:53 +0200 Source: petsc4py Binary: python-petsc Architecture: source i386 Version: 0.7.5-1 Distribution: unstable Urgency: low Maintainer: Ondrej Certik [EMAIL PROTECTED] Changed-By: Ondrej Certik [EMAIL

Accepted qantenna 0.2.0-2 (source i386)

2007-08-28 Thread Joop Stakenborg
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.7 Date: Tue, 28 Aug 2007 12:28:28 +0200 Source: qantenna Binary: qantenna Architecture: source i386 Version: 0.2.0-2 Distribution: unstable Urgency: low Maintainer: Joop Stakenborg [EMAIL PROTECTED] Changed-By: Joop Stakenborg [EMAIL

Accepted fntsample 2.7-1 (source amd64)

2007-08-28 Thread Eugeniy Meshcheryakov
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.7 Date: Tue, 28 Aug 2007 13:40:56 +0200 Source: fntsample Binary: fntsample Architecture: source amd64 Version: 2.7-1 Distribution: unstable Urgency: low Maintainer: Eugeniy Meshcheryakov [EMAIL PROTECTED] Changed-By: Eugeniy Meshcheryakov

Accepted icedove 2.0.0.4.dfsg1-2 (source amd64)

2007-08-28 Thread Alexander Sack
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.7 Date: Mon, 27 Aug 2007 23:48:53 +0200 Source: icedove Binary: icedove-dev icedove icedove-gnome-support icedove-dbg Architecture: source amd64 Version: 2.0.0.4.dfsg1-2 Distribution: unstable Urgency: low Maintainer: Alexander Sack [EMAIL

Accepted mesa 7.0.1-2 (source i386 all)

2007-08-28 Thread Julien Cristau
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.7 Date: Tue, 28 Aug 2007 12:11:30 +0200 Source: mesa Binary: libglw1-mesa libgl1-mesa-glx libosmesa6-dev libgl1-mesa-dev libosmesa6 mesa-utils libgl1-mesa-glx-dbg libglu1-mesa-dev libgl1-mesa-dri libgl1-mesa-swx11-dbg libgl1-mesa-dri-dbg

Accepted piuparts 0.25 (source all)

2007-08-28 Thread Ana Beatriz Guerrero Lopez
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.7 Date: Tue, 28 Aug 2007 14:39:32 +0200 Source: piuparts Binary: piuparts Architecture: source all Version: 0.25 Distribution: unstable Urgency: low Maintainer: piuparts developers team [EMAIL PROTECTED] Changed-By: Ana Beatriz Guerrero

Accepted slgtk 0.5.16-4 (source i386)

2007-08-28 Thread Rafael Laboissiere
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.7 Date: Tue, 28 Aug 2007 14:12:21 +0200 Source: slgtk Binary: slang-gtk Architecture: source i386 Version: 0.5.16-4 Distribution: unstable Urgency: low Maintainer: Debian JED Group [EMAIL PROTECTED] Changed-By: Rafael Laboissiere [EMAIL

Accepted systemtap 0.0.20070825-1 (source amd64)

2007-08-28 Thread Eugeniy Meshcheryakov
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.7 Date: Tue, 28 Aug 2007 16:14:51 +0200 Source: systemtap Binary: systemtap Architecture: source amd64 Version: 0.0.20070825-1 Distribution: unstable Urgency: low Maintainer: Eugeniy Meshcheryakov [EMAIL PROTECTED] Changed-By: Eugeniy

Accepted fenix 0.92a.dfsg1-2 (source all powerpc)

2007-08-28 Thread Miriam Ruiz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.7 Date: Tue, 28 Aug 2007 15:09:20 +0200 Source: fenix Binary: fenix-dev fenix Architecture: source powerpc all Version: 0.92a.dfsg1-2 Distribution: unstable Urgency: low Maintainer: Debian Games Team [EMAIL PROTECTED] Changed-By: Miriam Ruiz

Accepted pam 0.99.7.1-3 (source all amd64 i386)

2007-08-28 Thread Steve Langasek
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.7 Date: Tue, 28 Aug 2007 06:33:33 -0700 Source: pam Binary: libpam0g-dev libpam0g libpam-modules libpam-doc libpam-runtime libpam-cracklib Architecture: source amd64 all i386 Version: 0.99.7.1-3 Distribution: unstable Urgency: low

Accepted gdc-4.1 0.24-4.1.2-15 (source i386 powerpc)

2007-08-28 Thread Matthias Klose
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.7 Date: Tue, 28 Aug 2007 02:14:43 +0200 Source: gdc-4.1 Binary: gdc-4.1 Architecture: i386 powerpc source Version: 0.24-4.1.2-15 Distribution: unstable Urgency: low Maintainer: Debian GCC Maintainers [EMAIL PROTECTED] Changed-By: Matthias

Accepted libgwenhywfar 2.6.1-1 (source all i386)

2007-08-28 Thread Micha Lenk
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.7 Date: Mon, 9 Jul 2007 00:36:48 +0200 Source: libgwenhywfar Binary: libgwenhywfar38-dev libgwenhywfar-doc libgwenhywfar-data libgwenhywfar38 Architecture: source all i386 Version: 2.6.1-1 Distribution: unstable Urgency: low Maintainer:

Accepted cl-photo 0.11-2 (source all)

2007-08-28 Thread Kevin M. Rosenberg
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.7 Date: Tue, 28 Aug 2007 08:32:39 -0600 Source: cl-photo Binary: cl-photo Architecture: source all Version: 0.11-2 Distribution: unstable Urgency: low Maintainer: Kevin M. Rosenberg [EMAIL PROTECTED] Changed-By: Kevin M. Rosenberg [EMAIL

Accepted scribes 0.3.2.8-2 (source all)

2007-08-28 Thread Emilio Pozuelo Monfort
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.7 Date: Tue, 28 Aug 2007 14:04:12 +0200 Source: scribes Binary: scribes Architecture: source all Version: 0.3.2.8-2 Distribution: unstable Urgency: low Maintainer: Emilio Pozuelo Monfort [EMAIL PROTECTED] Changed-By: Emilio Pozuelo Monfort

Accepted cl-sql 3.8.6.1-4 (source all amd64)

2007-08-28 Thread Kevin M. Rosenberg
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.7 Date: Tue, 28 Aug 2007 08:40:23 -0600 Source: cl-sql Binary: cl-sql-sqlite3 cl-sql-oracle cl-sql-aodbc cl-sql-postgresql-socket cl-sql-postgresql cl-sql-odbc cl-sql cl-sql-uffi cl-sql-tests cl-sql-sqlite cl-sql-mysql Architecture: source

Accepted qca2 2.0.0~beta7-3 (source i386)

2007-08-28 Thread Jan Niehusmann
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.7 Date: Tue, 14 Aug 2007 18:04:31 +0200 Source: qca2 Binary: libqca2-dev libqca2 Architecture: source i386 Version: 2.0.0~beta7-3 Distribution: experimental Urgency: low Maintainer: Debian Qt/KDE Maintainers [EMAIL PROTECTED] Changed-By: Jan

Accepted icedove-dispmua 1.3.2.dfsg-3 (source all)

2007-08-28 Thread Christoph Goehre
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.7 Date: Tue, 14 Aug 2007 18:27:25 +0200 Source: icedove-dispmua Binary: icedove-dispmua Architecture: source all Version: 1.3.2.dfsg-3 Distribution: unstable Urgency: low Maintainer: Christoph Goehre [EMAIL PROTECTED] Changed-By: Christoph

Accepted liblexical-persistence-perl 0.97-1 (source all)

2007-08-28 Thread Alexis Sukrieh
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.7 Date: Fri, 17 Aug 2007 22:08:59 +0200 Source: liblexical-persistence-perl Binary: liblexical-persistence-perl Architecture: source all Version: 0.97-1 Distribution: unstable Urgency: low Maintainer: Debian Perl Group [EMAIL PROTECTED]

Accepted ecj 3.3.0+0728-2 (all i386 source sparc alpha hppa)

2007-08-28 Thread Matthias Klose
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.7 Date: Sat, 25 Aug 2007 20:12:38 +0200 Source: ecj Binary: libecj-java ecj ecj1 libecj-java-gcj ecj-gcj Architecture: all alpha hppa i386 source sparc Version: 3.3.0+0728-2 Distribution: unstable Urgency: low Maintainer: Debian Java

Accepted pidgin 2.1.1-2 (source all amd64)

2007-08-28 Thread Ari Pollak
-BEGIN PGP SIGNED MESSAGE- Hash: RIPEMD160 Format: 1.7 Date: Fri, 24 Aug 2007 22:04:23 -0400 Source: pidgin Binary: libpurple-bin pidgin-dev finch-dev pidgin-data pidgin pidgin-dbg libpurple-dev finch libpurple0 Architecture: source amd64 all Version: 2.1.1-2 Distribution: unstable

Accepted vdr-plugin-xineliboutput 1.0.0~rc2-5 (source i386)

2007-08-28 Thread Tobias Grimm
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.7 Date: Sun, 12 Aug 2007 16:47:22 +0200 Source: vdr-plugin-xineliboutput Binary: vdr-plugin-xineliboutput libxine1-xvdr libxineliboutput-fbfe xineliboutput-sxfe xineliboutput-fbfe libxineliboutput-sxfe Architecture: source i386 Version:

Accepted ecj 3.3.0+0728-1 (source all hppa i386)

2007-08-28 Thread Matthias Klose
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.7 Date: Sat, 25 Aug 2007 12:35:30 +0200 Source: ecj Binary: libecj-java ecj ecj1 libecj-java-gcj ecj-gcj Architecture: all hppa i386 source Version: 3.3.0+0728-1 Distribution: unstable Urgency: medium Maintainer: Debian Java Maintainers

  1   2   >