diff --git a/Makefile.in b/Makefile.in index 03ccf7e..669e1d3 100644 --- a/Makefile.in +++ b/Makefile.in @@ -183,6 +183,7 @@ $(SRCDIR): \ @cp README.md $(SRCDIR) @cp LICENCA $(SRCDIR) @cp LICENSE $(SRCDIR) + @cp AUTHORS $(SRCDIR) @$(MKDIR) $(SRCDIR)/testprograms @cp testprograms/* $(SRCDIR)/testprograms diff --git a/debian/control b/debian/control index a299b10..299461a 100644 --- a/debian/control +++ b/debian/control @@ -2,12 +2,12 @@ Source: pw3270-sharp Section: unknown Priority: optional Maintainer: Perry Werneck -Build-Depends: debhelper (>= 7), autotools-dev, autoconf, gettext, pw3270-dev, mono-dev +Build-Depends: debhelper (>= 7), autotools-dev, autoconf, gettext, pw3270-dev, libmono-2.0-dev, mono-devel Package: pw3270-sharp Architecture: any -Depends: ${misc:Depends}, lib3270 (= ${binary:Version}) -Description: PHP Extension Module implementing tn3270 protocol. - This is an extension for acessing 3270 hosts directly from PHP apps. +Depends: ${misc:Depends}, ${shlibs:Depends}, lib3270 +Description: Mono Extension Module implementing tn3270 protocol. + This is an extension for acessing 3270 hosts directly from mono apps. diff --git a/debian/pw3270-sharp.dsc b/debian/pw3270-sharp.dsc index 4397dd1..3c0ae3b 100644 --- a/debian/pw3270-sharp.dsc +++ b/debian/pw3270-sharp.dsc @@ -4,7 +4,7 @@ Version: 5.1-1 Binary: pw3270-sharp Maintainer: Perry Werneck Architecture: any -Build-Depends: debhelper (>= 7), autotools-dev, autoconf, automake, pw3270-dev, mono-dev +Build-Depends: debhelper (>= 7), autotools-dev, autoconf, automake, pw3270-dev, libmono-2.0-dev, mono-devel Standards-Version: 3.9.1.0 DEBTRANSFORM-RELEASE: 1 Files: diff --git a/debian/rules b/debian/rules index 97a4739..ff525ad 100644 --- a/debian/rules +++ b/debian/rules @@ -66,7 +66,7 @@ binary-arch: build install dh_testdir dh_testroot # dh_installdebconf - dh_installdocs + dh_installdocs AUTHORS LICENSE dh_installexamples dh_installmenu # dh_installlogrotate @@ -83,7 +83,7 @@ binary-arch: build install dh_strip dh_compress dh_fixperms -# dh_makeshlibs + dh_makeshlibs dh_installdeb # dh_perl dh_shlibdeps -- libgit2 0.21.2