r13414 - in /desktop/unstable/gconf2/debian: changelog gconf-schemas.xml gconf2.manpages rules

joss at users.alioth.debian.org joss at users.alioth.debian.org
Fri Nov 9 23:34:09 UTC 2007


Author: joss
Date: Fri Nov  9 23:34:08 2007
New Revision: 13414

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=13414
Log:
* Add manual page for gconf-schemas. Closes: #449434. Thanks Patrick 
  Schoenfeld.

Added:
    desktop/unstable/gconf2/debian/gconf-schemas.xml
Modified:
    desktop/unstable/gconf2/debian/changelog
    desktop/unstable/gconf2/debian/gconf2.manpages
    desktop/unstable/gconf2/debian/rules

Modified: desktop/unstable/gconf2/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gconf2/debian/changelog?rev=13414&op=diff
==============================================================================
--- desktop/unstable/gconf2/debian/changelog (original)
+++ desktop/unstable/gconf2/debian/changelog Fri Nov  9 23:34:08 2007
@@ -1,3 +1,10 @@
+gconf (2.20.1-2) UNRELEASED; urgency=low
+
+  * Add manual page for gconf-schemas. Closes: #449434. Thanks Patrick 
+    Schoenfeld.
+
+ -- Josselin Mouette <joss at debian.org>  Sat, 10 Nov 2007 00:25:40 +0100
+
 gconf (2.20.1-1) unstable; urgency=low
 
   * Add a "--register-all" option to gconf-schemas, to rebuild the GConf

Added: desktop/unstable/gconf2/debian/gconf-schemas.xml
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gconf2/debian/gconf-schemas.xml?rev=13414&op=file
==============================================================================
--- desktop/unstable/gconf2/debian/gconf-schemas.xml (added)
+++ desktop/unstable/gconf2/debian/gconf-schemas.xml Fri Nov  9 23:34:08 2007
@@ -1,0 +1,104 @@
+<?xml version='1.0' encoding='ISO-8859-1'?>
+<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
+"http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd" [
+
+  <!ENTITY dhsurname   "<surname>Patrick Schoenfeld</surname>">
+  <!-- Please adjust the date whenever revising the manpage. -->
+  <!ENTITY dhdate      "<date>November 2007</date>">
+  <!ENTITY dhsection   "<manvolnum>8</manvolnum>">
+  <!ENTITY dhemail     "<email>schoenfeld at in-medias-res.com</email>">
+  <!ENTITY dhusername  "Patrick Schoenfeld">
+  <!ENTITY dhucpackage "<refentrytitle>GCONF-SCHEMAS</refentrytitle>">
+  <!ENTITY dhpackage   "gconf-schemas">
+
+  <!ENTITY debian      "<productname>Debian</productname>">
+  <!ENTITY gnu         "<acronym>GNU</acronym>">
+  <!ENTITY gpl         "&gnu; <acronym>GPL</acronym>">
+]>
+
+<refentry>
+  <refentryinfo>
+    <address>
+      &dhemail;
+    </address>
+    <copyright>
+      <year>2007</year>
+      <holder>&dhusername;</holder>
+    </copyright>
+    &dhdate;
+  </refentryinfo>
+  <refmeta>
+    &dhucpackage;
+
+    &dhsection;
+  </refmeta>
+  <refnamediv>
+    <refname>&dhpackage;</refname>
+
+    <refpurpose>register gconf schemas with the gconf database</refpurpose>
+  </refnamediv>
+  <refsynopsisdiv>
+    <cmdsynopsis>
+      <command>&dhpackage;</command>
+      <arg><option>--register|unregister|register-all</option></arg>
+	  <arg><replaceable>schema1</replaceable></arg>
+	  <arg><replaceable>schema2</replaceable></arg>
+	  <arg><replaceable>...</replaceable></arg>
+    </cmdsynopsis>
+  </refsynopsisdiv>
+  <refsect1>
+    <title>DESCRIPTION</title>
+
+    <para>This manual page documents briefly the
+      <command>&dhpackage;</command> command.</para>
+
+    <para><command>&dhpackage;</command> is used to register gconf schemas
+	with the gconf database.</para>
+
+  </refsect1>
+  <refsect1>
+    <title>OPTIONS</title>
+
+    <variablelist>
+      <varlistentry>
+        <term><option>--register</option>
+        </term>
+        <listitem>
+          <para>register schemas to the GConf database</para>
+        </listitem>
+      </varlistentry>
+      <varlistentry>
+        <term><option>--unregister</option>
+        </term>
+        <listitem>
+          <para>unregister schemas from the GConf database</para>
+        </listitem>
+      </varlistentry>
+	  <varlistentry>
+	    <term><option>--register-all</option>
+		</term>
+		<listitem>
+		  <para>clean up the GConf database and register all schemas again.
+		  This might be neccessary if your gconf database becomes
+		  corrupted.</para>
+		</listitem>
+	  </varlistentry>
+    </variablelist>
+  </refsect1>
+  <refsect1>
+    <title>AUTHOR</title>
+
+    <para>This manual page was written by &dhusername; &dhemail; for
+      the &debian; system (but may be used by others).  Permission is
+      granted to copy, distribute and/or modify this document under
+      the terms of the &gnu; General Public License, Version 2 any
+	  later version published by the Free Software Foundation.
+    </para>
+	<para>
+	  On Debian systems, the complete text of the GNU General Public
+	  License can be found in /usr/share/common-licenses/GPL.
+	</para>
+
+  </refsect1>
+</refentry>
+

Modified: desktop/unstable/gconf2/debian/gconf2.manpages
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gconf2/debian/gconf2.manpages?rev=13414&op=diff
==============================================================================
--- desktop/unstable/gconf2/debian/gconf2.manpages (original)
+++ desktop/unstable/gconf2/debian/gconf2.manpages Fri Nov  9 23:34:08 2007
@@ -1,1 +1,1 @@
-debian/update-gconf-defaults.8
+debian/*.8

Modified: desktop/unstable/gconf2/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gconf2/debian/rules?rev=13414&op=diff
==============================================================================
--- desktop/unstable/gconf2/debian/rules (original)
+++ desktop/unstable/gconf2/debian/rules Fri Nov  9 23:34:08 2007
@@ -10,6 +10,16 @@
 -include /usr/share/gnome-pkg-tools/1/rules/gnome-get-source.mk
 
 GNOME_MODULE := GConf
+
+MANPAGES := debian/gconf-schemas.8
+
+build/gconf2:: $(MANPAGES)
+clean::
+	rm -f $(MANPAGES)
+
+%.8: %.xml
+	xsltproc --nonet -o debian/ \
+		/usr/share/sgml/docbook/stylesheet/xsl/nwalsh/manpages/docbook.xsl $<
 
 DEB_INSTALL_DOCS_gconf2 += doc/FAQ.txt NEWS README TODO
 DEB_CONFIGURE_EXTRA_FLAGS += --enable-gtk-doc --libexecdir=/usr/lib/libgconf2-4




More information about the pkg-gnome-commits mailing list