Suppression de la majuscule dans le nom du paquet domcheck (Paquets Debian en minuscule)
git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@410 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
This commit is contained in:
0
debian/README.Debian
vendored
Normal file
0
debian/README.Debian
vendored
Normal file
6
debian/changelog
vendored
Normal file
6
debian/changelog
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
domcheck (0.3-1) unstable; urgency=low
|
||||
|
||||
* Initial release
|
||||
|
||||
-- Dominique Fournier <dominique@fournier.homedns.org> Thu, 2 Jun 2011 23:07:16 +0100
|
||||
|
||||
1
debian/compat
vendored
Normal file
1
debian/compat
vendored
Normal file
@@ -0,0 +1 @@
|
||||
5
|
||||
1
debian/conffiles
vendored
Normal file
1
debian/conffiles
vendored
Normal file
@@ -0,0 +1 @@
|
||||
etc/check.conf
|
||||
11
debian/control
vendored
Normal file
11
debian/control
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
Source: domcheck
|
||||
Section: admin
|
||||
Priority: optional
|
||||
Maintainer: Dominique Fournier <dominique@fournier.homedns.org>
|
||||
Build-Depends: debhelper (>= 4.0.0)
|
||||
Standards-Version: 3.6.2
|
||||
|
||||
Package: domcheck
|
||||
Architecture: all
|
||||
Depends: bash
|
||||
Description: This software check if the system is correct : all the checked daemons are actives, the filesystem is not full, some special directories are empty...
|
||||
10
debian/copyright
vendored
Normal file
10
debian/copyright
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
This package was debianized by Dominique Fournier <dominique@fournier38.fr> on
|
||||
Thu, 2 Jun 2011 23:12:16 +0100 for the first time.
|
||||
|
||||
Copyright Holder: Dominique Fournier <dominique@fournier38.fr>
|
||||
|
||||
License: GPL v3
|
||||
|
||||
On Debian GNU/Linux systems, the complete text of the GNU General
|
||||
Public License can be found in `/usr/share/common-licenses/GPL-3'.
|
||||
|
||||
1
debian/dirs
vendored
Normal file
1
debian/dirs
vendored
Normal file
@@ -0,0 +1 @@
|
||||
usr/sbin/
|
||||
0
debian/docs
vendored
Normal file
0
debian/docs
vendored
Normal file
2
debian/install
vendored
Normal file
2
debian/install
vendored
Normal file
@@ -0,0 +1,2 @@
|
||||
check usr/sbin/check
|
||||
check.conf /etc/check.conf
|
||||
57
debian/rules
vendored
Executable file
57
debian/rules
vendored
Executable file
@@ -0,0 +1,57 @@
|
||||
#!/usr/bin/make -f
|
||||
# -*- makefile -*-
|
||||
# Sample debian/rules that uses debhelper.
|
||||
# This file was originally written by Joey Hess and Craig Small.
|
||||
# As a special exception, when this file is copied by dh-make into a
|
||||
# dh-make output file, you may use that output file without restriction.
|
||||
# This special exception was added by Craig Small in version 0.37 of dh-make.
|
||||
|
||||
# Uncomment this to turn on verbose mode.
|
||||
#export DH_VERBOSE=1
|
||||
|
||||
clean:
|
||||
dh_testdir
|
||||
dh_testroot
|
||||
dh_clean
|
||||
|
||||
install: build
|
||||
dh_testdir
|
||||
dh_testroot
|
||||
dh_prep
|
||||
dh_installdirs
|
||||
dh_installdocs
|
||||
dh_install
|
||||
|
||||
# Build architecture-dependent files here.
|
||||
binary-arch: build install
|
||||
dh_testdir
|
||||
dh_testroot
|
||||
dh_installchangelogs
|
||||
# dh_installdocs
|
||||
# dh_installexamples
|
||||
# dh_install
|
||||
# dh_installmenu
|
||||
# dh_installdebconf
|
||||
# dh_installlogrotate
|
||||
# dh_installemacsen
|
||||
# dh_installpam
|
||||
# dh_installmime
|
||||
# dh_installinit
|
||||
# dh_installcron
|
||||
# dh_installinfo
|
||||
# dh_installman
|
||||
dh_link
|
||||
# dh_strip
|
||||
dh_compress
|
||||
dh_fixperms
|
||||
# dh_perl
|
||||
# dh_python
|
||||
# dh_makeshlibs
|
||||
dh_installdeb
|
||||
# dh_shlibdeps
|
||||
dh_gencontrol
|
||||
dh_md5sums
|
||||
dh_builddeb
|
||||
|
||||
binary: binary-indep binary-arch
|
||||
.PHONY: build clean binary-indep binary-arch binary install configure
|
||||
1
debian/source/format
vendored
Normal file
1
debian/source/format
vendored
Normal file
@@ -0,0 +1 @@
|
||||
3.0 (native)
|
||||
12
debian/watch
vendored
Normal file
12
debian/watch
vendored
Normal file
@@ -0,0 +1,12 @@
|
||||
# Example watch control file for uscan
|
||||
# Rename this file to "watch" and then you can run the "uscan" command
|
||||
# to check for upstream updates and more.
|
||||
# See uscan(1) for format
|
||||
|
||||
# Compulsory line, this is a version 3 file
|
||||
version=3
|
||||
|
||||
# Uncomment to examine a Webpage
|
||||
# <Webpage URL> <string match>
|
||||
# Uncomment to examine a Webserver directory
|
||||
http://svn.fournier38.fr/ProgSVN/release/domcheck/domcheck-(.*)\.tgz
|
||||
Reference in New Issue
Block a user