debian/0000755000000000000000000000000012246752702007175 5ustar debian/source/0000755000000000000000000000000012207453367010477 5ustar debian/source/format0000644000000000000000000000001412207453367011705 0ustar 3.0 (quilt) debian/changelog0000644000000000000000000000024112207453503011036 0ustar free42-nologo (1.4.77-1) unstable; urgency=low * Initial release (Closes: #606358) -- Christian Stalp Wed, 14 Aug 2013 23:31:08 +0200 debian/docs0000644000000000000000000000001412207453514010037 0ustar README TODO debian/watch0000644000000000000000000000041612207453632010224 0ustar # Rename this file to "watch" and then you can run the "uscan" command # to check for upstream updates and more. # See uscan(1) for format # Compulsory line, this is a version 3 file version=3 http://thomasokken.com/free42/upstream/free42-nologo-(\d+\.\d+\.\d+)\.tgz debian/patches/0000755000000000000000000000000012244232511010611 5ustar debian/patches/series0000644000000000000000000000003212244220664012027 0ustar fix-free42-makefile.patch debian/patches/fix-free42-makefile.patch0000644000000000000000000000140512244232315015262 0ustar adding needed library X11, dumping unnecessary libraries atk-1.0 gio-2.0 pangoft2-1.0 pangocairo-1.0 cairo pango-1.0 freetype fontconfig, adding -fPIC-option --- a/gtk/Makefile +++ b/gtk/Makefile @@ -16,8 +16,9 @@ ############################################################################### CXXFLAGS := -MMD -Wall -Wno-parentheses -Wno-write-strings -g -I/usr/X11R6/include -fno-exceptions -fno-rtti $(shell pkg-config --cflags gtk+-2.0) -DVERSION="\"$(shell cat ../VERSION)\"" -LDFLAGS = -L/usr/X11R6/lib -LIBS := -lXmu $(shell pkg-config --libs gtk+-2.0) +CXXFLAGS += -fPIC +LDFLAGS += -L/usr/X11R6/lib +LIBS := -lXmu -lX11 -lgtk-x11-2.0 -lgdk-x11-2.0 -lgdk_pixbuf-2.0 -lgobject-2.0 -lglib-2.0 ifeq "$(shell uname -s)" "Linux" LDFLAGS += -Wl,--hash-style=both debian/compat0000644000000000000000000000000212207455304010366 0ustar 9 debian/copyright0000644000000000000000000000577712235452452011145 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: free42-nologo Source: http://thomasokken.com/free42/ Files: * Copyright: 2004-2013 Thomas Okken License: GPL-2 Files: debian/* Copyright: 2013 Christian Stalp License: GPL-2+ Files: common/bcd* Copyright: Copyright (c) 2005-2009 voidware ltd. License: Expat License: GPL-2+ 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 program. If not, see . On Debian systems, the complete text of the GNU General Public License version 2 can be found in "/usr/share/common-licenses/GPL-2". License: GPL-2 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 program; 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-2'. License: Expat Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: . The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. . THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. debian/install0000644000000000000000000000006712241170456010564 0ustar gtk/free42bin usr/bin gtk/free42.xpm usr/share/pixmaps debian/clean0000644000000000000000000000003512241170466010174 0ustar gtk/free42bin gtk/free42.xpm debian/free42bin.10000644000000000000000000000120112242755555011036 0ustar .\" (C) Copyright 2013 Christian Stalp , .\" .TH free42bin 1 "November 14, 2013" .SH NAME free42bin \- program to calculate the cool way .SH SYNOPSIS .B free42bin .SH DESCRIPTION Free42 is a re-implementation of the HP-42S calculator and the HP-82240 printer. It is a complete rewrite, not using any HP code, and it does not require an HP-42S ROM image. .PP Loading and saving programs is possible in all Free42 versions except OS X Dashboard. The exact process is pretty straightforward in the desktop versions (Windows, OS X, Linux), but it is a bit more complicated on mobile devices. vailable via the Info system. debian/free42-nologo.manpages0000644000000000000000000000002312242760002013253 0ustar debian/free42bin.1 debian/menu0000644000000000000000000000026112244723744010065 0ustar ?package(free42-nologo):needs="X11" \ section="Applications/Science/Mathematics"\ title="free42-nologo" command="/usr/bin/free42bin"\ icon="/usr/share/pixmaps/free42.xpm" debian/control0000644000000000000000000000111312246751611010572 0ustar Source: free42-nologo Section: science Priority: optional Maintainer: Christian Stalp Build-Depends: debhelper (>= 9.0.0), libxmu-headers, libx11-dev, libgtk2.0-dev, libxmu-dev, imagemagick Standards-Version: 3.9.4 Homepage: http://thomasokken.com/free42/ Package: free42-nologo Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} Description: Free42 is a re-implementation of the HP-42S calculator It is a complete rewrite, not using any HP code, and it does not require an HP-42S ROM image. Loading and saving programs is possible. FPU is required. debian/rules0000755000000000000000000000123412246730030010243 0ustar #!/usr/bin/make -f # -*- makefile -*- # Sample debian/rules that uses debhelper. # This file was originally written by Joey Hess and Craig Small. # As a special exception, when this file is copied by dh-make into a # dh-make output file, you may use that output file without restriction. # This special exception was added by Craig Small in version 0.37 of dh-make. # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 export DEB_BUILD_MAINT_OPTIONS = hardening=+all %: dh $@ override_dh_auto_build: $(MAKE) -C gtk #cp -pv gtk/icon.xpm gtk/free42.xpm convert -resize 32x32 gtk/icon.xpm gtk/free42.xpm override_dh_auto_clean: $(MAKE) -C gtk clean