From 8a614fc1d61340c51575874ef3a22e01f0f072ce Mon Sep 17 00:00:00 2001 From: Perry Werneck Date: Mon, 30 Jan 2023 19:57:06 -0300 Subject: [PATCH] Updating deb control files. --- debian/control | 12 +++--------- debian/pw3270.dsc | 4 ++-- debian/rules | 16 ++++------------ locale/pw3270.pot | 2 +- 4 files changed, 10 insertions(+), 24 deletions(-) diff --git a/debian/control b/debian/control index 0159630..a3d350e 100644 --- a/debian/control +++ b/debian/control @@ -2,24 +2,18 @@ Source: pw3270 Section: unknown Priority: optional Maintainer: Perry Werneck -Build-Depends: debhelper (>= 7), autotools-dev, autoconf, libgtk-3-dev, gettext, desktop-file-utils, imagemagick, librsvg2-bin, libv3270-dev +Build-Depends: debhelper (>= 7), lib3270-dev, libv3270-dev, autotools-dev, autoconf, libgtk-3-dev, gettext, desktop-file-utils Package: pw3270 Architecture: any -Depends: ${misc:Depends}, ${shlibs:Depends} +Depends: lib3270, libv3270, ${shlibs:Depends}, ${misc:Depends} Description: IBM 3270 Terminal emulator for gtk IBM 3270 terminal emulator gtk. It can be used to communicate with any IBM host that supports 3270-style connections over TELNET. -Package: pw3270-keypads -Architecture: any -Depends: pw3270 (= ${binary:Version}) -Description: Keypads for pw3270 - This package provides optional keypads for pw3270 application. - Package: pw3270-dbg Architecture: any Depends: pw3270 (= ${binary:Version}) -Description: Debugging symbols for pw3270/lib3270 +Description: Debugging symbols for pw3270 This package contains the debugging symbols for pw3270's internal libs. diff --git a/debian/pw3270.dsc b/debian/pw3270.dsc index 6a5c4bd..da9a113 100644 --- a/debian/pw3270.dsc +++ b/debian/pw3270.dsc @@ -4,10 +4,10 @@ Version: 5.4-0 Binary: pw3270 Maintainer: Perry Werneck Architecture: any -Build-Depends: debhelper (>= 7), autotools-dev, autoconf, automake, pkg-config, libgtk-3-dev, gettext, desktop-file-utils, imagemagick, librsvg2-bin, optipng, libv3270-dev +Build-Depends: debhelper (>= 7), lib3270-dev, libv3270-dev, autotools-dev, autoconf, automake, pkg-config, libgtk-3-dev, gettext, desktop-file-utils, imagemagick, librsvg2-bin, optipng Standards-Version: 3.9.1.0 DEBTRANSFORM-RELEASE: 1 Files: - 00000000000000000000000000000000 000000 pw3270-5.3.tar.xz + 00000000000000000000000000000000 000000 pw3270-unstable-5.3.tar.xz diff --git a/debian/rules b/debian/rules index 01b2eb8..75855ac 100644 --- a/debian/rules +++ b/debian/rules @@ -27,17 +27,10 @@ build-stamp: dh_testdir # Add here commands to compile the package. - - aclocal - autoconf - - mkdir -p scripts - automake --add-missing 2> /dev/null | true - - ./configure --prefix=/usr - + NOCONFIGURE=1 ./autogen.sh + ./configure --prefix=/usr --enable-unstable --with-application-id=br.com.bb.pw3270.unstable rm -f debian/*.install - make Release + make all # --- end custom part for compiling @@ -66,8 +59,6 @@ install: build # Install main application make DESTDIR=$(PWD)/debian/$(PACKAGE_NAME) install-application - # --- end custom part for installing - # Build architecture-independent files here. binary-indep: build install # We have nothing to do by default. @@ -104,3 +95,4 @@ binary-arch: build install binary: binary-indep binary-arch .PHONY: build clean binary-indep binary-arch binary install + diff --git a/locale/pw3270.pot b/locale/pw3270.pot index a04cea6..c5558a7 100644 --- a/locale/pw3270.pot +++ b/locale/pw3270.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-01-18 12:47-0300\n" +"POT-Creation-Date: 2023-01-30 18:38-0300\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" -- libgit2 0.21.2