Add Debian packaging
My first Debian package, woo! :-)
This commit is contained in:
6
debian/rules
vendored
Executable file
6
debian/rules
vendored
Executable file
@@ -0,0 +1,6 @@
|
||||
#!/usr/bin/make -f
|
||||
|
||||
export DEB_BUILD_MAINT_OPTIONS = hardening=+all
|
||||
|
||||
%:
|
||||
dh $@ -- -B_build
|
||||
Reference in New Issue
Block a user