diff options
-rw-r--r-- | debian/changelog | 2 | ||||
-rwxr-xr-x | debian/rules | 3 |
2 files changed, 5 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 401e34d17..9ce6eaca3 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,8 @@ strongswan (2.7.3+dfsg-1) unstable; urgency=low * New upstream release. Another try on getting it into unstable. Closes: #372267: ITP: strongswan -- second fork of freeswan. + * Call debian-updatepo in the clean target, in line with the openswan + change for its version 2.4.6+dfsg-1. -- Rene Mayrhofer <rmayr@debian.org> Wed, 23 Aug 2006 21:23:36 +0100 diff --git a/debian/rules b/debian/rules index a88b451b6..7013680ed 100755 --- a/debian/rules +++ b/debian/rules @@ -76,6 +76,9 @@ clean: unpatch # just in case something went wrong rm -f $(CURDIR)/debian/ipsec.secrets + + # and make sure that template are up-to-date + debconf-updatepo dh_clean |