Hi!
I've attached a debdiff with the patch for this issue. It needs to be sponsored.
Thanks
--
Marco Rodrigues
http://Marco.Tondela.org
diff -u linesrv-2.1.21/debian/rules linesrv-2.1.21/debian/rules
--- linesrv-2.1.21/debian/rules
+++ linesrv-2.1.21/debian/rules
@@ -5,9 +5,6 @@
# Uncomment this to turn on verbose mode.
export DH_VERBOSE=1
-# This is the debhelper compatability version to use.
-export DH_COMPAT=4
-
COMMON_OPTIONS=--prefix=/usr --mandir=\$${prefix}/share/man
--infodir=\$${prefix}/share/info
LINESRV_DIR=$(CURDIR)/debian/linesrv
diff -u linesrv-2.1.21/debian/changelog linesrv-2.1.21/debian/changelog
--- linesrv-2.1.21/debian/changelog
+++ linesrv-2.1.21/debian/changelog
@@ -1,3 +1,14 @@
+linesrv (2.1.21-4.3) unstable; urgency=low
+
+ * Non-maintainer upload.
+ * debian/control:
+ + Add apache2 to Depends (Closes: #457850).
+ * debian/rules:
+ + Remove DH_COMPAT.
+ * Add compat file.
+
+ -- Marco Rodrigues <[EMAIL PROTECTED]> Mon, 28 Jan 2008 00:17:23 +0000
+
linesrv (2.1.21-4.2) unstable; urgency=low
* Non-maintainer upload.
diff -u linesrv-2.1.21/debian/control linesrv-2.1.21/debian/control
--- linesrv-2.1.21/debian/control
+++ linesrv-2.1.21/debian/control
@@ -10,7 +10,7 @@
Pre-Depends: debconf (>= 0.2.17) | debconf-2.0
Depends: ${shlibs:Depends}, adduser
Recommends: ppp | isdnutils
-Suggests: pppconfig | wvdial, apache
+Suggests: pppconfig | wvdial, apache2 | apache
Conflicts: linesrv-mysql
Description: A server to remotely control the internet connection
LineControl runs a server application on a masquerading - server (Linux).
@@ -29,7 +29,7 @@
Pre-Depends: debconf (>= 0.2.17) | debconf-2.0
Depends: ${shlibs:Depends}, adduser, mysql-client
Recommends: ppp | isdnutils
-Suggests: pppconfig | wvdial, apache
+Suggests: pppconfig | wvdial, apache2 | apache
Conflicts: linesrv
Description: A server to remotely control the internet connection
LineControl runs a server application on a masquerading - server (Linux).
only in patch2:
unchanged:
--- linesrv-2.1.21.orig/debian/compat
+++ linesrv-2.1.21/debian/compat
@@ -0,0 +1 @@
+4