[med-svn] r3706 - trunk/packages/autodocksuite/trunk/debian

Steffen Möller smoe-guest at alioth.debian.org
Tue Jul 28 15:07:48 UTC 2009


Author: smoe-guest
Date: 2009-07-28 15:07:44 +0000 (Tue, 28 Jul 2009)
New Revision: 3706

Added:
   trunk/packages/autodocksuite/trunk/debian/autodock.postinst
   trunk/packages/autodocksuite/trunk/debian/note_from_upstream.txt
Modified:
   trunk/packages/autodocksuite/trunk/debian/autodock.docs
   trunk/packages/autodocksuite/trunk/debian/changelog
Log:
Added post-install message in favour of a request by upstream.


Modified: trunk/packages/autodocksuite/trunk/debian/autodock.docs
===================================================================
--- trunk/packages/autodocksuite/trunk/debian/autodock.docs	2009-07-28 11:22:52 UTC (rev 3705)
+++ trunk/packages/autodocksuite/trunk/debian/autodock.docs	2009-07-28 15:07:44 UTC (rev 3706)
@@ -1,3 +1,4 @@
 src/autodock/AUTHORS
 src/autodock/README
 src/autodock/NEWS
+debian/note_from_upstream.txt

Added: trunk/packages/autodocksuite/trunk/debian/autodock.postinst
===================================================================
--- trunk/packages/autodocksuite/trunk/debian/autodock.postinst	                        (rev 0)
+++ trunk/packages/autodocksuite/trunk/debian/autodock.postinst	2009-07-28 15:07:44 UTC (rev 3706)
@@ -0,0 +1,42 @@
+#!/bin/sh
+# postinst script for autodock
+#
+# see: dh_installdeb(1)
+
+set -e
+
+# summary of how this script can be called:
+#        * <postinst> `configure' <most-recently-configured-version>
+#        * <old-postinst> `abort-upgrade' <new version>
+#        * <conflictor's-postinst> `abort-remove' `in-favour' <package>
+#          <new-version>
+#        * <postinst> `abort-remove'
+#        * <deconfigured's-postinst> `abort-deconfigure' `in-favour'
+#          <failed-install-package> <version> `removing'
+#          <conflicting-package> <version>
+# for details, see http://www.debian.org/doc/debian-policy/ or
+# the debian-policy package
+
+
+case "$1" in
+    configure)
+	if [ -r /usr/share/doc/autodock/note_from_upstream.txt ]; then
+		cat /usr/share/doc/autodock/note_from_upstream.txt
+	fi
+    ;;
+
+    abort-upgrade|abort-remove|abort-deconfigure)
+    ;;
+
+    *)
+        echo "postinst called with unknown argument \`$1'" >&2
+        exit 1
+    ;;
+esac
+
+# dh_installdeb will replace this with shell code automatically
+# generated by other debhelper scripts.
+
+#DEBHELPER#
+
+exit 0

Modified: trunk/packages/autodocksuite/trunk/debian/changelog
===================================================================
--- trunk/packages/autodocksuite/trunk/debian/changelog	2009-07-28 11:22:52 UTC (rev 3705)
+++ trunk/packages/autodocksuite/trunk/debian/changelog	2009-07-28 15:07:44 UTC (rev 3706)
@@ -1,3 +1,10 @@
+autodocksuite (4.2.1+rc1-3) UNRELEASED; urgency=low
+
+  * Adding post-install message in favour of a request
+    by upstream to possibly help their funding situation.
+
+ -- Steffen Moeller <moeller at debian.org> Tue, 28 Jul 2009 17:05:26 +0200
+
 autodocksuite (4.2.1+rc1-2) unstable; urgency=low
 
   * Fix FTBFS (Closes: #534601)

Added: trunk/packages/autodocksuite/trunk/debian/note_from_upstream.txt
===================================================================
--- trunk/packages/autodocksuite/trunk/debian/note_from_upstream.txt	                        (rev 0)
+++ trunk/packages/autodocksuite/trunk/debian/note_from_upstream.txt	2009-07-28 15:07:44 UTC (rev 3706)
@@ -0,0 +1,36 @@
+----------------------------------------------------------------------
+                              ______
+                             /      \
+                            /        \
+                           /          \
+                           \    /\    /
+                            \  /  \  /
+                             \/ /\ \/
+                               /  \
+                              /____\
+
+AutoDock and AutoGrid are free software, distributed under the terms of
+the GNU General Public License 2 or later. This allows us to share the
+code and to be open for improvement from the whole scientific community.
+
+The development of the AutoDock suite is entirely funded by research
+grants.  For that reason, we ask you to register at the AutoDock
+Registration page
+
+          http://autodock.scripps.edu/downloads/autodock-registration
+
+in order to keep track of number of unique downloads, which we use to
+support the grant applications. Installing the Debian popularity-contest
+package is also encouraged.
+
+     Thank you, and happy docking!
+
+                                     The AutoDock Development Team
+
+If you plan to use AutoDock for commercial purposes we encourage
+donations to the Olson laboratory to help support further development
+of the AutoDock 4 suite of programs.  Donation information provided on
+the download page.
+
+----------------------------------------------------------------------
+




More information about the debian-med-commit mailing list