]> mj.ucw.cz Git - nwho.git/commitdiff
Updated Debian packaging
authorMartin Mares <mj@ucw.cz>
Fri, 31 Dec 2010 16:28:12 +0000 (17:28 +0100)
committerMartin Mares <mj@ucw.cz>
Fri, 31 Dec 2010 16:28:12 +0000 (17:28 +0100)
debian/changelog
debian/compat [new file with mode: 0644]
debian/control
debian/rules

index 083837643781c300e36b4c618f23ce43e6aba18d..9d85506e3d9b2b3f6a9d341ec52536e7d4cf6a0c 100644 (file)
@@ -1,3 +1,9 @@
+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.
diff --git a/debian/compat b/debian/compat
new file mode 100644 (file)
index 0000000..7f8f011
--- /dev/null
@@ -0,0 +1 @@
+7
index b5d302779ce52136ea93302e29fe7e0b4045c989..367b5e04f875983ac3f14114b4aeb5130f7a712e 100644 (file)
@@ -3,9 +3,11 @@ Section: ucw
 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.
index 098bd2b2070f380065953c8b1f5580a9a44b9689..55c441e880be8233b91c39bc9e2dad14b417abc1 100755 (executable)
@@ -1,6 +1,6 @@
 #!/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
@@ -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