2013-12-01 23:16:26 +00:00
|
|
|
language: c
|
|
|
|
|
|
|
|
install:
|
|
|
|
- sudo apt-get update -qq
|
2013-12-02 12:55:37 +00:00
|
|
|
- sudo apt-get install -qq --no-install-recommends debhelper devscripts python python-debian quilt autotools-dev
|
2013-12-01 23:16:26 +00:00
|
|
|
|
|
|
|
script:
|
|
|
|
- debuild -uc -us
|
|
|
|
|
|
|
|
#notifications:
|
|
|
|
# email: false
|