Merging debian version 7.1.8-1.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
This commit is contained in:
parent
9e20347fd0
commit
ad19da0207
4 changed files with 16 additions and 3 deletions
12
debian/changelog
vendored
12
debian/changelog
vendored
|
@ -1,3 +1,15 @@
|
|||
virtualbox-guest-additions-iso (7.1.8-1) unstable; urgency=medium
|
||||
|
||||
* Make watch file use https mode
|
||||
* Merge with sid new upload
|
||||
* New upstream version 7.1.8
|
||||
* New upstream version 7.1.0
|
||||
* Also conflict on virtualbox-7.1
|
||||
* Bump std-version to 4.7.0
|
||||
* Bump copyright years
|
||||
|
||||
-- Gianfranco Costamagna <locutusofborg@debian.org> Fri, 16 May 2025 17:48:28 +0200
|
||||
|
||||
virtualbox-guest-additions-iso (7.0.26-1~progress8.99u1) horok-backports; urgency=medium
|
||||
|
||||
* Initial upload to horok-backports.
|
||||
|
|
3
debian/control
vendored
3
debian/control
vendored
|
@ -8,7 +8,7 @@ XSBC-Original-Uploaders: Ritesh Raj Sarraf <rrs@debian.org>,
|
|||
Gianfranco Costamagna <locutusofborg@debian.org>
|
||||
Bugs: mailto:maintainers@lists.progress-linux.org
|
||||
Build-Depends: debhelper-compat (= 13)
|
||||
Standards-Version: 4.7.0
|
||||
Standards-Version: 4.7.2
|
||||
Rules-Requires-Root: no
|
||||
Homepage: https://www.virtualbox.org
|
||||
Vcs-Browser: https://git.progress-linux.org/horok-backports/virtualbox-guest-additions-iso
|
||||
|
@ -36,6 +36,7 @@ Conflicts: virtualbox-2.0,
|
|||
virtualbox-5.2,
|
||||
virtualbox-6.0,
|
||||
virtualbox-7.0,
|
||||
virtualbox-7.1,
|
||||
Description: guest additions iso image for VirtualBox
|
||||
VirtualBox is a free x86 virtualization solution allowing a wide range of
|
||||
x86 operating systems such as Windows, DOS, BSD or Linux to run on a
|
||||
|
|
2
debian/copyright
vendored
2
debian/copyright
vendored
|
@ -163,7 +163,7 @@ Files: debian/*
|
|||
Copyright: 2009-2014, Felix Geyer <debfx-pkg@fobos.de>
|
||||
2009-2010, Michael Meskes <meskes@debian.org>
|
||||
2013-2014, Ritesh Raj Sarraf <rrs@debian.org>
|
||||
2014-2024, Gianfranco Costamagna <locutusofborg@debian.org>
|
||||
2014-2025, Gianfranco Costamagna <locutusofborg@debian.org>
|
||||
License: GPL-2+
|
||||
On Debian systems the full text of the GNU General Public
|
||||
License can be found in the `/usr/share/common-licenses/GPL-2'
|
||||
|
|
2
debian/watch
vendored
2
debian/watch
vendored
|
@ -1,5 +1,5 @@
|
|||
version=4
|
||||
|
||||
opts=downloadurlmangle=s/^/http:/ \
|
||||
http://download.virtualbox.org/virtualbox/([\d\.\-]+)/VBoxGuestAdditions_([\d\.\-]+).iso \
|
||||
https://download.virtualbox.org/virtualbox/([\d\.\-]+)/VBoxGuestAdditions_([\d\.\-]+).iso \
|
||||
debian /bin/sh debian/get-orig-source.sh
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue