kopia lustrzana https://github.com/Hamlib/Hamlib
build for hamlib-1.1.5
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1657 7ae35d74-ebe9-4afe-98af-79ac388436b8Hamlib-1.2.0
rodzic
b96fba6d23
commit
f0fac0dc15
|
@ -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
|
hamlib (1.1.4-6) unstable; urgency=low
|
||||||
|
|
||||||
* This time fix it correctly. Call dh_makeshlibs with -V option.
|
* This time fix it correctly. Call dh_makeshlibs with -V option.
|
||||||
|
|
|
@ -5,7 +5,7 @@ Maintainer: Joop Stakenborg <pa3aba@debian.org>
|
||||||
Build-Depends: debhelper (>> 3.0.0), doxygen
|
Build-Depends: debhelper (>> 3.0.0), doxygen
|
||||||
Standards-Version: 3.5.9
|
Standards-Version: 3.5.9
|
||||||
|
|
||||||
Package: hamlib1
|
Package: hamlib2
|
||||||
Architecture: any
|
Architecture: any
|
||||||
Section: libs
|
Section: libs
|
||||||
Depends: ${shlibs:Depends}
|
Depends: ${shlibs:Depends}
|
||||||
|
|
|
@ -8,12 +8,18 @@
|
||||||
# This is the debhelper compatability version to use.
|
# This is the debhelper compatability version to use.
|
||||||
export DH_COMPAT=3
|
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: configure-stamp
|
||||||
configure-stamp:
|
configure-stamp:
|
||||||
dh_testdir
|
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
|
touch configure-stamp
|
||||||
|
|
||||||
build: configure-stamp build-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/
|
mv $(CURDIR)/debian/tmp/usr/share/aclocal/hamlib.m4 $(CURDIR)/debian/hamlib-dev/usr/share/aclocal/
|
||||||
|
|
||||||
# Move the appropriate files into the runtime package..
|
# 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.2 $(CURDIR)/debian/hamlib2/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/libhamlib-$(version).so.2.0.0 $(CURDIR)/debian/hamlib2/usr/lib/
|
||||||
mv $(CURDIR)/debian/tmp/usr/lib/hamlib-*so $(CURDIR)/debian/hamlib1/usr/lib/
|
mv $(CURDIR)/debian/tmp/usr/lib/hamlib-*so $(CURDIR)/debian/hamlib2/usr/lib/
|
||||||
|
|
||||||
# Move the appropriate files into the documentation package..
|
# Move the appropriate files into the documentation package..
|
||||||
mv $(CURDIR)/doc/html/* $(CURDIR)/debian/hamlib-doc/usr/share/doc/hamlib-doc/html
|
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..
|
# 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/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/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/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/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.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/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
|
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_movefiles
|
||||||
# dh_installdebconf
|
# dh_installdebconf
|
||||||
dh_installdocs -X INSTALL
|
dh_installdocs -X INSTALL -X ChangeLog
|
||||||
# dh_installexamples
|
# dh_installexamples
|
||||||
# dh_installmenu
|
# dh_installmenu
|
||||||
# dh_installlogrotate
|
# dh_installlogrotate
|
||||||
|
@ -90,15 +98,15 @@ binary-arch: build install
|
||||||
# dh_installman
|
# dh_installman
|
||||||
# dh_installinfo
|
# dh_installinfo
|
||||||
# dh_undocumented
|
# dh_undocumented
|
||||||
dh_installchangelogs ChangeLog
|
dh_installchangelogs
|
||||||
# dh_link
|
# dh_link
|
||||||
dh_strip
|
dh_strip
|
||||||
dh_compress
|
dh_compress
|
||||||
dh_fixperms
|
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_installdeb
|
||||||
# dh_perl
|
# 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_gencontrol
|
||||||
dh_md5sums
|
dh_md5sums
|
||||||
dh_builddeb
|
dh_builddeb
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
libhamlib-1.1.4 1 hamlib1 (>= 1.1.4-0)
|
libhamlib-1.1.5 2 hamlib2 (>= 1.1.5-0)
|
||||||
|
|
Ładowanie…
Reference in New Issue