--- parrot-2.0.0.orig/debian/libparrot-dev.install.in
+++ parrot-2.0.0/debian/libparrot-dev.install.in
@@ -0,0 +1,3 @@
+usr/include/parrot/@VERSION@/parrot/*
+usr/lib/libparrot.a
+usr/lib/pkgconfig/parrot/@VERSION@/parrot.pc
--- parrot-2.0.0.orig/debian/parrot.install.in
+++ parrot-2.0.0/debian/parrot.install.in
@@ -0,0 +1,7 @@
+usr/lib/parrot/@VERSION@/include/*
+usr/lib/parrot/@VERSION@/dynext/*
+usr/lib/parrot/@VERSION@/library/Test/*
+usr/lib/parrot/@VERSION@/library/Data/*
+usr/lib/parrot/@VERSION@/library/dumper.pir
+usr/lib/parrot/@VERSION@/library/dumper.pbc
+usr/lib/parrot/@VERSION@/library/Getopt/Obj.pbc
--- parrot-2.0.0.orig/debian/libparrot-dev.install
+++ parrot-2.0.0/debian/libparrot-dev.install
@@ -0,0 +1,3 @@
+usr/include/parrot/2.0.0/parrot/*
+usr/lib/libparrot.a
+usr/lib/pkgconfig/parrot/2.0.0/parrot.pc
--- parrot-2.0.0.orig/debian/libparrot.install
+++ parrot-2.0.0/debian/libparrot.install
@@ -0,0 +1 @@
+usr/lib/libparrot.so.2.0.0 usr/lib
--- parrot-2.0.0.orig/debian/README.source
+++ parrot-2.0.0/debian/README.source
@@ -0,0 +1,5 @@
+This package uses quilt to manage all modifications to the upstream source.
+Changes are stored in the source package as diffs in debian/patches and
+applied during the build.
+
+See /usr/share/doc/quilt/README.source for a detailed explanation
--- parrot-2.0.0.orig/debian/changelog
+++ parrot-2.0.0/debian/changelog
@@ -0,0 +1,212 @@
+parrot (2.0.0-1) unstable; urgency=low
+  * New upstream release
+  * parrot-devel.install.in
+    - Install parrot-nqp binary and supporting library.
+  * debian/patches:
+    - Added 01_fix_doc_install.patch, from upstream, missing DESTDIR
+      flag to new 'install-doc' target needed for package build.
+    - Added 02_fix_man_whatis.patch, from upstream, resolve parsing
+      errors in pbc_to_exe and parrot_debugger manpages.
+    - Added 03_fix_nqp_man.patch, added manpage for new parrot-nqp
+      binary.
+  * debian/control.in:
+    - Bumped Standards-Version to 3.8.4.
+    - Added quilt as Build-Depends for patches.
+  * debian/rules:
+    - Changed install target from 'install-dev' to 'install', they are
+      now identical.
+    - Added LD_LIBRARY_PATH to 'install' target, needed for the new parrot-nqp
+      binary.
+    - Added quilt support for patches.
+    - Generate and install manpage for parrot-nqp binary.
+  * debian/README.source:
+    - Added for use of quilt patch system.
+  * debian/copyright:
+    - Updated copyright year.
+    - Added copyright notice for external nqp files in ext/.
+
+ -- Allison Randal <allison@parrot.org>  Sun, 07 Feb 2010 14:26:29 +0000
+
+parrot (1.4.0-1) unstable; urgency=low
+  * New upstream release
+  * debian/rules:
+    - New upstream configuration option --disable-rpath allows packages to
+      be built without rpath.
+  * debian/parrot-devel.install.in
+    - Install pbc_to_exe binary and supporting library.
+
+ -- Allison Randal <allison@parrot.org>  Fri, 24 Jul 2009 23:54:07 -0700
+
+parrot (1.0.0-1) unstable; urgency=low
+  * New upstream release
+  * debian/control.in:
+    - Updated Description of all packages.
+    - Bumped Standards-Version to 3.8.1
+    - Add new packages parrot-minimal and parrot-devel
+  * debian/rules:
+    - Integrate Ubuntu packaging changes to automatically generate
+      debian/control.
+    - Re-order dh_installdeb in binary-arch to run after dh_makeshlibs and
+      shlibdeps so that the library gets installed properly (patch from David
+      Nusinow)
+    - Move manpage generation to new packages. Rename parrot-debugger.1 to
+      parrot_debugger.1 to match executable name. Generate parrot_config
+      manpage from .pir source files (patch from David Nusinow)
+  * parrot.install.in, parrot-doc.install.in, libparrot.install.in,
+    libparrot-dev.install.in
+    - Added template files, replace parrot.install, parrot-doc.install, 
+      libparrot.install, and libparrot-dev.install
+  * parrot-minimal.install.in, parrot-devel.install.in
+    - Added template files for new packages
+  * parrot-doc.docs, libparrot-dev.dirs
+    - Removed
+  * libparrot.postinst
+    - Added so ldconfig gets called properly by dh_makeshlibs (patch from
+      David Nusinow)
+  * debian/copyright:
+    - Changed copyright holder to Parrot Foundation, reflecting change in
+      distribution.
+    - Removed copyright info for files no longer in distribution.
+
+ -- Allison Randal <allison@parrot.org>  Wed, 25 Mar 2009 00:45:40 -0500
+
+parrot (0.9.0-1) unstable; urgency=low
+
+  * New upstream release
+  * debian/control.in:
+    - Build-Depends removed optional library libicu-dev.
+      Removed optional library libgmp3-dev.
+    - Depends for libparrot-dev removed optional library
+      libicu-dev.
+  * debian/rules
+    - Removed --optimize flag from configure, known problems
+      on 64-bit architectures.
+    - Changed 'reallyinstall' target to 'install', matching
+      change in source makefile.
+  * debian/parrot-doc.docs
+    - Updated to sync with doc files in distribution.
+  * debian/copyright:
+    - Updated copyright years.
+
+ -- Allison Randal <allison@parrot.org>  Fri, 23 Jan 2009 15:16:25 -0800
+
+parrot (0.7.0-1) unstable; urgency=low
+
+  * New upstream release
+
+ -- Nuno Carvalho <mestre.smash@gmail.com>  Tue, 02 Sep 2008 13:05:31 +0100
+
+parrot (0.6.4-1) unstable; urgency=low
+
+  * New upstream release
+  * debian/copyright:
+    - Added license link.
+    - Updated copyright years.
+    - Removed copyright info for files no longer in distribution.
+
+ -- Nuno Carvalho <mestre.smash@gmail.com>  Sat, 16 Aug 2008 14:15:14 +0200
+
+parrot (0.5.1-1) unstable; urgency=low
+
+  * New upstream release (Closes: #444707).
+  * debian/control.in:
+    - Build-Depends updated to libicu-dev from libicu36-dev
+      (Closes: #456835).
+    - Depends for libparrot-dev updated to libicu-dev from
+      libicu34-dev (Closes: #431289).
+    - New maintainer: Parrot Debian Maintainers
+      (Closes: #444708)
+    - New uploaders: Allison Randal, Nuno Carvalho,
+      Patrick Michaud
+    - Updated long and short package descriptions.
+  * debian/rules
+    - Removed install of install_config.o file, no longer in
+      distribution.
+  * debian/libparrot0.4.12.install
+    - Deleted, replaced by debian/libparrot.install.
+  * debian/parrot-doc.docs
+    - Updated to sync with doc files in distribution.
+    - Sorted for easier diffs between generated file lists.
+  * debian/copyright:
+    - Added license link.
+    - Updated copyright years.
+    - Removed copyright info for files no longer in distribution.
+
+ -- Allison Randal <allison@perl.org>  Sun, 30 Dec 2007 17:21:45 +0000
+
+parrot (0.4.13-1) unstable; urgency=low
+
+  * New upstream release.
+
+ -- Florian Ragwitz <rafl@debian.org>  Wed, 20 Jun 2007 22:43:49 +0200
+
+parrot (0.4.12-1) unstable; urgency=low
+
+  * New upstream release.
+
+ -- Florian Ragwitz <rafl@debian.org>  Mon, 18 Jun 2007 20:08:49 +0200
+
+parrot (0.4.6-1) unstable; urgency=low
+
+  * New upstream release.
+
+ -- Florian Ragwitz <rafl@debian.org>  Thu, 10 Aug 2006 04:48:00 +0200
+
+parrot (0.4.5-1) unstable; urgency=low
+
+  * New upstream release.
+  * Use DH_COMPAT 5.
+  * Bump up Standards-Version to 3.7.2 (no changes).
+
+ -- Florian Ragwitz <rafl@debian.org>  Mon,  3 Jul 2006 16:47:52 +0200
+
+parrot (0.4.4-1) unstable; urgency=low
+
+  * New upstream release.
+  * Bump Standards-Version to 3.7.2 (no changes).
+  * Clean up Makefiles in languages/{APL,pheme,perl6,pugs}.
+  * Clean up object/temp files in languages/{pugs,perl6} while running
+    realclean.
+  * Install src/*_config.o into /usr/lib/parrot/config/.
+    + Yes, that's ugly, but I don't see any other possibility for other
+      programs, like pugs, to link against parrot properly.
+
+ -- Florian Ragwitz <rafl@debian.org>  Tue, 16 May 2006 17:17:02 +0200
+
+parrot (0.4.3-1) unstable; urgency=low
+
+  * New upstream release.
+  * Changed Section of parrot-doc to `docs'.
+
+ -- Florian Ragwitz <rafl@debian.org>  Mon,  3 Apr 2006 04:25:56 +0200
+
+parrot (0.4.2-1) unstable; urgency=low
+
+  * New upstream release.
+  * Enabled optimisation.
+  * Added libreadline-dev to Build-Depends.
+  * Install parrot.pc for pkg-config.
+  * Removed lintian overrides. lintian now knows about parrot.
+  * Properly clean src/nci_test.o.
+  * Removed bc and m4 Build-Depends. They weren't really needed.
+
+ -- Florian Ragwitz <rafl@debian.org>  Wed, 22 Feb 2006 23:40:06 +0100
+
+parrot (0.4.1-1) unstable; urgency=low
+
+  * New upstream release.
+
+ -- Florian Ragwitz <rafl@debian.org>  Sun,  8 Jan 2006 18:43:54 +0100
+
+parrot (0.4.0-1) unstable; urgency=low
+
+  * New upstream release.
+
+ -- Florian Ragwitz <rafl@debian.org>  Mon,  5 Dec 2005 16:50:40 +0100
+
+parrot (0.3.1-1) unstable; urgency=low
+
+  * Initial release (Closes: #297902).
+
+ -- Florian Ragwitz <rafl@debian.org>  Mon, 31 Oct 2005 22:24:32 +0100
+
--- parrot-2.0.0.orig/debian/parrot.docs
+++ parrot-2.0.0/debian/parrot.docs
@@ -0,0 +1,6 @@
+CREDITS
+DEPRECATED.pod
+NEWS
+PBC_COMPAT
+PLATFORMS
+RESPONSIBLE_PARTIES
--- parrot-2.0.0.orig/debian/watch
+++ parrot-2.0.0/debian/watch
@@ -0,0 +1,3 @@
+version=3
+
+ftp://ftp.parrot.org/pub/parrot/releases/stable/(?:[\d\.]+)/parrot-([\d\.]+).tar.gz
--- parrot-2.0.0.orig/debian/parrot.install
+++ parrot-2.0.0/debian/parrot.install
@@ -0,0 +1,7 @@
+usr/lib/parrot/2.0.0/include/*
+usr/lib/parrot/2.0.0/dynext/*
+usr/lib/parrot/2.0.0/library/Test/*
+usr/lib/parrot/2.0.0/library/Data/*
+usr/lib/parrot/2.0.0/library/dumper.pir
+usr/lib/parrot/2.0.0/library/dumper.pbc
+usr/lib/parrot/2.0.0/library/Getopt/Obj.pbc
--- parrot-2.0.0.orig/debian/rules
+++ parrot-2.0.0/debian/rules
@@ -0,0 +1,109 @@
+#!/usr/bin/make -f
+
+include /usr/share/quilt/quilt.make
+
+CFLAGS = -Wall -g
+VERSION = $(shell cat VERSION)
+SOVERSION = $(VERSION)
+
+ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
+	CFLAGS += -O0
+else
+	CFLAGS += -O2
+endif
+
+CONTROL_FILES = \
+  debian/control.in \
+  debian/parrot.install.in \
+  debian/parrot-minimal.install.in \
+  debian/parrot-doc.install.in \
+  debian/parrot-devel.install.in \
+  debian/libparrot.install.in \
+  debian/libparrot-dev.install.in
+
+debian-control-stamp: $(CONTROL_FILES) VERSION
+	for infile in $(CONTROL_FILES); do \
+	    outfile=`echo $$infile | sed "s/\.in$$//"`; \
+	    sed -e "s/@VERSION@/$(VERSION)/g" \
+	        -e "s/@SOVERSION@/$(SOVERSION)/g" \
+	            <$$infile >$$outfile; \
+	done
+	touch $@
+
+configure: configure-stamp
+configure-stamp: debian-control-stamp $(QUILT_STAMPFN)
+	dh_testdir
+	perl Configure.pl --prefix=/usr --disable-rpath
+	touch configure-stamp
+
+build: build-stamp
+
+build-stamp: configure-stamp 
+	dh_testdir
+	$(MAKE) installable LD_LIBRARY_PATH=${LD_LIBRARY_PATH:+$LD_LIBRARY_PATH:}`pwd`/blib/lib
+	pod2man --section=1 --release="Debian Project" --center="Debian GNU/Linux manual" docs/running.pod debian/parrot.1
+	pod2man --section=1 --release="Debian Project" --center="Debian GNU/Linux manual" tools/util/parrot-config.pir debian/parrot_config.1
+	pod2man --section=1 --release="Debian Project" --center="Debian GNU/Linux manual" src/pbc_dump.c debian/pbc_dump.1
+	pod2man --section=1 --release="Debian Project" --center="Debian GNU/Linux manual" src/pbc_disassemble.c debian/pbc_disassemble.1
+	pod2man --section=1 --release="Debian Project" --center="Debian GNU/Linux manual" src/parrot_debugger.c debian/parrot_debugger.1
+	pod2man --section=1 --release="Debian Project" --center="Debian GNU/Linux manual" src/pbc_merge.c debian/pbc_merge.1
+	pod2man --section=1 --release="Debian Project" --center="Debian GNU/Linux manual" tools/dev/pbc_to_exe.pir debian/pbc_to_exe.1
+	pod2man --section=1 --release="Debian Project" --center="Debian GNU/Linux manual" ext/nqp-rx/parrot-nqp.pod debian/parrot-nqp.1
+	touch build-stamp
+
+clean: debian-control-stamp unpatch
+	dh_testdir
+	dh_testroot
+	rm -f build-stamp configure-stamp debian-control-stamp debian/parrot.1 debian/parrot_config.1 debian/pbc_dump.1 debian/pbc_disassemble.1 debian/parrot-debugger.1 debian/pbc_merge.1 debian/libparrot$(SOVERSION).install src/main.o installable_pbc_to_exe ext/Parrot-Embed/Makefile.PL test.c test.ldo
+	[ ! -f Makefile ] || $(MAKE) distclean
+	dh_clean 
+
+debian/libparrot$(SOVERSION).install: debian/libparrot.install VERSION
+	cp $< $@
+
+install: build debian/libparrot$(SOVERSION).install
+	dh_testdir
+	dh_testroot
+	dh_clean -k 
+	$(MAKE) install DESTDIR=$(CURDIR)/debian/tmp LD_LIBRARY_PATH=${LD_LIBRARY_PATH:+$LD_LIBRARY_PATH:}`pwd`/blib/lib
+	$(MAKE) install-doc DESTDIR=$(CURDIR)/debian/tmp
+	dh_installdirs
+	find $(CURDIR)/debian/tmp -type f
+	dh_install --sourcedir=$(CURDIR)/debian/tmp --list-missing
+
+
+# Build architecture-independent files here.
+binary-indep: build install
+	dh_testdir -i 
+	dh_testroot -i
+	dh_installchangelogs -i ChangeLog
+	dh_installdocs -i
+	dh_link -plibparrot-dev usr/lib/libparrot.so.$(SOVERSION) usr/lib/libparrot.so
+	dh_compress -pparrot-doc -X.pod
+	dh_compress -plibparrot-dev
+	dh_fixperms -i
+	dh_installdeb -i
+	dh_gencontrol -i
+	dh_md5sums -i
+	dh_builddeb -i
+
+# Build architecture-dependent files here.
+binary-arch: build install
+	dh_testdir -a
+	dh_testroot -a
+	dh_installchangelogs -a ChangeLog
+	dh_installman -pparrot-minimal debian/parrot.1
+	dh_installman -pparrot-devel debian/parrot_debugger.1 debian/pbc_disassemble.1 debian/pbc_dump.1 debian/pbc_merge.1 debian/parrot_config.1 debian/pbc_to_exe.1 debian/parrot-nqp.1
+	dh_installdocs -a
+	dh_strip -a
+	dh_compress -a
+	dh_fixperms -a
+	dh_makeshlibs -plibparrot$(SOVERSION)
+	dh_shlibdeps -a -Llibparrot$(SOVERSION) -l$(CURDIR)/debian/libparrot$(SOVERSION)/usr/lib
+	dh_installdeb -a
+	dh_gencontrol -a
+	dh_md5sums -a
+	dh_builddeb -a
+
+binary: binary-indep binary-arch
+.PHONY: build clean binary-indep binary-arch binary install configure
--- parrot-2.0.0.orig/debian/parrot-doc.install.in
+++ parrot-2.0.0/debian/parrot-doc.install.in
@@ -0,0 +1 @@
+usr/share/doc/parrot/@VERSION@/pod/*
--- parrot-2.0.0.orig/debian/parrot-minimal.install.in
+++ parrot-2.0.0/debian/parrot-minimal.install.in
@@ -0,0 +1 @@
+usr/bin/parrot
--- parrot-2.0.0.orig/debian/libparrot.postinst
+++ parrot-2.0.0/debian/libparrot.postinst
@@ -0,0 +1 @@
+#DEBHELPER#
--- parrot-2.0.0.orig/debian/copyright
+++ parrot-2.0.0/debian/copyright
@@ -0,0 +1,233 @@
+This package was debianized by Florian Ragwitz <rafl@debianforum.de> on
+Fri, 28 Oct 2005 10:02:44 +0200.
+This package was debianized by the Debian Parrot Maintainers 
+<pkg-parrot-devel@lists.alioth.debian.org> on
+Mon, 31 Dec 2007 15:53:34 +0000.
+
+It was downloaded from http://parrot.org/
+
+Copyright for most of the code is held by:
+
+Copyright (C) 2001-2010, Parrot Foundation.
+
+Some files have a different copyright:
+
+compilers/imcc/imcc.y, compilers/imcc/main.c, compilers/imcc/parser_util.c:
+Copyright (C) 2002 Melvin Smith <melvin.smith@mindspring.com>
+
+lib/Pod/:
+Copyright (c) 2001-2002 Sean M. Burke.  All rights reserved.
+
+ext/nqp-rx/:
+Copyright (C) 2009 Patrick R. Michaud.
+
+License:
+
+This program is free software, you can redistribute it and/or modify it under
+the terms of the Artistic License version 2.0.
+
+The complete text of the Artistic License 2.0 is available at
+http://www.perlfoundation.org/attachment/legal/artistic-2_0.txt.
+
+
+               The Artistic License 2.0
+
+        Copyright (c) 2000-2006, The Perl Foundation.
+
+     Everyone is permitted to copy and distribute verbatim copies
+      of this license document, but changing it is not allowed.
+
+Preamble
+
+This license establishes the terms under which a given free software
+Package may be copied, modified, distributed, and/or redistributed.
+The intent is that the Copyright Holder maintains some artistic
+control over the development of that Package while still keeping the
+Package available as open source and free software.
+
+You are always permitted to make arrangements wholly outside of this
+license directly with the Copyright Holder of a given Package.  If the
+terms of this license do not permit the full use that you propose to
+make of the Package, you should contact the Copyright Holder and seek
+a different licensing arrangement.
+
+Definitions
+
+    "Copyright Holder" means the individual(s) or organization(s)
+    named in the copyright notice for the entire Package.
+
+    "Contributor" means any party that has contributed code or other
+    material to the Package, in accordance with the Copyright Holder's
+    procedures.
+
+    "You" and "your" means any person who would like to copy,
+    distribute, or modify the Package.
+
+    "Package" means the collection of files distributed by the
+    Copyright Holder, and derivatives of that collection and/or of
+    those files. A given Package may consist of either the Standard
+    Version, or a Modified Version.
+
+    "Distribute" means providing a copy of the Package or making it
+    accessible to anyone else, or in the case of a company or
+    organization, to others outside of your company or organization.
+
+    "Distributor Fee" means any fee that you charge for Distributing
+    this Package or providing support for this Package to another
+    party.  It does not mean licensing fees.
+
+    "Standard Version" refers to the Package if it has not been
+    modified, or has been modified only in ways explicitly requested
+    by the Copyright Holder.
+
+    "Modified Version" means the Package, if it has been changed, and
+    such changes were not explicitly requested by the Copyright
+    Holder.
+
+    "Original License" means this Artistic License as Distributed with
+    the Standard Version of the Package, in its current version or as
+    it may be modified by The Perl Foundation in the future.
+
+    "Source" form means the source code, documentation source, and
+    configuration files for the Package.
+
+    "Compiled" form means the compiled bytecode, object code, binary,
+    or any other form resulting from mechanical transformation or
+    translation of the Source form.
+
+
+Permission for Use and Modification Without Distribution
+
+(1)  You are permitted to use the Standard Version and create and use
+Modified Versions for any purpose without restriction, provided that
+you do not Distribute the Modified Version.
+
+
+Permissions for Redistribution of the Standard Version
+
+(2)  You may Distribute verbatim copies of the Source form of the
+Standard Version of this Package in any medium without restriction,
+either gratis or for a Distributor Fee, provided that you duplicate
+all of the original copyright notices and associated disclaimers.  At
+your discretion, such verbatim copies may or may not include a
+Compiled form of the Package.
+
+(3)  You may apply any bug fixes, portability changes, and other
+modifications made available from the Copyright Holder.  The resulting
+Package will still be considered the Standard Version, and as such
+will be subject to the Original License.
+
+
+Distribution of Modified Versions of the Package as Source
+
+(4)  You may Distribute your Modified Version as Source (either gratis
+or for a Distributor Fee, and with or without a Compiled form of the
+Modified Version) provided that you clearly document how it differs
+from the Standard Version, including, but not limited to, documenting
+any non-standard features, executables, or modules, and provided that
+you do at least ONE of the following:
+
+    (a)  make the Modified Version available to the Copyright Holder
+    of the Standard Version, under the Original License, so that the
+    Copyright Holder may include your modifications in the Standard
+    Version.
+
+    (b)  ensure that installation of your Modified Version does not
+    prevent the user installing or running the Standard Version. In
+    addition, the Modified Version must bear a name that is different
+    from the name of the Standard Version.
+
+    (c)  allow anyone who receives a copy of the Modified Version to
+    make the Source form of the Modified Version available to others
+    under
+
+    (i)  the Original License or
+
+    (ii)  a license that permits the licensee to freely copy,
+    modify and redistribute the Modified Version using the same
+    licensing terms that apply to the copy that the licensee
+    received, and requires that the Source form of the Modified
+    Version, and of any works derived from it, be made freely
+    available in that license fees are prohibited but Distributor
+    Fees are allowed.
+
+
+Distribution of Compiled Forms of the Standard Version
+or Modified Versions without the Source
+
+(5)  You may Distribute Compiled forms of the Standard Version without
+the Source, provided that you include complete instructions on how to
+get the Source of the Standard Version.  Such instructions must be
+valid at the time of your distribution.  If these instructions, at any
+time while you are carrying out such distribution, become invalid, you
+must provide new instructions on demand or cease further distribution.
+If you provide valid instructions or cease distribution within thirty
+days after you become aware that the instructions are invalid, then
+you do not forfeit any of your rights under this license.
+
+(6)  You may Distribute a Modified Version in Compiled form without
+the Source, provided that you comply with Section 4 with respect to
+the Source of the Modified Version.
+
+
+Aggregating or Linking the Package
+
+(7)  You may aggregate the Package (either the Standard Version or
+Modified Version) with other packages and Distribute the resulting
+aggregation provided that you do not charge a licensing fee for the
+Package.  Distributor Fees are permitted, and licensing fees for other
+components in the aggregation are permitted. The terms of this license
+apply to the use and Distribution of the Standard or Modified Versions
+as included in the aggregation.
+
+(8) You are permitted to link Modified and Standard Versions with
+other works, to embed the Package in a larger work of your own, or to
+build stand-alone binary or bytecode versions of applications that
+include the Package, and Distribute the result without restriction,
+provided the result does not expose a direct interface to the Package.
+
+
+Items That are Not Considered Part of a Modified Version
+
+(9) Works (including, but not limited to, modules and scripts) that
+merely extend or make use of the Package, do not, by themselves, cause
+the Package to be a Modified Version.  In addition, such works are not
+considered parts of the Package itself, and are not subject to the
+terms of this license.
+
+
+General Provisions
+
+(10)  Any use, modification, and distribution of the Standard or
+Modified Versions is governed by this Artistic License. By using,
+modifying or distributing the Package, you accept this license. Do not
+use, modify, or distribute the Package, if you do not accept this
+license.
+
+(11)  If your Modified Version has been derived from a Modified
+Version made by someone other than you, you are nevertheless required
+to ensure that your Modified Version complies with the requirements of
+this license.
+
+(12)  This license does not grant you the right to use any trademark,
+service mark, tradename, or logo of the Copyright Holder.
+
+(13)  This license includes the non-exclusive, worldwide,
+free-of-charge patent license to make, have made, use, offer to sell,
+sell, import and otherwise transfer the Package with respect to any
+patent claims licensable by the Copyright Holder that are necessarily
+infringed by the Package. If you institute patent litigation
+(including a cross-claim or counterclaim) against any party alleging
+that the Package constitutes direct or contributory patent
+infringement, then this Artistic License to you shall terminate on the
+date that such litigation is filed.
+
+(14)  Disclaimer of Warranty:
+THE PACKAGE IS PROVIDED BY THE COPYRIGHT HOLDER AND CONTRIBUTORS "AS
+IS" AND WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES. THE IMPLIED
+WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, OR
+NON-INFRINGEMENT ARE DISCLAIMED TO THE EXTENT PERMITTED BY YOUR LOCAL
+LAW. UNLESS REQUIRED BY LAW, NO COPYRIGHT HOLDER OR CONTRIBUTOR WILL
+BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL
+DAMAGES ARISING IN ANY WAY OUT OF THE USE OF THE PACKAGE, EVEN IF
+ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
--- parrot-2.0.0.orig/debian/parrot-devel.install.in
+++ parrot-2.0.0/debian/parrot-devel.install.in
@@ -0,0 +1,29 @@
+usr/bin/parrot_debugger
+usr/bin/pbc_disassemble
+usr/bin/pbc_dump
+usr/bin/pbc_merge
+usr/bin/pbc_to_exe
+usr/bin/parrot_config
+usr/bin/parrot-nqp
+usr/lib/parrot/@VERSION@/tools/*
+usr/lib/parrot/@VERSION@/languages/nqp/*
+usr/lib/parrot/@VERSION@/languages/pct/*
+usr/lib/parrot/@VERSION@/library/HLL.pbc
+usr/lib/parrot/@VERSION@/library/Regex.pbc
+usr/lib/parrot/@VERSION@/library/P6Regex.pbc
+usr/lib/parrot/@VERSION@/library/PCT.pbc
+usr/lib/parrot/@VERSION@/library/PCT/*
+usr/lib/parrot/@VERSION@/library/P6object.pbc
+usr/lib/parrot/@VERSION@/library/Protoobject.pbc
+usr/lib/parrot/@VERSION@/library/Parrot/Exception.pbc
+usr/lib/parrot/@VERSION@/library/config.pir
+usr/lib/parrot/@VERSION@/library/config.pbc
+usr/lib/parrot/@VERSION@/languages/pge/*
+usr/lib/parrot/@VERSION@/library/PGE.pbc
+usr/lib/parrot/@VERSION@/library/PGE/*
+usr/lib/parrot/@VERSION@/languages/tge/*
+usr/lib/parrot/@VERSION@/library/TGE.pbc
+usr/lib/parrot/@VERSION@/VERSION
+usr/lib/parrot/@VERSION@/parrot_config.o
+usr/include/parrot/@VERSION@/pmc/*
+usr/src/parrot/@VERSION@/*
--- parrot-2.0.0.orig/debian/parrot-minimal.install
+++ parrot-2.0.0/debian/parrot-minimal.install
@@ -0,0 +1 @@
+usr/bin/parrot
--- parrot-2.0.0.orig/debian/libparrot.install.in
+++ parrot-2.0.0/debian/libparrot.install.in
@@ -0,0 +1 @@
+usr/lib/libparrot.so.@SOVERSION@ usr/lib
--- parrot-2.0.0.orig/debian/control.in
+++ parrot-2.0.0/debian/control.in
@@ -0,0 +1,65 @@
+Source: parrot
+Section: interpreters
+Priority: optional
+Maintainer: Debian Parrot Maintainers <pkg-parrot-devel@lists.alioth.debian.org>
+Uploaders: Allison Randal <allison@parrot.org>, Nuno Carvalho <mestre.smash@gmail.com>, Patrick Michaud <pmichaud@pobox.com>
+Build-Depends: debhelper (>= 5.0.0), perl, perl-doc, libgdbm-dev, libreadline-dev, quilt
+Standards-Version: 3.8.4
+
+Package: parrot
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}, parrot-minimal (= ${binary:Version})
+Suggests: parrot-doc
+Provides: parrot-test, parrot-data-dumper
+Description: A virtual machine for dynamic languages
+ Parrot is a bytecode-based virtual machine designed for dynamic languages.
+ Parrot hosts a variety of language implementations, including Tcl, Javascript,
+ Ruby, Lua, Scheme, PHP, Python, Perl 6, and a .NET bytecode translator.
+
+Package: parrot-minimal
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Conflicts: parrot ( << 1.0.0 )
+Replaces: parrot ( << 1.0.0 )
+Description: A minimal install of the Parrot VM
+ This package contains the core Parrot virtual machine. It's all that you need
+ to get up and running in the average use case, and is sufficient to run most
+ language implementations.
+
+Package: libparrot@SOVERSION@
+Architecture: any
+Section: libs
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: Parrot shared library
+ This package contains the Parrot shared library, used by the Parrot virtual
+ machine and by programs that embed Parrot.
+ 
+Package: libparrot-dev
+Architecture: any
+Section: libdevel
+Depends: ${misc:Depends}, libparrot@SOVERSION@ (= ${binary:Version}), parrot
+Description: Parrot shared library development files
+ This package contains header files and a static library, needed to develop
+ applications which embed Parrot.
+
+Package: parrot-doc
+Architecture: all
+Section: doc
+Suggests: perl-doc
+Depends: ${misc:Depends}
+Description: Parrot documentation
+ Parrot manual pages and raw Pod documentation. If you are developing a
+ compiler or extensions for Parrot, you will need this. If you're only using a
+ Parrot hosted language, the language-specific documentation is sufficient.
+
+Package: parrot-devel
+Architecture: any
+Section: devel
+Depends: ${shlibs:Depends}, ${misc:Depends}, parrot, libparrot-dev, perl
+Provides: parrot-pge, parrot-tge, parrot-pct, parrot-nqp
+Conflicts: parrot ( << 1.0.0 ), libparrot-dev ( << 1.0.0 )
+Replaces: parrot ( << 1.0.0 ), libparrot-dev ( << 1.0.0 )
+Description: Parrot development tools
+ This package contains development tools for the Parrot virtual machine. It is
+ essential for developing language implementations to run on Parrot, but not
+ needed for running languages once they've been installed.
--- parrot-2.0.0.orig/debian/compat
+++ parrot-2.0.0/debian/compat
@@ -0,0 +1 @@
+5
--- parrot-2.0.0.orig/debian/control
+++ parrot-2.0.0/debian/control
@@ -0,0 +1,65 @@
+Source: parrot
+Section: interpreters
+Priority: optional
+Maintainer: Debian Parrot Maintainers <pkg-parrot-devel@lists.alioth.debian.org>
+Uploaders: Allison Randal <allison@parrot.org>, Nuno Carvalho <mestre.smash@gmail.com>, Patrick Michaud <pmichaud@pobox.com>
+Build-Depends: debhelper (>= 5.0.0), perl, perl-doc, libgdbm-dev, libreadline-dev, quilt
+Standards-Version: 3.8.4
+
+Package: parrot
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}, parrot-minimal (= ${binary:Version})
+Suggests: parrot-doc
+Provides: parrot-test, parrot-data-dumper
+Description: A virtual machine for dynamic languages
+ Parrot is a bytecode-based virtual machine designed for dynamic languages.
+ Parrot hosts a variety of language implementations, including Tcl, Javascript,
+ Ruby, Lua, Scheme, PHP, Python, Perl 6, and a .NET bytecode translator.
+
+Package: parrot-minimal
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Conflicts: parrot ( << 1.0.0 )
+Replaces: parrot ( << 1.0.0 )
+Description: A minimal install of the Parrot VM
+ This package contains the core Parrot virtual machine. It's all that you need
+ to get up and running in the average use case, and is sufficient to run most
+ language implementations.
+
+Package: libparrot2.0.0
+Architecture: any
+Section: libs
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: Parrot shared library
+ This package contains the Parrot shared library, used by the Parrot virtual
+ machine and by programs that embed Parrot.
+ 
+Package: libparrot-dev
+Architecture: any
+Section: libdevel
+Depends: ${misc:Depends}, libparrot2.0.0 (= ${binary:Version}), parrot
+Description: Parrot shared library development files
+ This package contains header files and a static library, needed to develop
+ applications which embed Parrot.
+
+Package: parrot-doc
+Architecture: all
+Section: doc
+Suggests: perl-doc
+Depends: ${misc:Depends}
+Description: Parrot documentation
+ Parrot manual pages and raw Pod documentation. If you are developing a
+ compiler or extensions for Parrot, you will need this. If you're only using a
+ Parrot hosted language, the language-specific documentation is sufficient.
+
+Package: parrot-devel
+Architecture: any
+Section: devel
+Depends: ${shlibs:Depends}, ${misc:Depends}, parrot, libparrot-dev, perl
+Provides: parrot-pge, parrot-tge, parrot-pct, parrot-nqp
+Conflicts: parrot ( << 1.0.0 ), libparrot-dev ( << 1.0.0 )
+Replaces: parrot ( << 1.0.0 ), libparrot-dev ( << 1.0.0 )
+Description: Parrot development tools
+ This package contains development tools for the Parrot virtual machine. It is
+ essential for developing language implementations to run on Parrot, but not
+ needed for running languages once they've been installed.
--- parrot-2.0.0.orig/debian/parrot-devel.install
+++ parrot-2.0.0/debian/parrot-devel.install
@@ -0,0 +1,29 @@
+usr/bin/parrot_debugger
+usr/bin/pbc_disassemble
+usr/bin/pbc_dump
+usr/bin/pbc_merge
+usr/bin/pbc_to_exe
+usr/bin/parrot_config
+usr/bin/parrot-nqp
+usr/lib/parrot/2.0.0/tools/*
+usr/lib/parrot/2.0.0/languages/nqp/*
+usr/lib/parrot/2.0.0/languages/pct/*
+usr/lib/parrot/2.0.0/library/HLL.pbc
+usr/lib/parrot/2.0.0/library/Regex.pbc
+usr/lib/parrot/2.0.0/library/P6Regex.pbc
+usr/lib/parrot/2.0.0/library/PCT.pbc
+usr/lib/parrot/2.0.0/library/PCT/*
+usr/lib/parrot/2.0.0/library/P6object.pbc
+usr/lib/parrot/2.0.0/library/Protoobject.pbc
+usr/lib/parrot/2.0.0/library/Parrot/Exception.pbc
+usr/lib/parrot/2.0.0/library/config.pir
+usr/lib/parrot/2.0.0/library/config.pbc
+usr/lib/parrot/2.0.0/languages/pge/*
+usr/lib/parrot/2.0.0/library/PGE.pbc
+usr/lib/parrot/2.0.0/library/PGE/*
+usr/lib/parrot/2.0.0/languages/tge/*
+usr/lib/parrot/2.0.0/library/TGE.pbc
+usr/lib/parrot/2.0.0/VERSION
+usr/lib/parrot/2.0.0/parrot_config.o
+usr/include/parrot/2.0.0/pmc/*
+usr/src/parrot/2.0.0/*
--- parrot-2.0.0.orig/debian/parrot-doc.install
+++ parrot-2.0.0/debian/parrot-doc.install
@@ -0,0 +1 @@
+usr/share/doc/parrot/2.0.0/pod/*
--- parrot-2.0.0.orig/debian/patches/series
+++ parrot-2.0.0/debian/patches/series
@@ -0,0 +1,3 @@
+01_fix_doc_install.patch
+02_fix_man_whatis.patch
+03_fix_nqp_man.patch
--- parrot-2.0.0.orig/debian/patches/01_fix_doc_install.patch
+++ parrot-2.0.0/debian/patches/01_fix_doc_install.patch
@@ -0,0 +1,11 @@
+--- parrot-2.0.0.orig/config/gen/makefiles/root.in
++++ parrot-2.0.0/config/gen/makefiles/root.in
+@@ -2664,6 +2664,7 @@
+     --buildprefix=$(BUILDPREFIX) \
+     --prefix=$(PREFIX) \
+     --docdir=$(DOC_DIR) \
++    --destdir=$(DESTDIR) \
+     --versiondir=$(VERSION_DIR) \
+     MANIFEST MANIFEST.generated
+ 
+
--- parrot-2.0.0.orig/debian/patches/03_fix_nqp_man.patch
+++ parrot-2.0.0/debian/patches/03_fix_nqp_man.patch
@@ -0,0 +1,45 @@
+--- parrot-2.0.0.orig/ext/nqp-rx/parrot-nqp.pod
++++ parrot-2.0.0/ext/nqp-rx/parrot-nqp.pod
+@@ -0,0 +1,42 @@
++# Copyright (C) 2010, The Perl Foundation.
++# $Id: running.pod 42150 2009-10-28 01:24:50Z coke $
++
++=head1 NAME
++
++parrot-nqp - A Not Quite Perl compiler for Parrot
++
++=head1 DESCRIPTION
++
++"Not Quite Perl" (NQP) is a compiler for quickly generating PIR
++routines from Perl6-like code. The key feature of NQP is that it's
++designed to be a very small compiler and is focused on being a
++high-level way to create transformers for Parrot (especially hll
++compilers).
++
++=head1 SYNOPSIS
++
++ parrot-nqp [-options] <file>
++
++=head1 OPTIONS
++
++=over 4
++
++=item --encoding
++
++Specify the encoding of the input file.
++
++=item -h, --help
++
++Print a summary of command-line options.
++
++=item -o outputfile, --output=outputfile
++
++Specify a filename for the resulting compiled code.
++
++=item -v, --version
++
++Display the version of Parrot used to build the compiler.
++
++=back
++
++=cut
--- parrot-2.0.0.orig/debian/patches/02_fix_man_whatis.patch
+++ parrot-2.0.0/debian/patches/02_fix_man_whatis.patch
@@ -0,0 +1,22 @@
+--- parrot-2.0.0.orig/tools/dev/pbc_to_exe.pir
++++ parrot-2.0.0/tools/dev/pbc_to_exe.pir
+@@ -4,7 +4,7 @@
+ 
+ =head1 NAME
+ 
+-pbc_to_exe
++pbc_to_exe - Generate executables from Parrot bytecode
+ 
+ =head1 DESCRIPTION
+ 
+--- parrot-2.0.0.orig/src/parrot_debugger.c
++++ parrot-2.0.0/src/parrot_debugger.c
+@@ -4,7 +4,7 @@
+ 
+ =head1 NAME
+ 
+-parrot_debugger
++parrot_debugger - The Parrot Debugger
+ 
+ =head1 DESCRIPTION
+ 
