This commit is contained in:
Mario Fetka 2017-05-24 11:29:46 +02:00
parent 4272522a83
commit a29a81a1ad
7 changed files with 10 additions and 28 deletions

7
debian/changelog vendored
View File

@ -1,3 +1,10 @@
check-mk (1.2.8p22-1) UNRELEASED; urgency=medium
* New upstream release
* change to quilt patches
-- Mario Fetka <mario.fetka@gmail.com> Wed, 24 May 2017 11:04:22 +0200
check-mk (1.2.8p16-1) unstable; urgency=medium
* new upstream release

View File

@ -1,2 +0,0 @@
01_fix_livestatus
02_wato-sudoers

View File

@ -1,10 +1,3 @@
#! /bin/sh /usr/share/dpatch/dpatch-run
## 01_fix_livestatus.dpatch by Alexander Wirt <formorer@debian.org>
##
## All lines beginning with `## DP:' are a description of the patch.
## DP: No description.
@DPATCH@
diff -urNad '--exclude=CVS' '--exclude=.svn' '--exclude=.git' '--exclude=.arch' '--exclude=.hg' '--exclude=_darcs' '--exclude=.bzr' pkg-check_mk~/setup.sh pkg-check_mk/setup.sh
--- pkg-check_mk~/setup.sh 2011-05-28 13:21:38.000000000 +0200
+++ pkg-check_mk/setup.sh 2011-05-28 13:22:09.662237441 +0200

View File

@ -1,10 +1,3 @@
#! /bin/sh /usr/share/dpatch/dpatch-run
## wato-sudoers-location.dpatch by Bernd Zeimetz <bzed@debian.org>
##
## All lines beginning with `## DP:' are a description of the patch.
## DP: Install WATO sudoers line into /etc/sudoers.d/check_mk_WATO
@DPATCH@
diff -urNad '--exclude=CVS' '--exclude=.svn' '--exclude=.git' '--exclude=.arch' '--exclude=.hg' '--exclude=_darcs' '--exclude=.bzr' pkg-check-mk~/setup.sh pkg-check-mk/setup.sh
--- pkg-check-mk~/setup.sh 2013-08-07 11:44:12.000000000 +0200
+++ pkg-check-mk/setup.sh 2013-08-07 11:47:40.344748346 +0200

2
debian/patches/series vendored Normal file
View File

@ -0,0 +1,2 @@
01_fix_livestatus.patch
02_wato-sudoers.patch

11
debian/rules vendored
View File

@ -158,16 +158,5 @@ binary-arch: build install
dh_md5sums -a
dh_builddeb -a
patch: patch-stamp
patch-stamp:
@echo "Doing $@"
dpatch --with-cpp apply-all
dpatch --with-cpp cat-all >patch-stamp
unpatch:
@echo "Doing $@"
dpatch --with-cpp deapply-all
rm -rf patch-stamp debian/patched
binary: binary-indep binary-arch
.PHONY: build clean binary-indep binary-arch binary install configure

View File

@ -1 +1 @@
1.0
3.0 (quilt)