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

Frank S. Thomas fst-guest at costa.debian.org
Fri Jan 13 12:23:50 UTC 2006


Author: fst-guest
Date: 2006-01-13 12:23:49 +0000 (Fri, 13 Jan 2006)
New Revision: 334

Added:
   trunk/boinc-app-seti/debian/boinc-app-seti.prerm
Removed:
   trunk/boinc-app-seti/debian/boinc-app-seti.postrm
Modified:
   trunk/boinc-app-seti/debian/changelog
Log:
Silly me, seti.py isn't availalbe in postrm...


Deleted: trunk/boinc-app-seti/debian/boinc-app-seti.postrm
===================================================================
--- trunk/boinc-app-seti/debian/boinc-app-seti.postrm	2006-01-13 11:12:53 UTC (rev 333)
+++ trunk/boinc-app-seti/debian/boinc-app-seti.postrm	2006-01-13 12:23:49 UTC (rev 334)
@@ -1,24 +0,0 @@
-#!/bin/sh
-# postrm script for boinc-app-seti
-
-set -e
-
-BOINC_DIR=/var/lib/boinc-client
-
-case "$1" in
-    remove)
-        boinc_applinks --remove --project=seti --data-dir=$BOINC_DIR
-    ;;
-
-    purge|upgrade|failed-upgrade|abort-install|abort-upgrade|disappear)
-    ;;
-
-    *)
-        echo "postrm called with unknown argument \`$1'" >&2
-        exit 1
-    ;;
-esac
-
-#DEBHELPER#
-
-exit 0

Copied: trunk/boinc-app-seti/debian/boinc-app-seti.prerm (from rev 333, trunk/boinc-app-seti/debian/boinc-app-seti.postrm)
===================================================================
--- trunk/boinc-app-seti/debian/boinc-app-seti.postrm	2006-01-13 11:12:53 UTC (rev 333)
+++ trunk/boinc-app-seti/debian/boinc-app-seti.prerm	2006-01-13 12:23:49 UTC (rev 334)
@@ -0,0 +1,24 @@
+#!/bin/sh
+# prerm script for boinc-app-seti
+
+set -e
+
+BOINC_DIR=/var/lib/boinc-client
+
+case "$1" in
+    remove)
+        boinc_applinks --remove --project=seti --data-dir=$BOINC_DIR
+    ;;
+
+    upgrade|failed-upgrade|deconfigure)
+    ;;
+
+    *)
+        echo "prerm called with unknown argument \`$1'" >&2
+        exit 1
+    ;;
+esac
+
+#DEBHELPER#
+
+exit 0

Modified: trunk/boinc-app-seti/debian/changelog
===================================================================
--- trunk/boinc-app-seti/debian/changelog	2006-01-13 11:12:53 UTC (rev 333)
+++ trunk/boinc-app-seti/debian/changelog	2006-01-13 12:23:49 UTC (rev 334)
@@ -2,10 +2,16 @@
 
   * NOT RELEASED YET
   * New CVS snapshot from 16.12.2005.
-  * Renamed the source and binary package to "boinc-app-seti".
+  * Renamed the source and binary package to boinc-app-seti to avoid
+    confusion with the boinc-client package.
   * debian/control.in:
     - Added fftw-dev, automake1.9 and autoconf to Build-Depends.
     - Bumped Standards-Version from 3.6.1 to 3.6.2, no changes required.
+  * Added the file /usr/share/boinc-client/app_info/seti.py, which
+    boinc_applinks uses to determine the location of SETI at home's application
+    and app_info.xml file and added boinc_applinks invocations to maintainer
+    scripts (postinst and prerm) to create and remove symlinks in BOINC's
+    default data directory.
   
  -- Frank S. Thomas <frank at thomas-alfeld.de>  Fri, 16 Dec 2005 18:41:23 +0100
 




More information about the pkg-boinc-commits mailing list