--- liblocale-us-perl-1.2.orig/debian/control
+++ liblocale-us-perl-1.2/debian/control
@@ -0,0 +1,19 @@
+Source: liblocale-us-perl
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 5.0.0)
+Build-Depends-Indep: perl (>= 5.8.0)
+Maintainer: Debian Perl Project <pkg-perl-maintainers@lists.alioth.debian.org>
+Uploaders: Damyan Ivanov <dmn@debian.org>
+Homepage: http://search.cpan.org/dist/Locale-US/
+Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/liblocale-us-perl/
+Vcs-Browser: http://svn.debian.org/wsvn/pkg-perl/trunk/liblocale-us-perl/
+Standards-Version: 3.7.3
+
+Package: liblocale-us-perl
+Architecture: all
+Depends: ${perl:Depends}
+Description:  Module for United States state identification
+ This Perl module provides methods allowing United States' two-letter
+ state identification parsing from state code to state name
+ and vice versa.
--- liblocale-us-perl-1.2.orig/debian/rules
+++ liblocale-us-perl-1.2/debian/rules
@@ -0,0 +1,67 @@
+#!/usr/bin/make -f
+# This debian/rules file is provided as a template for normal perl
+# packages. It was created by Marc Brockschmidt <marc@dch-faq.de> for
+# the Debian Perl Group (http://pkg-perl.alioth.debian.org/) but may
+# be used freely wherever it is useful.
+
+# Uncomment this to turn on verbose mode.
+#export DH_VERBOSE=1
+
+# If set to a true value then MakeMaker's prompt function will
+# always return the default without waiting for user input.
+export PERL_MM_USE_DEFAULT=1
+
+PACKAGE=$(shell dh_listpackages)
+
+ifndef PERL
+PERL = /usr/bin/perl
+endif
+
+TMP     =$(CURDIR)/debian/$(PACKAGE)
+
+build: build-stamp
+build-stamp:
+	dh_testdir
+	$(PERL) Makefile.PL INSTALLDIRS=vendor
+	$(MAKE)
+	$(MAKE) test
+	touch build-stamp
+
+clean:
+	dh_testdir
+	dh_testroot
+	dh_clean build-stamp install-stamp
+	[ ! -f Makefile ] || $(MAKE) realclean
+
+install: install-stamp
+install-stamp: build-stamp
+	dh_testdir
+	dh_testroot
+	dh_clean -k
+	$(MAKE) install DESTDIR=$(TMP) PREFIX=/usr
+	[ ! -d $(TMP)/usr/lib/perl5 ] || \
+	    rmdir --ignore-fail-on-non-empty --parents --verbose \
+		$(TMP)/usr/lib/perl5
+	touch install-stamp
+
+binary-arch:
+# We have nothing to do by default.
+
+binary-indep: build install
+	dh_testdir
+	dh_testroot
+	dh_installdocs
+	dh_installchangelogs Changes
+	dh_perl
+	dh_compress
+	dh_fixperms
+	dh_installdeb
+	dh_gencontrol
+	dh_md5sums
+	dh_builddeb
+
+source diff:                                                                  
+	@echo >&2 'source and diff are obsolete - use dpkg-source -b'; false
+
+binary: binary-indep binary-arch
+.PHONY: build clean binary-indep binary-arch binary
--- liblocale-us-perl-1.2.orig/debian/watch
+++ liblocale-us-perl-1.2/debian/watch
@@ -0,0 +1,2 @@
+version=3
+http://search.cpan.org/dist/Locale-US/ .+/Locale-US-v?([\d\.]+)\.(?:tar\.gz|tar|tgz)
--- liblocale-us-perl-1.2.orig/debian/copyright
+++ liblocale-us-perl-1.2/debian/copyright
@@ -0,0 +1,22 @@
+This package was debianized by Ernesto Hernández-Novich (USB <emhn@usb.ve>
+on Sat, 17 Nov 2007 11:37:57 -0400
+
+It was downloaded from http://search.cpan.org/dist/Locale-US/
+
+Upstream Author: 
+
+T. M. Brannon, <tbone@cpan.org>
+
+Copyright:
+
+Copyright (c) 2002-2007 Terrence Brannon. All rights reserved.
+
+This program is free software; you can redistribute it and/or modify it
+under the same terms as Perl itself.
+
+Perl is distributed under your choice of the GNU General Public License or
+the Artistic License.
+
+The complete text of the GNU General Public License can be found in
+/usr/share/common-licenses/GPL and the Artistic License can be found
+in /usr/share/common-licenses/Artistic.
--- liblocale-us-perl-1.2.orig/debian/compat
+++ liblocale-us-perl-1.2/debian/compat
@@ -0,0 +1 @@
+5
--- liblocale-us-perl-1.2.orig/debian/changelog
+++ liblocale-us-perl-1.2/debian/changelog
@@ -0,0 +1,6 @@
+liblocale-us-perl (1.2-1) unstable; urgency=low
+
+  [ Ernesto Hernández-Novich (USB) ]
+  * Initial Release (Closes: #451627).
+
+ -- Damyan Ivanov <dmn@debian.org>  Fri, 04 Jan 2008 20:09:42 +0200
