Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
MariaDB
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
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nexedi
MariaDB
Commits
72768cf1
Commit
72768cf1
authored
Jan 12, 2018
by
Otto Kekäläinen
Committed by
Vicențiu-Marian Ciorbaru
Jan 16, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Deb: Warn if sources contain a file that is not installed anywhere
parent
b5edb4ca
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
1 deletion
+5
-1
debian/rules
debian/rules
+5
-1
No files found.
debian/rules
View file @
72768cf1
...
...
@@ -177,7 +177,11 @@ override_dh_installcron-arch:
get-orig-source:
uscan --force-download --verbose
# If a file is not supposed to be included anywhere, add it to the not-installed
# file and document the reason. Note that dh_install supports the above mentioned
# white list file only starting from Debian Stretch and Ubuntu Xenial.
# To find more, grep build logs for 'but is not installed to anywhere'.
%:
dh $@ --parallel --with dpatch --with systemd
dh $@ --parallel --with dpatch --with systemd
--list-missing
# vim: ts=8
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