From 8f53b9c01aec0d3a783b17b1752a72ad621a2868 Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Fri, 3 May 2013 18:04:15 +0200 Subject: [PATCH] pkg-deb ctd --- Makefile | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/Makefile b/Makefile index de9b7db2..781a85d0 100644 --- a/Makefile +++ b/Makefile @@ -23,6 +23,18 @@ install: --install-data=$(DESTDIR)/$(datadir)/myslice #################### +# general stuff +DATE=$(shell date -u +"%a, %d %b %Y %T") + +# This is called from the build with the following variables set +# (see build/Makefile and target_debian) +# (.) RPMTARBALL +# (.) RPMVERSION +# (.) RPMRELEASE +# (.) RPMNAME +DEBVERSION=$(RPMVERSION).$(RPMRELEASE) +DEBTARBALL=../$(RPMNAME)_$(DEBVERSION).orig.tar.bz2 + debian: static templates debian/changelog debian.source debian.package debian/changelog: debian/changelog.in -- 2.43.0