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
+ * 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.
+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
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
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
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,
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
7 matches
Mail list logo