debian/0000775000000000000000000000000011503400303007155 5ustar debian/manpages0000664000000000000000000000002211436007145010701 0ustar debian/abr2gbr.1 debian/copyright0000664000000000000000000000253311436007145011127 0ustar This package was debianized by alice ferrazzi (aliceinwire) on Sat, 25 Jul 2009 19:43:53 +0200. It was downloaded from www.sunnyspot.org/gimp/tools/ Upstream Author: Marco Lamberto Copyright: Copyright (C) 2001 Marco Lamberto License: This program 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 program 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 Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,MA 02110-1301, USA. The Debian packaging is (C) 2009-2010, alice ferrazzi (aliceinwire) and is licensed under the GPL version 2 or (at your option) any later version, see `/usr/share/common-licenses/GPL-2'. On Debian systems, the complete text of the GNU General Public License can be found in `/usr/share/common-licenses/GPL-2'. debian/compat0000664000000000000000000000000111436007145010366 0ustar 7debian/changelog0000664000000000000000000000157111503400254011040 0ustar abr2gbr (1:1.0.2-2ubuntu1) natty; urgency=low * debian/patches/fix_link_order: Fix link order in Makefile for --as-needed linker flag. -- Stefan Potyra Sun, 19 Dec 2010 13:54:47 +0100 abr2gbr (1:1.0.2-2) unstable; urgency=low * updated debian/rules * updated debian/copyright * fixed the version number * patched the makefile with quilt -- alice ferrazzi (aliceinwire) Tue, 24 Aug 2010 10:01:53 +0200 abr2gbr (1.0.3-1) unstable; urgency=low * full sentences (Closes: #544078) * man page updated -- alice ferrazzi (aliceinwire) Tue, 01 Sep 2009 14:35:53 +0200 abr2gbr (1.0.2-1) unstable; urgency=low * Initial release (Closes: #539023) * my first package * Fixed debian/rules -- alice ferrazzi (aliceinwire) Sat, 25 Jul 2009 19:43:53 +0200 debian/docs0000664000000000000000000000000511436007145010037 0ustar TODO debian/rules0000775000000000000000000000162011436007145010250 0ustar #!/usr/bin/make -f # -*- makefile -*- CFLAGS = -Wall -g ifneq (,$(filter noopt,$(DEB_BUILD_OPTIONS))) CFLAGS += -O0 else CFLAGS += -O2 endif configure: configure-stamp configure-stamp: dh_testdir touch configure-stamp build: build-stamp build-stamp: configure-stamp dh_testdir $(MAKE) CCFLAGS="$(CFLAGS)" touch $@ clean: dh_testdir dh_testroot rm -f build-stamp configure-stamp $(MAKE) clean dh_clean install: build dh_testdir dh_testroot dh_prep dh_installdirs dh_install .obj/abr2gbr usr/bin/ binary-indep: build install binary-arch: build install dh_testdir dh_testroot dh_installchangelogs dh_installdocs dh_installexamples 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 configure debian/abr2gbr.10000664000000000000000000000246511436007145010603 0ustar .\" Man page for abr2gbr .\" .\" Copyright (c) 2009-2010 alice ferrazzi (aliceinwire) .\" .\" You may distribute under the terms of the GNU General Public .\" License as specified in the file COPYING that comes with the .\" man-db distribution. .pc .TH "abr2gbr" "1" "July 28, 2009" .SH NAME abr2gbr \- Converts PhotoShop and Paint Shop Pro brushes to GIMP .SH SYNOPSIS .B abr2gbr .RI " filename.abr" ... .br .SH DESCRIPTION abr2gbr is a tool for converting Adobe PhotoShop ABR and Corel Paint Shop Pro JBR brush files to the GIMP GBR format. ABR files can hold many bushes within a single file and GIMP's GBR format was build only for single brushes. This tool simply extract each brush and save it into a separate GBR file. Currently abr2gbr can decode only ABR files with format version less or equal to 1, format version 2 is undocumented. .SH COMMANDS .PP .\" TeX users may be more comfortable with the \fB\fP and .\" \fI\fP escape sequences to invode bold face and italics, .\" respectively. \fBabr2gbr\fP usage example: .br .RI abr2gbr \ brush.abr .br .SH "SEE ALSO" .IR man (1) .SH AUTHOR .PP This manual page was written by .IR "alice ferrazzi" , for the Debian project (but may be used by others). .br abr2gbr was written by . debian/control0000664000000000000000000000110111503400303010551 0ustar Source: abr2gbr Section: x11 Priority: extra XSBC-Original-Maintainer: alice ferrazzi (aliceinwire) Maintainer: Ubuntu Developers Build-Depends: debhelper (>= 7.0.50~), libglib2.0-dev Standards-Version: 3.9.1 Homepage: http://www.sunnyspot.org/gimp/tools.html Package: abr2gbr Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} Description: Converts PhotoShop brushes to GIMP abr2gbr is a tool for converting Adobe PhotoShop ABR and Corel Paint Shop Pro JBR brush files to the GIMP GBR format. debian/source/0000775000000000000000000000000011436007145010471 5ustar debian/source/format0000664000000000000000000000001411436217450011701 0ustar 3.0 (quilt) debian/patches/0000775000000000000000000000000011503400340010605 5ustar debian/patches/fix_compile_flags-1:1.0.2-20000664000000000000000000000203711436007551015166 0ustar Description: Upstream changes introduced in version 1:1.0.2-2 This patch has been created by dpkg-source during the package build. Here's the last changelog entry, hopefully it gives details on why those changes were made: . abr2gbr (1:1.0.2-2) unstable; urgency=low . * updated debian/rules * updated debian/copyright * fixed the version number * patched the makefile with quilt . The person named in the Author field signed this changelog entry. Author: alice ferrazzi (aliceinwire) --- abr2gbr-1.0.2.orig/Makefile +++ abr2gbr-1.0.2/Makefile @@ -24,8 +24,8 @@ SOURCES = $(wildcard *.c) OBJDIR = .obj BINDIR = /usr/bin -CFLAGS = $(CCFLAGS) $(shell $(BINDIR)/glib-config --cflags) -LIBS = $(CLIBS) $(shell $(BINDIR)/glib-config --libs) +CFLAGS = $(CCFLAGS) $(shell $(BINDIR)/pkg-config --cflags glib-2.0) +LIBS = $(CLIBS) $(shell $(BINDIR)/pkg-config --libs glib-2.0) DESTS = $(addprefix $(OBJDIR)/, $(SOURCES:.c=.o)) BIN = abr2gbr DEPEND = $(OBJDIR)/.depend debian/patches/series0000664000000000000000000000005311503400316012023 0ustar fix_compile_flags-1:1.0.2-2 fix_link_order debian/patches/fix_link_order0000664000000000000000000000074611503400340013535 0ustar Index: abr2gbr-1.0.2/Makefile =================================================================== --- abr2gbr-1.0.2.orig/Makefile 2010-12-19 13:55:44.482866917 +0100 +++ abr2gbr-1.0.2/Makefile 2010-12-19 13:55:58.592866917 +0100 @@ -44,7 +44,7 @@ $(CC) -o $@ $(CFLAGS) -c $< $(OBJDIR)/$(BIN): $(DESTS) - $(CC) -o $@ $(CFLAGS) $(LIBS) $(DESTS) + $(CC) -o $@ $(CFLAGS) $(DESTS) $(LIBS) if [ ! -L $(BIN) ]; then \ ln -s $(OBJDIR)/$(BIN) .; \ ln -s $(OBJDIR)/$(BIN) jbr2gbr; \ debian/watch0000664000000000000000000000010711436007145010220 0ustar version=3 http://www.sunnyspot.org/gimp/tools.html abr2gbr-(.*)\.tgz