Package: conduit Version: 0.3.4-1 Severity: major Tags: patch Usertags: origin-ubuntu hardy
Hi, First of all, many thanks for having packaged this new upstream version. While merging it for Ubuntu, we have noted that it fails to build in a pbuilder; we attach to this email a build log using a sid pbuilder. Furthermore, scrollkeepers docs and icons included with this release are not registered by your package. We have corrected this in Ubuntu (see attached patch) but perhaps you want to consider these changes too? Many thanks, Cesare
conduit.log.gz
Description: GNU Zip compressed data
diff -u conduit-0.3.4/debian/rules conduit-0.3.4/debian/rules
--- conduit-0.3.4/debian/rules
+++ conduit-0.3.4/debian/rules
@@ -12,7 +12,8 @@
dh_testdir
./configure $(confflags) --enable-maintainer-mode \
- --prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info
+ --prefix=/usr --mandir=\$${prefix}/share/man \
+ --infodir=\$${prefix}/share/info --disable-scrollkeeper
touch $@
@@ -51,6 +52,8 @@
dh_install --sourcedir=debian/tmp
dh_installchangelogs -i NEWS
dh_installdocs -i
+ dh_scrollkeeper -i
+ dh_icons -i
dh_compress -i
dh_fixperms -i
dh_pysupport -i /usr/lib/conduit/dataproviders
diff -u conduit-0.3.4/debian/control conduit-0.3.4/debian/control
--- conduit-0.3.4/debian/control
+++ conduit-0.3.4/debian/control
@@ -2,13 +2,13 @@
Section: devel
Priority: optional
Maintainer: Jose Carlos Garcia Sogo <[EMAIL PROTECTED]>
-Build-Depends: debhelper (>= 5), python-support (>= 0.5.3), python-all-dev, dpatch, python-vobject, libdbus-1-dev, python-pygoocanvas, python-gtk2-dev, intltool
+Build-Depends: debhelper (>= 5), python-support (>= 0.5.3), python-all-dev, dpatch, python-vobject, libdbus-1-dev, python-pygoocanvas, python-gtk2-dev, intltool, gnome-doc-utils
Standards-Version: 3.7.3
Vcs-Svn: svn://git.debian.org/users/jose/conduit.git
Package: conduit
Architecture: all
-Depends: ${shlibs:Depends}, ${python:Depends}, ${misc:Depends}, python-gtk2, python-pygoocanvas, python-dbus, python-xml, python-vobject, python-libgmail, python-evolution, python-pysqlite2
+Depends: ${shlibs:Depends}, ${python:Depends}, ${misc:Depends}, python-gtk2, python-pygoocanvas, python-dbus, python-xml, python-vobject, python-libgmail, python-evolution, python-pysqlite2, scrollkeeper
Provides: ${python:Provides}
Description: synchronization tool for GNOME
A syncronization tool for GNOME which allows the user to take their

