Author: tille Date: 2013-07-09 13:20:40 +0000 (Tue, 09 Jul 2013) New Revision: 14124
Modified: trunk/packages/maude/trunk/debian/changelog trunk/packages/maude/trunk/debian/compat trunk/packages/maude/trunk/debian/control Log: cme fix dpkg-control; debhelper 9 Modified: trunk/packages/maude/trunk/debian/changelog =================================================================== --- trunk/packages/maude/trunk/debian/changelog 2013-07-09 13:18:57 UTC (rev 14123) +++ trunk/packages/maude/trunk/debian/changelog 2013-07-09 13:20:40 UTC (rev 14124) @@ -2,6 +2,9 @@ * renamed debian/upstream-metadata.yaml to debian/upstream * debian/copyright: cme fix dpkg-copyright + * debian/control: + - cme fix dpkg-control + - debhelper 9 -- Andreas Tille <[email protected]> Tue, 09 Jul 2013 15:19:51 +0200 Modified: trunk/packages/maude/trunk/debian/compat =================================================================== --- trunk/packages/maude/trunk/debian/compat 2013-07-09 13:18:57 UTC (rev 14123) +++ trunk/packages/maude/trunk/debian/compat 2013-07-09 13:20:40 UTC (rev 14124) @@ -1 +1 @@ -8 +9 Modified: trunk/packages/maude/trunk/debian/control =================================================================== --- trunk/packages/maude/trunk/debian/control 2013-07-09 13:18:57 UTC (rev 14123) +++ trunk/packages/maude/trunk/debian/control 2013-07-09 13:20:40 UTC (rev 14124) @@ -1,21 +1,29 @@ Source: maude +Maintainer: Debian Med Packaging Team <[email protected]> +Uploaders: Scott Christley <[email protected]>, + Andreas Tille <[email protected]> Section: science Priority: optional -Maintainer: Debian Med Packaging Team <[email protected]> -DM-Upload-Allowed: yes -Uploaders: Scott Christley <[email protected]>, - Andreas Tille <[email protected]> -Build-Depends: cdbs, debhelper (>= 8), quilt, autotools-dev, libtecla1-dev, libbdd-dev, libgmp3-dev, - libsigsegv-dev, bison, flex, libncurses5-dev -Standards-Version: 3.9.2 -Homepage: http://maude.cs.uiuc.edu +Build-Depends: cdbs, + debhelper (>= 9), + quilt, + autotools-dev, + libtecla1-dev, + libbdd-dev, + libgmp3-dev, + libsigsegv-dev, + bison, + flex, + libncurses5-dev +Standards-Version: 3.9.4 Vcs-Browser: http://svn.debian.org/wsvn/debian-med/trunk/packages/maude/trunk/ Vcs-Svn: svn://svn.debian.org/debian-med/trunk/packages/maude/trunk/ +Homepage: http://maude.cs.uiuc.edu Package: maude Architecture: any -Depends: ${shlibs:Depends}, ${misc:Depends} -Conflicts: maude +Depends: ${shlibs:Depends}, + ${misc:Depends} Description: high-performance logical framework Maude is a high-performance reflective language and system supporting both equational and rewriting logic specification and programming for @@ -44,3 +52,4 @@ . Maude is of interest to the biomedical community for modeling and analysis of biological systems. + _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
