Skip to content
GitLab
Menu
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
bd59fefa
Commit
bd59fefa
authored
Jun 26, 2018
by
Jan Kotanski
Browse files
bump to 0.0.8
parent
2d998788
Changes
4
Hide whitespace changes
Inline
Side-by-side
debian/control
View file @
bd59fefa
...
...
@@ -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.
7
-dev
Package: libh5cpp0.0.
8
-dev
Section: libdevel
Architecture: any
Depends: libh5cpp0.0.
7
(= ${binary:Version}), ${misc:Depends}
Breaks: h5cpp-dev
Replaces: h5cpp-dev
Depends: libh5cpp0.0.
8
(= ${binary:Version}), ${misc:Depends}
Breaks: h5cpp-dev
, libh5cpp0.0.7-dev
Replaces: h5cpp-dev
, libh5cpp0.0.7-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.
7
Package: libh5cpp0.0.
8
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.
7
-dbg
Package: libh5cpp0.0.
8
-dbg
Priority: optional
Section: debug
Architecture: any
Depends: libh5cpp0.0.
7
(= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
Breaks: h5cpp-dbg
Replaces: h5cpp-dbg
Depends: libh5cpp0.0.
8
(= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
Breaks: h5cpp-dbg
, libh5cpp0.0.7-dbg
Replaces: h5cpp-dbg
, libh5cpp0.0.7-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.
7
-doc
Package: libh5cpp0.0.
8
-doc
Section: doc
Priority: optional
Architecture: any
Depends: ${misc:Depends}
Breaks: h5cpp-doc
Replaces: h5cpp-doc
Breaks: h5cpp-doc
, libh5cpp0.0.7-doc
Replaces: h5cpp-doc
, libh5cpp0.0.7-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.
7
-dev.install
→
debian/libh5cpp0.0.
8
-dev.install
View file @
bd59fefa
File moved
debian/libh5cpp0.0.
7
.install
→
debian/libh5cpp0.0.
8
.install
View file @
bd59fefa
File moved
debian/rules
View file @
bd59fefa
...
...
@@ -30,7 +30,7 @@ override_dh_auto_test:
cd $(BUILDDIR) && make run_tests
override_dh_strip:
dh_strip --dbg-package=libh5cpp0.0.
7
-dbg
dh_strip --dbg-package=libh5cpp0.0.
8
-dbg
override_dh_auto_configure:
dh_auto_configure -- -DCONAN=DISABLE
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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