~ubuntu-branches/debian/sid/pyx/sid

« back to all changes in this revision

Viewing changes to pyx/pykpathsea.c

  • Committer: Package Import Robot
  • Author(s): Stuart Prescott
  • Date: 2012-12-17 13:45:12 UTC
  • mfrom: (1.1.4)
  • mto: This revision was merged to the branch mainline in revision 10.
  • Revision ID: package-import@ubuntu.com-20121217134512-u0w6lrgdowsc1sfu
Tags: 0.12.1-1
* New upstream release
* Update maintainer address.
* Update copyright format URL.
* Bump standards version to 3.9.4 (no changes required).
* Drop postinst that was needed for lenny->squeeze upgrades.

Show diffs side-by-side

added added

removed removed

Lines of Context:
56
56
    /* if (!strcmp(format, "otp")) kpse_file_format = kpse_otp_format; else */
57
57
    /* if (!strcmp(format, "ovf")) kpse_file_format = kpse_ovf_format; else */
58
58
    /* if (!strcmp(format, "ovp")) kpse_file_format = kpse_ovp_format; else */
59
 
    if (!strcmp(format, "graphics/figure")) kpse_file_format = kpse_pict_format; else
 
59
    if (!strcmp(format, "graphic/figure")) kpse_file_format = kpse_pict_format; else
60
60
    /* if (!strcmp(format, "tex")) kpse_file_format = kpse_tex_format; else */
61
61
    /* if (!strcmp(format, "TeX system documentation")) kpse_file_format = kpse_texdoc_format; else */
62
62
    /* if (!strcmp(format, "texpool")) kpse_file_format = kpse_texpool_format; else */