debian/0000755000000000000000000000000011435444321007167 5ustar debian/copyright0000664000000000000000000000333611435436061011133 0ustar Format-Specification: http://dep.debian.net/deps/dep5 Files: * Copyright: © 2010, Elena Grandi © 2010, David Paleino License: BSD-3 Files: debian/* Copyright: © 2010, David Paleino License: BSD-3 License: BSD-3 Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: . * Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. . * 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. . * Neither the name of the Elena Grandi, David Paleino nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. . THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND 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 ELENA GRANDI OR DAVID PALEINO 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. debian/rules0000755000000000000000000000016211435434746010260 0ustar #!/usr/bin/make -f # -*- makefile -*- # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 %: dh $@ debian/control0000664000000000000000000000120711435442776010610 0ustar Source: gmtkbabel Section: utils Priority: optional Maintainer: David Paleino Build-Depends: debhelper (>= 7.0.50~) , gettext Standards-Version: 3.9.1 Homepage: http://dpaleino.github.com/gmtkbabel Vcs-Git: git://github.com/dpaleino/gmtkbabel.git Vcs-Browser: http://github.com/dpaleino/gmtkbabel Package: gmtkbabel Architecture: all Depends: ${misc:Depends} , zenity , mtkbabel Description: graphical interface for mtkbabel gmtkbabel consists of a set of shell scripts which use zenity to provide a graphical user interface to mtkbabel. Mtkbabel is a command-line tool to operate GPS-unit with MTK (Mediatek) chipsets. debian/source/0000755000000000000000000000000011435434637010500 5ustar debian/source/format0000664000000000000000000000001411435434637011710 0ustar 3.0 (quilt) debian/compat0000664000000000000000000000000211435434637010400 0ustar 7 debian/gbp.conf0000664000000000000000000000007211435435443010614 0ustar [DEFAULT] upstream-branch = latest debian-branch = debian debian/watch0000664000000000000000000000021111435434740010220 0ustar version=3 http://github.com/dpaleino/gmtkbabel/downloads \ http://github.com/downloads/dpaleino/gmtkbabel/gmtkbabel-(\d+.*)\.tar\.gz debian/changelog0000664000000000000000000000022611435444274011052 0ustar gmtkbabel (0.1-1) unstable; urgency=low * Initial release (Closes: #594476) -- David Paleino Thu, 26 Aug 2010 12:58:03 +0200 debian/patches/0000775000000000000000000000000011435443147010625 5ustar debian/patches/series0000664000000000000000000000002611435443131012031 0ustar 00-drop_shbangs.patch debian/patches/00-drop_shbangs.patch0000664000000000000000000000202211435443200014516 0ustar From: David Paleino Subject: drop shbangs -- not meant to be run directly Forwarded: no --- src/download.sh | 2 -- src/erase.sh | 2 -- src/set_format.sh | 2 -- src/set_frequency.sh | 2 -- 4 files changed, 8 deletions(-) --- gmtkbabel.orig/src/download.sh +++ gmtkbabel/src/download.sh @@ -1,5 +1,3 @@ -#!/bin/sh - # Copyright © 2010, Elena Grandi # Copyright © 2010, David Paleino # --- gmtkbabel.orig/src/erase.sh +++ gmtkbabel/src/erase.sh @@ -1,5 +1,3 @@ -#!/bin/sh - # Copyright © 2010, Elena Grandi # Copyright © 2010, David Paleino # --- gmtkbabel.orig/src/set_format.sh +++ gmtkbabel/src/set_format.sh @@ -1,5 +1,3 @@ -#!/bin/sh - # Copyright © 2010, Elena Grandi # Copyright © 2010, David Paleino # --- gmtkbabel.orig/src/set_frequency.sh +++ gmtkbabel/src/set_frequency.sh @@ -1,5 +1,3 @@ -#!/bin/sh - # Copyright © 2010, Elena Grandi # Copyright © 2010, David Paleino #