rev 3389 - in kde-extras/guidance: branches branches/kubuntu/debian trunk/debian

Fathi Boudra fboudra-guest at costa.debian.org
Wed Mar 29 10:39:59 UTC 2006


Author: fboudra-guest
Date: 2006-03-29 10:39:58 +0000 (Wed, 29 Mar 2006)
New Revision: 3389

Added:
   kde-extras/guidance/branches/kubuntu/
Modified:
   kde-extras/guidance/branches/kubuntu/debian/control
   kde-extras/guidance/branches/kubuntu/debian/dirs
   kde-extras/guidance/branches/kubuntu/debian/rules
   kde-extras/guidance/trunk/debian/changelog
   kde-extras/guidance/trunk/debian/compat
   kde-extras/guidance/trunk/debian/control
   kde-extras/guidance/trunk/debian/dirs
   kde-extras/guidance/trunk/debian/rules
Log:
minor updates, create kubuntu branches, before conversion to cdbs and python2.4 only support

Copied: kde-extras/guidance/branches/kubuntu (from rev 3388, kde-extras/guidance/trunk)

Modified: kde-extras/guidance/branches/kubuntu/debian/control
===================================================================
--- kde-extras/guidance/trunk/debian/control	2006-03-29 09:32:26 UTC (rev 3388)
+++ kde-extras/guidance/branches/kubuntu/debian/control	2006-03-29 10:39:58 UTC (rev 3389)
@@ -18,3 +18,5 @@
  .
  These tools are available in KDE Control Center, System Settings 
  or can be run as standalone applications.
+ .
+ Homepage: http://www.simonzone.com/software/guidance

Modified: kde-extras/guidance/branches/kubuntu/debian/dirs
===================================================================
--- kde-extras/guidance/trunk/debian/dirs	2006-03-29 09:32:26 UTC (rev 3388)
+++ kde-extras/guidance/branches/kubuntu/debian/dirs	2006-03-29 10:39:58 UTC (rev 3389)
@@ -1,9 +1,7 @@
-etc/init.d
 usr/bin
 usr/lib
-usr/lib/python2.3/site-packages
+usr/lib/python2.4/site-packages
 usr/share/apps/guidance
 usr/share/doc/kde/HTML/en/guidance
 usr/share/icons/crystalsvg/32x32/apps
-usr/share/lintian/overrides
 var/lib/guidance

Modified: kde-extras/guidance/branches/kubuntu/debian/rules
===================================================================
--- kde-extras/guidance/trunk/debian/rules	2006-03-29 09:32:26 UTC (rev 3388)
+++ kde-extras/guidance/branches/kubuntu/debian/rules	2006-03-29 10:39:58 UTC (rev 3389)
@@ -3,7 +3,7 @@
 # Uncomment this to turn on verbose mode.
 #export DH_VERBOSE=1
 
-PYTHONVERS = python2.3
+PYTHONVERS = python2.4
 
 CFLAGS = -Wall -g
 
@@ -83,10 +83,10 @@
 	cp debian/kde-guidance/usr/share/apps/guidance/pics/hi32-display.png debian/kde-guidance/usr/share/icons/crystalsvg/32x32/apps/displayconfig.png
 
 	# install displayconfig-hwprobe.py script
-	install -p -m0755 displayconfig/displayconfig-hwprobe.py debian/kde-guidance/etc/init.d/
+	install -D -p -m0755 displayconfig/displayconfig-hwprobe.py debian/kde-guidance/etc/init.d/displayconfig-hwprobe.py
 
 	# install lintian overrides
-	install -p -m0644 debian/kde-guidance.lintian-overrides debian/kde-guidance/usr/share/lintian/overrides/kde-guidance
+	install -D -p -m0644 debian/kde-guidance.lintian-overrides debian/kde-guidance/usr/share/lintian/overrides/kde-guidance
 
 	# remove binary-or-shlib-defines-rpath
 	chrpath -d debian/kde-guidance/usr/lib/kde3/kcm_*.so.*

Modified: kde-extras/guidance/trunk/debian/changelog
===================================================================
--- kde-extras/guidance/trunk/debian/changelog	2006-03-29 09:32:26 UTC (rev 3388)
+++ kde-extras/guidance/trunk/debian/changelog	2006-03-29 10:39:58 UTC (rev 3389)
@@ -1,51 +1,3 @@
-kde-guidance (0.6.3-0ubuntu1) dapper; urgency=low
-
-  [ Fathi Boudra ]
-  * Sync with Debian package (not yet in archives)
-
-  [ Simon Edwards ]
-  * BUG: userconfig and unixauthdb didn't respect the ownership of system files
-    when update /etc/passwd and friends. (Malone bug #26175).
-  * BUG: userconfig and unixauthdb would fail if /etc/passwd, /etc/groups or
-    /etc/shadow contained blank lines.
-  * BUG: displayconfig now does a better job of detecting graphics PCI devices
-    and handling non-detected graphics cards. Instead of crashing, "generic
-    VESA" is used when the type of card can't be found. (Malone bug #32915)
-  * The DPI that displayconfig-restore.py uses at login time can now be
-    controlled by adding a line to ~/.kde/share/config/displayconfigrc
-    in the [General] section. Add "dpi=xserver" to use the default DPI
-    from the X server, or "dpi=100" to use 100 DPI for example.
-  * BUG: Widescreen modes were missing in displayconfig.
-  * Displayconfig: Monitors can now be specified as being standard aspect ratio
-    or widescreen.
-  * BUG: Using the xresprobe command in displayconfig would crash some people's
-    machines. The much more safer ddcprobe command is now used.
-    (Malone bug #33943)
-  * BUG: A bug is displayconfig stopped monitor model detection. The xresprobe
-    command didn't actually return the eisa ID of the connected monitor.
-    ddcprobe does though (see above).
-  * BUG: Displayconfig. Changes to the monitor model or image format are
-    shown immediately on the "Size & Orientation" tab, even if the screen is
-    currently being used.
-  * BUG: When userconfig asks about whether the home directory should be created
-    when creating a new account, sometimes the wrong directory name was shown in
-    the dialog.
-  * BUG: Powerbook screen mode "1280x854" add to displayconfig. (Malone bug
-    #34383).
-  * BUG: Displayconfig would throw an exception if the current display didn't
-    support DPMS. (Malone bug #34316).
-  * BUG: Most utilities would fail if they came across UTF-8 or unicode
-    characters. (Malone bug #34194).
-  * BUG: Displayconfig wouldn't correctly detect the presence of installed
-    proprietary drivers. (OculusAquilae)
-  * BUG: Displayconfig had trouble handling BusID rows in xorg.conf. This would
-    cause the xorg.conf to be incorrectly read. (Tonio)
-  * Added some extra methods to ScanPCI.py to aid debugging.
-  * BUG: Displayconfig would not save the user's display settings when running
-    in kcontrol or systemsettings. (Malone bug #35257)
-
- -- Fathi Boudra <fboudra at free.fr>  Sun, 19 Mar 2006 17:39:48 +0100
-
 kde-guidance (0.6.3-1) unstable; urgency=low
 
   * Initial Debian release Closes: #340144

Modified: kde-extras/guidance/trunk/debian/compat
===================================================================
--- kde-extras/guidance/trunk/debian/compat	2006-03-29 09:32:26 UTC (rev 3388)
+++ kde-extras/guidance/trunk/debian/compat	2006-03-29 10:39:58 UTC (rev 3389)
@@ -1 +1 @@
-5
+4

Modified: kde-extras/guidance/trunk/debian/control
===================================================================
--- kde-extras/guidance/trunk/debian/control	2006-03-29 09:32:26 UTC (rev 3388)
+++ kde-extras/guidance/trunk/debian/control	2006-03-29 10:39:58 UTC (rev 3389)
@@ -18,3 +18,5 @@
  .
  These tools are available in KDE Control Center, System Settings 
  or can be run as standalone applications.
+ .
+ Homepage: http://www.simonzone.com/software/guidance

Modified: kde-extras/guidance/trunk/debian/dirs
===================================================================
--- kde-extras/guidance/trunk/debian/dirs	2006-03-29 09:32:26 UTC (rev 3388)
+++ kde-extras/guidance/trunk/debian/dirs	2006-03-29 10:39:58 UTC (rev 3389)
@@ -1,9 +1,7 @@
-etc/init.d
 usr/bin
 usr/lib
 usr/lib/python2.3/site-packages
 usr/share/apps/guidance
 usr/share/doc/kde/HTML/en/guidance
 usr/share/icons/crystalsvg/32x32/apps
-usr/share/lintian/overrides
 var/lib/guidance

Modified: kde-extras/guidance/trunk/debian/rules
===================================================================
--- kde-extras/guidance/trunk/debian/rules	2006-03-29 09:32:26 UTC (rev 3388)
+++ kde-extras/guidance/trunk/debian/rules	2006-03-29 10:39:58 UTC (rev 3389)
@@ -83,10 +83,10 @@
 	cp debian/kde-guidance/usr/share/apps/guidance/pics/hi32-display.png debian/kde-guidance/usr/share/icons/crystalsvg/32x32/apps/displayconfig.png
 
 	# install displayconfig-hwprobe.py script
-	install -p -m0755 displayconfig/displayconfig-hwprobe.py debian/kde-guidance/etc/init.d/
+	install -D -p -m0755 displayconfig/displayconfig-hwprobe.py debian/kde-guidance/etc/init.d/displayconfig-hwprobe.py
 
 	# install lintian overrides
-	install -p -m0644 debian/kde-guidance.lintian-overrides debian/kde-guidance/usr/share/lintian/overrides/kde-guidance
+	install -D -p -m0644 debian/kde-guidance.lintian-overrides debian/kde-guidance/usr/share/lintian/overrides/kde-guidance
 
 	# remove binary-or-shlib-defines-rpath
 	chrpath -d debian/kde-guidance/usr/lib/kde3/kcm_*.so.*




More information about the pkg-kde-commits mailing list