mirror of
https://salsa.debian.org/xorg-team/lib/pixman
synced 2025-09-01 02:10:49 +00:00
Compare commits
3 Commits
debian-uns
...
pixman-0.2
Author | SHA1 | Date | |
---|---|---|---|
![]() |
cf472c2106 | ||
![]() |
960afaa915 | ||
![]() |
ac58761d3e |
11
debian/changelog
vendored
11
debian/changelog
vendored
@ -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
5
debian/control
vendored
@ -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.
|
||||
|
2
debian/libpixman-1-0-udeb.install
vendored
2
debian/libpixman-1-0-udeb.install
vendored
@ -1 +1 @@
|
||||
usr/lib/*/libpixman-1.so.* /usr/lib
|
||||
usr/lib/libpixman-1.so.* /usr/lib
|
||||
|
2
debian/libpixman-1-0.install
vendored
2
debian/libpixman-1-0.install
vendored
@ -1 +1 @@
|
||||
usr/lib/*/libpixman-1.so.*
|
||||
usr/lib/libpixman-1.so.*
|
||||
|
6
debian/libpixman-1-dev.install
vendored
6
debian/libpixman-1-dev.install
vendored
@ -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
5
debian/rules
vendored
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user