Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
PETRA III Debian Packages
h5cpp-bp
Commits
32d85b1e
Commit
32d85b1e
authored
Jul 12, 2018
by
Jan Kotanski
Browse files
bump to 0.0.9
parent
35da2722
Changes
4
Hide whitespace changes
Inline
Side-by-side
debian/control
View file @
32d85b1e
...
...
@@ -15,19 +15,19 @@ Homepage: https://github.com/ess-dmsc/h5cpp
#Vcs-Git: git://anonscm.debian.org/collab-maint/h5cpp.git
#Vcs-Browser: http://anonscm.debian.org/?p=collab-maint/h5cpp.git;a=summary
Package: libh5cpp0.0.
8
-dev
Package: libh5cpp0.0.
9
-dev
Section: libdevel
Architecture: any
Depends: libh5cpp0.0.
8
(= ${binary:Version}), ${misc:Depends}
Breaks: h5cpp-dev, libh5cpp0.0.7-dev
Replaces: h5cpp-dev, libh5cpp0.0.7-dev
Depends: libh5cpp0.0.
9
(= ${binary:Version}), ${misc:Depends}
Breaks: h5cpp-dev, libh5cpp0.0.7-dev
, libh5cpp0.0.8-dev
Replaces: h5cpp-dev, libh5cpp0.0.7-dev
, libh5cpp0.0.8-dev
Description: is a C++ wrapper for hdf5
which significantly simplifies development of HDF5 code. It provides
a high level abstraction to the HDF5 low-level types.
.
This package contains the development files.
Package: libh5cpp0.0.
8
Package: libh5cpp0.0.
9
Section: libs
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
...
...
@@ -38,26 +38,26 @@ Description: is a C++ wrapper for hdf5
.
This package contains the runtime binaries.
Package: libh5cpp0.0.
8
-dbg
Package: libh5cpp0.0.
9
-dbg
Priority: optional
Section: debug
Architecture: any
Depends: libh5cpp0.0.
8
(= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
Breaks: h5cpp-dbg, libh5cpp0.0.7-dbg
Replaces: h5cpp-dbg, libh5cpp0.0.7-dbg
Depends: libh5cpp0.0.
9
(= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
Breaks: h5cpp-dbg, libh5cpp0.0.7-dbg
, libh5cpp0.0.8-dbg
Replaces: h5cpp-dbg, libh5cpp0.0.7-dbg
, libh5cpp0.0.8-dbg
Description: is a C++ wrapper for hdf5
which significantly simplifies development of HDF5 code. It provides
a high level abstraction to the HDF5 low-level types.
.
This package contains the runtime binaries.
Package: libh5cpp0.0.
8
-doc
Package: libh5cpp0.0.
9
-doc
Section: doc
Priority: optional
Architecture: any
Depends: ${misc:Depends}
Breaks: h5cpp-doc, libh5cpp0.0.7-doc
Replaces: h5cpp-doc, libh5cpp0.0.7-doc
Breaks: h5cpp-doc, libh5cpp0.0.7-doc
, libh5cpp0.0.8-doc
Replaces: h5cpp-doc, libh5cpp0.0.7-doc
, libh5cpp0.0.8-doc
Description: is a C++ wrapper for hdf5
which significantly simplifies development of HDF5 code. It provides
a high level abstraction to the HDF5 low-level types.
...
...
debian/libh5cpp0.0.
8
-dev.install
→
debian/libh5cpp0.0.
9
-dev.install
View file @
32d85b1e
File moved
debian/libh5cpp0.0.
8
.install
→
debian/libh5cpp0.0.
9
.install
View file @
32d85b1e
File moved
debian/rules
View file @
32d85b1e
...
...
@@ -30,7 +30,7 @@ override_dh_auto_test:
cd $(BUILDDIR) && make run_tests
override_dh_strip:
dh_strip --dbg-package=libh5cpp0.0.
8
-dbg
dh_strip --dbg-package=libh5cpp0.0.
9
-dbg
override_dh_auto_configure:
dh_auto_configure -- -DCONAN=DISABLE
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment