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
configure.ac
... ... @@ -127,6 +127,7 @@ case "$host" in
127 127  
128 128 app_cv_static='no'
129 129  
  130 + AC_CONFIG_FILES(debian/control)
130 131 esac
131 132  
132 133 AC_SUBST(OSNAME,$app_cv_osname)
... ...
debian/control
... ... @@ -8,7 +8,7 @@ Package: libv3270
8 8 Architecture: any
9 9 Section: libs
10 10 Depends: ${shlibs:Depends}, ${misc:Depends}
11   -Provides: libv3270 (= ${binary:Version})
  11 +Provides: libv3270 (= ${binary:Version}), libv3270 (= 5.4)
12 12 Description: TN3270 Access library.
13 13 3270 Virtual Terminal for GTK.
14 14  
... ...