Changeset 3079
- Timestamp:
- 02/29/08 06:22:27 (5 years ago)
- Location:
- pkg/main/pygobject/trunk/debian
- Files:
-
- 2 added
- 4 edited
-
changelog (modified) (1 diff)
-
control (modified) (5 diffs)
-
control.in (modified) (4 diffs)
-
patches (added)
-
patches/60_use-python-config-for-includes.patch (added)
-
rules (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
pkg/main/pygobject/trunk/debian/changelog
r2736 r3079 1 pygobject (2.14.1-parsix 1) unstable; urgency=low1 pygobject (2.14.1-parsix2) unstable; urgency=low 2 2 3 * New upstream stable release3 * Sync'd with Debian 2.14.1-2 4 4 5 -- Alan Baghumian <alan@technotux.org> Sun, 06 Jan 2008 11:18:40+03305 -- Alan Baghumian <alan@technotux.org> Fri, 29 Feb 2008 08:51:44 +0330 6 6 7 pygobject (2.14. 0-parsix2) unstable; urgency=low7 pygobject (2.14.1-2) unstable; urgency=low 8 8 9 * Sync'd with Debian 9 * New patch, 60_use-python-config-for-includes, use python-config to set 10 PYTHON_INCLUDES; fixes support for -dbg package; GNOME #448173; 11 closes: #468130. NB: the patch also ships m4/ from upstream SVN as this 12 wasn't disted properly and also updated autoconf. 10 13 11 -- Alan Baghumian <alan@technotux.org> Mon, 29 Oct 2007 14:41:11 +0330 14 -- Loic Minier <lool@dooz.org> Wed, 27 Feb 2008 16:09:00 +0100 15 16 pygobject (2.14.1-1) unstable; urgency=low 17 18 * New upstream release; new features / bug fixes. 19 20 -- Loic Minier <lool@dooz.org> Mon, 07 Jan 2008 10:59:32 +0100 21 22 pygobject (2.14.0-4) unstable; urgency=low 23 24 * debian/rules: 25 - don't stop the build when make check has an error to avoid having 26 to add a depends on pygtk 27 28 -- Sebastien Bacher <seb128@debian.org> Sat, 01 Dec 2007 23:20:19 +0100 29 30 pygobject (2.14.0-3) unstable; urgency=low 31 32 * debian/control.in: 33 - Build-Depends on python-all-dbg 34 - Conflicts,Provides,Replaces python-gobject-doc 35 - list python-gobject-dbg package 36 * debian/rules: 37 - build dbg variant 38 - run make check 39 40 -- Sebastien Bacher <seb128@debian.org> Fri, 30 Nov 2007 12:46:58 +0100 12 41 13 42 pygobject (2.14.0-2) unstable; urgency=low -
pkg/main/pygobject/trunk/debian/control
r2355 r3079 3 3 Priority: optional 4 4 Maintainer: Josselin Mouette <joss@debian.org> 5 Uploaders: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>, Loic Minier <lool@dooz.org> 5 Uploaders: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>, Loic Minier <lool@dooz.org>, Sebastien Bacher <seb128@debian.org> 6 6 Build-Depends: debhelper (>= 5), 7 7 python-support (>= 0.4), … … 13 13 xsltproc, 14 14 docbook-xsl, 15 autotools-dev 15 autotools-dev, 16 python-all-dbg 16 17 Build-Conflicts: python2.3-dev (<< 2.3.5) 17 18 XS-Python-Version: >= 2.3 … … 25 26 Provides: ${python:Provides} 26 27 XB-Python-Version: ${python:Versions} 28 Suggests: python-gobject-dbg 27 29 Conflicts: python-gtk2 (<< 2.10) 28 30 Description: Python bindings for the GObject library … … 42 44 libglib2.0-dev (>= 2.8.0), 43 45 libffi-dev 44 Conflicts: python-gtk2-dev (<< 2.10) 46 Conflicts: python-gtk2-dev (<< 2.10), python-gobject-doc 47 Replaces: python-gobject-doc 48 Provides: python-gobject-doc 45 49 Recommends: docbook-xsl 46 50 Description: Development headers for the GObject python bindings … … 51 55 This package contains the development headers needed to build 52 56 other python bindings relying on pygobject. 57 58 Package: python-gobject-dbg 59 Priority: extra 60 Architecture: any 61 Depends: ${shlibs:Depends}, ${misc:Depends}, python-dbg, python-gobject (= ${Source-Version}) 62 Conflicts: python-gtk2 (<< 2.10) 63 Description: Python bindings for the GObject library (debug extension) 64 GObject is an abstraction layer that allows to program with an object 65 paradigm that is compatible with many languages. It is a part of 66 Glib, 67 the core library used to build GTK+ and GNOME. 68 . 69 This package contains the python bindings for GObject. It is 70 mostly 71 used by other bindings to map their GObjects to python objects. -
pkg/main/pygobject/trunk/debian/control.in
r2355 r3079 13 13 xsltproc, 14 14 docbook-xsl, 15 autotools-dev 15 autotools-dev, 16 python-all-dbg 16 17 Build-Conflicts: python2.3-dev (<< 2.3.5) 17 18 XS-Python-Version: >= 2.3 … … 25 26 Provides: ${python:Provides} 26 27 XB-Python-Version: ${python:Versions} 28 Suggests: python-gobject-dbg 27 29 Conflicts: python-gtk2 (<< 2.10) 28 30 Description: Python bindings for the GObject library … … 42 44 libglib2.0-dev (>= 2.8.0), 43 45 libffi-dev 44 Conflicts: python-gtk2-dev (<< 2.10) 46 Conflicts: python-gtk2-dev (<< 2.10), python-gobject-doc 47 Replaces: python-gobject-doc 48 Provides: python-gobject-doc 45 49 Recommends: docbook-xsl 46 50 Description: Development headers for the GObject python bindings … … 51 55 This package contains the development headers needed to build 52 56 other python bindings relying on pygobject. 57 58 Package: python-gobject-dbg 59 Priority: extra 60 Architecture: any 61 Depends: ${shlibs:Depends}, ${misc:Depends}, python-dbg, python-gobject (= ${Source-Version}) 62 Conflicts: python-gtk2 (<< 2.10) 63 Description: Python bindings for the GObject library (debug extension) 64 GObject is an abstraction layer that allows to program with an object 65 paradigm that is compatible with many languages. It is a part of 66 Glib, 67 the core library used to build GTK+ and GNOME. 68 . 69 This package contains the python bindings for GObject. It is 70 mostly 71 used by other bindings to map their GObjects to python objects. -
pkg/main/pygobject/trunk/debian/rules
r2355 r3079 29 29 touch $@ 30 30 31 dbg-build-%/configure-stamp: 32 dh_testdir 33 mkdir -p dbg-build-$* 34 cd dbg-build-$* && \ 35 PYTHON=/usr/bin/python$*-dbg CFLAGS="$(CFLAGS) -O0" \ 36 $(CURDIR)/configure $(configure_flags) 37 touch $@ 38 31 39 build-%/build-stamp: build-%/configure-stamp 32 40 dh_testdir 33 41 $(MAKE) -C build-$* 42 -$(MAKE) -C build-$* check 34 43 touch $@ 35 44 36 build: apply-patches $(PYVERS:%=build-%/build-stamp) 45 dbg-build-%/build-stamp: dbg-build-%/configure-stamp 46 dh_testdir 47 $(MAKE) -C dbg-build-$* 48 touch $@ 49 50 build: apply-patches $(PYVERS:%=build-%/build-stamp) $(PYVERS:%=dbg-build-%/build-stamp) 37 51 38 52 install-clean: … … 46 60 $(MAKE) -C build-$* install DESTDIR=$(CURDIR)/debian/python-gobject-dev 47 61 48 install: build install-clean $(PYVERS:%=install-%) 62 dbg-install-%: dbg-build-%/build-stamp 63 dh_testdir 64 dh_testroot 65 $(MAKE) -C dbg-build-$* install DESTDIR=$(CURDIR)/debian/python-gobject-dbg 66 find debian/python-gobject-dbg ! -type d ! -name '*.so' | xargs rm -f 67 find debian/python-gobject-dbg -depth -empty -exec rmdir {} \; 68 69 install: build install-clean $(PYVERS:%=install-%) $(PYVERS:%=dbg-install-%) 49 70 dh_testdir 50 71 dh_testroot … … 52 73 mkdir -p debian/python-gobject/usr/lib 53 74 mv debian/python-gobject-dev/usr/lib/python* debian/python-gobject/usr/lib/ 75 for i in $$(find debian/python-gobject-dbg -name '*.so'); do \ 76 b=$$(basename $$i .so); \ 77 mv $$i $$(dirname $$i)/$${b}_d.so; \ 78 done 54 79 55 80 clean:: reverse-patches 56 81 dh_testdir 57 82 dh_testroot 58 rm -Rf build-* 83 rm -Rf build-* dbg-build-* 59 84 -test -f config.sub && \ 60 85 test -r /usr/share/misc/config.sub && \ … … 88 113 dh_installexamples -a 89 114 dh_installchangelogs ChangeLog -a 90 dh_strip -a 115 dh_strip -ppython-gobject --dbg-package=python-gobject-dbg 116 rm -rf debian/python-gobject-dbg/usr/share/doc/python-gobject-dbg 117 ln -sf python-gobject debian/python-gobject-dbg/usr/share/doc/python-gobject-dbg 91 118 dh_link -a 92 119 dh_compress -a -X.py
Note: See TracChangeset
for help on using the changeset viewer.


