Commit f1cdbb80d432ce1fc87c45dc6b9dd98d0c915df5

Authored by Perry Werneck
1 parent 7fa74434
Exists in master

Ajustes para empacotamento deb

Showing 2 changed files with 3 additions and 2 deletions   Show diff stats
@@ -177,6 +177,7 @@ $(SRCDIR): \ @@ -177,6 +177,7 @@ $(SRCDIR): \
177 @cp README.md $(SRCDIR) 177 @cp README.md $(SRCDIR)
178 @cp LICENCA $(SRCDIR) 178 @cp LICENCA $(SRCDIR)
179 @cp LICENSE $(SRCDIR) 179 @cp LICENSE $(SRCDIR)
  180 + @cp AUTHORS $(SRCDIR)
180 @cp rpm/*.spec $(SRCDIR) 181 @cp rpm/*.spec $(SRCDIR)
181 182
182 @$(MKDIR) $(SRCDIR)/debian 183 @$(MKDIR) $(SRCDIR)/debian
debian/control
@@ -6,13 +6,13 @@ Build-Depends: debhelper (>= 7), autotools-dev, autoconf, gettext, libgtk-3-dev, @@ -6,13 +6,13 @@ Build-Depends: debhelper (>= 7), autotools-dev, autoconf, gettext, libgtk-3-dev,
6 6
7 Package: pw3270-plugin-java 7 Package: pw3270-plugin-java
8 Architecture: any 8 Architecture: any
9 -Depends: ${misc:Depends}, pw3270 (= ${binary:Version}), pw3270-java (= ${binary:Version}) 9 +Depends: ${misc:Depends}, pw3270, pw3270-java (= ${binary:Version})
10 Description: Java support for pw3270. 10 Description: Java support for pw3270.
11 This package provides a plugin allowing calling of java classes from pw3270 application. 11 This package provides a plugin allowing calling of java classes from pw3270 application.
12 12
13 Package: pw3270-java 13 Package: pw3270-java
14 Architecture: any 14 Architecture: any
15 -Depends: ${misc:Depends}, lib3270 (= ${binary:Version}) 15 +Depends: ${misc:Depends}, ${shlibs:Depends}, lib3270
16 Description: Java class for acessing 3270 hosts. 16 Description: Java class for acessing 3270 hosts.
17 This package provides a Java class for acessing 3270 hosts. 17 This package provides a Java class for acessing 3270 hosts.
18 18