diff options
| author | Michael Vogt <michael.vogt@ubuntu.com> | 2007-11-29 12:17:28 +0100 |
|---|---|---|
| committer | Michael Vogt <michael.vogt@ubuntu.com> | 2007-11-29 12:17:28 +0100 |
| commit | a8751ec2d8ea5f0f6da3fa6083e0a43df61ec694 (patch) | |
| tree | 3188fe44a6c290a32a13488762942d9a83470d8a | |
| parent | ef9c8e692fd184824d29cba42c26daa9b20bdfdb (diff) | |
| download | python-apt-a8751ec2d8ea5f0f6da3fa6083e0a43df61ec694.tar.gz | |
* apt/README.apt:
- fix typo (thanks to Thomas Schoepf, closes: #387787)
| -rw-r--r-- | apt/README.apt | 2 | ||||
| -rw-r--r-- | debian/changelog | 4 |
2 files changed, 4 insertions, 2 deletions
diff --git a/apt/README.apt b/apt/README.apt index bba91e7c..30166a24 100644 --- a/apt/README.apt +++ b/apt/README.apt @@ -3,7 +3,7 @@ the c++ libapt code) a new python module "apt" is provided since version 0.6.13 of python-apt. It is a more python like interface to work with libapt (it uses apt_pkg -internally). Also there are already applications written against the new +internally). Although there are already applications written against the new apt python interface the API may change in the future and should not be considered stable. If in doubt, please contact deity@lists.debian.org. diff --git a/debian/changelog b/debian/changelog index 0e80122f..28581cd0 100644 --- a/debian/changelog +++ b/debian/changelog @@ -26,8 +26,10 @@ python-apt (0.7.4) unstable; urgency=low - fix refcount problem in OpProgress - fix refcount problem in FetchProgress - fix refcount problem in CdromProgress + * apt/README.apt: + - fix typo (thanks to Thomas Schoepf, closes: #387787) - -- Michael Vogt <michael.vogt@ubuntu.com> Thu, 29 Nov 2007 11:52:43 +0100 + -- Michael Vogt <michael.vogt@ubuntu.com> Thu, 29 Nov 2007 12:17:17 +0100 python-apt (0.7.3.1) unstable; urgency=low |
