martin f. krafft: remove SVN Id keyword from sources
Martin F. Krafft
madduck at alioth.debian.org
Tue Jul 21 11:55:41 UTC 2009
Module: mdadm
Branch: build
Commit: 64d9e0db0c6443441ef3befb07a3246c41ee491e
URL: http://git.debian.org/?p=pkg-mdadm/mdadm.git;a=commit;h=64d9e0db0c6443441ef3befb07a3246c41ee491e
Author: martin f. krafft <madduck at debian.org>
Date: Tue Jul 21 10:33:11 2009 +0200
remove SVN Id keyword from sources
Signed-off-by: martin f. krafft <madduck at debian.org>
---
debian/checkarray | 1 -
debian/mkconf | 3 +--
2 files changed, 1 insertions(+), 3 deletions(-)
diff --git a/debian/checkarray b/debian/checkarray
index 2194a54..5569ee7 100644
--- a/debian/checkarray
+++ b/debian/checkarray
@@ -12,7 +12,6 @@ PROGNAME=${0##*/}
about()
{
echo "$PROGNAME -- MD array (RAID) redundancy checker tool"
- echo '$Id$'
echo "Copyright © martin f. krafft <madduck at debian.org>"
echo "Released under the terms of the Artistic Licence 2.0"
}
diff --git a/debian/mkconf b/debian/mkconf
index 85a8f6f..26c8b98 100644
--- a/debian/mkconf
+++ b/debian/mkconf
@@ -96,8 +96,7 @@ fi
if [ $generate -eq 1 ]; then
cat <<_eof
-# This file was auto-generated on $(date -R)
-# by mkconf \$Id$
+# This file was auto-generated on $(date -R) by mkconf
_eof
mkdir -p /var/lib/mdadm
More information about the pkg-mdadm-commits
mailing list