Skip to content

Commit

Permalink
Install ign-plugin executable (#5)
Browse files Browse the repository at this point in the history
Signed-off-by: Steve Peters <[email protected]>

* Do not use wildcards in doc-base
* Remove Sid
* Fix lintian warning
* Add new package to host the CLI app
* Update ubuntu/debian/control
* Complete rename package

Co-authored-by: Jose Luis Rivero <[email protected]>
Co-authored-by: Louise Poubel <[email protected]>
  • Loading branch information
3 people authored May 24, 2022
1 parent 1a8a5d4 commit ccb284b
Show file tree
Hide file tree
Showing 21 changed files with 21 additions and 22 deletions.
1 change: 1 addition & 0 deletions debian/buster/debian/ignition-plugin2-cli.install
6 changes: 0 additions & 6 deletions debian/sid/debian/changelog

This file was deleted.

1 change: 0 additions & 1 deletion debian/sid/debian/compat

This file was deleted.

1 change: 0 additions & 1 deletion debian/sid/debian/control

This file was deleted.

1 change: 0 additions & 1 deletion debian/sid/debian/copyright

This file was deleted.

1 change: 0 additions & 1 deletion debian/sid/debian/docs

This file was deleted.

1 change: 0 additions & 1 deletion debian/sid/debian/format

This file was deleted.

1 change: 0 additions & 1 deletion debian/sid/debian/libignition-plugin2-dev.doc-base

This file was deleted.

1 change: 0 additions & 1 deletion debian/sid/debian/libignition-plugin2-dev.docs

This file was deleted.

1 change: 0 additions & 1 deletion debian/sid/debian/libignition-plugin2-dev.install

This file was deleted.

This file was deleted.

1 change: 0 additions & 1 deletion debian/sid/debian/libignition-plugin2.install

This file was deleted.

1 change: 0 additions & 1 deletion debian/sid/debian/rules

This file was deleted.

1 change: 0 additions & 1 deletion debian/sid/debian/source

This file was deleted.

1 change: 0 additions & 1 deletion debian/sid/debian/watch

This file was deleted.

1 change: 1 addition & 0 deletions focal/debian/ignition-plugin2-cli.install
1 change: 1 addition & 0 deletions jammy/debian/ignition-plugin2-cli.install
13 changes: 13 additions & 0 deletions ubuntu/debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,25 @@ Depends: libignition-plugin2 (= ${binary:Version}),
libignition-utils2-dev,
${misc:Depends}
Multi-Arch: same
Recommends: ignition-plugin2-cli
Description: Ignition Robotics Plugin Library - Development files
Ignition Plugin is a component in the ignition framework, a set of libraries
designed to rapidly develop robot applications.
.
Package contains the development files

Package: ignition-plugin2-cli
Architecture: any
Depends: libignition-plugin2 (= ${binary:Version}),
${shlibs:Depends},
${misc:Depends}
Multi-Arch: no
Description: Collection of useful code used by robotics apps - CLI tool
Ignition Plugin is a component in the ignition framework, a set of libraries
designed to rapidly develop robot applications.
.
Ignition plugin client tool

Package: libignition-plugin2-dbg
Architecture: any
Section: debug
Expand Down
2 changes: 2 additions & 0 deletions ubuntu/debian/ignition-plugin-cli.install
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Needs to be migrated to libexec
usr/libexec/ignition/
4 changes: 2 additions & 2 deletions ubuntu/debian/libignition-plugin-dev.doc-base
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ Abstract: Describe the Ignition Plugin C++ API.
Section: Programming/C++

Format: HTML
Index: /usr/share/doc/libignition-plugin[0-99]-dev/html/index.html
Files: /usr/share/doc/libignition-plugin[0-99]-dev/html/*
Index: /usr/share/doc/libignition-plugin2-dev/html/index.html
Files: /usr/share/doc/libignition-plugin2-dev/html/*
2 changes: 1 addition & 1 deletion ubuntu/debian/libignition-plugin-dev.lintian-overrides
Original file line number Diff line number Diff line change
@@ -1 +1 @@
libignition-plugin-dev: privacy-breach-*
libignition-plugin2-dev: privacy-breach-*

0 comments on commit ccb284b

Please sign in to comment.