mirror of
https://github.com/dkmstr/openuds.git
synced 2025-01-18 06:03:54 +03:00
Fixed building process of client packages
This commit is contained in:
parent
e0d2abbbd6
commit
35a4dd659c
@ -2,7 +2,7 @@
|
|||||||
# -*- makefile -*-
|
# -*- makefile -*-
|
||||||
|
|
||||||
# Version
|
# Version
|
||||||
VERSION := 1.7.5
|
# VERSION := 1.7.5
|
||||||
|
|
||||||
# Directories
|
# Directories
|
||||||
SOURCEDIR := ../src
|
SOURCEDIR := ../src
|
||||||
|
@ -33,4 +33,4 @@ done
|
|||||||
|
|
||||||
#rm udsclient-$VERSION
|
#rm udsclient-$VERSION
|
||||||
|
|
||||||
make DESTDIR=targz DISTRO=targz install
|
make DESTDIR=targz DISTRO=targz VERSION=${VERSION} install
|
||||||
|
@ -1,3 +1,9 @@
|
|||||||
|
udsclient (1.9.0) stable; urgency=medium
|
||||||
|
|
||||||
|
* Minor fixes & making version match UDS version
|
||||||
|
|
||||||
|
-- Adolfo Gómez García <agomez@virtualcable.es> Tue, 05 May 2015 07:03:47 +0200
|
||||||
|
|
||||||
udsclient (1.7.5) stable; urgency=medium
|
udsclient (1.7.5) stable; urgency=medium
|
||||||
|
|
||||||
* Initial release.
|
* Initial release.
|
||||||
|
@ -1 +1 @@
|
|||||||
udsclient_1.7.5_all.deb admin optional
|
udsclient_1.9.0_all.deb admin optional
|
||||||
|
Loading…
x
Reference in New Issue
Block a user