[qwtplot3d] 24/39: * Bump SONAME to 0abi1 for qt4 version (Closes: #791264) * Change qt4 package name to libqwtplot3d-qt4-0abi1 * Changing OpenGL backend from GL to GLES 2 for ARM
Andreas Tille
tille at debian.org
Mon Dec 25 10:30:04 UTC 2017
This is an automated email from the git hooks/post-receive script.
tille pushed a commit to branch master
in repository qwtplot3d.
commit e065df5a605f5326c8be08f1fc3f90ec98e41900
Author: Gudjon I. Gudjonsson <gudjon at gudjon.org>
Date: Wed Aug 26 08:31:41 2015 +0000
* Bump SONAME to 0abi1 for qt4 version (Closes: #791264)
* Change qt4 package name to libqwtplot3d-qt4-0abi1
* Changing OpenGL backend from GL to GLES 2 for ARM
---
debian/changelog | 5 ++-
debian/control | 41 ++++++++++--------
...t4-0.install => libqwtplot3d-qt4-0abi1.install} | 0
...t4-0.symbols => libqwtplot3d-qt4-0abi1.symbols} | 19 +-------
debian/libqwtplot3d-qt5-0.symbols | 9 +---
debian/patches/01_makefile.patch | 50 ++++++++++++++++------
debian/rules | 6 +++
7 files changed, 73 insertions(+), 57 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index b706e1b..58a0be0 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -11,8 +11,11 @@ qwtplot3d (0.2.7+svn191-8) unstable; urgency=medium
* Fix example makefiles to work with Qt5
* Update build system
* Add pkg-kde-tools to build system
+ * Bump SONAME to 0abi1 for qt4 version (Closes: #791264)
+ * Change qt4 package name to libqwtplot3d-qt4-0abi1
+ * Changing OpenGL backend from GL to GLES 2 for ARM
- -- Gudjon I. Gudjonsson <gudjon at gudjon.org> Thu, 09 Jul 2015 23:21:39 +0200
+ -- Gudjon I. Gudjonsson <gudjon at gudjon.org> Wed, 26 Aug 2015 08:32:31 +0100
qwtplot3d (0.2.7+svn191-7) unstable; urgency=low
diff --git a/debian/control b/debian/control
index baead03..4ba2909 100644
--- a/debian/control
+++ b/debian/control
@@ -2,9 +2,16 @@ Source: qwtplot3d
Priority: optional
Maintainer: Debian Science Team <debian-science-maintainers at lists.alioth.debian.org>
Uploaders: Gudjon I. Gudjonsson <gudjon at gudjon.org>,
- Andreas Tille <tille at debian.org>
-Build-Depends: debhelper (>= 9), doxygen, libqt4-dev, libqt4-opengl-dev, zlib1g-dev,
- libglu1-mesa-dev | libglu-dev, libqt5opengl5-dev, libjs-jquery, pkg-kde-tools
+ Andreas Tille <tille at debian.org>
+Build-Depends: debhelper (>= 9),
+ doxygen,
+ libglu1-mesa-dev | libglu-dev,
+ libjs-jquery,
+ libqt4-dev,
+ libqt4-opengl-dev,
+ libqt5opengl5-dev,
+ pkg-kde-tools,
+ zlib1g-dev
Standards-Version: 3.9.6
Section: libs
Homepage: http://qwtplot3d.sourceforge.net
@@ -14,22 +21,24 @@ Vcs-Browser: http://anonscm.debian.org/viewvc/debian-science/packages/qwtplot3d/
Package: libqwtplot3d-qt4-dev
Section: libdevel
Architecture: any
-Depends: ${misc:Depends}, libqwtplot3d-qt4-0 (= ${binary:Version}), libqt4-dev
+Depends: libqt4-dev,
+ libqwtplot3d-qt4-0abi1 (= ${binary:Version}),
+ ${misc:Depends}
Description: 3D plotting library based on Qt4/OpenGL (development)
QwtPlot3D is a feature rich Qt/OpenGL-based C++ programming
- library, providing essentially a bunch of 3D-widgets for
+ library, providing essentially a bunch of 3D-widgets for
programmers.
.
This package contains the QwtPlot3D development files for Qt4.
-Package: libqwtplot3d-qt4-0
+Package: libqwtplot3d-qt4-0abi1
Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}
-Conflicts: libqwtplot3d-qt4
-Replaces: libqwtplot3d-qt4
+Depends: ${misc:Depends}, ${shlibs:Depends}
+Conflicts: libqwtplot3d-qt4-0
+Replaces: libqwtplot3d-qt4-0
Description: 3D plotting library based on Qt4/OpenGL (runtime)
QwtPlot3D is a feature rich Qt/OpenGL-based C++ programming
- library, providing essentially a bunch of 3D-widgets for
+ library, providing essentially a bunch of 3D-widgets for
programmers.
.
This package contains the files necessary for running applications that
@@ -38,22 +47,20 @@ Description: 3D plotting library based on Qt4/OpenGL (runtime)
Package: libqwtplot3d-qt5-dev
Section: libdevel
Architecture: any
-Depends: ${misc:Depends}, libqwtplot3d-qt5-0 (= ${binary:Version})
+Depends: libqwtplot3d-qt5-0 (= ${binary:Version}), ${misc:Depends}
Description: 3D plotting library based on Qt5/OpenGL (development)
QwtPlot3D is a feature rich Qt/OpenGL-based C++ programming
- library, providing essentially a bunch of 3D-widgets for
+ library, providing essentially a bunch of 3D-widgets for
programmers.
.
This package contains the QwtPlot3D development files for Qt5.
Package: libqwtplot3d-qt5-0
Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}
-Conflicts: libqwtplot3d-qt4
-Replaces: libqwtplot3d-qt4
+Depends: ${misc:Depends}, ${shlibs:Depends}
Description: 3D plotting library based on Qt5/OpenGL (runtime)
QwtPlot3D is a feature rich Qt/OpenGL-based C++ programming
- library, providing essentially a bunch of 3D-widgets for
+ library, providing essentially a bunch of 3D-widgets for
programmers.
.
This package contains the files necessary for running applications that
@@ -66,7 +73,7 @@ Depends: ${misc:Depends}
Recommends: w3m | www-browser
Description: 3D plotting library based on Qt/OpenGL (documentation)
QwtPlot3D is a feature rich Qt/OpenGL-based C++ programming
- library, providing essentially a bunch of 3D-widgets for
+ library, providing essentially a bunch of 3D-widgets for
programmers.
.
This package contains the html documentation and example
diff --git a/debian/libqwtplot3d-qt4-0.install b/debian/libqwtplot3d-qt4-0abi1.install
similarity index 100%
rename from debian/libqwtplot3d-qt4-0.install
rename to debian/libqwtplot3d-qt4-0abi1.install
diff --git a/debian/libqwtplot3d-qt4-0.symbols b/debian/libqwtplot3d-qt4-0abi1.symbols
similarity index 97%
rename from debian/libqwtplot3d-qt4-0.symbols
rename to debian/libqwtplot3d-qt4-0abi1.symbols
index 369b6d0..9c8b45f 100644
--- a/debian/libqwtplot3d-qt4-0.symbols
+++ b/debian/libqwtplot3d-qt4-0abi1.symbols
@@ -1,15 +1,9 @@
# SymbolsHelper-Confirmed: 0.2.7 amd64
-libqwtplot3d-qt4.so.0 libqwtplot3d-qt4-0 #MINVER#
+libqwtplot3d-qt4.so.0abi1 libqwtplot3d-qt4-0abi1 #MINVER#
_Z23qStringComparisonHelperRK7QStringPKc at Base 0.2.7
- _ZN10QByteArrayD1Ev at Base 0.2.7
- _ZN10QByteArrayD2Ev at Base 0.2.7
(optional=templinst)_ZN5QListI10QByteArrayE13detach_helperEi at Base 0.2.7
- (optional=templinst)_ZN5QListI10QByteArrayED1Ev at Base 0.2.7
- (optional=templinst)_ZN5QListI10QByteArrayED2Ev at Base 0.2.7
(optional=templinst)_ZN5QListI7QStringE18detach_helper_growEii at Base 0.2.7
(optional=templinst)_ZN5QListI7QStringE6appendERKS0_ at Base 0.2.7
- (optional=templinst)_ZN5QListI7QStringED1Ev at Base 0.2.7
- (optional=templinst)_ZN5QListI7QStringED2Ev at Base 0.2.7
_ZN5Qwt3D10Enrichment6assignERKNS_6Plot3DE at Base 0.2.7
_ZN5Qwt3D10Enrichment7drawEndEv at Base 0.2.7
_ZN5Qwt3D10Enrichment9drawBeginEv at Base 0.2.7
@@ -449,8 +443,6 @@ libqwtplot3d-qt4.so.0 libqwtplot3d-qt4-0 #MINVER#
_ZN5Qwt3D9CrossHairD0Ev at Base 0.2.7
_ZN5Qwt3D9CrossHairD1Ev at Base 0.2.7
_ZN5Qwt3D9CrossHairD2Ev at Base 0.2.7
- _ZN7QStringD1Ev at Base 0.2.7
- _ZN7QStringD2Ev at Base 0.2.7
_ZNK5Qwt3D11LinearScale5cloneEv at Base 0.2.7
_ZNK5Qwt3D11SurfacePlot10metaObjectEv at Base 0.2.7
_ZNK5Qwt3D11SurfacePlot6facetsEv at Base 0.2.7
@@ -482,7 +474,6 @@ libqwtplot3d-qt4.so.0 libqwtplot3d-qt4-0 #MINVER#
_ZNK5Qwt3D8LogScale5cloneEv at Base 0.2.7
_ZNK5Qwt3D8LogScale8ticLabelEj at Base 0.2.7
_ZNK5Qwt3D9CrossHair5cloneEv at Base 0.2.7
- (optional=templinst)_ZNSt4listIPN5Qwt3D8DrawableESaIS2_EEaSERKS4_ at Base 0.2.7
(optional=templinst)_ZNSt6vectorIN5Qwt3D2IO5EntryESaIS2_EE13_M_insert_auxEN9__gnu_cxx17__normal_iteratorIPS2_S4_EERKS2_ at Base 0.2.7
(optional=templinst)_ZNSt6vectorIN5Qwt3D2IO5EntryESaIS2_EED1Ev at Base 0.2.7
(optional=templinst)_ZNSt6vectorIN5Qwt3D2IO5EntryESaIS2_EED2Ev at Base 0.2.7
@@ -509,6 +500,7 @@ libqwtplot3d-qt4.so.0 libqwtplot3d-qt4-0 #MINVER#
(optional=templinst)_ZNSt6vectorIjSaIjEE13_M_insert_auxEN9__gnu_cxx17__normal_iteratorIPjS1_EERKj at Base 0.2.7
(optional=templinst)_ZNSt6vectorIjSaIjEE14_M_fill_insertEN9__gnu_cxx17__normal_iteratorIPjS1_EEmRKj at Base 0.2.7
(optional=templinst)_ZNSt6vectorIjSaIjEEaSERKS1_ at Base 0.2.7
+ (optional=templinst)_ZNSt7__cxx114listIPN5Qwt3D8DrawableESaIS3_EEaSERKS5_ at Base 0.2.7
(optional=templinst)_ZSt9__find_ifIN9__gnu_cxx17__normal_iteratorIPN5Qwt3D2IO5EntryESt6vectorIS4_SaIS4_EEEENS0_5__ops10_Iter_predINS3_13FormatCompareEEEET_SE_SE_T0_St26random_access_iterator_tag at Base 0.2.7
(optional=templinst)_ZSt9__find_ifIN9__gnu_cxx17__normal_iteratorIPN5Qwt3D2IO5EntryESt6vectorIS4_SaIS4_EEEENS0_5__ops10_Iter_predINS3_14FormatCompare2EEEET_SE_SE_T0_St26random_access_iterator_tag at Base 0.2.7
_ZTIN5Qwt3D10AutoScalerE at Base 0.2.7
@@ -575,8 +567,6 @@ libqwtplot3d-qt4.so.0 libqwtplot3d-qt4-0 #MINVER#
_ZTSN5Qwt3D8GridDataE at Base 0.2.7
_ZTSN5Qwt3D8LogScaleE at Base 0.2.7
_ZTSN5Qwt3D9CrossHairE at Base 0.2.7
- _ZTVN5Qwt3D10AutoScalerE at Base 0.2.7
- _ZTVN5Qwt3D10EnrichmentE at Base 0.2.7
_ZTVN5Qwt3D11ColorLegendE at Base 0.2.7
_ZTVN5Qwt3D11GridMappingE at Base 0.2.7
_ZTVN5Qwt3D11LinearScaleE at Base 0.2.7
@@ -587,20 +577,15 @@ libqwtplot3d-qt4.so.0 libqwtplot3d-qt4-0 #MINVER#
_ZTVN5Qwt3D13StandardColorE at Base 0.2.7
_ZTVN5Qwt3D16CoordinateSystemE at Base 0.2.7
_ZTVN5Qwt3D16LinearAutoScalerE at Base 0.2.7
- _ZTVN5Qwt3D16VertexEnrichmentE at Base 0.2.7
_ZTVN5Qwt3D17ParametricSurfaceE at Base 0.2.7
- _ZTVN5Qwt3D2IO7FunctorE at Base 0.2.7
_ZTVN5Qwt3D2IO7WrapperE at Base 0.2.7
_ZTVN5Qwt3D3DotE at Base 0.2.7
_ZTVN5Qwt3D4AxisE at Base 0.2.7
_ZTVN5Qwt3D4ConeE at Base 0.2.7
- _ZTVN5Qwt3D4DataE at Base 0.2.7
_ZTVN5Qwt3D5ArrowE at Base 0.2.7
- _ZTVN5Qwt3D5ColorE at Base 0.2.7
_ZTVN5Qwt3D5LabelE at Base 0.2.7
_ZTVN5Qwt3D5ScaleE at Base 0.2.7
_ZTVN5Qwt3D6Plot3DE at Base 0.2.7
- _ZTVN5Qwt3D7MappingE at Base 0.2.7
_ZTVN5Qwt3D8CellDataE at Base 0.2.7
_ZTVN5Qwt3D8DrawableE at Base 0.2.7
_ZTVN5Qwt3D8FunctionE at Base 0.2.7
diff --git a/debian/libqwtplot3d-qt5-0.symbols b/debian/libqwtplot3d-qt5-0.symbols
index e309347..89a95ef 100644
--- a/debian/libqwtplot3d-qt5-0.symbols
+++ b/debian/libqwtplot3d-qt5-0.symbols
@@ -482,7 +482,6 @@ libqwtplot3d-qt5.so.0 libqwtplot3d-qt5-0 #MINVER#
_ZNK5Qwt3D8LogScale8ticLabelEj at Base 0.2.7
_ZNK5Qwt3D9CrossHair5cloneEv at Base 0.2.7
_ZNK7QStringeqEPKc at Base 0.2.7
- (optional=templinst)_ZNSt4listIPN5Qwt3D8DrawableESaIS2_EEaSERKS4_ at Base 0.2.7
(optional=templinst)_ZNSt6vectorIN5Qwt3D2IO5EntryESaIS2_EE13_M_insert_auxEN9__gnu_cxx17__normal_iteratorIPS2_S4_EERKS2_ at Base 0.2.7
(optional=templinst)_ZNSt6vectorIN5Qwt3D2IO5EntryESaIS2_EED1Ev at Base 0.2.7
(optional=templinst)_ZNSt6vectorIN5Qwt3D2IO5EntryESaIS2_EED2Ev at Base 0.2.7
@@ -509,6 +508,7 @@ libqwtplot3d-qt5.so.0 libqwtplot3d-qt5-0 #MINVER#
(optional=templinst)_ZNSt6vectorIjSaIjEE13_M_insert_auxEN9__gnu_cxx17__normal_iteratorIPjS1_EERKj at Base 0.2.7
(optional=templinst)_ZNSt6vectorIjSaIjEE14_M_fill_insertEN9__gnu_cxx17__normal_iteratorIPjS1_EEmRKj at Base 0.2.7
(optional=templinst)_ZNSt6vectorIjSaIjEEaSERKS1_ at Base 0.2.7
+ (optional=templinst)_ZNSt7__cxx114listIPN5Qwt3D8DrawableESaIS3_EEaSERKS5_ at Base 0.2.7
(optional=templinst)_ZSt9__find_ifIN9__gnu_cxx17__normal_iteratorIPN5Qwt3D2IO5EntryESt6vectorIS4_SaIS4_EEEENS0_5__ops10_Iter_predINS3_13FormatCompareEEEET_SE_SE_T0_St26random_access_iterator_tag at Base 0.2.7
(optional=templinst)_ZSt9__find_ifIN9__gnu_cxx17__normal_iteratorIPN5Qwt3D2IO5EntryESt6vectorIS4_SaIS4_EEEENS0_5__ops10_Iter_predINS3_14FormatCompare2EEEET_SE_SE_T0_St26random_access_iterator_tag at Base 0.2.7
_ZTIN5Qwt3D10AutoScalerE at Base 0.2.7
@@ -575,8 +575,6 @@ libqwtplot3d-qt5.so.0 libqwtplot3d-qt5-0 #MINVER#
_ZTSN5Qwt3D8GridDataE at Base 0.2.7
_ZTSN5Qwt3D8LogScaleE at Base 0.2.7
_ZTSN5Qwt3D9CrossHairE at Base 0.2.7
- _ZTVN5Qwt3D10AutoScalerE at Base 0.2.7
- _ZTVN5Qwt3D10EnrichmentE at Base 0.2.7
_ZTVN5Qwt3D11ColorLegendE at Base 0.2.7
_ZTVN5Qwt3D11GridMappingE at Base 0.2.7
_ZTVN5Qwt3D11LinearScaleE at Base 0.2.7
@@ -587,20 +585,15 @@ libqwtplot3d-qt5.so.0 libqwtplot3d-qt5-0 #MINVER#
_ZTVN5Qwt3D13StandardColorE at Base 0.2.7
_ZTVN5Qwt3D16CoordinateSystemE at Base 0.2.7
_ZTVN5Qwt3D16LinearAutoScalerE at Base 0.2.7
- _ZTVN5Qwt3D16VertexEnrichmentE at Base 0.2.7
_ZTVN5Qwt3D17ParametricSurfaceE at Base 0.2.7
- _ZTVN5Qwt3D2IO7FunctorE at Base 0.2.7
_ZTVN5Qwt3D2IO7WrapperE at Base 0.2.7
_ZTVN5Qwt3D3DotE at Base 0.2.7
_ZTVN5Qwt3D4AxisE at Base 0.2.7
_ZTVN5Qwt3D4ConeE at Base 0.2.7
- _ZTVN5Qwt3D4DataE at Base 0.2.7
_ZTVN5Qwt3D5ArrowE at Base 0.2.7
- _ZTVN5Qwt3D5ColorE at Base 0.2.7
_ZTVN5Qwt3D5LabelE at Base 0.2.7
_ZTVN5Qwt3D5ScaleE at Base 0.2.7
_ZTVN5Qwt3D6Plot3DE at Base 0.2.7
- _ZTVN5Qwt3D7MappingE at Base 0.2.7
_ZTVN5Qwt3D8CellDataE at Base 0.2.7
_ZTVN5Qwt3D8DrawableE at Base 0.2.7
_ZTVN5Qwt3D8FunctionE at Base 0.2.7
diff --git a/debian/patches/01_makefile.patch b/debian/patches/01_makefile.patch
index 66f30b2..19afbac 100644
--- a/debian/patches/01_makefile.patch
+++ b/debian/patches/01_makefile.patch
@@ -1,7 +1,9 @@
Fixes the makefiles to install according to the Debian FHS
---- a/doc/Doxyfile.doxygen
-+++ b/doc/Doxyfile.doxygen
-@@ -116,7 +116,7 @@
+Index: qwtplot3d-0.2.7+svn191/doc/Doxyfile.doxygen
+===================================================================
+--- qwtplot3d-0.2.7+svn191.orig/doc/Doxyfile.doxygen
++++ qwtplot3d-0.2.7+svn191/doc/Doxyfile.doxygen
+@@ -116,7 +116,7 @@ HTML_STYLESHEET = web/navigation/
HTML_ALIGN_MEMBERS = YES
GENERATE_HTMLHELP = NO
CHM_FILE = qwtplot3d.chm
@@ -10,7 +12,7 @@ Fixes the makefiles to install according to the Debian FHS
GENERATE_CHI = NO
BINARY_TOC = YES
TOC_EXPAND = YES
-@@ -181,7 +181,7 @@
+@@ -181,7 +181,7 @@ ENABLE_PREPROCESSING = YES
MACRO_EXPANSION = NO
EXPAND_ONLY_PREDEF = NO
SEARCH_INCLUDES = YES
@@ -19,7 +21,7 @@ Fixes the makefiles to install according to the Debian FHS
INCLUDE_FILE_PATTERNS = *.h
PREDEFINED = QWT3D_NOT_FOR_DOXYGEN \
QT_VERSION=0x040000
-@@ -212,7 +212,7 @@
+@@ -212,7 +212,7 @@ CALL_GRAPH = NO
GRAPHICAL_HIERARCHY = YES
DIRECTORY_GRAPH = YES
DOT_IMAGE_FORMAT = png
@@ -28,9 +30,11 @@ Fixes the makefiles to install according to the Debian FHS
DOTFILE_DIRS =
MAX_DOT_GRAPH_WIDTH = 974
MAX_DOT_GRAPH_HEIGHT = 10000
---- a/examples/common.pro
-+++ b/examples/common.pro
-@@ -3,13 +3,18 @@
+Index: qwtplot3d-0.2.7+svn191/examples/common.pro
+===================================================================
+--- qwtplot3d-0.2.7+svn191.orig/examples/common.pro
++++ qwtplot3d-0.2.7+svn191/examples/common.pro
+@@ -3,13 +3,18 @@ CONFIG += qt warn_on thread debug
UI_DIR = tmp
MOC_DIR = tmp
OBJECTS_DIR = tmp
@@ -52,7 +56,7 @@ Fixes the makefiles to install according to the Debian FHS
win32{
LIBS += ../../lib/qwtplot3d.lib
TEMPLATE = vcapp
-@@ -28,7 +33,7 @@
+@@ -28,7 +33,7 @@ MYVERSION = $$[QMAKE_VERSION]
ISQT4 = $$find(MYVERSION, ^[2-9])
!isEmpty( ISQT4 ) {
@@ -61,8 +65,10 @@ Fixes the makefiles to install according to the Debian FHS
QT += opengl
}
---- a/qwtplot3d.pro
-+++ b/qwtplot3d.pro
+Index: qwtplot3d-0.2.7+svn191/qwtplot3d.pro
+===================================================================
+--- qwtplot3d-0.2.7+svn191.orig/qwtplot3d.pro
++++ qwtplot3d-0.2.7+svn191/qwtplot3d.pro
@@ -1,7 +1,13 @@
# pro file for building the makefile for qwtplot3d
#
@@ -78,7 +84,21 @@ Fixes the makefiles to install according to the Debian FHS
TEMPLATE = lib
CONFIG += qt warn_on opengl thread zlib debug
MOC_DIR = tmp
-@@ -87,9 +93,11 @@
+@@ -21,7 +27,12 @@ win32:QMAKE_CXXFLAGS += $$QMAKE_CFLA
+ win32:CONFIG -= zlib
+
+ linux-g++:TMAKE_CXXFLAGS += -fno-exceptions
+-unix:VERSION = 0.2.7
++
++greaterThan(QT_MAJOR_VERSION, 4) {
++ unix:VERSION = 0.2.7
++} else {
++ unix:VERSION = 0abi1.2.7
++}
+
+ # Input
+ SOURCES += src/qwt3d_axis.cpp \
+@@ -87,9 +98,11 @@ HEADERS+=3rdparty/gl2ps/gl2ps.h \
SOURCES+=src/qwt3d_io_gl2ps.cpp \
3rdparty/gl2ps/gl2ps.c
@@ -92,8 +112,10 @@ Fixes the makefiles to install according to the Debian FHS
-}
\ No newline at end of file
+}
---- a/examples/mesh2/src/designerworkaround.h
-+++ b/examples/mesh2/src/designerworkaround.h
+Index: qwtplot3d-0.2.7+svn191/examples/mesh2/src/designerworkaround.h
+===================================================================
+--- qwtplot3d-0.2.7+svn191.orig/examples/mesh2/src/designerworkaround.h
++++ qwtplot3d-0.2.7+svn191/examples/mesh2/src/designerworkaround.h
@@ -1,13 +1,13 @@
#ifndef designerworkaround_h__2005_07_10_10_46_begin_guarded_code
#define designerworkaround_h__2005_07_10_10_46_begin_guarded_code
diff --git a/debian/rules b/debian/rules
index ec18a53..5689cdf 100755
--- a/debian/rules
+++ b/debian/rules
@@ -31,6 +31,12 @@ override_dh_auto_install:
mkdir -p debian/tmp/usr/include/qwtplot3d-qt4
cp -a include/* debian/tmp/usr/include/qwtplot3d-qt4
dh_auto_install --builddirectory=build-qt4
+ rm debian/tmp/usr/lib/libqwtplot3d-qt4.so
+ rm debian/tmp/usr/lib/libqwtplot3d-qt4.so.0abi1
+ rm debian/tmp/usr/lib/libqwtplot3d-qt4.so.0abi1.2
+ cd debian/tmp/usr/lib/ && mv libqwtplot3d-qt4.so.0abi1.2.7 libqwtplot3d-qt4.so.0.2.7.abi1
+ cd debian/tmp/usr/lib/ && ln -s libqwtplot3d-qt4.so.0.2.7.abi1 libqwtplot3d-qt4.so
+ cd debian/tmp/usr/lib/ && ln -s libqwtplot3d-qt4.so.0.2.7.abi1 libqwtplot3d-qt4.so.0abi1
mkdir -p debian/tmp/usr/include/qwtplot3d
cp -a include/* debian/tmp/usr/include/qwtplot3d
dh_auto_install --builddirectory=build-qt5
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/qwtplot3d.git
More information about the debian-science-commits
mailing list