Convert the package to source format 3.0 (quilt)

This commit is contained in:
Jan Wagner 2015-08-20 12:32:33 +02:00
parent 96024d05ed
commit f412e4abbb
7 changed files with 9 additions and 12 deletions

2
debian/control vendored
View file

@ -3,7 +3,7 @@ Section: net
Priority: extra Priority: extra
Maintainer: Debian Nagios Maintainer Group <pkg-nagios-devel@lists.alioth.debian.org> Maintainer: Debian Nagios Maintainer Group <pkg-nagios-devel@lists.alioth.debian.org>
Uploaders: Jan Wagner <waja@cyconet.org>, Alexander Wirt <formorer@debian.org> Uploaders: Jan Wagner <waja@cyconet.org>, Alexander Wirt <formorer@debian.org>
Build-Depends: debhelper (>= 5), dpatch (>= 2.0.9), perl, autotools-dev, libdbi-dev, libldap2-dev, libpq-dev, libmysqlclient-dev, libfreeradius-client-dev | libradiusclient-ng-dev, libkrb5-dev, libnet-snmp-perl, procps, mawk | awk, hardening-wrapper Build-Depends: debhelper (>= 5), perl, autotools-dev, libdbi-dev, libldap2-dev, libpq-dev, libmysqlclient-dev, libfreeradius-client-dev | libradiusclient-ng-dev, libkrb5-dev, libnet-snmp-perl, procps, mawk | awk, hardening-wrapper
Homepage: https://www.monitoring-plugins.org Homepage: https://www.monitoring-plugins.org
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-nagios/pkg-monitoring-plugins.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-nagios/pkg-monitoring-plugins.git
Vcs-Git: git://anonscm.debian.org/pkg-nagios/pkg-monitoring-plugins.git Vcs-Git: git://anonscm.debian.org/pkg-nagios/pkg-monitoring-plugins.git

View file

@ -1,2 +0,0 @@
02_check_icmp_links.dpatch
# commited upstream

View file

@ -1,9 +1,7 @@
#! /bin/sh /usr/share/dpatch/dpatch-run ## 02_check_icmp_links by Jan Wagner <waja@cyconet.org>
## 02_check_icmp_links.dpatch by Jan Wagner <waja@cyconet.org>
## ##
## DP: Create symlinks for check_icmp to provide default values for some situations ## DP: Create symlinks for check_icmp to provide default values for some situations
@DPATCH@
diff -urNad nagios-plugins-1.4.14~/plugins-root/Makefile.am nagios-plugins-1.4.14/plugins-root/Makefile.am diff -urNad nagios-plugins-1.4.14~/plugins-root/Makefile.am nagios-plugins-1.4.14/plugins-root/Makefile.am
--- nagios-plugins-1.4.14~/plugins-root/Makefile.am 2008-11-30 22:23:18.000000000 +0100 --- nagios-plugins-1.4.14~/plugins-root/Makefile.am 2008-11-30 22:23:18.000000000 +0100
+++ nagios-plugins-1.4.14/plugins-root/Makefile.am 2010-01-10 20:39:03.000000000 +0100 +++ nagios-plugins-1.4.14/plugins-root/Makefile.am 2010-01-10 20:39:03.000000000 +0100

2
debian/patches/series vendored Normal file
View file

@ -0,0 +1,2 @@
02_check_icmp_links
# commited upstream

8
debian/rules vendored
View file

@ -11,8 +11,6 @@ export DEB_BUILD_HARDENING=1
PACKAGE = monitoring-plugins PACKAGE = monitoring-plugins
include /usr/share/dpatch/dpatch.make
# These are used for cross-compiling and for saving the configure script # These are used for cross-compiling and for saving the configure script
# from having to guess our platform (since we know it already) # from having to guess our platform (since we know it already)
DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE) DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)
@ -120,15 +118,15 @@ config.status: configure
build: build-arch build-indep build: build-arch build-indep
build-arch: patch-stamp build-stamp build-arch: build-stamp
build-indep: patch-stamp build-stamp build-indep: build-stamp
build-stamp: config.status build-stamp: config.status
dh_testdir dh_testdir
$(MAKE) $(MAKE)
touch build-stamp touch build-stamp
clean: really-clean unpatch clean: really-clean
really-clean: really-clean:
dh_testdir dh_testdir

View file

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

1
debian/source/options vendored Normal file
View file

@ -0,0 +1 @@
extend-diff-ignore = '^\.travis'