-
Notifications
You must be signed in to change notification settings - Fork 286
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #581 from dartsim/packaging-4.3.5
Packaging 4.3.5
- Loading branch information
Showing
4 changed files
with
19 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,9 @@ | ||
dart4 (4.3.5) unstable; urgency=medium | ||
|
||
* Fixed incorrect applying of joint constraint impulses (backported from 6.0.0) | ||
|
||
-- Jeongseok Lee <[email protected]> Sat, 9 Jan 2015 12:00:00 -0500 | ||
|
||
dart (4.3.4) unstable; urgency=low | ||
|
||
* Fixed build issue with gtest on Mac | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
Source: dart | ||
Source: dart4 | ||
Priority: extra | ||
Maintainer: Jeongseok Lee <[email protected]> | ||
Build-Depends: debhelper (>= 9), | ||
|
@@ -13,7 +13,7 @@ Build-Depends: debhelper (>= 9), | |
libtinyxml-dev, | ||
libtinyxml2-dev, | ||
liburdfdom-dev | ||
Standards-Version: 3.9.5 | ||
Standards-Version: 3.9.6 | ||
Section: libs | ||
Homepage: http://dartsim.github.io/ | ||
Vcs-Git: git://github.com/dartsim/dart.git | ||
|
@@ -22,7 +22,7 @@ Vcs-Browser: https://github.com/dartsim/dart | |
Package: libdart-core4-dev | ||
Section: libdevel | ||
Architecture: any | ||
Pre-Depends: multiarch-support | ||
Pre-Depends: ${misc:Pre-Depends} | ||
Conflicts: libdart-core3-dev | ||
Depends: ${misc:Depends}, | ||
libdart-core4.3 (= ${binary:Version}), | ||
|
@@ -56,7 +56,7 @@ Description: Dynamic Animation and Robotics Toolkit, core development files | |
Package: libdart4-dev | ||
Section: libdevel | ||
Architecture: any | ||
Pre-Depends: multiarch-support | ||
Pre-Depends: ${misc:Pre-Depends} | ||
Depends: ${misc:Depends}, | ||
libdart-core4-dev, | ||
libdart4.3 (= ${binary:Version}), | ||
|
@@ -92,7 +92,7 @@ Description: Dynamic Animation and Robotics Toolkit, development files | |
Package: libdart-core4.3 | ||
Section: libs | ||
Architecture: any | ||
Pre-Depends: multiarch-support | ||
Pre-Depends: ${misc:Pre-Depends} | ||
Depends: ${misc:Depends}, | ||
${shlibs:Depends} | ||
Description: Dynamic Animation and Robotics Toolkit, core library files | ||
|
@@ -122,7 +122,7 @@ Description: Dynamic Animation and Robotics Toolkit, core library files | |
Package: libdart4.3 | ||
Section: libs | ||
Architecture: any | ||
Pre-Depends: multiarch-support | ||
Pre-Depends: ${misc:Pre-Depends} | ||
Depends: ${misc:Depends}, | ||
${shlibs:Depends} | ||
Description: Dynamic Animation and Robotics Toolkit, library files | ||
|