[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#986983: unblock: debian-edu-config/2.11.54



Package: release.debian.org
Severity: normal
User: release.debian.org@packages.debian.org
Usertags: unblock
x-debbugs: debian-edu@lists.debian.org

Please unblock package debian-edu-config, which (like d-e-artwork in the
previous bugreport) is a key package and as such wont migrate itself.

The changes are all minor, only relevant to Debian Edu and reasonable in 
the first place ;)

So this is the translation stripped output (but how to do this properly /
better?) and the full output is attached:

$ debdiff --exclude=*po --exclude=*index.* debian-edu-config_2.11.51.dsc debian-edu-config_2.11.54.dsc
diff -Nru --exclude '*po' --exclude '*index.*' debian-edu-config-2.11.51/debian/changelog debian-edu-config-2.11.54/debian/changelog
--- debian-edu-config-2.11.51/debian/changelog	2021-03-05 19:58:03.000000000 +0100
+++ debian-edu-config-2.11.54/debian/changelog	2021-04-07 01:03:15.000000000 +0200
@@ -1,3 +1,31 @@
+debian-edu-config (2.11.54) unstable; urgency=medium
+
+  [ Wolfgang Schweer ]
+  * share/glib-2.0/schemas/31_debian-edu+mate.gschema.override: Set existing
+    mate-panel layout file for the panel to show up. Closes: #986448.
+
+ -- Holger Levsen <holger@debian.org>  Wed, 07 Apr 2021 01:03:15 +0200
+
+debian-edu-config (2.11.53) unstable; urgency=medium
+
+  [ Wolfgang Schweer ]
+  * Improve GOsa² hooks: explicitly create Samba account using gosa-create
+    (before changing the password via gosa-sync). Closes: #986122.
+    - tools/gosa-create: Add code to create the user's Samba account.
+    - tools/gosa-sync: Adjust log message accordingly.
+
+ -- Holger Levsen <holger@debian.org>  Wed, 31 Mar 2021 10:44:04 +0200
+
+debian-edu-config (2.11.52) unstable; urgency=medium
+
+  [ Wolfgang Schweer ]
+  * Adjust internal web page related files. (Closes: #985902)
+    - www/index.html.en: Use pt-pt for European Portuguese, adjust PO files,
+      generate language specific index files.
+    - www/{es-es,nb-no,pt-br}.po: Fix blends page link and related translation.
+
+ -- Holger Levsen <holger@debian.org>  Sun, 28 Mar 2021 11:04:27 +0200
+
 debian-edu-config (2.11.51) unstable; urgency=medium
 
   [ Wolfgang Schweer ]
diff -Nru --exclude '*po' --exclude '*index.*' debian-edu-config-2.11.51/Makefile debian-edu-config-2.11.54/Makefile
--- debian-edu-config-2.11.51/Makefile	2021-02-07 11:27:28.000000000 +0100
+++ debian-edu-config-2.11.54/Makefile	2021-03-28 11:01:09.000000000 +0200
@@ -197,7 +197,7 @@
 	index.html.ja \
 	index.html.nb-no \
 	index.html.nl \
-	index.html.pt \
+	index.html.pt-pt \
 	index.html.pt-br \
 	index.html.ro \
 	index.html.ru \
diff -Nru --exclude '*po' --exclude '*index.*' debian-edu-config-2.11.51/share/debian-edu-config/tools/gosa-create debian-edu-config-2.11.54/share/debian-edu-config/tools/gosa-create
--- debian-edu-config-2.11.51/share/debian-edu-config/tools/gosa-create	2021-01-25 17:46:26.000000000 +0100
+++ debian-edu-config-2.11.54/share/debian-edu-config/tools/gosa-create	2021-03-30 13:17:37.000000000 +0200
@@ -45,6 +45,8 @@
             chown -R $USERID:$GROUPID $HOMEDIR
             kadmin.local -q "add_principal -policy users -randkey -x \"$USERDN\" $USERID"
             logger -t gosa-create -p notice Home directory \'$HOMEDIR\' and principal \'$USERID\' created.
+            smbpasswd -a -n -s $USERID
+            logger -t gosa-sync -p notice "Samba account '$USERID' created."
 ## send a welcome-email:
             cat << EOF | /usr/lib/sendmail $USERID
 Subject: Welcome to the mail-system
diff -Nru --exclude '*po' --exclude '*index.*' debian-edu-config-2.11.51/share/debian-edu-config/tools/gosa-sync debian-edu-config-2.11.54/share/debian-edu-config/tools/gosa-sync
--- debian-edu-config-2.11.51/share/debian-edu-config/tools/gosa-sync	2021-01-31 18:38:48.000000000 +0100
+++ debian-edu-config-2.11.54/share/debian-edu-config/tools/gosa-sync	2021-03-30 13:17:37.000000000 +0200
@@ -48,7 +48,7 @@
 
 if [ "$IAM" = "dn:$USERDN" ] ; then
 	(echo $EUSERPASSWORD; echo $EUSERPASSWORD) | smbpasswd -a -s $USERID
-	logger -t gosa-sync -p notice "Sucessfully added / changed Samba acount for '$USERID'."
+	logger -t gosa-sync -p notice "Sucessfully changed Samba password for '$USERID'."
     cat > "$TMPFILE" <<EOF
 change_password -pw "$EUSERPASSWORD" $USERID
 EOF
diff -Nru --exclude '*po' --exclude '*index.*' debian-edu-config-2.11.51/share/glib-2.0/schemas/31_debian-edu+mate.gschema.override debian-edu-config-2.11.54/share/glib-2.0/schemas/31_debian-edu+mate.gschema.override
--- debian-edu-config-2.11.51/share/glib-2.0/schemas/31_debian-edu+mate.gschema.override	2021-01-25 17:46:26.000000000 +0100
+++ debian-edu-config-2.11.54/share/glib-2.0/schemas/31_debian-edu+mate.gschema.override	2021-04-07 01:00:57.000000000 +0200
@@ -1,5 +1,5 @@
 [org.mate.panel]
-default-layout="debian-edu"
+default-layout="debian-edu-mate"
 
 [org.mate.caja.preferences]
 always-use-browser=true

$ debdiff debian-edu-config_2.11.51.dsc debian-edu-config_2.11.54.dsc
[ attached ]


unblock debian-edu-config/2.11.54

-- 
cheers,
	Holger

 ⢀⣴⠾⠻⢶⣦⠀
 ⣾⠁⢠⠒⠀⣿⡁       holger@(debian|reproducible-builds|layer-acht).org
 ⢿⡄⠘⠷⠚⠋⠀   OpenPGP: B8BF 5413 7B09 D35C F026 FE9D 091A B856 069A AA1C
 ⠈⠳⣄

The system isn't broken. It was built this way.

Attachment: debian-edu-config_2.11.54.diff.gz
Description: application/gzip

Attachment: signature.asc
Description: PGP signature


Reply to: