diff options
author | Martin Andre <martin@mandre.org> | 2007-01-10 15:23:28 +0000 |
---|---|---|
committer | Martin Andre <martin@mandre.org> | 2007-01-10 15:23:28 +0000 |
commit | 42a974ddc60d001a5df4e46b87c864daf0a10c56 (patch) | |
tree | 37802770e3d5377228b79af0f0646d2dfffd0e28 /resources/install | |
parent | 8908e7988118375d916f06d40711281a6c0b139b (diff) | |
download | jitsi-42a974ddc60d001a5df4e46b87c864daf0a10c56.zip jitsi-42a974ddc60d001a5df4e46b87c864daf0a10c56.tar.gz jitsi-42a974ddc60d001a5df4e46b87c864daf0a10c56.tar.bz2 |
The Debian package as well as the sip-communicator executable now uses the SIP Communicator version available in the build.xml (fixes issue #284)
Diffstat (limited to 'resources/install')
-rw-r--r-- | resources/install/debian/changelog.tmpl (renamed from resources/install/debian/changelog) | 6 | ||||
-rw-r--r-- | resources/install/debian/sip-communicator.sh.tmpl (renamed from resources/install/debian/sip-communicator.sh) | 2 |
2 files changed, 7 insertions, 1 deletions
diff --git a/resources/install/debian/changelog b/resources/install/debian/changelog.tmpl index 545e030..9374a5b 100644 --- a/resources/install/debian/changelog +++ b/resources/install/debian/changelog.tmpl @@ -1,3 +1,9 @@ +sip-communicator (_VERSION_) unstable; urgency=low + + * Nightly builds + + -- Martin Andre <mandre@dev.java.net> _DATE_ + sip-communicator (1.0-alpha2-1) unstable; urgency=low * Switching to alpha2 nightly builds diff --git a/resources/install/debian/sip-communicator.sh b/resources/install/debian/sip-communicator.sh.tmpl index 24f3efe..77616e7 100644 --- a/resources/install/debian/sip-communicator.sh +++ b/resources/install/debian/sip-communicator.sh.tmpl @@ -8,7 +8,7 @@ eval set -- "$TEMP" while true ; do case "$1" in - -V|--version) echo "SIP Communicator version 1.0-alpha2.nightly.build"; exit 0;; + -V|--version) echo "SIP Communicator version _SC_VERSION_"; exit 0;; --) shift ; break ;; *) echo "Internal error!" ; exit 1 ;; esac |