r3159 - in /experimental/evolution-data-server/debian: changelog evolution-data-server.postinst tests/installed-tests

jbicha-guest at users.alioth.debian.org jbicha-guest at users.alioth.debian.org
Mon Jun 5 12:50:13 UTC 2017


Author: jbicha-guest
Date: Mon Jun  5 12:50:13 2017
New Revision: 3159

URL: http://svn.debian.org/wsvn/pkg-evolution/?sc=1&rev=3159
Log:
Add evolution-data-server.postinst to recommend restarting after updating

Added:
    experimental/evolution-data-server/debian/evolution-data-server.postinst
Modified:
    experimental/evolution-data-server/debian/changelog
    experimental/evolution-data-server/debian/tests/installed-tests

Modified: experimental/evolution-data-server/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-evolution/experimental/evolution-data-server/debian/changelog?rev=3159&op=diff
==============================================================================
--- experimental/evolution-data-server/debian/changelog	(original)
+++ experimental/evolution-data-server/debian/changelog	Mon Jun  5 12:50:13 2017
@@ -14,6 +14,8 @@
   * Add avoid-rpath.patch:
     - Set -DCMAKE_SKIP_RPATH=ON
   * Add additional autopkgtest to run installed-tests
+  * Add evolution-data-server.postinst to recommend restarting
+    after updating.
 
  -- Jeremy Bicha <jbicha at ubuntu.com>  Tue, 02 May 2017 21:34:17 -0400
 

Added: experimental/evolution-data-server/debian/evolution-data-server.postinst
URL: http://svn.debian.org/wsvn/pkg-evolution/experimental/evolution-data-server/debian/evolution-data-server.postinst?rev=3159&op=file
==============================================================================
--- experimental/evolution-data-server/debian/evolution-data-server.postinst	(added)
+++ experimental/evolution-data-server/debian/evolution-data-server.postinst	Mon Jun  5 12:50:13 2017
@@ -0,0 +1,13 @@
+#!/bin/sh
+
+set -e
+
+case "$1" in
+    configure)
+        [ -x /usr/share/update-notifier/notify-reboot-required ] && /usr/share/update-notifier/notify-reboot-required
+        ;;
+esac
+
+#DEBHELPER#
+
+exit 0

Modified: experimental/evolution-data-server/debian/tests/installed-tests
URL: http://svn.debian.org/wsvn/pkg-evolution/experimental/evolution-data-server/debian/tests/installed-tests?rev=3159&op=diff
==============================================================================
--- experimental/evolution-data-server/debian/tests/installed-tests	(original)
+++ experimental/evolution-data-server/debian/tests/installed-tests	Mon Jun  5 12:50:13 2017
@@ -1,5 +1,5 @@
 #!/bin/bash
-# autopkgtest check: Run the installed-tests to verify gjs works correctly
+# autopkgtest check: Run the installed-tests to verify e-d-s works correctly
 # (C) 2013-2015 Canonical Ltd.
 # Author: Iain Lane <iain.lane at canonical.com>
 set -e




More information about the pkg-evolution-commits mailing list