[Pkg-octave-commit] r1358 - qtoctave/trunk/debian
Rafael Laboissiere
rafael at alioth.debian.org
Wed Mar 5 16:54:12 UTC 2008
Author: rafael
Date: 2008-03-05 16:54:12 +0000 (Wed, 05 Mar 2008)
New Revision: 1358
Modified:
qtoctave/trunk/debian/changelog
qtoctave/trunk/debian/rules
Log:
Make the configure executable
Modified: qtoctave/trunk/debian/changelog
===================================================================
--- qtoctave/trunk/debian/changelog 2008-03-05 16:49:52 UTC (rev 1357)
+++ qtoctave/trunk/debian/changelog 2008-03-05 16:54:12 UTC (rev 1358)
@@ -10,6 +10,8 @@
+ Do not ignore errors in make clean
+ Do not alter upstream files config.guess and config.sub
(closes: #466737)
+ + Make the configure executable (strangely enough, the upstream
+ tarball contains a non-executable script)
* debian/copyright: Added proper copyright notice
-- Rafael Laboissiere <rafael at debian.org> Wed, 05 Mar 2008 17:32:23 +0100
Modified: qtoctave/trunk/debian/rules
===================================================================
--- qtoctave/trunk/debian/rules 2008-03-05 16:49:52 UTC (rev 1357)
+++ qtoctave/trunk/debian/rules 2008-03-05 16:54:12 UTC (rev 1358)
@@ -27,6 +27,7 @@
config.status: configure
dh_testdir
+ chmod +x configure
./configure --prefix=$(PREFIX)
More information about the Pkg-octave-commit
mailing list