tags 582239 + patch thanks * Reuben Thomas <[email protected]>, 2010-05-19, 12:10:
Version 1.15 breaks --explain because /usr/share/vrms/reasons/vrms has moved to /usr/share/vrms/reasons/vrms/vrms, and vrms can't read it properly (it silently fails to read the directory as a file). Fix seems trivial: just put the file back in the right place!
Patch attached. -- Jakub Wilk
diff -Nru vrms-1.15/debian/install vrms-1.15+nmu1/debian/install --- vrms-1.15/debian/install 2009-05-19 07:37:12.000000000 +0200 +++ vrms-1.15+nmu1/debian/install 2011-01-26 20:10:24.000000000 +0100 @@ -1,2 +1,2 @@ vrms usr/bin -reasons/vrms usr/share/vrms/reasons/vrms +reasons/vrms usr/share/vrms/reasons/

