Hello.
The attached debian/rules file might work, or at least serve
as a starting point (if you need a copyright notice, this one
is in the public domain).
(Note that it does not have the get-orig-source or uscan rules, but those
are not mandatory and may be added later if really needed, i.e. if
you can't put such functionality in debian/watch where it would probably
fit better).
Thanks.
#!/usr/bin/make -f
SOURCE_DIR = inform-6.31.1
export DEB_BUILD_MAINT_OPTIONS = hardening=+all
%:
dh $@
override_dh_auto_configure:
dh_auto_configure --sourcedir=$(SOURCE_DIR) -- --prefix=/usr
override_dh_auto_build:
dh_auto_build --sourcedir=$(SOURCE_DIR)
override_dh_auto_install:
dh_auto_install --sourcedir=$(SOURCE_DIR)