debian/0000755000000000000000000000000012144773607007201 5ustar debian/compat0000644000000000000000000000000212144631513010364 0ustar 9 debian/control0000644000000000000000000000117512144631513010575 0ustar Source: gimplensfun Priority: optional Section: graphics Maintainer: Evgeni Golov Build-Depends: debhelper (>= 9), libgimp2.0-dev, libexiv2-dev, liblensfun-dev Standards-Version: 3.9.4 Homepage: http://seebk.github.io/GIMP-Lensfun/ Vcs-Git: git://git.debian.org/users/evgeni/gimplensfun.git Vcs-Browser: http://git.debian.org/?p=users/evgeni/gimplensfun.git Package: gimp-lensfun Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} Description: Gimp plugin to correct lens distortion using the lensfun library GimpLensfun uses the lensfun library to correct lens distortion of common cameras and lenses. debian/changelog0000644000000000000000000000271012144773574011056 0ustar gimplensfun (0.2.3-1) unstable; urgency=low [ Bart Martens ] * [34afc69] new debian/watch file for github [ Evgeni Golov ] * [a7f48d4] Imported Upstream version 0.2.3 * [12495e7] upstream moved to github, update all the links * [60ee461] the binary was renamed, follow the rename * [e7515d0] refresh 01-debian-cflags-ldflags.patch -- Evgeni Golov Wed, 15 May 2013 22:57:18 +0200 gimplensfun (0.2.2-1) experimental; urgency=low * [ad4e1ca] Imported Upstream version 0.2.2 * [50e0ac6] Update debian/copyright * [4657136] refresh patches against 0.2.2 * [3ccd8f7] Update dependency on debhelper 9 * [68b0059] Standards-Version: 3.9.4 * [1c82358] honour CPPFLAGS and thus enable hardening -- Evgeni Golov Sun, 06 Jan 2013 22:23:23 +0100 gimplensfun (0.2.1-1) unstable; urgency=low * Imported Upstream version 0.2.1 * refresh patch against 0.2.1 -- Evgeni Golov Wed, 30 Nov 2011 09:49:04 +0100 gimplensfun (0.2-1) unstable; urgency=low * Imported Upstream version 0.2 * refresh 01-debian-cflags-ldflags.patch against 0.2 Makefile * Standards-Version: 3.9.2 * use debhelper 9 compat level this pulls in hardening buildflags at no other cost -- Evgeni Golov Sat, 22 Oct 2011 13:31:12 +0200 gimplensfun (0.1.1-1) unstable; urgency=low * Initial release (Closes: #608676) -- Evgeni Golov Wed, 09 Mar 2011 19:27:04 +0100 debian/copyright0000644000000000000000000000116712144631513011126 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: gimplensfun Upstream-Contact: Sebastian Kraft Source: http://seebk.github.io/GIMP-Lensfun/ Files: * Copyright: 2010-2012 Sebastian Kraft License: GPL-3+ Files: src/LUT.h* Copyright: 2011 Jan Rinze Peterzon License: GPL-3+ Files: debian/* Copyright: 2011-2013 Evgeni Golov License: GPL-3+ License: GPL-3+ On Debian systems, the full text of the GNU General Public License can be found in the file `/usr/share/common-licenses/GPL-3'. debian/patches/0000755000000000000000000000000012144724617010625 5ustar debian/patches/series0000644000000000000000000000003712144631513012032 0ustar 01-debian-cflags-ldflags.patch debian/patches/01-debian-cflags-ldflags.patch0000644000000000000000000000113312144724617016153 0ustar Description: honour Debian's CFLAGS and LDFLAGS Author: Evgeni Golov Forwarded: not-needed Last-Update: 2013-05-15 --- a/Makefile +++ b/Makefile @@ -10,7 +10,7 @@ endif # set standard values, if not set by default CXX ?= g++ -CXXFLAGS += -O3 -Wall +CXXFLAGS ?= -O3 -Wall # project-specific flags @@ -48,7 +48,7 @@ $(PLUGIN): $(OBJECTS) $(CXX) -o $@ $^ $(LDFLAGS) %.o: %.cpp $(HEADERS) - $(CXX) $(CXXFLAGS) $(EXTRA_CXXFLAGS) -c -o $@ $*.cpp + $(CXX) $(CPPFLAGS) $(CXXFLAGS) $(EXTRA_CXXFLAGS) -c -o $@ $*.cpp install: $(PLUGIN) @gimptool-2.0 --install-admin-bin $^ debian/source/0000755000000000000000000000000012144631513010466 5ustar debian/source/format0000644000000000000000000000001412144631513011674 0ustar 3.0 (quilt) debian/rules0000755000000000000000000000111612144723635010254 0ustar #!/usr/bin/make -f # -*- makefile -*- # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 CPPFLAGS:=$(shell dpkg-buildflags --get CPPFLAGS) CFLAGS:=$(shell dpkg-buildflags --get CFLAGS) LDFLAGS:=$(shell dpkg-buildflags --get LDFLAGS) LDFLAGS+=-Wl,-z,defs -Wl,-O1 -Wl,--as-needed export CPPFLAGS CFLAGS LDFLAGS %: dh $@ override_dh_auto_install: # why does gimptool-2.0 ignore my DESTDIR? # DESTDIR=debian/gimplensfun/ gimptool-2.0 --install-admin-bin gimplensfun install -m 755 -D gimp-lensfun debian/gimp-lensfun/$$(gimptool-2.0 --gimpplugindir)/plug-ins/gimp-lensfun debian/gbp.conf0000644000000000000000000000021612144631754010613 0ustar [DEFAULT] pristine-tar = True builder=debuild -i\.git -I.git upstream-branch = upstream-git debian-branch = debian upstream-tag = %(version)s debian/watch0000644000000000000000000000017712144631513010224 0ustar version=3 https://github.com/seebk/GIMP-Lensfun/tags \ .*/archive/(?:upstream/)?(?:v||version-|release-|X|R|r)(\d\S*)\.tar\.gz