~alpine/devel

[alpine-devel] Packaging Perl Modules

Çağıl P. Şesto <secpost@abwesend.de>
Details
Message ID
<20150622151559.GA22840@localhost.localdomain>
Sender timestamp
1434986159
DKIM signature
missing
Download raw message
Hi,

I recently packaged a few perl modules for a project
and we agreed that they are in the public domain, so
I can give them back.

We actually do the tests that come with the modules
while building:

build() {
        cd "$_builddir"
	make || return 1
	make test || return 1
	}

So, do you want the tests removed or can they stay?

I consider them useful, not sure how you guys
see it - the tests don't get into the package, I am
taking only about the execution of the amke test in a
build environment, before assmebling the package.


---
Unsubscribe:  alpine-devel+unsubscribe@lists.alpinelinux.org
Help:         alpine-devel+help@lists.alpinelinux.org
---
Reply to thread Export thread (mbox)