CVS commit by cramblitt: CVS_SILENT
M +5 -3 TODO 1.2 M +1 -2 rules 1.3 --- kdenonbeta/kttsd/debian/TODO #1.1:1.2 @@ -5,7 +5,9 @@ should I just remove that from the control file? (It was put there by dh_make.) -* Despite having moved libkttsd and libktts from kttsd.install to kttsd-dev.install, - debuild still includes them in the package, and the kttsd-dev and kttsd-appplugins - packages are essentially empty. ?? +* How do I do the library symlinks, i.e., + debian/tmp/usr/lib/libkttsd.so.1 -> libkttsd.so.1.0.0 + debian/tmp/usr/lib/libkttsd.so -> libkttsd.so.1.0.0 + debian/tmp/usr/share/doc/HTML/en/kttsd-0.2.0-apidocs/common -> ../../../kde/HTML/en/common + * lintian is reporting the following: W: kttsd source: native-package-with-dash-version --- kdenonbeta/kttsd/debian/rules #1.2:1.3 @@ -73,6 +73,5 @@ # run configure with build tree $(objdir) cd $(objdir) && \ - ../configure $(configkde) - # ../configure $(configkde) --enable-final + ../configure $(configkde) --enable-final touch configure-stamp