Commit f49c915e646e964f5d5565f61133a9d1d7500351

Authored by Perry Werneck
1 parent dc022ce1
Exists in master and in 1 other branch develop

Fixing deb-package provides.

Showing 2 changed files with 3 additions and 3 deletions   Show diff stats
debian/control
... ... @@ -8,7 +8,7 @@ Package: lib3270
8 8 Architecture: any
9 9 Section: libs
10 10 Depends: ${misc:Depends}, ${shlibs:Depends}
11   -Provides: lib3270 (= ${binary:Version})
  11 +Provides: lib3270 (= ${binary:Version}), lib3270 (= 5.4)
12 12 Description: TN3270 Access library.
13 13 TN3270 access library originally designed as part of the pw3270 application.
14 14  
... ...
rpm/_service
... ... @@ -31,11 +31,11 @@
31 31 <param name="files">*/debian/*.dsc</param>
32 32 </service>
33 33  
34   - <service name="extract_file">
  34 + <!-- service name="extract_file">
35 35 <param name="archive">*.tar</param>
36 36 <param name="files">*/debian/control</param>
37 37 <param name="outfilename">debian.control</param>
38   - </service>
  38 + </service -->
39 39  
40 40 <!-- service name="extract_file">
41 41 <param name="archive">*.tar</param>
... ...