Commit bce45ef5219c7c6ada0b5a41f1f20009c3facf1e
1 parent
f0ddd845
Exists in
master
Updating deb files.
Showing
5 changed files
with
17 additions
and
17 deletions
Show diff stats
debian/changelog
debian/control
1 | -Source: lib3270-python-bindings | |
1 | +Source: python-tn3270 | |
2 | 2 | Section: unknown |
3 | 3 | Priority: optional |
4 | 4 | Maintainer: Perry Werneck <perry.werneck@gmail.com> |
5 | 5 | Build-Depends: debhelper (>= 7), autotools-dev, autoconf, gettext, pw3270-dev, python-dev |
6 | 6 | |
7 | -Package: lib3270-python-bindings | |
7 | +Package: python-tn3270 | |
8 | 8 | Architecture: any |
9 | 9 | Depends: ${misc:Depends}, ${shlibs:Depends}, lib3270 |
10 | 10 | Description: PHP Extension Module implementing tn3270 protocol. | ... | ... |
debian/lib3270-python-bindings.dsc
... | ... | @@ -1,12 +0,0 @@ |
1 | -Format: 1.0 | |
2 | -Source: lib3270-python-bindings | |
3 | -Version: 5.1-1 | |
4 | -Binary: lib3270-python-bindings | |
5 | -Maintainer: Perry Werneck <perry.werneck@gmail.com> | |
6 | -Architecture: any | |
7 | -Build-Depends: debhelper (>= 7), autotools-dev, autoconf, automake, pw3270-dev, python-dev | |
8 | -Standards-Version: 3.9.1.0 | |
9 | -DEBTRANSFORM-RELEASE: 1 | |
10 | -Files: | |
11 | - 00000000000000000000000000000000 000000 lib3270-python-bindings-5.1.tar.xz | |
12 | - |
... | ... | @@ -0,0 +1,12 @@ |
1 | +Format: 1.0 | |
2 | +Source: python-tn3270 | |
3 | +Version: 5.2-0 | |
4 | +Binary: python-tn3270 | |
5 | +Maintainer: Perry Werneck <perry.werneck@gmail.com> | |
6 | +Architecture: any | |
7 | +Build-Depends: debhelper (>= 7), autotools-dev, autoconf, automake, pw3270-dev, python-dev | |
8 | +Standards-Version: 3.9.1.0 | |
9 | +DEBTRANSFORM-RELEASE: 1 | |
10 | +Files: | |
11 | + 00000000000000000000000000000000 000000 python-tn3270-5.2.tar.xz | |
12 | + | ... | ... |
debian/rules
... | ... | @@ -50,10 +50,10 @@ install: build |
50 | 50 | dh_installdirs |
51 | 51 | |
52 | 52 | # Install ooRexx extension |
53 | - make DESTDIR=$(PWD)/debian/lib3270-python-bindings install | |
53 | + make DESTDIR=$(PWD)/debian/python-tn3270 install | |
54 | 54 | |
55 | 55 | # Create updated file lists |
56 | - find $(PWD)/debian/lib3270-python-bindings -type f | sed -e "s@^$(PWD)/debian/lib3270-python-bindings/@/@g" > $(PWD)/debian/lib3270-python-bindings.install | |
56 | + find $(PWD)/debian/python-tn3270 -type f | sed -e "s@^$(PWD)/debian/python-tn3270/@/@g" > $(PWD)/debian/python-tn3270.install | |
57 | 57 | |
58 | 58 | # --- end custom part for installing |
59 | 59 | ... | ... |