r37259 - in /packages/liborigin2/trunk/debian: changelog patches/01_makefile.diff
gudjon-guest at users.alioth.debian.org
gudjon-guest at users.alioth.debian.org
Sun Feb 6 12:42:43 UTC 2011
Author: gudjon-guest
Date: Sun Feb 6 12:42:23 2011
New Revision: 37259
URL: http://svn.debian.org/wsvn/debian-science/?sc=1&rev=37259
Log:
Rewrote 01_makefile.diff, removed unneccessary dependency on libQt
Modified:
packages/liborigin2/trunk/debian/changelog
packages/liborigin2/trunk/debian/patches/01_makefile.diff
Modified: packages/liborigin2/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/debian-science/packages/liborigin2/trunk/debian/changelog?rev=37259&op=diff
==============================================================================
--- packages/liborigin2/trunk/debian/changelog (original)
+++ packages/liborigin2/trunk/debian/changelog Sun Feb 6 12:42:23 2011
@@ -11,9 +11,9 @@
* Fix indentation of get-orig-source target
[ Gudjon I. Gudjonsson ]
- * Rewrote 01_makefile.diff
+ * Rewrote 01_makefile.diff, removed unneccessary dependency on libQt
- -- Gudjon I. Gudjonsson <gudjon at gudjon.org> Sun, 06 Feb 2011 13:12:40 +0100
+ -- Gudjon I. Gudjonsson <gudjon at gudjon.org> Sun, 06 Feb 2011 13:39:34 +0100
liborigin2 (1:13092010-1) unstable; urgency=low
Modified: packages/liborigin2/trunk/debian/patches/01_makefile.diff
URL: http://svn.debian.org/wsvn/debian-science/packages/liborigin2/trunk/debian/patches/01_makefile.diff?rev=37259&op=diff
==============================================================================
--- packages/liborigin2/trunk/debian/patches/01_makefile.diff (original)
+++ packages/liborigin2/trunk/debian/patches/01_makefile.diff Sun Feb 6 12:42:23 2011
@@ -1,7 +1,12 @@
+Change to Debian boost version and remove unneccessary libraries
--- a/liborigin2.pro
+++ b/liborigin2.pro
-@@ -8,14 +8,14 @@
+@@ -6,16 +6,18 @@
+ OBJECTS_DIR = ./tmp
+
DESTDIR = ./
++QT -= gui core
++LIBS -= -lQtGui -lQtCore
# Path to the folder where the header files of the BOOST C++ libraries are installed
-INCLUDEPATH += ../boost
More information about the debian-science-commits
mailing list