Author: tille Date: 2011-04-09 18:56:56 +0000 (Sat, 09 Apr 2011) New Revision: 6501
Modified: trunk/packages/maude/trunk/debian/changelog trunk/packages/maude/trunk/debian/control trunk/packages/maude/trunk/debian/rules Log: Follow hint of ftpmaster to fix clean target and clean up src/Mixfix/surface.output Modified: trunk/packages/maude/trunk/debian/changelog =================================================================== --- trunk/packages/maude/trunk/debian/changelog 2011-04-09 17:32:25 UTC (rev 6500) +++ trunk/packages/maude/trunk/debian/changelog 2011-04-09 18:56:56 UTC (rev 6501) @@ -1,3 +1,11 @@ +maude (2.6-2) UNRELEASED; urgency=low + + * Added myself to Uploaders + * Follow hint of ftpmaster to fix clean target and clean up + src/Mixfix/surface.output + + -- Andreas Tille <[email protected]> Sat, 09 Apr 2011 20:54:37 +0200 + maude (2.6-1) unstable; urgency=low * Initial Release. (closes: #611927) Modified: trunk/packages/maude/trunk/debian/control =================================================================== --- trunk/packages/maude/trunk/debian/control 2011-04-09 17:32:25 UTC (rev 6500) +++ trunk/packages/maude/trunk/debian/control 2011-04-09 18:56:56 UTC (rev 6501) @@ -3,7 +3,8 @@ Priority: optional Maintainer: Debian Med Packaging Team <[email protected]> DM-Upload-Allowed: yes -Uploaders: Scott Christley <[email protected]> +Uploaders: Scott Christley <[email protected]>, + Andreas Tille <[email protected]> Build-Depends: cdbs, debhelper (>= 7), quilt, autotools-dev, libtecla1-dev, libbdd-dev, libgmp3-dev, libsigsegv-dev, bison, flex, libncurses5-dev Standards-Version: 3.9.1 Modified: trunk/packages/maude/trunk/debian/rules =================================================================== --- trunk/packages/maude/trunk/debian/rules 2011-04-09 17:32:25 UTC (rev 6500) +++ trunk/packages/maude/trunk/debian/rules 2011-04-09 18:56:56 UTC (rev 6501) @@ -8,3 +8,6 @@ include /usr/share/cdbs/1/class/autotools.mk DEB_CONFIGURE_EXTRA_FLAGS := --datadir="/usr/share/maude" + +clean:: + rm -f src/Mixfix/surface.output _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/debian-med-commit
