~wooksong/nnstreamer-ros/+git/tizenport-python-rospkg:accept_depends_from_rpp

Last commit made on 2014-04-05
Get this branch:
git clone -b accept_depends_from_rpp https://git.launchpad.net/~wooksong/nnstreamer-ros/+git/tizenport-python-rospkg

Branch merges

Branch information

Name:
accept_depends_from_rpp
Repository:
lp:~wooksong/nnstreamer-ros/+git/tizenport-python-rospkg

Recent commits

0b9a494... by Dirk Thomas

fix package dependencies to include package names neither released nor system dependencies (fix #59)

18f227f... by Dirk Thomas

1.0.27

6327842... by Dirk Thomas

Merge pull request #54 from cottsay/master

Use system encoding to read os version

dd81e92... by Scott K Logan

Use system encoding to read os version

Fedora 19 brought us the *wonderful* gift of special characters in the release name. Without specifying the encoding, the release file is read as ASCII (the Python 2 default) and can be wrong. We can use locale to detect the system's preferred encoding and read the file as such.

This problem prevents rosdep or any other ROS entity which uses this value from working correctly in Fedora 19.

locale.getpreferredencoding() was added in Python 2.3.

8a524ae... by Dirk Thomas

Merge pull request #56 from cottsay/x86-test-fix

Fix test for 32-bit machines

e5ab307... by Scott K Logan

Fix test for 32-bit machines

Current versions of Ubuntu LTS and Fedora will report i686 for the architecture, not i386, making this test fail on 32-bit machines

02f9edd... by Dirk Thomas

Merge pull request #52 from ros-infrastructure/deps

add missing dependencies to setup.py (fix #51)

1b7c46b... by Dirk Thomas

add missing dependencies to setup.py (fix #51)

8c835b7... by Dirk Thomas

update suites

ee1ba69... by Dirk Thomas

update release stuff for use with ros_release_python