Project

General

Profile

Actions

整備 #4154

closed

Raspbian環境でcpackによるdebパッケージ作成に対応させる

Added by n.kawauchi about 7 years ago. Updated about 7 years ago.

Status:
終了
Priority:
通常
Assignee:
Start date:
08/10/2017
Due date:
% Done:

100%

Estimated time:

Description

Raspbian環境でcpackによるdebパッケージ作成に対応させる。
プロジェクトトップのCMakeLists.txtを次のように修正する。

$ diff CMakeLists.txt.org CMakeLists.txt
30c30
<  foreach(dist Debian Ubuntu RedHat Fedora CentOS)
---
>  foreach(dist Debian Ubuntu RedHat Fedora CentOS Raspbian)
45c45,46
<     ${DIST_NAME} MATCHES "Ubuntu")
---
>     ${DIST_NAME} MATCHES "Ubuntu" OR
>     ${DIST_NAME} MATCHES "Raspbian")  

Actions #1

Updated by ga about 7 years ago

  • Status changed from 新規 to 解決
  • % Done changed from 0 to 100

修正させて頂きました r761,762

Actions #2

Updated by n.kawauchi about 7 years ago

c++とpythonのRTCで確認しました。OKです。ありがとうございました。

Actions #3

Updated by n-ando about 7 years ago

  • Status changed from 解決 to 終了
Actions

Also available in: Atom PDF