[postfwd] 03/08: Reorder and comment .travis.yml
Jan Wagner
waja at moszumanska.debian.org
Thu Feb 27 23:25:58 UTC 2014
This is an automated email from the git hooks/post-receive script.
waja pushed a commit to branch master
in repository postfwd.
commit 57524d552fcd309d8af97c02f66e4c1cb18c4f0b
Author: Jan Wagner <waja at cyconet.org>
Date: Sun Feb 16 23:30:12 2014 +0100
Reorder and comment .travis.yml
---
.travis.yml | 12 ++++++++++--
debian/source/options | 2 +-
2 files changed, 11 insertions(+), 3 deletions(-)
diff --git a/.travis.yml b/.travis.yml
index 9faa1b2..08d63ff 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,14 +1,22 @@
language: c
-install:
+before_install:
+ # update package list
- sudo apt-get update -qq
+ # installneeded packages for uscan
- sudo apt-get install -qq --no-install-recommends devscripts libwww-perl
+ # download original tarball
- uscan --force-download
+ # remove packages needed for uscan
- sudo apt-get purge -qq libwww-perl
- sudo apt-get autoremove -qq
- - sudo apt-get install -qq --no-install-recommends debhelper
+
+install:
+ # install build dependencies
+ - sudo apt-get install -qq --no-install-recommends debhelper dpatch
script:
+ # build the debian package
- debuild -uc -us
#notifications:
diff --git a/debian/source/options b/debian/source/options
index a729099..b5bc9e7 100644
--- a/debian/source/options
+++ b/debian/source/options
@@ -1 +1 @@
-extend-diff-ignore = '^\.travis'
+extend-diff-ignore = '(^|/)(\.travis\.yml|\.git|\.gitgnore|config\.sub|config\.guess)'
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/postfwd.git
More information about the Pkg-perl-cvs-commits
mailing list