update the debian build tree to the latest

git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1476 7ae35d74-ebe9-4afe-98af-79ac388436b8
Hamlib-1.2.0
Joop Stakenborg, PG4I 2003-05-31 08:55:27 +00:00
rodzic 6d8d6a4081
commit 597d8e177c
4 zmienionych plików z 49 dodań i 16 usunięć

38
debian/changelog vendored
Wyświetl plik

@ -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 <pa3aba@debian.org> 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 <pa3aba@debian.org> 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 <pa3aba@debian.org> 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 <pa3aba@debian.org> 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 <pa3aba@debian.org> Thu, 1 May 2003 20:38:30 +0200
hamlib (1.1.4-1) unstable; urgency=low
* New upstream.

6
debian/control vendored
Wyświetl plik

@ -1,9 +1,9 @@
Source: hamlib
Section: hamradio
Priority: optional
Maintainer: Terry Dawson <terry@animats.net>
Maintainer: Joop Stakenborg <pa3aba@debian.org>
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

19
debian/rules vendored
Wyświetl plik

@ -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

2
debian/shlibs.local vendored
Wyświetl plik

@ -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)