Author: tille Date: 2010-08-09 15:56:25 +0000 (Mon, 09 Aug 2010) New Revision: 5114
Added: trunk/packages/acedb/trunk/debian/source/ trunk/packages/acedb/trunk/debian/source/format Removed: trunk/packages/acedb/trunk/debian/docs Modified: trunk/packages/acedb/trunk/debian/changelog trunk/packages/acedb/trunk/debian/control Log: Added all needed Build-Depends (pkg-config, csh, flex, bison) to enable proper building (Closes: #589065), Group maintenance, Source version 3.0 (quilt) Modified: trunk/packages/acedb/trunk/debian/changelog =================================================================== --- trunk/packages/acedb/trunk/debian/changelog 2010-08-09 13:29:08 UTC (rev 5113) +++ trunk/packages/acedb/trunk/debian/changelog 2010-08-09 15:56:25 UTC (rev 5114) @@ -1,3 +1,19 @@ +acedb (4.9.39-3) unstable; urgency=low + + [Andreas Tille] + * Group maintenance, added myself to uploaders + * Somebody has provided upstream-metadata.yaml, just + mention this in changelog + * Standards-Version: 3.9.1 (no changes needed) + * Build-Depends: pkg-config, csh + Closes: #589065 + Remark: Better than Build-Depending csh would be to port the scripts + in w3rdparty to POSIX + * Added other missing Build-Depends: flex, bison + * debian/source/format: 3.0 (quilt) + + -- Andreas Tille <[email protected]> Mon, 09 Aug 2010 17:10:08 +0200 + acedb (4.9.39-2) unstable; urgency=low * Cleanups in debian/copyright reaction to previous Modified: trunk/packages/acedb/trunk/debian/control =================================================================== --- trunk/packages/acedb/trunk/debian/control 2010-08-09 13:29:08 UTC (rev 5113) +++ trunk/packages/acedb/trunk/debian/control 2010-08-09 15:56:25 UTC (rev 5114) @@ -1,9 +1,12 @@ Source: acedb Section: science Priority: extra -Maintainer: Steffen Moeller <[email protected]> -Build-Depends: debhelper (>= 7), libreadline5-dev, libglib2.0-dev, libgtk2.0-dev, quilt -Standards-Version: 3.9.0 +Maintainer: Debian Med Packaging Team <[email protected]> +DM-Upload-Allowed: yes +Uploaders: Steffen Moeller <[email protected]>, Andreas Tille <[email protected]> +Build-Depends: debhelper (>= 7), libreadline5-dev, libglib2.0-dev, libgtk2.0-dev, quilt, + pkg-config, csh, flex, bison +Standards-Version: 3.9.1 Homepage: http://www.acedb.org/ Vcs-Svn: svn://svn.debian.org/svn/debian-med/trunk/packages/acedb/trunk Vcs-Browser: http://svn.debian.org/wsvn/debian-med/trunk/packages/acedb/trunk/?rev=0&sc=0 Added: trunk/packages/acedb/trunk/debian/source/format =================================================================== --- trunk/packages/acedb/trunk/debian/source/format (rev 0) +++ trunk/packages/acedb/trunk/debian/source/format 2010-08-09 15:56:25 UTC (rev 5114) @@ -0,0 +1 @@ +3.0 (quilt) _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/debian-med-commit
