summaryrefslogtreecommitdiff
path: root/tools/build-debian.sh
diff options
context:
space:
mode:
authorSébastien Helleu <flashcode@flashtux.org>2016-10-23 08:37:31 +0200
committerSébastien Helleu <flashcode@flashtux.org>2016-10-23 08:37:31 +0200
commitb3d4680600db03b204f396c5606efa30df6249e7 (patch)
tree0ca84a6166039b2b102646aa830310097d4d427e /tools/build-debian.sh
parent133cbbd947520f9971db87da1216811cf1ddaa4b (diff)
downloadweechat-b3d4680600db03b204f396c5606efa30df6249e7.zip
debian: update comments in build script
Diffstat (limited to 'tools/build-debian.sh')
-rwxr-xr-xtools/build-debian.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/build-debian.sh b/tools/build-debian.sh
index 5ccefc9b6..277add528 100755
--- a/tools/build-debian.sh
+++ b/tools/build-debian.sh
@@ -171,7 +171,7 @@ else
fi
if [ "${VERSION}" = "devel" ]; then
- # packages are like: weechat-devel(-xxx)_X.Y-1~dev20150511_arch.deb
+ # devel packages: weechat-devel(-xxx)_X.Y-1~dev20150511_arch.deb
DEB_DIR="debian-devel"
DEB_NAME="weechat-devel"
DEB_VERSION="$(${ROOT_DIR}/version.sh devel)-1~dev$(date '+%Y%m%d')"
@@ -182,7 +182,7 @@ if [ "${VERSION}" = "devel" ]; then
DCH_URGENCY="low"
DCH_CHANGELOG="Repository snapshot"
else
- # packages are like: weechat-(-xxx)_X.Y-1_arch.deb
+ # stable packages: weechat-(-xxx)_X.Y-1_arch.deb
DEB_DIR="debian-stable"
DEB_NAME="weechat"
DEB_VERSION="${VERSION}-${DEB_REVISION}"