r47115 - in /packages/qwtplot3d/trunk/debian: changelog control libqwtplot3d-qt4-0abi1.install libqwtplot3d-qt4-0abi1.symbols libqwtplot3d-qt4-0v5.install libqwtplot3d-qt4-0v5.symbols patches/01_makefile.patch rules

gudjon-guest at users.alioth.debian.org gudjon-guest at users.alioth.debian.org
Wed Sep 2 05:52:39 UTC 2015


Author: gudjon-guest
Date: Wed Sep  2 05:52:38 2015
New Revision: 47115

URL: http://svn.debian.org/wsvn/debian-science/?sc=1&rev=47115
Log:
Change qt4 package name to libqwtplot3d-qt4-0v5 (Closes:  #791264)

Added:
    packages/qwtplot3d/trunk/debian/libqwtplot3d-qt4-0v5.install
      - copied unchanged from r47114, packages/qwtplot3d/trunk/debian/libqwtplot3d-qt4-0abi1.install
    packages/qwtplot3d/trunk/debian/libqwtplot3d-qt4-0v5.symbols
      - copied, changed from r47114, packages/qwtplot3d/trunk/debian/libqwtplot3d-qt4-0abi1.symbols
Removed:
    packages/qwtplot3d/trunk/debian/libqwtplot3d-qt4-0abi1.install
    packages/qwtplot3d/trunk/debian/libqwtplot3d-qt4-0abi1.symbols
Modified:
    packages/qwtplot3d/trunk/debian/changelog
    packages/qwtplot3d/trunk/debian/control
    packages/qwtplot3d/trunk/debian/patches/01_makefile.patch
    packages/qwtplot3d/trunk/debian/rules

Modified: packages/qwtplot3d/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/debian-science/packages/qwtplot3d/trunk/debian/changelog?rev=47115&op=diff
==============================================================================
--- packages/qwtplot3d/trunk/debian/changelog	(original)
+++ packages/qwtplot3d/trunk/debian/changelog	Wed Sep  2 05:52:38 2015
@@ -7,15 +7,12 @@
   * Change debhelper dependency to 9
   * Add hardening flags
   * Add symbols control file
-  * Replace jquery.js with a symbolic link 
   * 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
+  * Change qt4 package name to libqwtplot3d-qt4-0v5 (Closes:  #791264)
 
- -- Gudjon I. Gudjonsson <gudjon at gudjon.org>  Wed, 26 Aug 2015 08:32:31 +0100
+ -- Gudjon I. Gudjonsson <gudjon at gudjon.org>  Tue, 01 Sep 2015 18:49:04 +0100
 
 qwtplot3d (0.2.7+svn191-7) unstable; urgency=low
 

Modified: packages/qwtplot3d/trunk/debian/control
URL: http://svn.debian.org/wsvn/debian-science/packages/qwtplot3d/trunk/debian/control?rev=47115&op=diff
==============================================================================
--- packages/qwtplot3d/trunk/debian/control	(original)
+++ packages/qwtplot3d/trunk/debian/control	Wed Sep  2 05:52:38 2015
@@ -22,7 +22,7 @@
 Section: libdevel
 Architecture: any
 Depends: libqt4-dev,
-         libqwtplot3d-qt4-0abi1 (= ${binary:Version}),
+         libqwtplot3d-qt4-0v5 (= ${binary:Version}),
          ${misc:Depends}
 Description: 3D plotting library based on Qt4/OpenGL (development)
  QwtPlot3D is a feature rich Qt/OpenGL-based C++ programming
@@ -31,7 +31,7 @@
  .
  This package contains the QwtPlot3D development files for Qt4.
 
-Package: libqwtplot3d-qt4-0abi1
+Package: libqwtplot3d-qt4-0v5
 Architecture: any
 Depends: ${misc:Depends}, ${shlibs:Depends}
 Conflicts: libqwtplot3d-qt4-0

Copied: packages/qwtplot3d/trunk/debian/libqwtplot3d-qt4-0v5.symbols (from r47114, packages/qwtplot3d/trunk/debian/libqwtplot3d-qt4-0abi1.symbols)
URL: http://svn.debian.org/wsvn/debian-science/packages/qwtplot3d/trunk/debian/libqwtplot3d-qt4-0v5.symbols?rev=47115&op=diff
==============================================================================
--- packages/qwtplot3d/trunk/debian/libqwtplot3d-qt4-0abi1.symbols	(original)
+++ packages/qwtplot3d/trunk/debian/libqwtplot3d-qt4-0v5.symbols	Wed Sep  2 05:52:38 2015
@@ -1,5 +1,5 @@
 # SymbolsHelper-Confirmed: 0.2.7 amd64
-libqwtplot3d-qt4.so.0abi1 libqwtplot3d-qt4-0abi1 #MINVER#
+libqwtplot3d-qt4.so.0 libqwtplot3d-qt4-0v5 #MINVER#
  _Z23qStringComparisonHelperRK7QStringPKc at Base 0.2.7
  (optional=templinst)_ZN5QListI10QByteArrayE13detach_helperEi at Base 0.2.7
  (optional=templinst)_ZN5QListI7QStringE18detach_helper_growEii at Base 0.2.7

Modified: packages/qwtplot3d/trunk/debian/patches/01_makefile.patch
URL: http://svn.debian.org/wsvn/debian-science/packages/qwtplot3d/trunk/debian/patches/01_makefile.patch?rev=47115&op=diff
==============================================================================
--- packages/qwtplot3d/trunk/debian/patches/01_makefile.patch	(original)
+++ packages/qwtplot3d/trunk/debian/patches/01_makefile.patch	Wed Sep  2 05:52:38 2015
@@ -84,20 +84,6 @@
  TEMPLATE          = lib
  CONFIG           += qt warn_on opengl thread zlib debug
  MOC_DIR           = tmp
-@@ -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

Modified: packages/qwtplot3d/trunk/debian/rules
URL: http://svn.debian.org/wsvn/debian-science/packages/qwtplot3d/trunk/debian/rules?rev=47115&op=diff
==============================================================================
--- packages/qwtplot3d/trunk/debian/rules	(original)
+++ packages/qwtplot3d/trunk/debian/rules	Wed Sep  2 05:52:38 2015
@@ -31,20 +31,14 @@
 	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
 	find debian/tmp/usr -type f -name '*.md5' -exec rm -vf {} \;
 	find debian/tmp/usr -type f -name '*.js' -exec rm -vf {} \;
 	mkdir -p debian/tmp/usr/share/doc/libqwtplot3d-doc/html
-	rm -f build-qt4/doc/web/doxygen/jquery.js
-	cd build-qt4/doc/web/doxygen/ && ln -s /usr/share/javascript/jquery/jquery.js .
+	#rm -f build-qt4/doc/web/doxygen/jquery.js
+	#cd build-qt4/doc/web/doxygen/ && ln -s /usr/share/javascript/jquery/jquery.js .
 	cp -a build-qt4/doc/web/doxygen/* debian/tmp/usr/share/doc/libqwtplot3d-doc/html
 
 override_dh_compress-indep:




More information about the debian-science-commits mailing list