[Pkg-nagios-changes] [pkg-icinga2] 01/02: Removed cleanup and autogen call, we won't use that in dist tarballs

Markus Frosch lazyfrosch-guest at alioth.debian.org
Thu Oct 17 19:28:35 UTC 2013


This is an automated email from the git hooks/post-receive script.

lazyfrosch-guest pushed a commit to branch master
in repository pkg-icinga2.

commit 83c96f547146a091c6990fa3fba6fe372e8c9b88
Author: Markus Frosch <markus at lazyfrosch.de>
Date:   Thu Oct 17 21:27:43 2013 +0200

    Removed cleanup and autogen call, we won't use that in dist tarballs
---
 debian/rules |   24 ------------------------
 1 file changed, 24 deletions(-)

diff --git a/debian/rules b/debian/rules
index 6ca475d..0f326ca 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,34 +2,10 @@
 
 #export DH_VERBOSE=1
 
-# this disables configure to be run by autogen.sh
-export NOCONFIGURE=1
-
 %:
 	dh $@  --with autotools-dev
 
-override_dh_auto_clean:
-	dh_auto_clean
-	# delete all Makefiles
-	find -type f -name Makefile.in -delete
-	# ltdl externals
-	rm -rf third-party/ltdl/config/
-	rm -rf third-party/ltdl/libltdl/
-	rm -rf third-party/ltdl/loaders/
-	rm -rf third-party/ltdl/m4/
-	find third-party/ltdl -type f ! -name README.icinga -delete
-	# cleanup config_parser
-	rm -f lib/config/config_lexer.cc
-	rm -f lib/config/config_parser.cc lib/config/config_parser.hh \
-		lib/config/config_parser.h
-	# m4 data
-	find m4/ -type l -delete
-	rm -f m4/libtool.m4 m4/argz.m4 m4/lt*.m4 m4/lt*.sh
-	# other files in root
-	rm -f config.log config.h.in aclocal.m4 configure
-
 override_dh_auto_configure:
-	sh autogen.sh
 	dh_auto_configure -- --enable-python \
         --with-icinga-user=root \
         --with-icinga-group=bin \

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-nagios/pkg-icinga2.git



More information about the Pkg-nagios-changes mailing list