Hi José Carlos, I've prepared an NMU for this bug, which I will be uploading to unstable shortly. The final diff is attached.
In addition to the build failure, lintian showed that your package was still creating /usr/doc symlinks in the postinst, which you shouldn't be doing at this point; so I've corrected this as well. Thanks, -- Steve Langasek Give me a lever long enough and a Free OS Debian Developer to set it on, and I can move the world. [EMAIL PROTECTED] http://www.debian.org/
diff -u gtoaster-0.2002083100+1.0Beta6/debian/changelog
gtoaster-0.2002083100+1.0Beta6/debian/changelog
--- gtoaster-0.2002083100+1.0Beta6/debian/changelog
+++ gtoaster-0.2002083100+1.0Beta6/debian/changelog
@@ -1,3 +1,15 @@
+gtoaster (0.2002083100+1.0Beta6-2.2) unstable; urgency=high
+
+ * Non-maintainer upload.
+ * High-urgency upload for RC bugfix.
+ * Drop spurious build-dependency on obsolete xlibs-dev package.
+ Closes: #346746.
+ * Build-Conflict with automaken, since otherwise configure will blow up
+ due to requiring an absent GNOME_INIT macro
+ * Drop /usr/doc symlink from the postinst, no longer needed (or permitted).
+
+ -- Steve Langasek <[EMAIL PROTECTED]> Fri, 20 Jan 2006 08:41:45 -0800
+
gtoaster (0.2002083100+1.0Beta6-2.1) unstable; urgency=low
* Non-maintainer upload.
diff -u gtoaster-0.2002083100+1.0Beta6/debian/control
gtoaster-0.2002083100+1.0Beta6/debian/control
--- gtoaster-0.2002083100+1.0Beta6/debian/control
+++ gtoaster-0.2002083100+1.0Beta6/debian/control
@@ -3,7 +3,8 @@
Priority: extra
Maintainer: Jose Carlos Garcia Sogo <[EMAIL PROTECTED]>
Standards-Version: 3.5.7
-Build-Depends: libgtk1.2-dev, libgnome-dev, libdb3-dev, xlibs-dev,
liborbit-dev, libtool, gettext, autotools-dev
+Build-Depends: libgtk1.2-dev, libgnome-dev, libdb3-dev, liborbit-dev, libtool,
gettext, autotools-dev
+Build-Conflicts: automaken
Package: gtoaster
Architecture: any
diff -u gtoaster-0.2002083100+1.0Beta6/debian/postinst
gtoaster-0.2002083100+1.0Beta6/debian/postinst
--- gtoaster-0.2002083100+1.0Beta6/debian/postinst
+++ gtoaster-0.2002083100+1.0Beta6/debian/postinst
@@ -6,10 +6,6 @@
exit 0
fi
-if [ -d /usr/doc -a ! -e /usr/doc/$pkg -a -d /usr/share/doc/$pkg ] ; then
- ln -s ../share/doc/$pkg /usr/doc/$pkg
-fi
-
#if command -v install-docs >/dev/null 2>&1; then
# install-docs -i /usr/share/doc-base/gtoaster
#fi
signature.asc
Description: Digital signature

