Package: snort
Version: 2.8.4.1-3
Severity: normal
Tags: patch

Hi,

First of all, sorry for my poor English.

When building the snort package, an error like "debian/clean_sources.sh: line 
12: -rm: command not found" occurs.
And the line 12 of debian/clean_sources.sh is as follows.
  -rm -f configure-stamp
  ^
I think a hyphen sign in front of 'rm' comamnd is unnecessary.

As I attach a patch, please review it.

Thanks,

-- System Information:
Debian Release: 5.0.3
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: i386 (i686)

Kernel: Linux 2.6.26-2-686 (SMP w/2 CPU cores)
Locale: LANG=ja_JP.UTF-8, LC_CTYPE=ja_JP.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash
Index: snort-2.8.4.1/debian/clean_sources.sh
===================================================================
--- snort-2.8.4.1.orig/debian/clean_sources.sh	2009-09-18 18:35:37.000000000 +0900
+++ snort-2.8.4.1/debian/clean_sources.sh	2009-09-18 18:36:47.000000000 +0900
@@ -9,6 +9,6 @@
 (cd src &&  test -e Makefile && make distclean)
 
 # Remove the flag that indicated that the sources were configured
--rm -f configure-stamp
+rm -f configure-stamp
 
 exit 0

Reply via email to