[Pkg-jed-commit] r275 - trunk/packages/jed/debian

Rafael Laboissiere rafael at costa.debian.org
Mon May 15 07:43:37 UTC 2006


Author: rafael
Date: 2006-05-15 07:43:36 +0000 (Mon, 15 May 2006)
New Revision: 275

Modified:
   trunk/packages/jed/debian/changelog
   trunk/packages/jed/debian/jed-common.postrm
Log:

* debian/jed-common.postrm: fixed bugged shell code that slipped into
  version 0.99.16-6 of the package that makes the upgrade from that
  version fails [RL] 

* debian/rules: Added missing entries (conversion to po-debconf +
  patch to 00list)
  

Modified: trunk/packages/jed/debian/changelog
===================================================================
--- trunk/packages/jed/debian/changelog	2006-05-15 01:00:06 UTC (rev 274)
+++ trunk/packages/jed/debian/changelog	2006-05-15 07:43:36 UTC (rev 275)
@@ -33,6 +33,9 @@
     + disabled xrender extension and gpm support on hurd-i386 and
       kfreebsd-i386 now uniformly by dpatch [JS]
 
+    + applied patch from Aurelien Jarno for correct handling xrender
+      and gpm on FreeBSD/Linux; Thanks to him for his help [JS]
+
   * debian/rules:
     + added a get-orig-source target to [JS]
 
@@ -55,6 +58,13 @@
   * /usr/share/doc/jed-common/Debian-Jed-Policy.txt:
     + added a first draft for a policy about packages for Jed [JS]
 
+  * debian/jed-common.templates, debian/po/*:
+    + converted to po-debconf [RL]
+
+  * debian/jed-common.postrm:
+    + fixed bugged shell code that slipped into version 0.99.16-6 of the
+      package that makes the upgrade from that version fails [RL]
+
   [JS] Jörg Sommer <joerg at alea.gnuu.de>
   [GM] Guenter Milde
   [RL] Rafael Laboissiere <rafael at debian.org>

Modified: trunk/packages/jed/debian/jed-common.postrm
===================================================================
--- trunk/packages/jed/debian/jed-common.postrm	2006-05-15 01:00:06 UTC (rev 274)
+++ trunk/packages/jed/debian/jed-common.postrm	2006-05-15 07:43:36 UTC (rev 275)
@@ -1,6 +1,6 @@
 #!/bin/sh -e
 
-if [ -d /etc/jed-init.d/ ]; then 
+if [ -z "$(ls /etc/jed-init.d/ 2>/dev/null)" ]; then
   rmdir /etc/jed-init.d
 fi
 




More information about the Pkg-jed-commit mailing list