File: 03-psfilenew.diff

package info (click to toggle)
python-poppler 0.12.1-8
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 1,624 kB
  • sloc: sh: 10,208; python: 89; makefile: 51; ansic: 37
file content (17 lines) | stat: -rw-r--r-- 593 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Description: fixes a typo for ps_file_new binding.
Author: Jens Stimpfle <debian@jstimpfle.de>
Bug-Debian: http://bugs.debian.org/662890
Forwarded: yes
Last-Update: 2012-04-24

--- python-poppler-0.12.1.orig/poppler.defs	2012-04-04 23:06:47.000000000 +0200
+++ python-poppler-0.12.1/poppler.defs	2012-04-04 23:13:31.000000000 +0200
@@ -1212,7 +1212,7 @@
 
 (define-function poppler_ps_file_new
   (c-name "poppler_ps_file_new")
-  (is-constructor-of "PopplerPsFile")
+  (is-constructor-of "PopplerPSFile")
   (return-type "PopplerPSFile*")
   (parameters
     '("PopplerDocument*" "document")