diff -u libccc-0.0.5/debian/control libccc-0.0.5/debian/control --- libccc-0.0.5/debian/control +++ libccc-0.0.5/debian/control @@ -1,14 +1,16 @@ Source: libccc Section: libs Priority: extra -Maintainer: Hubert Figuiere -Uploaders: Pedro Fragoso -Build-Depends: debhelper (>> 5.0.0), cdbs (>= 0.4.30), libglib2.0-dev (>= 2.10.0), libgtk2.0-dev (>= 2.10.0), intltool, check (>= 0.9.4), python2.5-dev (>= 2.5), python-gtk2-dev (>= 2.10.0) +Maintainer: Ubuntu MOTU Developers +XSBC-Original-Maintainer: Hubert Figuiere +Build-Depends: debhelper (>> 5.0.0), cdbs (>= 0.4.30), python-central, libglib2.0-dev (>= 2.10.0), libgtk2.0-dev (>= 2.10.0), intltool, check (>= 0.9.4), python-dev (>= 2.5), python-gtk2-dev (>= 2.10.0) +XS-Python-Version: 2.5 +XB-Python-Version: ${python:Versions} Standards-Version: 3.7.2 Package: libccc-doc Section: libdevel -Architecture: any +Architecture: any Description: A Cairo based Canvas - Documentation Files Criawips Cairo Canvas is a Cairo based canvas with a MVC inspired by GnomeCanvas, and developed for Criawips. @@ -19,16 +21,27 @@ Section: libdevel Architecture: any Suggests: libccc-doc -Depends: libccc-0.1-0 (= ${Source:Version}), libc6-dev, libgtk2.0-dev (>= 2.8.0), libglib2.0-dev (>= 2.10.0), python2.5-dev (>= 2.5), python-gtk2-dev (>= 2.10.0) +Depends: libccc-0.1-0 (= ${Source-Version}), python-central, libglib2.0-dev (>= 2.10.0), libgtk2.0-dev (>= 2.10.0), intltool, check (>= 0.9.4), python-dev (>= 2.5), python-gtk2-dev (>= 2.10.0) Description: A Cairo based Canvas - Development Files Criawips Cairo Canvas is a Cairo based canvas with a MVC inspired by GnomeCanvas, and developed for Criawips. . http://live.gnome.org/Criawips/CriaCanvas +Package: python-libccc +Section: python +Architecture: any +Depends: ${shlibs:Depends}, ${python:Depends} +Description: A Cairo based Canvas - Development Files + Criawips Cairo Canvas is a Cairo based canvas with a MVC inspired + by GnomeCanvas, and developed for Criawips. + . + Python bindings for 2.5 + + Package: libccc-0.1-0-dbg Architecture: any -Depends: libccc-0.1-0 (= ${Source:Version}) +Depends: libccc-0.1-0 (= ${Source-Version}) Description: A Cairo based Canvas - Debug Files Criawips Cairo Canvas is a Cairo based canvas with a MVC inspired by GnomeCanvas, and developed for Criawips. diff -u libccc-0.0.5/debian/rules libccc-0.0.5/debian/rules --- libccc-0.0.5/debian/rules +++ libccc-0.0.5/debian/rules @@ -10,6 +10,9 @@ - +binary-install/python-libccc:: + dh_pycentral binary-install/libccc-doc:: rm -f debian/libccc-doc/usr/share/doc/libccc-doc/html ln -sf ../../gtk-doc/html/ccc debian/libccc-doc/usr/share/doc/libccc-doc/html + + diff -u libccc-0.0.5/debian/changelog libccc-0.0.5/debian/changelog --- libccc-0.0.5/debian/changelog +++ libccc-0.0.5/debian/changelog @@ -1,10 +1,11 @@ libccc (0.0.5-0ubuntu1) hardy; urgency=low * New upstream release - * Added check python-dev python-gtk2-dev libs to Build-Depends. - * Fixed deprecated $(Source-Version) to $(Source:Version) - * Enabled python-bindings (LP #123175) - + * debian/control + - Added check python-dev python-gtk2-dev libs to Build-Depends. + - Added python-libccc package (thanks dholbach) + * Added python-libccc.install for python-bindings (LP #123175) + -- Pedro Fragoso Sat, 01 Dec 2007 23:12:31 +0000 libccc (0.0.3-0ubuntu1) edgy; urgency=low only in patch2: unchanged: --- libccc-0.0.5.orig/debian/rules.save +++ libccc-0.0.5/debian/rules.save @@ -0,0 +1,15 @@ +#!/usr/bin/make -f + +DEB_DH_INSTALL_SOURCEDIR=debian/tmp +DEB_DH_STRIP_ARGS := --dbg-package=libccc-0.1-0-dbg +DEB_CONFIGURE_USER_FLAGS = --enable-python + +include /usr/share/cdbs/1/rules/debhelper.mk +include /usr/share/cdbs/1/class/autotools.mk + + +binary-install/libccc-doc:: + rm -f debian/libccc-doc/usr/share/doc/libccc-doc/html + ln -sf ../../gtk-doc/html/ccc debian/libccc-doc/usr/share/doc/libccc-doc/html + + only in patch2: unchanged: --- libccc-0.0.5.orig/debian/pycompat +++ libccc-0.0.5/debian/pycompat @@ -0,0 +1 @@ +2 only in patch2: unchanged: --- libccc-0.0.5.orig/debian/python-libccc.install +++ libccc-0.0.5/debian/python-libccc.install @@ -0,0 +1 @@ +usr/lib/python2.5/site-packages/gtk-2.0/*.so