Author: smash
Date: Mon Aug 18 14:24:57 2008
New Revision: 30313
Modified:
trunk/ports/debian/changelog
trunk/ports/debian/control.in
trunk/ports/debian/copyright
trunk/ports/debian/libparrot-dev.install
trunk/ports/debian/parrot-doc.docs
trunk/ports/debian/parrot.docs
trunk/ports/debian/parrot.install
trunk/ports/debian/rules
Log:
[ports/debian]: updates from last build
Modified: trunk/ports/debian/changelog
==============================================================================
--- trunk/ports/debian/changelog (original)
+++ trunk/ports/debian/changelog Mon Aug 18 14:24:57 2008
@@ -1,3 +1,13 @@
+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 <[EMAIL PROTECTED]> Sat, 16 Aug 2008 14:15:14 +0200
+
parrot (0.5.1-1) unstable; urgency=low
* New upstream release (Closes: #444707).
Modified: trunk/ports/debian/control.in
==============================================================================
--- trunk/ports/debian/control.in (original)
+++ trunk/ports/debian/control.in Mon Aug 18 14:24:57 2008
@@ -34,7 +34,7 @@
Package: libparrot-dev
Architecture: any
Section: libdevel
-Depends: libparrot%SOVERSION% (= ${Source-Version}), parrot, libicu-dev
+Depends: libparrot%SOVERSION% (= ${binary:Version}), parrot, libicu-dev
Description: Virtual machine for dynamic languages
Parrot is a virtual machine designed to efficiently compile and execute
bytecode for dynamic languages. Parrot currently hosts a variety of language
Modified: trunk/ports/debian/copyright
==============================================================================
--- trunk/ports/debian/copyright (original)
+++ trunk/ports/debian/copyright Mon Aug 18 14:24:57 2008
@@ -8,7 +8,7 @@
Copyright for most of the code is held by:
-Copyright (C) 2001-2007, The Perl Foundation.
+Copyright (C) 2001-2008, The Perl Foundation.
Some files have a different copyright:
@@ -22,9 +22,6 @@
languages/urm:
2003 (c) by Marcus Thiesen
-lib/Digest/Perl/MD5.pm:
-Copyright (C) 1991-2, RSA Data Security, Inc. Created 1991. All rights
reserved.
-
lib/Pod/:
Copyright (c) 2001-2002 Sean M. Burke. All rights reserved.
Modified: trunk/ports/debian/libparrot-dev.install
==============================================================================
--- trunk/ports/debian/libparrot-dev.install (original)
+++ trunk/ports/debian/libparrot-dev.install Mon Aug 18 14:24:57 2008
@@ -1,4 +1,3 @@
usr/include/*
-usr/bin/parrot-config
usr/lib/libparrot.a
usr/lib/pkgconfig/parrot.pc
Modified: trunk/ports/debian/parrot-doc.docs
==============================================================================
--- trunk/ports/debian/parrot-doc.docs (original)
+++ trunk/ports/debian/parrot-doc.docs Mon Aug 18 14:24:57 2008
@@ -1,125 +1,134 @@
-docs/art/pp001-intro.pod
-docs/art/pp002-pmc.pod
-docs/art/pp003-oop.pod
-docs/book/ch01_overview.pod
-docs/book/ch02_getting_started.pod
-docs/book/ch03_pir_basics.pod
-docs/book/ch04_pir_subroutines.pod
-docs/book/ch05_pasm.pod
-docs/book/ch06_testing.pod
-docs/book/ch07_architecture.pod
-docs/book/ch08_reference.pod
-docs/compiler_faq.pod
-docs/configuration.pod
-docs/debugger.pod
-docs/debug.pod
-docs/dev/byteorder.pod
-docs/dev/debugging_with_msvc.pod
-docs/dev/dod.pod
-docs/dev/events.pod
-docs/dev/fhs.pod
-docs/dev/headerizer.pod
-docs/dev/infant.pod
-docs/dev/jit_i386.pod
-docs/dev/longopt.pod
-docs/dev/optimizer.pod
-docs/dev/parrot_api.pod
-docs/dev/pccmethods.pod
-docs/dev/pcc_state.pod
-docs/dev/pmc_freeze.pod
-docs/dev/pmc_obj_design_meeting_notes.pod
-docs/dev/seatbelts.pod
-docs/embed.pod
-docs/extend.pod
-docs/faq.pod
-docs/gettingstarted.pod
-docs/glossary.pod
-docs/imcc/imcc.pod
-docs/imcc/imcfaq.pod
-docs/imcc/macros.pod
-docs/imcc/operation.pod
-docs/imcc/parsing.pod
-docs/intro.pod
-docs/jit.pod
-docs/memory_internals.pod
-docs/mmd.pod
-docs/native_exec.pod
-docs/ops/core.pod
+docs/ops/cmp.pod
+docs/ops/set.pod
+docs/ops/pic.pod
+docs/ops/string.pod
docs/ops/debug.pod
-docs/ops/experimental.pod
docs/ops/io.pod
-docs/ops/math.pod
-docs/ops/object.pod
-docs/ops/obscure.pod
-docs/ops/pic.pod
-docs/ops/pmc.pod
-docs/ops/set.pod
-docs/ops/stack.pod
+docs/ops/bit.pod
+docs/ops/core.pod
docs/ops/stm.pod
-docs/ops/string.pod
+docs/ops/object.pod
docs/ops/sys.pod
+docs/ops/math.pod
+docs/ops/obscure.pod
docs/ops/var.pod
-docs/optable.pod
+docs/ops/experimental.pod
+docs/ops/pmc.pod
+docs/submissions.pod
+docs/jit.pod
+docs/vtables.pod
+docs/stm/atomic.pod
+docs/stm/internals.pod
+docs/stm/stm_frontend.pod
+docs/stm/thread-issues.pod
+docs/stm/howto.pod
+docs/Makefile
docs/overview.pod
-docs/parrotbyte.pod
-docs/parrothist.pod
-docs/parrot.pod
-docs/pdds/draft/pdd01_overview.pod
-docs/pdds/draft/pdd04_datatypes.pod
-docs/pdds/draft/pdd05_opfunc.pod
-docs/pdds/draft/pdd06_pasm.pod
-docs/pdds/draft/pdd08_keys.pod
-docs/pdds/draft/pdd09_gc.pod
+docs/debug.pod
+docs/resources/up.gif
+docs/resources/favicon.ico
+docs/resources/perl.css
+docs/resources/parrot_small.png
+docs/imcc/operation.pod
+docs/imcc/README
+docs/imcc/imcfaq.pod
+docs/pdds/pdd28_strings.pod
+docs/pdds/pdd09_gc.pod
+docs/pdds/pdd24_events.pod
+docs/pdds/pdd15_object_metamodel.svg
+docs/pdds/pdd18_security.pod
+docs/pdds/pdd22_io.pod
+docs/pdds/README
+docs/pdds/pdd03_calling_conventions.pod
+docs/pdds/pdd27_multiple_dispatch.pod
+docs/pdds/pdd00_pdd.pod
+docs/pdds/pdd15_objects.pod
docs/pdds/draft/pdd10_embedding.pod
-docs/pdds/draft/pdd11_extending.pod
-docs/pdds/draft/pdd12_assembly.pod
-docs/pdds/draft/pdd14_bignum.pod
+docs/pdds/draft/pdd29_compiler_tools.pod
docs/pdds/draft/pdd16_native_call.pod
-docs/pdds/draft/pdd18_security.pod
+docs/pdds/draft/pdd14_bignum.pod
+docs/pdds/draft/pdd08_keys.pod
+docs/pdds/draft/pdd06_pasm.pod
+docs/pdds/draft/pdd11_extending.pod
+docs/pdds/draft/pdd04_datatypes.pod
docs/pdds/draft/pdd19_pir.pod
-docs/pdds/pdd00_pdd.pod
-docs/pdds/pdd03_calling_conventions.pod
+docs/pdds/draft/pdd05_opfunc.pod
+docs/pdds/draft/pdd01_overview.pod
docs/pdds/pdd07_codingstd.pod
+docs/pdds/pdd25_concurrency.pod
docs/pdds/pdd13_bytecode.pod
-docs/pdds/pdd15_objects.pod
-docs/pdds/pdd17_pmc.pod
docs/pdds/pdd20_lexical_vars.pod
-docs/pdds/pdd21_namespaces.pod
-docs/pdds/pdd22_io.pod
+docs/pdds/pdd15_object_metamodel.png
docs/pdds/pdd23_exceptions.pod
-docs/pdds/pdd24_events.pod
-docs/pdds/pdd25_concurrency.pod
+docs/pdds/pdd21_namespaces.pod
+docs/pdds/pdd17_pmc.pod
docs/pdds/pdd26_ast.pod
docs/pdds/pdd_template.pod
-docs/pdds/README
-docs/pmc2c.pod
-docs/pmc/array.pod
-docs/pmc/documentation.pod
-docs/pmc.pod
-docs/pmc/struct.pod
-docs/pmc/subs.pod
-docs/porting_intro.pod
-docs/project/cage_cleaners_guide.pod
+docs/glossary.pod
+docs/faq.pod
+docs/project/roles_responsibilities.pod
docs/project/committer_guide.pod
+docs/project/release_manager_guide.pod
docs/project/metacommitter_guide.pod
docs/project/pause_guide.pod
-docs/project/release_manager_guide.pod
+docs/project/cage_cleaners_guide.pod
docs/project/ticket_wrangler_guide.pod
-docs/req/model_users.pod
-docs/resources/favicon.ico
-docs/resources/parrot_small.png
-docs/resources/perl.css
-docs/resources/up.gif
-docs/ROADMAP.pod
-docs/roles_responsibilities.pod
+docs/project/debian_packaging_guide.pod
+docs/packfile-c.pod
+docs/memory_internals.pod
+docs/parrothist.pod
+docs/gettingstarted.pod
+docs/book/ch04_pir_subroutines.pod
+docs/book/ch01_overview.pod
+docs/book/ch05_pasm.pod
+docs/book/ch06_testing.pod
+docs/book/ch08_reference.pod
+docs/book/ch02_getting_started.pod
+docs/book/ch03_pir_basics.pod
+docs/book/ch07_architecture.pod
+docs/book/appendix.pod
+docs/book/figs/p6e_0801.png
+docs/debugger.pod
docs/running.pod
+docs/req/model_users.pod
+docs/optable.pod
+docs/intro.pod
docs/stability.pod
-docs/stm/atomic.pod
-docs/stm/howto.pod
-docs/stm/internals.pod
-docs/stm/stm_frontend.pod
-docs/stm/thread-issues.pod
-docs/strings.pod
-docs/submissions.pod
docs/tests.pod
-docs/vtables.pod
+docs/pmc/subs.pod
+docs/pmc/struct.pod
+docs/pmc/documentation.pod
+docs/pmc/array.pod
+docs/porting_intro.pod
+docs/extend.pod
+docs/parrot.pod
+docs/mmd.pod
+docs/embed.pod
+docs/compiler_faq.pod
+docs/native_exec.pod
+docs/dev/pmc_obj_design_meeting_notes.pod
+docs/dev/seatbelts.pod
+docs/dev/events.pod
+docs/dev/debugging_with_msvc.pod
+docs/dev/infant.pod
+docs/dev/fhs.pod
+docs/dev/pcc_state.pod
+docs/dev/jit_i386.pod
+docs/dev/headerizer.pod
+docs/dev/longopt.pod
+docs/dev/byteorder.pod
+docs/dev/parrot_api.pod
+docs/dev/pccmethods.pod
+docs/dev/optimizer.pod
+docs/dev/pmc_freeze.pod
+docs/ROADMAP.pod
+docs/art/pp003-oop.pod
+docs/art/pp002-pmc.pod
+docs/art/pp001-intro.pod
+docs/configuration.pod
+docs/pmc.pod
+docs/pct/past_building_blocks.pod
+docs/pct/pct_optable_guide.pod
+docs/pct/gettingstarted.pod
+docs/pmc2c.pod
+docs/parrotbyte.pod
Modified: trunk/ports/debian/parrot.docs
==============================================================================
--- trunk/ports/debian/parrot.docs (original)
+++ trunk/ports/debian/parrot.docs Mon Aug 18 14:24:57 2008
@@ -1,7 +1,116 @@
-CREDITS
-DEPRECATED.pod
-NEWS
-PBC_COMPAT
-PLATFORMS
-RESPONSIBLE_PARTIES
-TODO
+docs/submissions.pod
+docs/jit.pod
+docs/vtables.pod
+docs/stm/atomic.pod
+docs/stm/internals.pod
+docs/stm/stm_frontend.pod
+docs/stm/thread-issues.pod
+docs/stm/howto.pod
+docs/overview.pod
+docs/debug.pod
+docs/resources/up.gif
+docs/resources/favicon.ico
+docs/resources/perl.css
+docs/resources/parrot_small.png
+docs/imcc/operation.pod
+docs/imcc/README
+docs/imcc/imcfaq.pod
+docs/pdds/pdd28_strings.pod
+docs/pdds/pdd09_gc.pod
+docs/pdds/pdd24_events.pod
+docs/pdds/pdd15_object_metamodel.svg
+docs/pdds/pdd18_security.pod
+docs/pdds/pdd22_io.pod
+docs/pdds/README
+docs/pdds/pdd03_calling_conventions.pod
+docs/pdds/pdd27_multiple_dispatch.pod
+docs/pdds/pdd00_pdd.pod
+docs/pdds/pdd15_objects.pod
+docs/pdds/draft/pdd10_embedding.pod
+docs/pdds/draft/pdd29_compiler_tools.pod
+docs/pdds/draft/pdd16_native_call.pod
+docs/pdds/draft/pdd14_bignum.pod
+docs/pdds/draft/pdd08_keys.pod
+docs/pdds/draft/pdd06_pasm.pod
+docs/pdds/draft/pdd11_extending.pod
+docs/pdds/draft/pdd04_datatypes.pod
+docs/pdds/draft/pdd19_pir.pod
+docs/pdds/draft/pdd05_opfunc.pod
+docs/pdds/draft/pdd01_overview.pod
+docs/pdds/pdd07_codingstd.pod
+docs/pdds/pdd25_concurrency.pod
+docs/pdds/pdd13_bytecode.pod
+docs/pdds/pdd20_lexical_vars.pod
+docs/pdds/pdd15_object_metamodel.png
+docs/pdds/pdd23_exceptions.pod
+docs/pdds/pdd21_namespaces.pod
+docs/pdds/pdd17_pmc.pod
+docs/pdds/pdd26_ast.pod
+docs/pdds/pdd_template.pod
+docs/glossary.pod
+docs/faq.pod
+docs/project/roles_responsibilities.pod
+docs/project/committer_guide.pod
+docs/project/release_manager_guide.pod
+docs/project/metacommitter_guide.pod
+docs/project/pause_guide.pod
+docs/project/cage_cleaners_guide.pod
+docs/project/ticket_wrangler_guide.pod
+docs/project/debian_packaging_guide.pod
+docs/memory_internals.pod
+docs/parrothist.pod
+docs/gettingstarted.pod
+docs/book/ch04_pir_subroutines.pod
+docs/book/ch01_overview.pod
+docs/book/ch05_pasm.pod
+docs/book/ch06_testing.pod
+docs/book/ch08_reference.pod
+docs/book/ch02_getting_started.pod
+docs/book/ch03_pir_basics.pod
+docs/book/ch07_architecture.pod
+docs/book/appendix.pod
+docs/book/figs/p6e_0801.png
+docs/debugger.pod
+docs/running.pod
+docs/req/model_users.pod
+docs/optable.pod
+docs/intro.pod
+docs/stability.pod
+docs/tests.pod
+docs/pmc/subs.pod
+docs/pmc/struct.pod
+docs/pmc/documentation.pod
+docs/pmc/array.pod
+docs/porting_intro.pod
+docs/extend.pod
+docs/parrot.pod
+docs/mmd.pod
+docs/embed.pod
+docs/compiler_faq.pod
+docs/native_exec.pod
+docs/dev/pmc_obj_design_meeting_notes.pod
+docs/dev/seatbelts.pod
+docs/dev/events.pod
+docs/dev/debugging_with_msvc.pod
+docs/dev/infant.pod
+docs/dev/fhs.pod
+docs/dev/pcc_state.pod
+docs/dev/jit_i386.pod
+docs/dev/headerizer.pod
+docs/dev/longopt.pod
+docs/dev/byteorder.pod
+docs/dev/parrot_api.pod
+docs/dev/pccmethods.pod
+docs/dev/optimizer.pod
+docs/dev/pmc_freeze.pod
+docs/ROADMAP.pod
+docs/art/pp003-oop.pod
+docs/art/pp002-pmc.pod
+docs/art/pp001-intro.pod
+docs/configuration.pod
+docs/pmc.pod
+docs/pct/past_building_blocks.pod
+docs/pct/pct_optable_guide.pod
+docs/pct/gettingstarted.pod
+docs/pmc2c.pod
+docs/parrotbyte.pod
Modified: trunk/ports/debian/parrot.install
==============================================================================
--- trunk/ports/debian/parrot.install (original)
+++ trunk/ports/debian/parrot.install Mon Aug 18 14:24:57 2008
@@ -1,5 +1,5 @@
usr/bin/parrot
-usr/bin/disassemble
+usr/bin/pbc_disassemble
usr/bin/pbc_info
usr/bin/pbc_merge
usr/bin/pdump
Modified: trunk/ports/debian/rules
==============================================================================
--- trunk/ports/debian/rules (original)
+++ trunk/ports/debian/rules Mon Aug 18 14:24:57 2008
@@ -25,9 +25,9 @@
dh_testdir
$(MAKE) installable
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" parrot-config debian/parrot-config.1
+ pod2man --section=1 --release="Debian Project" --center="Debian
GNU/Linux manual" parrot_config debian/parrot_config.1
pod2man --section=1 --release="Debian Project" --center="Debian
GNU/Linux manual" src/pdump.c debian/pdump.1
- pod2man --section=1 --release="Debian Project" --center="Debian
GNU/Linux manual" src/disassemble.c debian/disassemble.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/pdb.c debian/parrot-debugger.1
pod2man --section=1 --release="Debian Project" --center="Debian
GNU/Linux manual" src/pbc_info.c debian/pbc_info.1
pod2man --section=1 --release="Debian Project" --center="Debian
GNU/Linux manual" src/pbc_merge.c debian/pbc_merge.1
@@ -36,8 +36,8 @@
clean:
dh_testdir
dh_testroot
- rm -f build-stamp configure-stamp debian/parrot.1
debian/parrot-config.1 debian/pdump.1 debian/disassemble.1
debian/parrot-debugger.1 debian/pbc_info.1 debian/pbc_merge.1
debian/libparrot$(SOVERSION).install src/nci_test.o src/main.o
ext/Parrot-Embed/Makefile.PL languages/PIR/Makefile languages/perl5/Makefile
languages/pynie/Makefile runtime/parrot/include/signal.pasm test.c test.ldo
- -$(MAKE) realclean
+ rm -f build-stamp configure-stamp debian/parrot.1
debian/parrot_config.1 debian/pdump.1 debian/pbc_disassemble.1
debian/parrot-debugger.1 debian/pbc_info.1 debian/pbc_merge.1
debian/libparrot$(SOVERSION).install src/nci_test.o src/main.o
ext/Parrot-Embed/Makefile.PL languages/PIR/Makefile languages/perl5/Makefile
languages/pynie/Makefile runtime/parrot/include/signal.pasm test.c test.ldo
+ [ ! -f Makefile ] || $(MAKE) distclean
dh_clean
debian/libparrot$(SOVERSION).install: debian/libparrot.install VERSION
@@ -61,7 +61,7 @@
dh_testdir -i
dh_testroot -i
dh_installchangelogs -i ChangeLog
- dh_installman -plibparrot-dev debian/parrot-config.1
+ dh_installman -plibparrot-dev debian/parrot_config.1
dh_installdocs -i
dh_link -plibparrot-dev usr/lib/libparrot.so.$(SOVERSION)
usr/lib/libparrot.so
dh_compress -pparrot-doc -X.pod
@@ -77,7 +77,7 @@
dh_testdir -a
dh_testroot -a
dh_installchangelogs -a ChangeLog
- dh_installman -pparrot debian/parrot.1 debian/pdump.1
debian/disassemble.1 debian/parrot-debugger.1 debian/pbc_info.1
debian/pbc_merge.1
+ dh_installman -pparrot debian/parrot.1 debian/pdump.1
debian/pbc_disassemble.1 debian/parrot-debugger.1 debian/pbc_info.1
debian/pbc_merge.1
dh_installdocs -a
dh_strip -a
dh_compress -a