[DRE-commits] r1709 - in packages/ctioga/trunk/debian: . patches

fourmond at alioth.debian.org fourmond at alioth.debian.org
Thu Jun 14 22:32:05 UTC 2007


Author: fourmond
Date: 2007-06-14 22:32:05 +0000 (Thu, 14 Jun 2007)
New Revision: 1709

Added:
   packages/ctioga/trunk/debian/patches/04-fixperms.dpatch
Modified:
   packages/ctioga/trunk/debian/changelog
   packages/ctioga/trunk/debian/patches/00list
Log:
ctioga: new 'upstream' release...

Modified: packages/ctioga/trunk/debian/changelog
===================================================================
--- packages/ctioga/trunk/debian/changelog	2007-06-14 10:18:19 UTC (rev 1708)
+++ packages/ctioga/trunk/debian/changelog	2007-06-14 22:32:05 UTC (rev 1709)
@@ -1,8 +1,10 @@
-ctioga (1.3.2-2) UNRELEASED; urgency=low
+ctioga (1.4-1) unstable; urgency=low
 
-  * NOT RELEASED YET
+  * New 'upstream' release.
+  * Remove patch 05-mkmf2.rb, no longer necessary
+  * Add 04-fixperms patch to fix lib/ctable.rb weird permission
 
- -- Vincent Fourmond <fourmond at debian.org>  Tue, 17 Apr 2007 00:19:17 +0200
+ -- Vincent Fourmond <fourmond at debian.org>  Fri, 15 Jun 2007 00:27:53 +0200
 
 ctioga (1.3.2-1) unstable; urgency=low
 

Modified: packages/ctioga/trunk/debian/patches/00list
===================================================================
--- packages/ctioga/trunk/debian/patches/00list	2007-06-14 10:18:19 UTC (rev 1708)
+++ packages/ctioga/trunk/debian/patches/00list	2007-06-14 22:32:05 UTC (rev 1709)
@@ -1 +1,2 @@
-05-mkmf2.rb
\ No newline at end of file
+04-fixperms
+# 05-mkmf2.rb

Copied: packages/ctioga/trunk/debian/patches/04-fixperms.dpatch (from rev 1394, packages-wip/ctioga/trunk/debian/patches/05-mkmf2.rb.dpatch)
===================================================================
--- packages/ctioga/trunk/debian/patches/04-fixperms.dpatch	                        (rev 0)
+++ packages/ctioga/trunk/debian/patches/04-fixperms.dpatch	2007-06-14 22:32:05 UTC (rev 1709)
@@ -0,0 +1,11 @@
+#!/bin/sh 
+
+case "$1" in 
+    "-patch")
+        chmod 644 lib/ctable.rb
+        ;;
+    "-unpatch")
+        ;;
+    *)
+        ;;
+esac




More information about the Pkg-ruby-extras-commits mailing list