~minos-archive/minos/ffcast-deb

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Debian packaging for ffcast
---------------------------

Steps to build this package:

```
$ git clone --dept=1 https://github.com/minos-org/ffcast-deb
$ cd ffcast-deb
$ dch -i #insert proper upstream version (1:$(date +%Y%m%d%H%M)+git7digitsHash-minos)
$ debian/rules get-orig-source
$ mv debian ffcast-*
$ cd ffcast-*

[ Optional, make some adaptations, like updating debian/patches, if needed ]
[ document additional changes if required, $EDITOR debian/changelog ]

$ debuild -S

[ Build .dsc (pbuilder) || Upload .changes file (dput) ]
```