~ubuntu-branches/debian/experimental/sysvinit/experimental

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: Bazaar Package Importer
  • Author(s): Petter Reinholdtsen, Petter Reinholdtsen, Kel Modderman
  • Date: 2009-07-27 21:12:27 UTC
  • Revision ID: james.westby@ubuntu.com-20090727211227-lxxqgakhpy83x5on
Tags: 2.87dsf-2
[ Petter Reinholdtsen ]
* Start generating MD5 sum files using dh_md5sum, build-depend
  on debhelper for this.  Use compat level 1 to get it to process
  debian/tmp/.
* Drop the stop calls for K11mountoverflowtmp in runlevels 0 and 6.
  The umountfs script will take care of that task (Closes: 526733).
* Remove setting of unused makefile variable LIBC6 from rules.
* Move copyright, preinst, postinst and postrm files for initscripts
  and sysv-rc to debian/ to make the build system closer to other
  source packages.
* Add the sysv-rc saveconfig script to /usr/share/doc/sysv-rc/
  to provide an example.
* Let sysv-rc depend on insserv (>= 1.12.0-10) to activate
  dependency based boot sequencing by default.

[ Kel Modderman ]
* Allow forcefsck on kernel cmdline to have same effect as touching
  /forcefsck in checkfs.sh and checkroot.sh. (Closes: #529498)
* Also allow fastboot on kernel cmdline to have same effect as touching
  /fastboot in checkfs.sh and checkroot.sh.
* Do not use brace expansion in debian/rules and remove need for
  setting SHELL to /bin/bash.

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
Priority: required
4
4
Maintainer: Debian sysvinit maintainers <pkg-sysvinit-devel@lists.alioth.debian.org>
5
5
Uploaders: Petter Reinholdtsen <pere@debian.org>, Henrique de Moraes Holschuh <hmh@debian.org>, Kel Modderman <kel@otaku42.de>
6
 
Build-Depends: dpatch, libselinux1-dev (>= 1.14) [!hurd-i386 !kfreebsd-i386 !kfreebsd-amd64], libsepol1-dev [!hurd-i386 !kfreebsd-i386 !kfreebsd-amd64]
 
6
Build-Depends: debhelper (>= 1), dpatch, libselinux1-dev (>= 1.14) [!hurd-i386 !kfreebsd-i386 !kfreebsd-amd64], libsepol1-dev [!hurd-i386 !kfreebsd-i386 !kfreebsd-amd64]
7
7
Standards-Version: 3.8.2
8
8
Homepage: http://freshmeat.net/projects/sysvinit/
9
9
Vcs-Svn: svn://svn.debian.org/pkg-sysvinit/sysvinit/trunk
42
42
Conflicts: file-rc
43
43
Replaces: file-rc
44
44
Suggests: sysv-rc-conf, bum
45
 
Depends: sysvinit-utils (>= 2.86.ds1-62)
 
45
Depends: sysvinit-utils (>= 2.86.ds1-62), insserv (>= 1.12.0-10)
46
46
Description: System-V-like runlevel change mechanism
47
47
 This package provides support for the System-V like system
48
48
 for booting, shutting down and changing runlevels,