Changeset 61c6242
- Timestamp:
- Feb 6, 2019 11:48:48 AM (2 years ago)
- Branches:
- master
- Children:
- 3a30f07
- Parents:
- 16ccc1b
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
build.xml
r16ccc1b r61c6242 2379 2379 2380 2380 <target name="debian" depends="debian-clean, debchange, debian-binary" /> 2381 <target name="precise" depends="copy-precise, debian" /> 2382 <target name="wheezy" depends="precise" /> 2383 <target name="trusty" depends="copy-trusty, debian" /> 2384 <target name="jessie" depends="trusty" /> 2385 <target name="xenial" depends="copy-xenial, debian" /> 2386 <target name="bionic" depends="copy-bionic, debian" /> 2387 <target name="disco" depends="copy-disco, debian" /> 2388 <target name="buster" depends="disco" /> 2389 2390 <target name="copy-precise"> 2391 <copy todir="debian" overwrite="true"> 2392 <fileset dir="debian-alt/precise/" /> 2393 </copy> 2394 </target> 2395 <target name="copy-trusty"> 2396 <copy todir="debian" overwrite="true"> 2397 <fileset dir="debian-alt/trusty/" /> 2398 </copy> 2399 </target> 2400 <target name="copy-xenial"> 2401 <copy todir="debian" overwrite="true"> 2402 <fileset dir="debian-alt/xenial/" /> 2403 </copy> 2404 </target> 2405 <target name="copy-bionic"> 2406 <copy todir="debian" overwrite="true"> 2407 <fileset dir="debian-alt/bionic/" /> 2408 </copy> 2409 </target> 2410 <target name="copy-disco"> 2411 <copy todir="debian" overwrite="true"> 2412 <fileset dir="debian-alt/disco/" /> 2413 </copy> 2414 </target> 2381 2415 2382 2416 <target name="getExtendedVersion" depends="buildProperties, trimMtnRev">
Note: See TracChangeset
for help on using the changeset viewer.