Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
C
chemps2
Manage
Activity
Members
Labels
Plan
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Debichem
chemps2
Commits
d0ed8f9c
Commit
d0ed8f9c
authored
8 years ago
by
Sebastian Wouters
Browse files
Options
Downloads
Patches
Plain Diff
Adjusting Graham's suggestions
http://lists.alioth.debian.org/pipermail/debichem-devel/2017-July/008220.html
parent
c4112160
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
debian/changelog
+11
-3
11 additions, 3 deletions
debian/changelog
debian/compat
+1
-1
1 addition, 1 deletion
debian/compat
debian/control
+4
-0
4 additions, 0 deletions
debian/control
debian/rules
+1
-1
1 addition, 1 deletion
debian/rules
with
17 additions
and
5 deletions
debian/changelog
+
11
−
3
View file @
d0ed8f9c
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
...
...
This diff is collapsed.
Click to expand it.
debian/compat
+
1
−
1
View file @
d0ed8f9c
9
10
This diff is collapsed.
Click to expand it.
debian/control
+
4
−
0
View file @
d0ed8f9c
...
...
@@ -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},
...
...
This diff is collapsed.
Click to expand it.
debian/rules
+
1
−
1
View file @
d0ed8f9c
...
...
@@ -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/
\
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment