diff options
| author | Julian Andres Klode <jak@debian.org> | 2009-04-01 17:37:30 +0200 |
|---|---|---|
| committer | Julian Andres Klode <jak@debian.org> | 2009-04-01 17:37:30 +0200 |
| commit | b05b23dc822c0cc93446cb67d18b73105248928c (patch) | |
| tree | 7bd6dc3fde4ee60df2b5ddb9974c8b4910c28870 | |
| parent | 0447f65d8f2497d2b0ee3b27c772873dfc9c1248 (diff) | |
| download | python-apt-b05b23dc822c0cc93446cb67d18b73105248928c.tar.gz | |
Fix spelling error: python -> Python
| -rw-r--r-- | debian/changelog | 1 | ||||
| -rw-r--r-- | debian/control | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index a4db252f..f254200d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -8,6 +8,7 @@ python-apt (0.7.10) unstable; urgency=low - Remove mdz from Uploaders (Closes: #521477), add myself. - Update Standards-Version to 3.8.1 - Use ${binary:Version} instead of ${Source-Version} + - Fix spelling error: python -> Python * debian/copyright: Switch to machine-interpretable copyright * Fix documentation building - doc/source/conf.py: Only include directories for current python version. diff --git a/debian/control b/debian/control index e50518ae..8943ae20 100644 --- a/debian/control +++ b/debian/control @@ -53,4 +53,4 @@ Description: Python interface to libapt-pkg (debug extension) libapt-pkg structures allowing Python programs to easily perform a variety of functions. . - This package contains the extension built for the python debug interpreter. + This package contains the extension built for the Python debug interpreter. |
