Skip to content
Snippets Groups Projects
Commit d0ed8f9c authored by Sebastian Wouters's avatar Sebastian Wouters
Browse files
parent c4112160
Branches
Tags
No related merge requests found
chemps2 (1.8.4-2) UNRELEASED; urgency=medium
* Prepare for unstable
-- Sebastian Wouters <sebastianwouters@gmail.com> Sat, 15 Jul 2017 14:29:32 +0200
* Bump debhelper to 10
* Bump Standards-Version to 4.0.0
* In copyright-format https is preferred
* Cmake 3.0.2 required by upstream 1.8.4
* Overwrite CMAKE_VERBOSE_MAKEFILE=OFF in upstream
by passing VERBOSE=1 to make in debian/rules
* Multi-Arch: foreign for chemps2-doc
* Multi-Arch: same for libchemps2-2, libchemps2-dev,
and python-chemps2
-- Sebastian Wouters <sebastianwouters@gmail.com> Sun, 16 Jul 2017 15:21:57 +0200
chemps2 (1.8.4-1) experimental; urgency=medium
......
9
10
......@@ -27,6 +27,7 @@ Vcs-Browser: https://anonscm.debian.org/cgit/debichem/packages/chemps2.git
Package: libchemps2-2
Architecture: any
Multi-Arch: same
Depends: ${shlibs:Depends},
${misc:Depends}
Suggests: chemps2-doc
......@@ -56,6 +57,7 @@ Description: Spin-adapted DMRG for ab initio quantum chemistry
Package: libchemps2-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends: ${shlibs:Depends},
${misc:Depends},
libchemps2-2 (= ${binary:Version})
......@@ -89,6 +91,7 @@ Description: C++ headers, static library, and symlink for libchemps2-2
Package: chemps2-doc
Section: doc
Architecture: all
Multi-Arch: foreign
Depends: ${sphinxdoc:Depends},
${misc:Depends}
Description: Documentation of the libchemps2-2 package
......@@ -155,6 +158,7 @@ Description: Executable to call libchemps2-2 from the command line
Package: python-chemps2
Section: python
Architecture: any
Multi-Arch: same
Depends: ${python:Depends},
${shlibs:Depends},
${misc:Depends},
......
......@@ -20,7 +20,7 @@ override_dh_auto_configure:
-DCMAKE_BUILD_TYPE=release
override_dh_auto_build:
dh_auto_build
dh_auto_build -- VERBOSE=1
# https://wiki.debian.org/Python/LibraryStyleGuide: info on sphinx-build
PYTHONPATH=. http_proxy='127.0.0.1:9' sphinx-build -N -b html \
-c obj-${DEB_HOST_GNU_TYPE}/sphinx/ \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment