severity 293063 important
merge 293063 293842
thanks

Quoting Javier Fernández-Sanguino Peña ([EMAIL PROTECTED]):
> Package: lifelines
> Version: 3.0.40-1
> Priority: important
> Tags: patch
> 
> The lifelines packages contains all the files under /usr/share/lifelines/ 
> that the package lifelines-reports also provides thus making installation 
> of both packages impossible. If you unpack the .deb file and check its 
> contents you will see the following:

This was reported as 293063. However, your proposed severity is
better.

I'm indeed working on the solution. This comes from a change in
upstream's build system which I didn't noticed.

> BTW, shouldn't lifelines "Recommend:" lifelines-reports?

I suggest you record this as another wishlist BR...Dunno if I will
change this for sarge. I need to more carefully read the DR for
choosing either Recommends or Suggests


> 
> Regards
> 
> Javier

> --- rules.orig        2005-02-06 10:37:12.000000000 +0100
> +++ rules     2005-02-06 10:41:51.000000000 +0100
> @@ -116,8 +116,12 @@
>       cp $(CURDIR)/debian/add-ons/llines $(DESTDIR)/usr/bin/llines 
>       chmod 755 $(DESTDIR)/usr/bin/llines 
>       chmod 755 $(DESTDIR)/usr/share/lifelines/gen_index
> -     cp reports/*.ll `pwd`/debian/lifelines-reports/usr/share/lifelines
> -     chmod 644 `pwd`/debian/lifelines-reports/usr/share/lifelines/*.ll
> +     # Copy all the contents of the reports directory to the
> +     # lifelines-report package
> +     rm -rf $(DESTDIR)/usr/share/lifelines/
> +     cp -a reports/* `pwd`/debian/lifelines-reports/usr/share/lifelines
> +     find `pwd`/debian/lifelines-reports/usr/share/lifelines/ -type f \
> +             -exec chmod 644 {} \;
>       cp $(CURDIR)/.linesrc $(CURDIR)/linesrc
>  
>       # Icon for menus




-- 




-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to