From d00a02c4637548682aa7ec32f827e4415db5ae23 Mon Sep 17 00:00:00 2001 From: Jeff Moe Date: Fri, 20 May 2022 20:38:51 -0600 Subject: [PATCH] star DB perl script had ^M ... --- debian/control | 1 + debian/rules | 1 + 2 files changed, 2 insertions(+) diff --git a/debian/control b/debian/control index bd0016328..219f9a1ba 100644 --- a/debian/control +++ b/debian/control @@ -5,6 +5,7 @@ Maintainer: Hleb Valoshka <375gnu@gmail.com> Build-Depends: debhelper (>= 10~), chrpath, cmake (>= 3.1~), + dos2unix, freeglut3-dev, libeigen3-dev (>= 3.3~), libfmt-dev (>= 4), diff --git a/debian/rules b/debian/rules index 7a8b53e6c..d121b8e9c 100755 --- a/debian/rules +++ b/debian/rules @@ -26,6 +26,7 @@ override_dh_auto_configure: override_dh_install: + dos2unix ./src/tools/stardb/buildstardb.pl find debian/tmp/usr/bin/ -type f ! -name *.pl -exec chrpath --delete {} ';' chrpath --delete debian/tmp/usr/lib/*/libcelestia.so.* dh_install --fail-missing