Hi,

On Wed, Mar 22, 2006 at 11:45:59AM +0100, Simon Josefsson wrote:
[...]
> They pass linda/lintian tests (the errors below are problems in
> linda/lintian).
> 
> Can anyone spot any problems with these?  (Other than the open issues
> in my last e-mail)

lists.gnu.org seems a bit broken. Neither gmane nor I got
the mail "Debian package issues". And I tried to ask it to
send a password reminder to me, without success until now.


> They seem to install and work on another Debian box I have.

seem...

patch comments:

- Use
        DEB_CONFIGURE_USER_FLAGS = --with-db-dir=/var/lib/shishi
  instead of
        DEB_CONFIGURE_LOCALSTATEDIR := /var/lib/shishi

- Create /var/lib/shishi

- Better dependencies for libshisa-dev


(the last point was already in my prevous patch)


    Elrond
--- /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 <http://josefsson.org/shishi/> 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
_______________________________________________
Help-shishi mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/help-shishi

Reply via email to