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

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Bazaar Package Importer
  • Author(s): Petter Reinholdtsen, Petter Reinholdtsen, Kel Modderman
  • Date: 2009-07-24 10:51:50 UTC
  • Revision ID: james.westby@ubuntu.com-20090724105150-gwwfemn5xccc9gdb
Tags: 2.86.ds1-66
[ Petter Reinholdtsen ]
* Replace Ó with \['O] and Á with \['A] in spanish
  update-rc.d(8) after looking up the correct string in
  groff_man(7), to avoid lintian warning.
* Move bootlogd to the sysvinit-utils package, as it is useful also
  without the sysvinit init program.  Make sysvinit-utils replace
  sysvinit (<= 2.86.ds1-65) to handle this.
* Clean up control file, dropping replaces and conflicts on sysvinit
  and file-rc packages before oldstable: sysvinit (<< 2.85-1),
  sysv-rc (<< 2.86.ds1-1.2), sysvinit (<< 2.86.ds1-12) and file-rc
  (>> 0.7.0).
* New patch 54_bootlogd_findptyfail making sure bootlogd findpty()
  returns an error value  when it fails to find a usable pty
  (Closes: #492796).  Patch from Rob Leslie.
* New patch 96_shutdown_acctoff making sure to call accton with the
  argument off during shutdown to stop accounting (Closes: #536574).
* Modify LSB header of init.d/bootlogd to depend on $all when
  starting, to get it to start later in the boot sequence
  (Closes: #531198.  Patch from Vincent Crevot.
* Modify LSB header of init.d/bootlogd to start earlier when
  dependency based boot sequencing is enabled, by stating that
  it should start before keymap and keyboard-setup.
* Make sure more verbose temp cleaning always calls log_end_msg
  after log_begin_msg (might solve #534713).
* New patch 97_init_starttest solving problem reported to
  <URL:http://freshmeat.net/projects/sysvinit/> 2003-03-10.
* Change init.d/bootmisc.sh to not set pseudo-terminal access
  permissions when udev is active.  Leave that to udev, the same way
  it is left to devfs.
* Correct boot dependency, move hostname dependency from bootmisc.sh to
  bootlogs.

[ Kel Modderman ]
* Remove debian/startpar/README, it contains outdated information about
  the origin of startpar upstream.
* Update startpar to version 0.53.1 upstream. Add Debian quilt patch series
  to ./debian/startpar/patches, while they wait for inclusion upstream.
* Patch startpar makeboot.c to allow a much higher amount of loops when
  calculating dependecies from make files.
* Modify all copyright blurbs which refer to the version-less symlink
  /usr/share/common-licenses/GPL to point to the versioned GPL-2 license.

Show diffs side-by-side

added added

removed removed

Lines of Context:
106
106
        rm -f $(tmp)/usr/share/man/man8/killall5.8
107
107
        rm -f $(tmp)/usr/share/man/man8/sulogin.8
108
108
        rm -f $(tmp)/usr/share/man/man8/fstab-decode.8
 
109
        rm -f $(tmp)/usr/share/man/man8/bootlogd.8
109
110
        rm -f $(tmp)/usr/share/man/man1/last.1
110
111
        rm -f $(tmp)/usr/share/man/man1/lastb.1
111
112
        rm -f $(tmp)/usr/share/man/man1/mesg.1
115
116
        rm -f $(tmp)/sbin/killall5
116
117
        rm -f $(tmp)/sbin/sulogin
117
118
        rm -f $(tmp)/sbin/fstab-decode
 
119
        rm -f $(tmp)/sbin/bootlogd
118
120
        rm -f $(tmp)/usr/bin/last
119
121
        rm -f $(tmp)/usr/bin/lastb
120
122
        rm -f $(tmp)/usr/bin/mesg
158
160
        install -o root -g root -m 755 src/killall5 $(tmp)/sbin
159
161
        install -o root -g root -m 755 src/sulogin $(tmp)/sbin
160
162
        install -o root -g root -m 755 src/fstab-decode $(tmp)/sbin
 
163
        install -o root -g root -m 755 src/bootlogd $(tmp)/sbin
161
164
        install -o root -g root -m 755 src/last $(tmp)/usr/bin
162
165
        install -o root -g root -m 755 src/mesg $(tmp)/usr/bin
163
166
        $(MAKE) $(CROSS) -C debian/startpar DESTDIR=$(tmp) install
171
174
        ln -sf last $(tmp)/usr/bin/lastb
172
175
        install -o root -g root -m 644 man/killall5.8 $(tmp)/usr/share/man/man8
173
176
        install -o root -g root -m 644 man/sulogin.8 $(tmp)/usr/share/man/man8
 
177
        install -o root -g root -m 644 man/bootlogd.8 $(tmp)/usr/share/man/man8
174
178
        install -o root -g root -m 644 man/last.1 $(tmp)/usr/share/man/man1
175
179
        install -o root -g root -m 644 man/lastb.1 $(tmp)/usr/share/man/man1
176
180
        install -o root -g root -m 644 man/mesg.1 $(tmp)/usr/share/man/man1