Skip to content

Commit 7e3e36c

Browse files
committed
Merge pull request #581 from dartsim/packaging-4.3.5
Packaging 4.3.5
2 parents 068ab7b + 5f9a026 commit 7e3e36c

File tree

4 files changed

+19
-8
lines changed

4 files changed

+19
-8
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ project(dart)
2424

2525
set(DART_MAJOR_VERSION "4")
2626
set(DART_MINOR_VERSION "3")
27-
set(DART_PATCH_VERSION "4")
27+
set(DART_PATCH_VERSION "5")
2828
set(DART_VERSION "${DART_MAJOR_VERSION}.${DART_MINOR_VERSION}.${DART_PATCH_VERSION}")
2929
set(DART_PKG_DESC "Dynamic Animation and Robotics Toolkit.")
3030
set(DART_PKG_EXTERNAL_DEPS "flann, ccd, fcl")

Changelog.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
1-
### Version 4.3.3 (2015-01-24)
1+
### Version 4.3.5 (2016-01-09)
2+
3+
1. Fixed incorrect applying of joint constraint impulses (backported from 6.0.0)
4+
* [Pull request #578](https://github.com/dartsim/dart/pull/578)
5+
6+
### Version 4.3.4 (2015-01-24)
27

38
1. Fixed build issue with gtest on Mac
49
* [Pull request #315](https://github.com/dartsim/dart/pull/315)

debian/changelog

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
dart4 (4.3.5) unstable; urgency=medium
2+
3+
* Fixed incorrect applying of joint constraint impulses (backported from 6.0.0)
4+
5+
-- Jeongseok Lee <[email protected]> Sat, 9 Jan 2015 12:00:00 -0500
6+
17
dart (4.3.4) unstable; urgency=low
28

39
* Fixed build issue with gtest on Mac

debian/control

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Source: dart
1+
Source: dart4
22
Priority: extra
33
Maintainer: Jeongseok Lee <[email protected]>
44
Build-Depends: debhelper (>= 9),
@@ -13,7 +13,7 @@ Build-Depends: debhelper (>= 9),
1313
libtinyxml-dev,
1414
libtinyxml2-dev,
1515
liburdfdom-dev
16-
Standards-Version: 3.9.5
16+
Standards-Version: 3.9.6
1717
Section: libs
1818
Homepage: http://dartsim.github.io/
1919
Vcs-Git: git://github.com/dartsim/dart.git
@@ -22,7 +22,7 @@ Vcs-Browser: https://github.com/dartsim/dart
2222
Package: libdart-core4-dev
2323
Section: libdevel
2424
Architecture: any
25-
Pre-Depends: multiarch-support
25+
Pre-Depends: ${misc:Pre-Depends}
2626
Conflicts: libdart-core3-dev
2727
Depends: ${misc:Depends},
2828
libdart-core4.3 (= ${binary:Version}),
@@ -56,7 +56,7 @@ Description: Dynamic Animation and Robotics Toolkit, core development files
5656
Package: libdart4-dev
5757
Section: libdevel
5858
Architecture: any
59-
Pre-Depends: multiarch-support
59+
Pre-Depends: ${misc:Pre-Depends}
6060
Depends: ${misc:Depends},
6161
libdart-core4-dev,
6262
libdart4.3 (= ${binary:Version}),
@@ -92,7 +92,7 @@ Description: Dynamic Animation and Robotics Toolkit, development files
9292
Package: libdart-core4.3
9393
Section: libs
9494
Architecture: any
95-
Pre-Depends: multiarch-support
95+
Pre-Depends: ${misc:Pre-Depends}
9696
Depends: ${misc:Depends},
9797
${shlibs:Depends}
9898
Description: Dynamic Animation and Robotics Toolkit, core library files
@@ -122,7 +122,7 @@ Description: Dynamic Animation and Robotics Toolkit, core library files
122122
Package: libdart4.3
123123
Section: libs
124124
Architecture: any
125-
Pre-Depends: multiarch-support
125+
Pre-Depends: ${misc:Pre-Depends}
126126
Depends: ${misc:Depends},
127127
${shlibs:Depends}
128128
Description: Dynamic Animation and Robotics Toolkit, library files

0 commit comments

Comments
 (0)