tag 1045133 + patch
thanks

Hi,

I don't see a reason why that file is generated in the source tree in the first 
place and then
installed via .install after all the other stuff got installed via a "normal" 
dh_auto_install.

One could just generate it directly in the correct dir as in the following 
patch:

diff --git a/debian/libfast-float-dev.install b/debian/libfast-float-dev.install
deleted file mode 100644
index 20cf346..0000000
--- a/debian/libfast-float-dev.install
+++ /dev/null
@@ -1 +0,0 @@
-fast_float_all.h /usr/include/fast_float/
diff --git a/debian/rules b/debian/rules
index 6501928..ac6f4d3 100755
--- a/debian/rules
+++ b/debian/rules
@@ -14,4 +14,5 @@ override_dh_auto_configure:
override_dh_auto_install:
        dh_auto_install --destdir=debian/libfast-float-dev/
-       python3 script/amalgamate.py > fast_float_all.h
+       python3 script/amalgamate.py > \
+               debian/libfast-float-dev/usr/include/fast_float/fast_float_all.h

This would fix this.

Regards,

Rene

Reply via email to