diff options
author | Boyuan Yang <byang@debian.org> | 2022-07-16 14:06:54 -0400 |
---|---|---|
committer | Boyuan Yang <byang@debian.org> | 2022-07-16 14:07:10 -0400 |
commit | 5cf828c616d57d2628901339426d198ed5ac542e (patch) | |
tree | 32fd0f76ed0c82970baa1dbb3bfd3f11550fa333 /debian/control | |
parent | 6517537b49ddc79371c871d5b6ed1e3701328a8f (diff) | |
download | libgav1-5cf828c616d57d2628901339426d198ed5ac542e.tar.gz libgav1-5cf828c616d57d2628901339426d198ed5ac542e.tar.bz2 libgav1-5cf828c616d57d2628901339426d198ed5ac542e.zip |
Reset symbols
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/control b/debian/control index b83a2cd..a65427b 100644 --- a/debian/control +++ b/debian/control @@ -13,7 +13,7 @@ Vcs-Browser: https://salsa.debian.org/multimedia-team/libgav1 Vcs-Git: https://salsa.debian.org/multimedia-team/libgav1.git Rules-Requires-Root: no -Package: libgav1-0 +Package: libgav1-1 Architecture: any Multi-Arch: same Depends: ${shlibs:Depends}, ${misc:Depends} @@ -26,7 +26,7 @@ Package: libgav1-dev Section: libdevel Architecture: any Multi-Arch: same -Depends: ${misc:Depends}, libgav1-0 (= ${binary:Version}) +Depends: ${misc:Depends}, libgav1-1 (= ${binary:Version}) Description: AV1 decoder developed by Google -- development kit This package contains the header file and development library of gav1. Gav1 is A new decoder implementation for AV1 video encoding format (supporting |