[Pkg-jed-commit] r562 - jedstate/trunk/debian

Rafael Laboissiere rafael at alioth.debian.org
Wed Feb 7 11:17:58 CET 2007


Author: rafael
Date: 2007-02-07 11:17:57 +0100 (Wed, 07 Feb 2007)
New Revision: 562

Modified:
   jedstate/trunk/debian/NEWS
   jedstate/trunk/debian/changelog
   jedstate/trunk/debian/postinst
Log:
Debian release jedstate_0.5.4.transitional.1-4

Modified: jedstate/trunk/debian/NEWS
===================================================================
--- jedstate/trunk/debian/NEWS	2007-02-06 19:42:44 UTC (rev 561)
+++ jedstate/trunk/debian/NEWS	2007-02-07 10:17:57 UTC (rev 562)
@@ -1,29 +1,5 @@
 jedstate (0.5.4.transitional.1-4) unstable; urgency=low
 
-    The package is now an almost perfect replacement for the original
-    jedstate.  Included in this version is a script, called
-    gdbmrecent-purge, that provides the same functionality of the old
-    jedstate command.
-
- -- Rafael Laboissiere <rafael at debian.org>  Tue, 06 Feb 2007 20:18:51 +0100
-
-jedstate (0.5.4.transitional.1-3) unstable; urgency=low
-
-    Contrary to what was announced in the 0.5.4.transitional.1-1
-    release, this package is more than just "transitional".  It is
-    actually "functional", since it depends now on jed-extra and
-    slang-gdbm and adds initialization code in
-    /etc/jed.d/55jedstate.sl, necessary for making gdbmrecent work
-    "out of the box".
-
-    So, after installing this pacakge, please, do *_not_* remove it.
-    (Actually, you could remove jedstate, as long as you do not *purge* it
-    and keep slang-gdbm even if no other package depends on it.)
-
- -- Rafael Laboissiere <rafael at debian.org>  Tue, 06 Feb 2007 11:27:38 +0100
-
-jedstate (0.5.4.transitional.1-1) unstable; urgency=low
-
     The functionalities of jedstate have been superseded by the gdbmrecent
     module in the jed-extra package.  Therefore, this package has been
     transformed into a transition package in order to help users to
@@ -40,18 +16,18 @@
 
         $ jedstate-to-gdbmrecent ~/.jedstate.db ~/.jed/recent_db
 
-    (Notice that the arguments above correspond to the standard, default file
-    names.)
+    (Notice that the arguments above correspond to the standard,
+    default file names.)
 
-    In order to activate the use of the gdbmrecent, install the jed-extra
-    package and add the following to your ~/.jed/jed.rc (or whichever
-    initialization file):
+    Besides being "transitional", as the version number may suggest,
+    this package is also "functional" because it depends on the
+    jed-extra package (which provides the gdbmrecent.sl module) and also
+    adds the necessary initialization code in
+    /etc/jed.d/55jedstate.sl, making gdbmrecent work "out of the
+    box".
 
-        require ("gdbmrecent")
+    There is also is a script, called gdbmrecent-purge, suitable for
+    inclusion in cron tables, providing the same functionality of the
+    old jedstate command.
 
-    After that, the jedstate package can be safely removed.
-
- -- Rafael Laboissiere <rafael at debian.org>  Mon,  5 Feb 2007 17:10:59 +0100
-
-
-
+ -- Rafael Laboissiere <rafael at debian.org>  Wed, 07 Feb 2007 10:54:28 +0100

Modified: jedstate/trunk/debian/changelog
===================================================================
--- jedstate/trunk/debian/changelog	2007-02-06 19:42:44 UTC (rev 561)
+++ jedstate/trunk/debian/changelog	2007-02-07 10:17:57 UTC (rev 562)
@@ -1,13 +1,15 @@
 jedstate (0.5.4.transitional.1-4) unstable; urgency=low
 
-  NOT YET RELEASED!
-
   * debian/gdbmrecent-purge: Added script that works as the jedstate
     program in the old times
-  * debian/NEWS: Document the above
+  * debian/NEWS: Document the above and grouped all information in a
+    single entry.  There is no contradictory information now.  Thanks to
+    Steve Langasek for suggesting this.
   * debian/rules, manpages: Install the man page for gdbmrecent-purge
+  * debian/postint: Remove /etc/jed-init.d/99jedstate_hook.sl only if it
+    does not differ from the file distributed in 0.5.4-6
 
- --
+ -- Rafael Laboissiere <rafael at debian.org>  Wed,  7 Feb 2007 10:40:02 +0100
 
 jedstate (0.5.4.transitional.1-3) unstable; urgency=low
 
@@ -15,7 +17,7 @@
     "transitional", meaning that it really insures that gdbmrecent will
     work [RL, GM]
   * debian/control:
-    - Depends on Depends: jed-extra (>= 2.2.1-1.etch.3), slang-gdbm [RL]
+    - Depends on jed-extra (>= 2.2.1-1.etch.3), slang-gdbm [RL]
     - Change the description to reflect the above mentioned functionality [GM]
   * debian/55jedstate.sl: Added initialization code for gdbmrecent (moved
     from 50jed-extra.sl) [RL]

Modified: jedstate/trunk/debian/postinst
===================================================================
--- jedstate/trunk/debian/postinst	2007-02-06 19:42:44 UTC (rev 561)
+++ jedstate/trunk/debian/postinst	2007-02-07 10:17:57 UTC (rev 562)
@@ -7,7 +7,10 @@
     configure)
         dir=/etc/jed-init.d
         hook=99jedstate_hook.sl
-        test -f $dir/$hook && rm -f $dir/$hook
+        chksum=cc8dbd5ddce2ed276c2a8f1cf9cc378d
+        test -f $dir/$hook						\
+            && echo "$chksum  $dir/$hook" | md5sum -c >/dev/null 2>&1	\
+            && rm -f $dir/$hook
         test -d $dir && rmdir --ignore-fail-on-non-empty $dir
     ;;
 




More information about the Pkg-jed-commit mailing list