[libplack-middleware-cache-perl] 01/02: git specific files

Piotr Roszatycki dexter at debian.org
Tue Dec 3 12:39:03 UTC 2013


This is an automated email from the git hooks/post-receive script.

dexter pushed a commit to branch master
in repository libplack-middleware-cache-perl.

commit ca0fc856309754eb466d5b3fff862a91a1124dc6
Author: Piotr Roszatycki <piotr.roszatycki at gmail.com>
Date:   Tue Dec 3 13:34:37 2013 +0100

    git specific files
---
 .gbp.conf         |  4 ++++
 .gitignore        | 33 +++++++++++++++++++++++++++++++++
 .travis.yml       | 14 ++++++++++++++
 debian/.gitignore |  6 ++++++
 4 files changed, 57 insertions(+)

diff --git a/.gbp.conf b/.gbp.conf
new file mode 100644
index 0000000..0e91786
--- /dev/null
+++ b/.gbp.conf
@@ -0,0 +1,4 @@
+[DEFAULT]
+pristine-tar = True
+ignore-branch = True
+builder = debuild -i'^\.git/|^\.gitignore$|^\.travis.yml$|^\.gbp\.conf$' -I
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..2fe053b
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,33 @@
+*.bak
+*.bat
+*.deb
+*.gz
+*.ppd
+*.tgz
+*.tmp
+*.exe
+*.o
+.cproject
+.includepath
+.project
+.settings
+/Build
+Debian_CPANTS.txt
+*-[0-9]*.[0-9]*
+LICENSE
+MANIFEST
+META.json
+META.yml
+MYMETA.json
+MYMETA.yml
+Makefile
+Makefile.old
+_build
+blib
+compilet*
+test-*
+cover_db
+nytprof
+nytprof.out
+pm_to_blib
+tmon.out
diff --git a/.travis.yml b/.travis.yml
new file mode 100644
index 0000000..05cf1ba
--- /dev/null
+++ b/.travis.yml
@@ -0,0 +1,14 @@
+language: c
+before_install:
+  - sudo apt-get update -qq
+install:
+  - sudo apt-get install -qq git-buildpackage
+  - sudo apt-get install -qq debhelper libplack-app-proxy-perl perl
+before_script:
+  - git fetch origin +upstream:upstream
+  - git fetch origin +pristine-tar:pristine-tar
+script: git-buildpackage --git-builder="debuild --no-lintian -i'^\.git/|^\.gitignore$|^\.travis.yml$|^\.gbp\.conf$' -I" -uc -us && debc && lintian --dont-check-part standards-version --fail-on-warnings --color always --info ../*.changes
+branches:
+  only:
+    - master
+    - saucy
diff --git a/debian/.gitignore b/debian/.gitignore
new file mode 100644
index 0000000..f376e84
--- /dev/null
+++ b/debian/.gitignore
@@ -0,0 +1,6 @@
+/*.log
+/*.substvars
+/files
+/tmp/
+
+/libplack-middleware-cache-perl/

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libplack-middleware-cache-perl.git



More information about the Pkg-perl-cvs-commits mailing list