[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

pixman: Changes to 'debian-unstable'



 debian/changelog                  |    7 +++++++
 debian/control                    |    9 +++++++++
 debian/libpixman-1-0-udeb.install |    1 +
 debian/libpixman-1-0.shlibs       |    1 +
 debian/rules                      |    2 +-
 5 files changed, 19 insertions(+), 1 deletion(-)

New commits:
commit 1cc6087beae71afea98950d8f1c21c423d558ebe
Author: Frans Pop <elendil@planet.nl>
Date:   Thu Apr 17 02:20:50 2008 +0200

    Add libpixman-1-0-udeb (needed for cairo)

diff --git a/debian/changelog b/debian/changelog
index 93c071a..1becda4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+pixman (0.10.0-2) UNRELEASED; urgency=low
+
+  [ Frans Pop ]
+  * Add libpixman-1-0-udeb (needed for cairo).  Closes: #476480.
+
+ -- Julien Cristau <jcristau@debian.org>  Thu, 17 Apr 2008 01:00:08 +0200
+
 pixman (0.10.0-1) unstable; urgency=low
 
   * New upstream release.
diff --git a/debian/control b/debian/control
index 7a2f62e..206851b 100644
--- a/debian/control
+++ b/debian/control
@@ -18,6 +18,15 @@ Description: pixel-manipulation library for X and cairo
  and implicit mask generation for geometric primitives including
  trapezoids, triangles, and rectangles.
 
+Package: libpixman-1-0-udeb
+Section: debian-installer
+XC-Package-Type: udeb
+Architecture: any
+Depends: ${shlibs:Depends}
+Description: pixel-manipulation library for X and cairo
+ This package contains a minimal set of libraries needed for the Debian
+ installer.  Do not install it on a normal system.
+
 Package: libpixman-1-0-dbg
 Section: libdevel
 Priority: extra
diff --git a/debian/libpixman-1-0-udeb.install b/debian/libpixman-1-0-udeb.install
new file mode 100644
index 0000000..44c3b82
--- /dev/null
+++ b/debian/libpixman-1-0-udeb.install
@@ -0,0 +1 @@
+usr/lib/libpixman-1.so.*
diff --git a/debian/libpixman-1-0.shlibs b/debian/libpixman-1-0.shlibs
index 225f5bd..aceac9c 100644
--- a/debian/libpixman-1-0.shlibs
+++ b/debian/libpixman-1-0.shlibs
@@ -1 +1,2 @@
 libpixman-1 0 libpixman-1-0 (>= 0.10.0)
+udeb: libpixman-1 0 libpixman-1-0-udeb (>= 0.10.0)
diff --git a/debian/rules b/debian/rules
index 8f8a0b1..4292bef 100755
--- a/debian/rules
+++ b/debian/rules
@@ -83,7 +83,7 @@ binary-arch: install
 	dh_strip --dbg-package=$(PACKAGE)-dbg
 	dh_compress
 	dh_fixperms
-	dh_makeshlibs
+	dh_makeshlibs -p$(PACKAGE) --add-udeb $(PACKAGE)-udeb
 	dh_shlibdeps
 	dh_installdeb
 	dh_gencontrol


Reply to: