From 87b1b37cdd36e257ab51b80cf9c1729a6ecc9652 Mon Sep 17 00:00:00 2001 From: Xavier Roche Date: Sat, 14 Jan 2023 15:49:39 +0100 Subject: Move htsserver from /usr/lib/httrack to regular /usr/bin --- debian/rules | 4 ---- debian/webhttrack.files | 2 +- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/debian/rules b/debian/rules index ec5b35c..6cc0320 100755 --- a/debian/rules +++ b/debian/rules @@ -81,10 +81,6 @@ install: build mv $(CURDIR)/debian/httrack/usr/share/httrack/html/httrack-doc.html \ $(CURDIR)/debian/httrack/usr/share/doc/httrack/httrack-doc.html - # place libraries and cleanup - mkdir -p $(CURDIR)/debian/httrack/usr/lib/$(DEB_HOST_MULTIARCH)/httrack/ - mv $(CURDIR)/debian/httrack/usr/bin/htsserver \ - $(CURDIR)/debian/httrack/usr/lib/$(DEB_HOST_MULTIARCH)/httrack/ # remove *.la (https://wiki.debian.org/ReleaseGoals/LAFileRemoval) rm -f $(CURDIR)/debian/httrack/usr/lib/$(DEB_HOST_MULTIARCH)/*.la rm -f $(CURDIR)/debian/httrack/usr/lib/$(DEB_HOST_MULTIARCH)/httrack/*.la diff --git a/debian/webhttrack.files b/debian/webhttrack.files index 219f33d..a2652e5 100644 --- a/debian/webhttrack.files +++ b/debian/webhttrack.files @@ -1,5 +1,5 @@ -usr/lib/*/httrack/htsserver usr/bin/webhttrack +usr/bin/htsserver usr/share/man/man1/webhttrack.1 usr/share/man/man1/htsserver.1 usr/share/applications/WebHTTrack-Websites.desktop -- cgit v1.2.3