[X2Go-Commits] [x2goserver] 01/08: debian/control: backport the addition of the libx2go-utils-perl bin:pkg by Mike Gabriel, which downstream Debian already had for five years to fix circular dependencies.
git-admin at x2go.org
git-admin at x2go.org
Mon Jun 5 22:55:18 CEST 2023
This is an automated email from the git hooks/post-receive script.
x2go pushed a commit to branch master
in repository x2goserver.
commit 10416b75aaa016eeb8f97053df5a6d1f98f53e07
Author: Mihai Moldovan <ionic at ionic.de>
Date: Mon Jun 5 21:55:19 2023 +0200
debian/control: backport the addition of the libx2go-utils-perl bin:pkg by Mike Gabriel, which downstream Debian already had for five years to fix circular dependencies.
---
debian/changelog | 7 ++++++-
debian/control | 25 +++++++++++++++++++++++++
2 files changed, 31 insertions(+), 1 deletion(-)
diff --git a/debian/changelog b/debian/changelog
index 2d41376c..2f31e623 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,11 @@
x2goserver (4.1.0.5-0x2go1) UNRELEASED; urgency=medium
- * Continue development
+ [ Mihai Moldovan ]
+ * New upstream version (4.1.0.5):
+ * debian/control:
+ + Backport the addition of the libx2go-utils-perl bin:pkg by Mike Gabriel,
+ which downstream Debian already had for five years to fix circular
+ dependencies.
-- X2Go Release Manager <git-admin at x2go.org> Tue, 30 May 2023 22:09:20 +0200
diff --git a/debian/control b/debian/control
index f05b4a0b..f76497a0 100644
--- a/debian/control
+++ b/debian/control
@@ -115,6 +115,27 @@ Description: Perl X2Go::Log package
.
This package contains the X2Go::Log Perl package.
+Package: libx2go-utils-perl
+Architecture: all
+Section: perl
+Depends:
+ x2goserver-common (<< ${source:Version}.1~),
+ x2goserver-common (>= ${source:Version}),
+ ${misc:Depends},
+ ${perl:Depends},
+Breaks: libx2go-server-perl (<< 4.1.0.5-0~),
+Replaces: libx2go-server-perl (<< 4.1.0.5-0~),
+Description: Perl X2Go::Utils package
+ X2Go is a server based computing environment with
+ - session resuming
+ - low bandwidth support
+ - session brokerage support
+ - client side mass storage mounting support
+ - audio support
+ - authentication by smartcard and USB stick
+ .
+ This package contains the X2Go::Utils Perl package.
+
Package: libx2go-server-db-perl
Architecture: any
Section: perl
@@ -125,6 +146,8 @@ Depends:
# libdbd-mysql-perl,
libx2go-log-perl (<< ${source:Version}.1~),
libx2go-log-perl (>= ${source:Version}),
+ libx2go-utils-perl (<< ${source:Version}.1~),
+ libx2go-utils-perl (>= ${source:Version}),
x2goserver-common (<< ${source:Version}.1~),
x2goserver-common (>= ${source:Version}),
${misc:Depends},
@@ -156,6 +179,8 @@ Depends:
libx2go-log-perl (>= ${source:Version}),
libx2go-server-db-perl (<< ${source:Version}.1~),
libx2go-server-db-perl (>= ${source:Version}),
+ libx2go-utils-perl (<< ${source:Version}.1~),
+ libx2go-utils-perl (>= ${source:Version}),
x2goserver-common (<< ${source:Version}.1~),
x2goserver-common (>= ${source:Version}),
${misc:Depends},
--
Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2goserver.git
More information about the x2go-commits
mailing list