Your message dated Mon, 08 Mar 2010 21:51:39 +0000 with message-id <[email protected]> and subject line Bug#379778: fixed in fte 0.50.2-1 has caused the Debian Bug report #379778, regarding fte: FTBFS on GNU/kFreeBSD (due to unsatisfied Build-Depends on libgpmg1-dev) 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.) -- 379778: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=379778 Debian Bug Tracking System Contact [email protected] with problems
--- Begin Message ---Package: fte Severity: important Version: 0.50.0-1.4 Tags: patch Hi, the current version has unsatisfied Build-Depends on libgpmg1-dev under non-linux ports. This package can be easily modified to build fine on GNU/kFreeBSD without libgpmg1-dev installed. Please, find attached patch with that. Thanks for your cooperation. Petrdiff -urN fte-0.50.0.ORIG/debian/control fte-0.50.0/debian/control --- fte-0.50.0.ORIG/debian/control 2006-06-05 06:32:01.000000000 +0200 +++ fte-0.50.0/debian/control 2006-07-25 18:14:32.000000000 +0200 @@ -3,7 +3,7 @@ Priority: optional Maintainer: Zdenek Kabelac <[email protected]> Standards-Version: 3.1.1.1 -Build-Depends: debhelper, perl5, libx11-dev, libxt-dev, x-dev, libgpmg1-dev, libncurses5-dev, libslang2-dev, patch, +Build-Depends: debhelper, perl5, libx11-dev, libxt-dev, x-dev, libgpmg1-dev [!kfreebsd-i386 !kfreebsd-amd64 !hurd-i386], libncurses5-dev, libslang2-dev, patch Package: fte Architecture: any @@ -48,7 +48,7 @@ This is the X Window System edition, with internationalization support. Package: fte-console -Architecture: any +Architecture: i386 ia64 alpha amd64 armeb arm hppa m32r m68k mips mipsel powerpc ppc64 s390 s390x sh3 sh3eb sh4 sh4eb sparc Depends: ${shlibs:Depends}, fte (= ${Source-Version}) Conflicts: suidmanager (<< 0.50) Description: Text editor for programmers - console edition, no I18N support diff -urN fte-0.50.0.ORIG/debian/rules fte-0.50.0/debian/rules --- fte-0.50.0.ORIG/debian/rules 2006-06-05 06:50:51.000000000 +0200 +++ fte-0.50.0/debian/rules 2006-07-25 18:23:21.000000000 +0200 @@ -28,6 +28,8 @@ terminal=$(package)-terminal xwindow=$(package)-xwindow +DEB_HOST_ARCH_OS = $(shell dpkg-architecture -qDEB_HOST_ARCH_OS) + allpackages=\ debian/tmp\ debian/$(docs)\ @@ -37,7 +39,11 @@ build: @dh_testdir - $(MAKE) -C src -j 2 -f fte-unix.mak +ifeq (linux,$(DEB_HOST_ARCH_OS)) + $(MAKE) -C src -f fte-unix.mak +else + $(MAKE) -C src -f fte-unix.mak cfte xfte sfte nfte +endif touch build cleanB: @@ -69,7 +75,9 @@ @cd config; ../src/cfte main.fte ../debian/tmp/etc/fte/system.fterc @tar cf debian/$(docs)/usr/share/doc/fte/config-example.tar config +ifeq (linux,$(DEB_HOST_ARCH_OS)) @$(INST) -s -m 4755 src/vfte debian/$(console)/usr/bin/ +endif @$(INST) -s src/sfte debian/$(terminal)/usr/bin/ @$(INST) -s src/xfte debian/$(xwindow)/usr/bin/ @$(INST) -m 755 debian/fte debian/tmp/usr/bin/fte @@ -112,11 +120,11 @@ dh_fixperms #obsoleted dh_suidregister dh_shlibdeps - dh_gencontrol - dh_makeshlibs - dh_installdeb - dh_md5sums - dh_builddeb -v + dh_gencontrol -s + dh_makeshlibs =s + dh_installdeb -s + dh_md5sums -s + dh_builddeb -s -v # dpkg-shlibdeps debian/tmp/usr/bin/xfte -drecommends debian/tmp/usr/bin/vfte debian/tmp/usr/bin/cfte # @dpkg-gencontrol -pfte
--- End Message ---
--- Begin Message ---Source: fte Source-Version: 0.50.2-1 We believe that the bug you reported is fixed in the latest version of fte, which is due to be installed in the Debian FTP archive: fte-console_0.50.2-1_i386.deb to main/f/fte/fte-console_0.50.2-1_i386.deb fte-docs_0.50.2-1_all.deb to main/f/fte/fte-docs_0.50.2-1_all.deb fte-terminal_0.50.2-1_i386.deb to main/f/fte/fte-terminal_0.50.2-1_i386.deb fte-xwindow_0.50.2-1_i386.deb to main/f/fte/fte-xwindow_0.50.2-1_i386.deb fte_0.50.2-1.dsc to main/f/fte/fte_0.50.2-1.dsc fte_0.50.2-1.tar.gz to main/f/fte/fte_0.50.2-1.tar.gz fte_0.50.2-1_i386.deb to main/f/fte/fte_0.50.2-1_i386.deb 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. Zdenek Kabelac <[email protected]> (supplier of updated fte 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: SHA256 Format: 1.8 Date: Tue, 06 Mar 2010 19:55:23 +0100 Source: fte Binary: fte fte-docs fte-xwindow fte-console fte-terminal Architecture: source all i386 Version: 0.50.2-1 Distribution: unstable Urgency: low Maintainer: Zdenek Kabelac <[email protected]> Changed-By: Zdenek Kabelac <[email protected]> Description: fte - Text editor for programmers - base package fte-console - Text editor for programmers - console edition, no I18N support fte-docs - Documentation and examples for the FTE editor fte-terminal - Text editor for programmers - version for terminals fte-xwindow - Text editor for programmers - X Window System edition with I18N s Closes: 222485 379778 398746 471376 515373 Changes: fte (0.50.2-1) unstable; urgency=low . * CVS 2010/03/07 * fixed build-dependency x-dev -> x11proto-core-dev (Closes: #515373) * applied patch GNU/kFreeBSD by Peter Salinger (Closes: #379778) * fixed segfault with ctags (Closes: #222485) * fixed lots of endianes issues upstream (Closes: #471376) * added Provides: editor (Closes: #398746) * pushing NMU to upstream files Checksums-Sha1: 0ce0aad3b33dced7549151922e9e0579df30e219 1527 fte_0.50.2-1.dsc a4eec1fd369a1244be54f2d0b9cd8d9b3dc9cf37 619332 fte_0.50.2-1.tar.gz e9e841cd88055929de3f8d819eb46d3008ead43f 32936 fte-docs_0.50.2-1_all.deb e8e496b3933a20f8cba069874393fa127e31ca5f 91726 fte_0.50.2-1_i386.deb 36649915ecb74828f85c30af08004227eae2b22d 246686 fte-xwindow_0.50.2-1_i386.deb 6656d55f5c944f469682403838cc78449a586959 234736 fte-console_0.50.2-1_i386.deb 649497f61e7d44d13c8f6daa60720c60157b3357 234254 fte-terminal_0.50.2-1_i386.deb Checksums-Sha256: 49a49b6cee61396f5c070d63d5ee49d32dfaef91994019df8f27cc7317f330af 1527 fte_0.50.2-1.dsc 3058c4d8517260453c4aebf9d1886a422e7db49344f654e4e0c4a4321d3c34ad 619332 fte_0.50.2-1.tar.gz 481654860bee41d79d0d329b0d473a94a58fc09f8f25fa37fb4e74eaa9594fc8 32936 fte-docs_0.50.2-1_all.deb 14ed47724f20c6c6c48fd7b8c73afee67ccf6b695f69e4097a9ba1031645746a 91726 fte_0.50.2-1_i386.deb 9cc42811aa8d2e8303de04a061ab81c1263e63a726ff565453b985428c528d67 246686 fte-xwindow_0.50.2-1_i386.deb 8a181c6e12d1cc95e221d9a91ce3ead3cf7894b54d888be90ee26a563ed1dd7a 234736 fte-console_0.50.2-1_i386.deb 733522aacb288113d536185013ff9d094b56b405c9563d169db1e28b83b5f432 234254 fte-terminal_0.50.2-1_i386.deb Files: 574e120edcc29a8941c8575dae5f2517 1527 editors optional fte_0.50.2-1.dsc 8b63183a069aba83526a2c427bab1bdc 619332 editors optional fte_0.50.2-1.tar.gz 9c6abcac7d9862d6fa0f14d0537dd03c 32936 doc optional fte-docs_0.50.2-1_all.deb 74b38463cf634c84bb9e426ada8faf3e 91726 editors optional fte_0.50.2-1_i386.deb 7d24ff70b6b436be28c474b73fa1717d 246686 editors optional fte-xwindow_0.50.2-1_i386.deb 1452e54c89629be28ad644f5a1ab80b7 234736 editors optional fte-console_0.50.2-1_i386.deb 6ef9843117fb8a7ecfb9d75135455cdc 234254 editors optional fte-terminal_0.50.2-1_i386.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.10 (GNU/Linux) iQIcBAEBCAAGBQJLk8SqAAoJEBiFrTh9QvFuwVAP/0qIyHMKaehDX0Dl4iDmlbmd EN4xkGvdqT7HK31DTIHio7IIxjrWGhGc0fOxMGGfb0UO6qhG9SHC0NiQEE6NQ9Xb ANgDPGg9oP6bYy5nTkESh1w+4wGDvcRVi4QvZ4YM1fjNvd1hXA5LewIvtsQ5QPzM Y5ONxq7Ot3VfjsPoiBpDLJ67Vt4jJDBz0kUk1WlBY6yORq/py0PBuXbJxdEi2z+A rl4MrEegtbba6F+8ByfL9vWTutiBaGxAyPLb+QPcMMCpi4Xarz2sjIyOKN38Ytcv 7V8Zac5BpVekQDE0X6tsldyw2IuXktAZ3xdeokGElrQvkAS5oW0L35P7cvWSguNI MkjfJDGJ5axBLiqosRt2bzbApMDbW+E8TXzYil8AvaJ083zeJYa6tnpxO3/U3RbL 0Fh02D2+EDXBlDzORec4R0UGUgeKuvk5sg/6BWLq+QDMDxsoQlNJDqvvNTbX9zw9 URq8Kmy2zNj5NZsXWuWOuZ8V5N6nBBvxLLQttwIAEvoZ5wNjBmOtjV6XxDV9dVMv g2tUfK85dkUM66pDaDblF1NFvnOP4Xh3jKWEd/o9pAsbtKYNaXHyczkfIbuUvt7x EK51LD8hKHLceIZJruBjMGJBvbCQDrGz8U+95bvRODpgTq/xQk0VozaRliyQv53a OiX6yV/hzuVqqnvlIrKq =leue -----END PGP SIGNATURE-----
--- End Message ---

