diff -Nru qtsensors-opensource-src-5.11.2/debian/changelog qtsensors-opensource-src-5.11.2/debian/changelog --- qtsensors-opensource-src-5.11.2/debian/changelog 2018-11-04 16:23:30.000000000 +0000 +++ qtsensors-opensource-src-5.11.2/debian/changelog 2018-10-16 14:42:31.000000000 +0000 @@ -1,9 +1,3 @@ -qtsensors-opensource-src (5.11.2-2~2) disco; urgency=medium - - * Bootstrap. - - -- Simon Quigley Sun, 04 Nov 2018 10:23:30 -0600 - qtsensors-opensource-src (5.11.2-2) unstable; urgency=medium * Upload to unstable. diff -Nru qtsensors-opensource-src-5.11.2/debian/control qtsensors-opensource-src-5.11.2/debian/control --- qtsensors-opensource-src-5.11.2/debian/control 2018-11-04 16:23:30.000000000 +0000 +++ qtsensors-opensource-src-5.11.2/debian/control 2018-10-16 14:42:31.000000000 +0000 @@ -14,8 +14,8 @@ qtdeclarative5-private-dev (>= 5.11.2~), xauth, xvfb -#Build-Depends-Indep: qtbase5-doc-html (>= 5.11.2+dfsg~) , -# qttools5-dev-tools (>= 5.11.2~) +Build-Depends-Indep: qtbase5-doc-html (>= 5.11.2+dfsg~) , + qttools5-dev-tools (>= 5.11.2~) Standards-Version: 4.2.1 Homepage: http://qt-project.org/ Vcs-Git: https://salsa.debian.org/qt-kde-team/qt/qtsensors.git @@ -67,26 +67,26 @@ . This package contains Qt 5 Sensors examples. -#Package: qtsensors5-doc -#Build-Profiles: -#Architecture: all -#Section: doc -#Depends: ${misc:Depends} -#Description: Qt 5 Sensors documentation -# Qt is a cross-platform C++ application framework. Qt's primary feature -# is its rich set of widgets that provide standard GUI functionality. -# . -# This package contains the documentation for the Qt 5 Sensors library -# and binaries. - -#Package: qtsensors5-doc-html -#Build-Profiles: -#Architecture: all -#Section: doc -#Depends: ${misc:Depends} -#Description: Qt 5 Sensors HTML documentation -# Qt is a cross-platform C++ application framework. Qt's primary feature -# is its rich set of widgets that provide standard GUI functionality. -# . -# This package contains the HTML documentation for the Qt 5 Sensors -# libraries and binaries. +Package: qtsensors5-doc +Build-Profiles: +Architecture: all +Section: doc +Depends: ${misc:Depends} +Description: Qt 5 Sensors documentation + Qt is a cross-platform C++ application framework. Qt's primary feature + is its rich set of widgets that provide standard GUI functionality. + . + This package contains the documentation for the Qt 5 Sensors library + and binaries. + +Package: qtsensors5-doc-html +Build-Profiles: +Architecture: all +Section: doc +Depends: ${misc:Depends} +Description: Qt 5 Sensors HTML documentation + Qt is a cross-platform C++ application framework. Qt's primary feature + is its rich set of widgets that provide standard GUI functionality. + . + This package contains the HTML documentation for the Qt 5 Sensors + libraries and binaries. diff -Nru qtsensors-opensource-src-5.11.2/debian/qtsensors5-doc-html.install qtsensors-opensource-src-5.11.2/debian/qtsensors5-doc-html.install --- qtsensors-opensource-src-5.11.2/debian/qtsensors5-doc-html.install 2018-11-04 16:23:30.000000000 +0000 +++ qtsensors-opensource-src-5.11.2/debian/qtsensors5-doc-html.install 2018-10-16 14:42:31.000000000 +0000 @@ -1 +1 @@ -#usr/share/qt5/doc/qtsensors +usr/share/qt5/doc/qtsensors diff -Nru qtsensors-opensource-src-5.11.2/debian/qtsensors5-doc-html.links qtsensors-opensource-src-5.11.2/debian/qtsensors5-doc-html.links --- qtsensors-opensource-src-5.11.2/debian/qtsensors5-doc-html.links 2018-11-04 16:23:30.000000000 +0000 +++ qtsensors-opensource-src-5.11.2/debian/qtsensors5-doc-html.links 2018-10-16 14:42:31.000000000 +0000 @@ -1 +1 @@ -#usr/share/qt5/doc usr/share/qtsensors5-doc-html/html +usr/share/qt5/doc usr/share/qtsensors5-doc-html/html diff -Nru qtsensors-opensource-src-5.11.2/debian/qtsensors5-doc.install qtsensors-opensource-src-5.11.2/debian/qtsensors5-doc.install --- qtsensors-opensource-src-5.11.2/debian/qtsensors5-doc.install 2018-11-04 16:23:30.000000000 +0000 +++ qtsensors-opensource-src-5.11.2/debian/qtsensors5-doc.install 2018-10-16 14:42:31.000000000 +0000 @@ -1 +1 @@ -#usr/share/qt5/doc/qtsensors.qch +usr/share/qt5/doc/qtsensors.qch diff -Nru qtsensors-opensource-src-5.11.2/debian/rules qtsensors-opensource-src-5.11.2/debian/rules --- qtsensors-opensource-src-5.11.2/debian/rules 2018-11-04 16:23:30.000000000 +0000 +++ qtsensors-opensource-src-5.11.2/debian/rules 2018-10-16 14:42:31.000000000 +0000 @@ -20,7 +20,7 @@ dh_auto_configure -- QT_BUILD_PARTS+=tests override_dh_auto_build-indep: - #dh_auto_build -Smakefile -- docs + dh_auto_build -Smakefile -- docs override_dh_auto_test-arch: xvfb-run -a -s "-screen 0 1024x768x24 +extension GLX" dh_auto_test -- -Ctests/auto \ @@ -45,7 +45,7 @@ rm -fv debian/tmp/usr/lib/*/qt5/mkspecs/modules/qt_lib_sensors_private.pri override_dh_auto_install-indep: - #make INSTALL_ROOT=$(CURDIR)/debian/tmp install_docs + make INSTALL_ROOT=$(CURDIR)/debian/tmp install_docs override_dh_install: # Now flush all the .install-* files as .install files.