[X2Go-Commits] [x2gobroker] 01/01: debian/python-x2gobroker.preinst: Use proper comment header explaining about preinst script argument calls (not postinst).

git-admin at x2go.org git-admin at x2go.org
Sun Jul 19 21:59:38 CEST 2015


This is an automated email from the git hooks/post-receive script.

x2go pushed a commit to branch master
in repository x2gobroker.

commit d6360a9f8c6160df12460439658f3332f9e31c18
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date:   Sun Jul 19 21:59:34 2015 +0200

    debian/python-x2gobroker.preinst: Use proper comment header explaining about preinst script argument calls (not postinst).
---
 debian/changelog                 |    8 +++++++-
 debian/python-x2gobroker.preinst |   13 +++++--------
 2 files changed, 12 insertions(+), 9 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 4d68c71..e52a1e0 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,14 @@
 x2gobroker (0.0.3.1-0x2go1) UNRELEASED; urgency=low
 
+  [ X2Go Release Manager ]
   * Continue development
 
- -- X2Go Release Manager <git-admin at x2go.org>  Sat, 20 Jun 2015 15:05:23 +0200
+  [ Mike Gabriel ]
+  * debian/python-x2gobroker.preinst:
+    + Use proper comment header explaining about preinst script argument
+      calls (not postinst).
+
+ -- Mike Gabriel <mike.gabriel at das-netzwerkteam.de>  Sun, 19 Jul 2015 21:58:43 +0200
 
 x2gobroker (0.0.3.0-0x2go1) unstable; urgency=low
 
diff --git a/debian/python-x2gobroker.preinst b/debian/python-x2gobroker.preinst
index 1f28dd6..fff62ca 100755
--- a/debian/python-x2gobroker.preinst
+++ b/debian/python-x2gobroker.preinst
@@ -6,14 +6,11 @@
 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>
+#        * <new-preinst> `install'
+#        * <new-preinst> `install' <old-version>
+#        * <new-preinst> `upgrade' <old-version>
+#        * <old-preinst> `abort-upgrade' <new-version>
+#
 # for details, see http://www.debian.org/doc/debian-policy/ or
 # the debian-policy package
 

--
Alioth's /srv/git/code.x2go.org/x2gobroker.git//..//_hooks_/post-receive-email on /srv/git/code.x2go.org/x2gobroker.git


More information about the x2go-commits mailing list