~ubuntu-branches/ubuntu/quantal/sl-modem/quantal

« back to all changes in this revision

Viewing changes to debian/sl-modem-daemon.init

  • Committer: Package Import Robot
  • Author(s): أحمد المحمودي (Ahmed El-Mahmoudy)
  • Date: 2012-04-17 17:16:00 UTC
  • Revision ID: package-import@ubuntu.com-20120417171600-cw6kadx0fiz38ppt
Tags: 2.9.11~20110321-7
* Added Dutch debconf templates translation.
  Thanks to Jeroen Schot <schot@A-Eskwadraat.nl> (Closes: #654759)
* debian/control:
  + Updated Standards-Version to 3.9.3
  + Set priority of sl-modem-source to extra.
* Bumped compat level to 9
* debian/copyright: Updated copyright format & years.
* Rename sl-modem-source to sl-modem-dkms.
  Also added sl-modem-source as a dummy transitional package.
  (Closes: #656407)
* Added Polish debconf translation.
  Thanks to Michał Kułach <michal.kulach@gmail.com> (Closes: #666780)
* Automatic reformatting for PO files.
* debian/rules: Remove -s switch from dh call, not needed anymore.
* debian/*.lintian-overrides: Refresh lintian overrides for spelling errors.

Show diffs side-by-side

added added

removed removed

Lines of Context:
138
138
      # installed as module so just load it or bail out
139
139
      if MODPROBE_OPTIONS="" $modprobe slamr 2>&1 | grep -q not.found ; then
140
140
          echo "SmartLink modem driver not available for this Kernel. Please read README.Debian"
141
 
          echo "or try to install the package sl-modem-source. Exiting..."
 
141
          echo "or try to install the package sl-modem-dkms. Exiting..."
142
142
          exit 1
143
143
      fi
144
144
   fi