debian/0000755000000000000000000000000012217637515007177 5ustar debian/garmin-plugin.install0000644000000000000000000000005712217637515013342 0ustar src/npGarminPlugin.so /usr/lib/mozilla/plugins debian/gbp.conf0000644000000000000000000000003612217637515010615 0ustar [DEFAULT] pristine-tar = True debian/compat0000644000000000000000000000000212217637515010375 0ustar 9 debian/changelog0000644000000000000000000000222412217637515011051 0ustar garmin-plugin (0.3.20-1) unstable; urgency=low * New upstream release. * Update short and long description: various websites are supported. -- Ralf Treinen Sun, 22 Sep 2013 21:04:21 +0200 garmin-plugin (0.3.18.1-1) unstable; urgency=low * New upstream release (closes: #721096). -- Ralf Treinen Mon, 02 Sep 2013 22:05:18 +0200 garmin-plugin (0.3.17-1) unstable; urgency=low * New upstream release. * debian/rules: set tinyxml-libdir when calling ./configure -- Ralf Treinen Sun, 12 May 2013 15:00:36 +0200 garmin-plugin (0.3.16-2) unstable; urgency=low * debian/control: Spelling error in the real name of the maintainer (closes: #697603). -- Ralf Treinen Wed, 09 Jan 2013 09:00:40 +0100 garmin-plugin (0.3.16-1) unstable; urgency=low * New upstream release. * updated debian/watch: download directly the tar.gz. -- Ralf Treinen Thu, 22 Nov 2012 09:31:02 +0100 garmin-plugin (0.3.14-1) unstable; urgency=low * Initial release (closes: #681404) -- Ralf Treinen Sun, 21 Oct 2012 20:09:22 +0200 debian/garmin-plugin.udev0000644000000000000000000000012012217637515012626 0ustar ATTRS{idVendor}=="091e", ATTRS{idProduct}=="0003", MODE="0666", GROUP="plugdev" debian/rules0000755000000000000000000000060412217637515010257 0ustar #!/usr/bin/make -f DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH) %: dh $@ override_dh_clean: cd src && if [ -f Makefile ]; then $(MAKE) clean; fi cd src && rm -f config.h config.log config.status Makefile override_dh_auto_configure: cd src && \ ./configure --with-tinyxml-libdir=/usr/lib/$(DEB_HOST_MULTIARCH) override_dh_auto_build: cd src && $(MAKE) debian/copyright0000644000000000000000000001030612217637515011132 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: garminplugin Upstream-Contact: Andreas Diesner Source: http://www.andreas-diesner.de/garminplugin/doku.php?id=source Files: * Copyright: (C) Andreas Diesner 2011 License: GPL3+ Files: src/npapi/* Copyright: (C) 1998 Netscape Communications Corporation. License: MPL1.1-GPL2.0+-LGPL2.1+ The contents of this file are subject to the Mozilla Public License Version 1.1 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.mozilla.org/MPL/ . Software distributed under the License is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License for the specific language governing rights and limitations under the License. . Alternatively, the contents of this file may be used under the terms of either the GNU General Public License Version 2 or later (the "GPL"), or the GNU Lesser General Public License Version 2.1 or later (the "LGPL"), in which case the provisions of the GPL or the LGPL are applicable instead of those above. If you wish to allow use of your version of this file only under the terms of either the GPL or the LGPL, and not to allow others to use your version of this file under the terms of the MPL, indicate your decision by deleting the provisions above and replace them with the notice and other provisions required by the GPL or the LGPL. If you do not delete the provisions above, a recipient may use your version of this file under the terms of any one of the MPL, the GPL or the LGPL. . On a Debian systems, the complete text of the GNU General Public License version 2 can be found at /usr/share/common-licenses/GPL-2, and the complete text of the GNU Lesser General Public License Version 2.1 at /usr/share/common-licenses/LGPL-2.1. Files: src/npapi/npruntime.h Copyright: (c) 2004, Apple Computer, Inc. and The Mozilla Foundation. License: BSD-3-clause Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: . 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. . 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. . 3. Neither the names of Apple Computer, Inc. ("Apple") or The Mozilla Foundation ("Mozilla") nor the names of their contributors may be used to endorse or promote products derived from this software without specific prior written permission. . THIS SOFTWARE IS PROVIDED BY APPLE, MOZILLA AND THEIR CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL APPLE, MOZILLA OR THEIR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. Files: debian/* Copyright: (C) 2012 Ralf Treinen License: GPL3+ License: GPL3+ GarminPlugin 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 3 of the License, or (at your option) any later version. . GarminPlugin 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. . On Debian systems, the complete text of the GNU General Public License version 3 can be found in `/usr/share/common-licenses/GPL-3'. debian/watch0000644000000000000000000000013112217637515010223 0ustar version=3 https://github.com/adiesner/GarminPlugin/tags .*/archive/V(\d[\d\.]+)\.tar\.gz debian/patches/0000755000000000000000000000000012217637515010626 5ustar debian/patches/series0000644000000000000000000000000012217637515012031 0ustar debian/control0000644000000000000000000000253212217637515010604 0ustar Source: garmin-plugin Section: utils Priority: extra Maintainer: Debian running development group Uploaders: Noèl Köthe , Ralf Treinen , Christian Perrier Build-Depends: debhelper (>= 9), pkg-config, libtinyxml-dev, libusb-dev, zlib1g-dev, libgcrypt11-dev, garmin-forerunner-tools Standards-Version: 3.9.4 Homepage: http://www.andreas-diesner.de/garminplugin/ Vcs-Git: git://git.debian.org/git/pkg-running/garmin-plugin.git Vcs-Browser: http://git.debian.org/?p=pkg-running/garmin-plugin.git;a=summary Package: garmin-plugin Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends}, iceweasel Description: browser plugin for communication with the fitness websites This browser plugin is useful when you have a Garmin GPS device, as used for various outdoor sports, and want to transfer files to a website for sharing fitness data, like connect.garmin.com. It has the same methods and properties as the official Garmin Communicator Plugin, and can be used to transfer GPX files (Geocache Descriptions) to your Garmin device using the official Garmin Javascript API. The available functionality depends on the device you use. . Various Edge and Forerunner devices, and several fitness websites are supported (see the garmin-plugin homepage). debian/source/0000755000000000000000000000000012217637515010477 5ustar debian/source/format0000644000000000000000000000001412217637515011705 0ustar 3.0 (quilt)