~ubuntu-branches/ubuntu/raring/hardening-wrapper/raring

« back to all changes in this revision

Viewing changes to debian/hardening-wrapper.postrm

  • Committer: Package Import Robot
  • Author(s): Kees Cook
  • Date: 2012-12-16 14:56:48 UTC
  • mfrom: (28.1.4 sid)
  • Revision ID: package-import@ubuntu.com-20121216145648-qgb87pb4g17wwiwg
Tags: 2.3
* debian/hardening-wrapper.{prerm,postinst,links}, debian/README.Debian:
  add gcc-4.8 to the diversion list, and sync list of compiler versions
  (Closes: 681799).
* hardening-check: fix hash size check syntax (Closes: 682451).

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
 
9
9
if [ "$1" = "remove" ] || [ "$1" = "abort-install" ]; then
10
10
        # handle diversions (change debian/h-w.link, debian/h-w.preinst too)
11
 
        for ver in 4.2 4.3 4.4 4.5 4.6 4.7
 
11
        for ver in 4.2 4.3 4.4 4.5 4.6 4.7 4.8
12
12
        do
13
13
                for i in gcc g++
14
14
                do