Package: caudium
Version: 2:1.4.7-15
Severity: normal
Tags: patch

Hi,

Attached is the diff for my caudium 2:1.4.7-15.1 NMU, fixing 2 of the 3
RC bugs.

(Based on lintian, this package could use some more TLC.)

-- 
see shy jo
diff -u caudium-1.4.7/debian/changelog caudium-1.4.7/debian/changelog
--- caudium-1.4.7/debian/changelog
+++ caudium-1.4.7/debian/changelog
@@ -1,3 +1,13 @@
+caudium (2:1.4.7-15.1) unstable; urgency=low
+
+  * NMU
+  * Make caudium-pixsl replaces caudium (<= 2:1.2.35.1-1), to fix upgrades
+    from the version in sarge, which contained /usr/bin/pixsl. Closes: #392825
+  * Don't die if /usr/local/share/caudium/modules/ cannot be created.
+    Closes: #392506
+
+ -- Joey Hess <[EMAIL PROTECTED]>  Sat, 14 Oct 2006 23:00:54 -0400
+
 caudium (2:1.4.7-15) unstable; urgency=low
 
   * New Pike version dependency
diff -u caudium-1.4.7/debian/control caudium-1.4.7/debian/control
--- caudium-1.4.7/debian/control
+++ caudium-1.4.7/debian/control
@@ -31,6 +31,7 @@
 Package: caudium-pixsl
 Architecture: any
 Depends: ${shlibs:Depends}, caudium (= ${Source-Version})
+Replaces: caudium (<= 2:1.2.35.1-1)
 Description: Pike XSLT module for Caudium
  Certain parts of Caudium are coded in C for speed. This package contains
  the compiled  shared extension module that provides Caudium with 
diff -u caudium-1.4.7/debian/postinst caudium-1.4.7/debian/postinst
--- caudium-1.4.7/debian/postinst
+++ caudium-1.4.7/debian/postinst
@@ -183,7 +183,7 @@
       ln -sf ../../share/caudium/caudium-images /usr/lib/caudium/caudium-images
       
       if [ ! -d /usr/local/share/caudium/modules/ ]; then
-         install -d -m 755 -o root -g root /usr/local/share/caudium/modules/
+         install -d -m 755 -o root -g root /usr/local/share/caudium/modules/ 
2>/dev/null || true
       fi
       
       # Link in the bitstream fonts

Attachment: signature.asc
Description: Digital signature

Reply via email to