diff options
author | Yves-Alexis Perez <corsac@corsac.net> | 2017-06-28 23:27:04 +0200 |
---|---|---|
committer | Yves-Alexis Perez <corsac@corsac.net> | 2017-06-30 13:06:04 +0200 |
commit | de16202a5118fe1b3fe32b1d0b51a0536751794a (patch) | |
tree | 70537c838cd136aafbe22bd32521237c5790fb57 /debian/changelog | |
parent | 7cfe925863e874efad1ec7594fc85d51cd2acdc2 (diff) | |
download | vyos-strongswan-de16202a5118fe1b3fe32b1d0b51a0536751794a.tar.gz vyos-strongswan-de16202a5118fe1b3fe32b1d0b51a0536751794a.zip |
Use dh_missing to catch uninstalled files
* debian/rules:
- remove .la files before install
- don't call dh_install with --fail-missing
- override dh_missing with --fail-missing to catch uninstalled files.
Diffstat (limited to 'debian/changelog')
-rw-r--r-- | debian/changelog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 6d59b790e..141527bff 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,12 @@ +strongswan (5.5.3-3) UNRELEASED; urgency=medium + + * debian/rules: + - remove .la files before install + - don't call dh_install with --fail-missing + - override dh_missing with --fail-missing to catch uninstalled files. + + -- Yves-Alexis Perez <corsac@debian.org> Wed, 28 Jun 2017 22:57:48 +0200 + strongswan (5.5.3-2) unstable; urgency=medium * debian/control: |