1 2 3 4 5 6 7 8 9 10 11 12 13 14
|
Description: Removes LICENSE file from binary package
Author: Thomas Goirand <zigo@debian.org>
Forwarded: no
--- phpunit-3.6.10.orig/package.xml
+++ phpunit-3.6.10/package.xml
@@ -428,7 +428,6 @@ http://github.com/sebastianbergmann/phpu
<tasks:replace from="@package_version@" to="version" type="package-info" />
</file>
<file baseinstalldir="/" md5sum="c8e2b4544607ef13a0ae6324579b06cf" name="ChangeLog.markdown" role="doc" />
- <file baseinstalldir="/" md5sum="3336f023f97a66bb46f63e42e4d95984" name="LICENSE" role="doc" />
<file baseinstalldir="/" md5sum="4a2fdd7af9462cc85d7ca9cd0a760e8d" name="README.markdown" role="doc" />
<file baseinstalldir="/" md5sum="79176c2851ea7ade0909f8060a92f285" name="phpunit.php" role="script">
<tasks:replace from="/usr/bin/env php" to="php_bin" type="pear-config" />
|