diff options
author | Jameson Graef Rollins <jrollins@finestructure.net> | 2008-11-15 14:43:22 -0500 |
---|---|---|
committer | Jameson Graef Rollins <jrollins@finestructure.net> | 2008-11-15 14:43:22 -0500 |
commit | 3726f3dd674e74258c5f47b00f3f6f15f4037175 (patch) | |
tree | 985b776adb9da469c7bb1fc29efdffbf7ee5d661 /packaging/debian/rules | |
parent | d6298194a23adc09731b34568455a3598b29bea1 (diff) |
move debian packaging to the packaging/ subdirectory.
Diffstat (limited to 'packaging/debian/rules')
-rwxr-xr-x | packaging/debian/rules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/packaging/debian/rules b/packaging/debian/rules new file mode 100755 index 0000000..cbe925d --- /dev/null +++ b/packaging/debian/rules @@ -0,0 +1,3 @@ +#!/usr/bin/make -f +%: + dh $@ |