~ubuntu-branches/ubuntu/utopic/cl-closer-mop/utopic

« back to all changes in this revision

Viewing changes to pcl/closer-mop-packages.lisp

  • Committer: Bazaar Package Importer
  • Author(s): Peter Van Eynde
  • Date: 2009-09-10 13:25:36 UTC
  • mfrom: (1.1.5 upstream) (2.1.3 sid)
  • Revision ID: james.westby@ubuntu.com-20090910132536-ie342hb7j3yg9xvi
Tags: 1:0.55-1
* Now use debhelper v7
* Added debian/README.building
* New upstream. Actually also took the fixed onto that new upstream.
* Updated Standards-Version no real changes

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
  #-sbcl (:export #:typep #:subtypep)
9
9
 
10
10
  (:import-from
 
11
   #+cmu #:pcl
 
12
   #+sbcl #:sb-pcl
 
13
   #:classp)
 
14
 
 
15
  (:import-from
11
16
   #+cmu #:clos-mop
12
17
   #+sbcl #:sb-mop
13
18
 
113
118
   #:standard-slot-definition
114
119
   #:standard-writer-method
115
120
 
 
121
   #:classp
116
122
   #:ensure-finalized
117
123
   #:ensure-method
118
124
   #:fix-slot-initargs
119
125
   #:required-args
 
126
   #:subclassp
120
127
 
121
128
   #:accessor-method-slot-definition
122
129
   #:add-dependent