------------------------------------------------------------ revno: 2012 committer: Rene Engelhard <r...@debian.org> branch nick: debian timestamp: Sat 2010-06-05 07:10:18 +0200 message: actually remove $(STAMP_DIR) in clean modified: changelog rules
=== modified file 'changelog' --- a/changelog 2010-06-04 21:27:10 +0000 +++ b/changelog 2010-06-05 05:10:18 +0000 @@ -21,9 +21,10 @@ * debian/rules: - use Oracles tarballs again + - actually remove $(STAMP_DIR) in clean * debian/changelog: mention security fix in rc1s changelog - -- Rene Engelhard <r...@debian.org> Fri, 04 Jun 2010 19:07:56 +0200 + -- Rene Engelhard <r...@debian.org> Sat, 05 Jun 2010 07:02:54 +0200 openoffice.org (1:3.2.1~rc2-2) experimental; urgency=low
=== modified file 'rules' --- a/rules 2010-06-01 13:11:46 +0000 +++ b/rules 2010-06-05 05:10:18 +0000 @@ -1602,6 +1602,8 @@ echo "1.0" > debian/source/format endif + rm -rf $(STAMP_DIR) + $(MAKE) -f debian/rules control