[Pkg-nagios-changes] [SCM] UNNAMED PROJECT branch, master, updated. debian/0.7-8-gec6393f
Alexander Wirt
formorer at debian.org
Fri Mar 15 08:00:09 UTC 2013
The following commit has been merged in the master branch:
commit 546e244f96182a18edb5db3d6170493a32d2d5d5
Author: Alexander Wirt <formorer at debian.org>
Date: Fri Mar 15 08:28:19 2013 +0100
Move to dh (9)
diff --git a/debian/compat b/debian/compat
index 7f8f011..ec63514 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-7
+9
diff --git a/debian/control b/debian/control
index 8c6b3a3..e711a99 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Section: net
Priority: optional
Maintainer: Debian Nagios Maintainer Group <pkg-nagios-devel at lists.alioth.debian.org>
Uploaders: Alexander Wirt <formorer at debian.org>, Jan Wagner <waja at cyconet.org>
-Build-Depends: debhelper (>= 7)
+Build-Depends: debhelper (>= 9)
Vcs-Browser: http://svn.debian.org/wsvn/pkg-nagios/nagios-images/
Vcs-Svn: svn://svn.debian.org/pkg-nagios/nagios-images/trunk/
Standards-Version: 3.8.4
diff --git a/debian/rules b/debian/rules
index 7f96891..b8796e6 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,46 +1,5 @@
#!/usr/bin/make -f
# -*- makefile -*-
-configure: configure-stamp
-configure-stamp:
- dh_testdir
- touch configure-stamp
-
-build: build-stamp
-build-stamp: configure-stamp
- dh_testdir
- touch build-stamp
-
-clean:
- rm -f configure-stamp build-stamp
- dh_testdir
- dh_testroot
- dh_clean
-
-install: build
- dh_testdir
- dh_testroot
- dh_prep
- dh_installdirs
- dh_install
- dh_link
-
-# 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
+%:
+ dh $@
--
UNNAMED PROJECT
More information about the Pkg-nagios-changes
mailing list