[getdp] 16/20: install README.txt in all packages
Mattia Rizzolo
mattia at debian.org
Fri Feb 12 19:58:26 UTC 2016
This is an automated email from the git hooks/post-receive script.
mattia pushed a commit to branch master
in repository getdp.
commit 600e86a80f2d98c6a3a1551ab82e2b0a0c9d2972
Author: Mattia Rizzolo <mattia at debian.org>
Date: Fri Feb 12 18:50:06 2016 +0000
install README.txt in all packages
---
debian/docs | 1 -
debian/rules | 3 +++
2 files changed, 3 insertions(+), 1 deletion(-)
diff --git a/debian/docs b/debian/docs
deleted file mode 100644
index 71dfd5b..0000000
--- a/debian/docs
+++ /dev/null
@@ -1 +0,0 @@
-README.txt
diff --git a/debian/rules b/debian/rules
index 796b580..604a561 100755
--- a/debian/rules
+++ b/debian/rules
@@ -64,6 +64,9 @@ override_dh_auto_install:
override_dh_auto_clean:
rm -rf $(BUILDDIR)/petsc $(BUILDDIR)/sparskit
+override_dh_installdocs:
+ dh_installdocs --all README.txt
+
# Grab the version before +dfsg
DEB_SOURCE_PACKAGE = $(shell dpkg-parsechangelog | grep '^Source:' | cut -f 2 -d ' ')
DEB_UPSTREAM_VERSION = $(shell dpkg-parsechangelog | sed -rne 's,^Version: ([^+]+).*,\1,p' | cut -f 1 -d '-')
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/getdp.git
More information about the debian-science-commits
mailing list