Re: CDBS and /usr/share/doc links

2005-06-09 Thread Adeodato Simó
* Andreas Tille [Thu, 09 Jun 2005 12:00:20 +0200]: > Or is there even a hook for doing exactly what I want: Link to the doc > directory > of a dependant package? I use this in amarok: common-binary-post-install-arch:: for p in $(filter-out amarok,$(DEB_ALL_PACKAGES)); do \

Re: CDBS and /usr/share/doc links

2005-06-09 Thread Josselin Mouette
Le jeudi 09 juin 2005 à 12:00 +0200, Andreas Tille a écrit : > Intended layout: > > $ ls -l `pwd`/debian/tipptrainer-data-*/usr/share/doc > /home/tillea/debian-maintain/packages/tipptrainer/tipptrainer-0.6.0/debian/tipptrainer-data-de/usr/share/doc: > lrwxr-xr-x 1 tillea admin 11 2005-06-09 10:55

Re: CDBS and /usr/share/doc links

2005-06-09 Thread Andreas Tille
On Thu, 9 Jun 2005, Josselin Mouette wrote: I'm doing this with cdbs in libpng3, just have a look at this package. Basically I'm using dh_link to create the links, and I deactivated dh_installchangelogs and dh_installdocs for the packages that want the symbolic link. DEB_INSTALL_DOCS_foo :

CDBS and /usr/share/doc links

2005-06-09 Thread Andreas Tille
Hi, I wanted to switch to CDBS which makes the packaging awesome easy. One final problem was left for me when I tried to use implement the following multi binary package: Extract from control: Package: tipptrainer Architecture: any Depends: tipptrainer-data, ... ... Package: tipptrainer-data-d