rev 5746 - branches/etch/packages/kdepim/debian

Sune Vuorela pusling-guest at alioth.debian.org
Tue Mar 13 09:12:48 CET 2007


Author: pusling-guest
Date: 2007-03-13 08:12:48 +0000 (Tue, 13 Mar 2007)
New Revision: 5746

Removed:
   branches/etch/packages/kdepim/debian/kpilot.config
   branches/etch/packages/kdepim/debian/kpilot.templates
   branches/etch/packages/kdepim/debian/po/
Modified:
   branches/etch/packages/kdepim/debian/changelog
   branches/etch/packages/kdepim/debian/kpilot.postinst
Log:
remove debconf stuff


Modified: branches/etch/packages/kdepim/debian/changelog
===================================================================
--- branches/etch/packages/kdepim/debian/changelog	2007-03-12 22:54:17 UTC (rev 5745)
+++ branches/etch/packages/kdepim/debian/changelog	2007-03-13 08:12:48 UTC (rev 5746)
@@ -1,3 +1,17 @@
+kdepim (4:3.5.5.dfsg.1-7) unstable; urgency=low
+
+  * The let-us-not-waste-translator-time-release
+  * Verbose changelog
+  * Only kpilot related things are touched.
+  * Remove debconf-stuff - it is really useless as it is used to add devfs
+    related configuration for palm pilots. 
+    The feature from this debconfstuff - to choose what device to use - is
+    something that the kpilot user interface also offers in a much better way,
+    so removing debconf is better than trying to somehov adapt it to a
+    non-devfs world.
+
+ -- Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>  Tue, 13 Mar 2007 09:08:27 +0100
+
 kdepim (4:3.5.5.dfsg.1-6) unstable; urgency=high
 
   +++ Changes by Josh Metzler:

Deleted: branches/etch/packages/kdepim/debian/kpilot.config

Modified: branches/etch/packages/kdepim/debian/kpilot.postinst
===================================================================
--- branches/etch/packages/kdepim/debian/kpilot.postinst	2007-03-12 22:54:17 UTC (rev 5745)
+++ branches/etch/packages/kdepim/debian/kpilot.postinst	2007-03-13 08:12:48 UTC (rev 5746)
@@ -25,62 +25,16 @@
 #     `abort-upgrade',
 #     `abort-remove' or `abort-deconfigure'.
 
+#to be kept until post-lenny
 devfs_cfg=/etc/devfs/conf.d/libpisock8
 
 case "$1" in
     configure|reconfigure)
-		# Source debconf library.
-		. /usr/share/debconf/confmodule
-
-		# which port?
-		db_get 'shared/pilot/port'
-
-		port="$RET"
-
-		# if port is not defined we don't do anything
-		if [ "$port" ]
-		then
-			# if port is not set to None
-			if [ "$port" != "None" ]
-			then 
-				rm -f /dev/pilot
-				#let us just guard this in case of udev 
-				if [ -e "$port" ]
-				then
-					ln -s "$port" /dev/pilot
-					chmod -f 0666 /dev/"$port" || true
-				fi
-
-				# remove old devfs stuff (from before 0.11.3-5)
-				if [ -f /etc/devfs/symlinks.d/pilot-link ]; then
-					rm /etc/devfs/symlinks.d/pilot-link
-				fi
-				if [ -f /etc/devfs/conf.d/pilot-link ]; then
-					rm /etc/devfs/conf.d/pilot-link
-				fi
-				
-				if [ ! -d /etc/devfs/conf.d ]
-				then
-					mkdir -p /etc/devfs/conf.d
-				fi
-
-				# convert ttyS? -> tts/? (devfs name)
-				port_devfs=$(echo $port | sed -e 's/ttyS/tts\//')
-
-				# convert ttyUSB? -> usb/tts/? (devfs name)
-				port_devfs=$(echo $port | sed -e 's/ttyUSB/usb\/tts\//')
-
-				echo "REGISTER  ^$port_devfs$ CFUNCTION GLOBAL symlink \$devname pilot" > $devfs_cfg
-				echo "REGISTER	^$port_devfs$	PERMISSIONS	root.root	0666" >> $devfs_cfg
-				echo "UNREGISTER ^$port_devfs$ CFUNCTION GLOBAL unlink pilot" >> $devfs_cfg
-			else
-				# the admin chooses to manage the link himself
-				rm -f /dev/pilot /etc/devfs/conf.d/libpisock8
-			fi
-		fi
-
-		# ends debconf
-		db_stop
+    	. /usr/share/debconf/confmodule
+    	db_purge
+	db_stop
+	rm -f $devfs_cfg
+	
     ;;
 
     abort-upgrade|abort-remove|abort-deconfigure)

Deleted: branches/etch/packages/kdepim/debian/kpilot.templates




More information about the pkg-kde-commits mailing list