Fixed debian package support

This commit is contained in:
Sergey Kalinin
2019-07-23 16:25:28 +03:00
parent e58b643eb7
commit f2e975a42f
11 changed files with 30 additions and 12 deletions

10
debian/rules vendored
View File

@@ -18,13 +18,12 @@ binary-arch: build
dh_testroot
dh_prep
dh_installdirs
dh_install
dh_installdocs
dh_installchangelogs
# Copy the packages's files.
find . -maxdepth 1 -mindepth 1 -not -name debian -print0 | \
xargs -0 -r -i cp -a {} debian/$(PACKAGE)
# find . -maxdepth 1 -mindepth 1 -not -name debian -print0 | \
# xargs -0 -r -i cp -a {} debian/$(PACKAGE)
#
# If you need to move files around in debian/$(PACKAGE) or do some
@@ -41,7 +40,10 @@ binary-arch: build
-dh_shlibdeps
dh_gencontrol
dh_md5sums
# dh_link
dh_builddeb
binary: binary-indep binary-arch
.PHONY: build clean binary-indep binary-arch binary
$(shell ln -s /usr/share/rac_gui/rac_gui.tcl /usr/bin/racgui)