diff options
author | Przemyslaw Pawelczyk <przemoc@gmail.com> | 2015-02-07 22:35:03 +0100 |
---|---|---|
committer | Przemyslaw Pawelczyk <przemoc@gmail.com> | 2015-02-07 22:35:03 +0100 |
commit | 9ab83e140f10186c86cd3eaa8cc3a0bc77da939c (patch) | |
tree | c533e97a11f4f617a3351ac83edb690c02e51eb8 /debian/rules | |
parent | 8b96e197acdad31cc8526dbb82230f2c307e6bee (diff) |
Remove debian/ directory.
I think that adding this directory 3 years ago to the repository was
a mistake. If there will be a demand for it, some Makefile rule
bootstrapping debian/ directory could be devised.
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/debian/rules b/debian/rules deleted file mode 100755 index d8309f6..0000000 --- a/debian/rules +++ /dev/null @@ -1,6 +0,0 @@ -#!/usr/bin/make -f - -export DEB_BUILD_MAINT_OPTIONS = hardening=+all - -%: - dh $@ |