perl6/0000755000000000000000000000000013424253512006775 5ustar perl6/.git/0000755000000000000000000000000013424253512007636 5ustar perl6/.git/COMMIT_EDITMSG0000644000000000000000000000052613424253512011730 0ustar prepare release # Please enter the commit message for your changes. Lines starting # with '#' will be ignored, and an empty message aborts the commit. # # On branch master # Your branch is ahead of 'origin/master' by 5 commits. # (use "git push" to publish your local commits) # # Changes to be committed: # modified: debian/changelog # perl6/.git/COMMIT_EDITMSG~0000644000000000000000000000050613424253512012124 0ustar # Please enter the commit message for your changes. Lines starting # with '#' will be ignored, and an empty message aborts the commit. # # On branch master # Your branch is ahead of 'origin/master' by 5 commits. # (use "git push" to publish your local commits) # # Changes to be committed: # modified: debian/changelog # perl6/.git/FETCH_HEAD0000644000000000000000000000032613424253030011167 0ustar 0a0bbbc0187ffdfafd4ad3971ca0c219ec8ed0bf branch 'master' of salsa.debian.org:perl6-team/pkg-perl6 44ff81825b8910ea097fa3820f63a489edf9f055 not-for-merge tag 'debian/6.d-1' of salsa.debian.org:perl6-team/pkg-perl6 perl6/.git/HEAD0000644000000000000000000000002713424253031010255 0ustar ref: refs/heads/master perl6/.git/ORIG_HEAD0000644000000000000000000000005113424253030011071 0ustar a608e4f5014464c588513e0d9452e75ad025b239 perl6/.git/branches/0000755000000000000000000000000012772464537011443 5ustar perl6/.git/config0000644000000000000000000000047413424253020011025 0ustar [core] repositoryformatversion = 0 filemode = true bare = false logallrefupdates = true [remote "origin"] url = git@salsa.debian.org:perl6-team/pkg-perl6.git fetch = +refs/heads/*:refs/remotes/origin/* [branch "master"] remote = origin merge = refs/heads/master rebase = true [user] email = dod@debian.org perl6/.git/description0000644000000000000000000000011112772464537012115 0ustar Unnamed repository; edit this file 'description' to name the repository. perl6/.git/gitk.cache0000644000000000000000000000343513424253032011563 0ustar 1 11 be1d9b474ea250940c38ed12026ed289145773ee a9169be71c28eafb62fadd688410d42c971652e5 {2e502f268924ed6d32674b7b44283f9fe86ad516 a9169be71c28eafb62fadd688410d42c971652e5} fe0f9dbfc2634e5f880fef4223e60a565f3f74fc be1d9b474ea250940c38ed12026ed289145773ee be1d9b474ea250940c38ed12026ed289145773ee 51d49744f42772cb6406f5b16e672f96aa95d244 a9169be71c28eafb62fadd688410d42c971652e5 a9169be71c28eafb62fadd688410d42c971652e5 3e029be0dc44e195fcc359f9c5a3c3c3a3c67219 51d49744f42772cb6406f5b16e672f96aa95d244 51d49744f42772cb6406f5b16e672f96aa95d244 feb99eb785cddb2947f150d52b70b2db345350dc 3e029be0dc44e195fcc359f9c5a3c3c3a3c67219 3e029be0dc44e195fcc359f9c5a3c3c3a3c67219 1dc2c3bccacee9082ad57685e51ae983ee795b6a 3e029be0dc44e195fcc359f9c5a3c3c3a3c67219 {67ff47f9908137fe60161b9d60bbb3ed27e52a5b fffd82ab6d7d1b5cb92f31b91279c2391c2061c4 3e029be0dc44e195fcc359f9c5a3c3c3a3c67219} a9cf410079d30d00abeff58b4c34fa14beddaa98 1dc2c3bccacee9082ad57685e51ae983ee795b6a {4143609e097c8bf908b146582b31666e349ac18e d27b2a7f4f3364426bf039324496f0cd44e3d593 25399afed6f31f9c6f1b5d8ac7f03d20cc8ff656 dbd74ec131950cb1a18e1c7ea742a2dcf028ba4f 463fb1c53ac885394b6aa731a1c0b51dbd989e4d 1dc2c3bccacee9082ad57685e51ae983ee795b6a} 370041ea11c02d9e82c93eed5a2ac2c851c67174 a9cf410079d30d00abeff58b4c34fa14beddaa98 {0a0bbbc0187ffdfafd4ad3971ca0c219ec8ed0bf f81dd9ba20a488a9c072a3669481bfbb2347383c a9cf410079d30d00abeff58b4c34fa14beddaa98} 143700a0e2883eb3530364daace67cb282190c13 a608e4f5014464c588513e0d9452e75ad025b239 a608e4f5014464c588513e0d9452e75ad025b239 143700a0e2883eb3530364daace67cb282190c13 a608e4f5014464c588513e0d9452e75ad025b239 {cc7bf6289125a9c1361b9c418bda7c6bcdbd2197 a608e4f5014464c588513e0d9452e75ad025b239} a608e4f5014464c588513e0d9452e75ad025b239 a9cf410079d30d00abeff58b4c34fa14beddaa98 a9cf410079d30d00abeff58b4c34fa14beddaa98 1 perl6/.git/hooks/0000755000000000000000000000000012772464537011001 5ustar perl6/.git/hooks/applypatch-msg.sample0000755000000000000000000000073612772464537015146 0ustar #!/bin/sh # # An example hook script to check the commit log message taken by # applypatch from an e-mail message. # # The hook should exit with non-zero status after issuing an # appropriate message if it wants to stop the commit. The hook is # allowed to edit the commit message file. # # To enable this hook, rename this file to "applypatch-msg". . git-sh-setup commitmsg="$(git rev-parse --git-path hooks/commit-msg)" test -x "$commitmsg" && exec "$commitmsg" ${1+"$@"} : perl6/.git/hooks/commit-msg.sample0000755000000000000000000000160012772464537014260 0ustar #!/bin/sh # # An example hook script to check the commit log message. # Called by "git commit" with one argument, the name of the file # that has the commit message. The hook should exit with non-zero # status after issuing an appropriate message if it wants to stop the # commit. The hook is allowed to edit the commit message file. # # To enable this hook, rename this file to "commit-msg". # Uncomment the below to add a Signed-off-by line to the message. # Doing this in a hook is a bad idea in general, but the prepare-commit-msg # hook is more suited to it. # # SOB=$(git var GIT_AUTHOR_IDENT | sed -n 's/^\(.*>\).*$/Signed-off-by: \1/p') # grep -qs "^$SOB" "$1" || echo "$SOB" >> "$1" # This example catches duplicate Signed-off-by lines. test "" = "$(grep '^Signed-off-by: ' "$1" | sort | uniq -c | sed -e '/^[ ]*1[ ]/d')" || { echo >&2 Duplicate Signed-off-by lines. exit 1 } perl6/.git/hooks/post-update.sample0000755000000000000000000000027512772464537014460 0ustar #!/bin/sh # # An example hook script to prepare a packed repository for use over # dumb transports. # # To enable this hook, rename this file to "post-update". exec git update-server-info perl6/.git/hooks/pre-applypatch.sample0000755000000000000000000000065012772464537015141 0ustar #!/bin/sh # # An example hook script to verify what is about to be committed # by applypatch from an e-mail message. # # The hook should exit with non-zero status after issuing an # appropriate message if it wants to stop the commit. # # To enable this hook, rename this file to "pre-applypatch". . git-sh-setup precommit="$(git rev-parse --git-path hooks/pre-commit)" test -x "$precommit" && exec "$precommit" ${1+"$@"} : perl6/.git/hooks/pre-commit.sample0000755000000000000000000000315212772464537014264 0ustar #!/bin/sh # # An example hook script to verify what is about to be committed. # Called by "git commit" with no arguments. The hook should # exit with non-zero status after issuing an appropriate message if # it wants to stop the commit. # # To enable this hook, rename this file to "pre-commit". if git rev-parse --verify HEAD >/dev/null 2>&1 then against=HEAD else # Initial commit: diff against an empty tree object against=4b825dc642cb6eb9a060e54bf8d69288fbee4904 fi # If you want to allow non-ASCII filenames set this variable to true. allownonascii=$(git config --bool hooks.allownonascii) # Redirect output to stderr. exec 1>&2 # Cross platform projects tend to avoid non-ASCII filenames; prevent # them from being added to the repository. We exploit the fact that the # printable range starts at the space character and ends with tilde. if [ "$allownonascii" != "true" ] && # Note that the use of brackets around a tr range is ok here, (it's # even required, for portability to Solaris 10's /usr/bin/tr), since # the square bracket bytes happen to fall in the designated range. test $(git diff --cached --name-only --diff-filter=A -z $against | LC_ALL=C tr -d '[ -~]\0' | wc -c) != 0 then cat <<\EOF Error: Attempt to add a non-ASCII file name. This can cause problems if you want to work with people on other platforms. To be portable it is advisable to rename the file. If you know what you are doing you can disable this check using: git config hooks.allownonascii true EOF exit 1 fi # If there are whitespace errors, print the offending file names and fail. exec git diff-index --check --cached $against -- perl6/.git/hooks/pre-push.sample0000755000000000000000000000250412772464537013753 0ustar #!/bin/sh # An example hook script to verify what is about to be pushed. Called by "git # push" after it has checked the remote status, but before anything has been # pushed. If this script exits with a non-zero status nothing will be pushed. # # This hook is called with the following parameters: # # $1 -- Name of the remote to which the push is being done # $2 -- URL to which the push is being done # # If pushing without using a named remote those arguments will be equal. # # Information about the commits which are being pushed is supplied as lines to # the standard input in the form: # # # # This sample shows how to prevent push of commits where the log message starts # with "WIP" (work in progress). remote="$1" url="$2" z40=0000000000000000000000000000000000000000 while read local_ref local_sha remote_ref remote_sha do if [ "$local_sha" = $z40 ] then # Handle delete : else if [ "$remote_sha" = $z40 ] then # New branch, examine all commits range="$local_sha" else # Update to existing branch, examine new commits range="$remote_sha..$local_sha" fi # Check for WIP commit commit=`git rev-list -n 1 --grep '^WIP' "$range"` if [ -n "$commit" ] then echo >&2 "Found WIP commit in $local_ref, not pushing" exit 1 fi fi done exit 0 perl6/.git/hooks/pre-rebase.sample0000755000000000000000000001144212772464537014236 0ustar #!/bin/sh # # Copyright (c) 2006, 2008 Junio C Hamano # # The "pre-rebase" hook is run just before "git rebase" starts doing # its job, and can prevent the command from running by exiting with # non-zero status. # # The hook is called with the following parameters: # # $1 -- the upstream the series was forked from. # $2 -- the branch being rebased (or empty when rebasing the current branch). # # This sample shows how to prevent topic branches that are already # merged to 'next' branch from getting rebased, because allowing it # would result in rebasing already published history. publish=next basebranch="$1" if test "$#" = 2 then topic="refs/heads/$2" else topic=`git symbolic-ref HEAD` || exit 0 ;# we do not interrupt rebasing detached HEAD fi case "$topic" in refs/heads/??/*) ;; *) exit 0 ;# we do not interrupt others. ;; esac # Now we are dealing with a topic branch being rebased # on top of master. Is it OK to rebase it? # Does the topic really exist? git show-ref -q "$topic" || { echo >&2 "No such branch $topic" exit 1 } # Is topic fully merged to master? not_in_master=`git rev-list --pretty=oneline ^master "$topic"` if test -z "$not_in_master" then echo >&2 "$topic is fully merged to master; better remove it." exit 1 ;# we could allow it, but there is no point. fi # Is topic ever merged to next? If so you should not be rebasing it. only_next_1=`git rev-list ^master "^$topic" ${publish} | sort` only_next_2=`git rev-list ^master ${publish} | sort` if test "$only_next_1" = "$only_next_2" then not_in_topic=`git rev-list "^$topic" master` if test -z "$not_in_topic" then echo >&2 "$topic is already up-to-date with master" exit 1 ;# we could allow it, but there is no point. else exit 0 fi else not_in_next=`git rev-list --pretty=oneline ^${publish} "$topic"` /usr/bin/perl -e ' my $topic = $ARGV[0]; my $msg = "* $topic has commits already merged to public branch:\n"; my (%not_in_next) = map { /^([0-9a-f]+) /; ($1 => 1); } split(/\n/, $ARGV[1]); for my $elem (map { /^([0-9a-f]+) (.*)$/; [$1 => $2]; } split(/\n/, $ARGV[2])) { if (!exists $not_in_next{$elem->[0]}) { if ($msg) { print STDERR $msg; undef $msg; } print STDERR " $elem->[1]\n"; } } ' "$topic" "$not_in_next" "$not_in_master" exit 1 fi <<\DOC_END This sample hook safeguards topic branches that have been published from being rewound. The workflow assumed here is: * Once a topic branch forks from "master", "master" is never merged into it again (either directly or indirectly). * Once a topic branch is fully cooked and merged into "master", it is deleted. If you need to build on top of it to correct earlier mistakes, a new topic branch is created by forking at the tip of the "master". This is not strictly necessary, but it makes it easier to keep your history simple. * Whenever you need to test or publish your changes to topic branches, merge them into "next" branch. The script, being an example, hardcodes the publish branch name to be "next", but it is trivial to make it configurable via $GIT_DIR/config mechanism. With this workflow, you would want to know: (1) ... if a topic branch has ever been merged to "next". Young topic branches can have stupid mistakes you would rather clean up before publishing, and things that have not been merged into other branches can be easily rebased without affecting other people. But once it is published, you would not want to rewind it. (2) ... if a topic branch has been fully merged to "master". Then you can delete it. More importantly, you should not build on top of it -- other people may already want to change things related to the topic as patches against your "master", so if you need further changes, it is better to fork the topic (perhaps with the same name) afresh from the tip of "master". Let's look at this example: o---o---o---o---o---o---o---o---o---o "next" / / / / / a---a---b A / / / / / / / / c---c---c---c B / / / / \ / / / / b---b C \ / / / / / \ / ---o---o---o---o---o---o---o---o---o---o---o "master" A, B and C are topic branches. * A has one fix since it was merged up to "next". * B has finished. It has been fully merged up to "master" and "next", and is ready to be deleted. * C has not merged to "next" at all. We would want to allow C to be rebased, refuse A, and encourage B to be deleted. To compute (1): git rev-list ^master ^topic next git rev-list ^master next if these match, topic has not merged in next at all. To compute (2): git rev-list master..topic if this is empty, it is fully merged to "master". DOC_END perl6/.git/hooks/prepare-commit-msg.sample0000755000000000000000000000232712772464537015723 0ustar #!/bin/sh # # An example hook script to prepare the commit log message. # Called by "git commit" with the name of the file that has the # commit message, followed by the description of the commit # message's source. The hook's purpose is to edit the commit # message file. If the hook fails with a non-zero status, # the commit is aborted. # # To enable this hook, rename this file to "prepare-commit-msg". # This hook includes three examples. The first comments out the # "Conflicts:" part of a merge commit. # # The second includes the output of "git diff --name-status -r" # into the message, just before the "git status" output. It is # commented because it doesn't cope with --amend or with squashed # commits. # # The third example adds a Signed-off-by line to the message, that can # still be edited. This is rarely a good idea. case "$2,$3" in merge,) /usr/bin/perl -i.bak -ne 's/^/# /, s/^# #/#/ if /^Conflicts/ .. /#/; print' "$1" ;; # ,|template,) # /usr/bin/perl -i.bak -pe ' # print "\n" . `git diff --cached --name-status -r` # if /^#/ && $first++ == 0' "$1" ;; *) ;; esac # SOB=$(git var GIT_AUTHOR_IDENT | sed -n 's/^\(.*>\).*$/Signed-off-by: \1/p') # grep -qs "^$SOB" "$1" || echo "$SOB" >> "$1" perl6/.git/hooks/update.sample0000755000000000000000000000703212772464537013473 0ustar #!/bin/sh # # An example hook script to block unannotated tags from entering. # Called by "git receive-pack" with arguments: refname sha1-old sha1-new # # To enable this hook, rename this file to "update". # # Config # ------ # hooks.allowunannotated # This boolean sets whether unannotated tags will be allowed into the # repository. By default they won't be. # hooks.allowdeletetag # This boolean sets whether deleting tags will be allowed in the # repository. By default they won't be. # hooks.allowmodifytag # This boolean sets whether a tag may be modified after creation. By default # it won't be. # hooks.allowdeletebranch # This boolean sets whether deleting branches will be allowed in the # repository. By default they won't be. # hooks.denycreatebranch # This boolean sets whether remotely creating branches will be denied # in the repository. By default this is allowed. # # --- Command line refname="$1" oldrev="$2" newrev="$3" # --- Safety check if [ -z "$GIT_DIR" ]; then echo "Don't run this script from the command line." >&2 echo " (if you want, you could supply GIT_DIR then run" >&2 echo " $0 )" >&2 exit 1 fi if [ -z "$refname" -o -z "$oldrev" -o -z "$newrev" ]; then echo "usage: $0 " >&2 exit 1 fi # --- Config allowunannotated=$(git config --bool hooks.allowunannotated) allowdeletebranch=$(git config --bool hooks.allowdeletebranch) denycreatebranch=$(git config --bool hooks.denycreatebranch) allowdeletetag=$(git config --bool hooks.allowdeletetag) allowmodifytag=$(git config --bool hooks.allowmodifytag) # check for no description projectdesc=$(sed -e '1q' "$GIT_DIR/description") case "$projectdesc" in "Unnamed repository"* | "") echo "*** Project description file hasn't been set" >&2 exit 1 ;; esac # --- Check types # if $newrev is 0000...0000, it's a commit to delete a ref. zero="0000000000000000000000000000000000000000" if [ "$newrev" = "$zero" ]; then newrev_type=delete else newrev_type=$(git cat-file -t $newrev) fi case "$refname","$newrev_type" in refs/tags/*,commit) # un-annotated tag short_refname=${refname##refs/tags/} if [ "$allowunannotated" != "true" ]; then echo "*** The un-annotated tag, $short_refname, is not allowed in this repository" >&2 echo "*** Use 'git tag [ -a | -s ]' for tags you want to propagate." >&2 exit 1 fi ;; refs/tags/*,delete) # delete tag if [ "$allowdeletetag" != "true" ]; then echo "*** Deleting a tag is not allowed in this repository" >&2 exit 1 fi ;; refs/tags/*,tag) # annotated tag if [ "$allowmodifytag" != "true" ] && git rev-parse $refname > /dev/null 2>&1 then echo "*** Tag '$refname' already exists." >&2 echo "*** Modifying a tag is not allowed in this repository." >&2 exit 1 fi ;; refs/heads/*,commit) # branch if [ "$oldrev" = "$zero" -a "$denycreatebranch" = "true" ]; then echo "*** Creating a branch is not allowed in this repository" >&2 exit 1 fi ;; refs/heads/*,delete) # delete branch if [ "$allowdeletebranch" != "true" ]; then echo "*** Deleting a branch is not allowed in this repository" >&2 exit 1 fi ;; refs/remotes/*,commit) # tracking branch ;; refs/remotes/*,delete) # delete tracking branch if [ "$allowdeletebranch" != "true" ]; then echo "*** Deleting a tracking branch is not allowed in this repository" >&2 exit 1 fi ;; *) # Anything else (is there anything else?) echo "*** Update hook: unknown type of update to ref $refname of type $newrev_type" >&2 exit 1 ;; esac # --- Finished exit 0 perl6/.git/index0000644000000000000000000000142713424253512010674 0ustar DIRCX'i 8,W5{!Ȋ MDAMdDdebian/README.Debian\QV-6\QV-6ئAN~u[L>ndebian/README.source\QWJ0(\QWJ0(beX3vH'Y Zdebian/changelog\QVlN*\QVlN*H/r~o[A8}D{ debian/compat\QVa \QVa q[ %bƍ] debian/controlX'i 8,Ws$>Ѯ\|~ nLW׈debian/copyright\QVlN*\QVlN* )'7j@#woD debian/rulesX'i 8,W5{!ӂ~u۟~ђ21 debian/source/formatTREEW8 1 *e8]R Q' idebian8 1 z 5t[³`'u;:ԩbae(-L9pperl6/.git/info/0000755000000000000000000000000012772464537010611 5ustar perl6/.git/info/exclude0000644000000000000000000000036012772464537012164 0ustar # git ls-files --others --exclude-from=.git/info/exclude # Lines that start with '#' are comments. # For a project mostly in C, the following would be a good set of # exclude patterns (uncomment them if you want to use them): # *.[oa] # *~ perl6/.git/logs/0000755000000000000000000000000013375053725010613 5ustar perl6/.git/logs/HEAD0000644000000000000000000001202513424253512011226 0ustar 0000000000000000000000000000000000000000 9e430e245c3bb27512745ba987ea295802edd48d Dominique Dumont 1474982901 +0200 commit (initial): create info files 9e430e245c3bb27512745ba987ea295802edd48d 5d183163a5986d9518fe52db928fd9bba76337e9 Dominique Dumont 1474985554 +0200 commit (amend): create info files 5d183163a5986d9518fe52db928fd9bba76337e9 a9169be71c28eafb62fadd688410d42c971652e5 Dominique Dumont 1474985559 +0200 commit (amend): create info files a9169be71c28eafb62fadd688410d42c971652e5 2e502f268924ed6d32674b7b44283f9fe86ad516 Dominique Dumont 1475338944 +0200 commit: prepare release 2e502f268924ed6d32674b7b44283f9fe86ad516 be1d9b474ea250940c38ed12026ed289145773ee Dominique Dumont 1475339205 +0200 commit: added debian files be1d9b474ea250940c38ed12026ed289145773ee fe0f9dbfc2634e5f880fef4223e60a565f3f74fc Dominique Dumont 1475339279 +0200 commit: removed equivs-build file fe0f9dbfc2634e5f880fef4223e60a565f3f74fc a9169be71c28eafb62fadd688410d42c971652e5 Dominique Dumont 1475339540 +0200 reset: moving to a9169be71c28eafb62fadd688410d42c971652e5 a9169be71c28eafb62fadd688410d42c971652e5 51d49744f42772cb6406f5b16e672f96aa95d244 Dominique Dumont 1475339543 +0200 cherry-pick: added debian files 51d49744f42772cb6406f5b16e672f96aa95d244 3e029be0dc44e195fcc359f9c5a3c3c3a3c67219 Dominique Dumont 1475339564 +0200 cherry-pick: removed equivs-build file 3e029be0dc44e195fcc359f9c5a3c3c3a3c67219 feb99eb785cddb2947f150d52b70b2db345350dc Dominique Dumont 1475339571 +0200 cherry-pick: prepare release feb99eb785cddb2947f150d52b70b2db345350dc 3e029be0dc44e195fcc359f9c5a3c3c3a3c67219 Dominique Dumont 1475340055 +0200 reset: moving to 3e029be0dc44e195fcc359f9c5a3c3c3a3c67219 3e029be0dc44e195fcc359f9c5a3c3c3a3c67219 fffd82ab6d7d1b5cb92f31b91279c2391c2061c4 Dominique Dumont 1475340072 +0200 commit: refreshed with cme fffd82ab6d7d1b5cb92f31b91279c2391c2061c4 67ff47f9908137fe60161b9d60bbb3ed27e52a5b Dominique Dumont 1475340080 +0200 commit: remvoed empty docs file 67ff47f9908137fe60161b9d60bbb3ed27e52a5b 1dc2c3bccacee9082ad57685e51ae983ee795b6a Dominique Dumont 1475340099 +0200 commit: prepare release 1dc2c3bccacee9082ad57685e51ae983ee795b6a 463fb1c53ac885394b6aa731a1c0b51dbd989e4d Dominique Dumont 1527700772 +0200 commit: control: update Vcs-Browser and Vcs-Git 463fb1c53ac885394b6aa731a1c0b51dbd989e4d dbd74ec131950cb1a18e1c7ea742a2dcf028ba4f Dominique Dumont 1542475954 +0100 commit: control: depends on perl6-zef and perl6-tap-harness dbd74ec131950cb1a18e1c7ea742a2dcf028ba4f 25399afed6f31f9c6f1b5d8ac7f03d20cc8ff656 Dominique Dumont 1542476080 +0100 commit: control: declare compliance with policy 4.2.1 25399afed6f31f9c6f1b5d8ac7f03d20cc8ff656 d27b2a7f4f3364426bf039324496f0cd44e3d593 Dominique Dumont 1542476112 +0100 commit: control: depends on debhelper >= 9~ d27b2a7f4f3364426bf039324496f0cd44e3d593 4143609e097c8bf908b146582b31666e349ac18e Dominique Dumont 1542476342 +0100 commit: control: update description 4143609e097c8bf908b146582b31666e349ac18e a9cf410079d30d00abeff58b4c34fa14beddaa98 Dominique Dumont 1542476372 +0100 commit: prepare release a9cf410079d30d00abeff58b4c34fa14beddaa98 a608e4f5014464c588513e0d9452e75ad025b239 Dominique Dumont 1542477218 +0100 commit: rename README.debian to README.source a608e4f5014464c588513e0d9452e75ad025b239 a608e4f5014464c588513e0d9452e75ad025b239 Dominique Dumont 1548834313 +0100 reset: moving to HEAD a608e4f5014464c588513e0d9452e75ad025b239 0a0bbbc0187ffdfafd4ad3971ca0c219ec8ed0bf Dominique Dumont 1548834328 +0100 pull origin: checkout 0a0bbbc0187ffdfafd4ad3971ca0c219ec8ed0bf 0a0bbbc0187ffdfafd4ad3971ca0c219ec8ed0bf 370041ea11c02d9e82c93eed5a2ac2c851c67174 Dominique Dumont 1548834329 +0100 pull origin: rename README.debian to README.source 370041ea11c02d9e82c93eed5a2ac2c851c67174 370041ea11c02d9e82c93eed5a2ac2c851c67174 Dominique Dumont 1548834329 +0100 rebase finished: returning to refs/heads/master 370041ea11c02d9e82c93eed5a2ac2c851c67174 64e0effafbb37f7d8ea70b67f22a32d40b6510b5 Dominique Dumont 1548834359 +0100 commit: update README.source 64e0effafbb37f7d8ea70b67f22a32d40b6510b5 c0f1f3fac52470a55397c0797f5f9be60bc9d477 Dominique Dumont 1548834477 +0100 commit: control: declare compliance with policy 4.3.0 c0f1f3fac52470a55397c0797f5f9be60bc9d477 12994bfb7c655957d4b2dccafea10b3989ca702b Dominique Dumont 1548834539 +0100 commit: bump compat to 12 12994bfb7c655957d4b2dccafea10b3989ca702b fa2989524a38d644d918b0e7aba89f8110f57691 Dominique Dumont 1548834549 +0100 commit: Depends on perl6-readline fa2989524a38d644d918b0e7aba89f8110f57691 e5f9a998a250df241d224370d2502409adb56867 Dominique Dumont 1548834649 +0100 commit: prepare release perl6/.git/logs/refs/0000755000000000000000000000000013424253055011543 5ustar perl6/.git/logs/refs/heads/0000755000000000000000000000000013375053725012636 5ustar perl6/.git/logs/refs/heads/master0000644000000000000000000001103713424253512014045 0ustar 0000000000000000000000000000000000000000 9e430e245c3bb27512745ba987ea295802edd48d Dominique Dumont 1474982901 +0200 commit (initial): create info files 9e430e245c3bb27512745ba987ea295802edd48d 5d183163a5986d9518fe52db928fd9bba76337e9 Dominique Dumont 1474985554 +0200 commit (amend): create info files 5d183163a5986d9518fe52db928fd9bba76337e9 a9169be71c28eafb62fadd688410d42c971652e5 Dominique Dumont 1474985559 +0200 commit (amend): create info files a9169be71c28eafb62fadd688410d42c971652e5 2e502f268924ed6d32674b7b44283f9fe86ad516 Dominique Dumont 1475338944 +0200 commit: prepare release 2e502f268924ed6d32674b7b44283f9fe86ad516 be1d9b474ea250940c38ed12026ed289145773ee Dominique Dumont 1475339205 +0200 commit: added debian files be1d9b474ea250940c38ed12026ed289145773ee fe0f9dbfc2634e5f880fef4223e60a565f3f74fc Dominique Dumont 1475339279 +0200 commit: removed equivs-build file fe0f9dbfc2634e5f880fef4223e60a565f3f74fc a9169be71c28eafb62fadd688410d42c971652e5 Dominique Dumont 1475339540 +0200 reset: moving to a9169be71c28eafb62fadd688410d42c971652e5 a9169be71c28eafb62fadd688410d42c971652e5 51d49744f42772cb6406f5b16e672f96aa95d244 Dominique Dumont 1475339543 +0200 cherry-pick: added debian files 51d49744f42772cb6406f5b16e672f96aa95d244 3e029be0dc44e195fcc359f9c5a3c3c3a3c67219 Dominique Dumont 1475339564 +0200 cherry-pick: removed equivs-build file 3e029be0dc44e195fcc359f9c5a3c3c3a3c67219 feb99eb785cddb2947f150d52b70b2db345350dc Dominique Dumont 1475339571 +0200 cherry-pick: prepare release feb99eb785cddb2947f150d52b70b2db345350dc 3e029be0dc44e195fcc359f9c5a3c3c3a3c67219 Dominique Dumont 1475340055 +0200 reset: moving to 3e029be0dc44e195fcc359f9c5a3c3c3a3c67219 3e029be0dc44e195fcc359f9c5a3c3c3a3c67219 fffd82ab6d7d1b5cb92f31b91279c2391c2061c4 Dominique Dumont 1475340072 +0200 commit: refreshed with cme fffd82ab6d7d1b5cb92f31b91279c2391c2061c4 67ff47f9908137fe60161b9d60bbb3ed27e52a5b Dominique Dumont 1475340080 +0200 commit: remvoed empty docs file 67ff47f9908137fe60161b9d60bbb3ed27e52a5b 1dc2c3bccacee9082ad57685e51ae983ee795b6a Dominique Dumont 1475340099 +0200 commit: prepare release 1dc2c3bccacee9082ad57685e51ae983ee795b6a 463fb1c53ac885394b6aa731a1c0b51dbd989e4d Dominique Dumont 1527700772 +0200 commit: control: update Vcs-Browser and Vcs-Git 463fb1c53ac885394b6aa731a1c0b51dbd989e4d dbd74ec131950cb1a18e1c7ea742a2dcf028ba4f Dominique Dumont 1542475954 +0100 commit: control: depends on perl6-zef and perl6-tap-harness dbd74ec131950cb1a18e1c7ea742a2dcf028ba4f 25399afed6f31f9c6f1b5d8ac7f03d20cc8ff656 Dominique Dumont 1542476080 +0100 commit: control: declare compliance with policy 4.2.1 25399afed6f31f9c6f1b5d8ac7f03d20cc8ff656 d27b2a7f4f3364426bf039324496f0cd44e3d593 Dominique Dumont 1542476112 +0100 commit: control: depends on debhelper >= 9~ d27b2a7f4f3364426bf039324496f0cd44e3d593 4143609e097c8bf908b146582b31666e349ac18e Dominique Dumont 1542476342 +0100 commit: control: update description 4143609e097c8bf908b146582b31666e349ac18e a9cf410079d30d00abeff58b4c34fa14beddaa98 Dominique Dumont 1542476372 +0100 commit: prepare release a9cf410079d30d00abeff58b4c34fa14beddaa98 a608e4f5014464c588513e0d9452e75ad025b239 Dominique Dumont 1542477218 +0100 commit: rename README.debian to README.source a608e4f5014464c588513e0d9452e75ad025b239 370041ea11c02d9e82c93eed5a2ac2c851c67174 Dominique Dumont 1548834329 +0100 rebase finished: refs/heads/master onto 0a0bbbc0187ffdfafd4ad3971ca0c219ec8ed0bf 370041ea11c02d9e82c93eed5a2ac2c851c67174 64e0effafbb37f7d8ea70b67f22a32d40b6510b5 Dominique Dumont 1548834359 +0100 commit: update README.source 64e0effafbb37f7d8ea70b67f22a32d40b6510b5 c0f1f3fac52470a55397c0797f5f9be60bc9d477 Dominique Dumont 1548834477 +0100 commit: control: declare compliance with policy 4.3.0 c0f1f3fac52470a55397c0797f5f9be60bc9d477 12994bfb7c655957d4b2dccafea10b3989ca702b Dominique Dumont 1548834539 +0100 commit: bump compat to 12 12994bfb7c655957d4b2dccafea10b3989ca702b fa2989524a38d644d918b0e7aba89f8110f57691 Dominique Dumont 1548834549 +0100 commit: Depends on perl6-readline fa2989524a38d644d918b0e7aba89f8110f57691 e5f9a998a250df241d224370d2502409adb56867 Dominique Dumont 1548834649 +0100 commit: prepare release perl6/.git/logs/refs/remotes/0000755000000000000000000000000012773763121013227 5ustar perl6/.git/logs/refs/remotes/origin/0000755000000000000000000000000013375053725014517 5ustar perl6/.git/logs/refs/remotes/origin/master0000644000000000000000000000135713424253030015725 0ustar 0000000000000000000000000000000000000000 feb99eb785cddb2947f150d52b70b2db345350dc Dominique Dumont 1475339857 +0200 update by push feb99eb785cddb2947f150d52b70b2db345350dc 1dc2c3bccacee9082ad57685e51ae983ee795b6a Dominique Dumont 1475340327 +0200 update by push 1dc2c3bccacee9082ad57685e51ae983ee795b6a 463fb1c53ac885394b6aa731a1c0b51dbd989e4d Dominique Dumont 1527700780 +0200 update by push 463fb1c53ac885394b6aa731a1c0b51dbd989e4d a9cf410079d30d00abeff58b4c34fa14beddaa98 Dominique Dumont 1542477155 +0100 update by push a9cf410079d30d00abeff58b4c34fa14beddaa98 0a0bbbc0187ffdfafd4ad3971ca0c219ec8ed0bf Dominique Dumont 1548834328 +0100 pull origin: fast-forward perl6/.git/objects/0000755000000000000000000000000013424253512011267 5ustar perl6/.git/objects/02/0000755000000000000000000000000013375053725011521 5ustar perl6/.git/objects/02/203e36c6d640bbd0be3b04baaf44ab726ec84c0000444000000000000000000000042113375053725017113 0ustar x+)JMU04d040031QrutusIMLcbѡ􋋣o˳YX,@UQYY=gM_M2և*LHKOOg]9o;׊QV<;'LQ~nAb Û@o 3& O5q`}"(?NEtě%'7w+),L(aow⺹1k.M'zPBQiNj1oY/vP]r_&@P_Z`ͭljsh2?J7ۣv%perl6/.git/objects/03/0000755000000000000000000000000013424253067011516 5ustar perl6/.git/objects/03/07c9f15b2dd429b9759abc3f55082334cd3a0a0000444000000000000000000000006013424253067016635 0ustar x+)JMU06f01Ԥ<]*?=i4;&perl6/.git/objects/07/0000755000000000000000000000000013424253011011507 5ustar perl6/.git/objects/07/31a67726ddb28de491dbe0be124c2d265184260000444000000000000000000000006013303556444016557 0ustar x+)JMU06f01Ԥ<2Elq Vq7$ xperl6/.git/objects/07/d8a6414e7e9e8f75fffe5b4cd2fd3e6effb0120000444000000000000000000000031113424253066017332 0ustar xmN0D9+F9BUlMǴ͛`"!3a7x4`' '?`ϵCG$f|#ägMh|* _\W{PBvbIPb+ڹxc`-$ʥ0%xuOBY'zŦv7neOeQperl6/.git/objects/0a/5dfc5f96b03b823d0cc17f3f9e9a4917527e790000444000000000000000000000116013424253346016753 0ustar xSn0 Y_ NmtEP[D$Ka>JNb;-@D$#[ZhՃBGkJ}C|)Zq;iϑ~WWvd k4PRX_89#n'%vH~ a4fb[4jAL>@sL=$5G(o7zbu>|\/ME*eu'~euI}q9PP?# VLOql+B Z6nCۻ >IMZ!ʞPX<AH: Z57N=뜵(qM!ИZlN:OZɁlc&IsINT Sd;93 ٕZA j5 r|I&@.nnERBhZ8JJ":=Ǔ >P|Nܳ121SGR0!l e)f;W/ƩXH.+B],c_dQHzInh H_perl6/.git/objects/14/0000755000000000000000000000000013424253011011505 5ustar perl6/.git/objects/14/190267080dea434098ee4cf2c39d3b611895ff0000444000000000000000000000006013375053725016522 0ustar x+)JMU06f01Ԥ<=٧U$D؂yE(! 9perl6/.git/objects/14/3700a0e2883eb3530364daace67cb282190c130000444000000000000000000000032613424253011016447 0ustar xJ0F]).d&?"л7H&"oQn?pomB5#%]c!Zj@:gHO_iut!SVtHF< ecg:"J:ȑB.ɳ\r175.j[?"yIoO Ch{ ZO4_np#45Qחzse71afperl6/.git/objects/15/0000755000000000000000000000000012773764024011527 5ustar perl6/.git/objects/15/d115fdc3409ac79ab37522b8a324da33a8b0840000444000000000000000000000137612773764024016646 0ustar xmɮHE{WGU̓j0341zjwytuPDyW_< q ` rLIL^ s(K,B͟o[4c󗣄;R ~пAG\[ԡqmin.?͟XӜȳRNP Eaǧk6|OOc;nX.ZDqs CTEQbD+JosӘ$b.tvz^%m=сaqҷL?f]k'f{mRFUL-3S"[ϕJs !3K__ӉeʛqƢz~fDPW^H>Nf:m7.K[5f[%c0;܌REon\dbRO{|-MQQ=;m.mZcNb"LM5e=-xxJl-| Ώg#qA/?rp^םHpMzYܚmd?%N\M ƯdM<ԯ5)؆@~yAipNId7Oͻ:K'޵PJw2}`lPs˥&FtuW93perl6/.git/objects/1d/0000755000000000000000000000000012773763517011614 5ustar perl6/.git/objects/1d/c2c3bccacee9082ad57685e51ae983ee795b6a0000444000000000000000000000024012773763517017255 0ustar xI!@Qל)fHqPiZp^ɥD}𥷺N|[ ιk&q=qpQ ~ ҏ8鯘mT>AE Hperl6/.git/objects/20/0000755000000000000000000000000013375053725011521 5ustar perl6/.git/objects/20/c74c59b5dd2da23ee630670a505484982899f40000444000000000000000000000006013375053725016451 0ustar x+)JMU06f01Ԥ<Rϊsi*r",Uperl6/.git/objects/25/0000755000000000000000000000000013424253254011520 5ustar perl6/.git/objects/25/399afed6f31f9c6f1b5d8ac7f03d20cc8ff6560000444000000000000000000000026713375053725017207 0ustar x]j SB1hRa/~{n`|kUiEXtĸ:UddZ") z4!ZV%'$VeMiW{ ϲ#] k/]K|D c@3K Mwhlw*[;^^p-hF~^ S_perl6/.git/objects/25/8a8b7695d56c9aa20acc8b6b9adf69098f087d0000444000000000000000000000115613424253254017046 0ustar xSMo0 YHftEP[XD$Ka}vH=>GַŽcGkJ}CpC-wH籞5^YN95hgzT?)&9܌.Wϓ5 !|#|(azd7hЂ,t//?g>14yݜ.ͯߧҡ9b&|F{QŘgB(Nڔ9給笾xG{(PmMe>p%(hzs6|Y.f Nϑ48PJ~FR b:|.? N<Џq\+: dCSC_y{Mc{H2&guf1c<ǽV Xx#S;72 # ¶(6š4wX)fL)s;oG!#(h@MafQU'`dW:V%U $Nj$ ףp(D 7*e⻡gk=@-mH '`CZ* -]Lv`7m c.,VXx=9 )PǛ"lD˼ 28ܨ?55perl6/.git/objects/26/0000755000000000000000000000000012773763502011531 5ustar perl6/.git/objects/26/24ee232ec2a121f9b83cf2670db6c3afd087a20000444000000000000000000000022612773763502017002 0ustar x λ0PgK\@UAYZ4)-tu?Q+#_lH..RY:#NM bE K2Ra}a}ڷߕ%z?g>Чɻ]2U>7hE3҉;l`,_.perl6/.git/objects/29/0000755000000000000000000000000012773761662011541 5ustar perl6/.git/objects/29/2737fef66ac7d2c34023fb776f44d4d4cffa080000444000000000000000000000044312773761662017044 0ustar xePAj0zcPbȥ4z EeIH2Ŀ,+4;;ٝZVOwC;[BEXHTCBA 6Ma^?C=*t.'$óku~͒C|Բ6Bq4%!L"U%ѣ\XGR5*>E섢vN%$N3껋v$kUYKUR7tvpSs[wiFyi6syptP\Ҍ9~R4oi0_perl6/.git/objects/2c/0000755000000000000000000000000012772477126011611 5ustar perl6/.git/objects/2c/09797b9bfb3e400987b9b2f49617dd634a332f0000444000000000000000000000062013424253031016602 0ustar xmQn0_ȩKV(Ph+q 1]QCv;8|y|)x/B`" L"$MvUϓ7:[5|!Kv4AS+;wsz5TƑed ִ9xOVMu5BGZ˧$8̀X,-' Zd:CH~&3)xbjrxٟ _.Rg@]6V>iX8r]B4P ؂qmd؉>dw[)rD"߮!\K9[F,ծ.JAU'k$)I R6z_wpδC=6-|jڦQperl6/.git/objects/2e/0000755000000000000000000000000013375053725011606 5ustar perl6/.git/objects/2e/0a599bcb258e18140652b50e48065821c0f81b0000444000000000000000000000042113375053725016423 0ustar x+)JMU04d040031QrutusIMLcbѡ􋋣o˳YX,@UQYY=gM_M2և*LHKOOgPSywh6y^}LQ~nAb Û@o 3& O5q`}"(?l53TlّKp%E% ]\77aͅy_*275U(*I-fT7-ʿ]\9KSsRMzm^&pC[fʠvpperl6/.git/objects/2e/502f268924ed6d32674b7b44283f9fe86ad5160000444000000000000000000000024012773761305016541 0ustar x90 Hȷ7BڻK$?覙,uHcatf?C zS6SU@ly'Qg%S(8șn=adw^CFX){J:s#8NZD~cg( =)G#8Zq%uj]ݕ^ؚ MArg_ӹz F.SL0+vߢ^8ZNߊ Mp}s|YF؆H<{)H:rqJ[RT 1=E?q$B?prwK{QPL0q;i)Ff w'_TEV5mns48DqH^yceE ;perl6/.git/objects/37/0000755000000000000000000000000013424253031011514 5ustar perl6/.git/objects/37/0041ea11c02d9e82c93eed5a2ac2c851c671740000444000000000000000000000030613424253031016621 0ustar x;N1}g6BY!nvw'x1ⓓ>^UnoF ͎fnΛb(ŊD,.e):RPaGlי0%aLE>έ꺭v=xO,iUNO8묉VRx?>/oÏF>޳(.wK>ik]3Vperl6/.git/objects/3b/0000755000000000000000000000000013424253255011577 5ustar perl6/.git/objects/3b/0b276c6403353e8cc2b3a61c60d827f80675b30000444000000000000000000000006312773762463016513 0ustar x+)JMU06a040031QH/M,aTWOvqs#CBperl6/.git/objects/3b/51eb1edb2f05e14fb5679d449064e3da1148390000444000000000000000000000006113424253255016645 0ustar x+)JMU06f01Ԥ<WΉYO o'fperl6/.git/objects/3e/0000755000000000000000000000000012773762454011616 5ustar perl6/.git/objects/3e/029be0dc44e195fcc359f9c5a3c3c3a3c672190000444000000000000000000000025512773762454017031 0ustar xAN!= 4 1#t$"?൒T Ğ9,6I= EON拆&"bAІy +)%/К}zRtyJsoa\Lh&.Nfhw۪'^*PUjM(perl6/.git/objects/41/0000755000000000000000000000000013375053725011524 5ustar perl6/.git/objects/41/43609e097c8bf908b146582b31666e349ac18e0000444000000000000000000000025213375053725016375 0ustar xAn {+G(rG`wijpVhn7U#qaJ:+9gW`9xдt#0GsdqE Z},DV?grɯ9znR!s(ھhH`Nb]?Vf1ony﹖i$MVperl6/.git/objects/44/0000755000000000000000000000000013424253030011511 5ustar perl6/.git/objects/44/ff81825b8910ea097fa3820f63a489edf9f0550000444000000000000000000000022613424253030016610 0ustar x%̱0a>FܵWi._3@Bfvm|K;]{qV_=oMZ= /71Km?vX?[. zL)M;M]*,GU4 o F[i= <պLwCj SN5`GjmVY<'uz}%1VJ(y/v -ha˭KCǎ/OY_"BpR ΊUOpm#cCperl6/.git/objects/4a/0000755000000000000000000000000012773762454011613 5ustar perl6/.git/objects/4a/b5bbcfc890a309d6a36beda74bc54b0a32d6a40000444000000000000000000000006112773762454017275 0ustar x+)JMU06f01Ԥ<{8튝ҡu}ow<o=0-perl6/.git/objects/4b/0000755000000000000000000000000013424253255011600 5ustar perl6/.git/objects/4b/efd5a19c5d99f32e264de0a79960285bed96870000444000000000000000000000042013424253255016766 0ustar x+)JMU04d040031QrutusIMLcbѡ􋋣o˳YX,@UX_Z~c_ݼ}.A09#1/=5'?wy7?^PٿVLQ~nAb Û@o 3& O5q`}"(?Al՜YtgϺQ WRPYQ°usc\ΝO"sSSҜbMu߲_:<ʕ8L @!knfSC$PViGwperl6/.git/objects/51/0000755000000000000000000000000013375053725011525 5ustar perl6/.git/objects/51/1ee22dd654dab427698364ad566600c5df247c0000444000000000000000000000042113375053725016576 0ustar x+)JMU04d040031QrutusIMLcbѡ􋋣o˳YX,@UQYY=gM_M2և*LHKOOgPSywh6y^}LQ~nAb Û@o 3& O5q`}"(?ƿ|3z{|J *23JnnÚ uӹ| TdnjPTZ̠n[K\r(%2Xs0ڼL&Ewhperl6/.git/objects/51/d49744f42772cb6406f5b16e672f96aa95d2440000444000000000000000000000024712773762427016473 0ustar xKn0 )/H!PY"Hb+uh{ڗ ڙ40RDMj9K".&1\*y&hrgD?HyrV&_)+*Z}]M) >ġoa5*'i^CYJ/perl6/.git/objects/52/0000755000000000000000000000000012773763503011531 5ustar perl6/.git/objects/52/99eed099537172e309a50883cd819bead7f2400000444000000000000000000000042112773763503016543 0ustar x+)JMU04d040031QrutusIMLcbѡ􋋣o˳YX,@UQYY=gM_M2և*LHKOOgPSywh6y^}LQ~nAb Û@o 3& O5q`}"(?tU$N/QejSJ *23JnnÚ uӹ| TdnjPTZ̠n[K\r(%2Xs0ڼL&&vperl6/.git/objects/55/0000755000000000000000000000000013375053725011531 5ustar perl6/.git/objects/55/4807cb79d1fa5bcb8fd6e33c3cf20bf359ba380000444000000000000000000000045512773762463017177 0ustar x+)JMU062f040031QrutusIMLcbѡ􋋣o˳YX,@UQYY=gM_M2և*LHKOOgప9|mji~WS[XP(6ҳsu`WWR`l2ᑘ#;[r(&ǯWRPYQ°usc\ΝObgstwOʛ*3hua.Wab Eɩ 9)̦v=6/It3perl6/.git/objects/55/4ea8253dd687eb517b8bf60c02c8283ebd4ffa0000444000000000000000000000006013375053725017103 0ustar x+)JMU06f01Ԥ<&;cv_gͲkꢼ> nperl6/.git/objects/57/0000755000000000000000000000000012773763460011540 5ustar perl6/.git/objects/57/b64dea9019037ead2252f7b3bccc6aacb149fa0000444000000000000000000000042112773763460017224 0ustar x+)JMU04d040031QrutusIMLcbѡ􋋣o˳YX,@UQYY=gM_M2և*LHKOOgప9|mji~WS[X&9nj GÓCMX=+)a(]pU3/~yʢv.Bt?}¯w*3hua.Wab Eɩ 9)̦v=6/It3vPperl6/.git/objects/58/0000755000000000000000000000000012773761276011544 5ustar perl6/.git/objects/58/083a7f9ab97eebce789c0ef33cdd2a29f39e7a0000444000000000000000000000022512773761276017300 0ustar x λ0PgK\@ x,-C-|{pf Aތe] i&rjId A C"Ra|c}wuߕ%oӟDnEyuW$p x'ځx _y83@.tperl6/.git/objects/59/0000755000000000000000000000000012772471742011540 5ustar perl6/.git/objects/59/06a33eba7cdc7358cf7bd0a6a9679ef84fff320000444000000000000000000000012312772471742017204 0ustar x+)JMU03c01Ԥ<|m=f&& E9f kr#aRz·3Hperl6/.git/objects/5a/0000755000000000000000000000000012773761300011601 5ustar perl6/.git/objects/5a/42f7adbc8ca5dc581d6e1e86d39acbad2b48210000444000000000000000000000017412773761300017307 0ustar x+)JMU044e040031QrutuKIMLcᬬ΁}/&{C&g$楧3DpXY\6w4?ϫ)/,L(aow⺹1k.M'zz0perl6/.git/objects/5d/0000755000000000000000000000000013375053725011610 5ustar perl6/.git/objects/5d/183163a5986d9518fe52db928fd9bba76337e90000444000000000000000000000026312772477124016645 0ustar xAn s{jKQC>ad/6Qf4K!4DO)Es:?`3&8V'& .\ң#\z*pΜ2 z;qzZRs~bFA0,00ĝ)Cߨ^An徾Է;e0?kf 6Rperl6/.git/objects/5d/a9968eb70aa8d85a3ad213f44654e7d1bb58f90000444000000000000000000000044513375053725017042 0ustar x1O0+Nbi4M@+ Kc?ZKml v܂*`<{UEYg0R#*B6~ё}7FgTAV@乓6HOnyr`Ze6 82$r}leNHY%愝 [X$ߣL4?YOق-X$I2'.µ0&Zcljf Y#hPd Leg`c )8R<)78MY6멧1k ),"W>perl6/.git/objects/62/0000755000000000000000000000000012772471765011537 5ustar perl6/.git/objects/62/65ce503b613197490344911efdef66852429a00000444000000000000000000000017412772471765016321 0ustar x+)JMU044e040031QrutuKIMLcbѡ􋋣o˳YX,*LHKOOgx۾չ[&e7rTeg0;vqܘ5s~1Dperl6/.git/objects/64/0000755000000000000000000000000013424253077011526 5ustar perl6/.git/objects/64/e0effafbb37f7d8ea70b67f22a32d40b6510b50000444000000000000000000000025313424253077017143 0ustar xAN1 @Q9EH$*T 7.b&%M?}i F7󀐥Q5źLWDݝcH8JfJY CNj/mߎ{_~6?_}T &!8[ͻ0q}[ޯG]@:Iperl6/.git/objects/67/0000755000000000000000000000000012773763467011550 5ustar perl6/.git/objects/67/ff47f9908137fe60161b9d60bbb3ed27e52a5b0000444000000000000000000000025212773763467016766 0ustar x]jC!@>y/B(yFԙIzM7d ]8uok2C U :)R`MEGgũ{/KL$kJ26:T>mL}0\>KǘO0ni5kZjrL~F}/V:Lperl6/.git/objects/6c/0000755000000000000000000000000013424253365011605 5ustar perl6/.git/objects/6c/00a262065eeb824e128b40cdca11d74efde8de0000444000000000000000000000006113424253365017131 0ustar x+)JMU06f01Ԥ<.M~jŏH ww2^perl6/.git/objects/6d/0000755000000000000000000000000012773763460011616 5ustar perl6/.git/objects/6d/f5cfb24ff5941bfc62b45763ee18ab08df43f40000444000000000000000000000006112773763460017175 0ustar x+)JMU06f01ԤkOv7(I@ԕR<7oޛˋw~V(jGqkt7Ip6<-SNةzq(&V;g"wW7If IuImϩ48jHhbZ3]N4WZ7,yKVZ/Q:S|4Fl/ϻLٓ01:JM/,ɨ+x(ÝA 臈-&8KgH-V]fr>=.qO z=@)8;a?$ƸZ0Vp9ROzk'q*e :>sX+RZbc'oSҘfb2<+D͚&̪OPJ^9ZTVMf#j2:;#pmPܱ3;P'ӎ7 >9+)ʼnjҨþm X v`Ib~Em7T&mMu"&u`~<c)>"cz{ Sa'[ perl6/.git/objects/72/0000755000000000000000000000000012773761300011524 5ustar perl6/.git/objects/72/307a58b64350af5dc235df8d50f3f48e0718480000444000000000000000000000012312773761300016520 0ustar x+)JMU03c01Ԥ<(k,!'vyf&& E9f kr#aRz·3zperl6/.git/objects/75/0000755000000000000000000000000012773763372011542 5ustar perl6/.git/objects/75/a4e1aa6f91cc6197d3edd24d0847c503a626940000444000000000000000000000117612773763372016677 0ustar x}T]o0 ܳ~ q+ź>Õ u#AHP"wRC_CJٚ= FOV&/q3zѤœ Tziqs*9i\>iRw/S֟UF 7 ؉셃PER6Y5Ꭓ(3FGkiɂ:E:I1U5<S.-EU%p!.O:Q#׊a=\̡/p! Rc;H=b9 Yl=w=!IS/p W=H>=Tȅ † kr,)'11vBF(h@MqazQU' Ȯ75hV%U $$3ZJ ܝH^f8NP2{5!&?g^I6y/-ʼn#:5L!lhD qUMB~CZ*ӆ9Diݴ/ǚHIűz16Ҽ)ˮ {OSyyM5Y6Ffperl6/.git/objects/77/0000755000000000000000000000000013424253011011516 5ustar perl6/.git/objects/77/c055c4515a0f99f84193c721ff1857184662500000444000000000000000000000006013424253011016217 0ustar x+)JMU06f01Ԥ<'dL1TH d perl6/.git/objects/7a/0000755000000000000000000000000013424253512011576 5ustar perl6/.git/objects/7a/209d89f5359e745b3ca271757b6a0be56c88d50000444000000000000000000000042013424253512016610 0ustar x+)JMU04d040031QrutusIMLcbѡ􋋣o˳YX,@UX_Z~c_ݼ}.A09#1/=5'?_EԈyGbS[X_\]9-jםu+)ax}@M#X9ܕ+),L(aow⺹1k.M'zPBQiNj1oY/vP]r_&@5zN ]ϡdn`+ buperl6/.git/objects/7e/0000755000000000000000000000000013375053725011613 5ustar perl6/.git/objects/7e/2d30e0385b744d2c18ecfd5b74c97f4bb3f7440000444000000000000000000000115613375053725017034 0ustar xSMo0 YHX,芮+6XiHa}vH=>GƵ<R_$/5S87e9ysM{2c vihtظߨ89#ٺ1ven\7.p:F2='OdH=}6 GA@T̷eT]w!%׋EDEc:iS~ך,yERR*VĢBv56(1IU)8?'b'U5<ᣳ UaY> X춐h» wpAlZ!ʘP=@H: [Z57RN=뜵ypr4&s :ΓVrXkac@n 92BFfQЀd$$NҀ m% ZTV8H NgC=pQ1aω6F҆T@J{{d`d udt/si:d{&:>Xe͗F 3perl6/.git/objects/7f/0000755000000000000000000000000012773761657011627 5ustar perl6/.git/objects/7f/8f011eb73d6043d2e6db9d2c101195ae2801f20000444000000000000000000000002112773761657016645 0ustar xKOR0b03perl6/.git/objects/81/0000755000000000000000000000000012772471735011535 5ustar perl6/.git/objects/81/d0fc1d5b1afe6d42ec3ee9abc87d542b0f30fc0000444000000000000000000000046112772471735017372 0ustar x=N09)iBJpD/U6CIJ~35Vc7p\P#ݕR. ZHvl$IqP4sJ%}X5lDI! &ޝKc?űi12 *X0d!W5jI>5TϚGJ藔Zs⓵Ope$E9<'oUr!hctaWWuQ֟#S9{Z ,vʨ>5/2)o'ϜǞ8CU.7Xwv\ṬRWperl6/.git/objects/84/0000755000000000000000000000000013375053725011533 5ustar perl6/.git/objects/84/fbcc652c8415dcd93ec3518b982b385279fa100000444000000000000000000000042113375053725016671 0ustar x+)JMU04d040031QrutusIMLcbѡ􋋣o˳YX,@UQYY=gM_M2և*LHKOOgPSywh6y^}LQ~nAb Û@o 3& O5q`}"(?NEtě%'7w+),L(aow⺹1k.M'zPBQiNj1oY/vP]r_&@P_Z`ͭljsh2?J7Uupperl6/.git/objects/88/0000755000000000000000000000000013424253011011520 5ustar perl6/.git/objects/88/17586be40be61c5235d6030414793c191133740000444000000000000000000000042013424253011016113 0ustar x+)JMU04d040031QrutusIMLcbѡ􋋣o˳YX,@UX_Z~c_ݼ}.A09#1/=5'?!v崾\+nDY]0E% o]1x>p4<9ās:]%:oF(3=aݱIH]ͤQzJ tꥻ+ض:G, =( ̟Rl#avKJSynQd !>YgֹLwhgeZe׹Iѥ, 9S]8{&9{# [gU?}鍳 /2+o\=?~Ž=jr7;eperl6/.git/objects/8a/42ef79b62575ad444e703a3fd90bb885cce4640000444000000000000000000000006113375053725016752 0ustar x+)JMU06f01Ԥ%n perl6/.git/objects/93/0000755000000000000000000000000012772477127011541 5ustar perl6/.git/objects/93/6c5686c890f3ac8c2f65e04dd942fba12f51e30000444000000000000000000000017412772477127016764 0ustar x+)JMU044e040031QrutuKIMLcᬬ΁}/&{C&g$楧3m_ܭ_U ra *23JnnÚ uӹ| 0perl6/.git/objects/99/0000755000000000000000000000000013424253030011523 5ustar perl6/.git/objects/99/8f151763f6afe37983f49e905e19573ac7a82f0000444000000000000000000000012312773761705016575 0ustar x+)JMU03c01ԤO}+4perl6/.git/objects/9e/0000755000000000000000000000000012772472054011615 5ustar perl6/.git/objects/9e/430e245c3bb27512745ba987ea295802edd48d0000444000000000000000000000025412772472054016610 0ustar xK @]sh^T')ҡswo^^In'Ftc z8 ڇ7wn0hWɝ+\9SgCE8]NJvc}?j{ko)Wb Tf\:1%h+A0?Qy ѶFKRoQperl6/.git/objects/9e/79ca0f0e5508aa0fa6811277511857e40ce4180000444000000000000000000000012212772471765016523 0ustar x+)JMU03c01ԤyC[R_perl6/.git/objects/a9/cf410079d30d00abeff58b4c34fa14beddaa980000444000000000000000000000024013375053725017275 0ustar xI!= &ac. t%-t^D`b\p("bSHʳ.VZ;y8疯c E*Hb]^,LHperl6/.git/objects/ab/0000755000000000000000000000000013375053725011662 5ustar perl6/.git/objects/ab/af5013560c204f15be1c76e9a8c4a3d5b48c310000444000000000000000000000043313375053725016772 0ustar xN0EWbi4m@+ K?ZKml |; +wkiQN3KN1g]Z1hx ے˞$.QM _qs[g|/$ȒF8Ntǝ&OXo#e%ʬ =u jwb'VK7M6u >ZqX]&`-t֔.sI? perl6/.git/objects/b8/0000755000000000000000000000000012772464543011615 5ustar perl6/.git/objects/b8/a59547538cd9ce277e1d2385632163180b9fdc0000444000000000000000000000147612772464543016556 0ustar x}Tn73b?4s6F{q>4}ȕ0,yJYB} 3yC?r=139z3i&cwy9Uo \h{&a[rykXKInA5P<⌞,{.ZgtdG~wBk_ܘ'v53z)OFgY4:KS[e/Ki0?uvW<.{jt| }C fy̩ҵwϛ`6G=O|@u HUb(ܘSgzu]x]\6Pzh1<$ӭTޘǼa:w'`VB1Ҏ58ʉU×*v OoA,͢& xGQ' F_94:w(8Κ\=gOV*2]YV X=pC5} ч lK4V:$tY-@ILOWJ$y'vD6ool2 4W=#7պy@'>`eUGR=y nGcllGר 2 {P$1߬a%z\wd;]dUďс֯Y]p9G/noT4G`,),I^LVmh {WnN(F]3"4`(ŝH]U*k6lWCoHkrSɪ$GWD?~AM`esAFoqevlf>aκ?9D>=r^\` tH&H1#L3 zcDrL)3 V,gGx/ "[Rhs\is%tj^{jEeQ e^}#:KW-Zzg3PIYJD,qgdaJKҰZI^޴UHYn"KR 3B'l@bKl2 )\#"QB)"y<JȉX|_ϞemMfDCKpa~ oʿzk‘Jy`oB;,icO +m1" 53jaP?9nϨ]bu+$uHV%JŤni#uzi5m$RQv+@rJ5N@W⪭dWPք'>W5PxY꫊@BsSaBȖL"Eڂ5e!G0hH.]&v)"?[^v;p/=-`'*KpCQ_WHu/E:n#S'a9x  z )c&`M:Y #7@n}VE]I}r7aE~_ 8g2qjKDqacu0GEi%Ѥcfy˅y};>v̧nWEz,8|R~̑+(^V&XE2-!B k$͊hͨ2h>`?u 3JL֩iMmW滷)U;sjسr]=[ ̋N A@v ~ w,+U/6&Hպа,Y[%~w]Z{fW|,6腑D;G/%bʤfVL="4YJxvY'x%)/k>\i a|5OM$쓱kdC1=}W8,IlUN(IZ;X@K'&n2[]zÒ~(ü#Rھ<JDgjGz2LM+n:'.NyGq_Dπ)âr¥ir̵Gs%6tlPm8L̳ \7}_AF{3= o?Γo_:nW&up_&{H7WqÅjړ?._w?f43ɗ|*n&_d|;ϧtf3ٙ\y?M0ff25> |4^낙ܙ'70_n4;@|t8La2qHO/Gw=hv3>D:Ňh>WSNf<{f4q A77װsL(dz>#(3X1$<'n}|5t1D>Ά[ƾ~ޛz/Uo>Sz}0perl6/.git/objects/c0/0000755000000000000000000000000013424253274011576 5ustar perl6/.git/objects/c0/f1f3fac52470a55397c0797f5f9be60bc9d4770000444000000000000000000000027113424253274016755 0ustar xA0s+0#idaYrG4(ؖW,yBnMCWW(ۖ /aD (Jl'D'R4e8|APRٸ,!O.i퍎ԳUvg{ =s+KG7(Kl+*!|4ղ JX3tܱ 4Sperl6/.git/objects/c2/0000755000000000000000000000000013424253512011573 5ustar perl6/.git/objects/c2/0a8b2a65813808a6035d5209ee5127060db1690000444000000000000000000000006013424253512016324 0ustar x+)JMU06f01Ԥ<*_MD,*,~qgperl6/.git/objects/c2/69395296153babaac898baf50c0e4933be89a90000444000000000000000000000042113424253030016733 0ustar x+)JMU04d040031QrutusIMLcbѡ􋋣o˳YX,@UQYY=gM_M2և*LHKOOgbvލφTS[X&9nj GÓCMX=+)aIke$ݗll+),L(aow⺹1k.M'zPBQiNj1oY/vP]r_&@P_Z`ͭljsh2?J7wv"perl6/.git/objects/c3/0000755000000000000000000000000013375053725011605 5ustar perl6/.git/objects/c3/41b1fdc09c74729c8c93d95b9dd02fcd30bc4c0000444000000000000000000000122013375053725017153 0ustar xTMO1ٿb %D#( VB>kOv7(=wl'SWJ߼yof{{X.//=)JZAh.w. n&%*lysE[27F:4Sbp-~QQLvDp?Y2\)n^'?ڻ0 !xGw+шI5@N12cd8njNaTiCw-œLSp9b$|E{QŘgB(6m/:nY|,s)+bQh!M2uf%h8$M_w˳әó'a>btқZ3XQW!WPL;o6E 臈=&8KgH-V]fr>=6qO z=@18;a@$ƸZ0Vp9ROzk'q*e :>sX+RZbc'oSҘfb2<+D[͚&̪OPJ^AZTVMf#j2:;#pmPܱ3;P'ӎWL>9+)ʼnjҨþm X v`Ib~Em7T&mMu"&u`~<c)>"c|{ Sa'&perl6/.git/objects/c9/0000755000000000000000000000000012772464543011617 5ustar perl6/.git/objects/c9/da454fe827329789c6abe6f23d03e12e99d1d60000444000000000000000000000023112772464543016766 0ustar x @>m좌؅"]" ڪ#sYEg}e$k>ɩ aF ۽,#~:9.FVp(FxVv!7(Ba4 ֌ +Yغ<<-7gI$Wi93|Rf.perl6/.git/objects/cb/0000755000000000000000000000000012773763503011667 5ustar perl6/.git/objects/cb/c906c24a58f986725223344ee4ddb18f0019110000444000000000000000000000006112773763503016515 0ustar x+)JMU06f01Ԥ<. .,z̹lW?9%perl6/.git/objects/cc/0000755000000000000000000000000013424253011011646 5ustar perl6/.git/objects/cc/7bf6289125a9c1361b9c418bda7c6bcdbd21970000444000000000000000000000030013424253011017053 0ustar xKj1)zo0H &80^fhvԎ?"Aիĵʹщ@ar&ٰٜUJ-Ѣ5|W#nSd1R`"gcFe7+N93m%#kJD~ enP}:0c%xo_ ~ w{"VFperl6/.git/objects/d1/0000755000000000000000000000000013424253030011566 5ustar perl6/.git/objects/d1/e00e8485e48568395e921479c78bd2103cfcb60000444000000000000000000000115513424253030016527 0ustar xSMo@弿bTJRAQJ*{bw(̮l;o޼7R?Ǝ(첼pG-oH籞5N95hbc~QSL-;9܍ֻ W2{!A1DoR}|\%Fݎl9-Ȃ1{xBm2:Q@TeT]FH!֋EBEc :iS~ך-ERR*VĢB{v56(1FGccW˷ry1Sp~N1R'U5᣷ EUa!DGY]? X췐h»ɛ $q?&h$cBqXGl!{0#l}NeOUx6 PGperl6/.git/objects/d3/0000755000000000000000000000000012773761663011616 5ustar perl6/.git/objects/d3/827e75a5cadb9fe4a27e1cb9b6d192e73231200000444000000000000000000000002312773761663017020 0ustar xKOR0a03@perl6/.git/objects/d9/0000755000000000000000000000000012772471742011617 5ustar perl6/.git/objects/d9/ee005addb87e1811e7f7e7332b4cc415cf868c0000444000000000000000000000017412772471742017117 0ustar x+)JMU044e040031QrutuKIMLchG6Z_OԆh*LHKOOgx۾չ[&e7rTeg0;vqܘ5s~T2Hperl6/.git/objects/db/0000755000000000000000000000000013424253031011650 5ustar perl6/.git/objects/db/7b864e70043bcf0f005a8334f261b7576af35f0000444000000000000000000000042013424253031016632 0ustar x+)JMU04d040031QrutusIMLcbѡ􋋣o˳YX,@UX_ZʠYY=gM_M2և*LHKOOgbvލφTS[X&9nj GÓCMX=+)aIke$ݗll+),L(aow⺹1k.M'zPBQiNj1oY/vP]r_&@5zN ]ϡdn`+ ӹvPperl6/.git/objects/db/d74ec131950cb1a18e1c7ea742a2dcf028ba4f0000444000000000000000000000040513375053725017210 0ustar xKN1 Y)E3M2ހ8:LP ~Yvi]'a"Qh&`kihOh#fC({5Ԥm8;Zyq",rN ǴXT|l=hxnmDՎiyOE!E؈~M3`Np۟#4):9  jX .]E(# T)&I,,7`w`;S(f`Yperl6/.git/objects/dc/0000755000000000000000000000000013375053725011666 5ustar perl6/.git/objects/dc/638cc23be48e50db555092cc37f36d30e345c80000444000000000000000000000006013375053725016735 0ustar x+)JMU06f01Ԥ3 {b(E_Uչ}#v) qXDt^6/99#LZNS4`<ڱT-f[|StQ43N:hfLüC)|h6W8_3B:v$pAB+Ugת@@hߠgw3o3r}PaPs QdG@AlURi;ԯ ޏ k3Pjh˲,Y ؒ5πftcd7*]@f:&&B<%ehI&@-+ nR pZ0J=BES[ EQ|(>9ک\RbCvX;{SLr`7cNHO. ]%إC5Q}O zs}[y%ȅ 58w =_perl6/.git/objects/fe/0000755000000000000000000000000013424253512011661 5ustar perl6/.git/objects/fe/09fe640bfb9a5e41bc0009351464c861c69a040000444000000000000000000000042013375053725016645 0ustar x+)JMU04d040031QrutusIMLcbѡ􋋣o˳YX,@UX_ZʠYY=gM_M2և*LHKOOg]9o;׊QV<;'LQ~nAb Û@o 3& O5q`}"(?NEtě%'7w+),L(aow⺹1k.M'zPBQiNj1oY/vP]r_&@5zN ]ϡdn`+ vSperl6/.git/objects/fe/0f9dbfc2634e5f880fef4223e60a565f3f74fc0000444000000000000000000000025212773762066017207 0ustar xm!Fᜩh#Env$Hf ~[.Ooka9Mg(C,nE(a%^m=EV9;k*uF8VJԺ 3 c[sVrdQ\|_\Rr⦗vhJ9rl2>/lE.#-SxҘot{)cM(yɲr;&c-NuAYgKyrqVwe[AtI#!w,Nt$]C:1O<Ǘlo[y/^ Jh8$hBzk!kAx[s9$0^#bٕzcAgCq KHN]\59>hgW{j:>x|18uJ.NKVewGW;IzgJperl6/.git/objects/info/0000755000000000000000000000000012772464537012242 5ustar perl6/.git/objects/pack/0000755000000000000000000000000012772464537012225 5ustar perl6/.git/refs/0000755000000000000000000000000013424253055010577 5ustar perl6/.git/refs/heads/0000755000000000000000000000000013424253512011661 5ustar perl6/.git/refs/heads/master0000644000000000000000000000005113424253512013073 0ustar e5f9a998a250df241d224370d2502409adb56867 perl6/.git/refs/remotes/0000755000000000000000000000000012773763121012263 5ustar perl6/.git/refs/remotes/origin/0000755000000000000000000000000013424253030013535 5ustar perl6/.git/refs/remotes/origin/master0000644000000000000000000000005113424253030014747 0ustar 0a0bbbc0187ffdfafd4ad3971ca0c219ec8ed0bf perl6/.git/refs/tags/0000755000000000000000000000000012773764024011546 5ustar perl6/.git/refs/tags/debian/0000755000000000000000000000000013424253030012750 5ustar perl6/.git/refs/tags/debian/6.c-10000644000000000000000000000005112773764024013433 0ustar 15d115fdc3409ac79ab37522b8a324da33a8b084 perl6/.git/refs/tags/debian/6.c-20000644000000000000000000000005113375053725013432 0ustar a9cf410079d30d00abeff58b4c34fa14beddaa98 perl6/.git/refs/tags/debian/6.d-10000644000000000000000000000005113424253030013414 0ustar 44ff81825b8910ea097fa3820f63a489edf9f055 perl6/debian/0000755000000000000000000000000013424253512010217 5ustar perl6/debian/.#README.source0000777000000000000000000000000013424253512016156 2domi@ylum.15012:1548075494ustar perl6/debian/README.Debian0000644000000000000000000000071012773762427012276 0ustar perl6 package is a meta package that aims to depend on a Perl6 compiler and Perl6 core modules. Currently this package depends only on a compiler (rakudo). Dependency on the perl6 modules shipped by rakudo-star will be added later once they are available on Debian. Help is welcome to create Debian package for Perl6 module. See https://wiki.debian.org/Teams/DebianRakudoGroup -- Dominique Dumont , Tue, 27 Sep 2016 15:28:15 +0200 perl6/debian/README.source0000644000000000000000000000041013424253055012373 0ustar To rebuild the meta package: * edit perl6 file that contains most of the control information * run "equivs-build perl6" and test package * to prepare upload, run "equivs-build --full perl6" -- Dominique Dumont , Sat, 17 Nov 2018 18:57:56 +0100 perl6/debian/changelog0000644000000000000000000000165513424253512012100 0ustar perl6 (6.d-2) unstable; urgency=medium * update README.source * control: declare compliance with policy 4.3.0 * bump compat to 12 * Depends on perl6-readline. Thanks to Attila Kinali for the heads up (Closes: 920840) -- Dominique Dumont Wed, 30 Jan 2019 08:50:34 +0100 perl6 (6.d-1) unstable; urgency=medium * control: depend on rakudo 2018.11, bringing in 6.d -- Robert Lemmen Sat, 01 Dec 2018 19:25:02 +0100 perl6 (6.c-2) unstable; urgency=medium * control: * update description * update Vcs-Browser and Vcs-Git * depends on perl6-zef and perl6-tap-harness * declare compliance with policy 4.2.1 * depends on debhelper >= 9~ -- Dominique Dumont Sat, 17 Nov 2018 18:35:47 +0100 perl6 (6.c-1) unstable; urgency=medium * Initial release. (Closes: #839009) -- Dominique Dumont Tue, 27 Sep 2016 15:27:42 +0200 perl6/debian/compat0000644000000000000000000000000313424253333011417 0ustar 12 perl6/debian/control0000644000000000000000000000216113424253333011623 0ustar Source: perl6 Maintainer: Debian Rakudo Maintainers Uploaders: Dominique Dumont Section: interpreters Priority: optional Build-Depends: debhelper (>= 12~) Standards-Version: 4.3.0 Vcs-Browser: https://salsa.debian.org/perl6-team/pkg-perl6 Vcs-Git: https://salsa.debian.org/perl6-team/pkg-perl6.git Homepage: http://perl6.org/ Package: perl6 Architecture: all Depends: perl6-readline, perl6-tap-harness, perl6-zef, rakudo (>= 2018.11) Description: Perl6 Compiler Perl 6 is a programming language, member of the Perl family. Like Perl 5, her world-famous big sister, Perl 6 intends to carry forward the high ideals of the Perl community and is currently being developed by a team of dedicated and enthusiastic volunteers. . perl6 package is a meta package that aims to depend on a Perl6 compiler and on the Perl6 core modules shipped with rakudo-star. These modules will be added once they are available on Debian. . Perl6 version number represents the version of the language specification. The version of the compiler is another matter. perl6/debian/copyright0000644000000000000000000002222412772471716012171 0ustar Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Comment: This is a meta-package Files: * Copyright: 2016, Dominique Dumont License: Artistic-2.0 License: Artistic-2.0 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. perl6/debian/rules0000755000000000000000000000101313424253333011273 0ustar #!/usr/bin/make -f # Sample debian/rules that uses debhelper. GNU copyright 1997 by Joey Hess. #export DH_VERBOSE=1 build build-arch build-indep: clean: dh_testdir dh_clean install: build dh_testdir dh_testroot dh_prep binary-arch: install binary-indep: install dh_testdir dh_testroot dh_install dh_installdocs dh_installchangelogs dh_compress dh_fixperms dh_installdeb dh_gencontrol dh_md5sums dh_builddeb binary: binary-indep binary-arch .PHONY: build clean binary-indep binary-arch binary install perl6/debian/source/0000755000000000000000000000000012773762427011537 5ustar perl6/debian/source/format0000644000000000000000000000000412773762427012744 0ustar 1.0