[Pkg-kde-commits] rev 1409 - in branches/kde-3.4.0/packages/kdebase/debian: . patches po

Christopher Martin chrsmrtn-guest at costa.debian.org
Wed Aug 3 03:01:15 UTC 2005


Author: chrsmrtn-guest
Date: 2005-08-03 03:01:14 +0000 (Wed, 03 Aug 2005)
New Revision: 1409

Added:
   branches/kde-3.4.0/packages/kdebase/debian/patches/13_kdm_sessions_fixes.diff
   branches/kde-3.4.0/packages/kdebase/debian/po/ar.po
Modified:
   branches/kde-3.4.0/packages/kdebase/debian/changelog
   branches/kde-3.4.0/packages/kdebase/debian/control
   branches/kde-3.4.0/packages/kdebase/debian/kdm.install
Log:
Add bugs fixed in KDE 3.4 to the changelog.

Add the arabic translation.

Re-add some kdm session files that had incorrect Exec= lines,
but do have packages available in Debian.

Change kdm's debconf dependency to debconf | debconf-2.0,
as Joey Hess requested everyone do on -devel. Note that I
HAVE NOT tested kdm with cdebconf.


Modified: branches/kde-3.4.0/packages/kdebase/debian/changelog
===================================================================
--- branches/kde-3.4.0/packages/kdebase/debian/changelog	2005-08-03 02:57:43 UTC (rev 1408)
+++ branches/kde-3.4.0/packages/kdebase/debian/changelog	2005-08-03 03:01:14 UTC (rev 1409)
@@ -2,6 +2,12 @@
 
   * New upstream release.
 
+  * Bugs reported in the Debian BTS fixed by this release:
+
+    - kdm uses /dev/urandom instead of /dev/random as the default source
+      of entropy. This solves myriad issues on low-entropy systems.
+      (Closes: #240027, #294267, #298254, #320838)
+
   +++ Changes by Pierre Habouzit:
 
   * [debian/po/vi.po] : add the Vietnamese debconf translation by Clytie
@@ -37,6 +43,15 @@
 
   * Fix formatting of the kdepasswd manpage. (Closes: #313472)
 
+  * Add the Arabic debconf translation by Mohammed Adnene Trojette.
+    (Closes: #320768)
+
+  * Fix kdm session files that contain the incorrent binary names.
+    (Closes: #320628)
+
+  * Change kdm's debconf dependency into a dependency on debconf |
+    debconf-2.0, as this allows the installation of cdebconf.
+
  -- Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>  Sun,  3 Jul 2005 21:25:30 -0400
 
 kdebase (4:3.4.1-1) experimental; urgency=low

Modified: branches/kde-3.4.0/packages/kdebase/debian/control
===================================================================
--- branches/kde-3.4.0/packages/kdebase/debian/control	2005-08-03 02:57:43 UTC (rev 1408)
+++ branches/kde-3.4.0/packages/kdebase/debian/control	2005-08-03 03:01:14 UTC (rev 1409)
@@ -221,7 +221,7 @@
 Package: kdm
 Section: kde
 Architecture: any
-Depends: ${shlibs:Depends}, kdebase-bin (= ${Source-Version}), kdebase-data (= ${Source-Version}), debconf (>= 1.2.9), libpam-runtime (>= 0.76-14), xbase-clients
+Depends: ${shlibs:Depends}, kdebase-bin (= ${Source-Version}), kdebase-data (= ${Source-Version}), debconf (>= 1.2.9) | debconf-2.0, libpam-runtime (>= 0.76-14), xbase-clients
 Recommends: logrotate
 Suggests: khelpcenter, ksmserver (= ${Source-Version}), kdepasswd (= ${Source-Version})
 Provides: x-display-manager

Modified: branches/kde-3.4.0/packages/kdebase/debian/kdm.install
===================================================================
--- branches/kde-3.4.0/packages/kdebase/debian/kdm.install	2005-08-03 02:57:43 UTC (rev 1408)
+++ branches/kde-3.4.0/packages/kdebase/debian/kdm.install	2005-08-03 03:01:14 UTC (rev 1409)
@@ -22,6 +22,7 @@
 debian/tmp/usr/share/apps/kdm/pics/users/root1.png
 debian/tmp/usr/share/apps/kdm/sessions/9wm.desktop
 debian/tmp/usr/share/apps/kdm/sessions/aewm.desktop
+debian/tmp/usr/share/apps/kdm/sessions/aewm++.desktop
 debian/tmp/usr/share/apps/kdm/sessions/amaterus.desktop
 debian/tmp/usr/share/apps/kdm/sessions/asclassic.desktop
 debian/tmp/usr/share/apps/kdm/sessions/ctwm.desktop
@@ -32,13 +33,17 @@
 debian/tmp/usr/share/apps/kdm/sessions/golem.desktop
 debian/tmp/usr/share/apps/kdm/sessions/larswm.desktop
 debian/tmp/usr/share/apps/kdm/sessions/lwm.desktop
+debian/tmp/usr/share/apps/kdm/sessions/matchbox.desktop
 debian/tmp/usr/share/apps/kdm/sessions/mwm.desktop
+debian/tmp/usr/share/apps/kdm/sessions/olvwm.desktop
 debian/tmp/usr/share/apps/kdm/sessions/olwm.desktop
 debian/tmp/usr/share/apps/kdm/sessions/oroborus.desktop
+debian/tmp/usr/share/apps/kdm/sessions/pwm.desktop
 debian/tmp/usr/share/apps/kdm/sessions/qvwm.desktop
 debian/tmp/usr/share/apps/kdm/sessions/sapphire.desktop
 debian/tmp/usr/share/apps/kdm/sessions/sawfish.desktop
 debian/tmp/usr/share/apps/kdm/sessions/twm.desktop
+debian/tmp/usr/share/apps/kdm/sessions/ude.desktop
 debian/tmp/usr/share/apps/kdm/sessions/vtwm.desktop
 debian/tmp/usr/share/apps/kdm/sessions/w9wm.desktop
 debian/tmp/usr/share/apps/kdm/sessions/waimea.desktop

Added: branches/kde-3.4.0/packages/kdebase/debian/patches/13_kdm_sessions_fixes.diff
===================================================================
--- branches/kde-3.4.0/packages/kdebase/debian/patches/13_kdm_sessions_fixes.diff	2005-08-03 02:57:43 UTC (rev 1408)
+++ branches/kde-3.4.0/packages/kdebase/debian/patches/13_kdm_sessions_fixes.diff	2005-08-03 03:01:14 UTC (rev 1409)
@@ -0,0 +1,65 @@
+--- kde.orig/kdm/kfrontend/sessions/aewm++.desktop
++++ kde.patched/kdm/kfrontend/sessions/aewm++.desktop
+@@ -1,8 +1,8 @@
+ [Desktop Entry]
+ Encoding=UTF-8
+ Type=XSession
+-Exec=aewm++_xsession
+-TryExec=aewm++_xsession
++Exec=aewm++
++TryExec=aewm++
+ Name=AEWM++
+ Name[eo]=MFA++
+ Name[hi]=एईडबल्यूएम++
+--- kde.orig/kdm/kfrontend/sessions/matchbox.desktop
++++ kde.patched/kdm/kfrontend/sessions/matchbox.desktop
+@@ -1,8 +1,8 @@
+ [Desktop Entry]
+ Encoding=UTF-8
+ Type=XSession
+-Exec=matchbox
+-TryExec=matchbox
++Exec=matchbox-window-manager
++TryExec=matchbox-window-manager
+ Name=Matchbox
+ Name[bn]=ম্যাচবক্স
+ Name[eo]=Alumetujo
+--- kde.orig/kdm/kfrontend/sessions/olvwm.desktop
++++ kde.patched/kdm/kfrontend/sessions/olvwm.desktop
+@@ -1,8 +1,8 @@
+ [Desktop Entry]
+ Encoding=UTF-8
+ Type=XSession
+-Exec=
+-TryExec=
++Exec=olvwm-x-window-manager
++TryExec=olvwm-x-window-manager
+ Name=OLVWM
+ Name[br]=OVLWM
+ Name[eo]=OLVFA
+--- kde.orig/kdm/kfrontend/sessions/pwm.desktop
++++ kde.patched/kdm/kfrontend/sessions/pwm.desktop
+@@ -1,8 +1,8 @@
+ [Desktop Entry]
+ Encoding=UTF-8
+ Type=XSession
+-Exec=pwm
+-TryExec=pwm
++Exec=pwm1
++TryExec=pwm1
+ Name=PWM
+ Name[eo]=UnuFA
+ Name[hi]=पीडबल्यूएम
+--- kde.orig/kdm/kfrontend/sessions/ude.desktop
++++ kde.patched/kdm/kfrontend/sessions/ude.desktop
+@@ -1,8 +1,8 @@
+ [Desktop Entry]
+ Encoding=UTF-8
+ Type=XSession
+-Exec=ude
+-TryExec=ude
++Exec=uwm
++TryExec=uwm
+ Name=UDE
+ Name[eo]=ULĈ
+ Name[hi]=यूडीई

Added: branches/kde-3.4.0/packages/kdebase/debian/po/ar.po
===================================================================
--- branches/kde-3.4.0/packages/kdebase/debian/po/ar.po	2005-08-03 02:57:43 UTC (rev 1408)
+++ branches/kde-3.4.0/packages/kdebase/debian/po/ar.po	2005-08-03 03:01:14 UTC (rev 1409)
@@ -0,0 +1,81 @@
+# translation of ar.po to Arabic
+#
+#    Translators, if you are not familiar with the PO format, gettext
+#    documentation is worth reading, especially sections dedicated to
+#    this format, e.g. by running:
+#         info -n '(gettext)PO Files'
+#         info -n '(gettext)Header Entry'
+#    Some information specific to po-debconf are available at
+#            /usr/share/doc/po-debconf/README-trans
+#         or http://www.debian.org/intl/l10n/po-debconf/README-trans#
+#    Developers do not need to manually edit POT or PO files.
+# Ossama M. Khayat <okhayat at yahoo.com>, 2005.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: ar\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2003-12-18 03:24-0600\n"
+"PO-Revision-Date: 2005-07-19 22:25+0300\n"
+"Last-Translator: Ossama M. Khayat <okhayat at yahoo.com>\n"
+"Language-Team: Arabic <debian-l10n-arabic at lists.debian.org>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"X-Generator: KBabel 1.9.1\n"
+
+#. Type: select
+#. Description
+#: ../kdm.templates:4
+msgid "Select the desired default display manager."
+msgstr "اختيار مدير العرض الافتراضي المطلوب."
+
+#. Type: select
+#. Description
+#: ../kdm.templates:4
+msgid ""
+"A display manager is a program that provides graphical login capabilities "
+"for the X Window System."
+msgstr "مدير العرض هو برنامج يقدّم قدرات تسجيل الدخول الرسومي لنظام X Window."
+
+#. Type: select
+#. Description
+#: ../kdm.templates:4
+msgid ""
+"Only one display manager can manage a given X server, but multiple display "
+"manager packages are installed.  Please select which display manager should "
+"run by default."
+msgstr "يمكن لمدير عرض واحد فقط إدارة خادم X معيّن، ولكن هناك عدة حزم مدير عرض مثبّتة. الرجاء اختيار مدير العرض الذي يجب تشغيل بشكل افتراضي."
+
+#. Type: select
+#. Description
+#: ../kdm.templates:4
+msgid ""
+"(Multiple display managers can run simultaneously if they are configured to "
+"manage different servers; to achieve this, configure the display managers "
+"accordingly, edit each of their init scripts in /etc/init.d, and disable the "
+"check for a default display manager.)"
+msgstr "(يمكن تشغيل عدة مدراء عرض بنفس الوقت إن كانو مهيئين لإدارة خوادم مختلفة؛ لتنفيذ هذا، قم بتهيئة مدراء العرض وفقاً لذلك، بتعديل كل من نصوص init في /etc/init.d، وتعطيل التحقق من مدير عرض افتراضي.)"
+
+#. Type: string
+#. Description
+#: ../kdm.templates:26
+msgid "Do you wish to stop the kdm daemon?"
+msgstr "هل تود إيقاف تشغيل عفريت kdm؟"
+
+#. Type: string
+#. Description
+#: ../kdm.templates:26
+msgid ""
+"The K Desktop manager (kdm) daemon is typically stopped on package upgrade "
+"and removal, but it appears to be managing at least one running X session. "
+"If kdm is stopped now, any X sessions it manages will be terminated. "
+"Otherwise you may leave kdm running, and the new version will take effect "
+"the next time the daemon is restarted."
+msgstr ""
+"يكون عفريت مدير سطح مكتب كي (kdm) عادة موقفاً عند ترقية الحزمة وإزالتها، "
+"ولكن يبدو أنه يدير على الأقل جلسة X واحدة تعمل حالياً. "
+"إن تم إيقاف kdm الآن، فستنهى أي جلسات X يقوم بإدارتها. "
+"عدى ذلك يمكنك ترك kdm يعمل، وسيسري مفعول النسخة الجديدة في المرة "
+"التالية التي يتم فيها إعادة تشغيل العفريت."
+




More information about the Pkg-kde-commits mailing list