Skip to content
Snippets Groups Projects
Commit 9fa03c93 authored by Thomas Moulard's avatar Thomas Moulard
Browse files

Fix Debian package (main binary pacakge was missing).

parent 2cd96c43
No related branches found
No related tags found
No related merge requests found
......@@ -14,15 +14,25 @@ Section: libs
Package: libdynamic-graph-dev
Section: libdevel
Architecture: any
Depends: ${misc:Depends}
Depends: libdynamic-graph1.0.0.99 (= ${binary:Version}), ${misc:Depends}
Suggests: libdynamic-graph-doc
Description: Dynamic graph C++ library
Description: Dynamic graph C++ library development package
The dynamic graph library allows the representation of data-flow in C++.
It provides fast graph evaluation and a simple script language to manipulate
the graph actions.
.
This package contains development files (headers and pkg-config file).
Package: libdynamic-graph1.0.0.99
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Dynamic graph C++ library
The dynamic graph library allows the representation of data-flow in C++.
It provides fast graph evaluation and a simple script language to manipulate
the graph actions.
Package: libdynamic-graph-doc
Section: doc
Architecture: all
......
usr/include/*
usr/lib/lib*.so
usr/lib/pkgconfig/*
usr/bin/*
usr/lib/lib*.so.*
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment