~ubuntu-branches/ubuntu/saucy/hplip/saucy-proposed

« back to all changes in this revision

Viewing changes to base/models.py

  • Committer: Package Import Robot
  • Author(s): Mark Purcell
  • Date: 2012-05-26 11:20:39 UTC
  • mfrom: (1.5.6) (31.1.3 precise)
  • Revision ID: package-import@ubuntu.com-20120526112039-bevxczegxnbyr5m7
Tags: 3.12.4-1
* New upstream release
* Switch to source/format 3.0 (quilt) - drop dpatch
* Refreshed debian/patches
* dh_autoreconf debian/autogen.sh & set local-options single-debian-patch
* Update to debian/compat -> 9
* Fix "hardened build flags" patch from Moritz - thanks (Closes: #667828)
* Fix "duplex descriptor uninitialized" patch from Matej (Closes: #583273)
* Fix "please migrate to kde-runtime" patch from Pino (Closes: #666544)

Show diffs side-by-side

added added

removed removed

Lines of Context:
105
105
    "Copperhead",
106
106
    "Ampere",
107
107
    "Python11",
 
108
    "Saipan",
108
109
]
109
110
 
110
111
TECH_CLASSES.sort()
159
160
    "Mimas"      : 'pcl3',
160
161
    "StingrayOJ"   : 'pcl3',
161
162
    "Copperhead"   : 'pcl3',
 
163
    "Copperhead12"   : 'pcl3',
162
164
    "Ampere"       : 'pcl3'
163
165
}
164
166
 
306
308
            'power-settings': TYPE_INT,
307
309
            'pq-diag-type' : TYPE_INT,
308
310
            'r-type' : TYPE_INT,
309
 
            'scan-style' : TYPE_INT,
310
311
            'scan-type' : TYPE_INT,
311
312
            'scan-src' : TYPE_INT,
312
313
            #'scan-duplex' : TYPE_BOOL,