summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog2
-rw-r--r--python/apt_pkgmodule.cc2
2 files changed, 2 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog
index ba6c47f6..783e510f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -13,7 +13,7 @@ python-apt (0.6.19) unstable; urgency=low
- allow change of rootdir for APT database loading
- add dh_installexamples in package building Closes: #376014
- --
+ -- Michael Vogt <michael.vogt@ubuntu.com> Wed, 26 Jul 2006 18:51:56 +0200
python-apt (0.6.18-0.2) unstable; urgency=low
diff --git a/python/apt_pkgmodule.cc b/python/apt_pkgmodule.cc
index 01e9c200..b1c5c2a5 100644
--- a/python/apt_pkgmodule.cc
+++ b/python/apt_pkgmodule.cc
@@ -408,7 +408,7 @@ static PyMethodDef methods[] =
// Stuff
{"md5sum",md5sum,METH_VARARGS,doc_md5sum},
{"sha1sum",sha1sum,METH_VARARGS,doc_sha1sum},
- {"sha256sum",sha1sum,METH_VARARGS,doc_sha256sum},
+ {"sha256sum",sha256sum,METH_VARARGS,doc_sha256sum},
// Strings
{"CheckDomainList",StrCheckDomainList,METH_VARARGS,"CheckDomainList(String,String) -> Bool"},