File: README.source

package info (click to toggle)
cmucl 20c-2
  • links: PTS
  • area: main
  • in suites: wheezy
  • size: 42,524 kB
  • sloc: lisp: 358,331; ansic: 28,385; asm: 3,777; sh: 1,236; makefile: 366; csh: 31
file content (32 lines) | stat: -rw-r--r-- 872 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
To build this package you need to get the git repository:

git clone http://git.debian.org/git/pkg-common-lisp/cmucl.git

Get the upstream branch too:

cd cmucl
git checkout -t -b upstream remotes/origin/upstream

Then you need to setup the following remotes:

git remote add upstream http://common-lisp.net/project/cmucl/cmucl.git

Upstream gets imported directly from the tar.gz file into the upstream branch.

for more informatin regarding the packaging standards see:

http://wiki.debian.org/Teams/DebianCommonLisp/GitPackaging

To build:

git-buildpackage -uc -us --git-debian-branch=master-<distro> --git-upstream-branch=upstream-<version> 

please check your package with:

lintian --verbose --info --display-info --md5sums *.changes

Then commit any changes and either send me the diff or push this to somewhere were I can fetch it.

Some notes on this package: