Commit 899cefb86fe2bcebae9d1bc61d15a29ac9845870
1 parent
70665e73
Exists in
master
Changing package name.
Showing
3 changed files
with
4 additions
and
4 deletions
Show diff stats
debian/changelog
debian/python3-tn3270.dsc
1 | 1 | Format: 1.0 |
2 | 2 | Source: python3-tn3270 |
3 | 3 | Version: 5.2-0 |
4 | -Binary: python-tn3270 | |
4 | +Binary: python3-tn3270 | |
5 | 5 | Maintainer: Perry Werneck <perry.werneck@gmail.com> |
6 | 6 | Architecture: any |
7 | 7 | Build-Depends: debhelper (>= 7), autotools-dev, autoconf, automake, python-dev, libipc3270-dev, python3-dev | ... | ... |
debian/rules
... | ... | @@ -44,10 +44,10 @@ install: build |
44 | 44 | dh_installdirs |
45 | 45 | |
46 | 46 | # Install extension |
47 | - make DESTDIR=$(PWD)/debian/python-tn3270 install | |
47 | + make DESTDIR=$(PWD)/debian/python3-tn3270 install | |
48 | 48 | |
49 | 49 | # Create updated file lists |
50 | - find $(PWD)/debian/python-tn3270 -type f | sed -e "s@^$(PWD)/debian/python-tn3270/@/@g" > $(PWD)/debian/python-tn3270.install | |
50 | + find $(PWD)/debian/python3-tn3270 -type f | sed -e "s@^$(PWD)/debian/python3-tn3270/@/@g" > $(PWD)/debian/python3-tn3270.install | |
51 | 51 | |
52 | 52 | # --- end custom part for installing |
53 | 53 | ... | ... |