Merging debian version 7.1.10-dfsg-1.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
This commit is contained in:
parent
6b15cd43cb
commit
4244229482
8 changed files with 14 additions and 7 deletions
8
debian/changelog
vendored
8
debian/changelog
vendored
|
@ -1,3 +1,11 @@
|
|||
virtualbox (7.1.10-dfsg-1) unstable; urgency=medium
|
||||
|
||||
* New upstream version 7.1.10-dfsg
|
||||
* Drop libIDL dependency, removed upstream
|
||||
* Refresh patches
|
||||
|
||||
-- Gianfranco Costamagna <locutusofborg@debian.org> Tue, 10 Jun 2025 15:31:09 +0200
|
||||
|
||||
virtualbox (7.1.8-dfsg-3~progress8.99u1) horok-backports; urgency=medium
|
||||
|
||||
* Uploading to horok-backports, remaining changes:
|
||||
|
|
1
debian/control
vendored
1
debian/control
vendored
|
@ -33,7 +33,6 @@ Build-Depends: bzip2,
|
|||
libgsoap-dev,
|
||||
liblzf-dev,
|
||||
liblzma-dev,
|
||||
libidl-dev,
|
||||
libogg-dev,
|
||||
libpam0g-dev,
|
||||
libpixman-1-dev,
|
||||
|
|
2
debian/patches/01-build-arch.patch
vendored
2
debian/patches/01-build-arch.patch
vendored
|
@ -3,7 +3,7 @@ Author: Michael Meskes <meskes@debian.org>
|
|||
|
||||
--- a/configure
|
||||
+++ b/configure
|
||||
@@ -385,7 +385,7 @@ test_execute_path()
|
||||
@@ -384,7 +384,7 @@ test_execute_path()
|
||||
check_environment()
|
||||
{
|
||||
test_header environment
|
||||
|
|
2
debian/patches/02-gsoap-build-fix.patch
vendored
2
debian/patches/02-gsoap-build-fix.patch
vendored
|
@ -3,7 +3,7 @@ Index: virtualbox/src/VBox/Main/webservice/Makefile.kmk
|
|||
===================================================================
|
||||
--- virtualbox.orig/src/VBox/Main/webservice/Makefile.kmk
|
||||
+++ virtualbox/src/VBox/Main/webservice/Makefile.kmk
|
||||
@@ -848,7 +848,7 @@
|
||||
@@ -852,7 +852,7 @@
|
||||
$(RECOMPILE_ON_MAKEFILE_CURRENT) | $$(dir $$@)
|
||||
$(call MSG_GENERATE,,lots of files,$(GSOAPH_RELEVANT))
|
||||
$(RM) -f $@
|
||||
|
|
|
@ -4,7 +4,7 @@ Author: Felix Geyer <fgeyer@debian.org>
|
|||
|
||||
--- a/configure
|
||||
+++ b/configure
|
||||
@@ -199,11 +199,6 @@ BUILD_TYPE="release"
|
||||
@@ -198,11 +198,6 @@ BUILD_TYPE="release"
|
||||
# the restricting tool is ar (mri mode).
|
||||
INVALID_CHARS="[^A-Za-z0-9/\\$:._-]"
|
||||
|
||||
|
|
|
@ -6,7 +6,7 @@ Index: virtualbox/src/VBox/Main/src-client/ConsoleImplConfigCommon.cpp
|
|||
===================================================================
|
||||
--- virtualbox.orig/src/VBox/Main/src-client/ConsoleImplConfigCommon.cpp
|
||||
+++ virtualbox/src/VBox/Main/src-client/ConsoleImplConfigCommon.cpp
|
||||
@@ -1084,34 +1084,12 @@
|
||||
@@ -1095,34 +1095,12 @@
|
||||
if ( enmFsTypeFile == RTFSTYPE_EXT4
|
||||
|| enmFsTypeFile == RTFSTYPE_XFS)
|
||||
{
|
||||
|
|
|
@ -3,7 +3,7 @@ Index: virtualbox/Config.kmk
|
|||
===================================================================
|
||||
--- virtualbox.orig/Config.kmk
|
||||
+++ virtualbox/Config.kmk
|
||||
@@ -4040,6 +4040,7 @@
|
||||
@@ -4029,6 +4029,7 @@
|
||||
-e 's+@VBOX_VERSION_MINOR@+$(VBOX_VERSION_MINOR)+g' \
|
||||
-e 's+@VBOX_VERSION_BUILD@+$(VBOX_VERSION_BUILD)+g' \
|
||||
-e 's+@VBOX_VERSION_STRING@+$(VBOX_VERSION_STRING)+g' \
|
||||
|
|
2
debian/patches/python3.13.diff
vendored
2
debian/patches/python3.13.diff
vendored
|
@ -1,6 +1,6 @@
|
|||
--- a/configure
|
||||
+++ b/configure
|
||||
@@ -2182,7 +2182,7 @@ extern "C" int main(void)
|
||||
@@ -2151,7 +2151,7 @@ extern "C" int main(void)
|
||||
}
|
||||
EOF
|
||||
found=
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue