Commit 2f86281380b1dd91b0f5de029228f693dedb6ea3

Authored by Perry Werneck
1 parent 46afb2f3
Exists in master

Updating deb builds.

debian/changelog
1   -python-pw3270 (5.1-0) unstable; urgency=low
  1 + lib3270-python-bindings (5.1-0) unstable; urgency=low
2 2  
3 3 * Unstable release
4 4  
... ...
debian/control
1   -Source: python-pw3270
  1 +Source: lib3270-python-bindings
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: python-pw3270
  7 +Package: lib3270-python-bindings
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 0 → 100644
... ... @@ -0,0 +1,12 @@
  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 +
... ...
debian/python-pw3270.dsc
... ... @@ -1,12 +0,0 @@
1   -Format: 1.0
2   -Source: python-pw3270
3   -Version: 5.1-1
4   -Binary: python-pw3270
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-pw3270-5.1.tar.gz
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/python-pw3270 install
  53 + make DESTDIR=$(PWD)/debian/lib3270-python-bindings install
54 54  
55 55 # Create updated file lists
56   - find $(PWD)/debian/python-pw3270 -type f | sed -e "s@^$(PWD)/debian/python-pw3270/@/@g" > $(PWD)/debian/python-pw3270.install
  56 + find $(PWD)/debian/lib3270-python-bindings -type f | sed -e "s@^$(PWD)/debian/lib3270-python-bindings/@/@g" > $(PWD)/debian/lib3270-python-bindings.install
57 57  
58 58 # --- end custom part for installing
59 59  
... ... @@ -66,7 +66,7 @@ binary-arch: build install
66 66 dh_testdir
67 67 dh_testroot
68 68 # dh_installdebconf
69   - dh_installdocs AUTHORS LICENSE
  69 + dh_installdocs AUTHORS LICENSE README.md LICENCA
70 70 dh_installexamples
71 71 dh_installmenu
72 72 # dh_installlogrotate
... ...