Skip to content
Snippets Groups Projects
Commit fbcdca0d authored by Matthias Klose's avatar Matthias Klose
Browse files

* Fix libpython-all-dbg doc dir symlink. Closes: #712270.

parent 08e8d40d
No related branches found
No related tags found
No related merge requests found
python-defaults (2.7.5-3) UNRELEASED; urgency=low
* Fix libpython-all-dbg doc dir symlink. Closes: #712270.
-- Matthias Klose <doko@debian.org> Mon, 17 Jun 2013 11:09:36 +0200
python-defaults (2.7.5-2) unstable; urgency=low
* Add dependencies on the new libpython-{stdlib,all-dev,all-dbg} packages.
......
......@@ -365,7 +365,7 @@ endif
done
rm -rf debian/libpython-all-dev/usr/share/doc/libpython-all-dev
ln -sf libpython-dev debian/libpython-all-dev/usr/share/doc/libpython-all-dev
rm -rf debian/libpython-all-dbg/usr/share/doc/libpython-all-dev
rm -rf debian/libpython-all-dbg/usr/share/doc/libpython-all-dbg
ln -sf libpython-dbg debian/libpython-all-dbg/usr/share/doc/libpython-all-dbg
dh_compress -a $(NOPKGS)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment