~wooksong/nnstreamer-ros/+git/tizenport-ros-genpy:tizen

Last commit made on 2017-10-19
Get this branch:
git clone -b tizen https://git.launchpad.net/~wooksong/nnstreamer-ros/+git/tizenport-ros-genpy

Branch merges

Branch information

Recent commits

1b5213c... by MyungJoo Ham

DIST: rpm fix for changed ros install path

Signed-off-by: MyungJoo Ham <email address hidden>

bc8f535... by Sangjung Woo

spec: add omitted Requires in spec

This module internally uses the yaml module but Requires information is
omitted in spec file. This patch fixes that bug.

Signed-off-by: Sangjung woo <email address hidden>

fa8d240... by Jiho Chu <email address hidden>

packaging: add spec and manifest

Signed-off-by: Jiho Chu <email address hidden>

081cd18... by Dirk Thomas <email address hidden>

Merge pull request #89 from jspricke/fix_hurd

Fix exception handling on Hurd

6a5ee04... by Jochen Sprickerhof <email address hidden>

Use errno detect existing dir

Hurd uses a different errno for example.

32c78d7... by Dirk Thomas <email address hidden>

Merge pull request #84 from gavanderhoorn/patch-1

Fix typo.

2fe96c6... by "G.A. vd. Hoorn" <email address hidden>

Fix typo.

64c161b... by Dirk Thomas <email address hidden>

0.6.6

3a0709d... by Dirk Thomas <email address hidden>

update changelog

4e813e7... by Dorian Scholz

Add escaping for strings which is valid in YAML (#79)

* change test for and fix yaml string escaping

* removed now redundant test dependency

* add multiline strings to yaml test and fix escaping

* adapt strify test strings to new default string escaping

* remove commented out lines