[debian-edu-commits] [Git][debian-edu/debian-edu][master] 2 commits: Raise Recommends on ntp to Depends
Wolfgang Schweer (@schweer-guest)
gitlab at salsa.debian.org
Wed Oct 27 21:43:43 BST 2021
Wolfgang Schweer pushed to branch master at Debian Edu / debian-edu
Commits:
2556c797 by Wolfgang Schweer at 2021-10-27T21:41:28+02:00
Raise Recommends on ntp to Depends
systemd-timesyncd (pulled in by systemd) needs to be replaced with ntp
- - - - -
e1383a1f by Wolfgang Schweer at 2021-10-27T22:22:23+02:00
Update debian/control after running 'make dist'
- - - - -
3 changed files:
- debian/changelog
- debian/control
- tasks/main-server
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,11 @@
+debian-edu (2.12.3) UNRELEASED; urgency=medium
+
+ * task/main-server: Raise Recommends on ntp to Depends. This is needed to
+ force systemd-timesyncd (pulled in by systemd) to be replaced with ntp.
+ * debian/control: Update after running 'make dist'.
+
+ -- Wolfgang Schweer <wschweer at arcor.de> Wed, 27 Oct 2021 21:34:44 +0200
+
debian-edu (2.12.2) unstable; urgency=medium
[ Wolfgang Schweer ]
=====================================
debian/control
=====================================
@@ -65,12 +65,12 @@ Recommends: avogadro,
chemtool,
easychem,
education-menus,
- gchempaint,
gdis,
gperiodic,
kalzium,
pymol
-Suggests: rasmol
+Suggests: gchempaint,
+ rasmol
Description: Debian Edu chemistry related applications
This metapackage depends on various applications that can be used to
teach chemistry.
@@ -684,7 +684,8 @@ Description: Debian Edu LTSP server packages
Package: education-main-server
Architecture: any
Depends: ${misc:Depends},
- education-tasks (= ${binary:Version})
+ education-tasks (= ${binary:Version}),
+ ntp
Recommends: apache2,
avahi-utils,
bind9,
@@ -738,7 +739,6 @@ Recommends: apache2,
mutt,
nagios-nrpe-plugin,
nfs-kernel-server,
- ntp,
samba,
samba-common-bin,
sitesummary,
=====================================
tasks/main-server
=====================================
@@ -103,7 +103,7 @@ Suggests:
dsh,
NeedConfig: yes - configure host groups
-Recommends:
+Depends:
ntp,
NeedConfig: yes - set NTP server (client: ntp.intern, server: ntp.somewhere)
View it on GitLab: https://salsa.debian.org/debian-edu/debian-edu/-/compare/3b981f49f45a039287e8544ca7ba01134f2343f4...e1383a1fcd5e5382c37e6b4ff78ef79741ec6b5f
--
View it on GitLab: https://salsa.debian.org/debian-edu/debian-edu/-/compare/3b981f49f45a039287e8544ca7ba01134f2343f4...e1383a1fcd5e5382c37e6b4ff78ef79741ec6b5f
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/20211027/b5b9f01f/attachment-0001.htm>
More information about the debian-edu-commits
mailing list