X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=Makefile.debian;h=031f5475ee41ac87f3054689bf58dc9a5b226ff0;hb=17eba3191b129795cc918893076b1dd5cfe4fb11;hp=4ac9c58d2ae5993dac0c0036778da167dc31f724;hpb=1785f865295b24d33e54ca63206a7a634e0546f0;p=sfa.git diff --git a/Makefile.debian b/Makefile.debian index 4ac9c58d..031f5475 100644 --- a/Makefile.debian +++ b/Makefile.debian @@ -1,5 +1,13 @@ -PROJECT=sfa -VERSION=$(shell python -c "from sfa.util.version import version_tag; print version_tag" | sed -e s,-,.,) +# Warning, this is called from the build with the following variables set +# (see build/Makefile and target_debian) +# (.) TARBALL +# (.) VERSION +# (.) RELEASE +# (.) NAME +# +PROJECT=$(NAME) +#PYVERSION=$(shell python -c "from sfa.util.version import version_tag; print version_tag" | sed -e s,-,.,) +DEBVERSION=$(VERSION).$(RELEASE) DATE=$(shell date -u +"%a, %d %b %Y %T") DEBIAN_TARBALL=../$(PROJECT)_$(VERSION).orig.tar.bz2 @@ -8,7 +16,7 @@ debian: debian/changelog debian.source debian.package force: debian/changelog: debian/changelog.in - sed -e "s|@VERSION@|$(VERSION)|" -e "s|@DATE@|$(DATE)|" debian/changelog.in > debian/changelog + sed -e "s|@VERSION@|$(DEBVERSION)|" -e "s|@DATE@|$(DATE)|" debian/changelog.in > debian/changelog # TARBALL is passed from the main build (/build/Makefile) to the 'make debian' call debian.source: force