I have applied the patch provided by Andreas Henriksson, and I have
verified that it fixes this problem.

I'm therefore going to upload a fixed version of xcdroast, including this
patch.  

While making the package, lintian made me notice that the quilt
version was unspecified, while the "include" used in debian/rules only
works after version 0.40, and thus I've updated the dependency to require
(>= 0.40).

I'm attaching the full interdiff output of the NMU.  I'll be uploading
today, with no delay.

-- 
 Besitos,   {o_
     Marga. (')_
diff -u xcdroast-0.98+0alpha15/debian/control xcdroast-0.98+0alpha15/debian/control
--- xcdroast-0.98+0alpha15/debian/control
+++ xcdroast-0.98+0alpha15/debian/control
@@ -2,7 +2,7 @@
 Section: otherosfs
 Priority: extra
 Maintainer: Hector Garcia <[EMAIL PROTECTED]>
-Build-Depends: debhelper (>= 4.1.32), libgtk2.0-dev, quilt, autotools-dev, libgdk-pixbuf-dev, autoconf
+Build-Depends: debhelper (>= 4.1.32), libgtk2.0-dev, quilt (>= 0.40), autotools-dev, libgdk-pixbuf-dev, autoconf
 Standards-Version: 3.7.2
 
 Package: xcdroast
diff -u xcdroast-0.98+0alpha15/debian/patches/series xcdroast-0.98+0alpha15/debian/patches/series
--- xcdroast-0.98+0alpha15/debian/patches/series
+++ xcdroast-0.98+0alpha15/debian/patches/series
@@ -13,0 +14 @@
+15_no_readcd_version.patch 
diff -u xcdroast-0.98+0alpha15/debian/changelog xcdroast-0.98+0alpha15/debian/changelog
--- xcdroast-0.98+0alpha15/debian/changelog
+++ xcdroast-0.98+0alpha15/debian/changelog
@@ -1,3 +1,13 @@
+xcdroast (0.98+0alpha15-11.1) unstable; urgency=low
+
+  * Non-maintainer upload to fix version checking problem with readcd.
+  * Added debian/patches/15_no_readcd_version.patch provided by
+    Andreas Henriksson. (Closes: #406331, #406065)
+  * Added >= 0.40 for the quilt dependency. It's needed to be able to
+    include /usr/share/quilt/quilt.make in debian/rules.
+
+ -- Margarita Manterola <[EMAIL PROTECTED]>  Fri, 26 Jan 2007 17:06:51 -0300
+
 xcdroast (0.98+0alpha15-11) unstable; urgency=low
 
   * Updated 13_cdrecord_to_wodim.patch to adapt to latest changes on wodim.
only in patch2:
unchanged:
--- xcdroast-0.98+0alpha15.orig/debian/patches/15_no_readcd_version.patch
+++ xcdroast-0.98+0alpha15/debian/patches/15_no_readcd_version.patch
@@ -0,0 +1,22 @@
+diff -urip xcdroast-0.98+0alpha15/src/io.c xcdroast-0.98+0alpha15-fixed/src/io.c
+--- xcdroast-0.98+0alpha15/src/io.c	2003-10-26 15:24:48.000000000 +0100
++++ xcdroast-0.98+0alpha15-fixed/src/io.c	2007-01-17 23:04:29.000000000 +0100
+@@ -10143,6 +10143,10 @@ gchar *p;
+                 g_error("popen error\n");
+         }
+ 
++	/* all versions of readom is good enough! */
++	return 0;
++	
++#if 0
+ 	strcpy(line,"");
+         for (;;) {
+                 if (fgets(line,MAXLINE,fpin) == NULL) 
+@@ -10185,6 +10189,7 @@ gchar *p;
+ 		strcpy(found,ver);
+ 		return 1;
+ 	}
++#endif
+ }
+ 
+ 

Reply via email to