[garmindev] 02/12: Imported Debian patch 0.3.0-1
Jaromír Mikeš
mira-guest at moszumanska.debian.org
Sat Apr 25 15:28:42 UTC 2015
This is an automated email from the git hooks/post-receive script.
mira-guest pushed a commit to branch master
in repository garmindev.
commit 0e0f3a2552eee2535393dfc81e5bc5f26ddddae8
Author: Michael Hanke <michael.hanke at gmail.com>
Date: Mon Aug 31 09:05:51 2009 -0400
Imported Debian patch 0.3.0-1
---
debian/changelog | 5 ++++
debian/compat | 1 +
debian/control | 19 +++++++++++++++
debian/copyright | 47 ++++++++++++++++++++++++++++++++++++++
debian/qlandkartegt-garmin.install | 1 +
debian/rules | 13 +++++++++++
debian/watch | 2 ++
7 files changed, 88 insertions(+)
diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..2c984a4
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+garmindev (0.3.0-1) unstable; urgency=low
+
+ * Initial release (Closes: #532619).
+
+ -- Michael Hanke <michael.hanke at gmail.com> Mon, 31 Aug 2009 09:05:51 -0400
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 0000000..7ed6ff8
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+5
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..b64d620
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,19 @@
+Source: garmindev
+Section: utils
+Priority: optional
+Maintainer: Michael Hanke <michael.hanke at gmail.com>
+Uploaders: Yaroslav Halchenko <yoh at debian.org>
+Build-Depends: cdbs, debhelper (>= 5), cmake (>= 2.4), libusb-dev
+Standards-Version: 3.8.3.0
+Homepage: http://www.qlandkarte.org
+XS-DM-Upload-Allowed: yes
+Vcs-Browser: http://git.debian.org/?p=collab-maint/garmindev.git
+Vcs-Git: git://git.debian.org/git/collab-maint/garmindev.git
+
+
+Package: qlandkartegt-garmin
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: QLandkarteGT plugins to access Garmin devices
+ A collection of plugins for QLandkarteGT to talk to various Garmin GPS devices,
+ including GPSMap60CSx, GPSMap76, eTrexH, eTrexLegend and similar GPSr.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..79a0e95
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,47 @@
+Format-Specification: http://wiki.debian.org/Proposals/CopyrightFormat
+Upstream-Name: GarminDev
+Upstream-Source: http://www.qlandkarte.org
+
+
+Files: *
+Copyright: 2008-2009, Oliver Eichler <oliver.eichler at gmx.de>
+License: GPL-2+
+ On Debian systems, the complete text of the GNU General
+ Public License can be found in `/usr/share/common-licenses/GPL'.
+
+
+Files: src/CTcp.*
+Copyright: 2007, Juan Pablo Daniel Borgna <jpdborgna at e-mips.com.ar>
+License: GPL-2+
+ On Debian systems, the complete text of the GNU General
+ Public License can be found in `/usr/share/common-licenses/GPL'.
+
+
+Files: src/EtrexH/*
+Copyright: 2007, Frank Seidel <fseidel at suse.de>
+License: GPL-2+
+ On Debian systems, the complete text of the GNU General
+ Public License can be found in `/usr/share/common-licenses/GPL'.
+
+
+Files: src/Platform.h
+Copyright: 2008, Albrecht Dress <albrecht.dress at arcor.de>
+License: GPL-2+
+ On Debian systems, the complete text of the GNU General
+ Public License can be found in `/usr/share/common-licenses/GPL'.
+
+
+Files: cmake/Modules/*
+Copyright: 2006-2009, Andreas Schneider <mail at cynapses.org>,
+ 2006, Alexander Neundorf <neundorf at kde.org>,
+ 2006-2007 Wengo
+License: BSD
+ On Debian systems, the complete text of the BSD License can be found
+ in `/usr/share/common-licenses/BSD'.
+
+
+Files: debian/*
+Copyright: 2009, Michael Hanke <michael.hanke at gmail.com>
+License: GPL-2+
+ On Debian systems the full text of the GNU General Public License can be found
+ in the `/usr/share/common-licenses/GPL' file.
diff --git a/debian/qlandkartegt-garmin.install b/debian/qlandkartegt-garmin.install
new file mode 100644
index 0000000..0f85907
--- /dev/null
+++ b/debian/qlandkartegt-garmin.install
@@ -0,0 +1 @@
+debian/tmp/usr/lib/qlandkartegt/*.so usr/lib/qlandkartegt/
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..a674d0c
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,13 @@
+#!/usr/bin/make -f
+
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/cmake.mk
+
+LDFLAGS = -Wl,--no-undefined
+
+DEB_CMAKE_EXTRA_FLAGS = \
+ -DCMAKE_SHARED_LINKER_FLAGS:STRING="$(LDFLAGS)"
+
+# install into temp dir to filter out plugins only
+DEB_DESTDIR=$(CURDIR)/debian/tmp
diff --git a/debian/watch b/debian/watch
new file mode 100644
index 0000000..5a9e173
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,2 @@
+version=3
+http://sf.net/qlandkartegt/garmindev-([\d\.]*)\.tar\.gz
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/garmindev.git
More information about the Pkg-grass-devel
mailing list