Re: RFC/RFS: bcpp - C(++) beautifier

2006-03-11 Thread Alexander Schmehl
Hi Miry! * Miriam Ruiz <[EMAIL PROTECTED]> [060308 08:50]: > > - debian/control: You could add the Upstream Homepage (as described in > > the developers reference [1]) > Is it worth mentioning the home page in the description, even when that home > page has not extra relevant information apart

Re: RFC/RFS: bcpp - C(++) beautifier

2006-03-07 Thread Miriam Ruiz
--- Alexander Schmehl <[EMAIL PROTECTED]> escribió: > Two (minor) remarks: > - debian/compat: should be set to 5 > - debian/control: You could add the Upstream Homepage (as described in > the developers reference [1]) > > Package is on it's way. Nice tool, would welcome further uploads. Tha

Re: RFC/RFS: bcpp - C(++) beautifier

2006-03-07 Thread Peter Samuelson
[Alexander Schmehl] > - debian/compat: should be set to 5 I'm still using 4 so as not to gratuitously make life harder on anyone wishing to build my packages on sarge. The changes from 4 to 5 don't appear to provide much, if any, benefit to my packages. After etch, I suppose I'll switch to 5.

Re: RFC/RFS: bcpp - C(++) beautifier

2006-03-07 Thread Alexander Schmehl
Hi! * Miriam Ruiz <[EMAIL PROTECTED]> [060307 02:29]: > bcpp indents C/C++ source programs, replacing tabs with spaces or the > reverse. Unlike indent, it does (by design) not attempt to wrap long > statements. [..] > Packages: http://baby.yi.org/packages/bcpp/ Two (minor) remarks: - debian/compa

Re: RFC/RFS: bcpp - C(++) beautifier

2006-03-06 Thread Justin Pryzby
On Tue, Mar 07, 2006 at 02:29:18AM +0100, Miriam Ruiz wrote: > bcpp indents C/C++ source programs, replacing tabs with spaces or the > reverse. Comparable in functionality: coreutils {,un}expand indent --{no,use}-tabs > Unlike indent, it does (by design) not attempt to wrap long > statements.

RFC/RFS: bcpp - C(++) beautifier

2006-03-06 Thread Miriam Ruiz
bcpp indents C/C++ source programs, replacing tabs with spaces or the reverse. Unlike indent, it does (by design) not attempt to wrap long statements. This version improves the parsing algorithm by marking the state of all characters, recognizes a wider range of indention structures, and implement