|
|
|
|
@ -949,8 +949,8 @@
|
|
|
|
|
token="_PACKAGE_NAME_"
|
|
|
|
|
value="${package.name}"/>
|
|
|
|
|
|
|
|
|
|
<get src="http://bluejimp.com/sip-communicator/changelogs/changelog-${label}.txt"
|
|
|
|
|
dest="changelog-${label}.txt" ignoreerrors="true"/>
|
|
|
|
|
<get src="http://bluejimp.com/sip-communicator/changelogs/extended-changelog-${label}.txt"
|
|
|
|
|
dest="changelog-${label}.txt" ignoreerrors="true"/>
|
|
|
|
|
<loadfile property="latest.changelog"
|
|
|
|
|
srcFile="changelog-${label}.txt" failonerror="false"/>
|
|
|
|
|
<!-- Load a default value if file with changelogs is missing -->
|
|
|
|
|
@ -1028,6 +1028,15 @@
|
|
|
|
|
value="http://download.sip-communicator.org/nightly/debian/${package.name}_${sip-communicator.version}_i386.deb"/>
|
|
|
|
|
</propertyfile>
|
|
|
|
|
|
|
|
|
|
<!--
|
|
|
|
|
Copy changelogs before deleting them, this changelogs are used from
|
|
|
|
|
tools like Update Manager in Ubuntu distribution.
|
|
|
|
|
-->
|
|
|
|
|
<copy file="${inst.resrc}/debian/changelog"
|
|
|
|
|
tofile="${debian.dir}/${package.name}_${sip-communicator.version}_i386.changelog"/>
|
|
|
|
|
<copy file="${inst.resrc}/debian/changelog"
|
|
|
|
|
tofile="${debian.dir}/${package.name}_${sip-communicator.version}_amd64.changelog"/>
|
|
|
|
|
|
|
|
|
|
<!-- Delete the temporary files -->
|
|
|
|
|
<delete quiet="yes" failonerror="false">
|
|
|
|
|
<fileset dir="${inst.resrc}/debian/">
|
|
|
|
|
|