deb packaging files (tested on debian unstable) and rpm spec file
This commit is contained in:
8
debian/rules
vendored
Executable file
8
debian/rules
vendored
Executable file
@@ -0,0 +1,8 @@
|
||||
#!/usr/bin/make -f
|
||||
%:
|
||||
dh $@
|
||||
|
||||
override_dh_auto_install:
|
||||
$(MAKE) DESTDIR=$$(pwd)/debian/profanity prefix=/usr install
|
||||
|
||||
override_dh_auto_test:
|
||||
Reference in New Issue
Block a user