[Pkg-grid-commits] nws/debian control.in,NONE,1.1 changelog,1.6,1.7 rules,1.1,1.2

Martin Quinson pkg-grid-devel@lists.alioth.debian.org
Tue, 04 Jan 2005 20:12:09 +0000


Update of /cvsroot/pkg-grid/nws/debian
In directory haydn:/tmp/cvs-serv15600/debian

Modified Files:
	changelog rules 
Added Files:
	control.in 
Log Message:
Let cdbs track cdbs-related builddep itself.

Index: changelog
===================================================================
RCS file: /cvsroot/pkg-grid/nws/debian/changelog,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- changelog	7 Dec 2004 23:38:56 -0000	1.6
+++ changelog	4 Jan 2005 20:12:07 -0000	1.7
@@ -1,3 +1,9 @@
+nws (2.11-3) unstable; urgency=low
+
+  * Let cdbs track cdbs-related builddep itself.
+
+ -- Martin Quinson <mquinson@debian.org>  Mon, 27 Dec 2004 17:40:11 +0100
+
 nws (2.11-2) unstable; urgency=low
 
   * Add procps to the dependencies and to the build-dep.

--- NEW FILE: control.in ---
Source: nws
Section: net
Priority: optional
Maintainer: Martin Quinson <mquinson@debian.org>
Build-Depends: debhelper (>= 4.1.17), @cdbs@, procps
Standards-Version: 3.0.1

Package: nws
Architecture: any
Depends: procps, ${shlibs:Depends}, debconf (>= 1.2.0), ucf
Suggests: logrotate
Description: Grid monitoring infrastructure (executables and man pages)
 The Network Weather Service is the de facto standard of the emerging Grid
 community to monitor the system availability. (the grid usually denotes any
 platform formed by the federation and aggregation of local resources between
 several organizations like universities).
 . 
 Once you've deployed the relevant processes on each platform node, you can
 ask it for several metrics:
 .
  - about each host:
    - available CPU (both for incoming process and for already started ones)
    - free memory 
    - free disk
  - about each host couple:
    - TCP connexion time, bandwidth and latency
 .
 Moreover, the NWS can predict future tendencies using statistical
 treatements on previous measurements. 
 .
 This package installs the library, utilities and user documentation.

Package: libnws-dev
Architecture: any
Depends: nws (=${Source-Version})
Description: Grid monitoring infrastructure (headers and devel documentation)
 The Network Weather Service is the de facto standard of the emerging Grid
 community to monitor the system availability. (the grid usually denotes any
 platform formed by the federation and aggregation of local resources between
 several organizations like universities).
 . 
 Once you've deployed the relevant processes on each platform node, you can
 ask it for several metrics:
 .
  - about each host:
    - available CPU (both for incoming process and for already started ones)
    - free memory 
    - free disk
  - about each host couple:
    - TCP connexion time, bandwidth and latency
 .
 Moreover, the NWS can predict future tendencies using statistical
 treatements on previous measurements. 
 .
 This package contains the files you need to compile programs which use
 this library.

Index: rules
===================================================================
RCS file: /cvsroot/pkg-grid/nws/debian/rules,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- rules	29 Jun 2004 21:59:34 -0000	1.1
+++ rules	4 Jan 2005 20:12:07 -0000	1.2
@@ -2,6 +2,10 @@
 
 # $Id$
 
+# Let cdbs track the build-dep for me
+debian/control:: debian/control.in debian/rules
+DEB_AUTO_UPDATE_DEBIAN_CONTROL = yes
+
 # Import Common Debian Build System (CDBS).
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/rules/patchsys-quilt.mk