--- nulog-2.0.dfsg.1.orig/debian/dirs
+++ nulog-2.0.dfsg.1/debian/dirs
@@ -1,3 +1,2 @@
usr/sbin
-var/run/nulog
var/lib/nulog/auth/default
--- nulog-2.0.dfsg.1.orig/debian/rules
+++ nulog-2.0.dfsg.1/debian/rules
@@ -51,7 +51,7 @@
dh_installdirs
# Add here commands to install the package into debian/nulog.
- python setup.py install --no-compile --root=$(CURDIR)/debian/nulog
+ python setup.py install --no-compile --root=$(CURDIR)/debian/nulog --prefix=/usr
# Replace default config (specific to NuFW) by generic netfilter
install -m 644 $(CURDIR)/scripts/no_users.conf $(CURDIR)/debian/nulog/var/lib/nulog/auth/default/nulog
--- nulog-2.0.dfsg.1.orig/debian/changelog
+++ nulog-2.0.dfsg.1/debian/changelog
@@ -1,3 +1,22 @@
+nulog (2.0.dfsg.1-2) unstable; urgency=low
+
+ * Update homepage location (Closes: #561452)
+ * Bump standards version to 3.8.4
+ * Fix lintian warnings.
+ * Removed build-dep on python-dev, not needed
+ * Specify install prefix to fix default install with Python 2.6
+ (Closes: #571482)
+
+ -- Pierre Chifflier <pollux@debian.org> Mon, 01 Mar 2010 12:36:30 +0100
+
+nulog (2.0.dfsg.1-1) unstable; urgency=low
+
+ * New upstream release
+ * Re-package original tarball to exclude non-free docs
+ * Add dependency on python-ipy (Closes: #461425)
+
+ -- Pierre Chifflier <pollux@debian.org> Tue, 22 Jan 2008 12:02:50 +0100
+
nulog (2.0~rc2-1) unstable; urgency=low
* New upstream release
--- nulog-2.0.dfsg.1.orig/debian/control
+++ nulog-2.0.dfsg.1/debian/control
@@ -2,12 +2,12 @@
Section: net
Priority: extra
XS-Python-Version: all
-Homepage: http://software.inl.fr/trac/wiki/EdenWall/NuLog2
+Homepage: http://software.inl.fr/trac/wiki/EdenWall/NuLog
Maintainer: Pierre Chifflier <pollux@debian.org>
Build-Depends: debhelper (>= 5),
- python-support (>= 0.4), python-dev,
+ python-support (>= 0.4),
python-docutils
-Standards-Version: 3.7.3
+Standards-Version: 3.8.4
Package: nulog
Architecture: all
@@ -18,7 +18,8 @@
python-soappy,
python-mysqldb,
python-cairo,
- python-numpy
+ python-numpy,
+ python-ipy
Suggests: ulogd, ulogd-mysql, nufw
XB-Python-Version: ${python:Versions}
Description: Graphical firewall log analysis interface
@@ -36,5 +37,5 @@
* Customizable pages (index page, etc)
* AJAX features.
* Special pages for user, ip and ports.
- * CSV export.
+ * CSV export.
--- nulog-2.0.dfsg.1.orig/debian/README.Debian
+++ nulog-2.0.dfsg.1/debian/README.Debian
@@ -104,7 +104,7 @@
# nulog
-To have debug informations, you can run it with ::
+To have debug information, you can run it with ::
# twistd -noy /usr/sbin/nulog.tac
--- nulog-2.0.dfsg.1.orig/debian/init.d
+++ nulog-2.0.dfsg.1/debian/init.d
@@ -3,8 +3,8 @@
### BEGIN INIT INFO
# Provides: nulog
-# Required-Start: $syslog
-# Required-Stop: $syslog
+# Required-Start: $syslog $remote_fs
+# Required-Stop: $syslog $remote_fs
# Should-Start: $local_fs
# Should-Stop: $local_fs
# Default-Start: 2 3 4 5
@@ -21,7 +21,7 @@
application=/usr/sbin/nulog.tac
twistd=/usr/bin/twistd
-rundir=/var/run/nulog/
+rundir=/var/run/nulog
pidfile=$rundir/nulog.pid
logfile=/var/log/nulog.log