Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
linux
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
linux
Commits
89c0f526
Commit
89c0f526
authored
Apr 03, 2015
by
Andy Whitcroft
Committed by
Tim Gardner
Feb 25, 2016
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
UBUNTU: [Debian] initscripts need installing when making the package
Signed-off-by:
Andy Whitcroft
<
apw@canonical.com
>
parent
d2cb6afa
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
5 deletions
+8
-5
debian/rules.d/3-binary-indep.mk
debian/rules.d/3-binary-indep.mk
+8
-5
No files found.
debian/rules.d/3-binary-indep.mk
View file @
89c0f526
...
@@ -134,11 +134,6 @@ ifeq ($(do_tools_common),true)
...
@@ -134,11 +134,6 @@ ifeq ($(do_tools_common),true)
install
-d
$(cloudman)/man8
install
-d
$(cloudman)/man8
install
-m644
$(CURDIR)/tools/hv/*.8
$(cloudman)/man8
install
-m644
$(CURDIR)/tools/hv/*.8
$(cloudman)/man8
dh_systemd_enable
dh_installinit
-p$(cloudpkg)
--name
hv-kvp-daemon
dh_installinit
-p$(cloudpkg)
--name
hv-vss-daemon
dh_installinit
-p$(cloudpkg)
--name
hv-fcopy-daemon
dh_systemd_start
endif
endif
install-indep
:
install-tools
install-indep
:
install-tools
...
@@ -157,6 +152,7 @@ binary-headers: install-headers
...
@@ -157,6 +152,7 @@ binary-headers: install-headers
dh_md5sums
-p
$(indep_hdrpkg)
dh_md5sums
-p
$(indep_hdrpkg)
dh_builddeb
-p
$(indep_hdrpkg)
dh_builddeb
-p
$(indep_hdrpkg)
binary-indep
:
cloudpkg = $(cloud_common_pkg_name)
binary-indep
:
install-indep
binary-indep
:
install-indep
@
echo
Debug:
$@
@
echo
Debug:
$@
...
@@ -164,6 +160,13 @@ binary-indep: install-indep
...
@@ -164,6 +160,13 @@ binary-indep: install-indep
dh_installdocs
-i
dh_installdocs
-i
dh_compress
-i
dh_compress
-i
dh_fixperms
-i
dh_fixperms
-i
ifeq
($(do_tools_common),true)
dh_systemd_enable
dh_installinit
-p$(cloudpkg)
--name
hv-kvp-daemon
dh_installinit
-p$(cloudpkg)
--name
hv-vss-daemon
dh_installinit
-p$(cloudpkg)
--name
hv-fcopy-daemon
dh_systemd_start
endif
dh_installdeb
-i
dh_installdeb
-i
$(lockme)
dh_gencontrol
-i
$(lockme)
dh_gencontrol
-i
dh_md5sums
-i
dh_md5sums
-i
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment