Skip to content

Commit

Permalink
Add Debian packaging
Browse files Browse the repository at this point in the history
The packaging is crude, but this will likely never be available in
Debian itself.
  • Loading branch information
ximion committed Jul 18, 2019
1 parent 7b949b2 commit 7220f60
Show file tree
Hide file tree
Showing 5 changed files with 30 additions and 0 deletions.
2 changes: 2 additions & 0 deletions debian/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
.debhelper/
*-stamp
5 changes: 5 additions & 0 deletions debian/changelog
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
17 changes: 17 additions & 0 deletions debian/control
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.
5 changes: 5 additions & 0 deletions debian/rules
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#!/usr/bin/make -f
# -*- mode: makefile; coding: utf-8 -*-

%:
dh $@
1 change: 1 addition & 0 deletions debian/source/format
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
3.0 (native)

0 comments on commit 7220f60

Please sign in to comment.