[gelöst] dh_install: package.install file

Vom einfachen Programm zum fertigen Debian-Paket, Fragen rund um Programmiersprachen, Scripting und Lizenzierung.
Antworten
Benutzeravatar
schorsch_76
Beiträge: 2544
Registriert: 06.11.2007 16:00:42
Lizenz eigener Beiträge: MIT Lizenz

[gelöst] dh_install: package.install file

Beitrag von schorsch_76 » 17.07.2023 18:16:22

hallo zusammen,
ich paketiere gerade eine Software für mich die nach /opt/solar1 installiert werden soll aber ich bekomme es nicht hin das die Pakete gebaut werden.

Habt ihr einen Hinweis für mich?

debian/rules

Code: Alles auswählen

#!/usr/bin/make -f

# See debhelper(7) (uncomment to enable).
# Output every command that modifies files on the build system.
export DH_VERBOSE = 1


# See FEATURE AREAS in dpkg-buildflags(1).
#export DEB_BUILD_MAINT_OPTIONS = hardening=+all

# See ENVIRONMENT in dpkg-buildflags(1).
# Package maintainers to append CFLAGS.
#export DEB_CFLAGS_MAINT_APPEND  = -Wall -pedantic
# Package maintainers to append LDFLAGS.
#export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed


%:
	dh $@

override_dh_auto_configure:
	dh_auto_configure -- \
	-DCMAKE_INSTALL_PREFIX=/opt/solar1 \
	-DRC_FILE_PATH=/opt/solar1/etc/solar.rc
debian/solar1-pqxx-cgi.install

Code: Alles auswählen

opt/solar1/share/doc/solar-pqxx/doc/Piko IQ/BA_KOSTAL_Interface_MODBUS-TCP_SunSpec.pdf
opt/solar1/share/doc/solar-pqxx/doc/Piko IQ/PIKO-IQ_BA_201809_DE.pdf
opt/solar1/share/doc/solar-pqxx/doc/PVNOST96.pdf
opt/solar1/share/doc/solar-pqxx/doc/build-gcc.sh
opt/solar1/share/doc/solar-pqxx/doc/cleanup.sql
opt/solar1/share/doc/solar-pqxx/doc/get-power-pl-pgsql.txt
opt/solar1/share/doc/solar-pqxx/doc/image-magick++.txt
opt/solar1/share/doc/solar-pqxx/doc/min_date_time_per_day.sql
opt/solar1/share/doc/solar-pqxx/doc/new-yield.sql
opt/solar1/share/doc/solar-pqxx/doc/new-yield2.sql
opt/solar1/share/doc/solar-pqxx/doc/new_power
opt/solar1/share/doc/solar-pqxx/doc/new_power.sql
opt/solar1/share/doc/solar-pqxx/doc/sql-querries.txt
opt/solar1/share/doc/solar-pqxx/doc/used_inverter.sql
opt/solar1/share/doc/solar-pqxx/doc/year.sql
opt/solar1/share/doc/solar-pqxx/doc/postgresql-schema/solar1.sql
opt/solar1/share/solar-pqxx/scripts/power.sh
opt/solar1/share/solar-pqxx/scripts/string-kwp.sh
opt/solar1/share/solar-pqxx/scripts/total.sh
opt/solar1/share/solar-pqxx/scripts/week.sh
opt/solar1/share/solar-pqxx/scripts/year.sh
opt/solar1/share/solar-pqxx/html-template/index.tmpl
opt/solar1/share/solar-pqxx/design/images/2012-04-27_18-08-32.jpg
opt/solar1/share/solar-pqxx/design/images/background.jpg
opt/solar1/share/solar-pqxx/design/images/header.jpg
opt/solar1/share/solar-pqxx/design/jquery/images/ui-icons_444444_256x240.png
opt/solar1/share/solar-pqxx/design/jquery/jquery-1.12.4.js
opt/solar1/share/solar-pqxx/design/jquery/jquery-ui.css
opt/solar1/share/solar-pqxx/design/jquery/jquery-ui.js
opt/solar1/share/solar-pqxx/design/.directory
opt/solar1/share/solar-pqxx/design/main.css
opt/solar1/bin/index.cgi
opt/solar1/bin/power.cgi
opt/solar1/bin/string-kwp.cgi
opt/solar1/bin/total.cgi
opt/solar1/bin/week.cgi
opt/solar1/bin/year.cgi

debian/solar1-pqxx-parser.install

Code: Alles auswählen

opt/solar1/bin/check-inverter-status
opt/solar1/bin/kostal-web-parser
Log

Code: Alles auswählen

	cd obj-x86_64-linux-gnu && make -j16 install DESTDIR=/<<PKGBUILDDIR>>/debian/tmp AM_UPDATE_INFO_DIR=no "INSTALL=install --strip-program=true"
make[1]: Entering directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
/usr/bin/cmake -S/<<PKGBUILDDIR>> -B/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu --check-build-system CMakeFiles/Makefile.cmake 0
make  -f CMakeFiles/Makefile2 preinstall
make[2]: Entering directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
make[2]: Nothing to be done for 'preinstall'.
make[2]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
Install the project...
/usr/bin/cmake -P cmake_install.cmake
-- Install configuration: "None"
-- Installing: /<<PKGBUILDDIR>>/debian/tmp/opt/solar1/share/doc/solar-pqxx/doc
-- Installing: /<<PKGBUILDDIR>>/debian/tmp/opt/solar1/share/doc/solar-pqxx/doc/Piko IQ
-- Installing: /<<PKGBUILDDIR>>/debian/tmp/opt/solar1/share/doc/solar-pqxx/doc/Piko IQ/BA_KOSTAL_Interface_MODBUS-TCP_SunSpec.pdf
-- Installing: /<<PKGBUILDDIR>>/debian/tmp/opt/solar1/share/doc/solar-pqxx/doc/Piko IQ/PIKO-IQ_BA_201809_DE.pdf
-- Installing: /<<PKGBUILDDIR>>/debian/tmp/opt/solar1/share/doc/solar-pqxx/doc/PVNOST96.pdf
-- Installing: /<<PKGBUILDDIR>>/debian/tmp/opt/solar1/share/doc/solar-pqxx/doc/build-gcc.sh
-- Installing: /<<PKGBUILDDIR>>/debian/tmp/opt/solar1/share/doc/solar-pqxx/doc/cleanup.sql
-- Installing: /<<PKGBUILDDIR>>/debian/tmp/opt/solar1/share/doc/solar-pqxx/doc/get-power-pl-pgsql.txt
-- Installing: /<<PKGBUILDDIR>>/debian/tmp/opt/solar1/share/doc/solar-pqxx/doc/image-magick++.txt
-- Installing: /<<PKGBUILDDIR>>/debian/tmp/opt/solar1/share/doc/solar-pqxx/doc/min_date_time_per_day.sql
-- Installing: /<<PKGBUILDDIR>>/debian/tmp/opt/solar1/share/doc/solar-pqxx/doc/new-yield.sql
-- Installing: /<<PKGBUILDDIR>>/debian/tmp/opt/solar1/share/doc/solar-pqxx/doc/new-yield2.sql
-- Installing: /<<PKGBUILDDIR>>/debian/tmp/opt/solar1/share/doc/solar-pqxx/doc/new_power
-- Installing: /<<PKGBUILDDIR>>/debian/tmp/opt/solar1/share/doc/solar-pqxx/doc/new_power.sql
-- Installing: /<<PKGBUILDDIR>>/debian/tmp/opt/solar1/share/doc/solar-pqxx/doc/sql-querries.txt
-- Installing: /<<PKGBUILDDIR>>/debian/tmp/opt/solar1/share/doc/solar-pqxx/doc/used_inverter.sql
-- Installing: /<<PKGBUILDDIR>>/debian/tmp/opt/solar1/share/doc/solar-pqxx/doc/year.sql
-- Installing: /<<PKGBUILDDIR>>/debian/tmp/opt/solar1/share/doc/solar-pqxx/doc/postgresql-schema
-- Installing: /<<PKGBUILDDIR>>/debian/tmp/opt/solar1/share/doc/solar-pqxx/doc/postgresql-schema/solar1.sql
-- Installing: /<<PKGBUILDDIR>>/debian/tmp/opt/solar1/share/doc/solar-pqxx/doc/etc
-- Installing: /<<PKGBUILDDIR>>/debian/tmp/opt/solar1/share/doc/solar-pqxx/doc/etc/logrotate.d
-- Installing: /<<PKGBUILDDIR>>/debian/tmp/opt/solar1/share/doc/solar-pqxx/doc/etc/logrotate.d/solar1
-- Installing: /<<PKGBUILDDIR>>/debian/tmp/opt/solar1/share/doc/solar-pqxx/doc/etc/logrotate.d/solar1-database
-- Installing: /<<PKGBUILDDIR>>/debian/tmp/opt/solar1/share/doc/solar-pqxx/doc/etc/solar-pqxx
-- Installing: /<<PKGBUILDDIR>>/debian/tmp/opt/solar1/share/doc/solar-pqxx/doc/etc/solar-pqxx/solar.rc
-- Installing: /<<PKGBUILDDIR>>/debian/tmp/opt/solar1/share/doc/solar-pqxx/doc/etc/apache2
-- Installing: /<<PKGBUILDDIR>>/debian/tmp/opt/solar1/share/doc/solar-pqxx/doc/etc/apache2/solar1.conf
-- Installing: /<<PKGBUILDDIR>>/debian/tmp/opt/solar1/share/doc/solar-pqxx/doc/etc/postgresql
-- Installing: /<<PKGBUILDDIR>>/debian/tmp/opt/solar1/share/doc/solar-pqxx/doc/etc/postgresql/pg_hba.conf
-- Installing: /<<PKGBUILDDIR>>/debian/tmp/opt/solar1/share/doc/solar-pqxx/doc/etc/cron
-- Installing: /<<PKGBUILDDIR>>/debian/tmp/opt/solar1/share/doc/solar-pqxx/doc/etc/cron/kostal-web-parser.sh
-- Installing: /<<PKGBUILDDIR>>/debian/tmp/opt/solar1/share/solar-pqxx/scripts
-- Installing: /<<PKGBUILDDIR>>/debian/tmp/opt/solar1/share/solar-pqxx/scripts/power.sh
-- Installing: /<<PKGBUILDDIR>>/debian/tmp/opt/solar1/share/solar-pqxx/scripts/string-kwp.sh
-- Installing: /<<PKGBUILDDIR>>/debian/tmp/opt/solar1/share/solar-pqxx/scripts/total.sh
-- Installing: /<<PKGBUILDDIR>>/debian/tmp/opt/solar1/share/solar-pqxx/scripts/week.sh
-- Installing: /<<PKGBUILDDIR>>/debian/tmp/opt/solar1/share/solar-pqxx/scripts/year.sh
-- Installing: /<<PKGBUILDDIR>>/debian/tmp/opt/solar1/bin/index.cgi
-- Installing: /<<PKGBUILDDIR>>/debian/tmp/opt/solar1/bin/power.cgi
-- Installing: /<<PKGBUILDDIR>>/debian/tmp/opt/solar1/bin/string-kwp.cgi
-- Installing: /<<PKGBUILDDIR>>/debian/tmp/opt/solar1/bin/total.cgi
-- Installing: /<<PKGBUILDDIR>>/debian/tmp/opt/solar1/bin/week.cgi
-- Installing: /<<PKGBUILDDIR>>/debian/tmp/opt/solar1/bin/year.cgi
-- Installing: /<<PKGBUILDDIR>>/debian/tmp/opt/solar1/bin/check-inverter-status
-- Installing: /<<PKGBUILDDIR>>/debian/tmp/opt/solar1/bin/kostal-web-parser
-- Installing: /<<PKGBUILDDIR>>/debian/tmp/opt/solar1/share/solar-pqxx/html-template/index.tmpl
-- Installing: /<<PKGBUILDDIR>>/debian/tmp/opt/solar1/share/solar-pqxx/design
-- Installing: /<<PKGBUILDDIR>>/debian/tmp/opt/solar1/share/solar-pqxx/design/images
-- Installing: /<<PKGBUILDDIR>>/debian/tmp/opt/solar1/share/solar-pqxx/design/images/2012-04-27_18-08-32.jpg
-- Installing: /<<PKGBUILDDIR>>/debian/tmp/opt/solar1/share/solar-pqxx/design/images/background.jpg
-- Installing: /<<PKGBUILDDIR>>/debian/tmp/opt/solar1/share/solar-pqxx/design/images/header.jpg
-- Installing: /<<PKGBUILDDIR>>/debian/tmp/opt/solar1/share/solar-pqxx/design/jquery
-- Installing: /<<PKGBUILDDIR>>/debian/tmp/opt/solar1/share/solar-pqxx/design/jquery/images
-- Installing: /<<PKGBUILDDIR>>/debian/tmp/opt/solar1/share/solar-pqxx/design/jquery/images/ui-icons_444444_256x240.png
-- Installing: /<<PKGBUILDDIR>>/debian/tmp/opt/solar1/share/solar-pqxx/design/jquery/jquery-1.12.4.js
-- Installing: /<<PKGBUILDDIR>>/debian/tmp/opt/solar1/share/solar-pqxx/design/jquery/jquery-ui.css
-- Installing: /<<PKGBUILDDIR>>/debian/tmp/opt/solar1/share/solar-pqxx/design/jquery/jquery-ui.js
-- Installing: /<<PKGBUILDDIR>>/debian/tmp/opt/solar1/share/solar-pqxx/design/.directory
-- Installing: /<<PKGBUILDDIR>>/debian/tmp/opt/solar1/share/solar-pqxx/design/main.css
make[1]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
   dh_installdocs
   dh_installchangelogs
   dh_perl
   dh_link
   dh_strip_nondeterminism
   dh_compress
   dh_fixperms
   dh_missing
dh_missing: warning: opt/solar1/bin/check-inverter-status exists in debian/tmp but is not installed to anywhere 
dh_missing: warning: opt/solar1/bin/index.cgi exists in debian/tmp but is not installed to anywhere 
dh_missing: warning: opt/solar1/bin/kostal-web-parser exists in debian/tmp but is not installed to anywhere 
dh_missing: warning: opt/solar1/bin/power.cgi exists in debian/tmp but is not installed to anywhere 
dh_missing: warning: opt/solar1/bin/string-kwp.cgi exists in debian/tmp but is not installed to anywhere 
dh_missing: warning: opt/solar1/bin/total.cgi exists in debian/tmp but is not installed to anywhere 
dh_missing: warning: opt/solar1/bin/week.cgi exists in debian/tmp but is not installed to anywhere 
dh_missing: warning: opt/solar1/bin/year.cgi exists in debian/tmp but is not installed to anywhere 
dh_missing: warning: opt/solar1/share/doc/solar-pqxx/doc/PVNOST96.pdf exists in debian/tmp but is not installed to anywhere 
dh_missing: warning: opt/solar1/share/doc/solar-pqxx/doc/Piko IQ/BA_KOSTAL_Interface_MODBUS-TCP_SunSpec.pdf exists in debian/tmp but is not installed to anywhere 
dh_missing: warning: opt/solar1/share/doc/solar-pqxx/doc/Piko IQ/PIKO-IQ_BA_201809_DE.pdf exists in debian/tmp but is not installed to anywhere 
dh_missing: warning: opt/solar1/share/doc/solar-pqxx/doc/build-gcc.sh exists in debian/tmp but is not installed to anywhere 
dh_missing: warning: opt/solar1/share/doc/solar-pqxx/doc/cleanup.sql exists in debian/tmp but is not installed to anywhere 
dh_missing: warning: opt/solar1/share/doc/solar-pqxx/doc/etc/apache2/solar1.conf exists in debian/tmp but is not installed to anywhere 
dh_missing: warning: opt/solar1/share/doc/solar-pqxx/doc/etc/cron/kostal-web-parser.sh exists in debian/tmp but is not installed to anywhere 
dh_missing: warning: opt/solar1/share/doc/solar-pqxx/doc/etc/logrotate.d/solar1 exists in debian/tmp but is not installed to anywhere 
dh_missing: warning: opt/solar1/share/doc/solar-pqxx/doc/etc/logrotate.d/solar1-database exists in debian/tmp but is not installed to anywhere 
dh_missing: warning: opt/solar1/share/doc/solar-pqxx/doc/etc/postgresql/pg_hba.conf exists in debian/tmp but is not installed to anywhere 
dh_missing: warning: opt/solar1/share/doc/solar-pqxx/doc/etc/solar-pqxx/solar.rc exists in debian/tmp but is not installed to anywhere 
dh_missing: warning: opt/solar1/share/doc/solar-pqxx/doc/get-power-pl-pgsql.txt exists in debian/tmp but is not installed to anywhere 
dh_missing: warning: opt/solar1/share/doc/solar-pqxx/doc/image-magick++.txt exists in debian/tmp but is not installed to anywhere 
dh_missing: warning: opt/solar1/share/doc/solar-pqxx/doc/min_date_time_per_day.sql exists in debian/tmp but is not installed to anywhere 
dh_missing: warning: opt/solar1/share/doc/solar-pqxx/doc/new-yield.sql exists in debian/tmp but is not installed to anywhere 
dh_missing: warning: opt/solar1/share/doc/solar-pqxx/doc/new-yield2.sql exists in debian/tmp but is not installed to anywhere 
dh_missing: warning: opt/solar1/share/doc/solar-pqxx/doc/new_power exists in debian/tmp but is not installed to anywhere 
dh_missing: warning: opt/solar1/share/doc/solar-pqxx/doc/new_power.sql exists in debian/tmp but is not installed to anywhere 
dh_missing: warning: opt/solar1/share/doc/solar-pqxx/doc/postgresql-schema/solar1.sql exists in debian/tmp but is not installed to anywhere 
dh_missing: warning: opt/solar1/share/doc/solar-pqxx/doc/sql-querries.txt exists in debian/tmp but is not installed to anywhere 
dh_missing: warning: opt/solar1/share/doc/solar-pqxx/doc/used_inverter.sql exists in debian/tmp but is not installed to anywhere 
dh_missing: warning: opt/solar1/share/doc/solar-pqxx/doc/year.sql exists in debian/tmp but is not installed to anywhere 
dh_missing: warning: opt/solar1/share/solar-pqxx/design/.directory exists in debian/tmp but is not installed to anywhere 
dh_missing: warning: opt/solar1/share/solar-pqxx/design/images/2012-04-27_18-08-32.jpg exists in debian/tmp but is not installed to anywhere 
dh_missing: warning: opt/solar1/share/solar-pqxx/design/images/background.jpg exists in debian/tmp but is not installed to anywhere 
dh_missing: warning: opt/solar1/share/solar-pqxx/design/images/header.jpg exists in debian/tmp but is not installed to anywhere 
dh_missing: warning: opt/solar1/share/solar-pqxx/design/jquery/images/ui-icons_444444_256x240.png exists in debian/tmp but is not installed to anywhere 
dh_missing: warning: opt/solar1/share/solar-pqxx/design/jquery/jquery-1.12.4.js exists in debian/tmp but is not installed to anywhere 
dh_missing: warning: opt/solar1/share/solar-pqxx/design/jquery/jquery-ui.css exists in debian/tmp but is not installed to anywhere 
dh_missing: warning: opt/solar1/share/solar-pqxx/design/jquery/jquery-ui.js exists in debian/tmp but is not installed to anywhere 
dh_missing: warning: opt/solar1/share/solar-pqxx/design/main.css exists in debian/tmp but is not installed to anywhere 
dh_missing: warning: opt/solar1/share/solar-pqxx/html-template/index.tmpl exists in debian/tmp but is not installed to anywhere 
dh_missing: warning: opt/solar1/share/solar-pqxx/scripts/power.sh exists in debian/tmp but is not installed to anywhere 
dh_missing: warning: opt/solar1/share/solar-pqxx/scripts/string-kwp.sh exists in debian/tmp but is not installed to anywhere 
dh_missing: warning: opt/solar1/share/solar-pqxx/scripts/total.sh exists in debian/tmp but is not installed to anywhere 
dh_missing: warning: opt/solar1/share/solar-pqxx/scripts/week.sh exists in debian/tmp but is not installed to anywhere 
dh_missing: warning: opt/solar1/share/solar-pqxx/scripts/year.sh exists in debian/tmp but is not installed to anywhere 
dh_missing: error: missing files, aborting
Zuletzt geändert von schorsch_76 am 17.07.2023 20:10:59, insgesamt 1-mal geändert.

Benutzeravatar
schorsch_76
Beiträge: 2544
Registriert: 06.11.2007 16:00:42
Lizenz eigener Beiträge: MIT Lizenz

Re: dh_install: package.install file

Beitrag von schorsch_76 » 17.07.2023 20:10:45

PEBKAC :oops: :oops: :oops:

Ich hab hier die richtigen namen der install Dateien gehabt aber in meinem Verzeichnis war die 1 ein l.

Antworten