Commit 67d523328f6e826a6099b85230c53a841510328d
1 parent
1d423df1
Exists in
master
and in
5 other branches
Ajustes para empacotamento deb.
Showing
3 changed files
with
4 additions
and
4 deletions
Show diff stats
debian/control
| ... | ... | @@ -2,7 +2,7 @@ Source: pw3270 |
| 2 | 2 | Section: unknown |
| 3 | 3 | Priority: optional |
| 4 | 4 | Maintainer: Perry Werneck <perry.werneck@gmail.com> |
| 5 | -Build-Depends: debhelper (>= 7), autotools-dev, autoconf, libgtk-3-dev, gettext, libssl-dev, desktop-file-utils, libdbus-glib-1-dev, libssl-dev, xsltproc, librsvg2-bin | |
| 5 | +Build-Depends: debhelper (>= 7), autotools-dev, autoconf, libgtk-3-dev, gettext, libssl-dev, desktop-file-utils, libdbus-glib-1-dev, libssl-dev, librsvg2-bin | |
| 6 | 6 | |
| 7 | 7 | Package: pw3270 |
| 8 | 8 | Architecture: any | ... | ... |
debian/pw3270.dsc
| ... | ... | @@ -5,7 +5,7 @@ Version: 5.1-0 |
| 5 | 5 | Binary: pw3270 |
| 6 | 6 | Maintainer: Perry Werneck <perry.werneck@gmail.com> |
| 7 | 7 | Architecture: any |
| 8 | -Build-Depends: debhelper (>= 7), autotools-dev, autoconf, libgtk-3-dev, gettext, libssl-dev, desktop-file-utils, libdbus-glib-1-dev, librsvg2-bin | |
| 8 | +Build-Depends: debhelper (>= 7), autotools-dev, autoconf, automake, libgtk-3-dev, gettext, libssl-dev, desktop-file-utils, libdbus-glib-1-dev, xsltproc, librsvg2-bin, optipng | |
| 9 | 9 | Standards-Version: 3.9.1.0 |
| 10 | 10 | DEBTRANSFORM-RELEASE: 0 |
| 11 | 11 | Files: | ... | ... |
src/plugins/dbus3270/Makefile.in
| ... | ... | @@ -127,8 +127,8 @@ install: \ |
| 127 | 127 | $(BINRLS)/$(MODULE_NAME)@DLLEXT@ |
| 128 | 128 | |
| 129 | 129 | @echo $@ ... |
| 130 | - @$(MKDIR) `dirname $@` | |
| 131 | - $(INSTALL_PROGRAM) $(BINRLS)/$(MODULE_NAME)@DLLEXT@ $(DESTDIR)$(libdir)/$(PACKAGE_TARNAME)-plugins/$(MODULE_NAME)@DLLEXT@ | |
| 130 | + @$(MKDIR) $(DESTDIR)$(libdir)/$(PACKAGE_TARNAME)-plugins | |
| 131 | + @$(INSTALL_PROGRAM) $(BINRLS)/$(MODULE_NAME)@DLLEXT@ $(DESTDIR)$(libdir)/$(PACKAGE_TARNAME)-plugins/$(MODULE_NAME)@DLLEXT@ | |
| 132 | 132 | |
| 133 | 133 | $(DESTDIR)$(libdir)/$(PACKAGE_TARNAME)-plugins/$(MODULE_NAME)@DLLEXT@: \ |
| 134 | 134 | $(BINRLS)/$(MODULE_NAME)@DLLEXT@ | ... | ... |