[pkg-boinc-commits] r428 - trunk/boinc-app-seti/debian

Frank S. Thomas fst-guest at costa.debian.org
Tue May 16 21:29:50 UTC 2006


Author: fst-guest
Date: 2006-05-16 21:29:47 +0000 (Tue, 16 May 2006)
New Revision: 428

Modified:
   trunk/boinc-app-seti/debian/boinc-app-seti.postinst
   trunk/boinc-app-seti/debian/changelog
   trunk/boinc-app-seti/debian/rules
Log:
Restart boinc-client when boinc-app-seti is configured so that the client
recognizes that an anonymous application was installed.


Modified: trunk/boinc-app-seti/debian/boinc-app-seti.postinst
===================================================================
--- trunk/boinc-app-seti/debian/boinc-app-seti.postinst	2006-05-16 17:34:33 UTC (rev 427)
+++ trunk/boinc-app-seti/debian/boinc-app-seti.postinst	2006-05-16 21:29:47 UTC (rev 428)
@@ -9,6 +9,15 @@
     configure)
         update-boinc-applinks --create --project=seti --data-dir=$BOINC_DIR
         chown -R boinc:boinc $BOINC_DIR/projects 2>/dev/null || true
+
+        # Restart the BOINC core client after update-boinc-applinks has
+        # created the symlinks for the anonymous application(s) and the
+        # app_info.xml file.
+        if which invoke-rc.d >/dev/null 2>&1; then
+            invoke-rc.d boinc-client restart
+        else
+            /etc/init.d/boinc-client restart
+        fi
     ;;
 
     abort-upgrade|abort-remove|abort-deconfigure)

Modified: trunk/boinc-app-seti/debian/changelog
===================================================================
--- trunk/boinc-app-seti/debian/changelog	2006-05-16 17:34:33 UTC (rev 427)
+++ trunk/boinc-app-seti/debian/changelog	2006-05-16 21:29:47 UTC (rev 428)
@@ -1,6 +1,6 @@
-boinc-app-seti (5.13+cvs20060510-1) experimental; urgency=low
+boinc-app-seti (5.13+cvs20060510-1) unstable; urgency=low
 
-  * Initial release based on Steffen's boinc-client-seti package.
+  * Initial release based on Steffen Moeller's boinc-client-seti package.
     - CVS snapshot from 10.05.2006.
   
  -- Frank S. Thomas <frank at thomas-alfeld.de>  Tue, 16 May 2006 18:47:04 +0200

Modified: trunk/boinc-app-seti/debian/rules
===================================================================
--- trunk/boinc-app-seti/debian/rules	2006-05-16 17:34:33 UTC (rev 427)
+++ trunk/boinc-app-seti/debian/rules	2006-05-16 21:29:47 UTC (rev 428)
@@ -8,12 +8,13 @@
 include /usr/share/cdbs/1/rules/dpatch.mk
 
 DEB_CONFIGURE_SCRIPT_ENV += BOINCDIR="/usr/share/boinc-dev"
-
 DEB_CONFIGURE_EXTRA_FLAGS := \
   --enable-client \
   --disable-server \
   --disable-graphics
 
+DEB_INSTALL_DOCS_ALL := AUTHORS
+
 APP_INFO_VERSION = $(shell echo $(DEB_VERSION) | cut -f 1 -d '-' | \
   cut -f 1 -d '+' | sed -e 's/\.//g')
 




More information about the pkg-boinc-commits mailing list