Hi, the Debian package of flashrom misses the build dependency on subversion in its control file. Subversion is not installed when choosing "Standard system" and "Desktop system" with tasksel.
I tried to build flashrom on a freshly installed Debian unstable machine (alpha) and I couldn't check-out the source because of the missing subversion. Adrian
--- debian/control 2010-04-02 20:04:41.000000000 +0200 +++ debian/control.new 2010-04-02 20:05:31.000000000 +0200 @@ -2,7 +2,7 @@ Section: electronics Priority: extra Maintainer: Uwe Hermann <[email protected]> -Build-Depends: cdbs, debhelper (>= 5), libpci-dev, libftdi-dev +Build-Depends: cdbs, debhelper (>= 5), libpci-dev, libftdi-dev, subversion Standards-Version: 3.8.4 Homepage: http://www.flashrom.org
_______________________________________________ flashrom mailing list [email protected] http://www.flashrom.org/mailman/listinfo/flashrom
