r10755 - in /desktop/unstable/system-tools-backends/debian: changelog control.in system-tools-backends.postinst system-tools-backends.preinst

xaiki at users.alioth.debian.org xaiki at users.alioth.debian.org
Sat May 5 14:04:24 UTC 2007


Author: xaiki
Date: Sat May  5 14:04:20 2007
New Revision: 10755

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=10755
Log:
Ready to go to unstable

Modified:
    desktop/unstable/system-tools-backends/debian/changelog
    desktop/unstable/system-tools-backends/debian/control.in
    desktop/unstable/system-tools-backends/debian/system-tools-backends.postinst
    desktop/unstable/system-tools-backends/debian/system-tools-backends.preinst

Modified: desktop/unstable/system-tools-backends/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/system-tools-backends/debian/changelog?rev=10755&op=diff
==============================================================================
--- desktop/unstable/system-tools-backends/debian/changelog (original)
+++ desktop/unstable/system-tools-backends/debian/changelog Sat May  5 14:04:20 2007
@@ -1,3 +1,11 @@
+system-tools-backends (2.2.1-2) unstable; urgency=low
+
+  * Upload to Unstable.
+  * Remove ubuntu version specific in preinst.
+  * Create stb-admin group in postinst (thanks to giskard).
+
+ -- Niv Sardi <xaiki at debian.org>  Sat,  5 May 2007 16:03:15 +0200
+
 system-tools-backends (2.2.1-1) experimental; urgency=low
 
   * New upstream release

Modified: desktop/unstable/system-tools-backends/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/system-tools-backends/debian/control.in?rev=10755&op=diff
==============================================================================
--- desktop/unstable/system-tools-backends/debian/control.in (original)
+++ desktop/unstable/system-tools-backends/debian/control.in Sat May  5 14:04:20 2007
@@ -10,6 +10,7 @@
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}
 Replaces: gnome-system-tools (<< 1.1)
+Conflicts: gnome-system-tools (<< 2.18)
 Description: System Tools to manage computer configuration -- scripts
  The System Tools Backends are a set of cross-platform scripts
  for Linux and other Unix systems. The backends provide an standard

Modified: desktop/unstable/system-tools-backends/debian/system-tools-backends.postinst
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/system-tools-backends/debian/system-tools-backends.postinst?rev=10755&op=diff
==============================================================================
--- desktop/unstable/system-tools-backends/debian/system-tools-backends.postinst (original)
+++ desktop/unstable/system-tools-backends/debian/system-tools-backends.postinst Sat May  5 14:04:20 2007
@@ -25,6 +25,9 @@
 
 case "$1" in
   configure)
+	if ! getent group stb-admin > /dev/null; then
+	    addgroup --quiet --system stb-admin
+	fi
     # only start system-tools-backends if it is not already running
     if [ ! -e /var/run/system-tools-backends.pid ] || ! ps --no-headers -p $(cat /var/run/system-tools-backends.pid) > /dev/null 2>&1; then
         if [ -x /etc/init.d/dbus ]; then

Modified: desktop/unstable/system-tools-backends/debian/system-tools-backends.preinst
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/system-tools-backends/debian/system-tools-backends.preinst?rev=10755&op=diff
==============================================================================
--- desktop/unstable/system-tools-backends/debian/system-tools-backends.preinst (original)
+++ desktop/unstable/system-tools-backends/debian/system-tools-backends.preinst Sat May  5 14:04:20 2007
@@ -2,7 +2,7 @@
 
 # stop backend here when upgrading from a version that didn't handle
 # it correctly yet in the prerm
-if [ "$1" = "upgrade" ] && dpkg --compare-versions "$2" lt-nl 2.1.0-0ubuntu2; then
+if [ "$1" = "upgrade" ] && dpkg --compare-versions "$2" lt-nl 2.1.0; then
     /etc/dbus-1/event.d/70system-tools-backends stop || true
 fi
 




More information about the pkg-gnome-commits mailing list