about summary refs log tree commit diff stats
path: root/debian/rules
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2014-04-25 12:51:55 +0100
committerJames Booth <boothj5@gmail.com>2014-04-25 12:52:29 +0100
commit2e4af77b856bc6b14b6804d3822a17f4bed82b2f (patch)
tree434c556936bc91c086bf4fd3eb58bd7cf1d8a579 /debian/rules
parentab4ea80a70803d8d6335d8f5a8a4248e6d5423a4 (diff)
downloadprofani-tty-2e4af77b856bc6b14b6804d3822a17f4bed82b2f.tar.gz
Removed debian folder
Related to issue #338 which involved creating a supported debian package
Diffstat (limited to 'debian/rules')
-rwxr-xr-xdebian/rules8
1 files changed, 0 insertions, 8 deletions
diff --git a/debian/rules b/debian/rules
deleted file mode 100755
index 7c5462cb..00000000
--- a/debian/rules
+++ /dev/null
@@ -1,8 +0,0 @@
-#!/usr/bin/make -f
-%:
-	dh $@
-
-override_dh_auto_install:
-	$(MAKE) DESTDIR=$$(pwd)/debian/profanity prefix=/usr install
-
-override_dh_auto_test: