--- appmenu-qt-0.2.7+14.04.20140305.orig/debian/changelog +++ appmenu-qt-0.2.7+14.04.20140305/debian/changelog @@ -0,0 +1,91 @@ +appmenu-qt (0.2.7+14.04.20140305-0ubuntu2) utopic; urgency=medium + + * Add multiarch support (LP: #1001621) + + -- Miklos Juhasz Sat, 23 Aug 2014 17:27:24 +0200 + +appmenu-qt (0.2.7+14.04.20140305-0ubuntu1) trusty; urgency=low + + [ CI bot ] + * No change rebuild against Qt 5.2.1. + + [ Ubuntu daily release ] + * New rebuild forced + + [ Łukasz 'sil2100' Zemczak ] + * Remove the appmenu-qt5 packages - those are now built using the new + appmenu-qt5 sources, using QPA and upstream Qt5 approaches to global + menus. + + -- Ubuntu daily release Wed, 05 Mar 2014 13:10:47 +0000 + +appmenu-qt (0.2.7daily13.05.02-0ubuntu1) saucy; urgency=low + + [ Łukasz 'sil2100' Zemczak ] + * debian/control: + - Modifications related to compliance with our packaging standards + + [ Ubuntu daily release ] + * Automatic snapshot from revision 57 + + -- Ubuntu daily release Thu, 02 May 2013 22:58:57 +0000 + +appmenu-qt (0.2.7daily13.03.28-0ubuntu1) raring; urgency=low + + [ Łukasz 'sil2100' Zemczak ] + * debian/control: + - Add the appmenu-qt5 package for Qt5 appmenu support + * debian/rules: + - Enable a double build - first build a Qt4 version of appmenu for + appmenu-qt and then a Qt5 version for appmenu-qt5 + * [FFe] Bring Unity appmenu / HUD integration to Qt5 (LP: #1126205) + + [ Ubuntu daily release ] + * Automatic snapshot from revision 55 + + -- Ubuntu daily release Thu, 28 Mar 2013 20:39:16 +0000 + +appmenu-qt (0.2.7daily13.01.18-0ubuntu1) raring; urgency=low + + * Automatic snapshot from revision 53 + + -- Automatic PS uploader Fri, 18 Jan 2013 02:00:49 +0000 + +appmenu-qt (0.2.7daily13.01.17-0ubuntu1) raring; urgency=low + + [ Robert Bruce Park ] + * Inline packaging metadata. + + [ Didier Roche ] + * Automatic snapshot from revision 48 (bootstrap): + + [ gnumdk@gmail.com, Cédric Bellegarde ] + * appmenu-qt should use async dbus calls (LP: #1096008) + + [ Automatic PS uploader ] + * Automatic snapshot from revision 50 + + -- Automatic PS uploader Thu, 17 Jan 2013 02:00:52 +0000 + +appmenu-qt (0.2.6-1ubuntu1) quantal; urgency=low + + * Drop spurious build-deps introduced by the Debian sync. + + -- Adam Conrad Fri, 03 Aug 2012 16:11:43 -0600 + +appmenu-qt (0.2.6-1) unstable; urgency=low + + * New upstream release + * Upload to unstable + * [0750e3e] Imported Upstream version 0.2.6 + * [ae8944c] update standards version to 3.9.3 + * [b8a131b] update copyright to machine readable format 1.0 + * [d55945f] fix lintian warning on the machine readalbe (1.0) format + + -- Ritesh Raj Sarraf Thu, 17 May 2012 01:36:09 +0530 + +appmenu-qt (0.2.5-1) experimental; urgency=low + + * Initial release. (Closes: #663204) + + -- Ritesh Raj Sarraf Wed, 21 Mar 2012 12:12:41 +0530 --- appmenu-qt-0.2.7+14.04.20140305.orig/debian/compat +++ appmenu-qt-0.2.7+14.04.20140305/debian/compat @@ -0,0 +1 @@ +9 --- appmenu-qt-0.2.7+14.04.20140305.orig/debian/control +++ appmenu-qt-0.2.7+14.04.20140305/debian/control @@ -0,0 +1,29 @@ +Source: appmenu-qt +Section: kde +Priority: optional +Maintainer: Ubuntu Developers +XSBC-Original-Maintainer: Debian KDE Extras Team +Uploaders: Ritesh Raj Sarraf , +Build-Depends: cmake, + debhelper (>= 9), + libdbusmenu-qt-dev, + libqt4-dev (>= 4:4.8), + pkg-config, +Standards-Version: 3.9.5 +Homepage: https://launchpad.net/appmenu-qt +# If you aren't ~indicator-applet-developers but need to upload packaging changes, +# just go ahead. ~indicator-applet-developers will notice and sync up the code again. +Vcs-Bzr: https://code.launchpad.net/~indicator-applet-developers/appmenu-qt/trunk +Vcs-Browser: https://code.launchpad.net/~indicator-applet-developers/appmenu-qt/trunk/files + +Package: appmenu-qt +Architecture: any +Multi-Arch: same +Pre-Depends: ${misc:Pre-Depends} +Depends: ${misc:Depends}, + ${shlibs:Depends}, +Description: application menu for Qt + appmenu provides you with an integrated application menu in your + global menu bar + . + appmenu-qt will work for applications designed for Qt and KDE --- appmenu-qt-0.2.7+14.04.20140305.orig/debian/copyright +++ appmenu-qt-0.2.7+14.04.20140305/debian/copyright @@ -0,0 +1,63 @@ +Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: appmenu-qt +Upstream-Contact: Aurélien Gâteau +Source: https://launchpad.net/appmenu-qt + + +Files: * +Copyright: Aurélien Gâteau +License: LGPL-3 + This package is free software; you can redistribute it and/or modify + it under the terms of the GNU Lesser General Public License version 3, as + published by the Free Software Foundation + . + This package 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 package; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + . + On Debian systems, the complete text of the GNU General Public License + can be found in /usr/share/common-licenses/LGPL-3 + + +Files: src/private/qabstractplatformmenubar_p.h patches/qmenubar-plugin-system-4.7.3.diff +Copyright: 2010 Nokia Corporation and/or its subsidiary(-ies). +License: LGPL-2.1 + This package is free software; you can redistribute it and/or modify + it under the terms of the GNU Lesser General Public License version 2.1, as + published by the Free Software Foundation + . + This package 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 package; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + . + On Debian systems, the complete text of the GNU General Public License + can be found in /usr/share/common-licenses/LGPL-2.1 + +Files: debian/* +Copyright: 2012 Ritesh Raj Sarraf +License: GPL-2 + This package is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License version 2, as + published by the Free Software Foundation + . + This package 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 General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this package; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + . + On Debian systems, the complete text of the GNU General Public License + can be found in /usr/share/common-licenses/GPL-2 --- appmenu-qt-0.2.7+14.04.20140305.orig/debian/docs +++ appmenu-qt-0.2.7+14.04.20140305/debian/docs @@ -0,0 +1 @@ +README --- appmenu-qt-0.2.7+14.04.20140305.orig/debian/rules +++ appmenu-qt-0.2.7+14.04.20140305/debian/rules @@ -0,0 +1,20 @@ +#!/usr/bin/make -f +# -*- makefile -*- + +# export DH_VERBOSE=1 +export DPKG_GENSYMBOLS_CHECK_LEVEL=4 + +%: + dh $@ + +override_dh_auto_configure: + QT_SELECT=qt4 cmake -DUSE_QT4=true + +override_dh_installchangelogs: + dh_installchangelogs NEWS + +override_dh_makeshlibs: + dh_makeshlibs -Xqt5/plugins -Xqt4/plugins + +override_dh_install: + dh_install --fail-missing