diff options
-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 |