debian/0000775000000000000000000000000012301101035007152 5ustar debian/gtkdoc-mkhtml.10000664000000000000000000000352312301100737012014 0ustar .\" This -*- nroff -*- file has been generated from .\" DocBook SGML with docbook-to-man on Debian GNU/Linux. ...\" ...\" transcript compatibility for postscript use. ...\" ...\" synopsis: .P! ...\" .de P! \\&. .fl \" force out current output buffer \\!%PB \\!/showpage{}def ...\" the following is from Ken Flowers -- it prevents dictionary overflows \\!/tempdict 200 dict def tempdict begin .fl \" prolog .sy cat \\$1\" bring in postscript file ...\" the following line matches the tempdict above \\!end % tempdict % \\!PE \\!. .sp \\$2u \" move below the image .. .de pF .ie \\*(f1 .ds f1 \\n(.f .el .ie \\*(f2 .ds f2 \\n(.f .el .ie \\*(f3 .ds f3 \\n(.f .el .ie \\*(f4 .ds f4 \\n(.f .el .tm ? font overflow .ft \\$1 .. .de fP .ie !\\*(f4 \{\ . ft \\*(f4 . ds f4\" ' br \} .el .ie !\\*(f3 \{\ . ft \\*(f3 . ds f3\" ' br \} .el .ie !\\*(f2 \{\ . ft \\*(f2 . ds f2\" ' br \} .el .ie !\\*(f1 \{\ . ft \\*(f1 . ds f1\" ' br \} .el .tm ? font underflow .. .ds f1\" .ds f2\" .ds f3\" .ds f4\" '\" t .ta 8n 16n 24n 32n 40n 48n 56n 64n 72n .TH "gtkdoc-mkhtml" "1" .SH "NAME" gtkdoc-mkhtml \(em convert index.sgml file in html file. .SH "SYNOPSIS" .PP \fBgtkdoc-mkhtml\fP [\fB MODULE name \fP] [\fB DRIVER_FILE dsl \fP] .SH "DESCRIPTION" .PP \fBgtkdoc-mkhtml\fP convert index.sgml file in html file. .PP MODULE is the module name. .PP DRIVER_FILE additional dsl file. .PP This binary must be used inside a Makefile and not directly in a command line. See section EXAMPLE. .SH "EXAMPLE" .PP See /usr/share/doc/gtk-doc-tools/examples, for a makefile.am and a configure.in example file. .SH "AUTHOR" .PP This manual page was written by Christian Marillat marillat@debian.org for the \fBDebian GNU/Linux\fP system (but may be used by others). ...\" created by instant / docbook-to-man, Wed 18 Jun 2003, 04:16 debian/gtk-doc-tools.dirs0000664000000000000000000000007712301100737012537 0ustar usr/share/emacs/site-lisp/gtk-doc-tools usr/share/sgml/gtk-doc debian/gtkdocize.10000664000000000000000000000160712301100737011233 0ustar .\" This manpage has been automatically generated by docbook2man .\" from a DocBook document. This tool can be found at: .\" .\" Please send any bug reports, improvements, comments, patches, .\" etc. to Steve Cheng . .TH "GTKDOCIZE" "1" "12 Juli 2003" "" "" .SH NAME gtkdocize \- install or upgrade gtk-doc infrastructure .SH SYNOPSIS \fBgtkdocize\fR [ \fB OPTIONS \fR ] .SH "DESCRIPTION" .PP \fBgtkdocize\fR prepares a source package to use gtk-doc. .SH "OPTIONS" .TP \fB--help\fR print a short help and exit .TP \fB--version\fR print version information and exit .TP \fB--copy\fR copy files instead of making symlinks .TP \fB--docdir DIR\fR specify the document directory .SH "AUTHOR" .PP This manual page was written by Sebastian Rittau for the Debian GNU/Linux system (but may be used by others). debian/compat0000664000000000000000000000000212301100737010360 0ustar 8 debian/gtkdoc-fixxref.sgml0000664000000000000000000000430412301100737012773 0ustar Christian"> Marillat"> august 6, 2001"> 1"> marillat@debian.org"> gtkdoc-fixxref"> Debian GNU/Linux"> GNU"> ]>
&dhemail;
&dhfirstname; &dhsurname; 2001 &dhusername; &dhdate;
&dhucpackage; &dhsection; &dhpackage; fixes cross-references in the HTML documentation. &dhpackage; See section EXAMPLE DESCRIPTION &dhpackage; fixes cross-references in the HTML documentation. This binary must be used inside a Makefile and not directly in a command line. See section EXAMPLE. EXAMPLE See /usr/share/doc/gtk-doc-tools/examples, for a makefile.am and a configure.in example file. AUTHOR This manual page was written by &dhusername; &dhemail; for the &debian; system (but may be used by others).
debian/gtk-doc-tools.lintian-overrides0000664000000000000000000000022212301100737015224 0ustar gtk-doc source: documentation-package-not-architecture-independent gtk-doc-tools: script-not-executable ./usr/share/gtk-doc/data/gtkdoc-common.pl debian/rules0000775000000000000000000000134212301100737010242 0ustar #!/usr/bin/make -f include /usr/share/cdbs/1/rules/autoreconf.mk include /usr/share/cdbs/1/rules/debhelper.mk include /usr/share/cdbs/1/class/autotools.mk include /usr/share/cdbs/1/rules/utils.mk include /usr/share/gnome-pkg-tools/1/rules/uploaders.mk include /usr/share/gnome-pkg-tools/1/rules/gnome-get-source.mk DEB_MAKE_CHECK_TARGET := check DEB_CONFIGURE_EXTRA_FLAGS += --with-dsssl-dir=/usr/lib/sgml/stylesheet/dsssl/docbook/nwalsh --disable-scrollkeeper binary-post-install/gtk-doc-tools:: # pouah! don't ship generated files rm -rf debian/gtk-doc-tools/var/scrollkeeper cp tools/gtk-doc.el debian/gtk-doc-tools/usr/share/emacs/site-lisp/gtk-doc-tools cp debian/gtk-doc.catalog debian/gtk-doc-tools/usr/share/sgml/gtk-doc/ debian/gtkdoc-mkdb.sgml0000664000000000000000000000474312301100737012244 0ustar Christian"> Marillat"> august 6, 2001"> 1"> marillat@debian.org"> gtkdoc-mkdb"> Debian GNU/Linux"> GNU"> ]>
&dhemail;
&dhfirstname; &dhsurname; 2001 &dhusername; &dhdate;
&dhucpackage; &dhsection; &dhpackage; creates the DocBook files from the edited templates. &dhpackage; nothing DESCRIPTION &dhpackage; This creates the DocBook files from the edited templates. This binary must be used inside a Makefile and not directly in a command line. See section EXAMPLE. NOTE When creating SGML IDS, we append -CAPS to all all-caps identifiers to prevent name clashes. (It basically never is the case that mixed-case identifiers would collide.) See the CreateValidSGMLID function. EXAMPLE See /usr/share/doc/gtk-doc-tools/examples, for a makefile.am and a configure.in example file. AUTHOR This manual page was written by &dhusername; &dhemail; for the &debian; system (but may be used by others).
debian/gtkdoc-mkman.10000664000000000000000000000340312301100737011620 0ustar .\" This -*- nroff -*- file has been generated from .\" DocBook SGML with docbook-to-man on Debian GNU/Linux. ...\" ...\" transcript compatibility for postscript use. ...\" ...\" synopsis: .P! ...\" .de P! \\&. .fl \" force out current output buffer \\!%PB \\!/showpage{}def ...\" the following is from Ken Flowers -- it prevents dictionary overflows \\!/tempdict 200 dict def tempdict begin .fl \" prolog .sy cat \\$1\" bring in postscript file ...\" the following line matches the tempdict above \\!end % tempdict % \\!PE \\!. .sp \\$2u \" move below the image .. .de pF .ie \\*(f1 .ds f1 \\n(.f .el .ie \\*(f2 .ds f2 \\n(.f .el .ie \\*(f3 .ds f3 \\n(.f .el .ie \\*(f4 .ds f4 \\n(.f .el .tm ? font overflow .ft \\$1 .. .de fP .ie !\\*(f4 \{\ . ft \\*(f4 . ds f4\" ' br \} .el .ie !\\*(f3 \{\ . ft \\*(f3 . ds f3\" ' br \} .el .ie !\\*(f2 \{\ . ft \\*(f2 . ds f2\" ' br \} .el .ie !\\*(f1 \{\ . ft \\*(f1 . ds f1\" ' br \} .el .tm ? font underflow .. .ds f1\" .ds f2\" .ds f3\" .ds f4\" '\" t .ta 8n 16n 24n 32n 40n 48n 56n 64n 72n .TH "gtkdoc-mkman" "1" .SH "NAME" gtkdoc-mkman \(em convert sgml file in man file. .SH "SYNOPSIS" .PP \fBgtkdoc-mkman\fP [ nothing ] .SH "DESCRIPTION" .PP \fBgtkdoc-mkman\fP Convert all sgml files to man files in a sgml directory with docbook-to-man. .PP This binary must be used inside a Makefile and not directly in a command line. See section EXAMPLE. .SH "EXAMPLE" .PP See /usr/share/doc/gtk-doc-tools/examples, for a makefile.am and a configure.in example file. .SH "AUTHOR" .PP This manual page was written by Christian Marillat marillat@debian.org for the \fBDebian GNU/Linux\fP system (but may be used by others). ...\" created by instant / docbook-to-man, Wed 18 Jun 2003, 04:16 debian/gtkdoc-mkdb.10000664000000000000000000000374612301100737011444 0ustar .\" This -*- nroff -*- file has been generated from .\" DocBook SGML with docbook-to-man on Debian GNU/Linux. ...\" ...\" transcript compatibility for postscript use. ...\" ...\" synopsis: .P! ...\" .de P! \\&. .fl \" force out current output buffer \\!%PB \\!/showpage{}def ...\" the following is from Ken Flowers -- it prevents dictionary overflows \\!/tempdict 200 dict def tempdict begin .fl \" prolog .sy cat \\$1\" bring in postscript file ...\" the following line matches the tempdict above \\!end % tempdict % \\!PE \\!. .sp \\$2u \" move below the image .. .de pF .ie \\*(f1 .ds f1 \\n(.f .el .ie \\*(f2 .ds f2 \\n(.f .el .ie \\*(f3 .ds f3 \\n(.f .el .ie \\*(f4 .ds f4 \\n(.f .el .tm ? font overflow .ft \\$1 .. .de fP .ie !\\*(f4 \{\ . ft \\*(f4 . ds f4\" ' br \} .el .ie !\\*(f3 \{\ . ft \\*(f3 . ds f3\" ' br \} .el .ie !\\*(f2 \{\ . ft \\*(f2 . ds f2\" ' br \} .el .ie !\\*(f1 \{\ . ft \\*(f1 . ds f1\" ' br \} .el .tm ? font underflow .. .ds f1\" .ds f2\" .ds f3\" .ds f4\" '\" t .ta 8n 16n 24n 32n 40n 48n 56n 64n 72n .TH "gtkdoc-mkdb" "1" .SH "NAME" gtkdoc-mkdb \(em creates the DocBook files from the edited templates. .SH "SYNOPSIS" .PP \fBgtkdoc-mkdb\fP [ nothing ] .SH "DESCRIPTION" .PP \fBgtkdoc-mkdb\fP This creates the DocBook files from the edited templates. .PP This binary must be used inside a Makefile and not directly in a command line. See section EXAMPLE. .SH "NOTE" .PP When creating SGML IDS, we append -CAPS to all all-caps identifiers to prevent name clashes. (It basically never is the case that mixed-case identifiers would collide.) See the CreateValidSGMLID function. .SH "EXAMPLE" .PP See /usr/share/doc/gtk-doc-tools/examples, for a makefile.am and a configure.in example file. .SH "AUTHOR" .PP This manual page was written by Christian Marillat marillat@debian.org for the \fBDebian GNU/Linux\fP system (but may be used by others). ...\" created by instant / docbook-to-man, Wed 18 Jun 2003, 04:16 debian/gtkdoc-scanobj.10000664000000000000000000000360412301100737012137 0ustar .\" This -*- nroff -*- file has been generated from .\" DocBook SGML with docbook-to-man on Debian GNU/Linux. ...\" ...\" transcript compatibility for postscript use. ...\" ...\" synopsis: .P! ...\" .de P! \\&. .fl \" force out current output buffer \\!%PB \\!/showpage{}def ...\" the following is from Ken Flowers -- it prevents dictionary overflows \\!/tempdict 200 dict def tempdict begin .fl \" prolog .sy cat \\$1\" bring in postscript file ...\" the following line matches the tempdict above \\!end % tempdict % \\!PE \\!. .sp \\$2u \" move below the image .. .de pF .ie \\*(f1 .ds f1 \\n(.f .el .ie \\*(f2 .ds f2 \\n(.f .el .ie \\*(f3 .ds f3 \\n(.f .el .ie \\*(f4 .ds f4 \\n(.f .el .tm ? font overflow .ft \\$1 .. .de fP .ie !\\*(f4 \{\ . ft \\*(f4 . ds f4\" ' br \} .el .ie !\\*(f3 \{\ . ft \\*(f3 . ds f3\" ' br \} .el .ie !\\*(f2 \{\ . ft \\*(f2 . ds f2\" ' br \} .el .ie !\\*(f1 \{\ . ft \\*(f1 . ds f1\" ' br \} .el .tm ? font underflow .. .ds f1\" .ds f2\" .ds f3\" .ds f4\" '\" t .ta 8n 16n 24n 32n 40n 48n 56n 64n 72n .TH "gtkdoc-scanobj" "1" .SH "NAME" gtkdoc-scanobj \(em gets information about object hierarchies and signals. .SH "SYNOPSIS" .PP \fBgtkdoc-scanobj\fP [ See section EXAMPLE ] .SH "DESCRIPTION" .PP \fBgtkdoc-scanobj\fP gets information about object hierarchies and signals by compiling a small C program. CFLAGS and LDFLAGS must be set appropriately before running this script. .PP This binary must be used inside a Makefile and not directly in a command line. See section EXAMPLE. .SH "EXAMPLE" .PP See /usr/share/doc/gtk-doc-tools/examples, for a makefile.am and a configure.in example file. .SH "AUTHOR" .PP This manual page was written by Christian Marillat marillat@debian.org for the \fBDebian GNU/Linux\fP system (but may be used by others). ...\" created by instant / docbook-to-man, Wed 18 Jun 2003, 04:16 debian/gtkdoc-scan.10000664000000000000000000000454612301100737011452 0ustar .\" This -*- nroff -*- file has been generated from .\" DocBook SGML with docbook-to-man on Debian GNU/Linux. ...\" ...\" transcript compatibility for postscript use. ...\" ...\" synopsis: .P! ...\" .de P! \\&. .fl \" force out current output buffer \\!%PB \\!/showpage{}def ...\" the following is from Ken Flowers -- it prevents dictionary overflows \\!/tempdict 200 dict def tempdict begin .fl \" prolog .sy cat \\$1\" bring in postscript file ...\" the following line matches the tempdict above \\!end % tempdict % \\!PE \\!. .sp \\$2u \" move below the image .. .de pF .ie \\*(f1 .ds f1 \\n(.f .el .ie \\*(f2 .ds f2 \\n(.f .el .ie \\*(f3 .ds f3 \\n(.f .el .ie \\*(f4 .ds f4 \\n(.f .el .tm ? font overflow .ft \\$1 .. .de fP .ie !\\*(f4 \{\ . ft \\*(f4 . ds f4\" ' br \} .el .ie !\\*(f3 \{\ . ft \\*(f3 . ds f3\" ' br \} .el .ie !\\*(f2 \{\ . ft \\*(f2 . ds f2\" ' br \} .el .ie !\\*(f1 \{\ . ft \\*(f1 . ds f1\" ' br \} .el .tm ? font underflow .. .ds f1\" .ds f2\" .ds f3\" .ds f4\" '\" t .ta 8n 16n 24n 32n 40n 48n 56n 64n 72n .TH "gtkdoc-scan" "1" .SH "NAME" gtkdoc-scan \(em Extracts declarations of functions, macros, enums, structs and unions from header files. .SH "SYNOPSIS" .PP \fBgtkdoc-scan\fP [\fB MODULE name \fP] [\fB source directory \fI(optional)\fP \fP] [\fB output directory \fI(optional)\fP \fP] [\fB header file \fP] .SH "DESCRIPTION" .PP \fBgtkdoc-scan\fP Extracts declarations of functions, macros, enums, structs and unions from header files. .PP It is called with a module name, an optional source directory, an optional output directory, and the header files to scan. .PP It outputs all declarations found to a file named \fIMODULE\fP-decl.txt, and the list of declarations to another file \fIMODULE\fP-decl-list.txt .PP This second list file is typically copied to '$MODULE-sections.txt' and organized into sections ready to output the SGML pages. .PP This binary must be used inside a Makefile and not directly in a command line. See section EXAMPLE. .SH "EXAMPLE" .PP See /usr/share/doc/gtk-doc-tools/examples, for a makefile.am and a configure.in example file. .SH "AUTHOR" .PP This manual page was written by Christian Marillat marillat@debian.org for the \fBDebian GNU/Linux\fP system (but may be used by others). ...\" created by instant / docbook-to-man, Wed 18 Jun 2003, 04:16 debian/source/0000775000000000000000000000000012301101035010452 5ustar debian/source/format0000664000000000000000000000001412301100737011670 0ustar 3.0 (quilt) debian/watch0000664000000000000000000000014212301100737010210 0ustar version=2 http://ftp.gnome.org/pub/GNOME/sources/gtk-doc/[1-9]([\d\.]+)/ \ gtk-doc-(.*)\.tar\.xz debian/control0000664000000000000000000000364512301101036010566 0ustar # This file is autogenerated. DO NOT EDIT! # # Modifications should be made to debian/control.in instead. # This file is regenerated automatically in the clean target. Source: gtk-doc Section: gnome Priority: optional Maintainer: Ubuntu Developers XSBC-Original-Maintainer: Debian GNOME Maintainers Uploaders: Debian GNOME Maintainers , Emilio Pozuelo Monfort , Jeremy Bicha , Martin Pitt , Michael Biebl Standards-Version: 3.9.4 Build-Depends: cdbs, debhelper (>= 8), gnome-pkg-tools (>= 0.10), dh-autoreconf Build-Depends-Indep: jade (>= 1.2.1-35), docbook-dsssl, xsltproc (>= 1.1.15), libxml2-utils, docbook-xml (>= 4.3), docbook-xsl, libglib2.0-dev (>= 2.6.0), pkg-config (>= 0.19.0), python (>= 2.3), yelp-tools, bc Build-Conflicts-Indep: openjade, openjade1.3 Vcs-Svn: svn://anonscm.debian.org/pkg-gnome/desktop/unstable/gtk-doc Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-gnome/desktop/unstable/gtk-doc Package: gtk-doc-tools Architecture: all Depends: ${misc:Depends}, ${perl:Depends}, python (>= 2.3), jade (>= 1.2.1-35), docbook-dsssl, docbook-xml (>= 4.3), docbook-xsl (>= 1.64.1.0), docbook-to-man, xsltproc (>= 1.1.15), gnome-common Multi-Arch: foreign Conflicts: sgml2x (<< 1.0.0-2) Recommends: pkg-config (>= 0.19.0) Description: GTK+ documentation tools These tools extract documentation embedded in GNOME source code, and produce pretty output via DocBook SGML. debian/gtkdoc-scan.sgml0000664000000000000000000000601112301100737012241 0ustar Christian"> Marillat"> august 6, 2001"> 1"> marillat@debian.org"> gtkdoc-scan"> Debian GNU/Linux"> GNU"> ]>
&dhemail;
&dhfirstname; &dhsurname; 2001 &dhusername; &dhdate;
&dhucpackage; &dhsection; &dhpackage; Extracts declarations of functions, macros, enums, structs and unions from header files. &dhpackage; DESCRIPTION &dhpackage; Extracts declarations of functions, macros, enums, structs and unions from header files. It is called with a module name, an optional source directory, an optional output directory, and the header files to scan. It outputs all declarations found to a file named MODULE-decl.txt, and the list of declarations to another file MODULE-decl-list.txt This second list file is typically copied to '$MODULE-sections.txt' and organized into sections ready to output the SGML pages. This binary must be used inside a Makefile and not directly in a command line. See section EXAMPLE. EXAMPLE See /usr/share/doc/gtk-doc-tools/examples, for a makefile.am and a configure.in example file. AUTHOR This manual page was written by &dhusername; &dhemail; for the &debian; system (but may be used by others).
debian/gtk-doc-tools.examples0000664000000000000000000000001312301100737013402 0ustar examples/* debian/gtkdoc-mktmpl.sgml0000664000000000000000000000717512301100737012635 0ustar Christian"> Marillat"> august 6, 2001"> 1"> marillat@debian.org"> gtkdoc-mktmpl"> Debian GNU/Linux"> GNU"> ]>
&dhemail;
&dhfirstname; &dhsurname; 2001 &dhusername; &dhdate;
&dhucpackage; &dhsection; &dhpackage; GTK DocBook documentation generator. &dhpackage; See below DESCRIPTION &dhpackage; This creates or updates the template files which contain the manually-edited documentation. (A template is a simple text form which is filled in with the description of a function, macro, enum, or struct. For functions and macros it also contains fields for describing the parameters.) This script reads in the existing templates, found in tmpl/*.sgml, moves these files to tmpl/*.sgml.bak, and then recreates the .sgml files according to the structure given in the file MODULE-sections.txt. Any new templates added, or new function parameters, are marked with FIXME so you can do a grep to see which parts need updating. Any templates which are no longer used (i.e. they are remove from MODULE-sections.txt) are placed in the file tmpl/MODULE-unused.txt. If they are included again later they are automatically copied back into position. If you are certain that these templates will never be used again you can delete them from MODULE-unused.txt. Any parameters to functions which are no longer used are separated from the rest of the parameters with the line <!-- # Unused Parameters # -->. It may be that the parameter name has just been changed, in which case you can copy the description to the parameter with the new name. You can delete the unused parameter descriptions when no longer needed. EXAMPLE See /usr/share/doc/gtk-doc-tools/examples, for a makefile.am and a configure.in example file. AUTHOR This manual page was written by &dhusername; &dhemail; for the &debian; system (but may be used by others).
debian/copyright0000664000000000000000000000165412301100737011123 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: gtk-doc Source: http://ftp.gnome.org/pub/GNOME/sources/gtk-doc/ Files: * Copyright: Copyright (C) 1998 Damon Chaplin Copyright (C) 2007 David Necas (Yeti) Copyright (C) 1998 Michael Zucchi Copyright (C) 2007 David Nečas Copyright (c) 1996 X Consortium License: GPL-2+ This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. . This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. . Please see /usr/share/common-licenses/GPL-2 on a Debian system for the full text. debian/gtk-doc-tools.links0000664000000000000000000000011712301100737012711 0ustar usr/share/man/man1/gtkdoc-scanobj.1.gz usr/share/man/man1/gtkdoc-scangobj.1.gz debian/gtk-doc-tools.manpages0000664000000000000000000000001312301100737013357 0ustar debian/*.1 debian/changelog0000664000000000000000000006373012301101033011033 0ustar gtk-doc (1.20-1ubuntu1) trusty; urgency=medium * Merge from debian. Remaining changes: - debian/control.in: Drop optional highlight dependency, which is in universe. -- Jackson Doak Wed, 19 Feb 2014 10:06:14 +0000 gtk-doc (1.20-1) unstable; urgency=medium * New upstream release. -- Emilio Pozuelo Monfort Sun, 16 Feb 2014 22:58:37 +0100 gtk-doc (1.19-1ubuntu1) trusty; urgency=medium * Merge from debian. Remaining changes: - debian/control.in: Drop optional highlight dependency, which is in universe. -- Jackson Doak Thu, 19 Dec 2013 07:58:53 +1100 gtk-doc (1.19-1) unstable; urgency=low * New upstream release. * Replace Build-Depends on scrollkeeper and gnome-doc-utils with yelp-tools for the new Mallard based documentation. * Use canonical Vcs-* URLs. * Bump Standards-Version to 3.9.4. No further changes. * Set pkg-gnome-maintainers@lists.alioth.debian.org as Maintainer. * Add Build-Depends on bc. It is used by the test suite to calculate proper timing information. -- Michael Biebl Thu, 29 Aug 2013 15:29:45 +0200 gtk-doc (1.19-0ubuntu2) saucy; urgency=low * debian/control.in: - Don't build-depend on gnome-doc-utils or scrollkeeper -- Jeremy Bicha Wed, 31 Jul 2013 07:46:48 -0400 gtk-doc (1.19-0ubuntu1) saucy; urgency=low * New upstream release * debian/control: - Build-depend on yelp-tools * debian/patches/01_type_init.patch: - Applied upstream -- Robert Ancell Tue, 02 Jul 2013 14:36:38 +1200 gtk-doc (1.18-2ubuntu2) raring; urgency=low * debian/patches/01_type_init.patch: - Generate code to deal with g_type_init being deprecated. (LP: #1103744) * debian/control.in: - Update standards version to 3.9.4. -- Rodney Dawes Mon, 28 Jan 2013 08:08:00 +0100 gtk-doc (1.18-2ubuntu1) precise; urgency=low * Merge with Debian unstable. Remaining Ubuntu changes: - debian/control.in: Drop optional highlight dependency, which is in universe. -- Martin Pitt Mon, 19 Mar 2012 07:23:56 +0100 gtk-doc (1.18-2) unstable; urgency=low * debian/watch: Look for xz compressed tarballs. * debian/control.in: Mark as Multi-Arch: foreign to allow using this as build dependency for cross-building. Thanks to "Wookey" for this. (LP: #957137) * debian/copyright: Update to official copyright 1.0 format. * debian/control.in: Bump Standards-Vesion to 3.9.3. -- Martin Pitt Mon, 19 Mar 2012 07:13:42 +0100 gtk-doc (1.18-1) unstable; urgency=low * debian/watch: Move to *.bz2, upstream does not release .gz tarballs any more. * New upstream release. * Drop 01_highlight_options.patch, upstream now. * debian/control.in: Drop leading "the" from short description, thanks lintian. * debian/copyright: Convert to DEP-5, and add actual copyrights. * debian/control.in, debian/rules: Drop usage dh_pysupport, this package does not ship any Python modules. Also, pysupport is obsolete. * debian/compat: Switch debhelper compat level to 8, and bump debhelper build dependency accordingly. * debian/control.in: Bump Standards-Version to 3.9.2. -- Martin Pitt Thu, 15 Sep 2011 09:14:50 +0200 gtk-doc (1.17-2) unstable; urgency=low * 01_highlight_options.patch: stolen from upstream git. Pass the correct output options for highlight 3.4. Closes: #623490. * Use dh-autoreconf. * Depend on highlight 3.4. -- Josselin Mouette Wed, 20 Apr 2011 20:05:54 +0200 gtk-doc (1.17-1) unstable; urgency=low * debian/control.in: - Add Vcs-* fields. Closes: #608321. * New upstream release. * debian/source/format, debian/rules: - Switch to source format 3.0 (quilt). -- Emilio Pozuelo Monfort Mon, 28 Feb 2011 21:47:27 +0000 gtk-doc (1.15-2) unstable; urgency=low * Drop emacs byte-compilation support since it would require a dependency on emacsen-common. Closes: #586328. -- Josselin Mouette Sat, 26 Jun 2010 10:05:32 +0200 gtk-doc (1.15-1) unstable; urgency=low * New upstream release: + debian/patches/Add-support-for-scope-and-skip-annotations.patch: - Dropped, merged upstream. -- Sebastian Dröge Sat, 22 May 2010 12:28:50 +0200 gtk-doc (1.14-2) unstable; urgency=low * Add Add-support-for-scope-and-skip-annotations.patch + patch name says it all really :) (from upstream git) -- Sjoerd Simons Tue, 27 Apr 2010 22:09:02 +0100 gtk-doc (1.14-1) unstable; urgency=low [ Emilio Pozuelo Monfort ] * debian/patches/50_shell-errors.patch: - Forwarded, add header. [ Sebastian Dröge ] * New upstream release: + debian/patches/01_syntax_error.patch, debian/patches/02_fixxref_fix_backwards_compatibility.patch, debian/patches/03_gtkdoc-scan_touch_MODULE-overrides.txt.patch, debian/patches/50_shell-errors.patch: - Dropped, merged upstream. -- Sebastian Dröge Sun, 28 Mar 2010 20:47:47 +0200 gtk-doc (1.13-2) unstable; urgency=low * debian/patches/02_fixxref_fix_backwards_compatibility.patch: - Backport change from upstream git, restore old compatibility, since a change in the last version caused some packages to FTBFS. Closes: #565902. * debian/patches/03_gtkdoc-scan_touch_MODULE-overrides.txt.patch: - Backport change from upstream git, touch $(DOC_MODULE)-overrides.txt if it doesn't exist, since it's listed in EXTRA_DIST and is thus needed to create a dist tarball. Closes: #565377. * Thanks to Michael Biebl for debugging both issues and to Stefan Kost for pointing to the upstream commits. -- Emilio Pozuelo Monfort Tue, 19 Jan 2010 22:58:02 +0100 gtk-doc (1.13-1) unstable; urgency=low [ Emilio Pozuelo Monfort ] * debian/watch: Don't uupdate. * debian/compat, debian/control.in: - Bump to compat 5, 4 is deprecated. Build depend on debhelper >= 5. * debian/linda, debian/gtk-doc-tools.dirs, debian/rules: - Remove linda overrides, linda is dead. * debian/control.in: - Standards-Version is 3.8.3, no changes needed. - Remove Sebastian Rittau from the uploaders field, thanks for your past work! * debian/rules: - Stop calling dh_scrollkeeper, it's deprecated and a no-op. * debian/rules, debian/lintian, debian/gtk-doc-tools.lintian-overrides: - Move the lintian overrides to debian/gtk-doc-tools.lintian-overrides, and stop installing them manually in debian/rules. dh_lintian will do the job for us. * debian/control.in, debian/rules: - Switch to python-support. - Only build depend on python, python-dev is not needed. * New upstream release. - debian/patches/50_shell-errors.patch: + Updated for the new version. - debian/patches/51_quoting.patch: + Removed, fixed upstream. - debian/patches/01_syntax_error.patch: + New patch, fix a syntax error in a shell script. * debian/control.in, debian/rules: - Enable the test suite during the build. * debian/control.in: - Enable syntax highlighting for source code. [ Sebastian Dröge ] * Upload to unstable. -- Sebastian Dröge Thu, 14 Jan 2010 09:46:11 +0100 gtk-doc (1.11-4) unstable; urgency=low * debian/patches/51_quoting.patch: Added to fix quoting of filenames in gtkdoc-common.pl. -- Mario Lang Fri, 24 Apr 2009 10:23:19 +0200 gtk-doc (1.11-3) unstable; urgency=low * Upload to unstable. -- Sebastian Dröge Tue, 17 Feb 2009 17:11:41 +0100 gtk-doc (1.11-2) experimental; urgency=low * debian/patches/50_shell-errors.patch: + Fix syntax error in patch. -- Sebastian Dröge Mon, 17 Nov 2008 06:40:21 +0100 gtk-doc (1.11-1) experimental; urgency=low * New upstream release: + debian/control.in: - Update build depends. + debian/patches/50_shell-errors.patch: - Updated to apply cleanly again. + debian/patches/11_disable-scrollkeeper-conditional.patch, debian/patches/70_mandatory-automake.patch: - Dropped, not necessary anymore. + debian/rules: - Don't call scrollkeeper at build time. * debian/control.in: + Update Standards-Version to 3.8.0, no additional changes needed. -- Sebastian Dröge Mon, 17 Nov 2008 05:48:42 +0100 gtk-doc (1.10-1) unstable; urgency=low * New upstream release: + debian/control.in, debian/rules: - Add python magic for the new gtkdoc-depscan utility. * debian/control.in: + Update Standards-Version to 3.7.3, no additional changes needed. -- Sebastian Dröge Wed, 19 Mar 2008 21:56:59 +0100 gtk-doc (1.9-1) unstable; urgency=low * New upstream release. * debian/patches/60_underquoted-macros.patch: + Dropped, merged upstream. * debian/patches/70_mandatory-automake.patch: + Regenerated for the new version. -- Sebastian Dröge Tue, 02 Oct 2007 10:17:22 +0200 gtk-doc (1.8-3) unstable; urgency=low * New patch, 60_underquoted-macros, fixes warnings dur to underquoted m4; thanks Guillem Jover; closes: #418438. * Upload to unstable; drop check-dist include. -- Loic Minier Wed, 11 Apr 2007 14:17:07 +0200 gtk-doc (1.8-2) experimental; urgency=low * New patch, 50_shell-errors, causes all system() calls to spawn a subshell which should help diagnose crashes of commands such as ICE or scanner segfaults. -- Loic Minier Fri, 06 Apr 2007 14:06:13 +0200 gtk-doc (1.8-1) experimental; urgency=low * Add a get-orig-source target to retrieve the upstream tarball. * Include the new check-dist Makefile to prevent accidental uploads to unstable; bump build-dep on gnome-pkg-tools to >= 0.10. * New upstream release. - Drop patch 10_update-gnome-doc-common-files, merged upstream. - Drop patch 12_argument-parse, merged upstream. - Update 70_mandatory-automake. -- Loic Minier Fri, 16 Feb 2007 22:31:57 +0100 gtk-doc (1.7-3) unstable; urgency=low * 12_argument-parse.patch: stolen from upstream SVN. Fixes parsing of char * const arguments. -- Josselin Mouette Wed, 3 Jan 2007 18:58:59 +0100 gtk-doc (1.7-2) unstable; urgency=high * Call dh_scrollkeeper in binary-install manually since we don't use gnome.mk. * New patch, 10_update-gnome-doc-common-files, to update xmldocs.make and omf.make to the latest version from gnome-common. * New patch, 11_disable-scrollkeeper-conditional, to work around a bogus AM_CONDITIONAL around a docdir re-definition; new patch 70_mandatory-automake to hold the generated files of an automake-1.9 run. * Build-depend on scrollkeeper. * Do not overwrite DEB_CONFIGURE_EXTRA_FLAGS. * Don't ship the generated scrollkeeper files; *sigh*. -- Loic Minier Fri, 20 Oct 2006 12:57:35 +0200 gtk-doc (1.7-1) unstable; urgency=low * New upstream release. * Move gnome-pkg-tools from Build-Depends-Indep to Build-Depends. * Fix watch file. -- Loic Minier Sat, 29 Jul 2006 22:25:06 +0200 gtk-doc (1.6-2) unstable; urgency=low * Bump up xsltproc build-dep-indep and dep to >= 1.1.15, thanks José L. Redrejo Rodríguez and Sebastian Rittau. (Closes: #363337) [debian/control, debian/control.in] * Move cdbs and debhelper from build-deps-indep to build-deps. [debian/control, debian/control.in] * Bump up Standards-Version to 3.7.2. [debian/control, debian/control.in] -- Loic Minier Mon, 22 May 2006 16:49:07 +0200 gtk-doc (1.6-1) unstable; urgency=low * New upstream release. - Backporters beware: the pkg-config file is now below /usr/share (as pkg-config is architecture independent), but this is only supported for pkg-config >= 0.19; bumped Recommends accordingly and added a pkg-config build-dep to follow the intent of upstream's configure.in changes. [debian/control, debian/control.in] - Drop patch to support function declarations spanning three lines (merged upstream). [debian/patches/20_triple-line-function-declarations.patch] -- Loic Minier Thu, 13 Apr 2006 14:39:41 +0200 gtk-doc (1.5-2) unstable; urgency=low * Upload to unstable. -- Loic Minier Sun, 2 Apr 2006 13:43:58 +0200 gtk-doc (1.5-1) experimental; urgency=low * New upstream release, lots of cleanups, polishing, and new features; improved documentation. - Generated $MODULE-scan binaries are now called within sh -c, patch partially merged upstream (they didn't take the "run $CC within sh -c" part). [debian/patches/00_scanobj-sh-calls.patch] * Add CDBS' utils. [debian/rules] -- Loic Minier Fri, 10 Mar 2006 15:02:03 +0100 gtk-doc (1.4-2) unstable; urgency=low * New patch by Jorn Baayen from upstream Bugzilla's #321708 to handle functions declarations spanning three lines, thanks Ross Burton. [debian/patches/20_triple-line-function-declarations.patch] -- Loic Minier Wed, 15 Feb 2006 15:23:52 +0100 gtk-doc (1.4-1) unstable; urgency=low * New upstream release. - Drop patch permitting ":" in SGML ids, integrated upstream. [debian/patches/10_cvs_allow-colon-in-sgml-ids.patch] * Bump Standards-Version to 3.6.2. -- Loic Minier Mon, 4 Jul 2005 11:42:25 +0200 gtk-doc (1.3-5) unstable; urgency=high * Reorder build-dependencies to avoid the docbook-dsssl build-dep to pull openjade in despite the build-conflict, thanks Roger Leigh. [debian/control.in, debian/control] (Closes: #312017) -- Loic Minier Sun, 5 Jun 2005 10:43:00 +0200 gtk-doc (1.3-4) unstable; urgency=low * Acknowledge NMU (closes: #247542), thanks Steve Langasek. * debian/patches/10_fix-caps-extension-trick.patch: dropped, move back to ":CAPS". * debian/patches/10_cvs_allow-colon-in-sgml-ids.patch: allow colons in SGML ID/IDREF attributes, hence permit the usage of ":CAPS". Jade was correct in rejecting ID/IDREF attributes with a colon. -- Loic Minier Wed, 23 Mar 2005 22:06:35 +0100 gtk-doc (1.3-3.1) unstable; urgency=low * Non-maintainer upload. * Build-conflict with openjade1.3 as well as with openjade, since /usr/bin/openjade is an alternative (and we want /usr/bin/jade to be picked up instead). Closes: #247542 -- Steve Langasek Mon, 21 Mar 2005 14:48:21 -0800 gtk-doc (1.3-3) unstable; urgency=high * Urgency high because of FTBFS caused by this package * debian/patches/10_fix-caps-extension-trick.patch: added to rename the ":CAPS" extension to a "--CAPS" extenion when generating ID/IDREF attributes for macros starting with "_". It seems jade doesn't accept ":" in ID/IDREF, so we workaround it. Upstream seems to agree with this renaming. -- Loic Minier Sun, 20 Mar 2005 08:40:26 +0100 gtk-doc (1.3-2) unstable; urgency=low * NMU acknowledgements: - for version 1.3-1.1, thanks Roger Leigh, (closes: #248141, #260930, #267789, #292563, #292743) - for version 1.2-1.2, thanks J.H.M. Dassen, (closes: #247542, #248095, #248097) * debian/patches/00_scanobj-sh-calls.patch: prefix commands with "sh -x -c" to help debugging FTBFS (closes: #295674) * debian/control: added ${misc:Depends} * debian/copyright: updated * debian/watch: added * set myself as maintainer, with the agreement of the previous maintainer, thanks Sebastian Rittau for your maintenance! * set GNOME team and Sebastian Rittau as Uploaders -- Loic Minier Wed, 23 Feb 2005 19:07:18 +0100 gtk-doc (1.3-1.1) unstable; urgency=low * NMU * New upstream version. * Fixed Lintian warnings: + Don't use an initial capital letter in the description synopsis. + Use Build-Depends-Indep rather than Build-Depends. * Apply my patch to gtkdoc-scan, to allow handling functions with unsigned return types. (Closes: #292563) * Upstream README now correctly documents the use of XML catalogues in Debian. (Closes: #248141) * Recommend a sensible version of pkg-config, since gtk-doc-using packages will need it, but don't make this a Depends, since gtk-doc-tools itself doesn't require it. (Closes: #260930) * "typedef enum" patch has been integrated upstream with this release in gtkdoc-common.pl.in. (Closes: #267789) -- Roger Leigh Fri, 28 Jan 2005 21:50:50 +0000 gtk-doc (1.2-1.2) unstable; urgency=low * NMU * [debian/control] Added Depends: docbook-xml to ensure the DocBook XML DTD is available. -- J.H.M. Dassen (Ray) Sat, 15 May 2004 23:11:36 +0200 gtk-doc (1.2-1.1) unstable; urgency=low * NMU * [debian/control] Added Build-Conflicts-Indep: openjade to ensure that jade rather than openjade is detected (the runtime dependency is on jade, not openjade). (Closes: #247542) Added build dependencies on libxml2-utils (for "xmlcatalog"), docbook-xml (for the DTD) and docbook-xsl (for the stylesheets). (Closes: #248095) -- J.H.M. Dassen (Ray) Sun, 9 May 2004 10:34:20 +0200 gtk-doc (1.2-1) unstable; urgency=low * Thanks to Geert Stappers for working on this release! * New upstream version. + debian/patches/100-add-maintainer-mode.diff: Removed, included upstream. + Closes: #244387 "package new release" * Debian has now has XML catalog support. + debian/control: Versioned dependency on docbook-xsl. + debian/patches/200-disable-catalog-check.diff: Removed. + debian/patches/201-local-dtds.diff: Removed. + Closes: #230647 "wrong location for chunk.xsl" * debian/control: Changed architecture from any to all. * debian/control: Complies with Debian policy, version 3.6.1 (no changes required). * debian/copyright: Updated download location. * Make linda happy: debian/linda: Added override for usr-lib-in-arch-all *.pc. debian/gtk-doc-tools.dirs: Added usr/share/linda/overrides. debian/rules: Install linda file. -- Sebastian Rittau Sat, 1 May 2004 14:58:41 +0200 gtk-doc (1.1-2) unstable; urgency=low * Temporary fix for missing XML catalogs: Use local DTDs. + debian/control: Depend on docbook-xsl. + Closes: #201766 "/usr/share/gtk-doc/data/gtk-doc.xsl includes references to external dtd" [Jordi Mallach] * sgml2x relies on the location of gtk-doc.dsl, which has changed in gtk-doc 1.1. [Pointed out by Yann Dirson and Daniel Schepler] + debian/control: Conflict with sgml2x << 1.0.0-2. + debian/gtk-doc.catalog: Added a catalog file (stolen from sgml2x). This should probably go upstream. + debian/gtk-doc-tools.dirs: Added usr/share/sgml/gtk-doc. + debian/rules: Install gtk-doc.catalog into /usr/share/sgml/gtk-doc. -- Sebastian Rittau Mon, 21 Jul 2003 04:11:51 +0200 gtk-doc (1.1-1) unstable; urgency=low * New upstream version. + Closes: #196892 "new upstream version 1.1 available" * debian/patches/100-doctype-fix.diff: Removed: integrated upstream. * debian/patches/200-disable-catalog-check.diff: Disable the XML catalog check for now, since Debian hasn't got XML catalog support, yet. * debian/lintian: gtkdoc-common.pl moved. * debian/gtkdocize.sgml, debian/gtkdocize.1: Manual page for a new command. -- Sebastian Rittau Sat, 12 Jul 2003 20:34:33 +0200 gtk-doc (1.0-12) unstable; urgency=low * Use CDBS: + debian/rules: Rewritten. + debian/compat: Version 4. + debian/control: Build-Depend on cdbs and debhelper >= 4.1.0. + debian/docs: Renamed to debian/gtk-doc-tools.docs. + debian/emacsen-install: Renamed to debian/gtk-doc-tools.emacsen-install. + debian/emacsen-remove: Renamed to debian/gtk-doc-tools.emacsen-remove. + debian/emacsen-startup: Renamed to debian/gtk-doc-tools.emacsen-startup. + debian/lintian Removed. + debian/gtk-doc-tools.manpages: New file. + debian/gtk-doc-tools.examples: New file. + debian/gtk-doc-tools.links: New file. + debian/gtk-doc-tools.dirs: New file. * debian/copyright: Update download location, copyright and maintainer information. * debian/gtk-doc-tools.docs: Added NEWS. * Removed workaround for bug #198744, since this seems to be fixed in newer jade versions. + debian/control: Build-Depend on jade >= 1.2.1-35. Remove all mentions of openjade. Depend on jade >= 1.2.1-35, instead of ${Jade}. * debian/patches/100-doctype-fix.diff: Corrected created doctype. + Closes: #193512 "gtkdoc-mkdb: wrong doctype for docbook" -- Sebastian Rittau Sat, 12 Jul 2003 19:50:31 +0200 gtk-doc (1.0-11) unstable; urgency=low * Adopted package. (Closes: #197849) + debian/control: Changed maintainer field. * debian/control: Complies with Debian policy 3.6.0 (I hope). -- Sebastian Rittau Sat, 12 Jul 2003 18:44:26 +0200 gtk-doc (1.0-10.1) unstable; urgency=low * NMU * Yeah, I know, the package is orphaned..:-). I prefer mark this as NMU anyway (Christian as uploader). Thus, the bug will only be marked fixed. This leaves the next maintainer the possibility of reviewing it. * Now depends on gnome-common. Closes: #196073 -- Christian Perrier Fri, 11 Jul 2003 15:42:17 +0200 gtk-doc (1.0-10) unstable; urgency=medium * [debian/rules] Build package in binary-arch rather than binary-indep. -- J.H.M. Dassen (Ray) Sun, 29 Jun 2003 08:20:31 +0200 gtk-doc (1.0-9) unstable; urgency=medium * [debian/control] s/-Independs// as we are architecture-specific now. -- J.H.M. Dassen (Ray) Sat, 28 Jun 2003 23:46:07 +0200 gtk-doc (1.0-8) unstable; urgency=medium * The "D'oh" upload. * [debian/control] Be architecture: any now. -- J.H.M. Dassen (Ray) Sat, 28 Jun 2003 22:19:52 +0200 gtk-doc (1.0-7) unstable; urgency=medium * [debian/control, debian/rules] jade currently silently fails on m68k; use openjade instead on that architecture. -- J.H.M. Dassen (Ray) Sat, 28 Jun 2003 21:08:46 +0200 gtk-doc (1.0-6) unstable; urgency=medium * [debian/control] Added Build-Conflicts-Indep: openjade to ensure that jade rather than openjade is detected (the runtime dependency is on jade, not openjade). * [debian/control] Versioned the jade runtime dependency to ensure a working version on m68k. -- J.H.M. Dassen (Ray) Thu, 19 Jun 2003 21:05:48 +0200 gtk-doc (1.0-5) unstable; urgency=low * Update section * Orphaned. I fucking tired to wait after xml catalogs since more than one year. The next version (1.1) doesn't build and doesn't work without xml catalogs. -- Christian Marillat Wed, 18 Jun 2003 04:10:12 +0200 gtk-doc (1.0-4) unstable; urgency=low * Repalce docbook-stylesheets by docbook-dsssl in depends and build-depends -- Christian Marillat Thu, 23 Jan 2003 01:10:59 +0100 gtk-doc (1.0-3) unstable; urgency=low * Add xsltproc dependency (Closes: #177824) -- Christian Marillat Wed, 22 Jan 2003 09:13:24 +0100 gtk-doc (1.0-2) unstable; urgency=low * Remove docbook-utils dependecy added in -1 -- Christian Marillat Mon, 20 Jan 2003 12:05:03 +0100 gtk-doc (1.0-1) unstable; urgency=low * New upstream release. * Remove previous patch agains the configure.in example file. -- Christian Marillat Mon, 20 Jan 2003 11:54:58 +0100 gtk-doc (0.10-2) unstable; urgency=low * Include gtk-doc.el in the package (Closes: #176845) * Update the configure.in example file with the latest version stolen from GNOME 2 packages (Closes: #176702) * Bump Standards-Version to 3.5.8 -- Christian Marillat Wed, 15 Jan 2003 15:36:54 +0100 gtk-doc (0.10-1) unstable; urgency=low * New upstream release. -- Christian Marillat Mon, 18 Nov 2002 14:48:46 +0100 gtk-doc (0.9-2) unstable; urgency=low * Update to standards version 3.5.7 -- Christian Marillat Sat, 21 Sep 2002 14:49:41 +0200 gtk-doc (0.9-1) unstable; urgency=low * New upstream release. -- Christian Marillat Tue, 5 Mar 2002 15:03:17 +0100 gtk-doc (0.8-1) unstable; urgency=low * New upstream release. -- Christian Marillat Sat, 19 Jan 2002 16:58:35 +0100 gtk-doc (0.7-1) unstable; urgency=low * New upstream release. * New maintainer * Depends on docbook-to-man (Closes: #81463) * Switch to debhelper V3 * Package examples files (Closes: #102090) * Close this bug fixed in previous NMU (Closes: #80830) * Write manpages (Closes: #48236) -- Christian Marillat Mon, 6 Aug 2001 16:19:14 +0200 gtk-doc (0.4-0.2) unstable; urgency=low * NMU * Added docbook-stylesheets to Build-Depends-Indep. (closes: #90394) -- Adrian Bunk Sun, 15 Apr 2001 14:37:31 +0200 gtk-doc (0.4-0.1) unstable; urgency=low * NMU * New upstream release. * Switch to debhelper v2 * Standards-Version to 3.2.1.0 and add a Build-Depends-Indep field. -- Christian Marillat Fri, 29 Dec 2000 14:30:50 +0100 gtk-doc (0.3-1) unstable; urgency=low * Upstream release (Closes: #47952) * Replaced gtk_init() call with gtk_type_init() and gtk_signal_init() calls (Closes: #47151) -- Steve Haslam Mon, 25 Oct 1999 02:05:05 +0100 gtk-doc (0+cvs19990528-2) unstable; urgency=low * Update Perl dependencies (use dh_perl) * Modified description slightly * Modified style sheet directory -- Steve Haslam Sat, 17 Jul 1999 02:18:35 +0100 gtk-doc (0+cvs19990528-1) unstable; urgency=low * Update from CVS. -- Steve Haslam Fri, 28 May 1999 01:26:47 +0100 gtk-doc (0+cvs19990521-1) unstable; urgency=low * Initial "release". No upstream release as yet. -- Steve Haslam Sat, 22 May 1999 12:58:15 +0100 debian/gtk-doc-tools.docs0000664000000000000000000000015712301100737012525 0ustar README AUTHORS NEWS doc/authors.txt doc/gnome.txt doc/sections-file.txt doc/setting-up.txt doc/style-guide.txt debian/control.in0000664000000000000000000000306112301100737011172 0ustar Source: gtk-doc Section: gnome Priority: optional Maintainer: Ubuntu Developers XSBC-Original-Maintainer: Debian GNOME Maintainers Uploaders: @GNOME_TEAM@ Standards-Version: 3.9.4 Build-Depends: cdbs, debhelper (>= 8), gnome-pkg-tools (>= 0.10), dh-autoreconf Build-Depends-Indep: jade (>= 1.2.1-35), docbook-dsssl, xsltproc (>= 1.1.15), libxml2-utils, docbook-xml (>= 4.3), docbook-xsl, libglib2.0-dev (>= 2.6.0), pkg-config (>= 0.19.0), python (>= 2.3), yelp-tools, bc Build-Conflicts-Indep: openjade, openjade1.3 Vcs-Svn: svn://anonscm.debian.org/pkg-gnome/desktop/unstable/gtk-doc Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-gnome/desktop/unstable/gtk-doc Package: gtk-doc-tools Architecture: all Depends: ${misc:Depends}, ${perl:Depends}, python (>= 2.3), jade (>= 1.2.1-35), docbook-dsssl, docbook-xml (>= 4.3), docbook-xsl (>= 1.64.1.0), docbook-to-man, xsltproc (>= 1.1.15), gnome-common Multi-Arch: foreign Conflicts: sgml2x (<< 1.0.0-2) Recommends: pkg-config (>= 0.19.0) Description: GTK+ documentation tools These tools extract documentation embedded in GNOME source code, and produce pretty output via DocBook SGML. debian/gtkdocize.sgml0000664000000000000000000000476212301100737012042 0ustar Sebastian"> Rittau"> July 12, 2003"> 1"> srittau@debian.org"> gtkdocize"> Debian GNU/Linux"> GNU"> ]>
&dhemail;
&dhfirstname; &dhsurname; 2003 &dhusername; &dhdate;
&dhucpackage; &dhsection; &dhpackage; install or upgrade gtk-doc infrastructure &dhpackage; DESCRIPTION &dhpackage; prepares a source package to use gtk-doc. OPTIONS --help print a short help and exit --version print version information and exit --copy copy files instead of making symlinks --docdir DIR specify the document directory AUTHOR This manual page was written by &dhusername; &dhemail; for the &debian; system (but may be used by others).
debian/gtkdoc-scanobj.sgml0000664000000000000000000000447412301100737012747 0ustar Christian"> Marillat"> august 6, 2001"> 1"> marillat@debian.org"> gtkdoc-scanobj"> Debian GNU/Linux"> GNU"> ]>
&dhemail;
&dhfirstname; &dhsurname; 2001 &dhusername; &dhdate;
&dhucpackage; &dhsection; &dhpackage; gets information about object hierarchies and signals. &dhpackage; See section EXAMPLE DESCRIPTION &dhpackage; gets information about object hierarchies and signals by compiling a small C program. CFLAGS and LDFLAGS must be set appropriately before running this script. This binary must be used inside a Makefile and not directly in a command line. See section EXAMPLE. EXAMPLE See /usr/share/doc/gtk-doc-tools/examples, for a makefile.am and a configure.in example file. AUTHOR This manual page was written by &dhusername; &dhemail; for the &debian; system (but may be used by others).
debian/gtkdoc-mktmpl.10000664000000000000000000000570212301100737012025 0ustar .\" This -*- nroff -*- file has been generated from .\" DocBook SGML with docbook-to-man on Debian GNU/Linux. ...\" ...\" transcript compatibility for postscript use. ...\" ...\" synopsis: .P! ...\" .de P! \\&. .fl \" force out current output buffer \\!%PB \\!/showpage{}def ...\" the following is from Ken Flowers -- it prevents dictionary overflows \\!/tempdict 200 dict def tempdict begin .fl \" prolog .sy cat \\$1\" bring in postscript file ...\" the following line matches the tempdict above \\!end % tempdict % \\!PE \\!. .sp \\$2u \" move below the image .. .de pF .ie \\*(f1 .ds f1 \\n(.f .el .ie \\*(f2 .ds f2 \\n(.f .el .ie \\*(f3 .ds f3 \\n(.f .el .ie \\*(f4 .ds f4 \\n(.f .el .tm ? font overflow .ft \\$1 .. .de fP .ie !\\*(f4 \{\ . ft \\*(f4 . ds f4\" ' br \} .el .ie !\\*(f3 \{\ . ft \\*(f3 . ds f3\" ' br \} .el .ie !\\*(f2 \{\ . ft \\*(f2 . ds f2\" ' br \} .el .ie !\\*(f1 \{\ . ft \\*(f1 . ds f1\" ' br \} .el .tm ? font underflow .. .ds f1\" .ds f2\" .ds f3\" .ds f4\" '\" t .ta 8n 16n 24n 32n 40n 48n 56n 64n 72n .TH "gtkdoc-mktmpl" "1" .SH "NAME" gtkdoc-mktmpl \(em GTK DocBook documentation generator. .SH "SYNOPSIS" .PP \fBgtkdoc-mktmpl\fP [ See below ] .SH "DESCRIPTION" .PP \fBgtkdoc-mktmpl\fP This creates or updates the template files which contain the manually-edited documentation. (A \fItemplate\fP is a simple text form which is filled in with the description of a function, macro, enum, or struct. For functions and macros it also contains fields for describing the parameters.) .PP This script reads in the existing templates, found in tmpl/*.sgml, moves these files to tmpl/*.sgml.bak, and then recreates the .sgml files according to the structure given in the file \fIMODULE\fP-sections.txt. .PP Any new templates added, or new function parameters, are marked with \fIFIXME\fP so you can do a grep to see which parts need updating. .PP Any templates which are no longer used (i.e. they are remove from \fIMODULE\fP-sections.txt) are placed in the file tmpl/\fIMODULE\fP-unused.txt. If they are included again later they are automatically copied back into position. If you are certain that these templates will never be used again you can delete them from \fIMODULE\fP-unused.txt. .PP Any parameters to functions which are no longer used are separated from the rest of the parameters with the line \fB<\fP!-- # Unused Parameters # -->. It may be that the parameter name has just been changed, in which case you can copy the description to the parameter with the new name. You can delete the unused parameter descriptions when no longer needed. .SH "EXAMPLE" .PP See /usr/share/doc/gtk-doc-tools/examples, for a makefile.am and a configure.in example file. .SH "AUTHOR" .PP This manual page was written by Christian Marillat marillat@debian.org for the \fBDebian GNU/Linux\fP system (but may be used by others). ...\" created by instant / docbook-to-man, Wed 18 Jun 2003, 04:16 debian/gtk-doc.catalog0000664000000000000000000000014712301100737012050 0ustar PUBLIC "-//GtkViaAlcove//DOCUMENT Gtk-doc HTML Stylesheet//EN" "/usr/share/gtk-doc/data/gtk-doc.dsl" debian/gtkdoc-mkman.sgml0000664000000000000000000000427312301100737012430 0ustar Christian"> Marillat"> august 6, 2001"> 1"> marillat@debian.org"> gtkdoc-mkman"> Debian GNU/Linux"> GNU"> ]>
&dhemail;
&dhfirstname; &dhsurname; 2001 &dhusername; &dhdate;
&dhucpackage; &dhsection; &dhpackage; convert sgml file in man file. &dhpackage; nothing DESCRIPTION &dhpackage; Convert all sgml files to man files in a sgml directory with docbook-to-man. This binary must be used inside a Makefile and not directly in a command line. See section EXAMPLE. EXAMPLE See /usr/share/doc/gtk-doc-tools/examples, for a makefile.am and a configure.in example file. AUTHOR This manual page was written by &dhusername; &dhemail; for the &debian; system (but may be used by others).
debian/gtkdoc-fixxref.10000664000000000000000000000342112301100737012170 0ustar .\" This -*- nroff -*- file has been generated from .\" DocBook SGML with docbook-to-man on Debian GNU/Linux. ...\" ...\" transcript compatibility for postscript use. ...\" ...\" synopsis: .P! ...\" .de P! \\&. .fl \" force out current output buffer \\!%PB \\!/showpage{}def ...\" the following is from Ken Flowers -- it prevents dictionary overflows \\!/tempdict 200 dict def tempdict begin .fl \" prolog .sy cat \\$1\" bring in postscript file ...\" the following line matches the tempdict above \\!end % tempdict % \\!PE \\!. .sp \\$2u \" move below the image .. .de pF .ie \\*(f1 .ds f1 \\n(.f .el .ie \\*(f2 .ds f2 \\n(.f .el .ie \\*(f3 .ds f3 \\n(.f .el .ie \\*(f4 .ds f4 \\n(.f .el .tm ? font overflow .ft \\$1 .. .de fP .ie !\\*(f4 \{\ . ft \\*(f4 . ds f4\" ' br \} .el .ie !\\*(f3 \{\ . ft \\*(f3 . ds f3\" ' br \} .el .ie !\\*(f2 \{\ . ft \\*(f2 . ds f2\" ' br \} .el .ie !\\*(f1 \{\ . ft \\*(f1 . ds f1\" ' br \} .el .tm ? font underflow .. .ds f1\" .ds f2\" .ds f3\" .ds f4\" '\" t .ta 8n 16n 24n 32n 40n 48n 56n 64n 72n .TH "gtkdoc-fixxref" "1" .SH "NAME" gtkdoc-fixxref \(em fixes cross-references in the HTML documentation. .SH "SYNOPSIS" .PP \fBgtkdoc-fixxref\fP [ See section EXAMPLE ] .SH "DESCRIPTION" .PP \fBgtkdoc-fixxref\fP fixes cross-references in the HTML documentation. .PP This binary must be used inside a Makefile and not directly in a command line. See section EXAMPLE. .SH "EXAMPLE" .PP See /usr/share/doc/gtk-doc-tools/examples, for a makefile.am and a configure.in example file. .SH "AUTHOR" .PP This manual page was written by Christian Marillat marillat@debian.org for the \fBDebian GNU/Linux\fP system (but may be used by others). ...\" created by instant / docbook-to-man, Wed 18 Jun 2003, 04:16 debian/gtk-doc-tools.emacsen-startup0000664000000000000000000000134412301100737014707 0ustar ;; -*-emacs-lisp-*- ;; ;; Emacs startup file for the Debian GNU/Linux gtk-doc-tools package ;; ;; Originally contributed by Nils Naumann ;; Modified by Dirk Eddelbuettel ;; Adapted for dh-make by Jim Van Zandt ;; The gtk-doc-tools package follows the Debian/GNU Linux 'emacsen' policy and ;; byte-compiles its elisp files for each 'emacs flavor' (emacs19, ;; xemacs19, emacs20, xemacs20...). The compiled code is then ;; installed in a subdirectory of the respective site-lisp directory. ;; We have to add this to the load-path: (setq load-path (cons (concat "/usr/share/" (symbol-name flavor) "/site-lisp/gtk-doc-tools") load-path)) debian/gtkdoc-mkhtml.sgml0000664000000000000000000000447712301100737012627 0ustar Christian"> Marillat"> august 6, 2001"> 1"> marillat@debian.org"> gtkdoc-mkhtml"> Debian GNU/Linux"> GNU"> ]>
&dhemail;
&dhfirstname; &dhsurname; 2001 &dhusername; &dhdate;
&dhucpackage; &dhsection; &dhpackage; convert index.sgml file in html file. &dhpackage; DESCRIPTION &dhpackage; convert index.sgml file in html file. MODULE is the module name. DRIVER_FILE additional dsl file. This binary must be used inside a Makefile and not directly in a command line. See section EXAMPLE. EXAMPLE See /usr/share/doc/gtk-doc-tools/examples, for a makefile.am and a configure.in example file. AUTHOR This manual page was written by &dhusername; &dhemail; for the &debian; system (but may be used by others).