This is an automated email from the git hooks/post-receive script. tille pushed a commit to branch master in repository python-clips.
commit ebe8f1f299fb3a5a47341ca9de45bb56adc11b46 Author: Andreas Tille <[email protected]> Date: Wed Nov 23 15:12:19 2016 +0000 * debhelper 10 * d/watch: version=4 * cme fix dpkg-control --- debian/changelog | 7 +++++-- debian/compat | 2 +- debian/control | 18 ++++++++++-------- debian/rules | 0 debian/watch | 2 +- 5 files changed, 17 insertions(+), 12 deletions(-) diff --git a/debian/changelog b/debian/changelog index e94a290..56e7b37 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,11 +1,14 @@ -python-clips (1.0.7.348+clips-2) UNRELEASED; urgency=medium +python-clips (1.0.7.348+clips-2) unstable; urgency=medium * Team upload * make the build reproducible (Thanks for the patch to Reiner Herrmann <[email protected]>) Closes: #843100 + * debhelper 10 + * d/watch: version=4 + * cme fix dpkg-control - -- Andreas Tille <[email protected]> Wed, 23 Nov 2016 16:00:41 +0100 + -- Andreas Tille <[email protected]> Wed, 23 Nov 2016 16:06:51 +0100 python-clips (1.0.7.348+clips-1) unstable; urgency=low diff --git a/debian/compat b/debian/compat index ec63514..f599e28 100644 --- a/debian/compat +++ b/debian/compat @@ -1 +1 @@ -9 +10 diff --git a/debian/control b/debian/control index f3b4f54..41942f7 100644 --- a/debian/control +++ b/debian/control @@ -1,18 +1,20 @@ Source: python-clips -Section: python -Priority: optional Maintainer: Debian Med Packaging Team <[email protected]> Uploaders: Thorsten Alteholz <[email protected]> -Build-Depends: debhelper (>= 9), - python-all-dev -Standards-Version: 3.9.4 +Section: python +Priority: optional +Build-Depends: debhelper (>= 10), + python-all-dev +Standards-Version: 3.9.8 +Vcs-Browser: https://anonscm.debian.org/viewvc/debian-med/trunk/packages/python-clips/trunk/ +Vcs-Svn: svn://anonscm.debian.org/debian-med/trunk/packages/python-clips/trunk/ Homepage: http://sourceforge.net/projects/pyclips/ -Vcs-Browser: http://svn.debian.org/wsvn/debian-med/trunk/packages/python-clips/trunk/ -Vcs-Svn: svn://svn.debian.org/debian-med/trunk/packages/python-clips/trunk/ Package: python-clips Architecture: any -Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends} +Depends: ${shlibs:Depends}, + ${misc:Depends}, + ${python:Depends} Provides: ${python:Provides} Description: Python module to interface the CLIPS expert system shell library CLIPS is an expert system shell / inference engine written by NASA diff --git a/debian/rules b/debian/rules old mode 100644 new mode 100755 diff --git a/debian/watch b/debian/watch index 8d128f3..12b0140 100644 --- a/debian/watch +++ b/debian/watch @@ -1,2 +1,2 @@ -version=3 +version=4 http://sf.net/pyclips/pyclips-([\d.]+)\.tar\.gz -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/python-clips.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
