[Pkg-octave-commit] [SCM] Debian packaging for octave branch, master, updated. 3.2.2-2-104-gf04e926

Thomas Weber tweber at debian.org
Sat Dec 10 22:02:28 UTC 2011


The following commit has been merged in the master branch:
commit e4589c08fb305f713e21f7763e80a71b7f1ad818
Author: Sébastien Villemot <sebastien.villemot at ens.fr>
Date:   Tue Dec 6 12:41:48 2011 +0100

    Run dh_autoreconf_clean in clean rule
    
    Git-Dch: Ignore

diff --git a/debian/rules b/debian/rules
index 2486b01..5247434 100755
--- a/debian/rules
+++ b/debian/rules
@@ -11,7 +11,7 @@ export DH_OPTIONS
 	dh $@ --with autoreconf --parallel
 
 clean:
-	dh clean
+	dh clean --with autoreconf
 
 # override normal dh_auto_configure call to pass OpenMP flag to it (#631831)
 # and while we are at it, disable the rpath (thanks lintian)

-- 
Debian packaging for octave



More information about the Pkg-octave-commit mailing list