debian/0000775000000000000000000000000012272613326007174 5ustar debian/rules0000775000000000000000000000074512272612341010256 0ustar #!/usr/bin/make -f libgtkhexN := $(shell sed -rn 's/^Package:[[:space:]]*(libgtkhex[0-9-]+)[[:space:]]*$$/\1/p' debian/control | head -n 1) include /usr/share/cdbs/1/rules/debhelper.mk include /usr/share/cdbs/1/rules/utils.mk include /usr/share/cdbs/1/class/gnome.mk include /usr/share/gnome-pkg-tools/1/rules/uploaders.mk -include /usr/share/gnome-pkg-tools/1/rules/gnome-get-source.mk DEB_DH_MAKESHLIBS_ARGS_$(libgtkhexN) += -V -- -c4 DEB_INSTALL_MANPAGES_ghex += debian/ghex.1 debian/watch0000664000000000000000000000014511743306004010217 0ustar version=3 http://ftp.gnome.org/pub/GNOME/sources/ghex/([\d\.]+[02468])/ \ ghex-(.*)\.tar\.xz debian/changelog0000664000000000000000000002643412272612307011055 0ustar ghex (3.8.1-1ubuntu2) trusty; urgency=medium * Reverted the changes in 3.8.1-1ubuntu1 as a preventative measure. Removing gettext macros can apparently break translations. * Doing a manual libtool update instead to fix FTBFS on ppc64el. -- Logan Rosen Thu, 30 Jan 2014 22:12:32 -0500 ghex (3.8.1-1ubuntu1) trusty; urgency=medium * Use dh-autoreconf to get new libtool macros for ppc64el. * Build-depend on gnome-common to fix missing macro after autoreconf. * Remove gettext macros so that only libtoolize creates po/Makefile.in.in. -- Logan Rosen Sat, 25 Jan 2014 01:48:37 -0500 ghex (3.8.1-1) unstable; urgency=low * New upstream release. * Port to new documentation infrastructure. Use yelp-tools instead of gnome-doc-utils. * Bump Standards-Version to 3.9.4. No further changes. -- Michael Biebl Fri, 14 Jun 2013 00:05:20 +0200 ghex (3.4.1-1) unstable; urgency=low * New upstream translation release. -- Michael Biebl Tue, 15 May 2012 15:23:18 +0200 ghex (3.4.0-1) unstable; urgency=low * New upstream release. * debian/watch: Track .xz tarballs. * Bump Build-Depends on libglib2.0-dev to (>= 2.31.10). * Bump Build-Depends on libgtk-3-dev to (>= 3.3.8). * Bump Standards-Version to 3.9.3. * Add symbols file for libgtkhex-3-0. -- Michael Biebl Thu, 19 Apr 2012 16:53:32 +0200 ghex (3.0.0-1) unstable; urgency=low * New upstream release. - Fixes format string error. (Closes: #643386) - Ported to GNOME 3 / GTK 3 removing dependencies on deprecated libraries like libgnomeprint. (Closes: #542554) * Update watch file. * Switch to dpkg source format 3.0 (quilt). - Add debian/source/format. - Remove simple-patchsys.mk include. * Bump debhelper compatibility level to 8. - Bump Build-Depends on debhelper. - Strip debian/tmp/ from .install files. * debian/control.in: - Drop Build-Depends on libgnomeui-dev, libgnomeprintui2.2-dev, libpopt-dev and gconf2. - Update Build-Depends on libgtk2.0-dev to libgtk-3-dev (>= 3.0.0). - Update Build-Depends on libgail-dev to libgail-3-dev. - Bump Build-Depends on intltool to (>= 0.41.1). - Bump Build-Depends on gnome-doc-utils to (>= 0.9.0). - Add Build-Depends on libglib2.0-dev (>= 2.26). - Bump Standards-Version to 3.9.2. - Add Vcs-* fields. - Add Homepage field. - Set pkg-gnome-maintainers@lists.alioth.debian.org as Maintainer. * Update for libgtkhex SONAME bump. - Rename libgtkhex0 → libgtkhex-3-0. - Rename libgtkhex0-dev → libgtkhex-3-dev. - Bump minimum shlibs version to 3.0.0. * The main binary was renamed from ghex2 → ghex. - Rename and update manpage. - Update menu file. * debian/rules: - Remove some cruft which is no longer necessary. -- Michael Biebl Fri, 07 Oct 2011 03:04:20 +0200 ghex (2.24.0-1) unstable; urgency=low [ Loic Minier ] * Properly anchor package name regexp. * Fix section of man page. [ Sebastian Dröge ] * New upstream stable release. * debian/control.in: + Update Standards-Version to 3.8.0 (no additional changes needed). + Build depend on intltool. -- Sebastian Dröge Thu, 19 Feb 2009 07:30:06 +0100 ghex (2.22.0-1) unstable; urgency=low * New upstream stable release. -- Sebastian Dröge Fri, 11 Apr 2008 14:47:24 +0200 ghex (2.21.92-1) unstable; urgency=low * New upstream bugfix release. -- Sebastian Dröge Wed, 27 Feb 2008 08:49:08 +0100 ghex (2.21.90-1) unstable; urgency=low * New upstream bugfix release. -- Sebastian Dröge Thu, 31 Jan 2008 10:02:01 +0100 ghex (2.21.4-1) unstable; urgency=low * New upstream development release; API additions; bug fixes; translation update. - Targetted at unstable since the changes seem stable. - Bump up shlibs to >= 2.21.4. - Fixes incorrect version in the .pc file; thanks Luca Bruno. - Update watch file to track all versions. * Don't hardcode the lib package name. * Cleanup rules. * Wrap build-deps and deps. -- Loic Minier Fri, 18 Jan 2008 15:34:01 +0100 ghex (2.20.1-1) unstable; urgency=low [ Loic Minier ] * Stop shipping *.la files in libgtkhex0-dev. * Add a get-orig-source target to retrieve the upstream tarball. [ Kilian Krause ] * Use binary:version and source:Version for binnNMU-safe uploads as added in dpkg-dev 1.13.19. Add to Build-Depends accordingly [ Sebastian Dröge ] * New upstream release: + Fixes crash while searching an ASCII string (Closes: #416480). + Fixes freeze when search reaches the end of a file (Closes: #373712). + debian/control.in: + Update build dependencies. + Let the -dev package depend on libgail-dev, libgtk2.0-dev and libatk1.0-dev. * debian/control.in, debian/compat: + Update Standards-Version to 3.7.3 (no additional changes needed). + Update to debhelper compat level 5. * debian/watch: + Updated for the new version. * debian/ghex.menu: + Fix menu file section. -- Sebastian Dröge Mon, 10 Dec 2007 08:14:05 +0100 ghex (2.8.2-3) unstable; urgency=low * Revert changes of 2.8.2-2 as release team explained that a simple re-upload is enough for non-bin-NMU-able packages, and that bin-NMU-able packages should be taken care of by them. * Move the ghex package to the end of control to ensure it's built after libghex. (Closes: #364862) [debian/control, debian/control.in] -- Loic Minier Wed, 26 Apr 2006 11:49:52 +0200 ghex (2.8.2-2) unstable; urgency=low * Add empty patches dir. [debian/patches] * Bump up build-deps to libgnomeui-dev >= 2.14.1-1, libgnomeprintui2.2-dev >= 2.12.1-3, libgail-dev >= 1.8.11-1+b1 to avoid any reference to Xrender.la and Xcursor.la in .la files. [debian/control, debian/control.in] * Stop shipping *.la files in libgtkhex0-dev. [debian/libgtkhex0-dev.install] -- Loic Minier Sun, 23 Apr 2006 20:32:32 +0200 ghex (2.8.2-1) unstable; urgency=low * New upstream release, mostly translations updates and additions. * Add CDBS' utils, and simple-patchsys. [debian/rules] * Bump up Standards-Version to 3.6.2. [debian/control, debian/control.in] * Add a ${misc:Depends} dep to libgtkhex0-dev. [debian/control, debian/control.in] * Drop obsolete Conflicts/Replaces on libgtkhex0 and libgtkhex0-dev. [debian/control, debian/control.in] * Update download URL. [debian/copyright] * Update license. [debian/copyright] * Install schema in ghex. [debian/ghex.install] * Drop obsolete and dangerous postinst, everything is now handled by gnome.mk (dh_scrollkeeper and dh_gconf). [debian/postinst] * Fix quoting in menu file. [debian/menu] -- Loic Minier Fri, 10 Mar 2006 14:40:06 +0100 ghex (2.8.1-1) unstable; urgency=low * New upstream release. -- Sebastien Bacher Tue, 19 Oct 2004 13:20:01 +0200 ghex (2.8.0-2) unstable; urgency=low * Upload in unstable: - in fact this is not a GNOME 2.8 desktop part, this version runs fine with GNOME 2.6. -- Sebastien Bacher Sun, 17 Oct 2004 16:59:37 +0200 ghex (2.8.0-1) experimental; urgency=low * New upstream release: - should fix the problems with the preferences (Closes: #251826). - the menu entry is in Programming now (Closes: #262394). -- Sebastien Bacher Sun, 17 Oct 2004 14:24:39 +0200 ghex (2.6.1-1) unstable; urgency=low * New upstream release + fix libgtkhex (Closes: #246539, #248138). -- Sebastien Bacher Thu, 27 May 2004 00:59:41 +0200 ghex (2.6.0-3) unstable; urgency=low * Upload in unstable. -- Sebastien Bacher Wed, 26 May 2004 23:26:00 +0200 ghex (2.6.0-2) experimental; urgency=low J.H.M. Dassen (Ray) : * [debian/control.in] Added missing build dependencies gnome-pkg-tools, libxml-parser-perl. (Closes: #246515) -- Sebastien Bacher Thu, 29 Apr 2004 19:56:44 +0200 ghex (2.6.0-1) experimental; urgency=low * New upstream release. * Updated for the GNOME Team. * debian/watch: + added. -- Sebastien Bacher Mon, 26 Apr 2004 00:21:41 +0200 ghex (2.5.0-2) unstable; urgency=low * Rebuilded with Gnome2.2 libs. -- Sebastien Bacher Thu, 16 Oct 2003 17:36:29 +0200 ghex (2.5.0-1) unstable; urgency=low * New upstream release. -- Sebastien Bacher Thu, 16 Oct 2003 02:49:31 +0200 ghex (2.4.0.1-3) unstable; urgency=low * Split package for libs (Closes: #213208). -- Sebastien Bacher Sun, 5 Oct 2003 21:54:16 +0200 ghex (2.4.0.1-2) unstable; urgency=low * Upload in unstable. * Fixed missing depends on scrollkeeper (Closes: 211408). -- Sebastien Bacher Mon, 22 Sep 2003 15:44:38 +0200 ghex (2.4.0.1-1) experimental; urgency=low * GNOME 2.4 release, uploaded in experimental. * Removed debian/postrm and debian/postinst, since debhelper create them. * Switched to cdbs. * Updated Build-Depends. * Upgrade Standards-Version to 3.6.1.0. -- Sebastien Bacher Wed, 10 Sep 2003 21:28:44 +0200 ghex (2.2.1-1) unstable; urgency=low * New upstream release. * Changed section to gnome. * Updated to standards version 3.5.10.0. * Added Depends on ${misc:Depends}. -- Sebastien Bacher Wed, 10 Sep 2003 21:27:52 +0200 ghex (2.2.0-2) unstable; urgency=low * Fixed menu entry (Closes: #183091). * Fixed documentation (Closes: #183090). -- Sebastien Bacher Sun, 2 Mar 2003 12:26:56 +0100 ghex (2.2.0-1) unstable; urgency=low * New maintainer (according to robot101@debian.org maintainer has not interested in this package any more). * New upstream release (Closes: #178931). - "Add view" menu works now (Closes: #152390). * Bumped Standards-Version to 3.5.8. * Updated Build-Depends. * Fixed spelling error (Closes: #124669). -- Sebastien Bacher Sat, 1 Mar 2003 14:30:08 +0100 ghex (1.2-4) unstable; urgency=low * Modified postinst and postrm to cope without scrollkeeper package (closes: #98000) -- Peter Joseph Sun, 27 May 2001 01:37:14 +0100 ghex (1.2-3) unstable; urgency=low * Modified postinst and postrm to catch errors * Fixed manpage description -- Peter Joseph Sat, 28 Apr 2001 00:29:15 +0100 ghex (1.2-2) unstable; urgency=low * New maintainer * Repackged by myself * Removed commented-out line from zh_CN.GB2312.po (closes: #94551) * Commented-out lines in omf-install/Makefile.in as scrollkeeper db cannot be made at build time * Added postinst and postrm to fix scrollkeepers db on install and removal * Fixed build-deps and description in control file * Fixed lintian warnings (file locations, manpage, excluded zero byte news file, removed upstream install docs) * Removed empty /usr/sbin * Tidied up copyright -- Peter Joseph Thu, 26 Apr 2001 23:48:25 +0100 ghex (1.2-1) unstable; urgency=low * Initial Release. (Closes: #93982) -- Eric Gillespie, Jr. Sat, 14 Apr 2001 14:50:33 -0500 debian/compat0000664000000000000000000000000211643442425010373 0ustar 8 debian/ghex.install0000664000000000000000000000002612156440156011515 0ustar usr/bin/* usr/share/* debian/libgtkhex-3-0.install0000664000000000000000000000003111643445126013036 0ustar usr/lib/libgtkhex-3.so.* debian/control.in0000664000000000000000000000333612272612236011210 0ustar Source: ghex Section: gnome Priority: optional Maintainer: Ubuntu Developers XSBC-Original-Maintainer: Debian GNOME Maintainers Uploaders: @GNOME_TEAM@ Build-Depends: cdbs, gnome-pkg-tools, debhelper (>= 8), libgtk-3-dev (>= 3.3.8), libgail-3-dev, libglib2.0-dev (>= 2.31.10), libatk1.0-dev (>= 1.0.0), gettext, intltool (>= 0.41.1), scrollkeeper, yelp-tools Standards-Version: 3.9.4 Vcs-Svn: svn://anonscm.debian.org/svn/pkg-gnome/packages/unstable/ghex Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-gnome/packages/unstable/ghex Homepage: http://live.gnome.org/Ghex Package: libgtkhex-3-0 Architecture: any Section: libs Depends: ${shlibs:Depends}, ${misc:Depends} Description: GNOME Hex editor for files (shared library) The GHex program can view and edit files in two ways, hex or ascii. Good for editing saved game files. . This package contains the shared library. Package: libgtkhex-3-dev Architecture: any Section: libdevel Depends: ${misc:Depends}, libgtkhex-3-0 (= ${binary:Version}), libgail-3-dev, libgtk-3-dev Description: GNOME Hex editor for files (development headers) The GHex program can view and edit files in two ways, hex or ascii. Good for editing saved game files. . This package contains the development headers. Package: ghex Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} Description: GNOME Hex editor for files The GHex program can view and edit files in two ways, hex or ascii. Good for editing saved game files. debian/ghex.10000664000000000000000000000611111643446367010222 0ustar .\" Hey, EMACS: -*- nroff -*- .\" .\" $Id: ghex.1,v 1.1 2001/04/14 19:41:50 epg Exp $ .\" .\" First parameter, NAME, should be all caps .\" Second parameter, SECTION, should be 1-8, maybe w/ subsection .\" other parameters are allowed: see man(7), man(1) .TH GHEX 1 "April 14, 2001" .\" Please adjust this date whenever revising the manpage. .\" .\" Some roff macros, for reference: .\" .nh disable hyphenation .\" .hy enable hyphenation .\" .ad l left justify .\" .ad b justify to both left and right margins .\" .nf disable filling .\" .fi enable filling .\" .br insert line break .\" .sp insert n+1 empty lines .\" for manpage-specific macros, see man(7) .SH NAME ghex \- A GNOME Hex Editor .SH SYNOPSIS .B ghex .RI [ options ] " files" ... .SH DESCRIPTION This manual page documents briefly the .B ghex command. This manual page was written for the Debian GNU/Linux distribution because the original program does not have a manual page. Instead, it has documentation in the GNOME help system. .PP .\" TeX users may be more comfortable with the \fB\fP and .\" \fI\fP escape sequences to invode bold face and italics, .\" respectively. \fBghex\fP allows the user to load data from any file, view and edit it in either hex or ascii. A must for anyone playing games that use non-ascii format for saving. .SH OPTIONS These programs follow the usual GNU command line syntax, with long options starting with two dashes (`-'). A summary of options is included below. Usage: ghex [OPTION...] GNOME options --disable-sound Disable sound server usage --enable-sound Enable sound server usage --espeaker=HOSTNAME:PORT Host:port on which the sound server to use is running --version Help options -?, --help Show this help message --usage Display brief usage message GTK options --gdk-debug=FLAGS Gdk debugging flags to set --gdk-no-debug=FLAGS Gdk debugging flags to unset --display=DISPLAY X display to use --sync Make X calls synchronous --no-xshm Don't use X shared memory extension --name=NAME Program name as used by the window manager --class=CLASS Program class as used by the window manager --gxid_host=HOST --gxid_port=PORT --xim-preedit=STYLE --xim-status=STYLE --gtk-debug=FLAGS Gtk+ debugging flags to set --gtk-no-debug=FLAGS Gtk+ debugging flags to unset --g-fatal-warnings Make all warnings fatal --gtk-module=MODULE Load an additional Gtk module GNOME GUI options --disable-crash-dialog Session management options --sm-client-id=ID Specify session management ID --sm-config-prefix=PREFIX Specify prefix of saved configuration --sm-disable Disable connection to session manager .SH AUTHOR This manual page was written by Eric Gillespie, Jr. , for the Debian GNU/Linux system (but may be used by others). debian/copyright0000664000000000000000000000205611643422504011127 0ustar GHex was packaged for Debian by Peter Joseph on Thu, 26 Apr 2001 21:16:37 +0100. It was downloaded from http://download.gnome.org/sources/ghex/ GHex is copyright 1998-2001 Jaka Mocnik License: This package is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This package is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this package; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA On Debian systems, the complete text of the GNU General Public License can be found in `/usr/share/common-licenses/GPL'. debian/source/0000775000000000000000000000000012156441115010470 5ustar debian/source/format0000664000000000000000000000001411643442200011672 0ustar 3.0 (quilt) debian/libgtkhex-3-dev.install0000664000000000000000000000006711643445145013467 0ustar usr/include/ usr/lib/libgtkhex-3.so usr/lib/pkgconfig/ debian/control0000664000000000000000000000401212272613331010570 0ustar # This file is autogenerated. DO NOT EDIT! # # Modifications should be made to debian/control.in instead. # This file is regenerated automatically in the clean target. Source: ghex Section: gnome Priority: optional Maintainer: Ubuntu Developers XSBC-Original-Maintainer: Debian GNOME Maintainers Uploaders: Debian GNOME Maintainers , Michael Biebl , Sebastian Dröge Build-Depends: cdbs, gnome-pkg-tools, debhelper (>= 8), libgtk-3-dev (>= 3.3.8), libgail-3-dev, libglib2.0-dev (>= 2.31.10), libatk1.0-dev (>= 1.0.0), gettext, intltool (>= 0.41.1), scrollkeeper, yelp-tools Standards-Version: 3.9.4 Vcs-Svn: svn://anonscm.debian.org/svn/pkg-gnome/packages/unstable/ghex Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-gnome/packages/unstable/ghex Homepage: http://live.gnome.org/Ghex Package: libgtkhex-3-0 Architecture: any Section: libs Depends: ${shlibs:Depends}, ${misc:Depends} Description: GNOME Hex editor for files (shared library) The GHex program can view and edit files in two ways, hex or ascii. Good for editing saved game files. . This package contains the shared library. Package: libgtkhex-3-dev Architecture: any Section: libdevel Depends: ${misc:Depends}, libgtkhex-3-0 (= ${binary:Version}), libgail-3-dev, libgtk-3-dev Description: GNOME Hex editor for files (development headers) The GHex program can view and edit files in two ways, hex or ascii. Good for editing saved game files. . This package contains the development headers. Package: ghex Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} Description: GNOME Hex editor for files The GHex program can view and edit files in two ways, hex or ascii. Good for editing saved game files. debian/docs0000664000000000000000000000000711643422504010041 0ustar README debian/libgtkhex-3-0.symbols0000664000000000000000000000407411744022752013071 0ustar libgtkhex-3.so.0 libgtkhex-3-0 #MINVER# (optional)accessible_gtk_hex_factory_get_type@Base 3.0.0 (optional)accessible_gtk_hex_factory_new@Base 3.0.0 (optional)accessible_gtk_hex_get_type@Base 3.0.0 (optional)accessible_gtk_hex_new@Base 3.0.0 add_atk_namedesc@Base 3.0.0 add_atk_relation@Base 3.0.0 (optional)format_ablock@Base 3.0.0 (optional)format_xblock@Base 3.0.0 (optional)format_xbyte@Base 3.0.0 (optional)ghex_get_resource@Base 3.4.0 gtk_hex_clear_selection@Base 3.0.0 gtk_hex_copy_to_clipboard@Base 3.0.0 gtk_hex_cut_to_clipboard@Base 3.0.0 gtk_hex_delete_autohighlight@Base 3.0.0 gtk_hex_delete_selection@Base 3.0.0 gtk_hex_get_byte@Base 3.0.0 gtk_hex_get_cursor@Base 3.0.0 gtk_hex_get_selection@Base 3.0.0 gtk_hex_get_type@Base 3.0.0 gtk_hex_insert_autohighlight@Base 3.0.0 gtk_hex_load_font@Base 3.0.0 gtk_hex_new@Base 3.0.0 gtk_hex_paste_from_clipboard@Base 3.0.0 gtk_hex_set_cursor@Base 3.0.0 gtk_hex_set_cursor_xy@Base 3.0.0 gtk_hex_set_font@Base 3.0.0 gtk_hex_set_geometry@Base 3.0.0 gtk_hex_set_group_type@Base 3.0.0 gtk_hex_set_insert_mode@Base 3.0.0 gtk_hex_set_nibble@Base 3.0.0 gtk_hex_set_selection@Base 3.0.0 gtk_hex_set_starting_offset@Base 3.0.0 gtk_hex_show_offsets@Base 3.0.0 hex_document_add_view@Base 3.0.0 hex_document_changed@Base 3.0.0 hex_document_compare_data@Base 3.0.0 hex_document_delete_data@Base 3.0.0 hex_document_export_html@Base 3.0.0 hex_document_find_backward@Base 3.0.0 hex_document_find_forward@Base 3.0.0 hex_document_get_byte@Base 3.0.0 hex_document_get_data@Base 3.0.0 hex_document_get_list@Base 3.0.0 hex_document_get_type@Base 3.0.0 hex_document_has_changed@Base 3.0.0 hex_document_is_writable@Base 3.0.0 hex_document_new@Base 3.0.0 hex_document_new_from_file@Base 3.0.0 hex_document_read@Base 3.0.0 hex_document_redo@Base 3.0.0 hex_document_remove_view@Base 3.0.0 hex_document_set_byte@Base 3.0.0 hex_document_set_data@Base 3.0.0 hex_document_set_max_undo@Base 3.0.0 hex_document_set_nibble@Base 3.0.0 hex_document_undo@Base 3.0.0 hex_document_write@Base 3.0.0 hex_document_write_to_file@Base 3.0.0 debian/patches/0000775000000000000000000000000012272613321010616 5ustar debian/patches/series0000664000000000000000000000002612272612425012035 0ustar libtool_ppc64el.patch debian/patches/libtool_ppc64el.patch0000664000000000000000000000217012272613307014644 0ustar --- a/m4/libtool.m4 +++ b/m4/libtool.m4 @@ -1326,7 +1326,10 @@ x86_64-*linux*) LD="${LD-ld} -m elf_i386" ;; - ppc64-*linux*|powerpc64-*linux*) + powerpc64le-*) + LD="${LD-ld} -m elf32lppclinux" + ;; + powerpc64-*) LD="${LD-ld} -m elf32ppclinux" ;; s390x-*linux*) @@ -1345,7 +1348,10 @@ x86_64-*linux*) LD="${LD-ld} -m elf_x86_64" ;; - ppc*-*linux*|powerpc*-*linux*) + powerpcle-*) + LD="${LD-ld} -m elf64lppc" + ;; + powerpc-*) LD="${LD-ld} -m elf64ppc" ;; s390*-*linux*|s390*-*tpf*) --- a/configure +++ b/configure @@ -6474,7 +6474,10 @@ x86_64-*linux*) LD="${LD-ld} -m elf_i386" ;; - ppc64-*linux*|powerpc64-*linux*) + powerpc64le-*) + LD="${LD-ld} -m elf32lppclinux" + ;; + powerpc64-*) LD="${LD-ld} -m elf32ppclinux" ;; s390x-*linux*) @@ -6493,7 +6496,10 @@ x86_64-*linux*) LD="${LD-ld} -m elf_x86_64" ;; - ppc*-*linux*|powerpc*-*linux*) + powerpcle-*) + LD="${LD-ld} -m elf64lppc" + ;; + powerpc-*) LD="${LD-ld} -m elf64ppc" ;; s390*-*linux*|s390*-*tpf*) debian/ghex.menu0000664000000000000000000000016111643446300011010 0ustar ?package(ghex):needs="x11" section="Applications/Editors" \ title="GHex" command="/usr/bin/ghex" hints="GNOME"