--- /dev/null 2003-11-16 00:30:37.000000000 +0100 +++ libshisa0.dirs 2006-03-22 15:22:11.000000000 +0100 @@ -0,0 +1 @@ +/var/lib/shishi Index: control =================================================================== RCS file: /sources/shishi/shishi-debian/control,v retrieving revision 1.7 diff -u -p -r1.7 control --- control 22 Mar 2006 09:26:17 -0000 1.7 +++ control 22 Mar 2006 14:49:41 -0000 @@ -117,6 +117,7 @@ Description: Library for Shishi KDC data Package: libshisa-dev Section: libdevel Architecture: any +Depends: libshisa0 (= ${Source-Version}), libshishi-dev Description: Development files for the Shishi KDC database library Shishi is an implementation of the Kerberos 5 network authentication system. See for more information. Index: rules =================================================================== RCS file: /sources/shishi/shishi-debian/rules,v retrieving revision 1.3 diff -u -p -r1.3 rules --- rules 22 Mar 2006 10:15:57 -0000 1.3 +++ rules 22 Mar 2006 14:49:41 -0000 @@ -1,5 +1,8 @@ #!/usr/bin/make -f + DEB_DH_STRIP_ARGS := --dbg-package=shishi-dbg -DEB_CONFIGURE_LOCALSTATEDIR := /var/lib/shishi + include /usr/share/cdbs/1/rules/debhelper.mk include /usr/share/cdbs/1/class/autotools.mk + +DEB_CONFIGURE_USER_FLAGS = --with-db-dir=/var/lib/shishi