summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorChristian PERRIER <bubulle@debian.org>2011-05-11 08:50:30 +0200
committerChristian PERRIER <bubulle@debian.org>2011-05-11 08:50:30 +0200
commitf3ccc5a0b2e291dfea675553609b43bbde3dfbcc (patch)
tree78e8b1bf3ec2a60493afa257c40aaeceea40b333 /debian
parent1694c34184622a0cf2651f1cf93eaaac7b0413aa (diff)
Add debian directory
Diffstat (limited to 'debian')
-rw-r--r--debian/.gitignore2
-rw-r--r--debian/changelog5
-rw-r--r--debian/compat1
-rw-r--r--debian/control18
-rw-r--r--debian/copyright29
-rw-r--r--debian/gant.substvars2
-rw-r--r--debian/install1
-rw-r--r--debian/patches/debian-changes-0:20090124-133
-rw-r--r--debian/patches/series1
-rwxr-xr-xdebian/rules8
-rw-r--r--debian/source/format1
11 files changed, 99 insertions, 2 deletions
diff --git a/debian/.gitignore b/debian/.gitignore
new file mode 100644
index 0000000..53f7970
--- /dev/null
+++ b/debian/.gitignore
@@ -0,0 +1,2 @@
+*.substvars
+*.debhelper*
diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..5be80f6
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+garmin-ant-downloader (0:20100425-1) UNRELEASED; urgency=low
+
+ * Initial release. Closes: #624771
+
+ -- Christian Perrier <bubulle@debian.org> Fri, 29 Apr 2011 18:59:18 +0200
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 0000000..7f8f011
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+7
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..3f962c6
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,18 @@
+Source: garmin-ant-downloader
+Priority: optional
+Section: utils
+Maintainer: Debian running development group <pkg-running-devel@lists.alioth.debian.org>
+Uploaders: Christian Perrier <bubulle@debian.org>
+Build-Depends: debhelper (>= 7.3.10), libxml2-dev
+Standards-Version: 3.9.2
+
+Package: garmin-ant-downloader
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: ANT+ information retrieval client for Garmin GPS products
+ This software uses the Garmin ANT+ proprietary USB keys and
+ communication protocol to retrieve information (such as GPS traces)
+ from some Garmin Forerunner watches such as Forerunner 405.
+ .
+ The software was originally named "gant" but renamed when packaged
+ to avoid confusion with existing Java software.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..0895c4e
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,29 @@
+This package was put together by Christian Perrier
+<bubulle@debian.org> from sources available at git://get-open.com/gant
+and http://www.ethgen.ch/cgi-bin/gitweb.cgi?p=gant.git
+
+Original software copyright information:
+© 2008-2009 paul@ant.sbrk.co.uk. released under GPLv3
+© 2009-2009 Wali
+© 2010 Klaus@Ethgen.de. released under GPLv3
+Original software is named "gant" but was renamed when packaged to
+avoid confusion with existing Java software.
+
+
+ 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 dated June, 2007.
+
+ 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, write to the Free Software
+ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
+ MA 02110-1301, USA.
+
+
+On Debian GNU/Linux systems, the complete text of the GNU General
+Public License can be found in `/usr/share/common-licenses/GPL-3'.
diff --git a/debian/gant.substvars b/debian/gant.substvars
deleted file mode 100644
index ec56745..0000000
--- a/debian/gant.substvars
+++ /dev/null
@@ -1,2 +0,0 @@
-shlibs:Depends=libc6 (>= 2.1), libc6 (>= 2.3.6-6~)
-misc:Depends=
diff --git a/debian/install b/debian/install
new file mode 100644
index 0000000..33d24bb
--- /dev/null
+++ b/debian/install
@@ -0,0 +1 @@
+gant usr/bin
diff --git a/debian/patches/debian-changes-0:20090124-1 b/debian/patches/debian-changes-0:20090124-1
new file mode 100644
index 0000000..ad9fe36
--- /dev/null
+++ b/debian/patches/debian-changes-0:20090124-1
@@ -0,0 +1,33 @@
+Description: Upstream changes introduced in version 0:20090124-1
+ This patch has been created by dpkg-source during the package build.
+ Here's the last changelog entry, hopefully it gives details on why
+ those changes were made:
+ .
+ gant (0:20090124-1) UNRELEASED; urgency=low
+ .
+ * Initial release. Closes: #xxxxxx
+ .
+ The person named in the Author field signed this changelog entry.
+Author: Christian Perrier <bubulle@debian.org>
+
+---
+The information above should follow the Patch Tagging Guidelines, please
+checkout http://dep.debian.net/deps/dep3/ to learn about the format. Here
+are templates for supplementary fields that you might want to add:
+
+Origin: <vendor|upstream|other>, <url of original patch>
+Bug: <url in upstream bugtracker>
+Bug-Debian: http://bugs.debian.org/<bugnumber>
+Bug-Ubuntu: https://launchpad.net/bugs/<bugnumber>
+Forwarded: <no|not-needed|url proving that it has been forwarded>
+Reviewed-By: <name and email of someone who approved the patch>
+Last-Update: <YYYY-MM-DD>
+
+--- gant-20090124.orig/Makefile
++++ gant-20090124/Makefile
+@@ -10,4 +10,4 @@ gant.o: gant.c antdefs.h
+ antlib.o: antlib.c antdefs.h
+
+ clean:
+- rm *.o gant
++ rm *.o gant || true
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..c20fa77
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+debian-changes-0:20090124-1
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..84a6b98
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,8 @@
+#! /usr/bin/make -f
+
+override_dh_install:
+ mv gant garmin-ant-downloader
+ dh_install
+%:
+ dh $@
+
diff --git a/debian/source/format b/debian/source/format
new file mode 100644
index 0000000..163aaf8
--- /dev/null
+++ b/debian/source/format
@@ -0,0 +1 @@
+3.0 (quilt)