Commit 899cefb86fe2bcebae9d1bc61d15a29ac9845870

Authored by Perry Werneck
1 parent 70665e73
Exists in master

Changing package name.

debian/changelog
1 -python-tn3270 (5.2-0) unstable; urgency=low 1 +python3-tn3270 (5.2-0) unstable; urgency=low
2 2
3 * Unstable release 3 * Unstable release
4 4
debian/python3-tn3270.dsc
1 Format: 1.0 1 Format: 1.0
2 Source: python3-tn3270 2 Source: python3-tn3270
3 Version: 5.2-0 3 Version: 5.2-0
4 -Binary: python-tn3270 4 +Binary: python3-tn3270
5 Maintainer: Perry Werneck <perry.werneck@gmail.com> 5 Maintainer: Perry Werneck <perry.werneck@gmail.com>
6 Architecture: any 6 Architecture: any
7 Build-Depends: debhelper (>= 7), autotools-dev, autoconf, automake, python-dev, libipc3270-dev, python3-dev 7 Build-Depends: debhelper (>= 7), autotools-dev, autoconf, automake, python-dev, libipc3270-dev, python3-dev
@@ -44,10 +44,10 @@ install: build @@ -44,10 +44,10 @@ install: build
44 dh_installdirs 44 dh_installdirs
45 45
46 # Install extension 46 # Install extension
47 - make DESTDIR=$(PWD)/debian/python-tn3270 install 47 + make DESTDIR=$(PWD)/debian/python3-tn3270 install
48 48
49 # Create updated file lists 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 # --- end custom part for installing 52 # --- end custom part for installing
53 53