File: README.building

package info (click to toggle)
cffi 20100219-2
  • links: PTS
  • area: main
  • in suites: squeeze, wheezy
  • size: 980 kB
  • ctags: 1,508
  • sloc: lisp: 9,379; ansic: 601; sh: 352; makefile: 71
file content (35 lines) | stat: -rw-r--r-- 781 bytes parent folder | download | duplicates (3)
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
33
34
35
To rebuild this package:


darcs get http://darcs.debian.org/darcs/pkg-common-lisp/cffi-upstream
darcs get http://darcs.debian.org/darcs/pkg-common-lisp/cffi

configure your darcs name:

echo luser@example.com > ~/.darcs/author

update from upstream:

cd cffi-upstream
darcs pull http://common-lisp.net/project/cffi/darcs/cffi/
darcs tag UPSTREAM_cffi_<date>

cd ../cffi
darcs pull ../cffi-upstream

do your edits, use darcs record  to record them

make a ~/.darcs-buildpackage file with:

upstreamrepo = /home/pvaneynd/fakeroot/clean/darcs/%(package)s-upstream
debianrepo = /home/pvaneynd/fakeroot/clean/darcs/%(package)s

then you can use 

 darcs-buildpackage -us -uc

to build the package. Use 

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

to check for errors