From d05ea535abbe7ac393e465cf16625cfed6666982 Mon Sep 17 00:00:00 2001 From: Lucas Meneghel Rodrigues Date: Thu, 19 Mar 2015 15:48:48 -0300 Subject: [PATCH] debian: Update distro version to utopic Signed-off-by: Lucas Meneghel Rodrigues --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index a98ea901..50440b70 100644 --- a/Makefile +++ b/Makefile @@ -24,7 +24,7 @@ install: prepare-source: # build the source package in the parent directory # then rename it to project_version.orig.tar.gz - dch -D "trusty" -M -v "$(VERSION)" "Automated (make builddeb) build." + dch -D "utopic" -M -v "$(VERSION)" "Automated (make builddeb) build." $(PYTHON) setup.py sdist $(COMPILE) --dist-dir=../ --prune rename -f 's/$(PROJECT)-(.*)\.tar\.gz/$(PROJECT)_$$1\.orig\.tar\.gz/' ../* -- GitLab