From: Michael Prokop Date: Mon, 31 May 2010 08:09:31 +0000 (+0200) Subject: Cleanup debian/rules. X-Git-Tag: v0.18~4 X-Git-Url: https://git.grml.org/?p=grml-crypt.git;a=commitdiff_plain;h=ceda43cdb0020a52042292d21f3a3021938c313a Cleanup debian/rules. --- diff --git a/debian/rules b/debian/rules index 5f7f822..6acb411 100755 --- a/debian/rules +++ b/debian/rules @@ -9,45 +9,19 @@ # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 - - - -CFLAGS = -Wall -g - -ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS))) - CFLAGS += -O0 -else - CFLAGS += -O2 -endif - -configure: configure-stamp -configure-stamp: - dh_testdir - # Add here commands to configure the package. - - touch configure-stamp - - build: build-stamp -build-stamp: configure-stamp +build-stamp: dh_testdir - - # Add here commands to compile the package. $(MAKE) - #docbook-to-man debian/grml-terminalserver.sgml > grml-terminalserver.1 touch build-stamp clean: dh_testdir dh_testroot - rm -f build-stamp configure-stamp - - # Add here commands to clean up after the build process. - $(MAKE) doc - $(MAKE) clean - + rm -f build-stamp + $(MAKE) distclean dh_clean install: build @@ -57,8 +31,6 @@ install: build dh_installdirs $(MAKE) install DESTDIR=$(CURDIR)/debian/grml-crypt - #cp grml-crypt $(CURDIR)/debian/grml-crypt/usr/sbin - # Build architecture-independent files here. binary-indep: build install @@ -67,26 +39,9 @@ binary-indep: build install 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 debian/grml-crypt.8 -# dh_link -# dh_strip dh_compress dh_fixperms -# dh_perl -# dh_python -# dh_makeshlibs dh_installdeb -# dh_shlibdeps dh_gencontrol dh_md5sums dh_builddeb @@ -96,4 +51,4 @@ binary-arch: build install # We have nothing to do by default. binary: binary-indep binary-arch -.PHONY: build clean binary-indep binary-arch binary install configure +.PHONY: build clean binary-indep binary-arch binary install