From fab5df702b1ccb3ea91c09ac206c69a84dc6187f Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Fri, 31 Dec 2010 17:28:12 +0100 Subject: [PATCH] Updated Debian packaging --- debian/changelog | 6 ++++++ debian/compat | 1 + debian/control | 4 +++- debian/rules | 15 +++------------ 4 files changed, 13 insertions(+), 13 deletions(-) create mode 100644 debian/compat diff --git a/debian/changelog b/debian/changelog index 0838376..9d85506 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +nwho (1.13) unstable; urgency=low + + * New upstream version. + + -- Martin Mares Fri, 31 Dec 2010 17:27:12 +0100 + nwho (1.12) unstable; urgency=low * New upstream version. diff --git a/debian/compat b/debian/compat new file mode 100644 index 0000000..7f8f011 --- /dev/null +++ b/debian/compat @@ -0,0 +1 @@ +7 diff --git a/debian/control b/debian/control index b5d3027..367b5e0 100644 --- a/debian/control +++ b/debian/control @@ -3,9 +3,11 @@ Section: ucw Priority: optional Maintainer: Martin Mares 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. diff --git a/debian/rules b/debian/rules index 098bd2b..55c441e 100755 --- a/debian/rules +++ b/debian/rules @@ -1,6 +1,6 @@ #!/usr/bin/make -f # Rules for building of nwho Debian/UCW Package -# (c) 2002 Martin Mares +# (c) 2002--2010 Martin Mares # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 @@ -23,27 +23,18 @@ binary-indep: build 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 -- 2.39.2