[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: upload rejected: changes file doesn't say <package> for Source



On Wed, Jan 17, 2001 at 10:41:17AM +0000, Pawel Wiecek wrote:
| On Jan 17,  4:05am, David Starner wrote:
| > In summary:
| >  	dos2unix file (from sysutils package)
| > or	recode l1/crlf..l1 file (from recode)
| > or	konwert -O lf file (from konwert)
| 
| or	fromdos file (from sysutils)
| 

Or just use good ol' vim ;-)  (ok, emacs can probably do this too, but
I don't use it)

:g/
$/s///

(in case that doesn't go through very well, I'll use plain text:
:g/^V^M$/s///
)

(of course, you don't see the ^V since it is used to escape the next
Ctrl- operation)

-D



Reply to: