diff --git a/debian/control b/debian/control
index b925b36e91673f17d1d501aae44c42d41cb96bc3..257e3fd91ca8f885a8d6362239ecb849a98198a8 100644
--- a/debian/control
+++ b/debian/control
@@ -7,7 +7,7 @@ Uploaders: Peter Van Eynde <pvaneynd@debian.org>,
   Francois-Rene Rideau <fare@tunes.org>
 Build-Depends: debhelper (>> 7)
 Build-Depends-Indep: texinfo, texlive-extra-utils, texlive, texlive-generic-recommended
-Standards-Version: 3.8.4
+Standards-Version: 3.9.1
 Homepage: http://common-lisp.net/project/asdf/
 Vcs-Git: git://git.debian.org/git/pkg-common-lisp/cl-asdf.git
 
diff --git a/test/compile-asdf.lisp b/test/compile-asdf.lisp
index d753dda5c98a0be67ec0268cbb1534e9d6e2980e..ce1742df9ddbffc337b5eac5e4d1cd409fd3ee21 100644
--- a/test/compile-asdf.lisp
+++ b/test/compile-asdf.lisp
@@ -21,7 +21,7 @@
            (compile-file *asdf-lisp* :output-file tmp :print t :verbose t))
        (declare (ignore result))
        (cond
-         #-ecl ; 10.7.1 has spurious warnings. Sigh.
+         #-ecl ;; 10.7.1 from CVS has spurious warnings. Sigh.
          (warnings-p
           (leave-lisp "Testsuite failed: ASDF compiled with warnings" 1))
          (errors-p