summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDr. Tilmann Bubeck <tilmann@bubecks.de>2014-04-02 19:44:37 +0200
committerDr. Tilmann Bubeck <tilmann@bubecks.de>2014-04-02 19:44:37 +0200
commitc36e9838294a6042eb7ae61fc476cbc3280aef2d (patch)
tree42f9725eb7729c23dd99638b89f30a7648bd898d
parentce4bfd951160eabdb28f5534c34aa7549dba7fba (diff)
downloadxorg-app-xauth-c36e9838294a6042eb7ae61fc476cbc3280aef2d.tar.gz
Fixed missing EXTRA_DIST in tests. Extended README for releasing.
The tests/Makefile.am missed the EXTRA_DIST definition which resulted in missing files for the test done with "make check". This was fixed. README was extended to describe howto release a new version of this software and to clarify something from ReleaseHOWTO of x.org. Prepare anything for releasing 1.0.9. Signed-off-by: Dr. Tilmann Bubeck <tilmann@bubecks.de>
-rw-r--r--README27
-rw-r--r--tests/Makefile.am7
2 files changed, 34 insertions, 0 deletions
diff --git a/README b/README
index 038d590..9677a84 100644
--- a/README
+++ b/README
@@ -38,3 +38,30 @@ For more information on the git code manager, see:
http://wiki.x.org/wiki/GitPage
+
+ IV. RELEASING
+
+This section describes how to release a new version of xauth to the
+public. A detailed description of this process can be found at
+http://www.x.org/wiki/Development/Documentation/ReleaseHOWTO with a
+few clarification below.
+
+For releasing under Fedora make sure, that
+/usr/share/util-macros/INSTALL exists. If not, then please create that
+file.
+
+To release a new version of xauth, please follow this steps:
+
+ * git clone git://anongit.freedesktop.org/git/xorg/app/xauth
+ * cd xauth ; ./autogen.sh ; make ; make check
+ * follow ReleaseHowto inside this directory.
+
+Ignore these errors shown during release.sh:
+
+ /bin/sh: ../.changelog.tmp: Permission denied
+ git directory not found: installing possibly empty changelog.
+
+ cp: cannot create regular file '../.INSTALL.tmp': Permission denied
+ util-macros "pkgdatadir" from xorg-macros.pc not found: installing possibly empty INSTALL.
+
+[eof]
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 53c9953..98b4c4e 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -1,5 +1,12 @@
## Process this file with automake to produce Makefile.in
+EXTRA_DIST = setup-sourced \
+ 010-xauth-add-inet.script 010-xauth-add-inet.stdout \
+ 020-xauth-add-local.script 020-xauth-add-local.stdout \
+ 030-xauth-extract.script 030-xauth-extract.stdout \
+ 040-xauth-source.script 040-xauth-source.stdout \
+ 090-xauth-bad-usage.script 090-xauth-bad-usage.stderr 090-xauth-bad-usage.stdout
+
TESTS = test_xauth
check_PROGRAMS = test_xauth
test_xauth_SOURCES = test_xauth.c