[med-svn] r14126 - trunk/packages/maude/trunk/debian
Andreas Tille
tille at alioth.debian.org
Tue Jul 9 13:56:13 UTC 2013
Author: tille
Date: 2013-07-09 13:56:13 +0000 (Tue, 09 Jul 2013)
New Revision: 14126
Modified:
trunk/packages/maude/trunk/debian/changelog
trunk/packages/maude/trunk/debian/rules
Log:
fix clean target; upload to unstable
Modified: trunk/packages/maude/trunk/debian/changelog
===================================================================
--- trunk/packages/maude/trunk/debian/changelog 2013-07-09 13:36:08 UTC (rev 14125)
+++ trunk/packages/maude/trunk/debian/changelog 2013-07-09 13:56:13 UTC (rev 14126)
@@ -1,4 +1,4 @@
-maude (2.6-3) UNRELEASED; urgency=low
+maude (2.6-3) unstable; urgency=low
* renamed debian/upstream-metadata.yaml to debian/upstream
* debian/copyright: cme fix dpkg-copyright
@@ -7,7 +7,9 @@
- debhelper 9
- drop cdbs, quilt from Build-Depends
- Use anonscm in Vcs fields
- * debian/rules: use short dh instead of cdbs
+ * debian/rules:
+ - use short dh instead of cdbs
+ - fix clean target
-- Andreas Tille <tille at debian.org> Tue, 09 Jul 2013 15:19:51 +0200
Modified: trunk/packages/maude/trunk/debian/rules
===================================================================
--- trunk/packages/maude/trunk/debian/rules 2013-07-09 13:36:08 UTC (rev 14125)
+++ trunk/packages/maude/trunk/debian/rules 2013-07-09 13:56:13 UTC (rev 14126)
@@ -11,3 +11,4 @@
override_dh_auto_clean:
dh_auto_clean
rm -f src/Mixfix/surface.output
+ find tests -name "*.out" -type f -delete
More information about the debian-med-commit
mailing list