~ubuntu-branches/ubuntu/maverick/asc/maverick

« back to all changes in this revision

Viewing changes to source/tools/makeobl4.cpp

  • Committer: Bazaar Package Importer
  • Author(s): Barry deFreese, Eddy Petrișor, Gonéri Le Bouder, Cyril Brulebois, Barry deFreese
  • Date: 2008-01-08 19:54:18 UTC
  • mfrom: (1.1.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20080108195418-n19fc4eobhhqxcy5
Tags: 2.0.1.0-1
[ Eddy Petrișor ]
* fixed Homepage semifield

[ Gonéri Le Bouder ]
* add a watchfile
* move homepage from the description to the new Homepage field

[ Cyril Brulebois ]
* Added Vcs-Svn and Vcs-Browser fields in the control file.

[ Barry deFreese ]
* Fix make-clean lintian warning
* New upstream release
* Bump debhelper build-dep to match compat
* Add desktop file
* Update watch file for new upstream naming
* Remove nostrip check from rules
* Bump Standards Version to 3.7.3
* Add myself to uploaders

Show diffs side-by-side

added added

removed removed

Lines of Context:
76
76
         return 1;
77
77
      }
78
78
 
79
 
      pobjecttype ft;
 
79
      Object*type ft;
80
80
      tfile          datfile;
81
81
      char           pict = YES;       // Bilder einlesen
82
82
      char           dif = 1;          // Anzahl der Bilder
341
341
         ft->no_autonet = c;
342
342
         if ( !ft->no_autonet ) {
343
343
         
344
 
               dynamic_array<pobjecttype> obj;
 
344
               dynamic_array<Object*type> obj;
345
345
               dynamic_array<pchar> name;
346
346
         
347
347
               int objectlayernum = 0;