summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason Gerecke <jason.gerecke@wacom.com>2019-07-29 11:51:45 -0700
committerGitHub <noreply@github.com>2019-07-29 11:51:45 -0700
commitdaafdda6e90d9c36ad8f56be1f03d0b402595f30 (patch)
tree53d21cf8eebb60bcfd00fc159dba7d7a925f66c1
parent4e065272eaed6ab27fe17627712fdb7ecd697fa5 (diff)
parent6a95129703b469b51d600f464208abe852e745e2 (diff)
downloadxf86-input-wacom-daafdda6e90d9c36ad8f56be1f03d0b402595f30.tar.gz
Merge pull request #67 from skomra/master
Remove and replace references to Sourceforge
-rw-r--r--man/wacom.man4
-rw-r--r--man/xsetwacom.man2
-rwxr-xr-xrelease.sh5
-rw-r--r--src/wcmCommon.c2
4 files changed, 4 insertions, 9 deletions
diff --git a/man/wacom.man b/man/wacom.man
index 3e9c7bd..e8b9513 100644
--- a/man/wacom.man
+++ b/man/wacom.man
@@ -23,7 +23,7 @@ This driver supports the Wacom IV and Wacom V protocols. Serial tablets only
need this driver. USB tablet support is available on some Linux platforms
and requires the wacom kernel driver being loaded before this driver starts.
.PP
-Please check http://linuxwacom.sourceforge.net for latest updates of Wacom X
+Please check https://github.com/linuxwacom for latest updates of Wacom X
and kernel drivers.
.SH DRIVER-INTERNAL DEVICE HOTPLUGGING
When input device hotplugging in the X server is enabled and no
@@ -335,7 +335,7 @@ basis.
__xservername__(__appmansuffix__), xorg.conf(__filemansuffix__),
xorg.conf.d(__filemansuffix__), X(__miscmansuffix__)
.PP
-More information is available at http://linuxwacom.sourceforge.net
+More information is available at https://github.com/linuxwacom/xf86-input-wacom
.SH AUTHORS
Peter Hutterer <peter.hutterer@who-t.net>,
Ping Cheng <pingc@wacom.com>,
diff --git a/man/xsetwacom.man b/man/xsetwacom.man
index 9674a6b..d919e5c 100644
--- a/man/xsetwacom.man
+++ b/man/xsetwacom.man
@@ -306,4 +306,4 @@ __xservername__(__appmansuffix__), __drivername__(__drivermansuffix__),
xorg.conf(__filemansuffix__),
X(__miscmansuffix__)
.PP
-More information is available at http://linuxwacom.sourceforge.net
+More information is available at https://github.com/linuxwacom/xf86-input-wacom
diff --git a/release.sh b/release.sh
index 45aa3fb..c01d5fe 100755
--- a/release.sh
+++ b/release.sh
@@ -173,8 +173,6 @@ generate_announce()
cat <<RELEASE
Subject: [ANNOUNCE] $pkg_name $pkg_version
-To: $list_to
-Reply-To: $list_cc
`git log --no-merges "$tag_range" | git shortlog`
@@ -572,9 +570,6 @@ process_module() {
# --------- Generate the announce e-mail ------------------
# Failing to generate the announce is not considered a fatal error
- list_to="linuxwacom-announce@lists.sourceforge.net"
- list_cc="linuxwacom-discuss@lists.sourceforge.net"
-
# Git-describe returns only "the most recent tag", it may not be the expected one
# However, we only use it for the commit history which will be the same anyway.
tag_previous=`git describe --abbrev=0 HEAD^ 2>/dev/null`
diff --git a/src/wcmCommon.c b/src/wcmCommon.c
index 91a1b34..3c2bc84 100644
--- a/src/wcmCommon.c
+++ b/src/wcmCommon.c
@@ -1216,7 +1216,7 @@ static void detectPressureIssue(WacomDevicePtr priv,
"On %s(%d) a base pressure of %d persists while the pen is in proximity.\n"
"\tThis is > %d percent of the maximum value (%d).\n"
"\tThis indicates a worn out pen, it is time to change your tool. Also see:\n"
- "\thttp://sourceforge.net/apps/mediawiki/linuxwacom/index.php?title=Pen_Wear.\n",
+ "\thttps://github.com/linuxwacom/xf86-input-wacom/wiki/Pen-Wear.\n",
priv->pInfo->name, priv->serial, priv->minPressure, LIMIT_LOW_PRESSURE, common->wcmMaxZ);
} else if (!priv->oldState.proximity)
priv->eventCnt = 0;