diff options
author | Manuel A. Fernandez Montecelo <manuel.montezelo@gmail.com> | 2016-05-26 15:41:29 +0100 |
---|---|---|
committer | Manuel A. Fernandez Montecelo <manuel.montezelo@gmail.com> | 2016-05-26 15:41:29 +0100 |
commit | 0f9bae554b8337df1986f3bb99e3d9a5aca273d8 (patch) | |
tree | 3cb8964e5c25f9e33048ccce400576b2643ad0e7 /debian | |
parent | d70527617ceb59f72bd9d6ac445fd30a3f75a262 (diff) |
Use dpkg triggers for ldconfig, section 8.1.1
Needed by previous versions of the Policy
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 3 | ||||
-rw-r--r-- | debian/libunistring0.triggers | 1 |
2 files changed, 3 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 53a6db8..b8b527a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,7 +1,8 @@ libunistring (0.9.3-5.3) UNRELEASED; urgency=medium * Non-maintainer upload. - * Bump Policy Standards-Version to 3.9.8 (no changes needed) + * Bump Policy Standards-Version to 3.9.8 + - use dpkg triggers for ldconfig, section 8.1.1 (from previous versions) * Update Vcs-* URLs -- Manuel A. Fernandez Montecelo <mafm@debian.org> Thu, 26 May 2016 15:21:07 +0100 diff --git a/debian/libunistring0.triggers b/debian/libunistring0.triggers new file mode 100644 index 0000000..dd86603 --- /dev/null +++ b/debian/libunistring0.triggers @@ -0,0 +1 @@ +activate-noawait ldconfig |