[SCM] Debian packaging for swt-gtk. branch, experimental, updated. debian/3.5.1-5-7-g26fb190

Ahmed El-Mahmoudy aelmahmoudy-guest at alioth.debian.org
Sun Oct 17 09:40:31 UTC 2010


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Debian packaging for swt-gtk.".

The branch, experimental has been updated
       via  26fb190bfab14221721195b167299931e4a07410 (commit)
      from  dc60230012dee63e29ed647b223ca0874281a4e9 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 26fb190bfab14221721195b167299931e4a07410
Author: أحمد المحمودي (Ahmed El-Mahmoudy) <aelmahmoudy at sabily.org>
Date:   Sun Oct 17 11:39:51 2010 +0200

    Fixed update-alternatives symlinks

-----------------------------------------------------------------------

Summary of changes:
 debian/libswt-gtk-3.6-java.postinst |    2 +-
 debian/libswt-gtk-3.6-java.prerm    |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/libswt-gtk-3.6-java.postinst b/debian/libswt-gtk-3.6-java.postinst
index a340cff..8b05ff6 100644
--- a/debian/libswt-gtk-3.6-java.postinst
+++ b/debian/libswt-gtk-3.6-java.postinst
@@ -6,7 +6,7 @@ case "$1" in
         update-alternatives --install \
                 /usr/share/java/swt.jar \
                 swt.jar \
-                /usr/lib/java/swt-gtk-3.5.1.jar \
+                /usr/lib/java/swt-gtk-3.6.1.jar \
                 103
     ;;
 
diff --git a/debian/libswt-gtk-3.6-java.prerm b/debian/libswt-gtk-3.6-java.prerm
index 3696481..07ea2c3 100644
--- a/debian/libswt-gtk-3.6-java.prerm
+++ b/debian/libswt-gtk-3.6-java.prerm
@@ -4,7 +4,7 @@ set -e
 case "$1" in
     remove|upgrade|deconfigure)
 		update-alternatives --remove swt.jar \
-                /usr/lib/java/swt-gtk-3.5.1.jar
+                /usr/lib/java/swt-gtk-3.6.1.jar
 	;;
     failed-upgrade)
 	;;


hooks/post-receive
-- 
Debian packaging for swt-gtk.



More information about the pkg-java-commits mailing list