[Pkg-mono-svn-commits] rev 3341 - in non-group/tomboy/trunk/debian: . patches

Sebastian Dröge slomo at alioth.debian.org
Wed Sep 12 05:07:07 UTC 2007


Author: slomo
Date: 2007-09-12 05:07:07 +0000 (Wed, 12 Sep 2007)
New Revision: 3341

Added:
   non-group/tomboy/trunk/debian/patches/01_define.cs.patch
Modified:
   non-group/tomboy/trunk/debian/changelog
   non-group/tomboy/trunk/debian/rules
Log:
* debian/patches/01_define.cs.patch:
  + Fix FTBFS caused by having an "[assembly: ..." attribute in the end.
    It's only allowed directly after "using ..." (Closes: #441657).
* debian/rules:
  + Call dh_clifixperms to get proper permissions on all files.

Modified: non-group/tomboy/trunk/debian/changelog
===================================================================
--- non-group/tomboy/trunk/debian/changelog	2007-09-09 17:27:02 UTC (rev 3340)
+++ non-group/tomboy/trunk/debian/changelog	2007-09-12 05:07:07 UTC (rev 3341)
@@ -1,3 +1,13 @@
+tomboy (0.6.3-2) unstable; urgency=low
+
+  * debian/patches/01_define.cs.patch:
+    + Fix FTBFS caused by having an "[assembly: ..." attribute in the end.
+      It's only allowed directly after "using ..." (Closes: #441657).
+  * debian/rules:
+    + Call dh_clifixperms to get proper permissions on all files.
+
+ -- Sebastian Dröge <slomo at debian.org>  Wed, 12 Sep 2007 07:04:21 +0200
+
 tomboy (0.6.3-1) unstable; urgency=low
 
   * New maintainer with permission of the old maintainer. Thanks to Dave

Added: non-group/tomboy/trunk/debian/patches/01_define.cs.patch
===================================================================
--- non-group/tomboy/trunk/debian/patches/01_define.cs.patch	                        (rev 0)
+++ non-group/tomboy/trunk/debian/patches/01_define.cs.patch	2007-09-12 05:07:07 UTC (rev 3341)
@@ -0,0 +1,16 @@
+--- tomboy-0.6.3/Tomboy/Defines.cs.in.old	2007-09-12 07:02:15.000000000 +0200
++++ tomboy-0.6.3/Tomboy/Defines.cs.in	2007-09-12 07:02:23.000000000 +0200
+@@ -1,6 +1,8 @@
+ using System;
+ using System.Reflection;
+ 
++[assembly: AssemblyInformationalVersion ("@version@")]
++
+ namespace Tomboy
+ {
+ 	public class Defines
+@@ -14,4 +16,3 @@
+ 	}
+ }
+ 
+-[assembly: AssemblyInformationalVersion ("@version@")]

Modified: non-group/tomboy/trunk/debian/rules
===================================================================
--- non-group/tomboy/trunk/debian/rules	2007-09-09 17:27:02 UTC (rev 3340)
+++ non-group/tomboy/trunk/debian/rules	2007-09-12 05:07:07 UTC (rev 3341)
@@ -18,6 +18,7 @@
 	uudecode debian/tomboy-32.xpm.uu && mv tomboy-32.xpm debian/tomboy/usr/share/pixmaps
 
 common-binary-predeb-arch::
+	dh_clifixperms
 	dh_clideps -d
 
 clean::




More information about the Pkg-mono-svn-commits mailing list