From e5ffbb8e3106a0b8647491807fde93b7bf131dc1 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Franti=C5=A1ek=20Dvo=C5=99=C3=A1k?= Date: Fri, 7 Oct 2011 21:28:07 +0000 Subject: [PATCH] Fix dependency in Debian devel package. --- org.gridsite.core/project/debian.control | 2 +- org.gridsite.core/src/Makefile | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/org.gridsite.core/project/debian.control b/org.gridsite.core/project/debian.control index 06078ad..2342127 100644 --- a/org.gridsite.core/project/debian.control +++ b/org.gridsite.core/project/debian.control @@ -30,7 +30,7 @@ Description: GridSite libraries and documentation Package: libgridsite-dev Section: libdevel Architecture: any -Depends: libgridsite, +Depends: libgridsite${MINOR_VERSION}, \${misc:Depends} Description: GridSite static libraries and headers Development files for GridSite - .a libraries and .h headers. diff --git a/org.gridsite.core/src/Makefile b/org.gridsite.core/src/Makefile index ec0251b..83dc823 100644 --- a/org.gridsite.core/src/Makefile +++ b/org.gridsite.core/src/Makefile @@ -582,6 +582,7 @@ deb: dist cd $(MYRPMDIR)/gridsite-$(PATCH_VERSION)/src && \ export PATCH_VERSION=$(PATCH_VERSION) && \ export MINOR_VERSION=$(MINOR_VERSION) && \ + export RELEASE_VERSION=$(RELEASE_VERSION) && \ export project=$(project) && \ export top_srcdir=.. && \ ./make-debian-files) -- 1.8.2.3