Commit 339f7ac8 authored by Daniel Henninger's avatar Daniel Henninger Committed by dhenninger

Fixed changelog listing.

Now builds properly when /etc/openfire isn't owned by build process.
Switched to pre-depends so that install doesn't overwrite anything if 
not all dependencies are met.


git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/trunk@9747 b35dd754-fafc-0310-a699-88a17e54d16e
parent b63c5e74
......@@ -1789,7 +1789,7 @@
<!-- Copy the resulting files into target -->
<copy todir="${debian.release.dir}">
<fileset dir="${debian.work.dir}/..">
<fileset dir="${debian.work.dir}/.." followsymlinks="false">
<include name="**/*.deb" />
<include name="**/*.changes" />
<include name="**/*.dsc" />
......
openfire (@version@) unstable; urgency=medium
* For full changelog, see http://www.igniterealtime.org/builds/wildfire/docs/latest/changelog.html
* For full changelog, see http://www.igniterealtime.org/builds/openfire/docs/latest/changelog.html
-- Jive Software <webmaster@jivesoftware.com> @builddate@
......@@ -8,7 +8,7 @@ Standards-Version: 3.7.2
Package: openfire
Section: net
Priority: optional
Depends: sun-java5-jre | sun-java6-jre
Pre-Depends: sun-java5-jre | sun-java6-jre
Architecture: all
Description: A high performance XMPP (Jabber) server.
Openfire is an instant messaging server that implements the XMPP
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment