build for hamlib-1.1.5

git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1657 7ae35d74-ebe9-4afe-98af-79ac388436b8
Hamlib-1.2.0
Joop Stakenborg, PG4I 2004-01-30 23:42:44 +00:00
rodzic b96fba6d23
commit f0fac0dc15
6 zmienionych plików z 28 dodań i 11 usunięć

9
debian/changelog vendored
Wyświetl plik

@ -1,3 +1,12 @@
hamlib (1.1.5-1) unstable; urgency=low
* New upstream.
* New package: hamlib2 because of API changes.
* 1 new program in hamlib-utils called rigmem.
* Upstream changelog is old, so not included anymore.
-- Joop Stakenborg <pa3aba@debian.org> Fri, 30 Jan 2004 20:37:06 +0100
hamlib (1.1.4-6) unstable; urgency=low
* This time fix it correctly. Call dh_makeshlibs with -V option.

2
debian/control vendored
Wyświetl plik

@ -5,7 +5,7 @@ Maintainer: Joop Stakenborg <pa3aba@debian.org>
Build-Depends: debhelper (>> 3.0.0), doxygen
Standards-Version: 3.5.9
Package: hamlib1
Package: hamlib2
Architecture: any
Section: libs
Depends: ${shlibs:Depends}

26
debian/rules vendored
Wyświetl plik

@ -8,12 +8,18 @@
# This is the debhelper compatability version to use.
export DH_COMPAT=3
version=`cat configure.ac|grep AC_INIT|cut -d"," -f2|cut -d"[" -f2|cut -d"]" -f1`
version=1.1.5
configure: configure-stamp
configure-stamp:
dh_testdir
./configure --prefix=/usr --mandir=\$${prefix}/share/man --without-cxx-binding
./configure --prefix=/usr --mandir=\$${prefix}/share/man \
--without-cxx-binding \
--without-perl-binding \
--without-kylix-binding \
--without-tcl-binding \
--without-python-binding
touch configure-stamp
build: configure-stamp build-stamp
@ -50,9 +56,9 @@ install: build
mv $(CURDIR)/debian/tmp/usr/share/aclocal/hamlib.m4 $(CURDIR)/debian/hamlib-dev/usr/share/aclocal/
# Move the appropriate files into the runtime package..
mv $(CURDIR)/debian/tmp/usr/lib/libhamlib-$(version).so.1 $(CURDIR)/debian/hamlib1/usr/lib/
mv $(CURDIR)/debian/tmp/usr/lib/libhamlib-$(version).so.1.0.0 $(CURDIR)/debian/hamlib1/usr/lib/
mv $(CURDIR)/debian/tmp/usr/lib/hamlib-*so $(CURDIR)/debian/hamlib1/usr/lib/
mv $(CURDIR)/debian/tmp/usr/lib/libhamlib-$(version).so.2 $(CURDIR)/debian/hamlib2/usr/lib/
mv $(CURDIR)/debian/tmp/usr/lib/libhamlib-$(version).so.2.0.0 $(CURDIR)/debian/hamlib2/usr/lib/
mv $(CURDIR)/debian/tmp/usr/lib/hamlib-*so $(CURDIR)/debian/hamlib2/usr/lib/
# Move the appropriate files into the documentation package..
mv $(CURDIR)/doc/html/* $(CURDIR)/debian/hamlib-doc/usr/share/doc/hamlib-doc/html
@ -60,8 +66,10 @@ install: build
# Move the appropriate files into the utils package..
mv $(CURDIR)/debian/tmp/usr/bin/rigctl $(CURDIR)/debian/hamlib-utils/usr/bin/
mv $(CURDIR)/debian/tmp/usr/bin/rotctl $(CURDIR)/debian/hamlib-utils/usr/bin/
mv $(CURDIR)/debian/tmp/usr/bin/rigmem $(CURDIR)/debian/hamlib-utils/usr/bin/
mv $(CURDIR)/debian/tmp/usr/share/man/man1/rigctl.1 $(CURDIR)/debian/hamlib-utils/usr/share/man/man1
mv $(CURDIR)/debian/tmp/usr/share/man/man1/rotctl.1 $(CURDIR)/debian/hamlib-utils/usr/share/man/man1
mv $(CURDIR)/debian/tmp/usr/share/man/man1/rigmem.1 $(CURDIR)/debian/hamlib-utils/usr/share/man/man1
mv $(CURDIR)/debian/tmp/usr/sbin/rpc.rigd $(CURDIR)/debian/hamlib-utils/usr/sbin/
mv $(CURDIR)/debian/tmp/usr/sbin/rpc.rotd $(CURDIR)/debian/hamlib-utils/usr/sbin/
mv $(CURDIR)/debian/tmp/usr/share/man/man8/rpc.rigd.8 $(CURDIR)/debian/hamlib-utils/usr/share/man/man8
@ -78,7 +86,7 @@ binary-arch: build install
# dh_movefiles
# dh_installdebconf
dh_installdocs -X INSTALL
dh_installdocs -X INSTALL -X ChangeLog
# dh_installexamples
# dh_installmenu
# dh_installlogrotate
@ -90,15 +98,15 @@ binary-arch: build install
# dh_installman
# dh_installinfo
# dh_undocumented
dh_installchangelogs ChangeLog
dh_installchangelogs
# dh_link
dh_strip
dh_compress
dh_fixperms
dh_makeshlibs -V -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 -Xflexradio -Xfodtrack -Xicom -Xjrc -Xkachina -Xkenwood -Xlowe -Xmicrotune -Xpcr -Xrft -Xrotorez -Xrpc -Xsartek -Xtapr -Xtentec -Xuniden -Xwinradio -Xyaesu
dh_installdeb
# dh_perl
dh_shlibdeps -Xalinco -Xaor -Xdrake -Xdummy -Xeasycomm -Xfodtrack -Xicom -Xjrc -Xkachina -Xkenwood -Xpcr -Xrotorez -Xrpc -Xtentec -Xuniden -Xwinradio -Xyaesu
dh_shlibdeps -Xalinco -Xaor -Xdrake -Xdummy -Xeasycomm -Xflexradio -Xfodtrack -Xicom -Xjrc -Xkachina -Xkenwood -Xlowe -Xmicrotune -Xpcr -Xrft -Xrotorez -Xrpc -Xsartek -Xtapr -Xtentec -Xuniden -Xwinradio -Xyaesu
dh_gencontrol
dh_md5sums
dh_builddeb

2
debian/shlibs.local vendored
Wyświetl plik

@ -1 +1 @@
libhamlib-1.1.4 1 hamlib1 (>= 1.1.4-0)
libhamlib-1.1.5 2 hamlib2 (>= 1.1.5-0)