--- gconjugue-0.7.2.orig/debian/rules
+++ gconjugue-0.7.2/debian/rules
@@ -0,0 +1,66 @@
+#!/usr/bin/make -f
+
+# Uncomment this to turn on verbose mode.
+# export DH_VERBOSE=1
+
+# These are used for cross-compiling and for saving the configure script
+# from having to guess our platform (since we know it already)
+DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)
+DEB_BUILD_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)
+confflags = --build=$(DEB_BUILD_GNU_TYPE)
+ifneq ($(DEB_BUILD_GNU_TYPE), $(DEB_HOST_GNU_TYPE))
+ confflags += --host=$(DEB_HOST_GNU_TYPE)
+endif
+
+config.status: configure
+ dh_testdir
+ifneq "$(wildcard /usr/share/misc/config.sub)" ""
+ cp -f /usr/share/misc/config.sub config.sub
+endif
+ifneq "$(wildcard /usr/share/misc/config.guess)" ""
+ cp -f /usr/share/misc/config.guess config.guess
+endif
+ ./configure $(confflags) --prefix=$(DESTDIR)/usr --mandir=\$${prefix}/share/man CFLAGS="$(CFLAGS)" LDFLAGS="-Wl,-z,defs"
+
+build: build-stamp
+
+build-stamp: config.status
+ dh_testdir
+ $(MAKE)
+ touch $@
+
+clean:
+ dh_testdir
+ dh_testroot
+ rm -f build-stamp
+ if [ -f Makefile ]; then $(MAKE) distclean; fi
+ rm -f config.sub config.guess
+ dh_clean
+
+install: build
+ dh_testdir
+ dh_testroot
+ dh_prep
+ $(MAKE) DESTDIR=$(CURDIR)/debian/gconjugue install
+ rm -f $(CURDIR)/debian/gconjugue/usr/share/doc/gconjugue/COPYING
+ rm -f $(CURDIR)/debian/gconjugue/usr/share/doc/gconjugue/ChangeLog
+
+binary: binary-arch
+
+binary-arch: install
+ dh_testdir
+ dh_testroot
+ dh_installchangelogs ChangeLog
+ dh_installdocs
+ dh_strip
+ dh_compress
+ dh_fixperms
+ dh_installdeb
+ dh_shlibdeps
+ dh_gencontrol
+ dh_md5sums
+ dh_builddeb
+
+binary-indep:
+
+.PHONY: build clean binary-indep binary-arch binary install
--- gconjugue-0.7.2.orig/debian/compat
+++ gconjugue-0.7.2/debian/compat
@@ -0,0 +1 @@
+7
--- gconjugue-0.7.2.orig/debian/control
+++ gconjugue-0.7.2/debian/control
@@ -0,0 +1,19 @@
+Source: gconjugue
+Section: misc
+Priority: optional
+Maintainer: Joao Eriberto Mota Filho <eriberto@eriberto.pro.br>
+Uploaders: Jakson Alves de Aquino <jalvesaq@gmail.com>
+Build-Depends: debhelper (>= 7), autotools-dev, pkg-config, libgtk2.0-dev
+Standards-Version: 3.8.2
+Vcs-Svn: svn://svn.debian.org/svn/debian-br-team/packages/gconjugue
+Vcs-Browser: http://svn.debian.org/wsvn/debian-br-team/packages/gconjugue
+Homepage: http://jalvesaq.googlepages.com/gconjugue.en.html
+
+Package: gconjugue
+Architecture: any
+Depends: ${shlibs:Depends}
+Description: gtk program to conjugate Brazilian verbs
+ Graphical program, based in conjugue (package brazilian-conjugate), to
+ conjugate Portuguese verbs as spoken in Brazil.
+ .
+ Screenshot: http://www.eriberto.pro.br/debian/screenshots/gconjugue.jpg
--- gconjugue-0.7.2.orig/debian/changelog
+++ gconjugue-0.7.2/debian/changelog
@@ -0,0 +1,92 @@
+gconjugue (0.7.2-1) unstable; urgency=low
+
+ * New upstream release
+ * debian/compat:
+ - Updated to version 7.
+ * debian/control:
+ - Updated debhelper dependency to >= 7.
+ - Updated Standards-Version to 3.8.2.
+ * debian/copyright:
+ - Changed, in packaging copyright information, from the expression "(C)"
+ to word "Copyright".
+ - Updated program copyright from 2005-2008 to 2005-2009.
+ - Updated packaging copyright from 2007-2008 to 2007-2009.
+ - Removed some whitespaces at end of lines.
+ * debian/rules:
+ - Added binary-indep target.
+ - Changed from "dh_clean -k" to "dh_prep" in install target.
+ - Removed build redundancy from binary-arch target.
+ - Removed some whitespaces at end of lines.
+
+ -- Joao Eriberto Mota Filho <eriberto@eriberto.pro.br> Fri, 14 Aug 2009 09:08:39 -0300
+
+gconjugue (0.7.1-3) unstable; urgency=low
+
+ * Fixed possible cross-compilation mode in Autoconf (thanks to Rafael
+ Laboissiere).
+ * Removed unnecessary patch (file debian/patches/01_change_menu.dpatch). The
+ menu location was fixed by upstream in the last version.
+ * Removed dpatch from Build-depends in debian/control.
+ * Removed dpatch arguments from debian/rules.
+
+ -- Joao Eriberto Mota Filho <eriberto@eriberto.pro.br> Mon, 15 Sep 2008 09:38:52 -0300
+
+gconjugue (0.7.1-2.1) UNRELEASED; urgency=low
+
+ * debian/rules: Do not pass the --host option to configure when BUILD
+ and HOST types are the same, preventing Autoconf to enter
+ cross-compilation mode.
+
+ -- Rafael Laboissiere <rafael@debian.org> Wed, 30 Jul 2008 01:11:58 +0200
+
+gconjugue (0.7.1-2) unstable; urgency=low
+
+ * Fixed a typo in debian/control.
+
+ -- Joao Eriberto Mota Filho <eriberto@eriberto.pro.br> Tue, 01 Jul 2008 09:07:27 -0300
+
+gconjugue (0.7.1-1) unstable; urgency=low
+
+ * New upstream release
+ * New license: gconjugue uses GPL 3 now. Changed debian/copyright.
+
+ -- Joao Eriberto Mota Filho <eriberto@eriberto.pro.br> Mon, 30 Jun 2008 11:11:37 -0300
+
+gconjugue (0.7-1) UNRELEASED; urgency=low
+
+ * New upstream release.
+ * Bump Standards-Version to 3.8.0 (without modifications).
+ * Upgraded the debhelper compatibility to 6.
+ * Removed brazilian-conjugate from "Depends" field in debian/control. The
+ program has a database own now.
+ * Updated Vcs-Svn and Vcs-Browser fields in debian/control.
+ * Changed short and long descriptions in debian/control.
+ * Changed Section from gnome to misc in debian/control.
+ * Updated dates (years) in debian/copyright.
+
+ -- Joao Eriberto Mota Filho <eriberto@eriberto.pro.br> Tue, 24 Jun 2008 09:23:01 -0300
+
+gconjugue (0.6-2) unstable; urgency=low
+
+ * Acknowledge NMU. Thanks to Marc 'HE' Brockschmidt. (Closes: #459158)
+ * Changed standards-version to 3.7.3 in debian/control (no changes needed).
+ * Fixed a typo in long description in debian/control ("programa" word changed
+ to "program").
+ * Changed "GTK" to "gtk" in short description in debian/control to avoid a
+ Lintian warning.
+ * Removed binary-indep target from debian/rules.
+
+ -- Joao Eriberto Mota Filho <eriberto@eriberto.pro.br> Thu, 07 Feb 2008 01:34:48 -0200
+
+gconjugue (0.6-1.1) unstable; urgency=low
+
+ * Non-maintainer upload.
+ * debian/rules: Fixed bashism (Closes: #459158)
+
+ -- Marc 'HE' Brockschmidt <he@debian.org> Tue, 22 Jan 2008 22:24:44 +0100
+
+gconjugue (0.6-1) unstable; urgency=low
+
+ * Initial release (Closes: #445831)
+
+ -- Joao Eriberto Mota Filho <eriberto@eriberto.pro.br> Wed, 31 Oct 2007 18:25:40 -0200
--- gconjugue-0.7.2.orig/debian/copyright
+++ gconjugue-0.7.2/debian/copyright
@@ -0,0 +1,29 @@
+This package was debianized by Joao Eriberto Mota Filho
+<eriberto@eriberto.pro.br> on Wed, 31 Oct 2007 18:25:40 -0200.
+
+It was downloaded from http://jalvesaq.googlepages.com/gconjugue.en.html
+
+Upstream Author: Jakson Alves de Aquino <jalvesaq@gmail.com>
+
+Copyright: (C) 2005-2009 Jakson Alves de Aquino.
+
+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 3 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 <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/' directory.
+
+The Debian packaging is Copyright 2007-2009, Joao Eriberto Mota Filho
+<eriberto@eriberto.pro.br> and is licensed under the GPL 2 or later.
--- gconjugue-0.7.2.orig/debian/watch
+++ gconjugue-0.7.2/debian/watch
@@ -0,0 +1,2 @@
+version=3
+http://jalvesaq.googlepages.com/gconjugue.en.html gconjugue-(.*)\.tar\.gz