File tree 5 files changed +18
-3
lines changed
5 files changed +18
-3
lines changed Original file line number Diff line number Diff line change
1
+ 3.0.0
Original file line number Diff line number Diff line change
1
+ sot-core (3.0.0-0ubuntu1ppa2~precise0-1) precise; urgency=low
2
+
3
+ * Update package installations
4
+
5
+ -- Rohan Budhiraja <budhiraja.rohan@gmail.com> Fri, 9 Jun 2016 18:46:23 +0200
6
+
7
+ sot-core (3.0.0-0ubuntu1ppa1~precise0-1) precise; urgency=low
8
+
9
+ * Update build
10
+
11
+ -- Rohan Budhiraja <budhiraja.rohan@gmail.com> Fri, 9 Jun 2016 18:41:23 +0200
12
+
1
13
sot-core (3.0.0-0ubuntu1ppa0~precise0-1) precise; urgency=low
2
14
3
15
* Initial release
Original file line number Diff line number Diff line change @@ -29,7 +29,6 @@ Package: libsot-core-dev
29
29
Section: libdevel
30
30
Architecture: any
31
31
Depends: libsot-core3.0.0 (= ${binary:Version}),
32
- python-sot-core,
33
32
${misc:Depends}
34
33
Suggests: libsot-core-doc
35
34
Description: Provides Heirarchical task solver for Dynamic graph
@@ -45,6 +44,8 @@ Architecture: any
45
44
Suggests: libsot-core-doc
46
45
Provides: ${python:Provides}
47
46
Depends: libsot-core3.0.0 (= ${binary:Version}),
47
+ python-dynamic-graph-dev (>=3.0.0),
48
+ python-dynamic-graph (>=3.0.0),
48
49
${shlibs:Depends},
49
50
${python:Depends},
50
51
${misc:Depends}
Original file line number Diff line number Diff line change 1
1
usr/include/*
2
2
usr/lib/*/lib*.so
3
- usr/lib/*/pkgconfig/*
3
+ usr/lib/*/pkgconfig/*
4
+ usr/lib/plugin/*.so
Original file line number Diff line number Diff line change 1
1
usr/lib/*/*.so.*
2
- usr/lib/plugin/*
2
+ usr/lib/plugin/*.so.*
You can’t perform that action at this time.
0 commit comments