diff options
author | Guido Günther <agx@sigxcpu.org> | 2012-01-21 17:37:13 +0100 |
---|---|---|
committer | Guido Günther <agx@sigxcpu.org> | 2012-01-21 17:37:13 +0100 |
commit | b05072150c7cdcadc8d797f33d10e3403996ff54 (patch) | |
tree | 2377bbb6ad153e4903cce1ab03d72cd5797ab7ce /gbp/deb | |
parent | 43a6aa2a79dd279848ec38c867683344cfd679ea (diff) | |
download | git-buildpackage-b05072150c7cdcadc8d797f33d10e3403996ff54.tar.gz git-buildpackage-b05072150c7cdcadc8d797f33d10e3403996ff54.tar.bz2 git-buildpackage-b05072150c7cdcadc8d797f33d10e3403996ff54.zip |
DebianGitRepository: fix module description
Diffstat (limited to 'gbp/deb')
-rw-r--r-- | gbp/deb/git.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gbp/deb/git.py b/gbp/deb/git.py index 5890df22..c6dc10f5 100644 --- a/gbp/deb/git.py +++ b/gbp/deb/git.py @@ -14,7 +14,7 @@ # You should have received a copy of the GNU General Public License # along with this program; if not, write to the Free Software # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA -"""A Debian Changelog""" +"""A Git Repository that keeps a Debian Package""" import re from gbp.git import GitRepository, GitRepositoryError |