From 2b2f5720451b3e5bbf45775d7c7416a936eb77ac Mon Sep 17 00:00:00 2001 From: LV-426 Date: Sun, 3 May 2015 20:32:48 +0300 Subject: build.ant: package-name injection into debian/control --- build.ant | 27 ++++++++++++++++----------- res/debian/pkg__rhizi-common/control | 2 +- 2 files changed, 17 insertions(+), 12 deletions(-) diff --git a/build.ant b/build.ant index 6564b39b..30c21b87 100644 --- a/build.ant +++ b/build.ant @@ -199,14 +199,14 @@ - + - + @@ -214,17 +214,16 @@ - + - - - + + + - - @@ -238,10 +237,15 @@ + + + + + + + + - @@ -262,6 +266,7 @@ + diff --git a/res/debian/pkg__rhizi-common/control b/res/debian/pkg__rhizi-common/control index 88a3b56a..afb3857e 100644 --- a/res/debian/pkg__rhizi-common/control +++ b/res/debian/pkg__rhizi-common/control @@ -7,7 +7,7 @@ Build-Depends: debhelper (>= 9), Standards-Version: 3.9.5 Homepage: http://rhizi.net -Package: rhizi +Package: ${package-name} Architecture: any Depends: ${python:Depends}, ${shlibs:Depends}, -- cgit v1.3.1