summaryrefslogtreecommitdiff
path: root/rules
diff options
context:
space:
mode:
authorClint Adams <clint@debian.org>2018-12-22 09:24:04 -0500
committerClint Adams <clint@debian.org>2018-12-22 09:24:04 -0500
commit47af168afbfa043a3e37366c155bd1271c63e535 (patch)
treeecac9dc3847c99b62792d1d6358efdbd7aea87e8 /rules
Import sed_4.7-1.debian.tar.xz
[dgit import tarball sed 4.7-1 sed_4.7-1.debian.tar.xz]
Diffstat (limited to 'rules')
-rwxr-xr-xrules16
1 files changed, 16 insertions, 0 deletions
diff --git a/rules b/rules
new file mode 100755
index 0000000..6b030ea
--- /dev/null
+++ b/rules
@@ -0,0 +1,16 @@
+#! /usr/bin/make -f
+
+%:
+ dh $@
+
+override_dh_auto_configure:
+ dh_auto_configure -- --exec-prefix=/ --with-packager=Debian --without-included-regex
+
+override_dh_auto_build:
+ dh_auto_build -- HELP2MAN=/usr/bin/help2man
+
+override_dh_shlibdeps:
+ dh_shlibdeps -- -dPre-Depends
+
+override_dh_auto_clean:
+ test ! -f Makefile || dh_auto_clean