diff options
-rw-r--r-- | debian/changelog | 4 | ||||
-rwxr-xr-x | debian/rules | 1 |
2 files changed, 3 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog index 0d41eed52..40109b941 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,8 @@ strongswan (4.4.1-4) unstable; urgency=medium - * Rebuild package to get strongswan meta package into the archive. + * dh_clean should not be called by the install target. This caused the + arch: all package strongswan to be built but not included in the changes + file. Closes: #593768: strongswan: 4.4.1 unavailable in testing notwhistanding a freeze-exception request * Rewrote parts of the init.d script to make stop/restart more robust diff --git a/debian/rules b/debian/rules index 48182c7db..e2c7f00a9 100755 --- a/debian/rules +++ b/debian/rules @@ -77,7 +77,6 @@ clean: install: build-stamp dh_testdir dh_testroot - dh_clean dh_installdirs $(MAKE) install DESTDIR=$(CURDIR)/debian/tmp |