Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add geospatial component #4

Merged
merged 4 commits into from
Mar 15, 2022
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions bionic/debian/libignition-common5-geospatial-dev.install
1 change: 1 addition & 0 deletions bionic/debian/libignition-common5-geospatial.install
1 change: 1 addition & 0 deletions debian/sid/debian/libignition-common5-geospatial.install
1 change: 1 addition & 0 deletions focal/debian/libignition-common5-geospatial-dev.install
1 change: 1 addition & 0 deletions focal/debian/libignition-common5-geospatial.install
41 changes: 38 additions & 3 deletions ubuntu/debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ Build-Depends: cmake,
debhelper (>= 9),
doxygen,
libfreeimage-dev,
libgdal-dev,
libignition-cmake2-dev,
libignition-math7-dev,
libignition-utils1-dev,
Expand Down Expand Up @@ -121,11 +122,11 @@ Description: Ignition Common classes and functions (Events) - Shared library
Package: libignition-common5-events-dev
Architecture: any
Section: libdevel
Depends: libignition-cmake2-dev,
libignition-common5-core-dev (= ${binary:Version}),
Depends: libgdal-dev,
libignition-cmake2-dev,
libignition-common5-graphics-dev (= ${binary:Version}),
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

should these be added under the events component?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

oops, no

let me fix it

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

should be fixed by 8555fbc

libignition-utils1-dev,
libignition-math7-dev,
libignition-common5-events (= ${binary:Version}),
${misc:Depends}
Breaks: libignition-common5-dev (<< 3.0.0~pre5+hg20190228r1b2df90990)
Replaces: libignition-common5-dev (<< 3.0.0~pre5+hg20190228r1b2df90990)
Expand All @@ -136,6 +137,40 @@ Description: Ignition Common classes and functions (Events) - Development files
.
Events component of the library, development files

Package: libignition-common5-geospatial
Architecture: any
Section: libs
Pre-Depends: ${misc:Pre-Depends}
Depends: ${shlibs:Depends}, ${misc:Depends}
Breaks: libignition-common5 (<< 3.0.0~pre5+hg20190228r1b2df90990)
Replaces: libignition-common5 (<< 3.0.0~pre5+hg20190228r1b2df90990)
Multi-Arch: same
Description: Ignition Common classes and functions (Geospatial) - Shared library
Ignition Common is a component in the ignition framework, a set of libraries
designed to rapidly develop robot applications.
.
Geospatial component of the library

Package: libignition-common5-geospatial-dev
Architecture: any
Section: libdevel
Depends: libignition-cmake2-dev,
libignition-common5-core-dev (= ${binary:Version}),
libignition-math7-dev,
libignition-utils1-dev,
libtinyxml2-dev,
libgts-dev,
libignition-common5-geospatial (= ${binary:Version}),
${misc:Depends}
Breaks: libignition-common5-dev (<< 3.0.0~pre5+hg20190228r1b2df90990)
Replaces: libignition-common5-dev (<< 3.0.0~pre5+hg20190228r1b2df90990)
Multi-Arch: same
Description: Ignition Common classes and functions (Geospatial) - Development files
Ignition Common is a component in the ignition framework, a set of libraries
designed to rapidly develop robot applications.
.
Geospatial component of the library, development files

Package: libignition-common5-graphics
Architecture: any
Section: libs
Expand Down
5 changes: 5 additions & 0 deletions ubuntu/debian/libignition-common-geospatial-dev.install
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
usr/include/ignition/common*/ignition/common/geospatial.hh
usr/include/ignition/common*/ignition/common/geospatial/*
usr/lib/*/cmake/ignition-common[0-99]-geospatial/*
usr/lib/*/libignition-common[0-99]-geospatial.so
usr/lib/*/pkgconfig/ignition-common[0-99]-geospatial.pc
1 change: 1 addition & 0 deletions ubuntu/debian/libignition-common-geospatial.install
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
usr/lib/*/libignition-common[0-99]-geospatial.so.*