[Python-modules-commits] [twisted] 01/10: Add .travis.yml from http://travis.debian.net.
Free Ekanayaka
freee at moszumanska.debian.org
Fri Oct 21 10:09:05 UTC 2016
This is an automated email from the git hooks/post-receive script.
freee pushed a commit to branch master
in repository twisted.
commit df9d8ccabd8f14300d6f9ddee9a2bf4da0045460
Author: Free Ekanayaka <freee at debian.org>
Date: Thu Oct 20 14:52:58 2016 +0000
Add .travis.yml from http://travis.debian.net.
---
.travis.yml | 11 +++++++++++
debian/changelog | 9 ++++++---
debian/source/options | 1 +
3 files changed, 18 insertions(+), 3 deletions(-)
diff --git a/.travis.yml b/.travis.yml
new file mode 100644
index 0000000..cf2f794
--- /dev/null
+++ b/.travis.yml
@@ -0,0 +1,11 @@
+sudo: required
+
+services:
+ - docker
+
+script:
+ - wget -O- http://travis.debian.net/script.sh | sh -
+
+branches:
+ except:
+ - /^debian\/\d/
diff --git a/debian/changelog b/debian/changelog
index b227867..361c7b9 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,12 +1,15 @@
-twisted (16.4.1-2ubuntu1~1.gbpaef4ec) UNRELEASED; urgency=medium
-
- ** SNAPSHOT build @aef4ecf9295710eb9109fa455c22c2e5342c1f35 **
+twisted (16.4.1-2) unstable; urgency=medium
* Add Vcs-Git and Vcs-Browser stanzas pointing to Alioth.
* Don't remove Twisted.egg-info in the clean target, as it's part of
the upstream source.
* Point watch file to pypi.debian.ne.
* Imported patches from patch-queue/master via gbp pq export.
+ * Imported patches from patch-queue/master via gbp pq export.
+ * Add lintian overrides for privacy-breach-google-adsense
+ * Strip raiser shared library in python3-twisted-bin
+ * Drop legacy XS-Python-Version control field
+ * Add .travis.yml from http://travis.debian.net.
-- Free Ekanayaka <freee at debian.org> Thu, 20 Oct 2016 04:43:26 +0000
diff --git a/debian/source/options b/debian/source/options
new file mode 100644
index 0000000..aa96de8
--- /dev/null
+++ b/debian/source/options
@@ -0,0 +1 @@
+extend-diff-ignore = "^\.travis\.yml$"
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/twisted.git
More information about the Python-modules-commits
mailing list