[slepc] 01/01: Build doc package from files installed for the standard (real) package.
Drew Parsons
dparsons at moszumanska.debian.org
Wed Jun 1 11:03:43 UTC 2016
This is an automated email from the git hooks/post-receive script.
dparsons pushed a commit to branch master
in repository slepc.
commit 6b1af6f59a6894187c2c95416303217f6fc08017
Author: Drew Parsons <dparsons at debian.org>
Date: Wed Jun 1 19:01:43 2016 +0800
Build doc package from files installed for the standard (real) package.
Closes: #825816.
(previous patch 154337fa... removed the explicit debug package, from
which the doc package had been built)
---
debian/changelog | 7 +++++++
debian/rules | 7 ++++---
2 files changed, 11 insertions(+), 3 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index c584340..744f17c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+slepc (3.6.3.dfsg1-5) UNRELEASED; urgency=medium
+
+ * Build doc package from files installed for the standard (real)
+ package. Closes: #825816.
+
+ -- Drew Parsons <dparsons at debian.org> Wed, 01 Jun 2016 18:58:14 +0800
+
slepc (3.6.3.dfsg1-4) unstable; urgency=medium
* Build-Depends: libpetsc3.6-dev (and -complex-) not libpetsc3.6.3-dev.
diff --git a/debian/rules b/debian/rules
index fd110f5..a94e559 100755
--- a/debian/rules
+++ b/debian/rules
@@ -92,7 +92,7 @@ export SLEPC_DIR=$(CURDIR)
override_dh_auto_clean:
if [ -d $(SLEPC_BUILD_DIR) ]; then \
- dh_auto_clean -p$(SLEPC_VERSIONED_DEV_PACKAGE) -- \
+ dh_auto_clean -p$(SLEPC_VERSIONED_DEV_PACKAGE) -p$(SLEPC_DOC_PACKAGE) -- \
SLEPC_DIR=$(CURDIR) SLEPC_ARCH=$(SLEPC_BUILD_DIR); \
fi
if [ -d $(SLEPC_COMPLEX_BUILD_DIR) ]; then \
@@ -131,9 +131,10 @@ override_dh_auto_install:
./configure --prefix=$(SLEPC_DIR_PREFIX) \
--with-arpack=1 \
--shared-library-extension=_real
- dh_auto_build -p$(SLEPC_VERSIONED_DEV_PACKAGE) -- \
+ dh_auto_build -p$(SLEPC_VERSIONED_DEV_PACKAGE) -p$(SLEPC_DOC_PACKAGE) -- \
PETSC_DIR=$(PETSC_DIR_REAL)
- dh_auto_install -p$(SLEPC_VERSIONED_DEV_PACKAGE) --destdir=$(PACKAGE_INSTALL_DIR) -- \
+ dh_auto_install -p$(SLEPC_VERSIONED_DEV_PACKAGE) -p$(SLEPC_DOC_PACKAGE) \
+ --destdir=$(PACKAGE_INSTALL_DIR) -- \
SLEPC_INSTALLDIR=$(SLEPC_DIR_PREFIX) \
SLEPC_DESTDIR=$(PACKAGE_INSTALL_DIR) \
PETSC_DIR=$(PETSC_DIR_REAL)
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/slepc.git
More information about the debian-science-commits
mailing list