Re: [Linuxwacom-devel] [PATCH input-wacom] Update README to reflect the move to Github.

2018-03-06 Thread Peter Hutterer
On Tue, Mar 06, 2018 at 08:49:55AM -0800, Aaron Armstrong Skomra wrote:
> Signed-off-by: Aaron Armstrong Skomra 
> ---
>  README   | 12 
>  README.md| 20 
>  configure.ac |  2 +-
>  3 files changed, 21 insertions(+), 13 deletions(-)
>  delete mode 100644 README
>  create mode 100644 README.md
> 
> diff --git a/README b/README
> deleted file mode 100644
> index 079e73d45d68..
> --- a/README
> +++ /dev/null
> @@ -1,12 +0,0 @@
> -This kernel driver package is to support Wacom devices on kernels 2.6.26 and 
> later.
> -For serial ISDV4 devices, an utility, inputattach, is needed to map the 
> driver to a
> -logical port for user land to access. Please refer to the README under 
> inputattach
> -for details.
> -
> -The paired X server Wacom driver is xf86-input-wacom, which should be 
> running on X
> -servers 1.7 and later. If you are not running the latest xf86-input-wacom, 
> please 
> -download it from linuxwacom.sf.net.
> -
> -2010 Ping Cheng, Wacom, 
> -
> -
> diff --git a/README.md b/README.md
> new file mode 100644
> index ..97a4fbdbb0df
> --- /dev/null
> +++ b/README.md
> @@ -0,0 +1,20 @@
> +What is input-wacom?
> +
> +The Linux Wacom Project manages the drivers, libraries, and documentation for
> +configuring and running Wacom tablets under the Linux operating system. The
> +project consist of this driver (input-wacom),
> +[xf86-input-wacom](https://github.com/linuxwacom/xf86-input-wacom) and
> +[libwacom](https://github.com/linuxwacom/libwacom). Our drivers are
> +included in most major Linux distributions and provide out-of-the box support
> +for a wide variety of Wacom tablets and component devices.
> +
> +Given this, you will only need this driver if you have a newer Wacom device,
> +are running an older operating system, or need a bugfix. If one of these 
> situations
> +applies to you, 
> +[install input-wacom from 
> source](https://github.com/linuxwacom/input-wacom/wiki/Installing-input-wacom-from-source)
> +by following the instructions in our wiki.
> +
> +Developers:
> +---
> +For developers and others needing additional information please see the
> +[wiki](https://github.com/linuxwacom/input-wacom/wiki).
> diff --git a/configure.ac b/configure.ac
> index a0ec4cd485ce..4399796cbdfc 100644
> --- a/configure.ac
> +++ b/configure.ac
> @@ -5,7 +5,7 @@ AC_CONFIG_MACRO_DIR([m4])
>  AC_CONFIG_SRCDIR([Makefile.am])
>  AC_CONFIG_HEADERS([config.h])
>  
> -AM_INIT_AUTOMAKE([dist-bzip2 no-dist-gzip])
> +AM_INIT_AUTOMAKE([dist-bzip2 no-dist-gzip foreign])
>  AM_MAINTAINER_MODE
>  
>  AC_PROG_CC
> -- 
> 2.7.4

Reviewed-by: Peter Hutterer 

Though I'd use at least AC_MSG_WARN() or AC_MSG_ERROR() in the sourceforge
repo to nudge people to update their git URLs.

Cheers,
   Peter

--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
___
Linuxwacom-devel mailing list
Linuxwacom-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/linuxwacom-devel


[Linuxwacom-devel] [PATCH input-wacom] Update README to reflect the move to Github.

2018-03-06 Thread Aaron Armstrong Skomra
Signed-off-by: Aaron Armstrong Skomra 
---
 README   | 12 
 README.md| 20 
 configure.ac |  2 +-
 3 files changed, 21 insertions(+), 13 deletions(-)
 delete mode 100644 README
 create mode 100644 README.md

diff --git a/README b/README
deleted file mode 100644
index 079e73d45d68..
--- a/README
+++ /dev/null
@@ -1,12 +0,0 @@
-This kernel driver package is to support Wacom devices on kernels 2.6.26 and 
later.
-For serial ISDV4 devices, an utility, inputattach, is needed to map the driver 
to a
-logical port for user land to access. Please refer to the README under 
inputattach
-for details.
-
-The paired X server Wacom driver is xf86-input-wacom, which should be running 
on X
-servers 1.7 and later. If you are not running the latest xf86-input-wacom, 
please 
-download it from linuxwacom.sf.net.
-
-2010 Ping Cheng, Wacom, 
-
-
diff --git a/README.md b/README.md
new file mode 100644
index ..97a4fbdbb0df
--- /dev/null
+++ b/README.md
@@ -0,0 +1,20 @@
+What is input-wacom?
+
+The Linux Wacom Project manages the drivers, libraries, and documentation for
+configuring and running Wacom tablets under the Linux operating system. The
+project consist of this driver (input-wacom),
+[xf86-input-wacom](https://github.com/linuxwacom/xf86-input-wacom) and
+[libwacom](https://github.com/linuxwacom/libwacom). Our drivers are
+included in most major Linux distributions and provide out-of-the box support
+for a wide variety of Wacom tablets and component devices.
+
+Given this, you will only need this driver if you have a newer Wacom device,
+are running an older operating system, or need a bugfix. If one of these 
situations
+applies to you, 
+[install input-wacom from 
source](https://github.com/linuxwacom/input-wacom/wiki/Installing-input-wacom-from-source)
+by following the instructions in our wiki.
+
+Developers:
+---
+For developers and others needing additional information please see the
+[wiki](https://github.com/linuxwacom/input-wacom/wiki).
diff --git a/configure.ac b/configure.ac
index a0ec4cd485ce..4399796cbdfc 100644
--- a/configure.ac
+++ b/configure.ac
@@ -5,7 +5,7 @@ AC_CONFIG_MACRO_DIR([m4])
 AC_CONFIG_SRCDIR([Makefile.am])
 AC_CONFIG_HEADERS([config.h])
 
-AM_INIT_AUTOMAKE([dist-bzip2 no-dist-gzip])
+AM_INIT_AUTOMAKE([dist-bzip2 no-dist-gzip foreign])
 AM_MAINTAINER_MODE
 
 AC_PROG_CC
-- 
2.7.4


--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
___
Linuxwacom-devel mailing list
Linuxwacom-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/linuxwacom-devel