[Pkg-octave-commit] r1788 - octave/trunk/debian
Rafael Laboissiere
rafael at alioth.debian.org
Tue Apr 22 17:37:51 UTC 2008
Author: rafael
Date: 2008-04-22 17:37:51 +0000 (Tue, 22 Apr 2008)
New Revision: 1788
Modified:
octave/trunk/debian/changelog
octave/trunk/debian/rules
Log:
Remove config.log in clean rule
Modified: octave/trunk/debian/changelog
===================================================================
--- octave/trunk/debian/changelog 2008-04-22 13:52:11 UTC (rev 1787)
+++ octave/trunk/debian/changelog 2008-04-22 17:37:51 UTC (rev 1788)
@@ -5,8 +5,9 @@
+ 50_drop-lo-manpages.dpatch
+ 50_dont_downcase_font_names.dpatch
+ 50_clean-doc.dpatch
+ * debian/rules (clean): Remove config.log
- -- Rafael Laboissiere <rafael at debian.org> Tue, 22 Apr 2008 01:28:35 +0200
+ -- Rafael Laboissiere <rafael at debian.org> Tue, 22 Apr 2008 19:37:26 +0200
octave3.0 (1:3.0.0-11) unstable; urgency=low
Modified: octave/trunk/debian/rules
===================================================================
--- octave/trunk/debian/rules 2008-04-22 13:52:11 UTC (rev 1787)
+++ octave/trunk/debian/rules 2008-04-22 17:37:51 UTC (rev 1788)
@@ -244,6 +244,10 @@
rm -f debian/NEWS debian/temp
+ # The following was not necessary until 3.0.0 and should be fixed
+ # upstream
+ rm -f config.log
+
dh_clean
install: install-arch install-indep
More information about the Pkg-octave-commit
mailing list