deb packaging files (tested on debian unstable) and rpm spec file

This commit is contained in:
Florent Peterschmitt
2013-06-05 11:28:53 +02:00
parent 6082ab8778
commit b89f5da2c7
6 changed files with 67 additions and 0 deletions

8
debian/rules vendored Executable file
View 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: