Bug#496380: patch review

2008-09-10 Thread Sebastien Delafond
cdrw-taper depends on the obsoleted mkisofs and cdrecrod, and that constitutes a lintian error, preventing my from NMUing it. I changed it to use genisoimage and wodim instead. Cheers, --Seb On Wed, Sep 10, 2008 at 09:10:27AM -0700, Sebastien Delafond wrote: > On Wed, Sep 10, 2008 at 10

Bug#497743: patch review

2008-09-10 Thread Sebastien Delafond
+ * Use File:Temp to generate a temporary file (Closes: #496380). + * Use either . or /usr/share/cdrw-taper to find taperlib.pm +(Closes: #497743). + + -- Sebastien Delafond <[EMAIL PROTECTED]> Wed, 03 Sep 2008 16:32:21 -0700 + cdrw-taper (0.4-2) unstable; urgency=low * QA upload.

Bug#496380: patch review

2008-09-05 Thread Sebastien Delafond
+cdrw-taper (0.4-2.1) unstable; urgency=low + + * Non-maintainer upload. + * Use File:Temp to generate a temporary file (Closes: #496380). + * Use either . or /usr/share/cdrw-taper to find taperlib.pm +(Closes: #497743). + + -- Sebastien Delafond <[EMAIL PROTECTED]> Wed, 03 Sep 2008 16

Bug#496380: Patch

2008-09-04 Thread Sebastien Delafond
tag 496380 + patch tag 497743 + patch thanks The attached debdiff fixes both #497743 and #496380. I will NMU it on Friday 9/5 unless someone sees a problem with that patch. Cheers, --Seb -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL P

Bug#497743: cdrw-taper: amlabel-cdrw can't locate taperlib.pm

2008-09-03 Thread Sebastien Delafond
Package: cdrw-taper Version: 0.4-2.1 Severity: normal Trying to run amlabel-cdrw: ~ # amlabel-cdrw blah foo Can't locate taperlib.pm in @INC (@INC contains: /etc/perl /usr/local/lib/perl/5.10.0 /usr/local/share/perl/5.10.0 /usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.10 /usr/share/perl/5

Bug#286017: Patch correction

2005-01-19 Thread Sebastien Delafond
Hrm, of course the patch should be: --- old/httplink.py 2004-05-31 11:52:43.0 -0700 +++ new/httplink.py 2005-01-18 17:52:24.0 -0800 @@ -60,11 +60,7 @@ (username, passwd, realhost, port) = parse_host(host) -h = httplib.HTTP() -if port: - h.connect(realhost,

Bug#286017: [patch] webcheck: Nonfunctional with python 2.3.4

2005-01-18 Thread Sebastien Delafond
tag 286017 + patch thx I tested with both python2.2 and python2.3, and I believe the following patch fixes this problem: --- old/httplink.py 2004-05-31 11:52:43.0 -0700 +++ new/httplink.py 2005-01-18 17:52:24.0 -0800 @@ -60,11 +60,7 @@ (username, passwd, realhost, p