This is an automated email from the git hooks/post-receive script. rene pushed a commit to branch debian-testing-4.0 in repository libreoffice.
commit e455e46dfba21d61be88e3caa33afb7ca5794a5a Author: Rene Engelhard <[email protected]> Date: Thu Aug 15 19:50:28 2013 +0200 /usr/share/doc/libreoffice-dev/api -> docs --- changelog | 2 ++ rules | 3 ++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/changelog b/changelog index 16f2c2d..221f80a 100644 --- a/changelog +++ b/changelog @@ -6,6 +6,8 @@ libreoffice (1:4.0.5~rc2-1) UNRELEASED; urgency=low * debian/rules: - don't try to package up -subsequentcheckbase on gcj-using archs as needed stuff isn't built there + * debian/libreoffice-dev-doc.links: add api -> docs symlink as Javadocs + should be in api/ * debian/rules: - temporarily use internal orcus and mdds as the new 4.1-usable versions diff --git a/rules b/rules index 927c016..4aeea4e 100755 --- a/rules +++ b/rules @@ -1339,7 +1339,8 @@ clean-debdir: # remove generated symlinks / java wrappers rm -rf debian/usr - find debian -name "*.links" -exec rm {} \; + find debian -name "*.links" ! -name "libreoffice-dev-doc.links" \ + -exec rm {} \; if [ -d "$(STAMP_DIR)" ]; then rm -rf "$(STAMP_DIR)"; fi rm -f debian/*.bug-script rm -f debian/scripts/aotcompile.py* -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-openoffice/libreoffice.git -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected] Archive: http://lists.debian.org/[email protected]

