[28563] in Source-Commits

home help back first fref pref prev next nref lref last post

xcluster commit [debian]: Package new, non-C-based version of xcluster

daemon@ATHENA.MIT.EDU (Victor Vasiliev)
Wed Dec 2 01:41:56 2015

Date: Wed, 2 Dec 2015 01:41:55 -0500
From: Victor Vasiliev <vasilvv@mit.edu>
Message-Id: <201512020641.tB26ftex014676@drugstore.mit.edu>
To: source-commits@mit.edu

https://github.com/mit-athena/xcluster/commit/dacd8081d268789a04af5772b460077bd0c93589
commit dacd8081d268789a04af5772b460077bd0c93589
Author: Victor Vasiliev <vasilvv@mit.edu>
Date:   Wed Dec 2 01:25:45 2015 -0500

    Package new, non-C-based version of xcluster

 debian/changelog |    6 ++++++
 debian/control   |    6 +++---
 debian/install   |    2 ++
 debian/manpages  |    2 ++
 debian/rules     |   13 +------------
 5 files changed, 14 insertions(+), 15 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 12886aa..6ece388 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+debathena-xcluster (10.1.0-0debathena1) unstable; urgency=medium
+
+  * Replace old C-based version with shell and netcat.
+
+ -- Victor Vasiliev <vasilvv@mit.edu>  Wed, 02 Dec 2015 01:14:47 -0500
+
 debathena-xcluster (10.0.1-0debathena1) unstable; urgency=low
 
   [ Jonathan Reed ]
diff --git a/debian/control b/debian/control
index 4d62c21..d72a2ae 100644
--- a/debian/control
+++ b/debian/control
@@ -2,14 +2,14 @@ Source: debathena-xcluster
 Section: debathena/net
 Priority: extra
 Maintainer: Debathena Project <debathena@mit.edu>
-Build-Depends: debhelper (>= 7.0.50~), dh-autoreconf, debathena-aclocal, libhesiod-dev, debathena-libxj-dev, libx11-dev, libxmu-dev
+Build-Depends: debhelper (>= 7.0.50~)
 Standards-Version: 3.9.3
 
 Package: debathena-xcluster
-Architecture: any
+Architecture: all
 Conflicts: debathena-xcluster-doc (<< 9.4)
 Replaces: debathena-xcluster-doc (<< 9.4)
-Depends: ${shlibs:Depends}, ${misc:Depends}, netbase
+Depends: ${misc:Depends}, netbase, xdg-utils, netcat-openbsd | netcat-traditional, hesiod
 Description: Utilities to display cluster usage status
  The cview and xcluster utilities display MIT maps and Athena cluster 
  locations and current cluster usage statistics.
diff --git a/debian/install b/debian/install
new file mode 100644
index 0000000..13fee0f
--- /dev/null
+++ b/debian/install
@@ -0,0 +1,2 @@
+cview usr/bin
+xcluster usr/bin
diff --git a/debian/manpages b/debian/manpages
new file mode 100644
index 0000000..c224227
--- /dev/null
+++ b/debian/manpages
@@ -0,0 +1,2 @@
+cview.1
+xcluster.1
diff --git a/debian/rules b/debian/rules
index 7745622..2d33f6a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,15 +1,4 @@
 #!/usr/bin/make -f
 
 %:
-	dh $@ --with autoreconf
-
-override_dh_auto_configure:
-	automake --add-missing --foreign || true
-	dh_auto_configure -- --with-hesiod
-
-# For reasons I was unable to ascertain, dh_auto_test
-# tries to build check.c as a standalone file, even
-# though 'make check' is empty and even when it is
-# removed.
-override_dh_auto_test:
-	true
+	dh $@

home help back first fref pref prev next nref lref last post