Skip to content

Commit ff61e34

Browse files
author
Rohan Budhiraja
committed
[debian] multi-arch support
1 parent 7bd5644 commit ff61e34

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

debian/control

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ Description: Python bindings for sot-core library
5959
Package: libsot-core3.0.0
6060
Architecture: any
6161
Depends: ${shlibs:Depends}, ${misc:Depends}
62+
Pre-Depends: ${misc:Pre-Depends}
6263
Description: Stack of tasks solver plugin library for Dynamic graph
6364
The sot core library provides heirarchical task solver and task management
6465
interface in Python. The library provides a stack of tasks solver plugin

debian/libsot-core-dev.install

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
usr/include/*
2-
usr/lib/lib*.so
3-
usr/lib/pkgconfig/*
2+
usr/lib/*/lib*.so
3+
usr/lib/*/pkgconfig/*

debian/libsot-core3.0.0.install

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
usr/lib/*.so.*
1+
usr/lib/*/*.so.*
22
usr/lib/plugin/*

0 commit comments

Comments
 (0)