blob: 07df610310697bcf8377a069a11d100874056250 (
plain)
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 ...
|