--- ubuntu-sdk-qmake-extras-3.5.2+16.04.20151118.orig/debian/changelog +++ ubuntu-sdk-qmake-extras-3.5.2+16.04.20151118/debian/changelog @@ -0,0 +1,26 @@ +ubuntu-sdk-qmake-extras (3.5.2+16.04.20151118-0ubuntu1) xenial; urgency=medium + + [ Zoltán Balogh ] + * Bump the version to overrule the legacy package provided by the old + QtCreator Ubuntu plugin package. + + [ CI Train Bot ] + * No-change rebuild. + + -- Zoltan Balogh Wed, 18 Nov 2015 09:34:02 +0000 + +ubuntu-sdk-qmake-extras (3.5.1+15.04.20151005.1-0ubuntu1) vivid; urgency=medium + + [ Benjamin Zeller ] + * Initial release. + * Fix rules + * Missing build-dep + + [ Zoltán Balogh ] + * Join th train + * getting ready to the train added: debian/.bzr-builddeb/ debian/.bzr- + builddeb/default.conf + * getting ready to the train renamed: debian/.bzr-builddeb/ => .bzr- + builddeb/ + + -- Zoltan Balogh Mon, 05 Oct 2015 07:24:12 +0000 --- ubuntu-sdk-qmake-extras-3.5.2+16.04.20151118.orig/debian/compat +++ ubuntu-sdk-qmake-extras-3.5.2+16.04.20151118/debian/compat @@ -0,0 +1 @@ +9 --- ubuntu-sdk-qmake-extras-3.5.2+16.04.20151118.orig/debian/control +++ ubuntu-sdk-qmake-extras-3.5.2+16.04.20151118/debian/control @@ -0,0 +1,21 @@ +Source: ubuntu-sdk-qmake-extras +Section: devel +Priority: optional +Maintainer: Ubuntu Developers +Build-Depends: debhelper (>= 9), + qt5-qmake (>= 5.3), + qtbase5-dev (>= 5.3), +Standards-Version: 3.9.4 +Homepage: https://launchpad.net/ubuntu-sdk-qmake-extras +# If you aren't a member of ~ubuntu-sdk-team but need to upload packaging changes, +# just go ahead. ~ubuntu-sdk-team will notice and sync up the code again. +Vcs-Bzr: https://code.launchpad.net/~ubuntu-sdk-team/ubuntu-sdk-qmake-extras/trunk +XS-Testsuite: autopkgtest + +Package: ubuntu-sdk-qmake-extras +Architecture: any +Depends: ${misc:Depends}, +Description: Extra qmake features required by the Ubuntu-SDK templates, + extends qmake projects with Ubuntu specific variables and tools + . + This package contains qmake feature files for the Ubuntu-SDK --- ubuntu-sdk-qmake-extras-3.5.2+16.04.20151118.orig/debian/copyright +++ ubuntu-sdk-qmake-extras-3.5.2+16.04.20151118/debian/copyright @@ -0,0 +1,23 @@ +Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: ubuntu-sdk-qmake-extras +Source: https://code.launchpad.net/~ubuntu-sdk-team/ubuntu-sdk-qmake-extras/trunk + +Files: * +Copyright: 2015 Canonical Ltd. +License: LGPL-2.1 + +License: LGPL-2.1 + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU Lesser General Public License as published by + the Free Software Foundation; version 2.1. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU Lesser General Public License for more details. + . + You should have received a copy of the GNU Lesser General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU Lesser General Public + License version 2.1 can be found in `/usr/share/common-licenses/LGPL-2.1'. --- ubuntu-sdk-qmake-extras-3.5.2+16.04.20151118.orig/debian/rules +++ ubuntu-sdk-qmake-extras-3.5.2+16.04.20151118/debian/rules @@ -0,0 +1,20 @@ +#!/usr/bin/make -f + +# Uncomment this to turn on verbose mode. +#export DH_VERBOSE=1 + +export CFLAGS := $(shell dpkg-buildflags --get CFLAGS) $(shell dpkg-buildflags --get CPPFLAGS) +export CXXFLAGS := $(shell dpkg-buildflags --get CXXFLAGS) $(shell dpkg-buildflags --get CPPFLAGS) +export LDFLAGS := $(shell dpkg-buildflags --get LDFLAGS) -Wl,--as-needed +export QT_SELECT := qt5 +export DPKG_GENSYMBOLS_CHECK_LEVEL=4 + +DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH) + +# ----------------------------------- + +%: + dh $@ --fail-missing --parallel + +override_dh_auto_install: + dh_auto_install --destdir=debian/tmp/usr --- ubuntu-sdk-qmake-extras-3.5.2+16.04.20151118.orig/debian/ubuntu-sdk-qmake-extras.install +++ ubuntu-sdk-qmake-extras-3.5.2+16.04.20151118/debian/ubuntu-sdk-qmake-extras.install @@ -0,0 +1,2 @@ +usr/lib/*/qt5/mkspecs/features/ubuntu-click.prf +usr/lib/*/qt5/mkspecs/features/ubuntu-click-tools.prf