- Timestamp:
- Jun 7, 2016 7:15:00 PM (5 years ago)
- Branches:
- master
- Children:
- 471ff5b9
- Parents:
- aa8fd85
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
build.xml
raa8fd85 rbfbd159 2095 2095 </target> 2096 2096 2097 <!-- same as debian-tarball but with bundled jetty --> 2098 <target name="precise-tarball" depends="getExtendedVersion"> 2097 <!-- same as debian-release-tarball but with bundled jetty 2098 - We add a 'p' to the release name and tarball since the source package is different; 2099 - Launchpad does not allow different source packages with the same name. 2100 --> 2101 <target name="precise-release-tarball" depends="getExtendedVersion"> 2099 2102 <!-- this will use the monotonerc file in the current workspace --> 2100 2103 <fail message="This target cannot be used without Monotone! Use "fakeroot debian/rules get-orig-source" instead."> … … 2105 2108 </condition> 2106 2109 </fail> 2107 <property name="debian.tarball.name" value="i2p_${ Extended.Version}.orig.tar.bz2" />2110 <property name="debian.tarball.name" value="i2p_${release.number}p.orig.tar.bz2" /> 2108 2111 <echo message="Checking out fresh copy into ../i2p-${Extended.Version} for tarballing:" /> 2109 2112 <delete dir="../i2p-${Extended.Version}" /> … … 2113 2116 <arg value="-r" /> 2114 2117 <arg value="w:" /> 2118 <arg value="-b" /> 2119 <arg value="i2p.i2p" /> 2115 2120 <arg value="../i2p-${Extended.Version}" /> 2116 2121 </exec> … … 2193 2198 <arg value="-r" /> 2194 2199 <arg value="w:" /> 2200 <arg value="-b" /> 2201 <arg value="i2p.i2p" /> 2195 2202 <arg value="../i2p-${Extended.Version}" /> 2196 2203 </exec>
Note: See TracChangeset
for help on using the changeset viewer.