Hi!
I just uploaded an NMU for texmaker to fix #392386. A full diff
follows.
diff -Nabur texmaker-1.4.eerst/debian/changelog texmaker-1.4/debian/changelog
--- texmaker-1.4.eerst/debian/changelog 2006-10-18 22:16:38.000000000 +0200
+++ texmaker-1.4/debian/changelog 2006-10-18 22:33:06.564401004 +0200
@@ -1,3 +1,12 @@
+texmaker (1.4-1.1) unstable; urgency=medium
+
+ * Non-maintainer upload
+ * Fix correct quoting of -DPREFIX on the c++ command line
+ (closes: #392386)
+ * Added build-dep on libglib2.0-dev
+
+ -- Bas Zoetekouw <[EMAIL PROTECTED]> Wed, 18 Oct 2006 22:18:32 +0200
+
texmaker (1.4-1) unstable; urgency=low
* New upstream release
diff -Nabur texmaker-1.4.eerst/debian/control texmaker-1.4/debian/control
--- texmaker-1.4.eerst/debian/control 2006-10-18 22:16:38.000000000 +0200
+++ texmaker-1.4/debian/control 2006-10-18 22:32:15.816149043 +0200
@@ -2,7 +2,7 @@
Section: tex
Priority: optional
Maintainer: Joseph Smidt <[EMAIL PROTECTED]>
-Build-Depends: debhelper (>= 5.0.0), libqt4-dev
+Build-Depends: debhelper (>= 5.0.0), libqt4-dev, libglib2.0-dev
Standards-Version: 3.7.2
Package: texmaker
diff -Nabur texmaker-1.4.eerst/texmaker.pro texmaker-1.4/texmaker.pro
--- texmaker-1.4.eerst/texmaker.pro 2006-07-28 22:40:17.000000000 +0200
+++ texmaker-1.4/texmaker.pro 2006-10-18 22:31:54.077324772 +0200
@@ -13,7 +13,7 @@
isEmpty( PREFIX ) {
PREFIX=/usr
}
-DEFINES += PREFIX=\"$${PREFIX}\"
+DEFINES += PREFIX=\\\"$${PREFIX}\\\"
target.path = $${PREFIX}/bin
INSTALLS = target
utilities.path = $${PREFIX}/share/texmaker
--
+--------------------------------------------------------------------+
| Bas Zoetekouw | GPG key: 0644fab7 |
|----------------------------| Fingerprint: c1f5 f24c d514 3fec 8bf6 |
| [EMAIL PROTECTED] | a2b1 2bae e41f 0644 fab7 |
+--------------------------------------------------------------------+
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]