Bug#367201: bacula: Please remove build-dep on ssed

2006-05-14 Thread Jerome Warnier
Package: bacula
Severity: wishlist

I don't like to have to install unneeded packages on my system.
To build the Bacula Debian packages, ssed is used, but I don't quite
understand why not use GNU sed instead.

ssed is only used in debian/rules, where regular sed is used also.
Moreover, the ssed calls could be replaced without any problems by sed,
as they don't use any special feature.

So please, replace the 2 ssed calls by sed calls and remove the
build-dep on it.

Thanks

-- System Information:
Debian Release: 3.1
Architecture: i386 (i686)
Kernel: Linux 2.6.8-3-686-smp
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#367201: bacula: Please remove build-dep on ssed

2006-05-14 Thread John Goerzen
On Sun, May 14, 2006 at 01:29:12PM +0200, Jerome Warnier wrote:
 I don't like to have to install unneeded packages on my system.
 To build the Bacula Debian packages, ssed is used, but I don't quite
 understand why not use GNU sed instead.

Hi Jerome,

I did not realize that GNU sed supports inplace editing (-i).
According to its documentation, it does now.  I will test, and if it
works, I will make this change.

If it does not work, I will not make the change, since the logic in
the rules file is much simpler with in-place editing as opposed to
having to write a for loop with output to temporary files.

Thanks,

-- John


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#367201: bacula: Please remove build-dep on ssed

2006-05-14 Thread Jerome Warnier
Le dimanche 14 mai 2006 à 08:58 -0500, John Goerzen a écrit :
 On Sun, May 14, 2006 at 01:29:12PM +0200, Jerome Warnier wrote:
  I don't like to have to install unneeded packages on my system.
  To build the Bacula Debian packages, ssed is used, but I don't quite
  understand why not use GNU sed instead.
 
 Hi Jerome,
 
 I did not realize that GNU sed supports inplace editing (-i).
 According to its documentation, it does now.  I will test, and if it
 works, I will make this change.
Yes, it supports it for a long time.
Theorically, you should probably put a versioned dependency on sed
(which is essential, BTW) to insure a version recent enough to support
it (Sarge's one is yet, so I guess this is not really needed).
If it's not in the doc, it probably deserves a bugreport.

 If it does not work, I will not make the change, since the logic in
 the rules file is much simpler with in-place editing as opposed to
 having to write a for loop with output to temporary files.
It will work, I use it (-i) really often, for a long time.

 Thanks,
 
 -- John
-- 
Jérôme Warnier
FLOSS Consultant
http://beeznest.net




Bug#367201: bacula: Please remove build-dep on ssed

2006-05-14 Thread John Goerzen
tags 367201 pending
thanks

Hello Jerome,

I have checked in this change to my Darcs tree.  It will be a part of
bacula 1.38.9-8 whenever that release occurs.

Thanks,

-- John


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]