debian/0000755000000000000000000000000011613103703007161 5ustar debian/rules0000755000000000000000000000204711613100245010242 0ustar #!/usr/bin/make -f # -*- makefile -*- # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 build: build-stamp build-stamp: dh_testdir $(MAKE) -C src touch $@ # Added just to remove lintian warning debian-rules-missing-recommended-target build-arch build-indep: build clean: dh_testdir dh_testroot rm -f build-stamp configure-stamp $(MAKE) -C src clean dh_clean install: build dh_testdir dh_testroot dh_prep dh_installdirs $(MAKE) -C src DESTDIR=$(CURDIR)/debian/ipwatchd-gnotify install # Remove upstream manpages causing lintian error manpage-not-compressed-with-max-compression rm $(CURDIR)/debian/ipwatchd-gnotify/usr/share/man/man1/ipwatchd-gnotify.1.gz binary-indep: install binary-arch: install dh_testdir dh_testroot dh_installchangelogs dh_installdocs dh_installman debian/ipwatchd-gnotify.1 dh_link dh_strip dh_compress dh_fixperms dh_installdeb dh_shlibdeps dh_gencontrol dh_md5sums dh_builddeb binary: binary-indep binary-arch .PHONY: build clean binary-indep binary-arch binary install configure debian/source/0000755000000000000000000000000011613100327010460 5ustar debian/source/format0000644000000000000000000000001411613100327011666 0ustar 3.0 (quilt) debian/control0000644000000000000000000000101511613103703010561 0ustar Source: ipwatchd-gnotify Section: gnome Priority: optional Maintainer: Jaroslav Imrich Build-Depends: debhelper (>= 7), libnotify-dev, libgtk2.0-dev Standards-Version: 3.9.2 Homepage: http://ipwatchd.sf.net Package: ipwatchd-gnotify Architecture: linux-any Depends: ${shlibs:Depends}, ${misc:Depends}, ipwatchd Description: Gnome notification tool for IPwatchD IPwatchD-G-Notify is notification tool for Gnome environment used by IPwatchD daemon to display notification "bubble" when IP conflict occurs. debian/compat0000644000000000000000000000000211613077662010375 0ustar 7 debian/ipwatchd-gnotify.10000644000000000000000000000206711613027207012534 0ustar .TH IPWATCHD-GNOTIFY 1 .SH NAME ipwatchd-gnotify \- Notification tool for Gnome environment .SH SYNOPSIS .B ipwatchd-gnotify .B [\-\-debug] .B [\-\-broadcast] .B --title .I message_title .B --message .I message_content .br .B ipwatchd-gnotify \-\-version .br .B ipwatchd-gnotify \-\-help .SH DESCRIPTION IPwatchD-G-Notify is notification tool for Gnome environment used by IPwatchD daemon to display notification "bubble" when IP conflict occurs. .PP .SH OPTIONS The following options are supported: .TP .B "\-d \-\-debug" Prints debug information to standard output. .TP .B "\-b \-\-broadcast" Sends notification to all active displays. Requires root privileges. .TP .B "\-t \-\-title" Specifies title of the notification window. .TP .B "\-m \-\-message" Specifies message shown in the notification window. .TP .B "\-v \-\-version" Prints program version to standard output. .TP .B "\-h \-\-help" Prints short help information to standard output. .SH AUTHOR This manual page was written by Jaroslav Imrich .SH SEE ALSO .BR ipwatchd (8), .BR ipwatchd-script (1) debian/changelog0000644000000000000000000000117611613101112011030 0ustar ipwatchd-gnotify (1.0.1-1) unstable; urgency=low * Updated to upstream release 1.0.1 * Changed architecture to linux-any (Closes: #594347) * Added compatibility with libnotify 0.7 (Closes: #630283) * Added missing dependency on libgtk2.0-dev -- Jaroslav Imrich Sun, 24 Jul 2011 22:26:04 +0200 ipwatchd-gnotify (1.0-2) unstable; urgency=low * Added manpage ipwatchd-gnotify(1) -- Jaroslav Imrich Sun, 28 Feb 2010 10:11:49 +0100 ipwatchd-gnotify (1.0-1) unstable; urgency=low * Initial release (Closes: #569780) -- Jaroslav Imrich Sat, 20 Feb 2010 13:56:08 +0100 debian/watch0000644000000000000000000000010511613077662010224 0ustar version=3 http://sf.net/ipwatchd/ipwatchd-gnotify-(\d+.*)\.tar\.gz debian/dirs0000644000000000000000000000003411613100122010032 0ustar usr/sbin usr/share/man/man1 debian/copyright0000644000000000000000000000233511613077662011135 0ustar This package was debianized by: Jaroslav Imrich on Sat, 20 Feb 2010 13:56:08 +0100 It was downloaded from: http://ipwatchd.sf.net Upstream Author: Jaroslav Imrich Copyright: Copyright (C) 2010 Jaroslav Imrich License: This package is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 2 as published by the Free Software Foundation. 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 systems, the complete text of the GNU General Public License version 2 can be found in `/usr/share/common-licenses/GPL-2'. The Debian packaging is: Copyright (C) 2010 Jaroslav Imrich and is licensed under the GPL version 2, see `/usr/share/common-licenses/GPL-2'.