From b8583e1c61e13d1486bcc203fc42a71a8f0875ab Mon Sep 17 00:00:00 2001 From: Perry Werneck Date: Wed, 13 May 2020 12:05:42 -0300 Subject: [PATCH] Updating package control files. --- debian/control | 2 +- rpm/libv3270.spec | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/debian/control b/debian/control index 1ea77cb..17f5f2a 100644 --- a/debian/control +++ b/debian/control @@ -29,7 +29,7 @@ Description: Glade files for v3270 library. Package: libv3270-dbg Architecture: any -Depends: ${misc:Depends}, libv3270 (= ${binary:Version}) +Depends: libv3270 (= ${binary:Version}) Description: Debugging symbols for GTK 3270 virtual terminal This package contains the debugging symbols for libv3270. diff --git a/rpm/libv3270.spec b/rpm/libv3270.spec index 8abdc72..44c30c5 100644 --- a/rpm/libv3270.spec +++ b/rpm/libv3270.spec @@ -96,7 +96,8 @@ NOCONFIGURE=1 ./autogen.sh %configure \ --disable-static \ - --enable-pic + --enable-pic \ + --with-release=%{release} %build make %{?_smp_mflags} -- libgit2 0.21.2