--- dbp-1.1.9.orig/Makefile +++ dbp-1.1.9/Makefile @@ -19,5 +19,5 @@ gimptool-2.0 --install-admin-bin dbp clean: - rm dbp + -rm dbp --- dbp-1.1.9.orig/debian/control +++ dbp-1.1.9/debian/control @@ -0,0 +1,13 @@ +Source: dbp +Section: graphics +Priority: extra +Maintainer: Dominik Stadler (Ubuntu key) +Build-Depends: debhelper (>= 7), pkg-config, libgtk2.0-dev, libgimp2.0-dev +Standards-Version: 3.8.0 +Homepage: http://members.ozemail.com.au/~hodsond/dbp.html + +Package: dbp +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends}, gimp (>= 2.0) +Description: DBP (David's Batch Processor) is a simple batch processing plugin for the Gimp + it allows the user to automatically perform operations (such as resize) on a collection of image files. Its main advantage is that the user does not have to learn a scripting language. Like the Gimp itself, DBP relies on a graphical interface. The user creates a list of images, and sets up the processing required for each image. The results of the current settings can be displayed. Once the required sequence of operations has been set up, DBP performs the same processing on each image in turn. The images can be colour corrected, resized, cropped, and sharpened, then renamed and saved to a different file in a specified image format. All the steps (except loading and saving the image!) are optional; so the simplest use of DBP is just to convert a number of image files from one format to another. --- dbp-1.1.9.orig/debian/watch +++ dbp-1.1.9/debian/watch @@ -0,0 +1,6 @@ +# See uscan(1) for format + +# Compulsory line, this is a version 3 file +version=3 + +http://members.ozemail.com.au/~hodsond/dbp.html dbp-(.*)\.tgz --- dbp-1.1.9.orig/debian/dirs +++ dbp-1.1.9/debian/dirs @@ -0,0 +1 @@ +/usr/lib/gimp/2.0/plug-ins --- dbp-1.1.9.orig/debian/copyright +++ dbp-1.1.9/debian/copyright @@ -0,0 +1,41 @@ +This package was debianized by: + + Dominik Stadler (Ubuntu key) on Sun, 21 Jun 2009 12:48:27 +0200 + +It was downloaded from: + + http://members.ozemail.com.au/~hodsond/dbp.html + +Upstream Author(s): + + hodsond@ozemail.com.au + +Copyright: + + + + +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'. + +The Debian packaging is: + + Copyright C) 2009, Dominik Stadler (Ubuntu key) + +and is licensed under the GPL, see above. --- dbp-1.1.9.orig/debian/changelog +++ dbp-1.1.9/debian/changelog @@ -0,0 +1,55 @@ +dbp (1.1.9-1ubuntu1~ppa9) precise; urgency=low + + * Upload for precise. + + -- Dominik Stadler (Ubuntu key) Sun, 06 May 2012 09:57:27 +0200 + +dbp (1.1.9-1ubuntu1~ppa8) lucid; urgency=low + + * Rebuild for Lucid. + + -- Dominik Stadler (Ubuntu key) Tue, 01 Jun 2010 15:35:44 +0200 + +dbp (1.1.9-1ubuntu1~ppa7) karmic; urgency=low + + * Rebuild for karmic. + + -- Dominik Stadler (Ubuntu key) Thu, 29 Oct 2009 14:48:11 +0100 + +dbp (1.1.9-1ubuntu1~ppa6) jaunty; urgency=low + + * Re-add file debian/dirs with plugin-directory + + -- Dominik Stadler (Ubuntu key) Sun, 21 Jun 2009 16:01:03 +0200 + +dbp (1.1.9-1ubuntu1~ppa5) jaunty; urgency=low + + * Try to get the plugin included in the package, adjust rules to call + install-admin. + + -- Dominik Stadler (Ubuntu key) Sun, 21 Jun 2009 15:35:39 +0200 + +dbp (1.1.9-1ubuntu1~ppa4) jaunty; urgency=low + + * Adjust debian/dirs to include the gimp plugin directory. + + -- Dominik Stadler (Ubuntu key) Sun, 21 Jun 2009 14:15:08 +0200 + +dbp (1.1.9-1ubuntu1~ppa3) jaunty; urgency=low + + * Rebuild for jaunty. + + -- Dominik Stadler (Ubuntu key) Sun, 21 Jun 2009 14:05:21 +0200 + +dbp (1.1.9-1ubuntu1~ppa2) karmic; urgency=low + + * Adjust to not require gimptool during installation, put the plugin in the + correct place during building already. + + -- Dominik Stadler (Ubuntu key) Sun, 21 Jun 2009 13:38:28 +0200 + +dbp (1.1.9-1ubuntu1~ppa1) jaunty; urgency=low + + * Initial release (Closes: #158854) + + -- Dominik Stadler (Ubuntu key) Sun, 21 Jun 2009 12:48:27 +0200 --- dbp-1.1.9.orig/debian/rules +++ dbp-1.1.9/debian/rules @@ -0,0 +1,73 @@ +#!/usr/bin/make -f +# -*- makefile -*- +# 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 + +configure: configure-stamp +configure-stamp: + dh_testdir + + touch configure-stamp + + +build: build-stamp + +build-stamp: configure-stamp + dh_testdir + + $(MAKE) + + 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 + + # Add here commands to install the package into debian/dbp. + mkdir -p $(CURDIR)/debian/dbp/usr/lib/gimp/2.0/plug-ins + #DESTDIR=$(CURDIR)/debian/dbp \ + #$(MAKE) DESTDIR=$(CURDIR)/debian/dbp install-admin + cp dbp $(CURDIR)/debian/dbp/usr/lib/gimp/2.0/plug-ins/ + + +# 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_install + 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 --- dbp-1.1.9.orig/debian/compat +++ dbp-1.1.9/debian/compat @@ -0,0 +1 @@ +7