From 89246e2b657c7f160d5ebe2633ef64e3cdc23ee8 Mon Sep 17 00:00:00 2001 From: Julian Andres Klode Date: Fri, 12 Mar 2010 12:41:01 +0100 Subject: Install examples to python-apt-doc instead of python-apt. --- debian/changelog | 1 + debian/examples | 2 -- debian/python-apt-doc.examples | 2 ++ 3 files changed, 3 insertions(+), 2 deletions(-) delete mode 100644 debian/examples create mode 100644 debian/python-apt-doc.examples (limited to 'debian') diff --git a/debian/changelog b/debian/changelog index 35d9039e..276e5cc3 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,6 +4,7 @@ python-apt (0.7.94.1) UNRELEASED; urgency=low on python2.6. * Use dh_link instead of ln for python-apt-doc (Closes: #573523). * Pass --link-doc=python-apt to dh_installdocs. + * Install examples to python-apt-doc instead of python-apt. -- Julian Andres Klode Thu, 11 Mar 2010 19:33:26 +0100 diff --git a/debian/examples b/debian/examples deleted file mode 100644 index e4a93ea1..00000000 --- a/debian/examples +++ /dev/null @@ -1,2 +0,0 @@ -doc/examples/*.py -doc/source/examples/*.py diff --git a/debian/python-apt-doc.examples b/debian/python-apt-doc.examples new file mode 100644 index 00000000..e4a93ea1 --- /dev/null +++ b/debian/python-apt-doc.examples @@ -0,0 +1,2 @@ +doc/examples/*.py +doc/source/examples/*.py -- cgit v1.2.3