--- prctl-1.5.orig/debian/changelog
+++ prctl-1.5/debian/changelog
@@ -0,0 +1,28 @@
+prctl (1.5-1) unstable; urgency=low
+
+  * New upstream version
+  * Enabled building on any architecture (closes: Bug#354475)
+
+ -- Khalid Aziz <khalid@debian.org>  Wed, 24 May 2006 16:14:29 -0600
+
+prctl (1.4-2) unstable; urgency=low
+
+  * Added hppa to supported architectures
+  * Cleaned up package warnings
+
+ -- Khalid Aziz <khalid@debian.org>  Tue, 20 Dec 2005 13:25:14 -0700
+
+prctl (1.4-1) unstable; urgency=low
+
+  * New upstream version.
+  * Added "always-signal" option to --unaligned for ia64.
+  * upstream taking over as package maintainer (in NM queue)
+
+ -- Khalid Aziz <khalid@gonehiking.org>  Fri, 21 Apr 2004 09:09:46 -0700
+
+prctl (1.3-1) unstable; urgency=low
+
+  * Initial Release.
+
+ -- Bdale Garbee <bdale@gag.com>  Sun, 27 Jan 2002 17:05:35 -0700
+
--- prctl-1.5.orig/debian/compat
+++ prctl-1.5/debian/compat
@@ -0,0 +1 @@
+4
--- prctl-1.5.orig/debian/control
+++ prctl-1.5/debian/control
@@ -0,0 +1,16 @@
+Source: prctl
+Section: devel
+Priority: optional
+Maintainer: Khalid Aziz <khalid@debian.org>
+Build-Depends: debhelper (>= 4.0.0)
+Standards-Version: 3.6.2
+
+Package: prctl
+Architecture: any
+Depends: ${shlibs:Depends}
+Description: Process control operations
+ prctl is a tool to query and modify process behavior.  Supported process 
+ behavior is handling of unaligned memory access and handling of floating 
+ point software assist faults.  The required syscalls are currently only
+ available on Itanium Processor Family (ia64), HP PA-RISC (hppa) and 
+ alpha (>=2.6.15) kernels in Debian.
--- prctl-1.5.orig/debian/copyright
+++ prctl-1.5/debian/copyright
@@ -0,0 +1,16 @@
+This package was debianized by Khalid Aziz <khalid_aziz@hp.com> and 
+Bdale Garbee <bdale@gag.com> in December of 2001.
+
+It was downloaded from <ftp://ftp.hp.com/pub/linux/prctl>
+
+Upstream Author: Khalid Aziz <kahlid_aziz@hp.com>
+
+Copyright:
+
+This software is copyright (c) 2001 by Khalid Aziz, Hewlett Packard Company.
+
+You are free to distribute this software under the terms of the GNU 
+General Public License. 
+
+On Debian systems, the complete text of the GNU General Public License 
+can be found in /usr/share/common-licenses/GPL.
--- prctl-1.5.orig/debian/dirs
+++ prctl-1.5/debian/dirs
@@ -0,0 +1 @@
+usr/bin
--- prctl-1.5.orig/debian/rules
+++ prctl-1.5/debian/rules
@@ -0,0 +1,53 @@
+#!/usr/bin/make -f
+
+# Uncomment this to turn on verbose mode.
+#export DH_VERBOSE=1
+
+configure: configure-stamp
+configure-stamp:
+	dh_testdir
+	./configure --prefix=/usr
+	touch configure-stamp
+
+build: configure-stamp build-stamp
+build-stamp:
+	dh_testdir
+	$(MAKE)
+	touch build-stamp
+
+clean: configure-stamp
+	dh_testdir
+	dh_testroot
+	-$(MAKE) distclean
+	rm -f build-stamp configure-stamp
+	dh_clean
+
+install: build
+	dh_testdir
+	dh_testroot
+	dh_clean -k
+	dh_installdirs
+	$(MAKE) install prefix=$(CURDIR)/debian/prctl/usr
+
+# Build architecture-independent files here.
+binary-indep: build install
+
+# Build architecture-dependent files here.
+binary-arch: build install
+	dh_testdir
+	dh_testroot
+	dh_installdocs
+	dh_installman
+	dh_installchangelogs ChangeLog
+	dh_link
+	dh_strip
+	dh_compress
+	dh_fixperms
+	dh_installdeb
+	dh_shlibdeps
+	dh_gencontrol
+	dh_md5sums
+	dh_builddeb
+
+binary: binary-indep binary-arch
+.PHONY: build clean binary-indep binary-arch binary install configure
--- prctl-1.5.orig/debian/watch
+++ prctl-1.5/debian/watch
@@ -0,0 +1,5 @@
+# Example watch control file for uscan
+# Rename this file to "watch" and then you can run the "uscan" command
+# to check for upstream updates and more.
+# Site		Directory			Pattern			Version	Script
+ftp.sf.net	/pub/sourceforge/p/pr/prctl	prctl-(.*)\.tar\.gz	debian	uupdate
