summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Vogt <michael.vogt@ubuntu.com>2006-07-25 11:49:10 +0200
committerMichael Vogt <michael.vogt@ubuntu.com>2006-07-25 11:49:10 +0200
commit71022104cf64547ba54029555799d72e6fb8027f (patch)
tree72cd33024fcacc10054073d8105ad2c1699ea248
parent481e8bd432099e38aa176a990a7d4b2187e58039 (diff)
downloadpython-apt-71022104cf64547ba54029555799d72e6fb8027f.tar.gz
* added debian/examples
-rw-r--r--debian/changelog3
-rw-r--r--debian/examples1
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