File: README.source

package info (click to toggle)
ecl 11.1.1%2Bdfsg1-2
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 31,740 kB
  • sloc: ansic: 114,447; lisp: 87,835; asm: 54,333; sh: 21,683; cpp: 11,348; perl: 3,247; makefile: 2,851; yacc: 226; lex: 95; fortran: 24
file content (32 lines) | stat: -rw-r--r-- 678 bytes parent folder | download | duplicates (7)
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/ecl.git

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

To update the package from upstream do:

git checkout upstream
rm -rf *
tar zxvf ecl-<foo>.tar.gz 
mv ecl-<foo>/* .
rmdir ecl-<foo>
git status

check if this is sane

git add --all
git tag upstream/<foo>
git checkout master
git pull . upstream

To build:

git-buildpackage -uc -us 

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.