Package: francine
Version: 0.99.8orig-6
Severity: normal

Please apply the following patch to build against slang2.
It would be appreciated if this could be done quickly, as to have slang2
in etch in time for the debian-installer test release of etch in July.

Regards
Alastair McKinstry

diff -urN francine-0.99.8orig-old/debian/changelog francine-0.99.8orig/debian/changelog
--- francine-0.99.8orig-old/debian/changelog	2003-06-02 06:26:04.000000000 +0000
+++ francine-0.99.8orig/debian/changelog	2005-06-21 09:16:11.905039168 +0000
@@ -1,3 +1,9 @@
+francine (0.99.8orig-6) unstable; urgency=low
+
+  * Build against libslang2. 
+
+ -- Alastair McKinstry <[EMAIL PROTECTED]>  Tue, 21 Jun 2005 09:15:52 +0000
+
 francine (0.99.8orig-5) unstable; urgency=low
 
   * Changed c to int instead of char in after_login.c, thanks to Gerhard Tonn
diff -urN francine-0.99.8orig-old/debian/control francine-0.99.8orig/debian/control
--- francine-0.99.8orig-old/debian/control	2003-06-02 06:25:33.000000000 +0000
+++ francine-0.99.8orig/debian/control	2005-06-21 09:15:48.349620136 +0000
@@ -2,7 +2,7 @@
 Section: admin
 Priority: optional
 Maintainer: Gerfried Fuchs <[EMAIL PROTECTED]>
-Build-Depends: debhelper, libpam0g-dev, slang1-dev
+Build-Depends: debhelper, libpam0g-dev, libslang2-dev
 Standards-Version: 3.5.10
 
 Package: francine
diff -urN francine-0.99.8orig-old/src/conf.c francine-0.99.8orig/src/conf.c
--- francine-0.99.8orig-old/src/conf.c	2001-04-22 13:46:22.000000000 +0000
+++ francine-0.99.8orig/src/conf.c	2005-06-21 09:19:29.080064008 +0000
@@ -102,7 +102,7 @@
   if (SLang_load_file("/etc/francine.sl") == -1)
     {
       SLang_restart(1);
-      SLang_Error = 0;
+      SLang_set_error(0);
       printf("Error while interpreting /etc/francine.sl. Please fix this.\n");
       sleep(10);
     }

Reply via email to