--- prelude-notify-0.9.1.orig/debian/dirs
+++ prelude-notify-0.9.1/debian/dirs
@@ -0,0 +1,2 @@
+usr/bin
+usr/share/prelude-notify
--- prelude-notify-0.9.1.orig/debian/rules
+++ prelude-notify-0.9.1/debian/rules
@@ -0,0 +1,53 @@
+#!/usr/bin/make -f
+# -*- makefile -*-
+build:
+
+build-stamp: config.status
+ dh_testdir
+ touch $@
+
+clean:
+ dh_testdir
+ dh_testroot
+ rm -f build-stamp
+
+ find $(CURDIR) -name "*.pyc" -delete
+ rm -rf build
+
+ dh_clean
+
+install: build
+ dh_testdir
+ dh_testroot
+ dh_clean -k
+ dh_installdirs
+
+ python setup.py install --root=$(CURDIR)/debian/tmp --prefix=/usr --install-data=/usr
+ dh_install --list-missing --sourcedir=debian/tmp
+
+
+# Build architecture-dependent files here.
+binary-arch: build install
+# We have nothing to do by default.
+
+# Build architecture-independent files here.
+binary-indep: build install
+ dh_testdir
+ dh_testroot
+ dh_installchangelogs ChangeLog
+ dh_installexamples prelude-notifyrc
+ dh_installdocs
+ dh_pysupport
+ dh_installinit
+ dh_installman
+ dh_link
+ dh_strip
+ dh_compress
+ dh_fixperms
+ dh_installdeb
+ dh_gencontrol
+ dh_md5sums
+ dh_builddeb
+
+binary: binary-indep binary-arch
+.PHONY: build clean binary-indep binary-arch binary install
--- prelude-notify-0.9.1.orig/debian/docs
+++ prelude-notify-0.9.1/debian/docs
@@ -0,0 +1,2 @@
+README
+AUTHORS
--- prelude-notify-0.9.1.orig/debian/compat
+++ prelude-notify-0.9.1/debian/compat
@@ -0,0 +1 @@
+5
--- prelude-notify-0.9.1.orig/debian/prelude-notify.install
+++ prelude-notify-0.9.1/debian/prelude-notify.install
@@ -0,0 +1,4 @@
+usr/bin
+usr/lib/python*
+usr/share
+etc/
--- prelude-notify-0.9.1.orig/debian/copyright
+++ prelude-notify-0.9.1/debian/copyright
@@ -0,0 +1,36 @@
+This package was debianized by DE DOMMELIN Alexandre <adedommelin@tuxz.net> on
+Sun, 07 Feb 2010 12:35:46 +0100.
+
+It was downloaded from the following git repository : git://git.prelude-ids.com/prelude-notify.git
+
+Upstream Author: Sebastien Tricaud <toady@inl.fr>, Alexandre De Dommelin <adedommelin@tuxz.net>
+
+Copyright (C) 2010 PreludeIDS Technologies.
+
+License:
+
+ This package is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation; version 2 dated June, 1991.
+
+ This package is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
+
+ You should have received a copy of the GNU General Public License
+ along with this package; if not, write to the Free Software
+ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA·
+ 02110-1301, USA.·
+
+On Debian GNU/Linux systems, the complete text of the GNU General
+Public License can be found in `/usr/share/common-licenses/GPL-2' and
+in `/usr/share/common-licenses/GPL-3'
+
+The Debian packaging is (C) 2008, DE DOMMELIN Alexandre <adedommelin@tuxz.net> and
+is licensed under the GPL, see `/usr/share/common-licenses/GPL-2'.
+
+
+
+Other copyright - licence :
+PreludeNotify/sleepy.py : (C) Yann Le Boulanger <asterix@lagaule.org>, Vincent Hanquez <tab@snarc.org>, Nikos Kouremenos <kourem@gmail.com>
--- prelude-notify-0.9.1.orig/debian/changelog
+++ prelude-notify-0.9.1/debian/changelog
@@ -0,0 +1,13 @@
+prelude-notify (0.9.1-1) unstable; urgency=low
+
+ * New upstream release
+ * Updated debian/copyright file to include GPL-3
+ * Added dep to libxss1 in debian/control
+
+ -- Alexandre De Dommelin <adedommelin@tuxz.net> Wed, 17 Feb 2010 11:31:26 +0100
+
+prelude-notify (0.9.0-1) unstable; urgency=low
+
+ * Initial release (Closes: #568734)
+
+ -- Alexandre De Dommelin <adedommelin@tuxz.net> Sun, 07 Feb 2010 12:35:46 +0100
--- prelude-notify-0.9.1.orig/debian/pyversions
+++ prelude-notify-0.9.1/debian/pyversions
@@ -0,0 +1 @@
+2.5-
--- prelude-notify-0.9.1.orig/debian/control
+++ prelude-notify-0.9.1/debian/control
@@ -0,0 +1,24 @@
+Source: prelude-notify
+Section: admin
+Priority: extra
+Maintainer: Alexandre De Dommelin <adedommelin@tuxz.net>
+Build-Depends: debhelper (>> 5.0.0), python, python-setuptools (>= 0.6c8), python-support, python-prelude (>= 0.9.23)
+Standards-Version: 3.8.4
+
+Package: prelude-notify
+Architecture: all
+Depends: ${python:Depends},
+ ${misc:Depends},
+ python-prelude (>= 0.9.23),
+ notification-daemon,
+ python-gtk2,
+ python-gobject,
+ python-notify,
+ libxss1
+Description: Security Information Management System [ Desktop Notifier ]
+ Prelude is a Universal "Security Information Management" (SIM) system.
+ Prelude collects, normalizes, sorts, aggregates, correlates and reports all
+ security-related events independently of the source or event.
+ .
+ This package provides prelude-notify, a desktop-integrated interface which
+ shows you events recorded by the Prelude Manager.
--- prelude-notify-0.9.1.orig/debian/README.Debian
+++ prelude-notify-0.9.1/debian/README.Debian
@@ -0,0 +1,9 @@
+prelude-notify for Debian
+-------------------------
+
+After install, don't forget to register prelude-notify in your prelude-manager
+with a command like that :
+
+prelude-admin register prelude-notify "idmef:rw" <manager_address> -uid <userid> -gid <groupid>
+
+ -- DE DOMMELIN Alexandre <adedommelin@tuxz.net> Sun, 07 Feb 2010 12:35:46 +0100