[debian-edu-commits] [Git][debian-edu/debian-edu-install][master] 3 commits: d/control: Replace libgtk2-perl with libgtk3-perl (Closes: #912873).
WolfgangSchweer
gitlab at salsa.debian.org
Tue Nov 6 10:04:22 GMT 2018
WolfgangSchweer pushed to branch master at Debian Edu / debian-edu-install
Commits:
891de0d5 by Wolfgang Schweer at 2018-11-06T09:51:46Z
d/control: Replace libgtk2-perl with libgtk3-perl (Closes: #912873).
- - - - -
08c6b885 by Wolfgang Schweer at 2018-11-06T09:54:53Z
Adjust d/debian-edu-install.xdebian-edu-firstboot.init
Replace perl module check to match libgtk3-perl and adjust related comment.
- - - - -
4e0056b4 by Wolfgang Schweer at 2018-11-06T10:03:00Z
Add changelog entries for last commits.
- - - - -
3 changed files:
- debian/changelog
- debian/control
- debian/debian-edu-install.xdebian-edu-firstboot.init
Changes:
=====================================
debian/changelog
=====================================
@@ -1,9 +1,15 @@
debian-edu-install (2.10.15) UNRELEASED; urgency=medium
+ [ Holger Levsen ]
* d/control:
- Use the new debhelper-compat(=11) notation and drop d/compat.
- Drop version from dependency on lsb-base.
+ [ Wolfgang Schweer ]
+ * d/control: Replace libgtk2-perl with libgtk3-perl (Closes: #912873).
+ * Adjust d/debian-edu-install.xdebian-edu-firstboot.init:
+ - Fix perl module check to match libgtk3-perl, adjust the related comment.
+
-- Holger Levsen <holger at debian.org> Sun, 14 Oct 2018 09:37:01 +0100
debian-edu-install (2.10.14) unstable; urgency=medium
=====================================
debian/control
=====================================
@@ -20,7 +20,7 @@ Depends: ${misc:Depends},
debian-edu-config,
eatmydata,
etckeeper,
- libgtk2-perl,
+ libgtk3-perl,
lsb-base,
Description: Set d-i values to install Debian Edu without questions
This package provides default answers for packages using debconf, and
=====================================
debian/debian-edu-install.xdebian-edu-firstboot.init
=====================================
@@ -129,12 +129,12 @@ prepare_debconf() {
if [ "$XAUTHORITY" ] ; then
info "found X authority file $XAUTHORITY, trying to start debconf with X frontend."
# Try to use kde frontend (require libqt-perl) or gnome frontend
- # (libgtk2-perl). debconf will fall back to dialog if either
+ # (libgtk3-perl). debconf will fall back to dialog if either
# frontend fails to start. The frontend need to be set before
# confmodule is sourced to have effect.
DISPLAY=:0
# TODO: find graphical variant that works with dialog frontend?
- if perl -MGtk2 -e 'exit 0' ; then
+ if perl -MGtk3 -e 'exit 0' ; then
# use gnome frontend
export DEBIAN_FRONTEND=gnome
elif perl -MQtCore4 -e 'exit 0' ; then
View it on GitLab: https://salsa.debian.org/debian-edu/debian-edu-install/compare/1a27ab9b2b3533c86787abad1ae276bed1b01092...4e0056b4a623ac0141403da365b58233eaa46e4e
--
View it on GitLab: https://salsa.debian.org/debian-edu/debian-edu-install/compare/1a27ab9b2b3533c86787abad1ae276bed1b01092...4e0056b4a623ac0141403da365b58233eaa46e4e
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-edu-commits/attachments/20181106/2608b6e8/attachment-0001.html>
More information about the debian-edu-commits
mailing list