diff options
| author | Matthias Klose <doko@ubuntu.com> | 2021-03-29 11:48:39 +0200 |
|---|---|---|
| committer | Sebastien Bacher <seb128@ubuntu.com> | 2021-04-12 20:12:34 +0200 |
| commit | 239f77780a6f21fc10775102bf10a1fe60c2d1dd (patch) | |
| tree | 8cc580342c68da02f423d616a5993b0ca6faed5d /debian | |
| parent | c82eddc36ef48646e756b7b1ce003e7f2220cb75 (diff) | |
Import Debian changes 1.30.0-1ubuntu2
network-manager (1.30.0-1ubuntu2) hirsute; urgency=medium . * Configure with --enable-lto.
Diffstat (limited to 'debian')
| -rw-r--r-- | debian/changelog | 6 | ||||
| -rwxr-xr-x | debian/rules | 1 |
2 files changed, 7 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 7223e14e..b7329dfd 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +network-manager (1.30.0-1ubuntu2) hirsute; urgency=medium + + * Configure with --enable-lto. + + -- Matthias Klose <doko@ubuntu.com> Mon, 29 Mar 2021 11:48:39 +0200 + network-manager (1.30.0-1ubuntu1) hirsute; urgency=medium * Resynchronize on Debian, remaining changes: diff --git a/debian/rules b/debian/rules index dd373b04..4d6e65f5 100755 --- a/debian/rules +++ b/debian/rules @@ -63,6 +63,7 @@ override_dh_auto_configure: --enable-json-validation \ --enable-bluez5-dun \ --enable-vala \ + --enable-lto \ --disable-more-warnings \ --disable-modify-system \ --disable-ovs |