[garmindev] 10/12: Imported Debian patch 0.3.4-2
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 3ad61d2e8b9b9b6c6360253ba3092f033ed2149c
Author: Michael Hanke <michael.hanke at gmail.com>
Date: Mon Jun 7 07:14:58 2010 -0400
Imported Debian patch 0.3.4-2
---
debian/changelog | 7 +++++++
debian/patches/fix_76csx_screenshot | 38 +++++++++++++++++++++++++++++++++++++
debian/patches/series | 1 +
3 files changed, 46 insertions(+)
diff --git a/debian/changelog b/debian/changelog
index 913ad91..f1bf698 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+garmindev (0.3.4-2) unstable; urgency=low
+
+ * Fix mis-oriented device screenshots of GPSMAP76CSx devices
+ (Closes: #577644). Thanks to Jonas Stein for reporting.
+
+ -- Michael Hanke <michael.hanke at gmail.com> Mon, 07 Jun 2010 07:14:58 -0400
+
garmindev (0.3.4-1) unstable; urgency=low
* New upstream release. New API version.
diff --git a/debian/patches/fix_76csx_screenshot b/debian/patches/fix_76csx_screenshot
new file mode 100644
index 0000000..1ce2e72
--- /dev/null
+++ b/debian/patches/fix_76csx_screenshot
@@ -0,0 +1,38 @@
+Description: Upstream changes introduced in version 0.3.4-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:
+ .
+ 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).
+ .
+ The person named in the Author field signed this changelog entry.
+Author: Michael Hanke <michael.hanke at gmail.com>
+
+---
+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>
+
+--- garmindev-0.3.4.orig/src/GPSMap60CSx/loader.cpp
++++ garmindev-0.3.4/src/GPSMap60CSx/loader.cpp
+@@ -62,6 +62,8 @@ extern "C" WIN_EXPORT Garmin::IDevice *
+ GPSMap60CSx::device->devid = 0x0124;
+ GPSMap60CSx::device->screenwidth = 160;
+ GPSMap60CSx::device->screenheight = 240;
++ GPSMap60CSx::device->screenhflip = false;
++ GPSMap60CSx::device->screenvflip = true;
+ return GPSMap60CSx::device;
+ }
+
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..f15fae1
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+fix_76csx_screenshot
--
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