[go: up one dir, main page]

File: README.2nd

package info (click to toggle)
findent 3.1.7-1
  • links: PTS
  • area: main
  • in suites: bullseye
  • size: 2,176 kB
  • sloc: sh: 4,746; cpp: 4,049; fortran: 1,565; pascal: 1,204; lex: 533; yacc: 305; makefile: 179; python: 155; lisp: 52
file content (32 lines) | stat: -rw-r--r-- 856 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
Extra maintainer scripts:

  - bootstrap: 
      Distribute version to various files.
      autoreconf -fvi
      Creates the output of flex and bison for usage on
	 systems that do not have bison and/or flex installed.
	 (make sure YOU have bison and flex installed)
      make distclean

  - maketar:
      Calls ./bootstrap.
      Creates, using make -distcheck, a tarball in ../versions .

  - makezip:
      Creates zipfile for usage in wondows in ../versions .

  - makesid:
      Calls ./maketar.
      Creates a sid debian distribution in ../debian .
      Usage is made from pbuilder. The makesid script contains
      information about the details.

  - makesid all
      After creating a sid debian distribution in ../debian,
      it creates wheezy-amd64 and wheezy-1386 debian distributions
      in ../debian .

  - makedeb:
      obsolete