diffstat of debian/ for xapp_1.0.3-2 xapp_1.0.3+betsy changelog | 83 ++++++++++++++++++++++++++++++++++++++++------- control | 89 ++++++++++++++++++++++++++------------------------- copyright | 77 ++++++-------------------------------------- libxapp1.symbols | 24 ------------- not-installed | 8 ---- rules | 14 +++++--- source/format | 2 - watch | 3 - xapps-common.install | 5 ++ xapps-doc.install | 1 10 files changed, 143 insertions(+), 163 deletions(-) diff -Nru xapp-1.0.3/debian/changelog xapp-1.0.3+betsy/debian/changelog --- xapp-1.0.3/debian/changelog 2017-09-02 05:35:39.000000000 +0000 +++ xapp-1.0.3+betsy/debian/changelog 2017-05-03 10:56:01.000000000 +0000 @@ -1,22 +1,79 @@ -xapp (1.0.3-2) unstable; urgency=medium +xapp (1.0.3+betsy) sonya; urgency=medium - * Release to unstable + [ Michael Webster ] + * Fix build + * xapp-kbd-layout-controller - update test script to reflect current api/intent - -- Maximiliano Curia Sat, 02 Sep 2017 07:35:39 +0200 + [ Clement Lefebvre ] + * Review licensing + * Handle exceptions in usr/bin/upload-system-info -xapp (1.0.3-1) experimental; urgency=medium + [ JosephMcc ] + * Add a couple of symbolic pane visibility icons + * icons: Add an icon for regex-search - * New upstream release (1.0.3). - * Drop upstream patches - * Use upstream's autogen script - * Add a debian/not-installed file - * Release to experimental + [ leigh123linux ] + * switch to the correct python deps - -- Maximiliano Curia Sun, 06 Aug 2017 17:31:56 +0200 + [ Michael Webster ] + * xapp-kbd-layout-controller.c: Allow up to 3 character labels. -xapp (1.0.2-1) unstable; urgency=medium + [ JosephMcc ] + * Complete our set of pane icons + * Add support for building gtk-doc + + [ leigh123linux ] + * Migrate away from gnome-common deprecated vars and macros + * Use python3 as all scripts are in python3 + + -- Clement Lefebvre Wed, 03 May 2017 11:27:21 +0100 + +xapp (1.0.2) serena; urgency=medium + + [ Clement Lefebvre ] + * Implement window blanking + * Continued implementation of monitor blanking + * Display: properly initialize values and add a function to know if monitors are blanked + + [ JosephMcc ] + * xapp-display.c: Add a missing cast + + [ Clement Lefebvre ] + * Added some symbolic icons needed by Xed + + [ JosephMcc ] + * icons: Redesign the xapp-searchbar icons + * formatting: Clean up code formatting + + [ Emmanuel ] + * properly declare variable used in for loops + + [ JosephMcc ] + * xapp-display: Add a missing cast + * xapp-display: Don't use deprecated gtk_widget_modify_bg + + [ Michael Webster ] + * debian: Fix multiarch location of typelib file, don't strip debug symbols. + * Add XAppKbdLayoutController - this is a wrapper around libgnomekbd api to provide unique icons for each layout. + * Update debian/control + * Cleanup some leftover dependencies, some unneeded files, clean up gir scanning. + + [ Clement Lefebvre ] + * Added /usr/bin/pastebin and /usr/bin/upload-system-info + * Pastebin: Added support for fpaste + * libxapp: Rename XAppDisplay -> XAppMonitorBlanker + * Create README.md + + [ leigh123linux ] + * Fix Warnings + + [ Michael Webster ] + * Rework XAppKbdLayoutController: + + -- Clement Lefebvre Mon, 07 Nov 2016 15:56:44 +0000 + +xapp (1.0.1) sarah; urgency=medium * Initial version - * Added gnome-common-migration.patch - -- Margarita Manterola Tue, 06 Dec 2016 19:23:57 -0300 + -- Clement Lefebvre Sun, 21 Aug 2016 11:59:50 +0100 \ No newline at end of file diff -Nru xapp-1.0.3/debian/control xapp-1.0.3+betsy/debian/control --- xapp-1.0.3/debian/control 2017-09-02 05:35:39.000000000 +0000 +++ xapp-1.0.3+betsy/debian/control 2017-05-03 10:55:02.000000000 +0000 @@ -1,43 +1,31 @@ Source: xapp Section: x11 Priority: optional -Maintainer: Debian Cinnamon Team -Uploaders: - Maximiliano Curia , - Margarita Manterola , -Build-Depends: - autoconf-archive, - debhelper (>= 9), - dh-autoreconf, - dpkg-dev (>= 1.15.1), - gnome-doc-utils (>= 0.3.2), - gnome-pkg-tools (>= 0.10), - gobject-introspection (>= 0.10.2-1~), - gtk-doc-tools (>= 1.4), - intltool (>= 0.40.6), - libgdk-pixbuf2.0-dev (>= 2.22.0), - libgirepository1.0-dev (>= 0.10.2-1~), - libglib2.0-dev (>= 2.37.3), - libgnomekbd-dev, - libgtk-3-dev (>= 3.3.16), - libx11-dev, - python3, - yelp-tools, -Standards-Version: 3.9.8 -Homepage: http://cinnamon.linuxmint.com/ -Vcs-Browser: https://anonscm.debian.org/git/pkg-cinnamon/xapp.git -Vcs-Git: https://anonscm.debian.org/git/pkg-cinnamon/xapp.git +Maintainer: Clement Lefebvre +Build-Depends: debhelper (>= 9), + dh-autoreconf, + dh-python, + dh-exec, + dpkg-dev (>= 1.15.1), + gnome-doc-utils (>= 0.3.2), + gnome-pkg-tools (>= 0.10), + gobject-introspection (>= 0.10.2-1~), + gtk-doc-tools (>= 1.4), + intltool (>= 0.40.6), + libgdk-pixbuf2.0-dev (>= 2.22.0), + libgirepository1.0-dev (>= 0.10.2-1~), + libglib2.0-dev (>= 2.37.3), + libgtk-3-dev (>= 3.3.16), + libx11-dev, + python3, + yelp-tools, + libgnomekbd-dev +Standards-Version: 3.9.6 Package: xapps-common Architecture: all Multi-Arch: foreign -Depends: - gist, - inxi, - python3, - python3-gi, - xdg-utils, - ${misc:Depends}, +Depends: ${misc:Depends}, ${python3:Depends}, python3, python3-gi, inxi, xdg-utils, gist Description: Common files for XApp desktop apps This package includes files that are shared between several XApp apps (i18n files and configuration schemas). @@ -47,22 +35,20 @@ Architecture: any Multi-Arch: same Pre-Depends: ${misc:Pre-Depends} -Depends: - libgnomekbd8, - xapps-common (>= ${source:Version}), - ${misc:Depends}, - ${shlibs:Depends}, +Depends: xapps-common (>= ${source:Version}), + libgnomekbd8, + ${misc:Depends}, + ${shlibs:Depends} Description: XApp library for loading .desktop files This library is used by XApp to load the .desktop files. Package: libxapp-dev Section: libdevel Architecture: any -Depends: - gir1.2-xapp-1.0 (= ${binary:Version}), - libgtk-3-dev (>= 3.3.16), - libxapp1 (= ${binary:Version}), - ${misc:Depends}, +Depends: gir1.2-xapp-1.0 (= ${binary:Version}), + libxapp1 (= ${binary:Version}), + libgtk-3-dev (>= 3.3.16), + ${misc:Depends} Description: XApp library - development files This package provides the include files and static library for the XApp library functions. @@ -73,3 +59,20 @@ Depends: ${gir:Depends}, ${misc:Depends}, ${shlibs:Depends} Description: Introspection data for XApp This package contains the introspection data for XApp. + +Package: libxapp-dbg +Section: debug +Priority: extra +Architecture: any +Multi-Arch: same +Pre-Depends: ${misc:Pre-Depends} +Depends: libxapp1 (= ${binary:Version}), ${misc:Depends} +Description: XApp library - debug symbols + This package contains the symbols files needed to debug the XApp library. + +Package: xapps-doc +Section: doc +Architecture: all +Depends: ${misc:Depends}, devhelp +Description: Libxapp documentation + This package contains documentation for xapp library diff -Nru xapp-1.0.3/debian/copyright xapp-1.0.3+betsy/debian/copyright --- xapp-1.0.3/debian/copyright 2017-09-02 05:35:39.000000000 +0000 +++ xapp-1.0.3+betsy/debian/copyright 2017-05-03 10:55:02.000000000 +0000 @@ -4,73 +4,18 @@ Files: * Copyright: 2016, Linux Mint -License: LGPL-3 - -Files: m4/* -Copyright: 2004-2015, Free Software Foundation, Inc -License: FSF_unlimited - -Files: m4/intltool.m4 -Copyright: 2001, Eazel, Inc -License: GPL-2+_AutoConfException - -Files: po/Makefile.in.in -Copyright: 2004-2008, Rodney Dawes - 1995-1997, Ulrich Drepper -License: Permissive - -Files: files/usr/bin/xfce4-set-wallpaper -Copyright: Weitian Leung -License: GPL-3 - -License: LGPL-3 +License: LGPL-3+ This program is free software; you can redistribute it and/or - modify it under the terms of the GNU Lesser General Public License V3. - . - The complete text of the GNU Lesser General Public License version 3 can be - found in `/usr/share/common-licenses/LGPL-3'. - -License: FSF_unlimited - This file is free software; the Free Software Foundation gives - unlimited permission to copy and/or distribute it, with or without - modifications, as long as this notice is preserved. - -License: GPL-2+_AutoConfException - This program is free software; you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation; either version 2 of the License, or - (at your option) any later version. - . - 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 - General Public License for more details. + modify it under the terms of the GNU Library General Public License V3. . - The complete text of the GNU General Public License version 2 can be found in - `/usr/share/common-licenses/GPL-2'. - . - As a special exception to the GNU General Public License, if you - distribute this file as part of a program that contains a - configuration script generated by Autoconf, you may include it under - the same distribution terms that you use for the rest of that program. - -License: Permissive - This file may be copied and used freely without restrictions. It may - be used in projects which are not available under a GNU Public License, - but which still want to provide support for the GNU gettext functionality. + The complete text of the GNU Library General Public License can be found in + "/usr/share/common-licenses/LGPL-3". -License: GPL-3 - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, version 3 of the License. - . - 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 General Public License for more details. - . - You should have received a copy of the GNU General Public License - along with this program. If not, see . +Files: /usr/bin/xfce4-set-wallpaper +Copyright: Weitian Leung +License: GPL-3.0 + This program is free software; you can redistribute it and/or + modify it under the terms of the GNU General Public License V3. . - The complete text of the GNU General Public License version 3 can be found in - `/usr/share/common-licenses/GPL-3'. + The complete text of the GNU Library General Public License can be found in + "/usr/share/common-licenses/GPL-3". diff -Nru xapp-1.0.3/debian/libxapp1.symbols xapp-1.0.3+betsy/debian/libxapp1.symbols --- xapp-1.0.3/debian/libxapp1.symbols 2017-09-02 05:35:39.000000000 +0000 +++ xapp-1.0.3+betsy/debian/libxapp1.symbols 1970-01-01 00:00:00.000000000 +0000 @@ -1,24 +0,0 @@ -libxapp.so.1 libxapp1 #MINVER# - xapp_kbd_layout_controller_get_all_names@Base 1.0.2 - xapp_kbd_layout_controller_get_current_flag_id@Base 1.0.2 - xapp_kbd_layout_controller_get_current_group@Base 1.0.2 - xapp_kbd_layout_controller_get_current_icon_name@Base 1.0.2 - xapp_kbd_layout_controller_get_current_name@Base 1.0.2 - xapp_kbd_layout_controller_get_current_short_group_label@Base 1.0.2 - xapp_kbd_layout_controller_get_current_variant_label@Base 1.0.2 - xapp_kbd_layout_controller_get_enabled@Base 1.0.2 - xapp_kbd_layout_controller_get_flag_id_for_group@Base 1.0.2 - xapp_kbd_layout_controller_get_icon_name_for_group@Base 1.0.2 - xapp_kbd_layout_controller_get_short_group_label_for_group@Base 1.0.2 - xapp_kbd_layout_controller_get_type@Base 1.0.2 - xapp_kbd_layout_controller_get_variant_label_for_group@Base 1.0.2 - xapp_kbd_layout_controller_new@Base 1.0.2 - xapp_kbd_layout_controller_next_group@Base 1.0.2 - xapp_kbd_layout_controller_previous_group@Base 1.0.2 - xapp_kbd_layout_controller_render_cairo_subscript@Base 1.0.2 - xapp_kbd_layout_controller_set_current_group@Base 1.0.2 - xapp_monitor_blanker_are_monitors_blanked@Base 1.0.2 - xapp_monitor_blanker_blank_other_monitors@Base 1.0.2 - xapp_monitor_blanker_get_type@Base 1.0.2 - xapp_monitor_blanker_new@Base 1.0.2 - xapp_monitor_blanker_unblank_monitors@Base 1.0.2 diff -Nru xapp-1.0.3/debian/not-installed xapp-1.0.3+betsy/debian/not-installed --- xapp-1.0.3/debian/not-installed 2017-09-02 05:35:39.000000000 +0000 +++ xapp-1.0.3+betsy/debian/not-installed 1970-01-01 00:00:00.000000000 +0000 @@ -1,8 +0,0 @@ -# There are other packages that deal with this -usr/bin/pastebin -# Uses the previous command and inxi -usr/bin/upload-system-info -# This should be handled by xfce -usr/bin/xfce4-set-wallpaper -# We are not using libtool files -usr/lib/*/libxapp.la diff -Nru xapp-1.0.3/debian/rules xapp-1.0.3+betsy/debian/rules --- xapp-1.0.3/debian/rules 2017-09-02 05:35:39.000000000 +0000 +++ xapp-1.0.3+betsy/debian/rules 2017-05-03 10:55:02.000000000 +0000 @@ -6,14 +6,20 @@ DEB_PKG_CONFIG_LIBDIR=$(shell pkg-config gobject-introspection-1.0 --variable libdir | sed -e 's/.//') %: - dh $@ --parallel --with=autoreconf,gir,gnome - -override_dh_autoreconf: - NOCONFIGURE=1 dh_autoreconf --as-needed ./autogen.sh + dh $@ --parallel --with=autoreconf,gir,gnome,python3 override_dh_gnome_clean: dh_gnome_clean --no-control +override_dh_autoreconf: + dh_autoreconf --as-needed ./autogen.sh + +override_dh_auto_configure: + dh_auto_configure -- --enable-gtk-doc + +override_dh_strip: + dh_strip --dbg-package=libxapp-dbg + override_dh_install: sed 's@DEB_PKG_CONFIG_LIBDIR@${DEB_PKG_CONFIG_LIBDIR}@' debian/gir1.2-xapp-1.0.install.in > debian/gir1.2-xapp-1.0.install dh_install --list-missing diff -Nru xapp-1.0.3/debian/source/format xapp-1.0.3+betsy/debian/source/format --- xapp-1.0.3/debian/source/format 2017-09-02 05:35:39.000000000 +0000 +++ xapp-1.0.3+betsy/debian/source/format 2017-05-03 10:55:02.000000000 +0000 @@ -1 +1 @@ -3.0 (quilt) +3.0 (native) diff -Nru xapp-1.0.3/debian/watch xapp-1.0.3+betsy/debian/watch --- xapp-1.0.3/debian/watch 2017-09-02 05:35:39.000000000 +0000 +++ xapp-1.0.3+betsy/debian/watch 1970-01-01 00:00:00.000000000 +0000 @@ -1,3 +0,0 @@ -version=3 -opts="dversionmangle=s/\+repack//;s/\+dfsg//;s/\+up[0-9]//,filenamemangle=s/.*\/(.*)/xapp-$1/" \ - https://github.com/linuxmint/xapps/tags .*/v?(\d.*)\.(?:tgz|tar\.(?:gz|bz2|xz)) diff -Nru xapp-1.0.3/debian/xapps-common.install xapp-1.0.3+betsy/debian/xapps-common.install --- xapp-1.0.3/debian/xapps-common.install 2017-09-02 05:35:39.000000000 +0000 +++ xapp-1.0.3+betsy/debian/xapps-common.install 2017-05-03 10:55:02.000000000 +0000 @@ -1,4 +1,7 @@ +#!/usr/bin/dh-exec + usr/share/glib-2.0/schemas usr/share/locale -usr/bin/ usr/share/xapps-common/ +usr/bin/ usr/share/icons + diff -Nru xapp-1.0.3/debian/xapps-doc.install xapp-1.0.3+betsy/debian/xapps-doc.install --- xapp-1.0.3/debian/xapps-doc.install 1970-01-01 00:00:00.000000000 +0000 +++ xapp-1.0.3+betsy/debian/xapps-doc.install 2017-05-03 10:55:02.000000000 +0000 @@ -0,0 +1 @@ +/usr/share/gtk-doc \ No newline at end of file