~ubuntu-branches/ubuntu/natty/foo2zjs/natty

« back to all changes in this revision

Viewing changes to getweb.in

  • Committer: Bazaar Package Importer
  • Author(s): Till Kamppeter
  • Date: 2010-07-28 22:47:45 UTC
  • mfrom: (1.2.5 upstream)
  • Revision ID: james.westby@ubuntu.com-20100728224745-5gplbymqfr8588w7
Tags: 20100728-0ubuntu1
* New upstream release
   o Snapshot from Jul 28, 2010.
* debian/patches/91-wrapper-scripts-custom-pagesize-via-command-line.dpatch:
  Removed, fixed upstream.
* debian/patches/30-udev-rules.dpatch,
  debian/patches/60-getweb.in.dpatch: Updated to work with new foo2zjs
  source.
* debian/patches/60-getweb.in.dpatch, debian/patches/80-getweb.in.dpatch:
  merged 80-getweb.in.dpatch into 60-getweb.in.dpatch.
* debian/rules: Added "CUPS_SERVERBIN=..." to the "make install" command
  line.
* debian/foo2zjs.postinst: Migrate driver name "foo2zjs" to "foo2zjs-z1"
  and "foo2zjs-z2".

Show diffs side-by-side

added added

removed removed

Lines of Context:
9
9
# be displayed to the human that is running this.
10
10
#
11
11
 
12
 
VERSION='$Id: getweb.in,v 1.89 2009/06/23 18:31:20 rick Exp $'
 
12
VERSION='$Id: getweb.in,v 1.91 2010/06/15 16:50:56 rick Exp $'
13
13
 
14
14
WGETOPTS="--passive-ftp -q"
15
15
 
35
35
    $ ./getweb 2530     # Get Konica Minolta 2530 DL .ICM files
36
36
    $ ./getweb 4690     # Get Konica Minolta 4690MF .ICM files
37
37
    $ ./getweb 6115     # Get Xerox Phaser 6115MFP .ICM files
 
38
    $ ./getweb 110      # Get Oki C110 .ICM files
38
39
 
39
40
    $ ./getweb 2200     # Get Minolta 2200 DL .ICM files
40
41
    $ ./getweb 2300     # Get Minolta 2300 DL .ICM files
178
179
        gettgz \
179
180
            http://foo2zjs.rkkda.com/firmware sihpP1005.tar.gz \
180
181
            ""
181
 
        copyright "(c) Copyright Hewlett-Packard 2008"
 
182
        copyright "(c) Copyright Hewlett-Packard 2009"
182
183
        ;;
183
184
    [pP]100[68])
184
185
        gettgz \
185
186
            http://foo2zjs.rkkda.com/firmware sihpP1006.tar.gz \
186
187
            ""
187
 
        copyright "(c) Copyright Hewlett-Packard 2008"
 
188
        copyright "(c) Copyright Hewlett-Packard 2009"
188
189
        ;;
189
190
    [pP]1505)
190
191
        gettgz \
191
192
            http://foo2zjs.rkkda.com/firmware sihpP1505.tar.gz \
192
193
            ""
193
 
        copyright "(c) Copyright Hewlett-Packard 2008"
 
194
        copyright "(c) Copyright Hewlett-Packard 2009"
194
195
        ;;
195
196
    2200dl|2200)
196
197
        if false; then
253
254
            ""
254
255
        copyright "(c) Copyright Konica Minolta 2003"
255
256
        ;;
256
 
    2530|2490|6115|2480|1600w|1680|1690|4690)
 
257
    2530|2490|6115|2480|1600w|1680|1690|4690|110)
257
258
        gettgz \
258
259
            http://foo2lava.rkkda.com/icm km2530.tar.gz \
259
260
            ""
369
370
            *1215*)             driver=foo2hp;;
370
371
            *2530*|*24[89]0*)   driver=foo2lava;;
371
372
            *6115*)             driver=foo2lava;;
 
373
            *C110*)             driver=foo2lava;;
372
374
            *C500*)             driver=foo2slx;;
373
375
            *C3[234]00*)        driver=foo2hiperc;;
374
376
            *C5[12568]00*)      driver=foo2hiperc;;