Fixed debian package support
This commit is contained in:
10
debian/rules
vendored
10
debian/rules
vendored
@@ -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)
|
||||
|
Reference in New Issue
Block a user