[Demudi-commits] r898 - in rosegarden/trunk/debian: . patches
Mike O'Connor
stew-guest at costa.debian.org
Tue Aug 8 07:26:03 UTC 2006
Author: stew-guest
Date: 2006-08-08 07:25:56 +0000 (Tue, 08 Aug 2006)
New Revision: 898
Added:
rosegarden/trunk/debian/patches/20_env.dpatch
Modified:
rosegarden/trunk/debian/changelog
Log:
patches fixed, it 1.2.4 build successfully
Modified: rosegarden/trunk/debian/changelog
===================================================================
--- rosegarden/trunk/debian/changelog 2006-08-08 07:10:54 UTC (rev 897)
+++ rosegarden/trunk/debian/changelog 2006-08-08 07:25:56 UTC (rev 898)
@@ -1,9 +1,9 @@
-rosegarden (1:1.2.4-1) UNRELEASED; urgency=low
+rosegarden (1:1.2.4-1) unstable; urgency=low
* New upstream release (Closes: #374814)
* Got rid of patches which have been applied upstream
- -- Mike O'Connor <stew at vireo.org> Tue, 8 Aug 2006 02:47:45 -0400
+ -- Mike O'Connor <stew at vireo.org> Tue, 8 Aug 2006 03:24:56 -0400
rosegarden (1:1.2.3-3) unstable; urgency=low
Added: rosegarden/trunk/debian/patches/20_env.dpatch
===================================================================
--- rosegarden/trunk/debian/patches/20_env.dpatch 2006-08-08 07:10:54 UTC (rev 897)
+++ rosegarden/trunk/debian/patches/20_env.dpatch 2006-08-08 07:25:56 UTC (rev 898)
@@ -0,0 +1,19 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## 20_env.dpatch by <stew at sandshark>
+##
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: No description.
+
+ at DPATCH@
+diff -urNad rosegarden-1.2.4~/SConstruct rosegarden-1.2.4/SConstruct
+--- rosegarden-1.2.4~/SConstruct 2006-07-14 06:44:25.000000000 -0400
++++ rosegarden-1.2.4/SConstruct 2006-08-08 03:12:57.000000000 -0400
+@@ -75,7 +75,7 @@
+ env.AppendUnique( ENV = {'PATH' : os.environ['PATH'], 'HOME' : os.environ['HOME']} )
+
+ ## Use this to set rpath - this may cause trouble if folders are moved (chrpath)
+-env.Append( RPATH = [env['QTLIBPATH'], env['KDELIBPATH'], env['KDEMODULE']] )
++#env.Append( RPATH = [env['QTLIBPATH'], env['KDELIBPATH'], env['KDEMODULE']] )
+
+ # Export 'env' so that sconscripts in subdirectories can use it
+ Export( "env" )
Property changes on: rosegarden/trunk/debian/patches/20_env.dpatch
___________________________________________________________________
Name: svn:executable
+ *
More information about the Demudi-commits
mailing list