diff options
| author | Jörg Frings-Fürst <debian@jff.email> | 2020-11-08 12:49:04 +0100 | 
|---|---|---|
| committer | Jörg Frings-Fürst <debian@jff.email> | 2020-11-08 12:49:04 +0100 | 
| commit | 256edac683da4bf12d04897ea013ffb0c5893cec (patch) | |
| tree | e7404c52c3bb5486f00685fbb5e27d990c93a1e6 /debian | |
| parent | 827be2f4780a52b55431eaa4bd69c6a04ee5a050 (diff) | |
Add remove for libonig.[la|a], d/changelog: Change distribution to unstable, Change date and time
Diffstat (limited to 'debian')
| -rw-r--r-- | debian/changelog | 8 | ||||
| -rw-r--r-- | debian/control | 2 | ||||
| -rwxr-xr-x | debian/rules | 2 | 
3 files changed, 9 insertions, 3 deletions
| diff --git a/debian/changelog b/debian/changelog index cea228e..ec66e9c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,10 +1,14 @@ -libonig (6.9.6-1) UNRELEASED; urgency=medium +libonig (6.9.6-1) unstable; urgency=medium    * New upstream release.      - Refresh symbols file.      - Fix CVE-2020-26159. +  * Migrate to debhelper-compat 13: +    - Bump debhelper-compat version in debian/control to = 13. +  * debian/rules: +    - Add remove for libonig.[la|a] to fix warning about missing installs. - -- Jörg Frings-Fürst <debian@jff.email>  Sun, 08 Nov 2020 10:59:25 +0100 + -- Jörg Frings-Fürst <debian@jff.email>  Sun, 08 Nov 2020 12:47:46 +0100  libonig (6.9.5-2) unstable; urgency=medium diff --git a/debian/control b/debian/control index fc0c05f..41c5bf7 100644 --- a/debian/control +++ b/debian/control @@ -3,7 +3,7 @@ Section: libs  Priority: extra  Maintainer: Jörg Frings-Fürst <debian@jff.email>  Build-Depends: - debhelper-compat (= 12) + debhelper-compat (= 13)  Standards-Version: 4.5.0  Rules-Requires-Root: no  Homepage: https://github.com/kkos/oniguruma diff --git a/debian/rules b/debian/rules index 0f34908..8434f6c 100755 --- a/debian/rules +++ b/debian/rules @@ -21,6 +21,8 @@ override_dh_auto_configure:  override_dh_install:  	$(RM) debian/tmp/usr/bin/onig-config +	$(RM) debian/tmp/usr/lib/${DEB_HOST_MULTIARCH}/libonig.a +	$(RM) debian/tmp/usr/lib/${DEB_HOST_MULTIARCH}/libonig.la  	dh_install -X.la -X.a  override_dh_makeshlibs: | 
