debian/0000775000000000000000000000000012261263742007175 5ustar debian/dirs0000664000000000000000000000003212075726600010054 0ustar usr/lib/gimp/2.0/plug-ins debian/source/0000775000000000000000000000000012075726633010503 5ustar debian/source/format0000664000000000000000000000001412075726600011703 0ustar 3.0 (quilt) debian/copyright0000664000000000000000000000240312075726615011135 0ustar This package was debianized by Cesare Tirabassi on Wed, 09 Jan 2008 14:11:53 +0100. It was downloaded from http://nifelheim.dyndns.org/~cocidius/normalmap/ Upstream Author: Shawn Kirst Copyright: 2002-2008 Shawn Kirst NOTE: The upstream tarball has been repacked from .bz2 to .gz 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-2'. The Debian packaging is © 2009, Cesare Tirabassi and is licensed under the GPL, see above. debian/changelog0000664000000000000000000000504512261263742011053 0ustar gimp-normalmap (1.2.3-0ubuntu3) trusty; urgency=medium * No change rebuild against glew 1.10. -- Dimitri John Ledkov Thu, 02 Jan 2014 13:21:38 +0000 gimp-normalmap (1.2.3-0ubuntu2) raring; urgency=low * Added missing math lib to link, fixing FTBFS. -- Daniel T Chen Sun, 07 Apr 2013 21:40:06 -0400 gimp-normalmap (1.2.3-0ubuntu1) raring; urgency=low * New upstream release. * debian/copyright: Replace (c) with ©. * debian/control: Bump Standards-Version to 3.9.4. -- Logan Rosen Thu, 10 Jan 2013 23:41:22 -0500 gimp-normalmap (1.2.2-0ubuntu4) quantal; urgency=low * Rebuild for libglew1.8. -- Colin Watson Mon, 03 Sep 2012 15:01:25 +0100 gimp-normalmap (1.2.2-0ubuntu3) quantal; urgency=low * Rebuild for libglew1.6 -> libglew1.7 transition. * Add a watch file. * Switch to minimal debian/rules file. * Add debian/source/format (3.0). * Bump Standards-Version to 3.9.3. -- Ilya Barygin Sun, 27 May 2012 19:46:13 +0400 gimp-normalmap (1.2.2-0ubuntu2) oneiric; urgency=low * debian/control: - Change build-depend from libglew1.5-dev to libglew-dev; This effectively transitions to libglew1.6 - Update Homepage to new website - Add ${misc:Depends} to make lintian happy - Bump standards version to 3.9.2 - Run wrap-and-sort from devscripts -- Micah Gersten Mon, 01 Aug 2011 00:32:29 -0500 gimp-normalmap (1.2.2-0ubuntu1) jaunty; urgency=low * New upstream release: - update copyright dates in debian/copyright. - no change bump to standards-version 3.8.0. -- Cesare Tirabassi Tue, 06 Jan 2009 12:42:27 +0100 gimp-normalmap (1.2.1-0ubuntu4) hardy; urgency=low * In debian/control set Conflicts with gimp-plugin-registry which also contains this plug-in (LP: #192780) -- Cesare Tirabassi Mon, 18 Feb 2008 12:03:17 +0100 gimp-normalmap (1.2.1-0ubuntu3) hardy; urgency=low * Change libglew1.4-dev with libglew1.5-dev. -- Michele Angrisano Fri, 15 Feb 2008 15:19:44 +0100 gimp-normalmap (1.2.1-0ubuntu2) hardy; urgency=low * Rebuild for libglew1.4 -> libglew1.5 transition. -- Michele Angrisano Fri, 08 Feb 2008 23:23:15 +0100 gimp-normalmap (1.2.1-0ubuntu1) hardy; urgency=low * First release (LP: #181527) * The upstream tarball has been repacked from .bz2 to .gz -- Cesare Tirabassi Wed, 09 Jan 2008 14:11:53 +0100 debian/control0000664000000000000000000000154412075726615010612 0ustar Source: gimp-normalmap Section: graphics Priority: optional Maintainer: Ubuntu Developers XSBC-Original-Maintainer: Cesare Tirabassi Build-Depends: debhelper (>= 5), libgimp2.0-dev, libglew-dev, libgtk2.0-dev, libgtkglext1-dev, pkg-config Standards-Version: 3.9.4 Homepage: http://code.google.com/p/gimp-normalmap/ Package: gimp-normalmap Architecture: any Depends: ${misc:Depends}, ${shlibs:Depends} Recommends: gimp (>= 2.0) Conflicts: gimp-plugin-registry Description: Normal map plugin for GIMP This is a plugin for GIMP version 2.0+. It allows you to convert images into RGB normal maps for use in per-pixel lighting applications. The goal is to completely clone NVIDIA's photoshop plugin, with a few new useful features. debian/rules0000775000000000000000000000003612075726600010254 0ustar #!/usr/bin/make -f %: dh $@ debian/watch0000664000000000000000000000022312075726600010223 0ustar version=2 http://code.google.com/p/gimp-normalmap/downloads/list?can=1 .*/gimp-normalmap-(\d[\d.]*)\.(?:zip|tgz|tbz2|txz|tar\.gz|tar\.bz2|tar\.xz) debian/install0000664000000000000000000000004512075726600010565 0ustar normalmap /usr/lib/gimp/2.0/plug-ins debian/patches/0000775000000000000000000000000012130420340010604 5ustar debian/patches/libm-underlinkage.patch0000664000000000000000000000071712130420337015231 0ustar Description: Add missing math lib to link, fixing FTBFS Author: Daniel T Chen Origin: Ubuntu Forwarded: no Last-Update: 2013-04-07 --- gimp-normalmap-1.2.3.orig/Makefile.linux +++ gimp-normalmap-1.2.3/Makefile.linux @@ -9,7 +9,7 @@ TARGET=normalmap OBJS=normalmap.o preview3d.o scale.o LIBS=`pkg-config --libs gtk+-2.0 gtkglext-1.0 gimp-2.0 gimpui-2.0` \ --L/usr/X11R6/lib -lGLEW +-lm -L/usr/X11R6/lib -lGLEW all: $(TARGET) debian/patches/series0000664000000000000000000000003012130420214012012 0ustar libm-underlinkage.patch debian/compat0000664000000000000000000000000212075726600010373 0ustar 5