diff -Nru ohcount-3.0.0/debian/changelog ohcount-3.0.0/debian/changelog --- ohcount-3.0.0/debian/changelog 2011-09-30 19:37:34.000000000 +0000 +++ ohcount-3.0.0/debian/changelog 2011-12-10 18:38:33.000000000 +0000 @@ -1,3 +1,9 @@ +ohcount (3.0.0-6) unstable; urgency=low + + * Update some issues with the documentation (Closes: #650685) + + -- Sylvestre Ledru Sat, 10 Dec 2011 19:38:15 +0100 + ohcount (3.0.0-5) unstable; urgency=low * Oups. Plug back the patches diff -Nru ohcount-3.0.0/debian/control ohcount-3.0.0/debian/control --- ohcount-3.0.0/debian/control 2011-09-30 19:29:07.000000000 +0000 +++ ohcount-3.0.0/debian/control 2011-12-10 18:37:47.000000000 +0000 @@ -14,6 +14,7 @@ Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends}, ruby, ruby1.8, libdifflcs-ruby +Suggests: ohcount-doc Description: Source code line counter Ohcount supports over 70 popular programming languages. Ohcount does more than just count lines of code. It can also detect @@ -26,7 +27,7 @@ Package: ohcount-doc Section: doc Architecture: all -Depends: ${shlibs:Depends}, ${misc:Depends}, ohcount +Depends: ${shlibs:Depends}, ${misc:Depends} Description: Source code line counter - Documentation Ohcount supports over 70 popular programming languages. Ohcount does more than just count lines of code. It can also detect diff -Nru ohcount-3.0.0/debian/ohcount.1 ohcount-3.0.0/debian/ohcount.1 --- ohcount-3.0.0/debian/ohcount.1 2011-09-30 19:37:01.000000000 +0000 +++ ohcount-3.0.0/debian/ohcount.1 2011-12-10 18:38:10.000000000 +0000 @@ -65,15 +65,3 @@ .IP Directories will be probed recursively. If no path is given, the current directory will be used. -.SH "SEE ALSO" -The full documentation for -.B ohcount -is maintained as a Texinfo manual. If the -.B info -and -.B ohcount -programs are properly installed at your site, the command -.IP -.B info ohcount -.PP -should give you access to the complete manual.