diff --git a/debian/changelog b/debian/changelog index b89686d86..6010d1794 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,41 @@ +hamlib (1.1.4-6) unstable; urgency=low + + * This time fix it correctly. Call dh_makeshlibs with -V option. + Closes: #194607. + + -- Joop Stakenborg Mon, 26 May 2003 17:43:29 +0200 + +hamlib (1.1.4-5) unstable; urgency=low + + * Modify shlibs.local, so we have the correct build dependencies. + Thanks Hamish. Closes: #194607. + + -- Joop Stakenborg Sun, 25 May 2003 19:02:37 +0200 + +hamlib (1.1.4-4) unstable; urgency=low + + * Don't check on libieee in the configure script, as this messes up + builds on arm and it is an empty library anyway. + + -- Joop Stakenborg Tue, 6 May 2003 21:10:57 +0200 + +hamlib (1.1.4-3) unstable; urgency=low + + * Include rig_dll.h in the hamlib-dev package, it is needed by rig.h. + + -- Joop Stakenborg Fri, 2 May 2003 19:06:19 +0200 + +hamlib (1.1.4-2) unstable; urgency=low + + * This time really change the Maintainer field in the control file. + * Update standards version. + * Don't build C++ libraries. + * Fix override disparity for hamlib-dev. + * Clean up libltdl directory before building. + * Don't include C++ and cygwin headers. + + -- Joop Stakenborg Thu, 1 May 2003 20:38:30 +0200 + hamlib (1.1.4-1) unstable; urgency=low * New upstream. diff --git a/debian/control b/debian/control index f814797a6..434a8c45d 100644 --- a/debian/control +++ b/debian/control @@ -1,9 +1,9 @@ Source: hamlib Section: hamradio Priority: optional -Maintainer: Terry Dawson +Maintainer: Joop Stakenborg Build-Depends: debhelper (>> 3.0.0), doxygen -Standards-Version: 3.5.7 +Standards-Version: 3.5.9 Package: hamlib1 Architecture: any @@ -24,7 +24,7 @@ Description: Run-time library to control radio transcievers and receivers Package: hamlib-dev Architecture: any -Section: devel +Section: libdevel Depends: hamlib1 (= ${Source-Version}), libc6-dev Description: Development library to control radio transcievers and receivers Most recent amateur radio transceivers allow external control of their diff --git a/debian/rules b/debian/rules index 7966bcbd7..f1106ddb9 100644 --- a/debian/rules +++ b/debian/rules @@ -13,43 +13,38 @@ version=`cat configure.ac|grep AC_INIT|cut -d"," -f2|cut -d"[" -f2|cut -d"]" -f1 configure: configure-stamp configure-stamp: dh_testdir - ./configure --prefix=/usr --mandir=\$${prefix}/share/man - + ./configure --prefix=/usr --mandir=\$${prefix}/share/man --without-cxx-binding touch configure-stamp build: configure-stamp build-stamp build-stamp: dh_testdir - # Add here commands to compile the package. $(MAKE) $(MAKE) -C doc doc - touch build-stamp clean: dh_testdir dh_testroot - rm -f build-stamp configure-stamp config.log config.status - # Add here commands to clean up after the build process. - -$(MAKE) distclean - + -$(MAKE) clean dh_clean + rm -f build-stamp configure-stamp config.log config.status libltdl/config.log libltdl/config.status install: build dh_testdir dh_testroot dh_clean -k dh_installdirs - # Add here commands to install the package into debian/tmp $(MAKE) install DESTDIR=$(CURDIR)/debian/tmp - # Move the appropriate files into the development package.. mv $(CURDIR)/debian/tmp/usr/lib/libhamlib.so $(CURDIR)/debian/hamlib-dev/usr/lib/ mv $(CURDIR)/debian/tmp/usr/lib/*.a $(CURDIR)/debian/hamlib-dev/usr/lib/ mv $(CURDIR)/debian/tmp/usr/lib/*.la $(CURDIR)/debian/hamlib-dev/usr/lib/ + rm -f $(CURDIR)/debian/tmp/usr/include/hamlib/rigclass.h + rm -f $(CURDIR)/debian/tmp/usr/include/hamlib/rotclass.h mv $(CURDIR)/debian/tmp/usr/include/hamlib $(CURDIR)/debian/hamlib-dev/usr/include/ mv $(CURDIR)/debian/tmp/usr/lib/pkgconfig/hamlib.pc $(CURDIR)/debian/hamlib-dev/usr/lib/pkgconfig/ mv $(CURDIR)/debian/tmp/usr/share/aclocal/hamlib.m4 $(CURDIR)/debian/hamlib-dev/usr/share/aclocal/ @@ -100,10 +95,10 @@ binary-arch: build install dh_strip dh_compress dh_fixperms - dh_makeshlibs -Xalinco -Xaor -Xdrake -Xdummy -Xeasycomm -Xfodtrack -Xicom -Xjrc -Xkachina -Xkenwood -Xpcr -Xrotorez -Xrpc -Xtentec -Xuniden -Xwinradio -Xyaesu + dh_makeshlibs -V -Xalinco -Xaor -Xdrake -Xdummy -Xeasycomm -Xfodtrack -Xicom -Xjrc -Xkachina -Xkenwood -Xpcr -Xrotorez -Xrpc -Xtentec -Xuniden -Xwinradio -Xyaesu dh_installdeb # dh_perl - dh_shlibdeps + dh_shlibdeps -Xalinco -Xaor -Xdrake -Xdummy -Xeasycomm -Xfodtrack -Xicom -Xjrc -Xkachina -Xkenwood -Xpcr -Xrotorez -Xrpc -Xtentec -Xuniden -Xwinradio -Xyaesu dh_gencontrol dh_md5sums dh_builddeb diff --git a/debian/shlibs.local b/debian/shlibs.local index b5f5789ba..d4f16d7e2 100644 --- a/debian/shlibs.local +++ b/debian/shlibs.local @@ -1 +1 @@ -libhamlib1 1.1.1 hamlib (>> 1.1.1-0), hamlib (<< 1.1.1-99) +libhamlib-1.1.4 1 hamlib1 (>= 1.1.4-0)