debian/0000755000000000000000000000000012301510646007164 5ustar debian/watch0000644000000000000000000000014312300172772010216 0ustar version=3 http://ftp.gnome.org/pub/GNOME/sources/gnome-maps/([\d.]+[02468])/gnome-maps-(.*).tar.xz debian/rules0000755000000000000000000000027512231022526010245 0ustar #!/usr/bin/make -f include /usr/share/gnome-pkg-tools/1/rules/gnome-get-source.mk include /usr/share/gnome-pkg-tools/1/rules/uploaders.mk #export DH_VERBOSE=1 %: dh $@ --with autoreconf debian/source/0000755000000000000000000000000012300116264010461 5ustar debian/source/format0000644000000000000000000000001412231022526011667 0ustar 3.0 (quilt) debian/changelog0000644000000000000000000000237212301510646011042 0ustar gnome-maps (3.10.2-1ubuntu1) trusty; urgency=low * Merge from Debian unstable. Remaining changes: - debian/patches/git_remove_e4x.patch: + Remove e4x in preparation for spidermonkey 24. - debian/watch: + Watch for stable releases. -- Artur Rona Fri, 21 Feb 2014 00:35:47 +0100 gnome-maps (3.10.2-1) unstable; urgency=medium * New upstream release * debian/control.in: Add dependency against gjs package * debian/control.in: Depends against geoclue-2.0 package * debian/control.in: Bump Standards-Version to 3.9.5 (no further changes) -- Laurent Bigonville Sun, 16 Feb 2014 12:10:22 +0100 gnome-maps (3.10.2-0ubuntu1) trusty; urgency=medium * New upstream release * debian/patches/git_remove_e4x.patch, remove e4x in preparation for spidermonkey 24 * debian/watch: watch for stable releases -- Tim Lunn Wed, 12 Feb 2014 16:53:48 +1100 gnome-maps (3.10.0-1ubuntu1) trusty; urgency=medium * debian/control: Fix depend on geoclue-2.0 package -- Tim Lunn Wed, 15 Jan 2014 08:11:22 +1100 gnome-maps (3.10.0-1) experimental; urgency=low * Initial release -- Andreas Henriksson Tue, 15 Oct 2013 22:08:33 +0200 debian/control.in0000644000000000000000000000231012300767265011202 0ustar Source: gnome-maps Section: gnome Priority: extra Maintainer: Ubuntu Developers XSBC-Original-Maintainer: Debian GNOME Maintainers Uploaders: @GNOME_TEAM@ Build-Depends: debhelper (>= 8.0.0), dh-autoreconf, gnome-common, gnome-pkg-tools, libgjs-dev, libglib2.0-dev Standards-Version: 3.9.5 Homepage: https://wiki.gnome.org/Apps/Maps Vcs-Svn: svn://anonscm.debian.org/pkg-gnome/desktop/unstable/gnome-maps Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-gnome/desktop/unstable/gnome-maps Package: gnome-maps Architecture: any Depends: geoclue-2.0 (>= 2.0), gir1.2-champlain-0.12, gir1.2-clutter-1.0, gir1.2-cogl-1.0, gir1.2-gdkpixbuf-2.0, gir1.2-geocodeglib-1.0, gir1.2-glib-2.0, gir1.2-gtk-3.0 (>= 3.10), gir1.2-gtkchamplain-0.12, gir1.2-gtkclutter-1.0, gjs, ${misc:Depends}, ${shlibs:Depends} Description: map application for GNOME Maps is a map application for GNOME that allows you to view maps in different zoom levels, search for places, etc. debian/patches/0000755000000000000000000000000012300172773010617 5ustar debian/patches/series0000644000000000000000000000002512276606143012036 0ustar git_remove_e4x.patch debian/patches/git_remove_e4x.patch0000644000000000000000000000520312276606126014566 0ustar From fb80658f23bc46c465c330d883bc62583cda9595 Mon Sep 17 00:00:00 2001 From: Tim Lunn Date: Thu, 24 Oct 2013 23:53:36 +0000 Subject: Stringify the xml definitions for E4X removal https://bugzilla.gnome.org/show_bug.cgi?id=691409 --- diff --git a/src/geoclue.js b/src/geoclue.js index 4c0eee0..b364e8d 100644 --- a/src/geoclue.js +++ b/src/geoclue.js @@ -34,31 +34,37 @@ const Path = imports.path; const Signals = imports.signals; const _ = imports.gettext.gettext; -const ManagerInterface = - - - - +const ManagerInterface = ' \ + \ + \ + \ + \ + \ +'; const ManagerProxy = Gio.DBusProxy.makeProxyWrapper(ManagerInterface); -const ClientInterface = - - - - - - - - - +const ClientInterface = ' \ + \ + \ + \ + \ + \ + \ + \ + \ + \ + \ +'; const ClientProxy = Gio.DBusProxy.makeProxyWrapper(ClientInterface); -const LocationInterface = - - - - - +const LocationInterface = ' \ + \ + \ + \ + \ + \ + \ +'; const LocationProxy = Gio.DBusProxy.makeProxyWrapper(LocationInterface); const Geoclue = new Lang.Class({ -- cgit v0.9.2 debian/compat0000644000000000000000000000000212231022526010357 0ustar 8 debian/control0000644000000000000000000000277312301511147010575 0ustar # This file is autogenerated. DO NOT EDIT! # # Modifications should be made to debian/control.in instead. # This file is regenerated automatically in the clean target. Source: gnome-maps Section: gnome Priority: extra Maintainer: Ubuntu Developers XSBC-Original-Maintainer: Debian GNOME Maintainers Uploaders: Andreas Henriksson , Debian GNOME Maintainers , Laurent Bigonville Build-Depends: debhelper (>= 8.0.0), dh-autoreconf, gnome-common, gnome-pkg-tools, libgjs-dev, libglib2.0-dev Standards-Version: 3.9.5 Homepage: https://wiki.gnome.org/Apps/Maps Vcs-Svn: svn://anonscm.debian.org/pkg-gnome/desktop/unstable/gnome-maps Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-gnome/desktop/unstable/gnome-maps Package: gnome-maps Architecture: any Depends: geoclue-2.0 (>= 2.0), gir1.2-champlain-0.12, gir1.2-clutter-1.0, gir1.2-cogl-1.0, gir1.2-gdkpixbuf-2.0, gir1.2-geocodeglib-1.0, gir1.2-glib-2.0, gir1.2-gtk-3.0 (>= 3.10), gir1.2-gtkchamplain-0.12, gir1.2-gtkclutter-1.0, gjs, ${misc:Depends}, ${shlibs:Depends} Description: map application for GNOME Maps is a map application for GNOME that allows you to view maps in different zoom levels, search for places, etc. debian/copyright0000644000000000000000000000354012231022526011116 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: gnome-maps Source: http://git.gnome.org/browse/gnome-maps Files: * Copyright: 2011, 2012, 2013 Red Hat, Inc. License: GPL-2+ GNOME Maps 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. . GNOME Maps 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 GNOME Maps; 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 version 2 can be found in "/usr/share/common-licenses/GPL-2". Files: debian/* Copyright: 2013 Andreas Henriksson 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 as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. . 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 program. If not, see . On Debian systems, the complete text of the GNU General Public License version 2 can be found in "/usr/share/common-licenses/GPL-2". debian/docs0000644000000000000000000000001412231022526010027 0ustar NEWS README