martin f. krafft: remove $Id:$ leftovers from CVS/SVN

Martin F. Krafft madduck at alioth.debian.org
Wed Jul 2 09:40:49 UTC 2008


Module: mdadm
Branch: master
Commit: aa8f9a3b0ded0b85479a3e3155642d9384aa0bb4
URL:    http://git.debian.org/?p=pkg-mdadm/mdadm.git;a=commit;h=aa8f9a3b0ded0b85479a3e3155642d9384aa0bb4

Author: martin f. krafft <madduck at madduck.net>
Date:   Wed Jul  2 11:34:35 2008 +0200

remove $Id:$ leftovers from CVS/SVN

---

 debian/FAQ                         |    2 --
 debian/README.checkarray           |    2 --
 debian/README.initramfs-transition |    2 --
 debian/README.recipes              |    2 --
 debian/README.upgrading-2.5.3      |    2 --
 debian/TESTING                     |    2 --
 debian/TODO                        |    2 --
 debian/checkarray                  |    3 ---
 debian/mdadm-raid                  |    4 +---
 debian/mdadm-startall              |    3 ---
 debian/mdadm.config                |    2 --
 debian/mdadm.cron.d                |    2 --
 debian/mdadm.init                  |    4 +---
 debian/mdadm.postinst              |    2 --
 debian/mdadm.postrm                |    3 ---
 debian/mdadm.preinst               |    3 ---
 debian/mkconf                      |    3 ---
 debian/rules                       |    2 --
 debian/watch                       |    2 --
 19 files changed, 2 insertions(+), 45 deletions(-)

diff --git a/debian/FAQ b/debian/FAQ
index 76f57a0..0ec4966 100644
--- a/debian/FAQ
+++ b/debian/FAQ
@@ -544,5 +544,3 @@ The latest version of this FAQ is available here:
   Or make use of /usr/share/mdadm/startall .
 
  -- martin f. krafft <madduck at debian.org>  Wed, 02 Jul 2008 11:32:51 +0200
-
-$Id$
diff --git a/debian/README.checkarray b/debian/README.checkarray
index 9f691e6..8cefe01 100644
--- a/debian/README.checkarray
+++ b/debian/README.checkarray
@@ -19,5 +19,3 @@ However in the absence of read errors it is read-only.
 You can cancel a running array check with the -x option to checkarray.
 
  -- martin f. krafft <madduck at debian.org>  Mon, 08 Jan 2007 02:07:19 +0100
-
-$Id$
diff --git a/debian/README.initramfs-transition b/debian/README.initramfs-transition
index 2c313cc..52d4191 100644
--- a/debian/README.initramfs-transition
+++ b/debian/README.initramfs-transition
@@ -48,5 +48,3 @@ don't want it overwritten.
 Again, please report success or failure to me.
 
  -- martin f. krafft <madduck at debian.org>  Mon, 23 Sep 2006 23:48:21 +0100
-
-$Id$
diff --git a/debian/README.recipes b/debian/README.recipes
index d5603fe..0d6c8d1 100644
--- a/debian/README.recipes
+++ b/debian/README.recipes
@@ -144,5 +144,3 @@ The latest version of this document is available here:
     # see also item 12 in the FAQ contained with the Debian package.
 
  -- martin f. krafft <madduck at debian.org>  Fri, 06 Oct 2006 15:39:58 +0200
-
-$Id$
diff --git a/debian/README.upgrading-2.5.3 b/debian/README.upgrading-2.5.3
index 601d79d..ae5af8e 100644
--- a/debian/README.upgrading-2.5.3
+++ b/debian/README.upgrading-2.5.3
@@ -132,5 +132,3 @@ relevant information. The reportbug tool will automatically include the most
 relevant data in the report.
 
  -- martin f. krafft <madduck at debian.org>  Wed, 02 Jul 2008 11:33:12 +0200
-
-$Id: README.initramfs-transition 89 2006-08-08 09:33:05Z madduck $
diff --git a/debian/TESTING b/debian/TESTING
index c4edd43..22b0196 100644
--- a/debian/TESTING
+++ b/debian/TESTING
@@ -82,5 +82,3 @@ the needed debconf[2] and lsb-base[3] reside in the backports.org archive.
 Much appreciated!
 
  -- martin f. krafft <madduck at debian.org>  Wed, 02 Jul 2008 11:10:02 +0200
-
-$Id$
diff --git a/debian/TODO b/debian/TODO
index 2401f93..eb3299e 100644
--- a/debian/TODO
+++ b/debian/TODO
@@ -27,5 +27,3 @@ debian mdadm TODO list
   sentinels in $STATEDIR
 
 - manage DAEMON_OPTIONS with debconf
-
-$Id$
diff --git a/debian/checkarray b/debian/checkarray
index afd1a5a..cd17a07 100644
--- a/debian/checkarray
+++ b/debian/checkarray
@@ -5,9 +5,6 @@
 # Copyright © martin f. krafft <madduck at debian.org>
 # distributed under the terms of the Artistic Licence 2.0
 #
-# $Id$
-#
-
 set -eu
 
 PROGNAME=${0##*/}
diff --git a/debian/mdadm-raid b/debian/mdadm-raid
index 0860967..b59c619 100644
--- a/debian/mdadm-raid
+++ b/debian/mdadm-raid
@@ -6,8 +6,6 @@
 # Copyright © 2005-2007 Martin F. Krafft <madduck at debian.org>
 # Distributable under the terms of the GNU GPL version 2.
 #
-# $Id$
-#
 ### BEGIN INIT INFO
 # Provides:          mdadm-raid
 # Required-Start:    mountkernfs
@@ -21,7 +19,7 @@
 #                    the settings in /etc/mdadm/mdadm.conf and the preferences
 #                    in /etc/default/mdadm.
 ### END INIT INFO
-
+#
 set -eu
 
 MDADM=/sbin/mdadm
diff --git a/debian/mdadm-startall b/debian/mdadm-startall
index cc6be57..5e54b32 100644
--- a/debian/mdadm-startall
+++ b/debian/mdadm-startall
@@ -6,9 +6,6 @@
 # Copyright © martin f. krafft <madduck at madduck.net>
 # distributed under the terms of the Artistic Licence 2.0
 #
-# $Id$
-#
-
 set -eu
 
 CONFIG=/etc/mdadm/mdadm.conf
diff --git a/debian/mdadm.config b/debian/mdadm.config
index b06c21e..0a03508 100644
--- a/debian/mdadm.config
+++ b/debian/mdadm.config
@@ -3,8 +3,6 @@
 # Copyright © martin f. krafft <madduck at debian.org>
 # Distributable under the terms of the GNU GPL version 2.
 #
-# $Id$
-#
 
 # we need debconf-escape. Without it, defer the configuration.
 if [ ! -x "$(command -v debconf-escape 2>/dev/null)" ]; then
diff --git a/debian/mdadm.cron.d b/debian/mdadm.cron.d
index f303420..fd6a09c 100644
--- a/debian/mdadm.cron.d
+++ b/debian/mdadm.cron.d
@@ -4,8 +4,6 @@
 # Copyright © martin f. krafft <madduck at madduck.net>
 # distributed under the terms of the Artistic Licence 2.0
 #
-# $Id$
-#
 
 # By default, run at 00:57 on every Sunday, but do nothing unless the day of
 # the month is less than or equal to 7. Thus, only run on the first Sunday of
diff --git a/debian/mdadm.init b/debian/mdadm.init
index eb34531..6670dc4 100644
--- a/debian/mdadm.init
+++ b/debian/mdadm.init
@@ -6,8 +6,6 @@
 # Copyright © 2005-2007 Martin F. Krafft <madduck at debian.org>
 # Distributable under the terms of the GNU GPL version 2.
 #
-# $Id$
-#
 ### BEGIN INIT INFO
 # Provides:          mdadm
 # Required-Start:    checkroot
@@ -21,7 +19,7 @@
 #                    administrator is alerted via email, or a custom script is
 #                    run.
 ### END INIT INFO
-
+#
 set -eu
 
 MDADM=/sbin/mdadm
diff --git a/debian/mdadm.postinst b/debian/mdadm.postinst
index 040b818..5a732de 100644
--- a/debian/mdadm.postinst
+++ b/debian/mdadm.postinst
@@ -3,8 +3,6 @@
 # Copyright © 2005-2007 Martin F. Krafft <madduck at debian.org>
 # Distributable under the terms of the GNU GPL version 2.
 #
-# $Id$
-#
 
 . /usr/share/debconf/confmodule
 # See #369953 for ordering
diff --git a/debian/mdadm.postrm b/debian/mdadm.postrm
index 680a888..cb4e58e 100644
--- a/debian/mdadm.postrm
+++ b/debian/mdadm.postrm
@@ -3,9 +3,6 @@
 # Copyright © 2006-2007 Martin F. Krafft <madduck at debian.org>
 # Distributable under the terms of the GNU GPL version 2.
 #
-# $Id$
-#
-
 set -eu
 
 case "${1:-}" in
diff --git a/debian/mdadm.preinst b/debian/mdadm.preinst
index c5db6d3..81dea70 100644
--- a/debian/mdadm.preinst
+++ b/debian/mdadm.preinst
@@ -2,9 +2,6 @@
 # Copyright © martin f. krafft <madduck at debian.org>
 # Distributed under the terms of the Artistic Licence 2.0
 #
-# $Id$
-#
-
 set -eu
 
 case "$1" in
diff --git a/debian/mkconf b/debian/mkconf
index d5116cf..f712e95 100644
--- a/debian/mkconf
+++ b/debian/mkconf
@@ -5,9 +5,6 @@
 # Copyright © martin f. krafft <madduck at madduck.net>
 # distributed under the terms of the Artistic Licence 2.0
 #
-# $Id$
-#
-
 set -eu
 
 ME="${0##*/}"
diff --git a/debian/rules b/debian/rules
index 2463756..bad3505 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,8 +3,6 @@
 # Copyright © 2005-2007 Martin F. Krafft <madduck at debian.org>
 # Distributable under the terms of the GNU GPL version 2.
 #
-# $Id$
-#
 
 #export DH_VERBOSE=1
 
diff --git a/debian/watch b/debian/watch
index d8c5f67..82cf909 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,4 +1,2 @@
 version=3
 http://www.cse.unsw.edu.au/~neilb/source/mdadm/mdadm-([.[:digit:]]+).tgz
-
-# $Id$




More information about the pkg-mdadm-commits mailing list