ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

No we shouldn't create separate rules for each package, but a different rule for different versions of ubuntu.

We'll need to add a updated rule for trusty and copies for all the older versions of ubuntu. Along these lines.

``` ffmpeg: ubuntu: precise: [ ffmpeg, libavcodec-dev, libavformat-dev, libavutil-dev, libswscale-dev] quantal: [ ffmpeg, libavcodec-dev, libavformat-dev, libavutil-dev, libswscale-dev]

```

No we shouldn't create separate rules for each package, but a different rule for different versions of ubuntu.

We'll need to add a updated rule for trusty and copies for all the older versions of ubuntu. Along these lines.

```

ffmpeg:
  ubuntu:
    precise: [ ffmpeg, libavcodec-dev, libavformat-dev, libavutil-dev, libswscale-dev]
    quantal: [ ffmpeg, libavcodec-dev, libavformat-dev, libavutil-dev, libswscale-dev] 

libswscale-dev]

```