[garmindev] 08/12: Imported Debian patch 0.3.4-1

Jaromír Mikeš mira-guest at moszumanska.debian.org
Sat Apr 25 15:28:43 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 e784afc3dc60d6abc66303e0118e1663f46c81bd
Merge: 0d9ae65 47007e9
Author: Michael Hanke <michael.hanke at gmail.com>
Date:   Sun Jun 6 17:50:47 2010 -0400

    Imported Debian patch 0.3.4-1

 CMakeLists.txt                     |  17 +-
 CMakeLists.txt.user                | 164 +++++++++
 changelog.txt                      |  11 +
 debian/changelog                   |   8 +
 debian/compat                      |   2 +-
 debian/control                     |   2 +-
 debian/copyright                   |   2 +-
 debian/rules                       |  16 +-
 debian/source/format               |   1 +
 src/CUSB.cpp                       |  12 +-
 src/EtrexLegendC/loader.cpp        |   1 +
 src/ForeRunner/CDevice.cpp         | 673 +++++++++++++++++++++++++++++++++++++
 src/ForeRunner/CDevice.h           |  75 +++++
 src/ForeRunner/CMakeLists.txt      |  29 ++
 src/ForeRunner/Makefile            | 261 ++++++++++++++
 src/ForeRunner/cmake_install.cmake |  34 ++
 src/ForeRunner/loader.cpp          |  49 +++
 src/GPSMap60CSx/CDevice.cpp        |  53 +--
 src/GPSMap60CSx/loader.cpp         |   3 +
 src/Garmin.cpp                     |  34 +-
 src/Garmin.h                       |  21 +-
 src/IDevice.h                      |  18 +-
 src/IDeviceDefault.cpp             |   4 +
 23 files changed, 1436 insertions(+), 54 deletions(-)

diff --cc debian/changelog
index f8ca346,0000000..913ad91
mode 100644,000000..100644
--- a/debian/changelog
+++ b/debian/changelog
@@@ -1,18 -1,0 +1,26 @@@
++garmindev (0.3.4-1) unstable; urgency=low
++
++  * New upstream release. New API version.
++  * Switch from CDBS to debhelper's dh. Bump compat level to 7.
++  * Switch to source package format 3.0 (quilt).
++
++ -- Michael Hanke <michael.hanke at gmail.com>  Sun, 06 Jun 2010 17:50:47 -0400
++
 +garmindev (0.3.3-1) unstable; urgency=low
 +
 +  * New upstream release. Added support for GPSMap60C.
 +
 + -- Michael Hanke <michael.hanke at gmail.com>  Sat, 06 Mar 2010 10:09:21 -0500
 +
 +garmindev (0.3.2-1) unstable; urgency=low
 +
 +  * New upstream release (Missed 0.3.1).
 +  * Updated debian/copyright.
 +
 + -- Michael Hanke <michael.hanke at gmail.com>  Sat, 30 Jan 2010 11:58:05 -0500
 +
 +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 --cc debian/compat
index 7ed6ff8,0000000..7f8f011
mode 100644,000000..100644
--- a/debian/compat
+++ b/debian/compat
@@@ -1,1 -1,0 +1,1 @@@
- 5
++7
diff --cc debian/control
index f3e6c79,0000000..9844a97
mode 100644,000000..100644
--- a/debian/control
+++ b/debian/control
@@@ -1,19 -1,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
++Build-Depends: debhelper (>= 7.0.50~), cmake (>= 2.4), libusb-dev
 +Standards-Version: 3.8.4
 +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 --cc debian/copyright
index 4fd4bfa,0000000..f210d99
mode 100644,000000..100644
--- a/debian/copyright
+++ b/debian/copyright
@@@ -1,47 -1,0 +1,47 @@@
 +Format-Specification: http://wiki.debian.org/Proposals/CopyrightFormat
 +Upstream-Name: GarminDev
 +Upstream-Source: http://www.qlandkarte.org
 +
 +
 +Files: *
- Copyright: 2007-2009, Oliver Eichler <oliver.eichler at gmx.de>
++Copyright: 2007-2010, 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-2008, 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/{CUSB_MacOSX.cpp,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-2010, 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 --cc debian/rules
index a674d0c,0000000..d0d0e72
mode 100755,000000..100755
--- a/debian/rules
+++ b/debian/rules
@@@ -1,13 -1,0 +1,11 @@@
 +#!/usr/bin/make -f
 +
++export LDFLAGS = -Wl,--no-undefined
 +
- include /usr/share/cdbs/1/rules/debhelper.mk
- include /usr/share/cdbs/1/class/cmake.mk
++# one ring to rule them all ...
++%:
++	dh $@
 +
- 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
++override_dh_auto_install:
++	# install into temp dir to filter out plugins only
++	dh_auto_install --destdir=$(CURDIR)/debian/tmp
diff --cc debian/source/format
index 0000000,0000000..163aaf8
new file mode 100644
--- /dev/null
+++ b/debian/source/format
@@@ -1,0 -1,0 +1,1 @@@
++3.0 (quilt)

-- 
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