From:
[email protected]
Sorry, my last patch was incorrect because I forgot to replace
'libgnutls7-dev' by 'libgnutls11-dev' in the 'Depends:' line
for the 'libggz-dev' package. Attached is a corrected patch.
Regards
Andreas Jochens
diff -urN ../tmp-orig/libggz-0.0.7/debian/control ./debian/control
--- ../tmp-orig/libggz-0.0.7/debian/control 2004-08-16 20:16:16.782591577 +0200
+++ ./debian/control 2004-08-16 20:15:52.671257057 +0200
@@ -3,7 +3,7 @@
Priority: optional
Maintainer: Stephen Zander <
[email protected]>
Standards-Version: 3.6.1
-Build-Depends: autotools-dev, debhelper (>> 4.1), libgnutls7-dev +Build-Depends: autotools-dev, debhelper (>> 4.1), libgnutls11-dev
Package: libggz1
Architecture: any
@@ -19,7 +19,7 @@
Package: libggz-dev
Architecture: any
Section: libdevel
-Depends: libggz1 (= ${Source-Version}), libgnutls7-dev
+Depends: libggz1 (= ${Source-Version}), libgnutls11-dev
Description: GGZ Gaming Zone: common utilities library - development files
GGZ Gaming Zone is a multiuser networked gaming environment. This
package provides the header files and static libraries for the base
diff -urN ../tmp-orig/libggz-0.0.7/src/security/hashfunc.c ./src/security/hashfunc.c
--- ../tmp-orig/libggz-0.0.7/src/security/hashfunc.c 2003-05-10 01:04:19.000000000 +0200
+++