[libgweather] [misc] Update AUTHORS, HACKING, MAINTAINERS, README



commit 54b620714c02e3f71b50b295c0bb60c2497fe250
Author: Vincent Untz <vuntz gnome org>
Date:   Wed Sep 8 19:25:01 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          |    3 +++
 HACKING          |   31 +++++++++++++++++++++++++++++++
 MAINTAINERS      |   19 +++++++++++++------
 Makefile.am      |    7 ++++---
 README           |   38 ++++++++++++++++++++++++++++++++++++++
 autogen.sh       |    2 +-
 libgweather.doap |    7 -------
 7 files changed, 90 insertions(+), 17 deletions(-)
---
diff --git a/AUTHORS b/AUTHORS
index 354a96a..3f9ef07 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -1 +1,4 @@
 Papadimitriou Spiros <spapadim+ cs cmu edu>
+Dan Winship <danw gnome org>
+Vincent Untz <vuntz gnome org>
+Frank Solensky <fsolensky src gnome org>
diff --git a/HACKING b/HACKING
new file mode 100644
index 0000000..90c2806
--- /dev/null
+++ b/HACKING
@@ -0,0 +1,31 @@
+Hacking on libgweather
+======================
+
+ + The development occurs in git:
+
+     http://git.gnome.org/browse/libgweather
+
+   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 libgweather)
+
+   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/MAINTAINERS b/MAINTAINERS
index fbcd965..9175b9e 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -1,15 +1,22 @@
-Federico Mena Quintero
-Email: federico novell com
-Userid: federico
+Currently active maintainers
+----------------------------
 
 Vincent Untz
-Email: vuntz gnome org
+E-mail: vuntz gnome org
 Userid: vuntz
 
 Dan Winship
-Email: danw gnome org
+E-mail: danw gnome org
 Userid: danw
 
 Frank Solensky
-Email: fsolensky src gnome org
+E-mail: fsolensky src gnome org
 Userid: fsolensky
+
+Non-active maintainers, who have a good understanding of the code
+-----------------------------------------------------------------
+
+#Federico Mena Quintero
+#E-mail: federico novell com
+#Userid: federico
+
diff --git a/Makefile.am b/Makefile.am
index de5f377..d54aa50 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -2,11 +2,12 @@ SUBDIRS = po po-locations libgweather doc data icons
 
 ACLOCAL_AMFLAGS = -I m4
 
-DISTCHECK_CONFIGURE_FLAGS = --enable-gtk-doc --enable-introspection
-
-EXTRA_DIST = \
+EXTRA_DIST =		\
+	HACKING		\
 	MAINTAINERS
 
+DISTCHECK_CONFIGURE_FLAGS = --enable-gtk-doc --enable-introspection
+
 MAINTAINERCLEANFILES = \
 	$(srcdir)/INSTALL \
 	$(srcdir)/aclocal.m4 \
diff --git a/README b/README
index cef1f6c..5398404 100644
--- a/README
+++ b/README
@@ -1,3 +1,6 @@
+libgweather
+===========
+
 libgweather is a library to access weather information from online
 services for numerous locations.
 
@@ -9,3 +12,38 @@ a new version.
 To use libgweather in your code, you need to define the 
 GWEATHER_I_KNOW_THIS_IS_UNSTABLE preprecessor symbol, e.g. by adding
 -DGWEATHER_I_KNOW_THIS_IS_UNSTABLE to your CFLAGS.
+
+Documentation for the API is available with gtk-doc.
+
+You may download updates to the package from:
+
+   http://download.gnome.org/sources/libgweather/
+
+To discuss libgweather, you may use the desktop-devel-list mailing list:
+
+  http://mail.gnome.org/mailman/listinfo/desktop-devel-list
+
+
+Installation
+============
+
+See the file 'INSTALL'. If you are not using a released version of
+libgweather (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:
+
+   https://bugzilla.gnome.org/ (product libgweather)
+
+You will need to create an account for yourself.
+
+Please read the following page on how to prepare a useful bug report:
+
+   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.
diff --git a/autogen.sh b/autogen.sh
index 307c0e4..c32b920 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -9,7 +9,7 @@ REQUIRED_AUTOMAKE_VERSION=1.9
 REQUIRED_M4MACROS=introspection.m4
 
 (test -f $srcdir/configure.ac \
-  && test -d $srcdir/libgweather) || {
+  && test -f $srcdir/$PKG_NAME.doap) || {
     echo -n "**Error**: Directory "\`$srcdir\'" does not look like the"
     echo " top-level $PKG_NAME directory"
     exit 1
diff --git a/libgweather.doap b/libgweather.doap
index 4fba2c0..88efd00 100644
--- a/libgweather.doap
+++ b/libgweather.doap
@@ -31,13 +31,6 @@
 
   <maintainer>
     <foaf:Person>
-      <foaf:name>Federico Mena Quintero</foaf:name>
-      <foaf:mbox rdf:resource="mailto:federico ximian com" />
-      <gnome:userid>federico</gnome:userid>
-    </foaf:Person>
-  </maintainer>
-  <maintainer>
-    <foaf:Person>
       <foaf:name>Vincent Untz</foaf:name>
       <foaf:mbox rdf:resource="mailto:vuntz gnome org" />
       <gnome:userid>vuntz</gnome:userid>



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