[Pkg-sysvinit-commits] r480 - sysvinit/trunk/debian

Thomas Hood jdthood-guest at costa.debian.org
Sun Jan 1 20:44:48 UTC 2006


Author: jdthood-guest
Date: 2006-01-01 20:44:47 +0000 (Sun, 01 Jan 2006)
New Revision: 480

Added:
   sysvinit/trunk/debian/copyright
Removed:
   sysvinit/trunk/debian/README
   sysvinit/trunk/debian/README.runlevels
Modified:
   sysvinit/trunk/debian/changelog
   sysvinit/trunk/debian/rules
Log:
Remove old READMEs

Deleted: sysvinit/trunk/debian/README
===================================================================
--- sysvinit/trunk/debian/README	2006-01-01 20:35:43 UTC (rev 479)
+++ sysvinit/trunk/debian/README	2006-01-01 20:44:47 UTC (rev 480)
@@ -1,24 +0,0 @@
-This is the Debian GNU/Linux prepackaged version of System V Init.
-
-Init was written by Miquel van Smoorenburg <miquels at cistron.nl>.
-
-This package was put together by Bruce Perens <Bruce at Pixar.com> from
-pre-distribution sources. Ian Murdock <imurdock at debian.org> integrated
-it into the base system maintained it until the end of 1995. Miquel van
-Smoorenburg <miquels at cistron.nl> has integrated debian support into the
-base package.
-
-Since version 2.80, debian support was taken out of the upstream package
-and is now only present in the Debian prepackaged version. This was in
-preparance for the split into separate packages (sysvinit, sysv-rc,
-initscripts) which has been realized in version 2.85.
-
-The upstream source is available at:
-
-Primary-Site:   ftp.cistron.nl /pub/people/miquels/software
-                92K sysvinit-2.86.tar.gz
-Alternate-Site: sunsite.unc.edu /pub/Linux/system/daemons/init
-                92K sysvinit-2.86.tar.gz
-
-The sysvinit package in debian is maintained as an alioth project.
-The project page is http://alioth.debian.org/projects/pkg-sysvinit/.

Deleted: sysvinit/trunk/debian/README.runlevels
===================================================================
--- sysvinit/trunk/debian/README.runlevels	2006-01-01 20:35:43 UTC (rev 479)
+++ sysvinit/trunk/debian/README.runlevels	2006-01-01 20:44:47 UTC (rev 480)
@@ -1,3 +0,0 @@
-This information is now available in /usr/share/doc/sysv-rc if you're
-running a standard installation, or in /usr/share/doc/file-rc if you
-have installed the `file-rc' package.

Modified: sysvinit/trunk/debian/changelog
===================================================================
--- sysvinit/trunk/debian/changelog	2006-01-01 20:35:43 UTC (rev 479)
+++ sysvinit/trunk/debian/changelog	2006-01-01 20:44:47 UTC (rev 480)
@@ -15,6 +15,7 @@
     found  (Closes: #345321)
   * /etc/default/rcS: Make VERBOSE default to "no"
   * /etc/default/rcS: Correct description of UTC variable
+  * Remove obsolete README.runlevels
   * Previous release also closes: #227540
 
   [ Petter Reinholdtsen ]

Added: sysvinit/trunk/debian/copyright
===================================================================
--- sysvinit/trunk/debian/copyright	2006-01-01 20:35:43 UTC (rev 479)
+++ sysvinit/trunk/debian/copyright	2006-01-01 20:44:47 UTC (rev 480)
@@ -0,0 +1,20 @@
+This is the Debian GNU/Linux prepackaged version of System V Init.
+
+Init was written by Miquel van Smoorenburg <miquels at cistron.nl>.
+
+This package was first put together by Bruce Perens <Bruce at Pixar.com>
+from pre-distribution sources. Ian Murdock <imurdock at debian.org>
+integrated it into the base system maintained it until the end of 1995.
+Miquel van Smoorenburg <miquels at cistron.nl> implemented Debian support.
+In version 2.85 the package was split into three (sysvinit, sysv-rc,
+and initscripts) in order to make room for alternative rc mechanisms.
+
+The upstream source is available at:
+
+Primary-Site:   ftp.cistron.nl /pub/people/miquels/software
+                92K sysvinit-2.86.tar.gz
+Alternate-Site: sunsite.unc.edu /pub/Linux/system/daemons/init
+                92K sysvinit-2.86.tar.gz
+
+The sysvinit package in debian is maintained as an alioth project.
+The project page is http://alioth.debian.org/projects/pkg-sysvinit/.

Modified: sysvinit/trunk/debian/rules
===================================================================
--- sysvinit/trunk/debian/rules	2006-01-01 20:35:43 UTC (rev 479)
+++ sysvinit/trunk/debian/rules	2006-01-01 20:44:47 UTC (rev 480)
@@ -53,9 +53,7 @@
 	install -g root -m 644 doc/Changelog $(tmp)$(doc)/sysvinit/changelog
 	install -g root -m 644 debian/changelog \
 		$(tmp)$(doc)/sysvinit/changelog.Debian
-	install -g root -m 644 debian/README.runlevels \
-		$(tmp)$(doc)/sysvinit
-	gzip -9f $(tmp)$(doc)/sysvinit/{README.runlevels,changelog*}
+	gzip -9f $(tmp)$(doc)/sysvinit/changelog*
 	if test -e debian/share/inittab.$(DEB_HOST_GNU_TYPE) ; \
 	then \
 		install -g root -m 644 -o root \
@@ -89,7 +87,7 @@
 	rm -f $(tmp)/usr/share/man/man1/mountpoint.1
 	rm -f $(tmp)/bin/mountpoint
 	gzip -9f $(tmp)/usr/share/man/man*/*.[0-9]
-	install -g root -m 644 -o root debian/README \
+	install -g root -m 644 -o root debian/copyright \
 	  $(tmp)$(doc)/sysvinit/copyright
 	cat COPYRIGHT >> $(tmp)$(doc)/sysvinit/copyright
 	install -g root -m 755 debian/postinst $(tmp)/DEBIAN/postinst




More information about the Pkg-sysvinit-commits mailing list