Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
olena
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
Operations
Operations
Incidents
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Robert Sachunsky
olena
Commits
8e3da2c2
Commit
8e3da2c2
authored
Jun 04, 2012
by
Guillaume Lazzara
Committed by
Roland Levillain
Jun 30, 2014
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
debian/rules: Remove empty directories in package.
Signed-off-by:
Roland Levillain
<
roland@lrde.epita.fr
>
parent
fc1620e5
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
0 deletions
+7
-0
ChangeLog
ChangeLog
+4
-0
debian/rules
debian/rules
+3
-0
No files found.
ChangeLog
View file @
8e3da2c2
2012-06-04 Guillaume Lazzara <z@lrde.epita.fr>
* debian/rules: Remove empty directories in package.
2012-06-04 Guillaume Lazzara <z@lrde.epita.fr>
* debian/HOWTO: update.
...
...
debian/rules
View file @
8e3da2c2
...
...
@@ -41,12 +41,15 @@ clean:
rm -f config.{sub,guess,status,log}
dh_clean
# Remove empty directories shipped with doxygen after installation in
# order to cleanup packages.
install: build
dh_testdir
dh_testroot
dh_prep
dh_installdirs
$(MAKE) DESTDIR="$(CURDIR)/debian/tmp" install
find $(CURDIR)/debian/tmp -type d -empty -delete
# Build architecture independant packages.
build-indep: build
...
...
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