diff options
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 7 | ||||
-rw-r--r-- | debian/control | 2 |
2 files changed, 9 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 6476d02..d08ab72 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +libgav1 (0.16.0-5) unstable; urgency=medium + + * Team upload. + * debian/libgav1-0.symbols: Refresh symbols again. + + -- Boyuan Yang <byang@debian.org> Sun, 08 Nov 2020 20:38:23 -0500 + libgav1 (0.16.0-4) unstable; urgency=medium * Team upload. diff --git a/debian/control b/debian/control index 8f6b14b..ea8ac0a 100644 --- a/debian/control +++ b/debian/control @@ -15,6 +15,7 @@ Rules-Requires-Root: no Package: libgav1-0 Architecture: any +Multi-Arch: same Depends: ${shlibs:Depends}, ${misc:Depends} Description: AV1 decoder developed by Google -- runtime library This package contains the runtime, shared library of gav1. Gav1 is @@ -24,6 +25,7 @@ Description: AV1 decoder developed by Google -- runtime library Package: libgav1-dev Section: libdevel Architecture: any +Multi-Arch: same Depends: ${misc:Depends}, libgav1-0 (= ${binary:Version}) Description: AV1 decoder developed by Google -- development kit This package contains the header file and development library of gav1. |