Update of /cvsroot/pkg-java/eclipse/debian
In directory haydn:/tmp/cvs-serv29334

Modified Files:
        eclipse-ecj-gcj.postinst eclipse-ecj-gcj.prerm 
        eclipse-ecj.postinst eclipse-ecj.prerm 
        eclipse-jdt-gcj.postinst eclipse-jdt-gcj.postrm 
        eclipse-pde-gcj.postinst eclipse-pde-gcj.postrm 
        eclipse-platform-gcj.postinst eclipse-platform-gcj.postrm 
        eclipse-platform.postrm eclipse-rcp-gcj.postinst 
        eclipse-rcp-gcj.postrm eclipse-rcp.postinst eclipse-rcp.prerm 
Log Message:
Unify the debhelper entries in the postinst, postrm and prerm scripts and
comment it.


--- /cvsroot/pkg-java/eclipse/debian/eclipse-ecj-gcj.postinst   2005/10/15 
12:29:53     1.1
+++ /cvsroot/pkg-java/eclipse/debian/eclipse-ecj-gcj.postinst   2005/11/13 
10:38:36     1.2
@@ -5,4 +5,10 @@
 update-alternatives --quiet --install /usr/bin/ecj ecj /usr/bin/ecj-gcj 2 \
        --slave /usr/share/man/man1/ecj.1.gz ecj.1.gz 
/usr/share/man/man1/ecj-gcj.1.gz
 
+
+# dh_installdeb will replace this with shell code automatically
+# generated by other debhelper scripts.
+
 #DEBHELPER#
+
+exit 0
--- /cvsroot/pkg-java/eclipse/debian/eclipse-ecj-gcj.prerm      2005/10/15 
12:29:53     1.1
+++ /cvsroot/pkg-java/eclipse/debian/eclipse-ecj-gcj.prerm      2005/11/13 
10:38:36     1.2
@@ -4,4 +4,10 @@
 
 update-alternatives --quiet --remove ecj /usr/bin/ecj-gcj
 
+
+# dh_installdeb will replace this with shell code automatically
+# generated by other debhelper scripts.
+
 #DEBHELPER#
+
+exit 0
--- /cvsroot/pkg-java/eclipse/debian/eclipse-ecj.postinst       2005/10/15 
12:29:53     1.1
+++ /cvsroot/pkg-java/eclipse/debian/eclipse-ecj.postinst       2005/11/13 
10:38:36     1.2
@@ -5,4 +5,10 @@
 update-alternatives --quiet --install /usr/bin/ecj ecj /usr/bin/ecj-java 1 \
        --slave /usr/share/man/man1/ecj.1.gz ecj.1.gz 
/usr/share/man/man1/ecj-java.1.gz
 
+
+# dh_installdeb will replace this with shell code automatically
+# generated by other debhelper scripts.
+
 #DEBHELPER#
+
+exit 0
--- /cvsroot/pkg-java/eclipse/debian/eclipse-ecj.prerm  2005/10/15 12:29:53     
1.1
+++ /cvsroot/pkg-java/eclipse/debian/eclipse-ecj.prerm  2005/11/13 10:38:36     
1.2
@@ -4,4 +4,10 @@
 
 update-alternatives --quiet --remove ecj /usr/bin/ecj-java
 
+
+# dh_installdeb will replace this with shell code automatically
+# generated by other debhelper scripts.
+
 #DEBHELPER#
+
+exit 0
--- /cvsroot/pkg-java/eclipse/debian/eclipse-jdt-gcj.postinst   2005/10/15 
12:29:53     1.1
+++ /cvsroot/pkg-java/eclipse/debian/eclipse-jdt-gcj.postinst   2005/11/13 
10:38:36     1.2
@@ -4,4 +4,10 @@
 
 /usr/sbin/update-gcj-classmaps-eclipse
 
+
+# dh_installdeb will replace this with shell code automatically
+# generated by other debhelper scripts.
+
 #DEBHELPER#
+
+exit 0
--- /cvsroot/pkg-java/eclipse/debian/eclipse-jdt-gcj.postrm     2005/10/15 
12:29:53     1.1
+++ /cvsroot/pkg-java/eclipse/debian/eclipse-jdt-gcj.postrm     2005/11/13 
10:38:36     1.2
@@ -37,4 +37,10 @@
 
 db_update
 
+
+# dh_installdeb will replace this with shell code automatically
+# generated by other debhelper scripts.
+
 #DEBHELPER#
+
+exit 0
--- /cvsroot/pkg-java/eclipse/debian/eclipse-pde-gcj.postinst   2005/10/15 
12:29:53     1.1
+++ /cvsroot/pkg-java/eclipse/debian/eclipse-pde-gcj.postinst   2005/11/13 
10:38:36     1.2
@@ -4,4 +4,10 @@
 
 /usr/sbin/update-gcj-classmaps-eclipse
 
+
+# dh_installdeb will replace this with shell code automatically
+# generated by other debhelper scripts.
+
 #DEBHELPER#
+
+exit 0
--- /cvsroot/pkg-java/eclipse/debian/eclipse-pde-gcj.postrm     2005/10/15 
12:29:53     1.1
+++ /cvsroot/pkg-java/eclipse/debian/eclipse-pde-gcj.postrm     2005/11/13 
10:38:36     1.2
@@ -37,4 +37,10 @@
 
 db_update
 
+
+# dh_installdeb will replace this with shell code automatically
+# generated by other debhelper scripts.
+
 #DEBHELPER#
+
+exit 0
--- /cvsroot/pkg-java/eclipse/debian/eclipse-platform-gcj.postinst      
2005/10/15 12:29:53     1.1
+++ /cvsroot/pkg-java/eclipse/debian/eclipse-platform-gcj.postinst      
2005/11/13 10:38:36     1.2
@@ -4,5 +4,10 @@
 
 /usr/sbin/update-gcj-classmaps-eclipse
 
+
+# dh_installdeb will replace this with shell code automatically
+# generated by other debhelper scripts.
+
 #DEBHELPER#
 
+exit 0
--- /cvsroot/pkg-java/eclipse/debian/eclipse-platform-gcj.postrm        
2005/10/15 12:29:53     1.1
+++ /cvsroot/pkg-java/eclipse/debian/eclipse-platform-gcj.postrm        
2005/11/13 10:38:36     1.2
@@ -37,4 +37,10 @@
 
 db_update
 
+
+# dh_installdeb will replace this with shell code automatically
+# generated by other debhelper scripts.
+
 #DEBHELPER#
+
+exit 0
--- /cvsroot/pkg-java/eclipse/debian/eclipse-platform.postrm    2005/10/15 
12:29:53     1.1
+++ /cvsroot/pkg-java/eclipse/debian/eclipse-platform.postrm    2005/11/13 
10:38:36     1.2
@@ -2,8 +2,14 @@
 
 set -e
 
-#DEBHELPER#
-
 if [ "$1" = "purge" ]; then
     rm -rf /usr/share/eclipse
 fi
+
+
+# dh_installdeb will replace this with shell code automatically
+# generated by other debhelper scripts.
+
+#DEBHELPER#
+
+exit 0
--- /cvsroot/pkg-java/eclipse/debian/eclipse-rcp-gcj.postinst   2005/10/15 
12:29:53     1.1
+++ /cvsroot/pkg-java/eclipse/debian/eclipse-rcp-gcj.postinst   2005/11/13 
10:38:36     1.2
@@ -4,4 +4,10 @@
 
 /usr/sbin/update-gcj-classmaps-eclipse
 
+
+# dh_installdeb will replace this with shell code automatically
+# generated by other debhelper scripts.
+
 #DEBHELPER#
+
+exit 0
--- /cvsroot/pkg-java/eclipse/debian/eclipse-rcp-gcj.postrm     2005/10/15 
12:29:53     1.1
+++ /cvsroot/pkg-java/eclipse/debian/eclipse-rcp-gcj.postrm     2005/11/13 
10:38:36     1.2
@@ -37,4 +37,10 @@
 
 db_update
 
+
+# dh_installdeb will replace this with shell code automatically
+# generated by other debhelper scripts.
+
 #DEBHELPER#
+
+exit 0
--- /cvsroot/pkg-java/eclipse/debian/eclipse-rcp.postinst       2005/11/10 
22:24:05     1.2
+++ /cvsroot/pkg-java/eclipse/debian/eclipse-rcp.postinst       2005/11/13 
10:38:36     1.3
@@ -1,7 +1,5 @@
 #!/bin/sh
 
-#DEBHELPER#
-
 if [ "$1" = "configure" ]; then
     DIRS="/usr/local/lib/eclipse \
           /usr/local/lib/eclipse/features \
@@ -23,3 +21,11 @@
     chown root:staff $EXT 2> /dev/null || true
 
 fi
+
+
+# dh_installdeb will replace this with shell code automatically
+# generated by other debhelper scripts.
+
+#DEBHELPER#
+
+exit 0
--- /cvsroot/pkg-java/eclipse/debian/eclipse-rcp.prerm  2005/11/12 22:35:22     
1.2
+++ /cvsroot/pkg-java/eclipse/debian/eclipse-rcp.prerm  2005/11/13 10:38:36     
1.3
@@ -1,7 +1,5 @@
 #! /bin/sh -e
 
-#DEBHELPER#
-
 EXT=/usr/local/lib/eclipse/.eclipseextension
 
 rm -f $EXT 2>/dev/null
@@ -14,3 +12,11 @@
 for DIR in $DIRS; do
     rmdir $DIR 2>/dev/null
 done
+
+
+# dh_installdeb will replace this with shell code automatically
+# generated by other debhelper scripts.
+
+#DEBHELPER#
+
+exit 0

_______________________________________________
pkg-java-commits mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/pkg-java-commits

Reply via email to