--- libtk-histentry-perl-0.43.orig/debian/control
+++ libtk-histentry-perl-0.43/debian/control
@@ -0,0 +1,21 @@
+Source: libtk-histentry-perl
+Section: perl
+Priority: optional
+Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
+Uploaders: Carlo Segre <segre@debian.org>, Gustavo Franco <stratus@debian.org>, gregor herrmann <gregor+debian@comodo.priv.at>
+Build-Depends-Indep: perl
+Build-Depends: debhelper (>= 5.0.0)
+Standards-Version: 3.7.2
+XS-Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libtk-histentry-perl/
+XS-Vcs-Browser: http://svn.debian.org/wsvn/pkg-perl/trunk/libtk-histentry-perl/
+
+Package: libtk-histentry-perl
+Architecture: all
+Depends: ${perl:Depends}, perl-tk
+Description: Implements an entry widget with history
+ Tk::HistEntry implements an entry widget with history. You may use the up
+ and down keys to select older entries (or use the associated listbox).
+ .
+ The widget comes in two flavors: the "HistEntry" widget is an
+ inherited BrowseEntry widget where you see history in the associated
+ listbox, too. The "SimpleHistEntry" widget is a plain Entry widget.
--- libtk-histentry-perl-0.43.orig/debian/rules
+++ libtk-histentry-perl-0.43/debian/rules
@@ -0,0 +1,48 @@
+#!/usr/bin/make -f
+# Sample debian/rules that uses debhelper.
+# GNU copyright 1997 to 1999 by Joey Hess.
+
+# Uncomment this to turn on verbose mode.
+#export DH_VERBOSE=1
+
+package := $(shell grep Package debian/control | sed 's/^Package: //')
+version := $(shell head -1 debian/changelog | \
+ perl -nle 'm/\S+\s+\((\S+)\)/ && print $$1')
+debtmp := $(CURDIR)/debian/$(package)
+
+build:
+ dh_testdir
+ perl Makefile.PL verbose INSTALLDIRS=vendor
+clean:
+ dh_testdir
+ dh_testroot
+ [ ! -f Makefile ] || $(MAKE) clean
+ rm -f Makefile.old
+ dh_clean
+
+install:
+ dh_testdir
+ dh_testroot
+ dh_clean -k
+ dh_installdirs
+ $(MAKE) PREFIX=$(debtmp)/usr install
+ rm -rf $(debtmp)/usr/lib
+
+binary-indep: build install
+ dh_testdir
+ dh_testroot
+ dh_perl
+ dh_installdocs
+ dh_installexamples
+ dh_installchangelogs Changes
+ dh_compress
+ dh_fixperms
+ dh_installdeb
+ dh_gencontrol
+ dh_md5sums
+ dh_builddeb
+
+binary-arch: build install
+
+binary: binary-indep binary-arch
+.PHONY: build clean binary-indep binary-arch binary install configure
--- libtk-histentry-perl-0.43.orig/debian/watch
+++ libtk-histentry-perl-0.43/debian/watch
@@ -0,0 +1,2 @@
+version=3
+http://www.cpan.org/authors/id/S/SR/SREZIC/Tk-HistEntry-(.*)\.tar\.gz debian
--- libtk-histentry-perl-0.43.orig/debian/changelog
+++ libtk-histentry-perl-0.43/debian/changelog
@@ -0,0 +1,28 @@
+libtk-histentry-perl (0.43-2) unstable; urgency=low
+
+ * Add dh_md5sums to debian/rules.
+ * Don't ignore errors of make clean.
+
+ -- gregor herrmann <gregor+debian@comodo.priv.at> Fri, 17 Aug 2007 13:34:57 +0200
+
+libtk-histentry-perl (0.43-1) unstable; urgency=low
+
+ * New upstream release
+
+ -- Carlo Segre <segre@debian.org> Thu, 15 Feb 2007 23:37:17 -0600
+
+libtk-histentry-perl (0.42-2) unstable; urgency=low
+
+ * Change standards version to 3.7.2
+ * Correct Build-Depends-Indep lintian error
+
+ -- Carlo Segre <segre@iit.edu> Thu, 8 Jun 2006 14:15:22 -0500
+
+libtk-histentry-perl (0.42-1) unstable; urgency=low
+
+ * Initial Release (Closes: #304288)
+ * Maintainer -
+ Debian Perl Group <pkg-perl-maintainer@lists.alioth.debian.org>
+ via Carlo Segre <segre@iit.edu>
+
+ -- Carlo Segre <segre@iit.edu> Sun, 10 Apr 2005 23:42:11 -0600
--- libtk-histentry-perl-0.43.orig/debian/compat
+++ libtk-histentry-perl-0.43/debian/compat
@@ -0,0 +1 @@
+5
--- libtk-histentry-perl-0.43.orig/debian/copyright
+++ libtk-histentry-perl-0.43/debian/copyright
@@ -0,0 +1,13 @@
+This package was debianized by Carlo Segre <segre@iit.edu> on
+Sun, 10 Apr 2005 23:42:11 -0600
+
+It was downloaded from http://www.cpan.org/authors/id/S/SR/SREZIC/
+
+Upstream Author: Slaven Rezic <slaven.rezic@berlin.de>
+
+Copyright (c) 1997, 2000, 2001, 2003 Slaven Rezic. All rights reserved. This
+package is free software; you can redistribute it and/or modify it under the
+same terms as Perl itself.
+
+On Debian GNU/Linux systems, the complete text of these licenses can be found
+in /usr/share/common-licenses/GPL and /usr/share/common-licenses/Artistic.