[med-svn] r6501 - trunk/packages/maude/trunk/debian
Andreas Tille
tille at alioth.debian.org
Sat Apr 9 18:57:00 UTC 2011
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 <tille at debian.org> 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 <debian-med-packaging at lists.alioth.debian.org>
DM-Upload-Allowed: yes
-Uploaders: Scott Christley <schristley at mac.com>
+Uploaders: Scott Christley <schristley at mac.com>,
+ Andreas Tille <tille at debian.org>
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
More information about the debian-med-commit
mailing list