--- gegl-gtk-0.0.1.orig/debian/docs +++ gegl-gtk-0.0.1/debian/docs @@ -0,0 +1 @@ +README --- gegl-gtk-0.0.1.orig/debian/control +++ gegl-gtk-0.0.1/debian/control @@ -0,0 +1,25 @@ +Source: gegl-gtk +Section: libs +Priority: extra +Maintainer: Matthew Walker +Build-Depends: debhelper (>= 8), + gawk, + cdbs, + libbabl-0.0-0-dev, + libgegl-0.0-dev, + valac, + libglib2.0-dev, + libgtk-3-dev, + libgtk2.0-dev, + gobject-introspection, + libgirepository1.0-dev +Standards-Version: 3.9.2 +Homepage: +#Vcs-Git: git://git.debian.org/collab-maint/gegl-gtk.git +#Vcs-Browser: http://git.debian.org/?p=collab-maint/gegl-gtk.git;a=summary + +Package: gegl-gtk +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends} +Description: Convenience library for using GEGL in GTK+ application + Convenience library for using GEGL in GTK+ application. --- gegl-gtk-0.0.1.orig/debian/copyright +++ gegl-gtk-0.0.1/debian/copyright @@ -0,0 +1,32 @@ +Format: http://dep.debian.net/deps/dep5 +Upstream-Name: gegl-gtk +Source: + +Files: * +Copyright: + +License: GPL-2.0+ + +Files: debian/* +Copyright: 2011 Matthew Walker +License: GPL-2.0+ + +License: GPL-2.0+ + 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 program. If not, see + . + On Debian systems, the complete text of the GNU General + Public License version 2 can be found in "/usr/share/common-licenses/GPL-2". + +# Please also look if there are files or directories which have a +# different copyright/license attached and list them here. --- gegl-gtk-0.0.1.orig/debian/changelog +++ gegl-gtk-0.0.1/debian/changelog @@ -0,0 +1,12 @@ +gegl-gtk (0.0.1-2.2) oneiric; urgency=low + + * Edited debian/control. + + Added depends pkg-config, gtk+-2.0. + + -- Matthew Walker Mon, 22 Aug 2011 22:43:17 -0700 + +gegl-gtk (0.0.1-1) oneiric; urgency=low + + * Initial release. + + -- Matthew Walker Mon, 22 Aug 2011 22:43:17 -0700 --- gegl-gtk-0.0.1.orig/debian/compat +++ gegl-gtk-0.0.1/debian/compat @@ -0,0 +1 @@ +8 --- gegl-gtk-0.0.1.orig/debian/rules +++ gegl-gtk-0.0.1/debian/rules @@ -0,0 +1,16 @@ +#!/usr/bin/make -f + +DH_ALWAYS_EXCLUDE=CVS:.git + +include /usr/share/cdbs/1/rules/debhelper.mk +include /usr/share/cdbs/1/class/autotools.mk +include /usr/share/cdbs/1/rules/utils.mk + +DEB_CONFIGURE_USER_FLAGS = --disable-gtk-doc \ + --disable-gtk-doc-html \ + --with-gtk=2.0 \ + --disable-introspection + +DEB_DH_INSTALL_ARGS := --sourcedir=debian/tmp + +common-binary-predeb-arch:: list-missing