このサイトはJavaScriptを使用しています
ホーム
ヘルプ
サインイン
heuzef
/
WiringPi
ミラー元
https://github.com/WiringPi/WiringPi.git
ウォッチ
1
スター
0
フォーク
0
コード
課題
0
リリース
9
Wiki
アクティビティ
選択できるのは25トピックまでです。
トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
94
コミット
10
ブランチ
50 MiB
ツリー:
d79506694d
bugfix
cmake
deb-packaging
develop
docu
example
master
pcie
ubuntu
unittest
3.10
3.8
3.6
3.4
3.2
3.1
3.0
2.61-1
final_official_2.50
ブランチ
タグ
${ item.name }
ブランチ
${ searchTerm }
を作成
'd79506694d' から
${ noResults }
WiringPi
/
debian-template
/
wiringPi
/
DEBIAN
/
postinst
postinst
98 B
Raw
通常表示
履歴
OK, so an easier way to manage versions. Debian package creation - crude, probably violated the Debian policys but it seems to work just fine... some other changes.
9年前
1
2
3
4
5
#!/bin/sh
set -e
/bin/chown root.root /usr/bin/gpio
/bin/chmod 4755 /usr/bin/gpio
/sbin/ldconfig