[gsettings-desktop-schemas] [misc] Update AUTHORS, HACKING, MAINTAINERS, README



commit b887a1ad1913e7fef5fa09e60adbeccc4013aab5
Author: Vincent Untz <vuntz gnome org>
Date:   Wed Sep 8 19:19:23 2010 +0200

    [misc] Update AUTHORS, HACKING, MAINTAINERS, 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     |    1 +
 HACKING     |   22 +++++++++++++++-------
 MAINTAINERS |    5 ++++-
 Makefile.am |    6 +++---
 README      |    7 ++++++-
 autogen.sh  |    3 +--
 6 files changed, 30 insertions(+), 14 deletions(-)
---
diff --git a/AUTHORS b/AUTHORS
index 288d607..f0d3049 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -1 +1,2 @@
 Vincent Untz <vuntz gnome org>
+Ryan Lortie <desrt desrt ca>
diff --git a/HACKING b/HACKING
index 1970e3b..8c80e9a 100644
--- a/HACKING
+++ b/HACKING
@@ -1,18 +1,26 @@
 Hacking on gsettings-desktop-schemas
 ====================================
 
- + Please send patches to desktop-devel-list gnome org or to the people
-   listed in the MAINTAINERS file. Your patch should be in unified diff
-   form. (The -u option to GNU diff.) See also:
+ + The development occurs in git:
 
-     http://live.gnome.org/GnomeLove/SubmittingPatches
+     http://git.gnome.org/browse/gsettings-desktop-schemas
 
- + Please try and send a patch against a recent version of this package.
-   Patches against git master are most preferable. For information on
-   how to access GNOME git please read:
+   For information on how to access GNOME git please read:
 
      http://live.gnome.org/Git
 
+ + Please send patches as bug reports in GNOME Bugzilla:
+
+     https://bugzilla.gnome.org/ (product gsettings-desktop-schemas)
+
+   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:
diff --git a/MAINTAINERS b/MAINTAINERS
index bbb5f83..6937e45 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -1,3 +1,6 @@
+Currently active maintainers
+----------------------------
+
 Vincent Untz
-Email: vuntz gnome org
+E-mail: vuntz gnome org
 Userid: vuntz
diff --git a/Makefile.am b/Makefile.am
index 7ce2f0c..90edc81 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -4,6 +4,9 @@ SUBDIRS = headers schemas po
 
 ACLOCAL_AMFLAGS = -I m4
 
+pkgconfigdir = $(libdir)/pkgconfig
+pkgconfig_DATA = gsettings-desktop-schemas.pc
+
 EXTRA_DIST =			\
 	HACKING			\
 	MAINTAINERS		\
@@ -21,7 +24,4 @@ MAINTAINERCLEANFILES = \
 	`find "$(srcdir)" -type f -name Makefile.in -print` \
 	$(srcdir)/configure
 
-pkgconfigdir = $(libdir)/pkgconfig
-pkgconfig_DATA = gsettings-desktop-schemas.pc
-
 -include $(top_srcdir)/git.mk
diff --git a/README b/README
index 4b59da9..9b84a7f 100644
--- a/README
+++ b/README
@@ -8,6 +8,11 @@ You may download updates to the package from:
 
    http://download.gnome.org/sources/gsettings-desktop-schemas/
 
+To discuss gsettings-desktop-schemas, you may use the desktop-devel-list
+mailing list:
+
+  http://mail.gnome.org/mailman/listinfo/desktop-devel-list
+
 
 Installation
 ============
@@ -22,7 +27,7 @@ How to report bugs
 
 Bugs should be reported to the GNOME bug tracking system:
 
-   http://bugzilla.gnome.org/ (product gsettings-desktop-schemas)
+   https://bugzilla.gnome.org/ (product gsettings-desktop-schemas)
 
 You will need to create an account for yourself.
 
diff --git a/autogen.sh b/autogen.sh
index ffb42f9..0798b16 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -6,6 +6,7 @@ test -z "$srcdir" && srcdir=.
 
 PKG_NAME="gsettings-desktop-schemas"
 REQUIRED_AUTOMAKE_VERSION=1.9
+REQUIRED_M4MACROS=
 
 (test -f $srcdir/configure.ac \
   && test -f $srcdir/$PKG_NAME.doap) || {
@@ -19,6 +20,4 @@ which gnome-autogen.sh || {
     exit 1
 }
 
-test -d $srcdir/m4 || mkdir $srcdir/m4
-
 . gnome-autogen.sh



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