[Pkg-nagios-devel] nagios-images/debian changelog, NONE, 1.1 compat, NONE, 1.1 control, NONE, 1.1 copyright, NONE, 1.1 dirs, NONE, 1.1 install, NONE, 1.1 rules, NONE, 1.1

seanius at haydn.debian.org seanius at haydn.debian.org
Thu Oct 6 17:34:20 UTC 2005


Update of /cvsroot/pkg-nagios/nagios-images/debian
In directory haydn:/org/alioth.debian.org/chroot/home/users/seanius/tmp/cvs-serv27386/debian

Added Files:
	changelog compat control copyright dirs install rules 
Log Message:
initial debian skeleton.  copyright still needs to be properly updated,
otherwise it's more or less in shape


--- NEW FILE: changelog ---
nagios-images (0.1) unstable; urgency=low

  * Initial Release. Many thanks to Benoit Mortier for doing all the
    hard work on this one :)

 -- sean finney <seanius at debian.org>  Thu, 06 Oct 2005 19:32:01 +0200

--- NEW FILE: compat ---
4

--- NEW FILE: control ---
Source: nagios-images
Section: unknown
Priority: optional
Maintainer: Debian Nagios Maintainer Group <pkg-nagios-devel at lists.alioth.debian.org>
Uploaders: Sean Finney <seanius at debian.org>
Build-Depends: debhelper (>= 4.0.0)
Standards-Version: 3.6.2

Package: nagios-images
Architecture: all
Description: Collection of images and icons for the nagios system
 nagios-images contains an assortment of dfsg-free images and icons
 for use in the web frontend of the nagios system.
 .
 Nagios is a host/service/network monitoring and management system. It has
 the following features:
 .
 *  Monitoring of network services (via TCP port, SMTP, POP3, HTTP, NNTP,
    PING, etc.)
 *  Plugin interface to allow for user-developed service checks
 *  Contact notifications when problems occur and get resolved (via email,
    pager, or user-defined method)
 *  Ability to define event handlers to be run during service or host events
    (for proactive problem resolution)
 *  Web output (current status, notifications, problem history, log file, etc.)

--- NEW FILE: copyright ---
This is nagios-images, written and maintained by seanius <Debian Nagios Maintainer Group <pkg-nagios-devel at lists.alioth.debian.org>
on Thu,  6 Oct 2005 19:12:42 +0200.

The original source can always be found at:
	ftp://ftp.debian.org/dists/unstable/main/source/

Copyright (C) 2005  seanius

License:

  This program is free software; you can redistribute it and/or modify
  it under the terms of the GNU General Public License as published by
  the Free Software Foundation; either version 2 of the License, or
  (at your option) any later version.

  This program is distributed in the hope that it will be useful,
  but WITHOUT ANY WARRANTY; without even the implied warranty of
  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  GNU General Public License for more details.

  You should have received a copy of the GNU General Public License
  along with this package; if not, write to the Free Software
  Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA

On Debian systems, the complete text of the GNU General
Public License can be found in `/usr/share/common-licenses/GPL'.

--- NEW FILE: dirs ---
usr/share/nagios/htdocs/images/logos

--- NEW FILE: install ---
andrade		usr/share/nagios/htdocs/images/logos
base		usr/share/nagios/htdocs/images/logos
bernhard	usr/share/nagios/htdocs/images/logos
cook		usr/share/nagios/htdocs/images/logos
didier		usr/share/nagios/htdocs/images/logos
remus		usr/share/nagios/htdocs/images/logos
satrapa		usr/share/nagios/htdocs/images/logos
werschler	usr/share/nagios/htdocs/images/logos

--- NEW FILE: rules ---
#!/usr/bin/make -f
# -*- makefile -*-

configure: configure-stamp
configure-stamp:
	dh_testdir
	# Add here commands to configure the package.

	touch configure-stamp

build: build-stamp
build-stamp: configure-stamp 
	dh_testdir
	touch build-stamp

clean:
	dh_testdir
	dh_testroot
	dh_clean 

install: build
	dh_testdir
	dh_testroot
	dh_clean -k 
	dh_installdirs
	dh_install
	find debian/nagios-images -type d -name CVS -exec rm -rf {} \; -prune

# Build architecture-dependent files here.
binary-arch: build install
# We have nothing to do by default.

# Build architecture-independent files here.
binary-indep: build install
	dh_testdir
	dh_testroot
	dh_installchangelogs 
	dh_installdocs
	dh_compress
	dh_fixperms
	dh_installdeb
	dh_gencontrol
	dh_md5sums
	dh_builddeb

binary: binary-indep binary-arch
.PHONY: build clean binary-indep binary-arch binary install configure




More information about the Pkg-nagios-devel mailing list