Initial commit
This commit is contained in:
13
debian/rules
vendored
Normal file
13
debian/rules
vendored
Normal file
@ -0,0 +1,13 @@
|
||||
#!/usr/bin/make -f
|
||||
%:
|
||||
dh $@
|
||||
|
||||
override_dh_auto_install:
|
||||
dh_auto_install
|
||||
install -d debian/deb-simple/opt/deb-simple
|
||||
install -d debian/deb-simple/opt/deb-simple/repo
|
||||
install -m 644 sample_conf.json debian/deb-simple/etc/deb-simple.conf
|
||||
|
||||
override_dh_builddeb:
|
||||
mkdir ./build || true
|
||||
dh_builddeb --destdir=./build --
|
Reference in New Issue
Block a user