r10536 - in /packages/unstable/libgda3/debian: changelog control patches/01_missing_man.patch

grm-guest at users.alioth.debian.org grm-guest at users.alioth.debian.org
Sun Apr 29 23:18:48 UTC 2007


Author: grm-guest
Date: Sun Apr 29 23:18:44 2007
New Revision: 10536

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=10536
Log:
debian/patches/01_missing_man.patch: Fix missing manpages in upstream's
tarball.


Added:
    packages/unstable/libgda3/debian/patches/01_missing_man.patch
Modified:
    packages/unstable/libgda3/debian/changelog
    packages/unstable/libgda3/debian/control

Modified: packages/unstable/libgda3/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/libgda3/debian/changelog?rev=10536&op=diff
==============================================================================
--- packages/unstable/libgda3/debian/changelog (original)
+++ packages/unstable/libgda3/debian/changelog Sun Apr 29 23:18:44 2007
@@ -4,9 +4,11 @@
     - debian/libgda3-3.install: Some libraries were removed/merged.
     - libgda3-dev.install, $(plugin).install: Install the new pkgconfig
       files to test the installed plugions in the plugin packages.
-  * debian/rules: Build with unresolved symbol checking (-z defs). 
-
- -- Gustavo R. Montesino <grmontesino at ig.com.br>  Tue, 24 Apr 2007 08:29:51 -0300
+  * debian/rules: Build with unresolved symbol checking (-z defs).
+  * debian/patches/01_missing_man.patch: Fix missing manpages in upstream's
+    tarball. 
+
+ -- Gustavo R. Montesino <grmontesino at ig.com.br>  Sun, 29 Apr 2007 20:15:09 -0300
 
 libgda3 (2.99.5-1) unstable; urgency=low
 

Modified: packages/unstable/libgda3/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/libgda3/debian/control?rev=10536&op=diff
==============================================================================
--- packages/unstable/libgda3/debian/control (original)
+++ packages/unstable/libgda3/debian/control Sun Apr 29 23:18:44 2007
@@ -2,7 +2,7 @@
 Section: libs
 Priority: optional
 Maintainer: Gustavo R. Montesino <grmontesino at ig.com.br>
-Uploaders: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>, Andrew Lau <netsnipe at users.sourceforge.net>, Clément Stenac <zorglub at debian.org>, Dafydd Harries <daf at debian.org>, Guilherme de S. Pastore <gpastore at debian.org>, Gustavo Franco <stratus at debian.org>, Gustavo Noronha Silva <kov at debian.org>, J.H.M. Dassen (Ray) <jdassen at debian.org>, Jordi Mallach <jordi at debian.org>, Jose Carlos Garcia Sogo <jsogo at debian.org>, Josselin Mouette <joss at debian.org>, Kilian Krause <kilian at debian.org>, Loic Minier <lool at dooz.org>, Marc HE Brockschmidt <he at debian.org>, Marco Cabizza <marco87 at gmail.com>, Oystein Gisnas <oystein at gisnas.net>, Ondřej Surý <ondrej at debian.org>, Ross Burton <ross at debian.org>, Sebastien Bacher <seb128 at debian.org>, Sjoerd Simons <sjoerd at debian.org>
+Uploaders: 
 Build-Depends: cdbs (>= 0.4.41), debhelper (>= 4.1.46), dpkg-dev (>= 1.13.19), gnome-pkg-tools, intltool, pkg-config, libglib2.0-dev (>= 2.4.1-2), libxml2-dev (>= 2.4.22), libxslt1-dev (>= 1.0.18), libmysqlclient15-dev, libpq-dev, libsqlite3-dev, freetds-dev (>= 0.61), unixodbc-dev, libgdbm-dev, libreadline5-dev, libpopt-dev, zlib1g-dev, scrollkeeper
 Build-Depends-Indep: gtk-doc-tools, sgmltools-lite
 Standards-Version: 3.7.2

Added: packages/unstable/libgda3/debian/patches/01_missing_man.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/libgda3/debian/patches/01_missing_man.patch?rev=10536&op=file
==============================================================================
--- packages/unstable/libgda3/debian/patches/01_missing_man.patch (added)
+++ packages/unstable/libgda3/debian/patches/01_missing_man.patch Sun Apr 29 23:18:44 2007
@@ -1,0 +1,123 @@
+diff -urN libgda-3.0.0.orig/tools/gda-config-3.0.5 libgda-3.0.0/tools/gda-config-3.0.5
+--- libgda-3.0.0.orig/tools/gda-config-3.0.5	1969-12-31 21:00:00.000000000 -0300
++++ libgda-3.0.0/tools/gda-config-3.0.5	2007-04-29 19:29:19.000000000 -0300
+@@ -0,0 +1,52 @@
++.\" 
++.\" gda-config man page
++.\" (C) 2003 GNOME Foundation
++.\" Author:
++.\"   Gonzalo Paniagua Javier (gonzalo at gnome-db.org)
++.\"
++.TH gda-config-3.0 "5" "January 2003" "libgda" "File Formats"
++.SH NAME
++$(sysconfdir)/libgda/config \- libgda global configuration file.
++$(HOME)/.libgda/config \- libgda user configuration file.
++.SH DESCRIPTION
++The config file of libgda is an XML file. The document starts with
++<libgda-config> tag, which contains sections that hold the configured
++database providers for libgda.
++.PP
++The values in the global configuration file are overriden by the ones in the
++user configuration file.
++.PP
++Each <section> has a 'path' attribute whose value \fImust\fP be something like
++"/apps/libgda/Datasources/XXXXXXXX", where XXXXXXXX is the name of the
++database backend (i.e., postgres, mysql,...)
++.PP
++Inside each <section> you can have for <entry> tags with 'name', 'type' and 'value'
++attributes. Valid values for 'name' are: \fIProvider\fP,
++\fIUsername\fP, \fIDSN\fP and \fIDescription\fP. 'type' value is always
++"string" and 'value' contains the value for the given 'name'.
++.SH EXAMPLE
++This is a sample file. You may modify it manually, add/remove sections,...
++.RS
++.sp
++.nf
++<?xml version="1.0"?>
++<libgda-config>
++  <section path="/apps/libgda/Datasources/postgres">
++    <entry name="Provider" type="string" value="PostgreSQL"/>
++    <entry name="Username" type="string" value="gonzalo"/>
++    <entry name="DSN" type="string"
++           value="DATABASE=test;USER=gonzalo"/>
++    <entry name="Description" type="string"
++           value="Mi favourite provider"/>
++  </section>
++</libgda-config>
++.fi
++.sp
++.RE
++You can also use \fBgda-config-tool-3.0\fR or \fBmergeant\fR (recommended) to modify
++this file.
++.SH SEE ALSO
++.BR mergeant (1),
++.BR gda-config-tool-3.0 (1)
++
++
+diff -urN libgda-3.0.0.orig/tools/gda-config-tool-3.0.1 libgda-3.0.0/tools/gda-config-tool-3.0.1
+--- libgda-3.0.0.orig/tools/gda-config-tool-3.0.1	1969-12-31 21:00:00.000000000 -0300
++++ libgda-3.0.0/tools/gda-config-tool-3.0.1	2007-04-29 19:29:08.000000000 -0300
+@@ -0,0 +1,63 @@
++.\" 
++.\" gda-config-tool man page
++.\" (C) 2002 GNOME Foundation
++.\" Author:
++.\"   Gonzalo Paniagua Javier (gonzalo at gnome-db.org)
++.\"
++.TH gda-config-tool-3.0 "1" "October 2002" "gda-config-tool-3.0 (libgda)" "User Commands"
++.SH NAME
++gda-config-tool-3.0 \- Tool for managing libgda configuration file.
++.SH SYNOPSIS
++.PP
++.B gda-config-tool-3.0 [OPTIONS]
++.SH DESCRIPTION
++The \fIgda-config-tool-3.0\fP program can be used create/edit/remove a libgda
++provider. It can be used both as a command line program and an interactive
++program.
++.SH OPTIONS
++.PP
++The following options are supported:
++.TP
++\fB\-?\fR, \fB\-\-help\fR
++Displays command line options.
++.TP
++\fB--usage\fR
++Display brief usage message.
++.TP
++\fB--l\fR, \fB\-\-list\-providers\fR
++Lists installed providers.
++.TP
++\fB--L\fR, \fB\-\-list\-datasources\fR
++Lists configured data sources.
++.TP
++\fB--n\fR, \fB\-\-name=NAME\fR
++User-assigned name for the provider and connection settings.
++.TP
++\fB--u\fR, \fB\-\-user=NAME\fR
++User name to pass to the provider when connecting.
++.TP
++\fB--p\fR, \fB\-\-password=NAME\fR
++Password for the given user to pass to the DB backend.
++.TP
++\fB--P\fR, \fB\-\-provider=NAME\fR
++Provider name.
++.TP
++\fB--d\fR, \fB\-\-DSN="NAME=VALUE;..."\fR
++Semi-colon separated list of parameter=value option to pass to the provider.
++.SH ENVIRONMENT VARIABLES
++.TP
++NONE
++.SH FILES
++.PP
++$(sysconfdir)/libgda/config
++.IP
++Global configurations settings read for every user.
++.PP
++${HOME}/.libgda/config
++.IP
++User settings. Override global settings.
++.SH SEE ALSO
++.BR mergeant(1),
++.BR gda-config-3.0(5)
++
++




More information about the pkg-gnome-commits mailing list