Dirk Eddelbuettel <[EMAIL PROTECTED]> writes:

> [ This package was already suggested by [EMAIL PROTECTED] (Stefan Hornburg)
>   in WNPP bug report #98136. In case Stefan does not want to upload the 
>   package, I would be happy to upload mine. Otherwise it is his. ]
> 
> I have the following package ready and lintian-clean (TM). Unless I hear
> objections, I intend to upload it onto master in the next few days. In the
> meantime, the package can be gotten from 
> 
>         http://eddelbuettel.com/dirk/code/debian/
> 
> The license is the same as Perl (i.e. Artistic, GPL)

Hello, Dirk !

I don't mind if you go ahead and package libspreadsheet-writeexcel.
I have enough complicated packages to work on, but I need the
libspreadsheet-stuff as well. So I have one suggestion to make
the packages work on potato as well:

build:
    ...
# Add here commands to compile the package.
        $(PERL) Makefile.PL INSTALLDIRS=vendor
# For potato builds
        if ! grep ^install_vendor Makefile >/dev/null; then \
                $(MAKE) clean; \
                $(PERL) Makefile.PL $(config); \
        fi
    ...

install:
# Add here commands to install the package into debian/tmp.
        if grep ^install_vendor Makefile; then \
                $(MAKE) install PREFIX=$(PWD)/debian/tmp/usr; \
        else \
                $(MAKE) pure_install DESTDIR=$(PWD)/debian/tmp; \
        fi


Please read the Perl policy if you don't understand this.

Bye
        Racke

-- 
Master of Swiss Web 2001: http://www.zweifel.ch/

For projects and other business stuff please refer to COBOLT NetServices
(URL: http://www.cobolt.net; Email: [EMAIL PROTECTED]; Phone: 0041-1-3884400)

Reply via email to