convert remaining diffs to upstream build.xml into a quilt style patch
[debian/freetts] / build.xml
index 843332f4ad141a7a3c090bebaae6b1f59a13ac3d..34f7475c2cb25d98245faec547f34f57a074e01f 100644 (file)
--- a/build.xml
+++ b/build.xml
@@ -1051,13 +1051,6 @@ jsapi.exe from the lib directory.
              excludes="**/*.jar,**/tests/**" />
     </target>
 
-    <!-- debian .. builds only what's needed for Debian packaging -->
-    <target name="debian" depends="all,javadoc">
-        <mkdir dir="${deploy_dir}/freetts-${version}" />
-        <copy todir="${deploy_dir}/freetts-${version}" includeEmptyDirs="false">
-            <fileset refid="binaries" />
-       </copy>
-    </target>
 
     <!-- freetts-bin -->
     <target name="deploy_bin" depends="deploy_init">