-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The packaging is crude, but this will likely never be available in Debian itself.
- Loading branch information
Showing
5 changed files
with
30 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
.debhelper/ | ||
*-stamp |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
intan-okfrontpanel (0.1) UNRELEASED; urgency=medium | ||
|
||
* Dummy release | ||
|
||
-- Matthias Klumpp <[email protected]> Thu, 18 Jul 2019 17:45:58 +0200 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
Source: intan-okfrontpanel | ||
Section: non-free/libs | ||
Priority: optional | ||
Maintainer: Matthias Klumpp <[email protected]> | ||
Build-Depends: debhelper-compat (= 12), | ||
meson, | ||
udev | ||
Standards-Version: 4.3.0 | ||
|
||
Package: intan-okfrontpanel | ||
Architecture: any | ||
Depends: ${misc:Depends}, | ||
${shlibs:Depends} | ||
Description: Opal Kelly FrontPanel Library files as distributed by Intan | ||
Contains the propriatery Opal Kelly FrontPanel Library file for use with | ||
Intan Technologies hardware, as well as a udev rule to allow software to | ||
use the devices without having root permissions. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
#!/usr/bin/make -f | ||
# -*- mode: makefile; coding: utf-8 -*- | ||
|
||
%: | ||
dh $@ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
3.0 (native) |