------------------------------------------------------------
revno: 1905
committer: Rene Engelhard <r...@debian.org>
branch nick: debian
timestamp: Thu 2010-04-01 16:14:59 +0200
message:
  clarify comment
modified:
  rules
=== modified file 'rules'
--- a/rules     2010-04-01 12:49:05 +0000
+++ b/rules     2010-04-01 14:14:59 +0000
@@ -3476,7 +3476,8 @@
        # dpkg-shlibdeps "in practice" always will look for this in
         # /usr/lib/openoffice/basisX.Y/program due to the RPATH and the
        # dh_shlibdeps would fail. It's excluded, and we now need to do it
-       # manually. Saves us a build-conflict which quickly can get outdated
+       # manually. Saves us a versioned build-conflict with ourselves
+       # which quickly can get outdated
        perl -pi -e 's/(shlibs.*$$)/$$1, $(shell cat /var/lib/dpkg/info/$(shell 
dpkg -S /usr/lib/`objdump -p $(PKGDIR)-core/$(OOBASISDIR)/program/libunordf*.so 
| grep NEEDED | grep librdf | awk '{ print $$2 }'` | cut -d: -f1).shlibs | awk 
'{ print $$3,$$4,$$5 }')/' $(PKGDIR)-core.substvars
 endif
        # don't make uno-libs3 depend on ure...

Reply via email to