Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Olena
olena
Commits
b1517995
Commit
b1517995
authored
May 23, 2012
by
Guillaume Lazzara
Committed by
Roland Levillain
Jun 30, 2014
Browse files
debian/rules: Add missing required rules.
Signed-off-by:
Roland Levillain
<
roland@lrde.epita.fr
>
parent
46bdb024
Changes
2
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
b1517995
2012-05-23 Guillaume Lazzara <z@lrde.epita.fr>
* debian/rules: Add missing required rules.
2012-05-22 Guillaume Lazzara <z@lrde.epita.fr>
Add missing description in manpages.
...
...
debian/rules
View file @
b1517995
...
...
@@ -44,7 +44,9 @@ install: build
$(MAKE) DESTDIR="$(CURDIR)/debian/tmp" install
# Build architecture independant packages.
build-indep: build install
build-indep: build
binary-indep: build-indep install
dh_testdir
dh_testroot
dh_installchangelogs -i
...
...
@@ -59,7 +61,9 @@ build-indep: build install
dh_builddeb -i
# Build architecture dependant packages.
build-arch: build install
build-arch: build
binary-arch: build-arch install
dh_testdir
dh_testroot
dh_installchangelogs -a
...
...
@@ -83,6 +87,6 @@ build-arch: build install
dh_md5sums -a
dh_builddeb -a
binary: b
uild
-arch b
uild
-indep
binary: b
inary
-arch b
inary
-indep
.PHONY: install build clean b
uild
-indep b
uild
-arch binary
.PHONY: install build clean b
inary
-indep b
inary
-arch binary
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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