Your message dated Fri, 13 Mar 2009 10:32:06 +0000
with message-id <[email protected]>
and subject line Bug#448735: fixed in ogdi-dfsg 3.2.0~beta2-1
has caused the Debian Bug report #448735,
regarding ogdi-dfsg: FTBFS on GNU/kFreeBSD
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
448735: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=448735
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: ogdi-dfsg
Severity: important
Version: 3.2.0~beta1-3
Tags: patch
User: [email protected]
Usertags: kfreebsd
Hi,
the current version fails to build on GNU/kFreeBSD.
It needs fixup in Makefile systems.
Unfortunately this also means, that it have to be included
directly, not via dpatch (at least config/common.mak part).
It would also be nice if you can inform upstream
about this problem.
Thanks in advance
Petronly in patch2:
unchanged:
--- ogdi-dfsg-3.2.0~beta1.orig/configure.in
+++ ogdi-dfsg-3.2.0~beta1/configure.in
@@ -349,5 +349,9 @@
[chmod +x ogdi-config])
AC_OUTPUT(config/generic.mak)
-mv config/generic.mak config/`uname`.mak
+target=`uname`
+if test "$target" = "GNU/kFreeBSD" ; then
+ target=Linux
+fi
+mv config/generic.mak config/$target.mak
only in patch2:
unchanged:
--- ogdi-dfsg-3.2.0~beta1.orig/configure
+++ ogdi-dfsg-3.2.0~beta1/configure
@@ -5278,5 +5875,9 @@
$ac_cs_success || { (exit 1); exit 1; }
fi
-mv config/generic.mak config/`uname`.mak
+target=`uname`
+if test "$target" = "GNU/kFreeBSD" ; then
+ target=Linux
+fi
+mv config/generic.mak config/$target.mak
only in patch2:
unchanged:
--- ogdi-dfsg-3.2.0~beta1.orig/config/common.mak.in
+++ ogdi-dfsg-3.2.0~beta1/config/common.mak.in
@@ -52,6 +52,9 @@
ifndef TARGET
TARGET = $(shell uname)
+ifeq ($(TARGET), GNU/kFreeBSD)
+TARGET = Linux
+endif
endif
#
only in patch2:
unchanged:
--- ogdi-dfsg-3.2.0~beta1.orig/config/common.mak
+++ ogdi-dfsg-3.2.0~beta1/config/common.mak
@@ -52,6 +52,9 @@
ifndef TARGET
TARGET = $(shell uname)
+ifeq ($(TARGET), GNU/kFreeBSD)
+TARGET = Linux
+endif
endif
#
--- End Message ---
--- Begin Message ---
Source: ogdi-dfsg
Source-Version: 3.2.0~beta2-1
We believe that the bug you reported is fixed in the latest version of
ogdi-dfsg, which is due to be installed in the Debian FTP archive:
libogdi3.2-dev_3.2.0~beta2-1_i386.deb
to pool/main/o/ogdi-dfsg/libogdi3.2-dev_3.2.0~beta2-1_i386.deb
libogdi3.2_3.2.0~beta2-1_i386.deb
to pool/main/o/ogdi-dfsg/libogdi3.2_3.2.0~beta2-1_i386.deb
ogdi-bin_3.2.0~beta2-1_i386.deb
to pool/main/o/ogdi-dfsg/ogdi-bin_3.2.0~beta2-1_i386.deb
ogdi-dfsg_3.2.0~beta2-1.diff.gz
to pool/main/o/ogdi-dfsg/ogdi-dfsg_3.2.0~beta2-1.diff.gz
ogdi-dfsg_3.2.0~beta2-1.dsc
to pool/main/o/ogdi-dfsg/ogdi-dfsg_3.2.0~beta2-1.dsc
ogdi-dfsg_3.2.0~beta2.orig.tar.gz
to pool/main/o/ogdi-dfsg/ogdi-dfsg_3.2.0~beta2.orig.tar.gz
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Francesco Paolo Lovergine <[email protected]> (supplier of updated ogdi-dfsg
package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Format: 1.8
Date: Thu, 12 Mar 2009 20:56:26 +0100
Source: ogdi-dfsg
Binary: libogdi3.2-dev libogdi3.2 ogdi-bin
Architecture: source i386
Version: 3.2.0~beta2-1
Distribution: unstable
Urgency: low
Maintainer: Francesco Paolo Lovergine <[email protected]>
Changed-By: Francesco Paolo Lovergine <[email protected]>
Description:
libogdi3.2 - Open Geographic Datastore Interface Library -- library
libogdi3.2-dev - Open Geographic Datastore Interface Library -- development
ogdi-bin - Open Geographic Datastore Interface Library -- utilities
Closes: 448735 459109 470036
Changes:
ogdi-dfsg (3.2.0~beta2-1) unstable; urgency=low
.
* New upstream release and ack NMU patches merged upstream.
(closes: #448735, #459109, #470036)
* Added Homepage field in debian/control.
Both patches already merged upstream.
* Moved to tcl-dev build-dep as by Tcl/Tk policy.
* Policy bumped to 3.8.0.
* Updated config.guess and config.sub.
* Added Vcs-* fields.
* Updated debian/control to use ${binary:Version}.
* Debhelper level set to 7.
* Updated proj dependency.
Checksums-Sha1:
57cd6840522eb95a0f924c0da942d45e460ca0b2 1373 ogdi-dfsg_3.2.0~beta2-1.dsc
b38e8177446ac08fabbfccdbdbcb59d38900c571 640158
ogdi-dfsg_3.2.0~beta2.orig.tar.gz
2062ba61d58d8d9d75b3dac282aa43ef978a5251 30112 ogdi-dfsg_3.2.0~beta2-1.diff.gz
8058f02097d060440e934a2e8b865f9b1d44ea10 35294
libogdi3.2-dev_3.2.0~beta2-1_i386.deb
699f164acd72edd1388b19c43eae753013a7d1a6 253012
libogdi3.2_3.2.0~beta2-1_i386.deb
4c4573b1c951670a7328edb589d5449810295ce0 46600 ogdi-bin_3.2.0~beta2-1_i386.deb
Checksums-Sha256:
952951c283706d670af002d29e9ae1af8c8077f00103faa5d92ef21d6c780e05 1373
ogdi-dfsg_3.2.0~beta2-1.dsc
97d0a32fe9b50aaaf0d607fcd2fa99ee8eb9039d2aa7b091a4ae8d3beb8980cd 640158
ogdi-dfsg_3.2.0~beta2.orig.tar.gz
0547aab8d68b2f6853b93f006c7ffabbf3535b283a6c006b198dc5936d641b43 30112
ogdi-dfsg_3.2.0~beta2-1.diff.gz
1b5a97b6440db38595a5dba8f3ffa74d9f37e416cf47ffd5697f3a668d0ad6aa 35294
libogdi3.2-dev_3.2.0~beta2-1_i386.deb
610412552cbce315d8084808f283d3d6df5fc41d4205a08e3fd3ba1c575ff0c9 253012
libogdi3.2_3.2.0~beta2-1_i386.deb
de19f92d44a99307559c3495b9bef1f067889525d550adfae1124f3b4061ee82 46600
ogdi-bin_3.2.0~beta2-1_i386.deb
Files:
735ae6e5084cd6812d0d292b790f0629 1373 libs extra ogdi-dfsg_3.2.0~beta2-1.dsc
4fbed4a96a43de4024eca31a0b723223 640158 libs extra
ogdi-dfsg_3.2.0~beta2.orig.tar.gz
6279bdcde7cae6bd4bbac766d661e34d 30112 libs extra
ogdi-dfsg_3.2.0~beta2-1.diff.gz
826a40255627286357cf766fdc4d3439 35294 libdevel extra
libogdi3.2-dev_3.2.0~beta2-1_i386.deb
e6eb91071e78c2de611c7bfd7de4b249 253012 libs extra
libogdi3.2_3.2.0~beta2-1_i386.deb
ab013e6ef35ee75237afa9d399526269 46600 science extra
ogdi-bin_3.2.0~beta2-1_i386.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)
iEYEARECAAYFAkm6MowACgkQpFNRmenyx0eksACfR79jkQPQHhqwZUqWzyQ6csN1
bdoAoIooKoQ+kbfTos4i6xmpGRehmSiD
=gPTv
-----END PGP SIGNATURE-----
--- End Message ---
_______________________________________________
Pkg-grass-devel mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/pkg-grass-devel