Compare commits

...

3 Commits

Author SHA1 Message Date
Cyril Brulebois
cf472c2106 Upload to squeeze-backports. 2011-12-02 09:29:17 +01:00
Cyril Brulebois
960afaa915 Lower debhelper build-dep to 8, which is sufficient. 2011-12-02 09:28:50 +01:00
Cyril Brulebois
ac58761d3e Rebuild for squeeze-backports. 2011-11-25 15:32:40 +01:00
6 changed files with 18 additions and 13 deletions

11
debian/changelog vendored
View File

@ -1,3 +1,14 @@
pixman (0.24.0-1~bpo60+1) squeeze-backports; urgency=low
* Rebuild for squeeze-backports.
* Drop multiarch support:
- Remove Pre-Depends and Multi-Arch fields.
- Drop setting --libdir to the multiarch directory.
- Adjust .install files accordingly.
- Lower debhelper build-dep to 8, which is sufficient.
-- Cyril Brulebois <kibi@debian.org> Fri, 02 Dec 2011 09:29:06 +0100
pixman (0.24.0-1) unstable; urgency=low
* New upstream release.

5
debian/control vendored
View File

@ -4,7 +4,7 @@ Priority: optional
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Uploaders: Cyril Brulebois <kibi@debian.org>
Build-Depends:
debhelper (>= 8.1.3),
debhelper (>= 8),
dh-autoreconf,
pkg-config,
quilt,
@ -18,8 +18,6 @@ Architecture: any
Depends:
${shlibs:Depends},
${misc:Depends},
Pre-Depends: ${misc:Pre-Depends}
Multi-Arch: same
Description: pixel-manipulation library for X and cairo
A library for manipulating pixel regions -- a set of Y-X banded
rectangles, image compositing using the Porter/Duff model
@ -44,7 +42,6 @@ Architecture: any
Depends:
libpixman-1-0 (= ${binary:Version}),
${misc:Depends},
Multi-Arch: same
Description: pixel-manipulation library for X and cairo (debugging symbols)
Debugging symbols for the Cairo/X pixel manipulation library. This is
needed to debug programs linked against libpixman0.

View File

@ -1 +1 @@
usr/lib/*/libpixman-1.so.* /usr/lib
usr/lib/libpixman-1.so.* /usr/lib

View File

@ -1 +1 @@
usr/lib/*/libpixman-1.so.*
usr/lib/libpixman-1.so.*

View File

@ -1,4 +1,4 @@
usr/lib/*/libpixman-1.so
usr/lib/*/libpixman-1.a
usr/lib/*/pkgconfig
usr/lib/libpixman-1.so
usr/lib/libpixman-1.a
usr/lib/pkgconfig
usr/include/pixman-1

5
debian/rules vendored
View File

@ -3,12 +3,9 @@
PACKAGE = libpixman-1-0
SHLIBS = 0.21.6
DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
# Disable Gtk+ autodetection:
override_dh_auto_configure:
dh_auto_configure -- --disable-gtk \
--libdir=\$${prefix}/lib/$(DEB_HOST_MULTIARCH)
dh_auto_configure -- --disable-gtk
# Install in debian/tmp to retain control through dh_install:
override_dh_auto_install: