Codebase list libgeotiff / bc4756c
Fixing #495349 and removing other previous changes. Francesco Paolo Lovergine 15 years ago
7 changed file(s) with 73 addition(s) and 33 deletion(s). Raw diff Collapse all Expand all
3737 GEOTIFF_SO=@GEOTIFF_SO@
3838 GEOTIFF_DLL=@GEOTIFF_DLL@
3939 GEOTIFF_IMP=@GEOTIFF_IMP@
40 LD_SHARED=@LD_SHARED@
40 LD_SHARED=@CC@ -shared -Wl,-soname,libgeotiff.@SO_EXT@.@VERSION_MAJOR@.@VERSION_MINOR@
4141 SO_EXT=@SO_EXT@
4242
4343 GT_INCLUDE_FILES = xtiffio.h geotiff.h geotiffio.h geovalues.h \
190190 $(INSTALL) libgeotiff.a $(GEOTIFF_IMP) $(DESTDIR)${libdir}
191191 $(INSTALL) -d $(DESTDIR)$(includedir)
192192 $(INSTALL) $(GT_INCLUDE_FILES) $(DESTDIR)$(includedir)
193 $(INSTALL) -d $(DESTDIR)$(datadir)
194 $(INSTALL) csv/*.csv $(DESTDIR)$(datadir)
193 # $(INSTALL) -d $(DESTDIR)$(datadir)
194 # $(INSTALL) csv/*.csv $(DESTDIR)$(datadir)
195195 $(INSTALL) -d $(DESTDIR)$(bindir)
196196 $(INSTALL) bin/listgeo$(EXEEXT) bin/geotifcp$(EXEEXT) $(DESTDIR)$(bindir)
197197 if test ! -z "$(GEOTIFF_SO)" ; then \
00 #! /bin/sh
11 # Attempt to guess a canonical system name.
22 # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
3 # 2000, 2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation,
4 # Inc.
5
6 timestamp='2007-07-22'
3 # 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008
4 # Free Software Foundation, Inc.
5
6 timestamp='2008-01-23'
77
88 # This file is free software; you can redistribute it and/or modify it
99 # under the terms of the GNU General Public License as published by
5555 GNU config.guess ($timestamp)
5656
5757 Originally written by Per Bothner.
58 Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005
59 Free Software Foundation, Inc.
58 Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001,
59 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
6060
6161 This is free software; see the source for copying conditions. There is NO
6262 warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE."
531531 echo rs6000-ibm-aix3.2
532532 fi
533533 exit ;;
534 *:AIX:*:[45])
534 *:AIX:*:[456])
535535 IBM_CPU_ID=`/usr/sbin/lsdev -C -c processor -S available | sed 1q | awk '{ print $1 }'`
536536 if /usr/sbin/lsattr -El ${IBM_CPU_ID} | grep ' POWER' >/dev/null 2>&1; then
537537 IBM_ARCH=rs6000
798798 EM64T | authenticamd)
799799 echo x86_64-unknown-interix${UNAME_RELEASE}
800800 exit ;;
801 IA64)
802 echo ia64-unknown-interix${UNAME_RELEASE}
803 exit ;;
801804 esac ;;
802805 [345]86:Windows_95:* | [345]86:Windows_98:* | [345]86:Windows_NT:*)
803806 echo i${UNAME_MACHINE}-pc-mks
832835 echo ${UNAME_MACHINE}-pc-minix
833836 exit ;;
834837 arm*:Linux:*:*)
835 echo ${UNAME_MACHINE}-unknown-linux-gnu
838 eval $set_cc_for_build
839 if echo __ARM_EABI__ | $CC_FOR_BUILD -E - 2>/dev/null \
840 | grep -q __ARM_EABI__
841 then
842 echo ${UNAME_MACHINE}-unknown-linux-gnu
843 else
844 echo ${UNAME_MACHINE}-unknown-linux-gnueabi
845 fi
836846 exit ;;
837847 avr32*:Linux:*:*)
838848 echo ${UNAME_MACHINE}-unknown-linux-gnu
953963 x86_64:Linux:*:*)
954964 echo x86_64-unknown-linux-gnu
955965 exit ;;
956 xtensa:Linux:*:*)
957 echo xtensa-unknown-linux-gnu
966 xtensa*:Linux:*:*)
967 echo ${UNAME_MACHINE}-unknown-linux-gnu
958968 exit ;;
959969 i*86:Linux:*:*)
960970 # The BFD linker knows what the default object file format is, so
14731483 the operating system you are using. It is advised that you
14741484 download the most up to date version of the config scripts from
14751485
1476 http://savannah.gnu.org/cgi-bin/viewcvs/*checkout*/config/config/config.guess
1486 http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.guess;hb=HEAD
14771487 and
1478 http://savannah.gnu.org/cgi-bin/viewcvs/*checkout*/config/config/config.sub
1488 http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.sub;hb=HEAD
14791489
14801490 If the version you run ($0) is already up to date, please
14811491 send the following data and any information you think might be
00 #! /bin/sh
11 # Configuration validation subroutine script.
22 # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
3 # 2000, 2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation,
4 # Inc.
5
6 timestamp='2007-06-28'
3 # 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008
4 # Free Software Foundation, Inc.
5
6 timestamp='2008-01-16'
77
88 # This file is (in principle) common to ALL GNU software.
99 # The presence of a machine in this file suggests that SOME GNU software
7171 version="\
7272 GNU config.sub ($timestamp)
7373
74 Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005
75 Free Software Foundation, Inc.
74 Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001,
75 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
7676
7777 This is free software; see the source for copying conditions. There is NO
7878 warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE."
368368 | v850-* | v850e-* | vax-* \
369369 | we32k-* \
370370 | x86-* | x86_64-* | xc16x-* | xps100-* | xscale-* | xscalee[bl]-* \
371 | xstormy16-* | xtensa-* \
371 | xstormy16-* | xtensa*-* \
372372 | ymp-* \
373373 | z8k-*)
374 ;;
375 # Recognize the basic CPU types without company name, with glob match.
376 xtensa*)
377 basic_machine=$basic_machine-unknown
374378 ;;
375379 # Recognize the various machine names and aliases which stand
376380 # for a CPU type and a company and sometimes even an OS.
441445 balance)
442446 basic_machine=ns32k-sequent
443447 os=-dynix
448 ;;
449 blackfin)
450 basic_machine=bfin-unknown
451 os=-linux
452 ;;
453 blackfin-*)
454 basic_machine=bfin-`echo $basic_machine | sed 's/^[^-]*-//'`
455 os=-linux
444456 ;;
445457 c90)
446458 basic_machine=c90-cray
666678 isi68 | isi)
667679 basic_machine=m68k-isi
668680 os=-sysv
681 ;;
682 m68knommu)
683 basic_machine=m68k-unknown
684 os=-linux
685 ;;
686 m68knommu-*)
687 basic_machine=m68k-`echo $basic_machine | sed 's/^[^-]*-//'`
688 os=-linux
669689 ;;
670690 m88k-omron*)
671691 basic_machine=m88k-omron
812832 basic_machine=i860-intel
813833 os=-osf
814834 ;;
835 parisc)
836 basic_machine=hppa-unknown
837 os=-linux
838 ;;
839 parisc-*)
840 basic_machine=hppa-`echo $basic_machine | sed 's/^[^-]*-//'`
841 os=-linux
842 ;;
815843 pbd)
816844 basic_machine=sparc-tti
817845 ;;
10191047 tic6x | c6x*)
10201048 basic_machine=tic6x-unknown
10211049 os=-coff
1050 ;;
1051 tile*)
1052 basic_machine=tile-unknown
1053 os=-linux-gnu
10221054 ;;
10231055 tx39)
10241056 basic_machine=mipstx39-unknown
0 libgeotiff-dfsg (1.2.4-4) UNRELEASED; urgency=low
0 libgeotiff-dfsg (1.2.4-4) unstable; urgency=high
11
2 * NOT RELEASED YET
3 * Added Vcs-* fields to debian/control.
2 * Fixed soname patch and removed overriding of LD_SHARED in debian/rules
3 (closes: #495349)
44
5 -- Francesco Paolo Lovergine <frankie@debian.org> Thu, 03 Jan 2008 13:45:19 +0100
5 -- Francesco Paolo Lovergine <frankie@debian.org> Tue, 03 Feb 2009 01:08:27 +0100
66
77 libgeotiff-dfsg (1.2.4-3) unstable; urgency=low
88
55 Standards-Version: 3.7.3
66 Section: science
77 Homepage: http://geotiff.maptools.org/
8 Vcs-Browser: http://svn.debian.org/viewsvn/pkg-grass/packages/geotiff/libgeotiff-dfsg/trunk
9 Vcs-Svn: svn://svn.debian.org/svn/pkg-grass/packages/geotiff/libgeotiff-dfsg/trunk
108
119 Package: libgeotiff-dev
1210 Section: libdevel
44 ## DP: Add soname for this version of the library
55
66 @DPATCH@
7 diff -urNad libgeotiff-1.2.3~/Makefile.in libgeotiff-1.2.3/Makefile.in
8 --- libgeotiff-1.2.3~/Makefile.in 2005-08-16 17:21:20.000000000 +0200
9 +++ libgeotiff-1.2.3/Makefile.in 2007-04-05 13:47:19.000000000 +0200
7 diff -urNad libgeotiff-dfsg~/Makefile.in libgeotiff-dfsg/Makefile.in
8 --- libgeotiff-dfsg~/Makefile.in 2009-02-03 00:53:08.000000000 +0100
9 +++ libgeotiff-dfsg/Makefile.in 2009-02-03 00:53:58.000000000 +0100
1010 @@ -38,7 +38,7 @@
1111 GEOTIFF_SO=@GEOTIFF_SO@
1212 GEOTIFF_DLL=@GEOTIFF_DLL@
1313 GEOTIFF_IMP=@GEOTIFF_IMP@
1414 -LD_SHARED=@LD_SHARED@
15 +LD_SHARED=@LD_SHARED@ -soname=libgeotiff.@SO_EXT@.@VERSION_MAJOR@.@VERSION_MINOR@
15 +LD_SHARED=@CC@ -shared -Wl,-soname,libgeotiff.@SO_EXT@.@VERSION_MAJOR@.@VERSION_MINOR@
1616 SO_EXT=@SO_EXT@
1717
1818 GT_INCLUDE_FILES = xtiffio.h geotiff.h geotiffio.h geovalues.h \
3535 dh_testdir
3636
3737 # Add here commands to compile the package.
38 $(MAKE) LD_SHARED="gcc -shared"
38 $(MAKE)
3939
4040 touch $@
4141