diff options
author | Michael Biebl <biebl@debian.org> | 2009-02-10 03:31:37 +0100 |
---|---|---|
committer | Michael Biebl <biebl@debian.org> | 2009-02-10 03:52:59 +0100 |
commit | 022857da686a6659666bb4578243b1342b2ccb4a (patch) | |
tree | 86e0db50ce36532667b7cb84316c1c894986ffc4 | |
parent | b6d61a542524984d123277c453615d805f484e3a (diff) | |
download | rsyslog-022857da686a6659666bb4578243b1342b2ccb4a.tar.gz |
Replace "dh_clean -k" with "dh_prep".
-rw-r--r-- | debian/changelog | 1 | ||||
-rwxr-xr-x | debian/rules | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 22a807d..9f0df4e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -10,6 +10,7 @@ rsyslog (3.20.4-1) UNRELEASED; urgency=low - Bump debhelper build dependency to (>= 7.0.9). * debian/rules - Use new dh_installinit "-R" (restart-after-upgrade) option. + - Replace "dh_clean -k" with "dh_prep". * debian/rsyslog.postinst - Remove our custom code to stop/start rsyslog on upgrades. This is done now automatically by dh_installinit. diff --git a/debian/rules b/debian/rules index 9fb0847..db04560 100755 --- a/debian/rules +++ b/debian/rules @@ -73,7 +73,7 @@ clean-source: install: build dh_testdir dh_testroot - dh_clean -k + dh_prep # Add here commands to install the package into debian/rsyslog. $(MAKE) DESTDIR=$(CURDIR)/debian/tmp install |