File: README.source

package info (click to toggle)
skytools3 3.2.6-5
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 5,716 kB
  • ctags: 6,303
  • sloc: ansic: 22,286; python: 16,440; sql: 14,581; sh: 2,988; makefile: 1,474; sed: 20
file content (15 lines) | stat: -rw-r--r-- 457 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
skytools-3.0 for Debian
-----------------------

This package is maintained in git and uses a submodule.  To get a fresh
checkout and build the packages, follow those steps:

  ## fetch git tree, from dimitri who maintains the debian package
  ## real upstream is at git://github.com/markokr/skytools-dev.git
  $ git clone http://github.com/dimitri/skytools.git

  ## fetch libusual submodule
  $ git submodule update --init

  ## now build
  $ debuild ...