1
0
mirror of https://github.com/qTox/qTox.git synced 2024-03-22 14:00:36 +08:00

package version is more appropriate

This commit is contained in:
Bill Winslow 2014-09-02 18:03:55 -05:00
parent 627f58087c
commit 2956c82091
3 changed files with 5 additions and 3 deletions

2
debian/changelog vendored
View File

@ -1,4 +1,4 @@
qtox (1.0-1) UNRELEASED; urgency=medium local package
qtox (0.01pre-alpha-1) UNRELEASED; urgency=medium local package
* Initial release.

4
debian/control vendored
View File

@ -9,4 +9,6 @@ Package: qtox
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Tox client
qTox is a powerful Tox client that follows the Tox design guidelines
qTox is a powerful Tox client that follows the Tox design guidelines.
Tox is a decentralized and encrypted replacement for Skype, supporting
chats, audio, and video calls.

View File

@ -1,7 +1,7 @@
#!/bin/bash
# Config (Update me if needed !)
VERSION_UPSTREAM="1.0"
VERSION_UPSTREAM="0.01pre-alpha"
VERSION_PACKAGE="1"
PACKAGENAME="qtox"
UPSTREAM_URL="https://github.com/tux3/qTox/archive/master.tar.gz"