From ca17f1416214a26dbb661b51407b308dddcd99d6 Mon Sep 17 00:00:00 2001 From: Perry Werneck Date: Mon, 2 Dec 2019 12:47:54 -0300 Subject: [PATCH] Updating .deb packages. --- debian/rules | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/rules b/debian/rules index 4865ab7..2602322 100644 --- a/debian/rules +++ b/debian/rules @@ -21,7 +21,7 @@ build-stamp: # Add here commands to compile the package. ./autogen.sh - make all + python3 setup.py build # --- end custom part for compiling touch build-stamp @@ -44,7 +44,7 @@ install: build dh_installdirs # Install extension - make DESTDIR=$(PWD)/debian/python3-tn3270 install + python3 setup.py install --prefix=/usr --root=$(PWD)/debian/python3-tn3270 # Create updated file lists find $(PWD)/debian/python3-tn3270 -type f | sed -e "s@^$(PWD)/debian/python3-tn3270/@/@g" > $(PWD)/debian/python3-tn3270.install -- libgit2 0.21.2