Commit 3616f55ef70f42fb74e12da1790d55a8d4bde6f3

Authored by Perry Werneck
1 parent 4b6af211
Exists in master

Updating .deb builds.

debian/changelog
1   -pw3270-sharp (5.1-0) unstable; urgency=low
  1 +lib3270-mono-bindings (5.1-0) unstable; urgency=low
2 2  
3 3 * Unstable release
4 4  
... ...
debian/control
1   -Source: pw3270-sharp
  1 +Source: lib3270-mono-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, libmono-2.0-dev, mono-devel
6 6  
7   -Package: pw3270-sharp
  7 +Package: lib3270-mono-bindings
8 8 Architecture: any
9 9 Depends: ${misc:Depends}, ${shlibs:Depends}, lib3270
10 10 Description: Mono Extension Module implementing tn3270 protocol.
... ...
debian/lib3270-mono-bindings.dsc 0 → 100644
... ... @@ -0,0 +1,12 @@
  1 +Format: 1.0
  2 +Source: lib3270-mono-bindings
  3 +Version: 5.1-1
  4 +Binary: pw3270-sharp
  5 +Maintainer: Perry Werneck <perry.werneck@gmail.com>
  6 +Architecture: any
  7 +Build-Depends: debhelper (>= 7), autotools-dev, autoconf, automake, pw3270-dev, libmono-2.0-dev, mono-devel
  8 +Standards-Version: 3.9.1.0
  9 +DEBTRANSFORM-RELEASE: 1
  10 +Files:
  11 + 00000000000000000000000000000000 000000 lib3270-mono-bindings-5.1.tar.xz
  12 +
... ...
debian/pw3270-sharp.dsc
... ... @@ -1,12 +0,0 @@
1   -Format: 1.0
2   -Source: pw3270-sharp
3   -Version: 5.1-1
4   -Binary: pw3270-sharp
5   -Maintainer: Perry Werneck <perry.werneck@gmail.com>
6   -Architecture: any
7   -Build-Depends: debhelper (>= 7), autotools-dev, autoconf, automake, pw3270-dev, libmono-2.0-dev, mono-devel
8   -Standards-Version: 3.9.1.0
9   -DEBTRANSFORM-RELEASE: 1
10   -Files:
11   - 00000000000000000000000000000000 000000 php5-pw3270-5.1.tar.gz
12   -
debian/rules
... ... @@ -38,7 +38,7 @@ clean:
38 38 rm -f build-stamp
39 39  
40 40 # Add here commands to clean up after the build process.
41   - if [ -e Makefile ]; then make clean ; fi
  41 + make clean
42 42 # --- end custom part for cleaning up
43 43  
44 44 dh_clean
... ... @@ -49,11 +49,11 @@ install: build
49 49 dh_clean -k
50 50 dh_installdirs
51 51  
52   - # Install ooRexx extension
53   - make DESTDIR=$(PWD)/debian/pw3270-sharp install
  52 + # Install module
  53 + make DESTDIR=$(PWD)/debian/lib3270-mono-bindings install
54 54  
55 55 # Create updated file lists
56   - find $(PWD)/debian/pw3270-sharp -type f | sed -e "s@^$(PWD)/debian/php5-pw3270/@/@g" > $(PWD)/debian/pw3270-sharp.install
  56 + find $(PWD)/debian/lib3270-mono-bindings -type f | sed -e "s@^$(PWD)/debian/lib3270-mono-bindings/@/@g" > $(PWD)/debian/lib3270-mono-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 LICENSE
70 70 dh_installexamples
71 71 dh_installmenu
72 72 # dh_installlogrotate
... ...