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