diff options
Diffstat (limited to 't/recipes/checks/debhelper/debhelper-dh-with-quilt/build-spec/debian')
-rwxr-xr-x | t/recipes/checks/debhelper/debhelper-dh-with-quilt/build-spec/debian/rules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/t/recipes/checks/debhelper/debhelper-dh-with-quilt/build-spec/debian/rules b/t/recipes/checks/debhelper/debhelper-dh-with-quilt/build-spec/debian/rules new file mode 100755 index 0000000..931d500 --- /dev/null +++ b/t/recipes/checks/debhelper/debhelper-dh-with-quilt/build-spec/debian/rules @@ -0,0 +1,3 @@ +#!/usr/bin/make -f +%: + dh $@ --with quilt |