commit 102ef2570750a3969cb7147df167352ef5fb3c48
parent d4a31a98f741cc08c9c25a3d3af014b25b4022d5
Author: Florian Dold <dold@taler.net>
Date: Mon, 27 Jul 2026 19:25:59 +0200
debian: install into debian/tmp
paivana-httpd is the only binary package of this source package, so
with debhelper-compat 12 dh_auto_install defaults to installing into
debian/paivana-httpd/ instead of debian/tmp/. dh_install then found
none of the files listed in debian/paivana-httpd.install and aborted.
Diffstat:
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/debian/rules b/debian/rules
@@ -18,7 +18,10 @@ override_dh_auto_test:
# Disabling test suite, incomplete
override_dh_auto_install-arch:
- dh_auto_install
+ # paivana-httpd is the only binary package, so dh_auto_install would
+ # install into debian/paivana-httpd/ and leave debian/tmp/, which
+ # debian/paivana-httpd.install reads from, empty.
+ dh_auto_install --destdir=debian/tmp
# Removing useless files
rm -f debian/tmp/usr/share/doc/paivana/COPYING