Bug#992455: canna: use mktemp instead of tempfile in postinst

2021-08-18 Thread Clint Adams
Package: canna Version: 3.7p3-16 tempfile was deprecated and mktemp is better anyway

Bug#961356: src:dnprogs: use mktemp instead of tempfile

2020-05-23 Thread Clint Adams
Package: src:dnprogs Version: 2.65 Severity: normal Tags: patch tempfile has been deprecated for years and mktemp is guaranteed to exist on a Debian system. diff --git a/scripts/setup.sh b/scripts/setup.sh index a0a162f..b4be03e 100644 --- a/scripts/setup.sh +++ b/scripts/setup.sh @@ -3,13 +3,7

Re: Bug#926485: RM: ytalk -- RoQA; Package is orphaned since > 1500 days, latest upstream release is from 2005, Popcon is < 250

2019-04-08 Thread Clint Adams
On Sat, Apr 06, 2019 at 12:59:15AM +0200, Stefan Schörghofer wrote: > Please remove the package ytalk due to following reasons: > - Package is orphaned since > 1500 days > - lates upstream release is from 2005 > - Popcon is < 250 How are these good reasons?

Re: Kanban / Scrumboard view of BTS activity?

2018-01-30 Thread Clint Adams
On Tue, Jan 30, 2018 at 01:29:14PM +0100, Matthieu Caneill wrote: > Have you considered using a web interface instead of a desktop > application? There might be pros and cons but worth looking into it > IMO. I'd like to see a Kanban webapp that's not in PHP.

Bug#837208: python-ofxclient: chokes on %{secured}

2016-09-09 Thread Clint Adams
Package: python-ofxclient Version: 2.0.2-1 Severity: serious Control: forwarded -1 https://github.com/captin411/ofxclient/issues/28 Traceback (most recent call last): File "/usr/bin/ofxclient", line 9, in load_entry_point('ofxclient==2.0.2', 'console_scripts', 'ofxclient')() File

Bug#837205: python-ofxclient: beautifulsoup warning

2016-09-09 Thread Clint Adams
Package: python-ofxclient Version: 2.0.2-1 /usr/lib/python2.7/dist-packages/bs4/__init__.py:181: UserWarning: No parser was explicitly specified, so I'm using the best available HTML parser for this system ("lxml"). This usually isn't a problem, but if you run this code on another system, or

Re: Bug#668051: RM: aafigure -- RoQA; orphaned, unused

2012-04-13 Thread Clint Adams
On Fri, Apr 13, 2012 at 08:08:13PM +0200, Jakub Wilk wrote: Thanks. This will teach me to never orphan packages, but pretend that I'm maintaining them instead. I hate learning that lesson. -- To UNSUBSCRIBE, email to debian-qa-requ...@lists.debian.org with a subject of unsubscribe. Trouble?

Bug#649292: fpcalc

2012-01-09 Thread Clint Adams
Just for the record, the libchromaprint0 package is absolutely the wrong place for a binary. -- To UNSUBSCRIBE, email to debian-qa-packages-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org Archive:

Bug#627350: python-django-authority and python-camelot: error when trying to install together

2011-07-20 Thread Clint Adams
On Thu, Jul 21, 2011 at 12:15:56AM +0200, Jakub Wilk wrote: Processing triggers for man-db ... Errors were encountered while processing: /var/cache/apt/archives/python-django-authority_0.4-1_all.deb E: Sub-process /usr/bin/dpkg returned an error code (1) I don't think it's appropriate for

Re: Orphaned packages that were not part of etch

2008-07-22 Thread Clint Adams
On Wed, Jul 23, 2008 at 01:21:19AM +0200, Frank Lichtenheld wrote: So you think the Debian QA group, consisting of at most a dozen people who do QA uploads, maintaining over 500 packages, will take better care of it? The commitment for maintaining a package should be greater than will do a

Re: Orphaned packages that were not part of etch

2008-07-22 Thread Clint Adams
On Wed, Jul 23, 2008 at 03:37:46AM +0200, Frank Lichtenheld wrote: That is indeed a true statement, but I'm unsure what point you're trying to make in the context of this discussion. Care to elaborate? Sure. The point I am trying to make is that encouraging someone to adopt a package when

Re: List of packages which should probably be Architecture: all

2008-01-02 Thread Clint Adams
On Wed, Jan 02, 2008 at 01:17:24PM -0600, Raphael Geissert wrote: Clint Adams [EMAIL PROTECTED] db (U) zsh My first suggestion is to list binary packages instead of source. Then I could say that db4.6-doc is already arch:all and that zsh-static is a false positive. -- To UNSUBSCRIBE

Bug#427275: camstream

2007-07-02 Thread Clint Adams
The current upstream version does not appear to include linux/linkage.h. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Bug#431319: uscan in dehs broken?

2007-07-01 Thread Clint Adams
On Sun, Jul 01, 2007 at 06:50:33PM +0200, Nico Golde wrote: It is definetly not blacklisted anymore I talked about that with a berlios admin. How often is dehs updating its data? Is this maybe connected to #431265? Last I heard, it was getting stuck on

Bug#388494: tla

2006-10-14 Thread Clint Adams
tla works fine for me on sparc -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Bug#385939: --quiet for subcommands replay, commit, add

2006-09-03 Thread Clint Adams
Package: tla Version: 1.3.5+dfsg-4 Severity: wishlist Please add --quiet for replay, commit, add, and anything else that would be useful to run from scripts. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Bug#384901: bus error on commit

2006-09-02 Thread Clint Adams
Could you try with the current unstable (-4) version? Seems happier. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Bug#384901: bus error on commit

2006-08-27 Thread Clint Adams
Package: tla Version: 1.3.5+dfsg-3 Severity: important On sparc, % tla commit * no log found, creating one automatically * (Use tla make-log to create a log file.) M changelog [1]1920 bus error tla commit -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe.

Bug#355016: extra colons in manpages

2006-03-02 Thread Clint Adams
Package: libcorba-orbit-perl Severity: normal SYNOPSIS use CORBA:::ORBit idl = [ ’Account.idl’ ]; should be use CORBA::ORBit idl = [ 'Account.idl' ]; diff -ur libcorba-orbit-perl-0.4.7.orig/ORBit/Fixed.pm libcorba-orbit-perl-0.4.7/ORBit/Fixed.pm ---

Re: Autor of moria changes to GPL (was: Let's remove moria)

2005-02-17 Thread Clint Adams
Perhaps Clint Adams [EMAIL PROTECTED] is interested in taking moria, because he asks for relicensing first? Sorry, Clint, if not. No, I am not interested in maintaining moria or any of the angbands. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact

Re: old ITP's

2002-08-26 Thread Clint Adams
#87667 gstreamerfiled: 546, changed 546 As an example, this package was uploaded to experimental on friday, and has been packaged upstream for about a year. It was last changed 62 days ago. Why experimental?

Re: Bug#120302: Premature removal of yodl Debian package

2001-11-22 Thread Clint Adams
Steve Kowalik had fixed the release-critical issues with yodl itself before the package was removed. I'm happy to resurrect yodl, fix the rest of its bugs, and maintain it until such time as nothing else in Debian build-depends on it. (I'm the groff maintainer, so another documentation

set6x86 takeover

2001-05-25 Thread Clint Adams
Looks like the NM gauntlet has finally been run. Congratulations. Can we expect a fixed set6x86 deb anytime soon?

Bug#37805: mozilla: new upstream version

1999-05-16 Thread Clint Adams
Package: mozilla Version: 19981008-0.1 M5 is out. -- System Information Debian Release: potato Kernel Version: Linux betrayer 2.2.5 #2 Sat Apr 10 21:10:48 EDT 1999 i586 unknown Versions of the packages mozilla depends on: ii lesstifg0.88.1-2 OSF/Motif implementation released