~dexter/parrot-pkg/maverick

« back to all changes in this revision

Viewing changes to docs/project/ubuntu_packaging_guide.pod

  • Committer: Piotr Roszatycki
  • Date: 2011-01-11 14:34:28 UTC
  • mfrom: (1.1.13 upstream)
  • Revision ID: piotr.roszatycki@gmail.com-20110111143428-s7pa7qz38m61o4tw
New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
# Copyright (C) 2007-2009, Parrot Foundation.
2
 
# $Id: ubuntu_packaging_guide.pod 43760 2010-02-07 14:24:11Z allison $
3
2
 
4
3
=head1 Ubuntu Packaging Guide
5
4
 
46
45
Copy the F<ports/debian/> directory from the Parrot source tree into the fresh
47
46
tarball extract.
48
47
 
49
 
  cp -r <path/to/parrot/svn>/ports/debian ~/udeb/parrot/parrot-[version]/.
 
48
  cp -r <path/to/parrot/git>/ports/debian ~/udeb/parrot/parrot-[version]/.
50
49
 
51
50
 
52
51
Then copy the unique Ubuntu files (F<changelog> and F<control.in>) from
53
52
F<ports/ubuntu/> into the new F<debian/> directory.
54
53
 
55
 
  cp <path/to/parrot/svn>/ports/ubuntu/* ~/udeb/parrot/parrot-[version]/debian/.
 
54
  cp <path/to/parrot/git>/ports/ubuntu/* ~/udeb/parrot/parrot-[version]/debian/.
56
55
 
57
56
=item 4.
58
57