debian/0000755000000000000000000000000011766634750007205 5ustar debian/rules0000755000000000000000000000214511552030217010244 0ustar #!/usr/bin/make -f # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 CFLAGS = -Wall -g ifneq (,$(filter noopt,$(DEB_BUILD_OPTIONS))) CFLAGS += -O0 else CFLAGS += -O2 endif build: build-stamp build-stamp: dh_testdir $(MAKE) -C src CFLAGS="$(CFLAGS)" touch $@ clean: dh_testdir dh_testroot rm -f build-stamp $(MAKE) -C src clean rm -f src/version.c dh_clean install: build dh_testdir dh_testroot dh_prep dh_installdirs $(MAKE) -C src prefix=$(CURDIR)/debian/grafx2/usr install cp misc/unix/grafx2.desktop debian/grafx2/usr/share/applications/ cp misc/unix/grafx2.xpm debian/grafx2/usr/share/icons/ # Build architecture-independent files here. binary-indep: install # We have nothing to do by default. # Build architecture-dependent files here. binary-arch: install dh_testdir dh_testroot dh_installchangelogs dh_installdocs dh_installexamples dh_installmenu dh_installman dh_link dh_strip dh_compress dh_fixperms dh_installdeb dh_shlibdeps dh_gencontrol dh_md5sums dh_builddeb binary: binary-indep binary-arch .PHONY: build clean binary-indep binary-arch binary install debian/control0000644000000000000000000000220311766634702010602 0ustar Source: grafx2 Section: x11 Priority: optional Maintainer: Gürkan Sengün Build-Depends: debhelper (>= 8), libsdl1.2-dev, libsdl-image1.2-dev, libsdl-ttf2.0-dev, liblua5.1-0-dev, libpng-dev, pkg-config Standards-Version: 3.9.2 Homepage: http://code.google.com/p/grafx2/ Package: grafx2 Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} Description: ultimate 256-color bitmap paint program This is a bitmap paint program that allows you to draw in more than 60 video resolutions (from 320x200 to 1024x768, including most of the standard Amiga resolutions: 320x256, 320x512, 640x256, 640x512, and more, provided your videocard knows how to handle them). . This program is dedicated to everybody who knows what a single pixel is. Its layout is not very different from the famous Deluxe Paint or Brilliance, so it will be quite easy to handle it if you know at least one of these programs. If you aren't used to the art of drawing with up to 256 colors, it will be a little more difficult for you, but you should give it a try (or more, because most of the power of this program won't show up on the first try). debian/source/0000755000000000000000000000000011352076337010475 5ustar debian/source/format0000644000000000000000000000001411354423455011702 0ustar 3.0 (quilt) debian/changelog0000644000000000000000000000302511766634750011057 0ustar grafx2 (2.3-1.1) unstable; urgency=low * Non-maintainer upload. * Fix "FTBFS: fileformats.c:30:17: fatal error: png.h: No such file or directory": add build dependency on libpng-dev. (Closes: #669433) -- gregor herrmann Fri, 15 Jun 2012 15:34:23 +0200 grafx2 (2.3-1) unstable; urgency=low * New upstream version. * Bump standards version to 3.9.2. * Drop patch to fix strings, applied upstream. * Bump debhelper version to 8. -- Gürkan Sengün Thu, 14 Apr 2011 13:38:19 +0200 grafx2 (2.2-1) unstable; urgency=low * New upstream version, fixes FTBFS with binutils-gold. (Closes: #554742) * Bump standards version to 3.8.4. * debian/control: Add liblua5.1-0-dev and pkg-config to build depends. * debian/rules: Drop dh_desktop call. * debian/copyright: Update years. * Switch to dpkg-source format version 3.0 (quilt). * debian/watch: Added. * Added patch to fix spelling errors in source code. -- Gürkan Sengün Mon, 22 Mar 2010 12:07:47 +0100 grafx2 (2.1-1) unstable; urgency=low * New upstream version. -- Gürkan Sengün Mon, 21 Sep 2009 14:24:19 +0200 grafx2 (2.0-1) unstable; urgency=low * New upstream version. * Drop manual page since it comes with upstream now. -- Gürkan Sengün Wed, 10 Jun 2009 10:44:35 +0200 grafx2 (2+20090319-1) unstable; urgency=low * Initial release. (Closes: #516724) -- Gürkan Sengün Thu, 19 Mar 2009 12:15:06 +0100 debian/compat0000644000000000000000000000000211557776547010414 0ustar 8 debian/manpages0000644000000000000000000000002311351650434010701 0ustar misc/unix/grafx2.1 debian/dirs0000644000000000000000000000005711351647217010063 0ustar usr/bin usr/share/icons usr/share/applications debian/copyright0000644000000000000000000000406011351653110011115 0ustar This package was debianized by: Gürkan Sengün on Mon, 23 Feb 2009 12:15:06 +0100 It was downloaded from: http://code.google.com/p/grafx2/ Upstream Authors: Adrien Destugues Yves Rizoud Peter Gordon Markus Weiss Rusback Franck Charlet Luc Schrijvers Karl Maritaud Guillaume Dorme Karl Bartel Copyright: Copyright (C) 2007-2010 Adrien Destugues Copyright (C) 2008-2010 Yves Rizoud Copyright (C) 1996-2001 Sunset Design (Guillaume Dorme & Karl Maritaud) Copyright (C) 2003 Karl Bartel Copyright (C) 2008 Franck Charlet Copyright (C) 2008 Peter Gordon License: Grafx2 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; version 2 of the License. Grafx2 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 Grafx2; if not, see or 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 version 2 can be found in `/usr/share/common-licenses/GPL-2'. License (font): Created by Thatcher Ulrich (http://tulrich.com) with FontForge 1.0 (http://fontforge.sf.net) This font, including hint instructions, has been donated to the Public Domain. Do whatever you want with it. The Debian packaging is: Copyright (C) 2009-2010, Gürkan Sengün and is licensed under the GPL version 3, see `/usr/share/common-licenses/GPL-3'. debian/menu0000644000000000000000000000015111351647217010061 0ustar ?package(grafx2):needs="X11" section="Applications/Graphics"\ title="Grafx2" command="/usr/bin/grafx2" debian/watch0000644000000000000000000000023111354422504010213 0ustar version=3 opts="uversionmangle=s/\.\d+$//" \ http://code.google.com/p/grafx2/downloads/list http://grafx2.googlecode.com/files/grafx2-([\d\.]+)-src\.tgz