We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 904e670 commit f5ea038Copy full SHA for f5ea038
tools/package-deb.sh
@@ -0,0 +1,10 @@
1
+#!/bin/bash
2
+
3
+if ! [ -e /etc/debian_version ]; then
4
+ echo "This must be run on Debian (or a Debian-derived distribution.)"
5
+fi
6
7
+./configure
8
+make
9
+make test
10
+make package
0 commit comments