From b79b1ee15bccfd1bb1f3524abd2ddb50dd7ca64c Mon Sep 17 00:00:00 2001 From: Perry Werneck Date: Sat, 28 Sep 2019 10:13:53 -0300 Subject: [PATCH] Fixing "deb" package. --- debian/control | 2 +- debian/python-tn3270.dsc | 2 +- debian/rules | 12 +++--------- 3 files changed, 5 insertions(+), 11 deletions(-) diff --git a/debian/control b/debian/control index 65dbbdd..df84a94 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,7 @@ Source: python-tn3270 Section: unknown Priority: optional Maintainer: Perry Werneck -Build-Depends: debhelper (>= 7), autotools-dev, autoconf, gettext, python-dev, libipc3270-dev +Build-Depends: debhelper (>= 7), autotools-dev, autoconf, gettext, python3-dev, libipc3270-dev Package: python-tn3270 Architecture: any diff --git a/debian/python-tn3270.dsc b/debian/python-tn3270.dsc index 5a6e7d3..90f23f9 100644 --- a/debian/python-tn3270.dsc +++ b/debian/python-tn3270.dsc @@ -4,7 +4,7 @@ Version: 5.2-0 Binary: python-tn3270 Maintainer: Perry Werneck Architecture: any -Build-Depends: debhelper (>= 7), autotools-dev, autoconf, automake, python-dev, libipc3270-dev +Build-Depends: debhelper (>= 7), autotools-dev, autoconf, automake, python-dev, libipc3270-dev, python3-dev Standards-Version: 3.9.1.0 DEBTRANSFORM-RELEASE: 1 Files: diff --git a/debian/rules b/debian/rules index b9af7ff..f92273e 100644 --- a/debian/rules +++ b/debian/rules @@ -20,14 +20,8 @@ build-stamp: dh_testdir # Add here commands to compile the package. - aclocal - autoconf - - ./configure - - rm -f debian/*.install - make clean - make Release + ./autogen.sh + make all # --- end custom part for compiling touch build-stamp @@ -49,7 +43,7 @@ install: build dh_clean -k dh_installdirs - # Install ooRexx extension + # Install extension make DESTDIR=$(PWD)/debian/python-tn3270 install # Create updated file lists -- libgit2 0.21.2