diff options
author | Daniel Kahn Gillmor <dkg@fifthhorseman.net> | 2008-06-13 10:32:09 -0400 |
---|---|---|
committer | Daniel Kahn Gillmor <dkg@fifthhorseman.net> | 2008-06-13 10:32:09 -0400 |
commit | c998145c57c19e026e5f6c8f400fb66a3f52e8d4 (patch) | |
tree | c0d7d5754317e8495120e8ec6289567a82a7c908 /debian/rules | |
parent | e983d61545f58db81429d82a356dfadafd491dd0 (diff) |
further debianization work. (also, made src/common non-executable,
since it is sourced, not executed).
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/debian/rules b/debian/rules new file mode 100755 index 0000000..cbe925d --- /dev/null +++ b/debian/rules @@ -0,0 +1,3 @@ +#!/usr/bin/make -f +%: + dh $@ |