diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-16 22:58:45 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-16 22:58:45 +0000 |
commit | 6e7b64c7a927fed9dcd8488433be6e0b99c19341 (patch) | |
tree | c63bc348f50fec7aad2e80b63c937c7de8d1fac2 | |
parent | Merging upstream version 7.0.16. (diff) | |
download | virtualbox-ext-pack-6e7b64c7a927fed9dcd8488433be6e0b99c19341.tar.xz virtualbox-ext-pack-6e7b64c7a927fed9dcd8488433be6e0b99c19341.zip |
Merging debian version 7.0.16-1.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
-rw-r--r-- | debian/changelog | 7 | ||||
-rw-r--r-- | debian/copyright | 2 | ||||
-rw-r--r-- | debian/postinst.in | 2 |
3 files changed, 9 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog index a15e5b7..f606ce4 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +virtualbox-ext-pack (7.0.16-1) unstable; urgency=medium + + * Update postinst file + * New upstream version 7.0.16 + + -- Gianfranco Costamagna <locutusofborg@debian.org> Tue, 16 Apr 2024 21:44:01 +0200 + virtualbox-ext-pack (7.0.14-1~progress7.99u1) graograman-backports; urgency=medium * Initial reupload to graograman-backports. diff --git a/debian/copyright b/debian/copyright index ff99b2f..18cb3f8 100644 --- a/debian/copyright +++ b/debian/copyright @@ -9,7 +9,7 @@ Disclaimer: This package is formally not part of the Debian GNU/Linux Files: * Copyright: 2015-2020 Unit 193 <unit193@debian.org> - 2015-2022 Gianfranco Costamagna <locutusofborg@debian.org> + 2015-2024 Gianfranco Costamagna <locutusofborg@debian.org> Comment: the downloaded package is released with a PUEL license. https://www.virtualbox.org/wiki/VirtualBox_PUEL License: BSD-3-clause diff --git a/debian/postinst.in b/debian/postinst.in index 38dfff1..102163e 100644 --- a/debian/postinst.in +++ b/debian/postinst.in @@ -2,7 +2,7 @@ #set -e version="#VERSION#" -hash="42cb36fbf439a9ed28c95d2bbc718a0eac902225eb579c884c549af2e94be633" +hash="f92bd4d5a6a522897914c7df21bfd3262ffeaffa740d648738f335a867a18b16" file="Oracle_VM_VirtualBox_Extension_Pack-${version}.vbox-extpack" accept_license="33d7284dc4a0ece381196fda3cfe2ed0e1e8e7ed7f27b9a9ebc4ee22e24bd23c" |