Add extended changelogs as changelog for debian package, and changelog files for debs used by ui applications to display changes.

cusax-fix
Damian Minkov 16 years ago
parent d1661db0a0
commit f603dc9bb6

@ -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/">

@ -1,6 +1,6 @@
_PACKAGE_NAME_ (_VERSION_) unstable; urgency=low
* _CHANGES_
_CHANGES_
-- Martin Andre <mandre@dev.java.net> _DATE_

Loading…
Cancel
Save