summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRene Mayrhofer <rene@mayrhofer.eu.org>2006-08-23 22:06:02 +0000
committerRene Mayrhofer <rene@mayrhofer.eu.org>2006-08-23 22:06:02 +0000
commit7c802952c4063773857718b8967bdd1b75bc1825 (patch)
treee22f467e587c996607b4108734536350259164ba
parent79518254abf48f79b19f696ce576b4c5eabdf232 (diff)
downloadvyos-strongswan-7c802952c4063773857718b8967bdd1b75bc1825.tar.gz
vyos-strongswan-7c802952c4063773857718b8967bdd1b75bc1825.zip
- Copy a fix from the last openswan upload: call debconf-updatepo to update the templates
and translations.
-rw-r--r--debian/changelog2
-rwxr-xr-xdebian/rules3
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