diff -u pygtk-2.10.3/debian/changelog pygtk-2.10.3/debian/changelog --- pygtk-2.10.3/debian/changelog +++ pygtk-2.10.3/debian/changelog @@ -1,3 +1,10 @@ +pygtk (2.10.3-0ubuntu4) feisty; urgency=low + + * debian/patches/20_install_createdefs.py: Install codegen/createdefs.py + (Closes Ubuntu: #75606) + + -- Michael Bienia Mon, 18 Dec 2006 13:49:41 +0100 + pygtk (2.10.3-0ubuntu3) edgy; urgency=low * debian/patches/10_use-default-python.dpatch: diff -u pygtk-2.10.3/debian/patches/00list pygtk-2.10.3/debian/patches/00list --- pygtk-2.10.3/debian/patches/00list +++ pygtk-2.10.3/debian/patches/00list @@ -2,0 +3 @@ +20_install_createdefs.py only in patch2: unchanged: --- pygtk-2.10.3.orig/debian/patches/20_install_createdefs.py.dpatch +++ pygtk-2.10.3/debian/patches/20_install_createdefs.py.dpatch @@ -0,0 +1,40 @@ +#! /bin/sh /usr/share/dpatch/dpatch-run +## 02_install_createdefs.py.dpatch by Michael Bienia +## +## All lines beginning with `## DP:' are a description of the patch. +## DP: Install codegen/createdefs.py (Closes Ubuntu: #75606) + +@DPATCH@ +diff -urNad pygtk-2.10.3~/codegen/Makefile.am pygtk-2.10.3/codegen/Makefile.am +--- pygtk-2.10.3~/codegen/Makefile.am 2006-06-14 02:06:47.000000000 +0200 ++++ pygtk-2.10.3/codegen/Makefile.am 2006-12-18 13:45:53.000000000 +0100 +@@ -14,9 +14,10 @@ + docextract.py \ + docgen.py \ + h2def.py \ ++ createdefs.py \ + mergedefs.py \ + mkskel.py \ + override.py \ + scmexpr.py + +-EXTRA_DIST = README.defs pygtk-codegen-$(PLATFORM_VERSION).in createdefs.py ++EXTRA_DIST = README.defs pygtk-codegen-$(PLATFORM_VERSION).in +diff -urNad pygtk-2.10.3~/codegen/Makefile.in pygtk-2.10.3/codegen/Makefile.in +--- pygtk-2.10.3~/codegen/Makefile.in 2006-10-03 19:43:37.000000000 +0200 ++++ pygtk-2.10.3/codegen/Makefile.in 2006-12-18 13:46:36.000000000 +0100 +@@ -223,12 +223,13 @@ + docextract.py \ + docgen.py \ + h2def.py \ ++ createdefs.py \ + mergedefs.py \ + mkskel.py \ + override.py \ + scmexpr.py + +-EXTRA_DIST = README.defs pygtk-codegen-$(PLATFORM_VERSION).in createdefs.py ++EXTRA_DIST = README.defs pygtk-codegen-$(PLATFORM_VERSION).in + all: all-am + + .SUFFIXES: