+nwho (1.13) unstable; urgency=low
+
+ * New upstream version.
+
+ -- Martin Mares <mj@ucw.cz> Fri, 31 Dec 2010 17:27:12 +0100
+
nwho (1.12) unstable; urgency=low
* New upstream version.
Priority: optional
Maintainer: Martin Mares <mj@ucw.cz>
Standards-Version: 2.1.0.0
+Build-Depends: debhelper (>= 7.0)
Package: nwho
Architecture: any
Depends: ${shlibs:Depends}
Description: Extended who
- This is Yet Another RWho Replacement utility.
+ This is Yet Another RWho Replacement utility. It collects information about
+ all logged in users on a central server where it can be displayed.
#!/usr/bin/make -f
# Rules for building of nwho Debian/UCW Package
-# (c) 2002 Martin Mares <mj@ucw.cz>
+# (c) 2002--2010 Martin Mares <mj@ucw.cz>
# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1
binary-arch: build
dh_testdir
dh_testroot
- dh_clean -k
+ dh_prep
dh_installdirs etc/init.d etc/default usr/bin usr/sbin var/state/nwho
- $(MAKE) ROOT=`pwd`/debian/tmp install
+ $(MAKE) ROOT=`pwd`/debian/nwho install
-# dh_installdocs
-# dh_installexamples
-# dh_installmenu
- dh_installinit
-# dh_installcron
-# dh_installmanpages
- dh_undocumented nwho.1 nwhod.8
dh_installchangelogs
dh_strip
# dh_compress
dh_fixperms
-# dh_suidregister
dh_installdeb
dh_shlibdeps
dh_gencontrol
-# dh_makeshlibs
dh_md5sums
dh_builddeb