/usr/share/doc/git-buildpackage/apidocs/gbp-module.html is in git-buildpackage 0.6.22.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 | <?xml version="1.0" encoding="ascii"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<title>gbp</title>
<link rel="stylesheet" href="epydoc.css" type="text/css" />
<script type="text/javascript" src="epydoc.js"></script>
</head>
<body bgcolor="white" text="black" link="blue" vlink="#204080"
alink="#204080">
<!-- ==================== NAVIGATION BAR ==================== -->
<table class="navbar" border="0" width="100%" cellpadding="0"
bgcolor="#a0c0ff" cellspacing="0">
<tr valign="middle">
<!-- Tree link -->
<th> <a
href="module-tree.html">Trees</a> </th>
<!-- Index link -->
<th> <a
href="identifier-index.html">Indices</a> </th>
<!-- Help link -->
<th> <a
href="help.html">Help</a> </th>
<!-- Project homepage -->
<th class="navbar" align="right" width="100%">
<table border="0" cellpadding="0" cellspacing="0">
<tr><th class="navbar" align="center"
><a class="navbar" target="_top" href="https://honk.sigxcpu.org/piki/projects/git-buildpackage/">git-buildpackage</a></th>
</tr></table></th>
</tr>
</table>
<table width="100%" cellpadding="0" cellspacing="0">
<tr valign="top">
<td width="100%">
<span class="breadcrumbs">
Package gbp
</span>
</td>
<td>
<table cellpadding="0" cellspacing="0">
<!-- hide/show private -->
<tr><td align="right"><span class="options">[<a href="javascript:void(0);" class="privatelink"
onclick="toggle_private();">hide private</a>]</span></td></tr>
<tr><td align="right"><span class="options"
>[<a href="frames.html" target="_top">frames</a
>] | <a href="gbp-module.html"
target="_top">no frames</a>]</span></td></tr>
</table>
</td>
</tr>
</table>
<!-- ==================== PACKAGE DESCRIPTION ==================== -->
<h1 class="epydoc">Package gbp</h1><p class="nomargin-top"></p>
<p>The various things needed by git-buildpackage and friends</p>
<!-- ==================== SUBMODULES ==================== -->
<a name="section-Submodules"></a>
<table class="summary" border="1" cellpadding="3"
cellspacing="0" width="100%" bgcolor="white">
<tr bgcolor="#70b0f0" class="table-header">
<td colspan="2" class="table-header">
<table border="0" cellpadding="0" cellspacing="0" width="100%">
<tr valign="top">
<td align="left"><span class="table-header">Submodules</span></td>
<td align="right" valign="top"
><span class="options">[<a href="#section-Submodules"
class="privatelink" onclick="toggle_private();"
>hide private</a>]</span></td>
</tr>
</table>
</td>
</tr>
<tr><td class="summary">
<ul class="nomargin">
<li> <strong class="uidlink"><a href="gbp.command_wrappers-module.html">gbp.command_wrappers</a></strong>: <em class="summary">Simple class wrappers for the various external commands needed by
git-buildpackage and friends</em> </li>
<li> <strong class="uidlink"><a href="gbp.config-module.html">gbp.config</a></strong>: <em class="summary">handles command line and config file option parsing for the gbp
commands</em> </li>
<li> <strong class="uidlink"><a href="gbp.dch-module.html">gbp.dch</a></strong>: <em class="summary">provides git-dch helpers</em> </li>
<li> <strong class="uidlink"><a href="gbp.deb-module.html">gbp.deb</a></strong>: <em class="summary">provides some debian source package related helpers</em>
<ul>
<li> <strong class="uidlink"><a href="gbp.deb.changelog-module.html">gbp.deb.changelog</a></strong>: <em class="summary">A Debian Changelog</em> </li>
<li> <strong class="uidlink"><a href="gbp.deb.control-module.html">gbp.deb.control</a></strong>: <em class="summary">A Debian Control file</em> </li>
<li> <strong class="uidlink"><a href="gbp.deb.dscfile-module.html">gbp.deb.dscfile</a></strong>: <em class="summary">provides some debian source package related helpers</em> </li>
<li> <strong class="uidlink"><a href="gbp.deb.format-module.html">gbp.deb.format</a></strong>: <em class="summary">Parse debian/source/format</em> </li>
<li> <strong class="uidlink"><a href="gbp.deb.git-module.html">gbp.deb.git</a></strong>: <em class="summary">A Git Repository that keeps a Debian Package</em> </li>
<li> <strong class="uidlink"><a href="gbp.deb.policy-module.html">gbp.deb.policy</a></strong>: <em class="summary">Debian Packaging policies</em> </li>
<li> <strong class="uidlink"><a href="gbp.deb.pristinetar-module.html">gbp.deb.pristinetar</a></strong>: <em class="summary">Handle checkin and checkout of archives from the pristine-tar
branch</em> </li>
<li> <strong class="uidlink"><a href="gbp.deb.source-module.html">gbp.deb.source</a></strong>: <em class="summary">provides some debian source package related helpers</em> </li>
<li> <strong class="uidlink"><a href="gbp.deb.upstreamsource-module.html">gbp.deb.upstreamsource</a></strong>: <em class="summary">Debian-specific upstream sources</em> </li>
<li> <strong class="uidlink"><a href="gbp.deb.uscan-module.html">gbp.deb.uscan</a></strong>: <em class="summary">Interface to uscan</em> </li>
</ul>
</li>
<li> <strong class="uidlink"><a href="gbp.errors-module.html">gbp.errors</a></strong>: <em class="summary">Errors raised in gbp commands</em> </li>
<li> <strong class="uidlink"><a href="gbp.format-module.html">gbp.format</a></strong>: <em class="summary">Format a message</em> </li>
<li> <strong class="uidlink"><a href="gbp.git-module.html">gbp.git</a></strong>: <em class="summary">Accessing Git from python</em>
<ul>
<li> <strong class="uidlink"><a href="gbp.git.args-module.html">gbp.git.args</a></strong>: <em class="summary">Git command argument handling helpers</em> </li>
<li> <strong class="uidlink"><a href="gbp.git.commit-module.html">gbp.git.commit</a></strong>: <em class="summary">Git commit class and helpers</em> </li>
<li> <strong class="uidlink"><a href="gbp.git.errors-module.html">gbp.git.errors</a></strong>: <em class="summary">Git base error exception</em> </li>
<li> <strong class="uidlink"><a href="gbp.git.fastimport-module.html">gbp.git.fastimport</a></strong>: <em class="summary">Git fast import class</em> </li>
<li> <strong class="uidlink"><a href="gbp.git.modifier-module.html">gbp.git.modifier</a></strong>: <em class="summary">Someone who modifiers something in git</em> </li>
<li> <strong class="uidlink"><a href="gbp.git.repository-module.html">gbp.git.repository</a></strong>: <em class="summary">A Git repository</em> </li>
<li> <strong class="uidlink"><a href="gbp.git.vfs-module.html">gbp.git.vfs</a></strong>: <em class="summary">Make blobs in a git repository accessible as file like objects</em> </li>
</ul>
</li>
<li> <strong class="uidlink"><a href="gbp.log-module.html">gbp.log</a></strong>: <em class="summary">Simple colored logging classes</em> </li>
<li> <strong class="uidlink"><a href="gbp.notifications-module.html">gbp.notifications</a></strong> </li>
<li> <strong class="uidlink"><a href="gbp.patch_series-module.html">gbp.patch_series</a></strong>: <em class="summary">Handle Patches and Patch Series</em> </li>
<li> <strong class="uidlink"><a href="gbp.pkg-module.html">gbp.pkg</a></strong>: <em class="summary">Common functionality of the Debian/RPM package helpers</em>
<ul>
<li> <strong class="uidlink"><a href="gbp.pkg.pristinetar-module.html">gbp.pkg.pristinetar</a></strong>: <em class="summary">Handle checkin and checkout of archives from the pristine-tar
branch</em> </li>
</ul>
</li>
<li> <strong class="uidlink"><a href="gbp.rpm-module.html">gbp.rpm</a></strong>: <em class="summary">provides some rpm source package related helpers</em>
<ul>
<li> <strong class="uidlink"><a href="gbp.rpm.git-module.html">gbp.rpm.git</a></strong> </li>
<li> <strong class="uidlink"><a href="gbp.rpm.lib_rpm-module.html">gbp.rpm.lib_rpm</a></strong>: <em class="summary">Wrapper module for librpm</em> </li>
<li> <strong class="uidlink"><a href="gbp.rpm.linkedlist-module.html">gbp.rpm.linkedlist</a></strong>: <em class="summary">Simple implementation of a doubly linked list</em> </li>
<li> <strong class="uidlink"><a href="gbp.rpm.policy-module.html">gbp.rpm.policy</a></strong>: <em class="summary">Default packaging policy for RPM</em> </li>
</ul>
</li>
<li> <strong class="uidlink"><a href="gbp.scripts-module.html">gbp.scripts</a></strong>: <em class="summary">The gbp commands</em>
<ul>
<li> <strong class="uidlink"><a href="gbp.scripts.buildpackage-module.html">gbp.scripts.buildpackage</a></strong>: <em class="summary">Build a debian package out of a GIT repository</em> </li>
<li> <strong class="uidlink"><a href="gbp.scripts.clone-module.html">gbp.scripts.clone</a></strong>: <em class="summary">Clone a GIT repository and set it up for gbp</em> </li>
<li> <strong class="uidlink"><a href="gbp.scripts.common-module.html">gbp.scripts.common</a></strong>: <em class="summary">Parts shared between the deb and rpm commands</em>
<ul>
<li> <strong class="uidlink"><a href="gbp.scripts.common.buildpackage-module.html">gbp.scripts.common.buildpackage</a></strong>: <em class="summary">Common functionality for Debian and RPM buildpackage scripts</em> </li>
<li> <strong class="uidlink"><a href="gbp.scripts.common.import_orig-module.html">gbp.scripts.common.import_orig</a></strong>: <em class="summary">Common functionality for import-orig scripts</em> </li>
<li> <strong class="uidlink"><a href="gbp.scripts.common.pq-module.html">gbp.scripts.common.pq</a></strong>: <em class="summary">Common functionality for Debian and RPM patchqueue management</em> </li>
</ul>
</li>
<li> <strong class="uidlink"><a href="gbp.scripts.config-module.html">gbp.scripts.config</a></strong>: <em class="summary">Query and display config file values</em> </li>
<li> <strong class="uidlink"><a href="gbp.scripts.create_remote_repo-module.html">gbp.scripts.create_remote_repo</a></strong>: <em class="summary">Create a remote GIT repository based on the current one</em> </li>
<li> <strong class="uidlink"><a href="gbp.scripts.dch-module.html">gbp.scripts.dch</a></strong>: <em class="summary">Generate Debian changelog entries from GIT commit messages</em> </li>
<li> <strong class="uidlink"><a href="gbp.scripts.import_dsc-module.html">gbp.scripts.import_dsc</a></strong>: <em class="summary">Import a Debian source package into a GIT repository</em> </li>
<li> <strong class="uidlink"><a href="gbp.scripts.import_dscs-module.html">gbp.scripts.import_dscs</a></strong>: <em class="summary">Import multiple dsc files into GIT in one go</em> </li>
<li> <strong class="uidlink"><a href="gbp.scripts.import_orig-module.html">gbp.scripts.import_orig</a></strong>: <em class="summary">Import a new upstream version into a GIT repository</em> </li>
<li> <strong class="uidlink"><a href="gbp.scripts.import_srpm-module.html">gbp.scripts.import_srpm</a></strong>: <em class="summary">Import an RPM source package into a GIT repository</em> </li>
<li> <strong class="uidlink"><a href="gbp.scripts.pq-module.html">gbp.scripts.pq</a></strong>: <em class="summary">Manage Debian patches on a patch queue branch</em> </li>
<li> <strong class="uidlink"><a href="gbp.scripts.pull-module.html">gbp.scripts.pull</a></strong>: <em class="summary">Pull remote changes and fast forward debian, upstream and
pristine-tar branch</em> </li>
<li> <strong class="uidlink"><a href="gbp.scripts.supercommand-module.html">gbp.scripts.supercommand</a></strong>: <em class="summary">Supercommand for all gbp commands</em> </li>
</ul>
</li>
<li> <strong class="uidlink"><a href="gbp.tmpfile-module.html">gbp.tmpfile</a></strong>: <em class="summary">Temporary directory handling</em> </li>
<li> <strong class="uidlink"><a href="gbp.tristate-module.html">gbp.tristate</a></strong>: <em class="summary">A switch with three states: on|off|auto</em> </li>
<li> <strong class="uidlink"><a href="gbp.version-module.html">gbp.version</a></strong>: <em class="summary">The current gbp version number</em> </li>
</ul></td></tr>
</table>
<br />
<!-- ==================== VARIABLES ==================== -->
<a name="section-Variables"></a>
<table class="summary" border="1" cellpadding="3"
cellspacing="0" width="100%" bgcolor="white">
<tr bgcolor="#70b0f0" class="table-header">
<td colspan="2" class="table-header">
<table border="0" cellpadding="0" cellspacing="0" width="100%">
<tr valign="top">
<td align="left"><span class="table-header">Variables</span></td>
<td align="right" valign="top"
><span class="options">[<a href="#section-Variables"
class="privatelink" onclick="toggle_private();"
>hide private</a>]</span></td>
</tr>
</table>
</td>
</tr>
<tr>
<td width="15%" align="right" valign="top" class="summary">
<span class="summary-type"> </span>
</td><td class="summary">
<a name="__package__"></a><span class="summary-name">__package__</span> = <code title="None">None</code><br />
hash(x)
</td>
</tr>
</table>
<!-- ==================== NAVIGATION BAR ==================== -->
<table class="navbar" border="0" width="100%" cellpadding="0"
bgcolor="#a0c0ff" cellspacing="0">
<tr valign="middle">
<!-- Tree link -->
<th> <a
href="module-tree.html">Trees</a> </th>
<!-- Index link -->
<th> <a
href="identifier-index.html">Indices</a> </th>
<!-- Help link -->
<th> <a
href="help.html">Help</a> </th>
<!-- Project homepage -->
<th class="navbar" align="right" width="100%">
<table border="0" cellpadding="0" cellspacing="0">
<tr><th class="navbar" align="center"
><a class="navbar" target="_top" href="https://honk.sigxcpu.org/piki/projects/git-buildpackage/">git-buildpackage</a></th>
</tr></table></th>
</tr>
</table>
<table border="0" cellpadding="0" cellspacing="0" width="100%%">
<tr>
<td align="left" class="footer">
Generated by Epydoc 3.0.1 on Wed Oct 29 07:02:10 2014
</td>
<td align="right" class="footer">
<a target="mainFrame" href="http://epydoc.sourceforge.net"
>http://epydoc.sourceforge.net</a>
</td>
</tr>
</table>
<script type="text/javascript">
<!--
// Private objects are initially displayed (because if
// javascript is turned off then we want them to be
// visible); but by default, we want to hide them. So hide
// them unless we have a cookie that says to show them.
checkCookie();
// -->
</script>
</body>
</html>
|