diff options
| -rw-r--r-- | debian/changelog | 3 | ||||
| -rw-r--r-- | debian/examples | 1 |
2 files changed, 2 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog index f556704a..a086ded0 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,13 +4,12 @@ python-apt (0.6.19) unstable; urgency=low * doc/examples/print_uris.py: - added a example to show how the indexfile.ArchiveURI() can be used with binary packages - * re-added dh_installexamples (NMU breakage). Closes: #376014 [ Otavio Salvador ] * apt/cache.py: - fix commit doc string to also cite the open related callbacks - allow change of rootdir for APT database loading - - add dh_installexamples in package building + - add dh_installexamples in package building Closes: #376014 -- diff --git a/debian/examples b/debian/examples new file mode 100644 index 00000000..80a386c8 --- /dev/null +++ b/debian/examples @@ -0,0 +1 @@ +doc/examples/*.py |
