This is an automated email from the git hooks/post-receive script. gert-guest pushed a commit to branch master in repository castxml.
commit a8be973ca98a0c6494921a2d938c16f4541e2981 Author: Gert Wollny <[email protected]> Date: Wed Jul 6 15:00:53 2016 +0000 prepare for new release --- debian/changelog | 7 +++++++ debian/control | 21 ++++++++++++++------- 2 files changed, 21 insertions(+), 7 deletions(-) diff --git a/debian/changelog b/debian/changelog index ba3615a..a72cd78 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +castxml (0.1+git20160706-1) UNRELEASED; urgency=medium + + * New upstream version + * cme fix dpkg-control + + -- Gert Wollny <[email protected]> Wed, 06 Jul 2016 14:59:11 +0000 + castxml (0.1+git20160412-1) unstable; urgency=medium * New upstream version diff --git a/debian/control b/debian/control index 16f755d..96f3810 100644 --- a/debian/control +++ b/debian/control @@ -1,17 +1,24 @@ Source: castxml Maintainer: Steve M. Robbins <[email protected]> -Uploaders: Gert Wollny <[email protected]> -Vcs-Browser: https://anonscm.debian.org/cgit/debian-med/castxml.git -Vcs-Git: git://anonscm.debian.org/debian-med/castxml.git -Homepage: https://github.com/CastXML/CastXML +Uploaders: Gert Wollny <[email protected]> Section: devel Priority: optional -Build-Depends: debhelper (>= 9), cmake, help2man, libclang-3.7-dev, llvm-3.7-dev, libedit-dev, zlib1g-dev -Standards-Version: 3.9.7 +Build-Depends: debhelper (>= 9), + cmake, + help2man, + libclang-3.7-dev, + llvm-3.7-dev, + libedit-dev, + zlib1g-dev +Standards-Version: 3.9.8 +Vcs-Browser: https://anonscm.debian.org/cgit/debian-med/castxml.git +Vcs-Git: https://anonscm.debian.org/git/debian-med/castxml.git +Homepage: https://github.com/CastXML/CastXML Package: castxml Architecture: any -Depends: ${shlibs:Depends}, ${misc:Depends} +Depends: ${shlibs:Depends}, + ${misc:Depends} Description: C-family abstract syntax tree XML output tool Parse C-family source files and optionally write a subset of the Abstract Syntax Tree (AST) to a representation in XML. -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/castxml.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
