Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
C
collectd-pkg-debian
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Environments
Packages & Registries
Packages & Registries
Package Registry
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Jobs
Commits
Open sidebar
github-mirror
collectd-pkg-debian
Commits
7424a8bb
Commit
7424a8bb
authored
Aug 25, 2015
by
Marc Fournier
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix 'dh_clean -k' deprecation warning
parent
e46d330e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
debian/rules
debian/rules
+2
-2
No files found.
debian/rules
View file @
7424a8bb
...
...
@@ -208,7 +208,7 @@ clean:
install-indep:
dh_testdir
dh_testroot
dh_
clean -k
dh_
prep
dh_installdirs -i
dh_install -i
...
...
@@ -226,7 +226,7 @@ install-indep:
install-arch: build
dh_testdir
dh_testroot
dh_
clean -k
dh_
prep
dh_installdirs -a
$(MAKE) install DESTDIR=$(CURDIR)/debian/tmp
...
...
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