--- ink-generator-0.4.orig/debian/compat
+++ ink-generator-0.4/debian/compat
@@ -0,0 +1 @@
+7
--- ink-generator-0.4.orig/debian/rules
+++ ink-generator-0.4/debian/rules
@@ -0,0 +1,30 @@
+#!/usr/bin/make -f
+
+clean:
+	dh_testdir
+	dh_testroot
+
+	dh_clean
+
+build:
+
+install:
+
+binary: binary-indep
+
+binary-arch:
+
+binary-indep:
+	dh_testdir
+	dh_testroot
+	dh_installchangelogs
+	dh_installdocs
+	dh_install
+	dh_compress
+	dh_fixperms
+	dh_installdeb
+	dh_gencontrol
+	dh_md5sums
+	dh_builddeb
+
+.PHONY: clean build install binary binary-arch binary-indep
--- ink-generator-0.4.orig/debian/changelog
+++ ink-generator-0.4/debian/changelog
@@ -0,0 +1,12 @@
+ink-generator (0.4-2) unstable; urgency=low
+
+  * Added the imagemagick dependency to support JPG generation.
+  * Added the zenity dependency for a better user experience.
+
+ -- Aurélio A. Heckert <aurium@gmail.com>  Fri,  8 Aug 2008 17:52:00 -0300
+
+ink-generator (0.4-1) unstable; urgency=low
+
+  * Initial release.
+
+ -- Aurélio A. Heckert <aurium@gmail.com>  Thu,  7 Aug 2008 16:41:00 -0300
--- ink-generator-0.4.orig/debian/control
+++ ink-generator-0.4/debian/control
@@ -0,0 +1,15 @@
+Source: ink-generator
+Section: graphics
+Priority: optional
+Maintainer: Aurélio A. Heckert <aurium@gmail.com>
+Build-Depends: debhelper (>= 7)
+Standards-Version: 3.8.0
+Homepage: http://www.colivre.coop.br/Aurium/InkscapeGenerator
+
+Package: ink-generator
+Architecture: all
+Depends: ${misc:Depends}, inkscape, imagemagick, zenity
+Description: Inkscape extension to automatically generate files from a template
+ ink-generator is an extension to replace text and data to automatically
+ generate files (like PDF, PS, JPG, etc...), based on a SVG template and a CSV
+ data file.
--- ink-generator-0.4.orig/debian/install
+++ ink-generator-0.4/debian/install
@@ -0,0 +1 @@
+generator*	/usr/share/inkscape/extensions/
--- ink-generator-0.4.orig/debian/copyright
+++ ink-generator-0.4/debian/copyright
@@ -0,0 +1,21 @@
+Author: Aurélio A. Heckert <aurium@gmail.com>
+Download: http://www.colivre.coop.br/Aurium/InkscapeGenerator
+
+Files: *
+Copyright: (C) 2008 Aurélio A. Heckert <aurium@gmail.com>
+License: GPL-3+
+ 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 3 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, see <http://www.gnu.org/licenses/>.
+ .
+ On Debian systems, the complete text of the GNU General Public License
+ can be found in /usr/share/common-licenses/GPL-3 file.
