[gnome-session] [misc] Update AUTHORS, HACKING, README



commit 74469b73fd20c7fae912c49c0d347c3d141282e1
Author: Vincent Untz <vuntz gnome org>
Date:   Wed Sep 8 19:20:59 2010 +0200

    [misc] Update AUTHORS, HACKING, README
    
    Nothing new, but make sure this is up-to-date.
    
    Also tweak a bit autogen.sh and Makefile.am to make them look similar in
    all my modules.

 AUTHORS     |    2 +-
 HACKING     |   42 ++++++++++++++++++++++++++----------------
 Makefile.am |    4 ++++
 README      |   44 ++++++++++++++++++++++----------------------
 autogen.sh  |    5 +++--
 5 files changed, 56 insertions(+), 41 deletions(-)
---
diff --git a/AUTHORS b/AUTHORS
index cd9178a..509accf 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -6,7 +6,7 @@ Lucas Rocha <lucasr gnome org>
 William Jon McCann <jmccann redhat com>
 
 original gnome-session authors
----------------------
+------------------------------
 
 Tom Tromey <tromey cygnus com>
 Felix Bellaby <felix pooh u-net com>
diff --git a/HACKING b/HACKING
index b8a839d..dfec54d 100644
--- a/HACKING
+++ b/HACKING
@@ -1,21 +1,31 @@
-Hacking on gnome-session:
--------------------------
+Hacking on gnome-session
+========================
 
-	* Please send patches as bug reports in GNOME Bugzilla 
-(Desktop -> gnome-session). Your patch should be in unified diff form. 
-(The -u option to GNU diff.)
+ + The development occurs in git:
 
-	* Please try and send a patch against a recent version of this
-package. Patches against SVN trunk are most preferable. For information
-on how to access GNOME SVN please read:
+     http://git.gnome.org/browse/gnome-session
 
-	http://developer.gnome.org/tools/svn.html
+   For information on how to access GNOME git please read:
 
-	* Don't commit any but the most trivial patches to without
-approval.
+     http://live.gnome.org/Git
 
-	* Exceptions to this are
-		+ Translators may commit basic i18n related patches to
-		  the build setup.
-		+ Build sheriff are welcome - in accordance with the
-		  relevant build sheriff constraints. 
+ + Please send patches as bug reports in GNOME Bugzilla:
+
+     https://bugzilla.gnome.org/ (product gnome-session)
+
+   Your patch should be in unified diff form (the -u option to GNU
+   diff). See also:
+
+     http://live.gnome.org/GnomeLove/SubmittingPatches
+
+ + Please try and send a patch against a recent version of this package.
+   Patches against git master are most preferable.
+
+ + Don't commit any but the most trivial patches without approval.
+
+ + Exceptions to this are:
+
+   - Translators may commit basic i18n related patches to the build
+     setup.
+   - Build sheriff are welcome - in accordance with the relevant build
+     sheriff constraints.
diff --git a/Makefile.am b/Makefile.am
index 718f195..d13cd85 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -9,6 +9,10 @@ SUBDIRS =			\
 
 ACLOCAL_AMFLAGS = -I m4
 
+EXTRA_DIST =                    \
+        HACKING                 \
+        MAINTAINERS
+
 MAINTAINERCLEANFILES = \
 	$(srcdir)/INSTALL \
 	$(srcdir)/aclocal.m4 \
diff --git a/README b/README
index 5bfbdd1..596c718 100644
--- a/README
+++ b/README
@@ -1,45 +1,45 @@
 gnome-session
 =============
 
-This package is free software and is part of the
-GNOME project.
-
-Contained here are
-   * the GNOME session manager
-   * the GNOME session manager configuration program
-     and several other session management related
-     utilities.
+gnome-session contains the GNOME session manager, as well as a
+configuration program to choose applications starting on login.
 
 You may download updates to the package from:
+
    http://download.gnome.org/sources/gnome-session/
 
-desktop-devel-list gnome org is the relevant mailing list:
-   http://mail.gnome.org/mailman/listinfo/desktop-devel-list
+To discuss gnome-session, you may use the desktop-devel-list mailing
+list:
+
+  http://mail.gnome.org/mailman/listinfo/desktop-devel-list
 
-To subscribe:
-	Send a mail to desktop-devel-list-request gnome org
-with the subject "subscribe".
 
 Design notes
 ============
 
 See http://live.gnome.org/SessionManagement
 
+
 Installation
 ============
 
-See the file 'INSTALL'
+See the file 'INSTALL'. If you are not using a released version of
+gnome-session (for example, if you checked out the code from git), you
+first need to run './autogen.sh'.
+
 
 How to report bugs
 ==================
 
-Bugs should be reported to the GNOME bug tracking system.
-(http://bugzilla.gnome.org, product gnome-session.) You will
-need to create an account for yourself.
+Bugs should be reported to the GNOME bug tracking system:
+
+   https://bugzilla.gnome.org/ (product gnome-session)
+
+You will need to create an account for yourself.
+
+Please read the following page on how to prepare a useful bug report:
 
-Please read the following page on how to prepare a useful
-bug report
-   http://bugzilla.gnome.org/bug-HOWTO.html
+   https://bugzilla.gnome.org/page.cgi?id=bug-writing.html
 
-Please read the HACKING file for information on where to
-send changes or bugfixes for this package.
+Please read the HACKING file for information on where to send changes or
+bugfixes for this package.
diff --git a/autogen.sh b/autogen.sh
index 0251d11..87d4125 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -4,11 +4,12 @@
 srcdir=`dirname $0`
 test -z "$srcdir" && srcdir=.
 
-PKG_NAME="GNOME Desktop Session Manager"
+PKG_NAME="gnome-session"
 REQUIRED_AUTOMAKE_VERSION=1.9
+REQUIRED_M4MACROS=
 
 (test -f $srcdir/configure.ac \
-  && test -d $srcdir/gnome-session) || {
+  && test -f $srcdir/$PKG_NAME.doap) || {
     echo -n "**Error**: Directory "\`$srcdir\'" does not look like the"
     echo " top-level $PKG_NAME directory"
     exit 1



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]