[Logcheck-commits] martin f. krafft: cleanup rules file

Martin F. Krafft madduck at alioth.debian.org
Sun Aug 31 19:24:13 UTC 2008


Module: logcheck
Branch: master
Commit: d33114b7bdee580da97a815d8cca3cb588bf8d2c
URL:    http://git.debian.org/?p=logcheck/logcheck.git;a=commit;h=d33114b7bdee580da97a815d8cca3cb588bf8d2c

Author: martin f. krafft <madduck at debian.org>
Date:   Fri Jul 18 15:39:03 2008 +0200

cleanup rules file

---

 debian/rules |   37 -------------------------------------
 1 files changed, 0 insertions(+), 37 deletions(-)

diff --git a/debian/rules b/debian/rules
index 223e0aa..173b12e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -58,11 +58,9 @@ binary-indep: build install
 	dh_installman -p logtail docs/logtail2.8
 	dh_installman -p logcheck docs/logcheck.8
 	dh_installchangelogs
-#	dh_strip
 	dh_compress
 	dh_fixperms --exclude etc/logcheck
 	dh_installdeb
-#	dh_shlibdeps
 	dh_gencontrol
 	dh_md5sums
 	dh_builddeb
@@ -72,38 +70,3 @@ binary-arch: build install
 # We have nothing to do by default.
 
 binary: binary-indep binary-arch
-
-help:
-	@echo
-	@echo 'Cleaning targets:'
-	@echo '  clean         -   remove generated files'
-	@echo '  cvs-clean     -   remove cvs checkout'
-	@echo
-	@echo 'Logcheck packaging:'
-	@echo '  cvs-build     -   checkout current logcheck cvs'
-	@echo '  binary        -   build debian package'
-	@echo
-	@echo 'Analysing:'
-	@echo '  checkpo       -   prints translation status'
-	@echo
-	@echo 'Execute debian/rules file'
-
-# Done by the uploader:
-# cvs update..
-# edit debian/changelog
-# debian/rules cvs-build
-#
-#LOGCHECK_DEBVER=$(shell dpkg-parsechangelog | sed -n -e '/^Version:/s/^Version: //p')
-#LOGCHECK_CVSTAG=$(shell echo "$(LOGCHECK_DEBVER)" | sed -e 's/^/v/' -e 's/\./_/g')
-LOGCHECK_DEBVER=$(shell head -n 1 debian/changelog | perl -lne 'print  m,\(([\w.]+)\),')
-LOGCHECK_CVSTAG=HEAD
-CVS_BUILDDIR=logcheck-$(LOGCHECK_DEBVER)
-CVS_ROOT=$(shell cat CVS/Root)
-CVS_MODULE=$(shell cat CVS/Repository)
-cvs-build: 
-	rm -rf debian/cvs-build
-	mkdir -p debian/cvs-build
-	(cd debian/cvs-build;cvs -d $(CVS_ROOT) export -r $(LOGCHECK_CVSTAG) -d $(CVS_BUILDDIR) $(CVS_MODULE))
-cvs-clean: 
-	-rm -rf debian/cvs-build
-




More information about the Logcheck-commits mailing list