Comment 6 for bug 15347

Revision history for this message
In , Frank Lichtenheld (djpig) wrote : NMU

I will NMU these bugs during the current BSP with the following patch:
diff -Naur ots-0.4.2+cvs.2004.02.20.bak/debian/changelog ots-0.4.2+cvs.2004.02.20/debian/changelog
--- ots-0.4.2+cvs.2004.02.20.bak/debian/changelog 2005-10-29 01:50:24.000000000 +0200
+++ ots-0.4.2+cvs.2004.02.20/debian/changelog 2005-10-29 01:59:18.000000000 +0200
@@ -1,3 +1,12 @@
+ots (0.4.2+cvs.2004.02.20-1.1) unstable; urgency=medium
+
+ * Non-maintainer upload.
+ * Fix FTBFS with gcc-4.0 (Closes: #287886)
+ * Configure with --disable-gtk-doc since it in fact doesn't build
+ with gtk-doc-tools (Closes: #336046)
+
+ -- Frank Lichtenheld <email address hidden> Sat, 29 Oct 2005 01:50:41 +0200
+
 ots (0.4.2+cvs.2004.02.20-1) unstable; urgency=low

   * New upstream release (CVS snapshot).
diff -Naur ots-0.4.2+cvs.2004.02.20.bak/debian/rules ots-0.4.2+cvs.2004.02.20/debian/rules
--- ots-0.4.2+cvs.2004.02.20.bak/debian/rules 2005-10-29 01:50:24.000000000 +0200
+++ ots-0.4.2+cvs.2004.02.20/debian/rules 2005-10-29 01:55:21.000000000 +0200
@@ -35,7 +35,10 @@
 config.status: configure
  dh_testdir
  # Add here commands to configure the package.
- ./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info
+ ./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) \
+ --prefix=/usr --mandir=\$${prefix}/share/man \
+ --infodir=\$${prefix}/share/info \
+ --disable-gtk-doc

 build: build-stamp
diff -Naur ots-0.4.2+cvs.2004.02.20.bak/src/article.c ots-0.4.2+cvs.2004.02.20/src/article.c
--- ots-0.4.2+cvs.2004.02.20.bak/src/article.c 2004-02-06 04:41:43.000000000 +0100
+++ ots-0.4.2+cvs.2004.02.20/src/article.c 2005-10-29 01:52:09.000000000 +0200
@@ -35,7 +35,7 @@
 ots_new_sentence (void)
 {
   OtsSentence *aLine = g_new0 (OtsSentence, 1);
- (GList *) aLine->words = NULL;
+ aLine->words = NULL;
   aLine->wc = 0;
   aLine->selected = 0;
   aLine->score = 0;

Gruesse,
--
Frank Lichtenheld <email address hidden>
www: http://www.djpig.de/