[pkg-fso-commits] [SCM] Xglamo, the X server of the Openmoko FreeRunner (GTA02) branch, debian, updated. efd7585f163238adee63d3070282397574aae2ea

Luca Capello luca at pca.it
Sun Sep 28 19:30:13 UTC 2008


The following commit has been merged in the debian branch:
commit efd7585f163238adee63d3070282397574aae2ea
Author: Luca Capello <luca at pca.it>
Date:   Sun Sep 28 21:30:06 2008 +0200

    debian/xserver-xglamo.{postinst,prerm}.in: XSF compatibility

diff --git a/debian/changelog b/debian/changelog
index 81812fe..579d72d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -39,10 +39,12 @@ xglamo (1.3.0.0+git20080807-2) UNRELEASED; urgency=low
     + reload udev rules if the package is installed.
     + add diversion for /etc/X11/X.
     + create /etc/X11/X symlink to /usr/bin/Xglamo.
+    + be compatible with the XSF postinst.
 
   * debian/xserver-xglamo.prerm.in:
     + remove /etc/X11/X symlink.
     + remove diversion for /etc/X11/X.
+    + be compatible with the XSF prerm.
 
  --
 
diff --git a/debian/xserver-xglamo.postinst.in b/debian/xserver-xglamo.postinst.in
index 511492d..39e761e 100644
--- a/debian/xserver-xglamo.postinst.in
+++ b/debian/xserver-xglamo.postinst.in
@@ -16,3 +16,9 @@ if [ "$1" = "install" ] || [ "$1" = "upgrade" ]; then
     fi
     ln -s /usr/bin/Xglamo $SERVER_SYMLINK
 fi
+
+
+### this is for compatibility with the XSF postinst
+THIS_PACKAGE="xserver-xglamo"
+THIS_SCRIPT="xserver-xglamo.postinst"
+### XSF postinst starts here
diff --git a/debian/xserver-xglamo.prerm.in b/debian/xserver-xglamo.prerm.in
index 880ed84..e8e336e 100644
--- a/debian/xserver-xglamo.prerm.in
+++ b/debian/xserver-xglamo.prerm.in
@@ -11,3 +11,9 @@ if [ "$1" = "remove" ]; then
 	    --divert $SERVER_SYMLINK.distrib $SERVER_SYMLINK
     fi
 fi
+
+
+### this is for compatibility with the XSF prerm
+THIS_PACKAGE="xserver-xglamo"
+THIS_SCRIPT="xserver-xglamo.prerm"
+### XSF prerm starts here

-- 
Xglamo, the X server of the Openmoko FreeRunner (GTA02)



More information about the pkg-fso-commits mailing list