[debian-edu-commits] debian-edu/ 01/02: debian/rules: run nothing for dh_auto_build target and dh_installdocs less.
Holger Levsen
holger at moszumanska.debian.org
Sun Oct 19 18:11:25 UTC 2014
This is an automated email from the git hooks/post-receive script.
holger pushed a commit to branch master
in repository debian-edu-doc.
commit f3f29f88783347f5a96b37a57afa45fcaded214f
Author: Holger Levsen <holger at layer-acht.org>
Date: Sun Oct 19 17:34:23 2014 +0200
debian/rules: run nothing for dh_auto_build target and dh_installdocs less.
---
debian/changelog | 2 ++
debian/rules | 3 ++-
2 files changed, 4 insertions(+), 1 deletion(-)
diff --git a/debian/changelog b/debian/changelog
index 1fce991..e1e7576 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -36,6 +36,8 @@ debian-edu-doc (1.6~20141019~8.0) UNRELEASED; urgency=medium
so well!
- Set Homepage: header to https://wiki.d.o/DebianEdu/Documentation/Jessie
* Makefile: Fix epub target name.
+ * debian/rules: run nothing for dh_auto_build target and dh_installdocs
+ less.
[ Jessie Manual translation updates ]
* German (Wolfgang Schweer)
diff --git a/debian/rules b/debian/rules
index 6ecd39d..61e3965 100755
--- a/debian/rules
+++ b/debian/rules
@@ -10,13 +10,14 @@ get-orig-source:
%:
dh $@
+override_dh_auto_build:
+
override_dh_auto_install:
override_dh_install:
$(MAKE) install DESTDIR="$(DESTDIR)"
override_dh_installdocs:
- dh_installdocs
dh_installdocs -A debian/README
dh_installdocs -p debian-edu-doc-en \
documentation/debian-edu-wheezy/README.debian-edu-wheezy-manual-translations \
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-edu/debian-edu-doc.git
More information about the debian-edu-commits
mailing list