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

libxrender: Changes to 'debian-unstable'



 debian/changelog                |   13 +++++++++++--
 debian/control                  |   31 +++++++++++++++++++++++++------
 debian/libxrender1-udeb.install |    1 +
 debian/rules                    |    2 +-
 4 files changed, 38 insertions(+), 9 deletions(-)

New commits:
commit f1a2022a860227d000ae0bdd794c73df0856f9a0
Author: Cyril Brulebois <kibi@debian.org>
Date:   Thu Mar 11 02:02:34 2010 +0100

    Upload to unstable.

diff --git a/debian/changelog b/debian/changelog
index 8c3a6af..35fbb8e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-libxrender (1:0.9.5-2) UNRELEASED; urgency=low
+libxrender (1:0.9.5-2) unstable; urgency=low
 
   [ Julien Cristau ]
   * Rename the build directory to not include DEB_BUILD_GNU_TYPE for no
@@ -13,7 +13,7 @@ libxrender (1:0.9.5-2) UNRELEASED; urgency=low
   * Add ${misc:Depends} to non-udeb binaries, and wrap Depends.
   * Add myself to Uploaders.
 
- -- Julien Cristau <jcristau@debian.org>  Sat, 16 Jan 2010 16:47:45 +0000
+ -- Cyril Brulebois <kibi@debian.org>  Thu, 11 Mar 2010 02:02:29 +0100
 
 libxrender (1:0.9.5-1) unstable; urgency=low
 

commit 506f9e44dbade59955fdad3aee4a1e4709f05ccd
Author: Cyril Brulebois <kibi@debian.org>
Date:   Thu Mar 11 02:01:56 2010 +0100

    Add myself to Uploaders.

diff --git a/debian/changelog b/debian/changelog
index 91ffe91..8c3a6af 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -11,6 +11,7 @@ libxrender (1:0.9.5-2) UNRELEASED; urgency=low
     dependency on libx11-6-udeb.
   * Bump Standards-Version from 3.8.3 to 3.8.4 (no changes needed).
   * Add ${misc:Depends} to non-udeb binaries, and wrap Depends.
+  * Add myself to Uploaders.
 
  -- Julien Cristau <jcristau@debian.org>  Sat, 16 Jan 2010 16:47:45 +0000
 
diff --git a/debian/control b/debian/control
index 6b46608..37b4fed 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,7 @@ Source: libxrender
 Section: x11
 Priority: optional
 Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
-Uploaders: David Nusinow <dnusinow@debian.org>, Andres Salomon <dilinger@debian.org>, Brice Goglin <bgoglin@debian.org>
+Uploaders: David Nusinow <dnusinow@debian.org>, Andres Salomon <dilinger@debian.org>, Brice Goglin <bgoglin@debian.org>, Cyril Brulebois <kibi@debian.org>
 Build-Depends:
  debhelper (>= 5.0.0),
  pkg-config,

commit c09d9f386906b0e65a54fb32209193a6ae842a69
Author: Cyril Brulebois <kibi@debian.org>
Date:   Thu Mar 11 02:01:08 2010 +0100

    Add ${misc:Depends} to non-udeb binaries, and wrap Depends.

diff --git a/debian/changelog b/debian/changelog
index b3c632b..91ffe91 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -10,6 +10,7 @@ libxrender (1:0.9.5-2) UNRELEASED; urgency=low
   * Bump the B-D on libx11-dev to ensure libxrender1-udeb gets a
     dependency on libx11-6-udeb.
   * Bump Standards-Version from 3.8.3 to 3.8.4 (no changes needed).
+  * Add ${misc:Depends} to non-udeb binaries, and wrap Depends.
 
  -- Julien Cristau <jcristau@debian.org>  Sat, 16 Jan 2010 16:47:45 +0000
 
diff --git a/debian/control b/debian/control
index 62c76e0..6b46608 100644
--- a/debian/control
+++ b/debian/control
@@ -19,7 +19,9 @@ Vcs-Browser: http://git.debian.org/?p=pkg-xorg/lib/libxrender.git
 Package: libxrender1
 Section: libs
 Architecture: any
-Depends: ${shlibs:Depends}
+Depends:
+ ${shlibs:Depends},
+ ${misc:Depends},
 Description: X Rendering Extension client library
  The X Rendering Extension (Render) introduces digital image composition as
  the foundation of a new rendering model within the X Window System.
@@ -40,7 +42,8 @@ Package: libxrender1-udeb
 XC-Package-Type: udeb
 Section: debian-installer
 Architecture: any
-Depends: ${shlibs:Depends}
+Depends:
+ ${shlibs:Depends},
 Description: X Rendering Extension client library
  This is a udeb, or a microdeb, for the debian-installer.
 
@@ -48,7 +51,10 @@ Package: libxrender1-dbg
 Section: debug
 Priority: extra
 Architecture: any
-Depends: libxrender1 (= ${binary:Version}), ${shlibs:Depends}
+Depends:
+ libxrender1 (= ${binary:Version}),
+ ${shlibs:Depends},
+ ${misc:Depends},
 Description: X Rendering Extension client library (unstripped)
  The X Rendering Extension (Render) introduces digital image composition as
  the foundation of a new rendering model within the X Window System.
@@ -76,7 +82,12 @@ Description: X Rendering Extension client library (unstripped)
 Package: libxrender-dev
 Section: libdevel
 Architecture: any
-Depends: libxrender1 (= ${binary:Version}), libx11-dev (>= 2:1.0.0), x11proto-render-dev, x11proto-core-dev
+Depends:
+ libxrender1 (= ${binary:Version}),
+ libx11-dev (>= 2:1.0.0),
+ x11proto-render-dev,
+ x11proto-core-dev,
+ ${misc:Depends},
 Description: X Rendering Extension client library (development files)
  The X Rendering Extension (Render) introduces digital image composition as
  the foundation of a new rendering model within the X Window System.

commit 1bc5a3b24ed2a821254fb5ebd80863a38251b869
Author: Cyril Brulebois <kibi@debian.org>
Date:   Thu Mar 11 01:57:15 2010 +0100

    Bump Standards-Version from 3.8.3 to 3.8.4 (no changes needed).

diff --git a/debian/changelog b/debian/changelog
index 8da64e2..b3c632b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -9,6 +9,7 @@ libxrender (1:0.9.5-2) UNRELEASED; urgency=low
   * Add udeb needed for the graphical installer: libxrender1-udeb.
   * Bump the B-D on libx11-dev to ensure libxrender1-udeb gets a
     dependency on libx11-6-udeb.
+  * Bump Standards-Version from 3.8.3 to 3.8.4 (no changes needed).
 
  -- Julien Cristau <jcristau@debian.org>  Sat, 16 Jan 2010 16:47:45 +0000
 
diff --git a/debian/control b/debian/control
index 49e00d5..62c76e0 100644
--- a/debian/control
+++ b/debian/control
@@ -12,7 +12,7 @@ Build-Depends:
  automake,
  libtool,
  xutils-dev (>= 1:7.5~1)
-Standards-Version: 3.8.3
+Standards-Version: 3.8.4
 Vcs-Git: git://git.debian.org/git/pkg-xorg/lib/libxrender
 Vcs-Browser: http://git.debian.org/?p=pkg-xorg/lib/libxrender.git
 

commit c71219b34fd646807a1bb5097c76e84f5df6980d
Author: Cyril Brulebois <kibi@debian.org>
Date:   Fri Feb 26 07:07:56 2010 +0100

    Use XC-Package-Type to save some memory.

diff --git a/debian/control b/debian/control
index c5f5fde..49e00d5 100644
--- a/debian/control
+++ b/debian/control
@@ -37,7 +37,7 @@ Description: X Rendering Extension client library
  git://anongit.freedesktop.org/git/xorg/lib/libXrender
 
 Package: libxrender1-udeb
-Package-Type: udeb
+XC-Package-Type: udeb
 Section: debian-installer
 Architecture: any
 Depends: ${shlibs:Depends}

commit 364cd71cd6f5499ddbd25203c6006ef33a1d11b1
Author: Cyril Brulebois <kibi@debian.org>
Date:   Sat Feb 6 20:03:18 2010 +0000

    Bump the B-D on libx11-dev to ensure libxrender1-udeb gets a dependency on libx11-6-udeb.

diff --git a/debian/changelog b/debian/changelog
index 4f22e17..8da64e2 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,6 +7,8 @@ libxrender (1:0.9.5-2) UNRELEASED; urgency=low
 
   [ Cyril Brulebois ]
   * Add udeb needed for the graphical installer: libxrender1-udeb.
+  * Bump the B-D on libx11-dev to ensure libxrender1-udeb gets a
+    dependency on libx11-6-udeb.
 
  -- Julien Cristau <jcristau@debian.org>  Sat, 16 Jan 2010 16:47:45 +0000
 
diff --git a/debian/control b/debian/control
index 2f7e724..c5f5fde 100644
--- a/debian/control
+++ b/debian/control
@@ -6,7 +6,7 @@ Uploaders: David Nusinow <dnusinow@debian.org>, Andres Salomon <dilinger@debian.
 Build-Depends:
  debhelper (>= 5.0.0),
  pkg-config,
- libx11-dev (>= 1:0.99.2),
+ libx11-dev (>= 2:1.3.3-2),
  x11proto-render-dev,
  x11proto-core-dev,
  automake,

commit 1acd064356ab1a99a1df8b6722a3f0bfb2bff792
Author: Cyril Brulebois <kibi@debian.org>
Date:   Sat Feb 6 19:42:54 2010 +0000

    Add udeb needed for the graphical installer: libxrender1-udeb.

diff --git a/debian/changelog b/debian/changelog
index 52ebd18..4f22e17 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,9 +1,13 @@
 libxrender (1:0.9.5-2) UNRELEASED; urgency=low
 
+  [ Julien Cristau ]
   * Rename the build directory to not include DEB_BUILD_GNU_TYPE for no
     good reason.  Thanks, Colin Watson!
   * Remove myself from Uploaders
 
+  [ Cyril Brulebois ]
+  * Add udeb needed for the graphical installer: libxrender1-udeb.
+
  -- Julien Cristau <jcristau@debian.org>  Sat, 16 Jan 2010 16:47:45 +0000
 
 libxrender (1:0.9.5-1) unstable; urgency=low
diff --git a/debian/control b/debian/control
index ed0ffab..2f7e724 100644
--- a/debian/control
+++ b/debian/control
@@ -36,6 +36,14 @@ Description: X Rendering Extension client library
  This module can be found at
  git://anongit.freedesktop.org/git/xorg/lib/libXrender
 
+Package: libxrender1-udeb
+Package-Type: udeb
+Section: debian-installer
+Architecture: any
+Depends: ${shlibs:Depends}
+Description: X Rendering Extension client library
+ This is a udeb, or a microdeb, for the debian-installer.
+
 Package: libxrender1-dbg
 Section: debug
 Priority: extra
diff --git a/debian/libxrender1-udeb.install b/debian/libxrender1-udeb.install
new file mode 100644
index 0000000..598e408
--- /dev/null
+++ b/debian/libxrender1-udeb.install
@@ -0,0 +1 @@
+usr/lib/libXrender.so.1*
diff --git a/debian/rules b/debian/rules
index f04d19d..a25bb28 100755
--- a/debian/rules
+++ b/debian/rules
@@ -81,7 +81,7 @@ binary-arch: build install
 	dh_strip --dbg-package=$(PACKAGE)-dbg
 	dh_compress
 	dh_fixperms
-	dh_makeshlibs
+	dh_makeshlibs --add-udeb=$(PACKAGE)-udeb
 	dh_shlibdeps
 	dh_installdeb
 	dh_gencontrol


Reply to: