Package: src:universalindentgui
Version: 1.2.0-1
Severity: wishlist
Tags: patch

Dear Maintainer,

The qscintilla2 package in experimental contains a number of changes in
library naming to match upstream's changes.  As a result, universalindentgui
will FTBFS with this version due to a link failure.  I've attached a patch for
an eventual NMU (when the transition starts).  If you would prefer to handle
the upload yourself, please let me know.

Scott K
diff -Nru universalindentgui-1.2.0/debian/changelog universalindentgui-1.2.0/debian/changelog
--- universalindentgui-1.2.0/debian/changelog	2012-05-22 06:28:00.000000000 +0000
+++ universalindentgui-1.2.0/debian/changelog	2017-12-28 20:15:09.000000000 +0000
@@ -1,3 +1,10 @@
+universalindentgui (1.2.0-1.1) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * Update for new qscintilla2 library names
+
+ -- Scott Kitterman <[email protected]>  Thu, 28 Dec 2017 20:15:09 +0000
+
 universalindentgui (1.2.0-1) unstable; urgency=low
 
   * New upstream release.
diff -Nru universalindentgui-1.2.0/debian/control universalindentgui-1.2.0/debian/control
--- universalindentgui-1.2.0/debian/control	2012-05-22 05:52:32.000000000 +0000
+++ universalindentgui-1.2.0/debian/control	2017-12-28 20:15:04.000000000 +0000
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Thomas Schweitzer <[email protected]>
 Uploaders: Fathi Boudra <[email protected]>
-Build-Depends: debhelper (>= 9), libqscintilla2-dev, libqt4-dev
+Build-Depends: debhelper (>= 9), libqscintilla2-qt4-dev, libqt4-dev
 Standards-Version: 3.9.3
 Homepage: http://universalindent.sourceforge.net
 
diff -Nru universalindentgui-1.2.0/debian/patches/qsci_rename.patch universalindentgui-1.2.0/debian/patches/qsci_rename.patch
--- universalindentgui-1.2.0/debian/patches/qsci_rename.patch	1970-01-01 00:00:00.000000000 +0000
+++ universalindentgui-1.2.0/debian/patches/qsci_rename.patch	2017-12-28 20:15:09.000000000 +0000
@@ -0,0 +1,40 @@
+--- universalindentgui-1.2.0.orig/UniversalIndentGUI.pro
++++ universalindentgui-1.2.0/UniversalIndentGUI.pro
+@@ -23,7 +23,7 @@ macx {
+  ICON = resources/UniversalIndentGUI.icns
+ }
+ else {
+- LIBS += -lqscintilla2
++ LIBS += -lqscintilla2_qt4
+ }
+ 
+ CONFIG(release, debug|release) {
+--- universalindentgui-1.2.0.orig/UniversalIndentGUI.xcodeproj/project.pbxproj
++++ universalindentgui-1.2.0/UniversalIndentGUI.xcodeproj/project.pbxproj
+@@ -571,7 +571,7 @@
+ 				);
+ 				OTHER_LDFLAGS = (
+ 					"-headerpad_max_install_names",
+-					"-lqscintilla2",
++					"-lqscintilla2_qt4",
+ 					"-L/opt/local/lib",
+ 				);
+ 				OTHER_REZFLAGS = "";
+@@ -637,7 +637,7 @@
+ 				);
+ 				OTHER_LDFLAGS = (
+ 					"-headerpad_max_install_names",
+-					"-lqscintilla2",
++					"-lqscintilla2_qt4",
+ 					"-L/opt/local/lib",
+ 				);
+ 				OTHER_REZFLAGS = "";
+@@ -701,7 +701,7 @@
+ 				);
+ 				OTHER_LDFLAGS = (
+ 					"-headerpad_max_install_names",
+-					"-lqscintilla2",
++					"-lqscintilla2_qt4",
+ 					"-L/opt/local/lib",
+ 				);
+ 				OTHER_REZFLAGS = "";
diff -Nru universalindentgui-1.2.0/debian/patches/series universalindentgui-1.2.0/debian/patches/series
--- universalindentgui-1.2.0/debian/patches/series	2012-05-22 06:30:31.000000000 +0000
+++ universalindentgui-1.2.0/debian/patches/series	2017-12-28 20:15:09.000000000 +0000
@@ -1 +1,2 @@
 disable_check_for_update.patch
+qsci_rename.patch

Reply via email to