Commit d97d464a01b3ee18d88a96e48f6291fb526591c0

Authored by Perry Werneck
1 parent 523def3b
Exists in develop

Updating version on debian control file.

Showing 2 changed files with 2 additions and 1 deletions   Show diff stats
@@ -127,6 +127,7 @@ case "$host" in @@ -127,6 +127,7 @@ case "$host" in
127 127
128 app_cv_static='no' 128 app_cv_static='no'
129 129
  130 + AC_CONFIG_FILES(debian/control)
130 esac 131 esac
131 132
132 AC_SUBST(OSNAME,$app_cv_osname) 133 AC_SUBST(OSNAME,$app_cv_osname)
debian/control
@@ -8,7 +8,7 @@ Package: libv3270 @@ -8,7 +8,7 @@ Package: libv3270
8 Architecture: any 8 Architecture: any
9 Section: libs 9 Section: libs
10 Depends: ${shlibs:Depends}, ${misc:Depends} 10 Depends: ${shlibs:Depends}, ${misc:Depends}
11 -Provides: libv3270 (= ${binary:Version}) 11 +Provides: libv3270 (= ${binary:Version}), libv3270 (= 5.4)
12 Description: TN3270 Access library. 12 Description: TN3270 Access library.
13 3270 Virtual Terminal for GTK. 13 3270 Virtual Terminal for GTK.
14 14