File: 0002-Adapt-build.xml-to-Debian-expectations.patch

package info (click to toggle)
phpunit-dbunit 2.0.3-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 900 kB
  • ctags: 1,394
  • sloc: php: 5,449; xml: 477; sh: 42; makefile: 12
file content (21 lines) | stat: -rw-r--r-- 615 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
From: =?utf-8?q?David_Pr=C3=A9vot?= <david@tilapin.org>
Date: Sat, 7 Feb 2015 14:56:17 -0400
Subject: Adapt build.xml to Debian expectations

Forwarded: not-needed
---
 build.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/build.xml b/build.xml
index 440d240..73c0d0e 100644
--- a/build.xml
+++ b/build.xml
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <project name="dbunit" default="build">
- <target name="build" depends="clean,composer"/>
+ <target name="build" depends=""/>
 
  <target name="clean" description="Cleanup build artifacts">
   <delete dir="${basedir}/vendor"/>