[Debian-ha-commits] [crmsh] 02/02: Cleanup debian/rules
Valentin Vidic
vvidic-guest at moszumanska.debian.org
Thu Dec 8 22:09:06 UTC 2016
This is an automated email from the git hooks/post-receive script.
vvidic-guest pushed a commit to branch master
in repository crmsh.
commit 6a79f3f66c040fe543e628b43c2ca0214dc44420
Author: Valentin Vidic <Valentin.Vidic at CARNet.hr>
Date: Thu Dec 8 22:53:17 2016 +0100
Cleanup debian/rules
Remove uneffective commands from the build process.
---
debian/rules | 6 ------
1 file changed, 6 deletions(-)
diff --git a/debian/rules b/debian/rules
index 9e6a4dc..908cc35 100755
--- a/debian/rules
+++ b/debian/rules
@@ -30,7 +30,6 @@ override_dh_auto_build:
dh_auto_build
# Manually invoke building of the asciidoc html documentation
cd $(CURDIR)/doc/website-v1 && $(MAKE)
- cd $(CURDIR)/../
DOC = debian/tmp/usr/share/doc/crmsh
@@ -42,11 +41,6 @@ override_dh_auto_install:
install -D debian/tmp/usr/bin/crm debian/tmp/usr/sbin/crm
rm debian/tmp/usr/bin/crm
-override_dh_compress:
- find $(CURDIR)/debian/crmsh/ -name '*.pyo' | xargs rm -rf
- find $(CURDIR)/debian/crmsh/ -name '*.pyc' | xargs rm -rf
- dh_compress
-
override_dh_clean:
dh_clean build/ doc/*.8 doc/*.html doc/website-v1/gen/
# Restore timestamp after patching to make build reproducible
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-ha/crmsh.git
More information about the Debian-HA-Commits
mailing list