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

libxext: Changes to 'debian-unstable'



 debian/changelog             |   12 ++++++++++--
 debian/control               |   14 +++++++++++---
 debian/libxext6-udeb.install |    1 +
 debian/rules                 |    2 +-
 4 files changed, 23 insertions(+), 6 deletions(-)

New commits:
commit c32da7a9d2c62d54f7f1ed639991e75ea4b29027
Author: Cyril Brulebois <kibi@debian.org>
Date:   Thu Mar 11 03:55:07 2010 +0100

    Upload to unstable.

diff --git a/debian/changelog b/debian/changelog
index 84c7058..6654927 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-libxext (2:1.1.1-3) UNRELEASED; urgency=low
+libxext (2:1.1.1-3) unstable; urgency=low
 
   [ Julien Cristau ]
   * Rename the build directory to not include DEB_BUILD_GNU_TYPE for no
@@ -11,7 +11,7 @@ libxext (2:1.1.1-3) UNRELEASED; urgency=low
   * Bump Standards-Version from 3.8.3 to 3.8.4 (no changes needed).
   * Add myself to Uploaders.
 
- -- Julien Cristau <jcristau@debian.org>  Sat, 16 Jan 2010 16:47:42 +0000
+ -- Cyril Brulebois <kibi@debian.org>  Thu, 11 Mar 2010 03:54:58 +0100
 
 libxext (2:1.1.1-2) unstable; urgency=low
 

commit 8d7c1129c03b6fb757f8490ed88aac3105924231
Author: Cyril Brulebois <kibi@debian.org>
Date:   Thu Mar 11 03:54:50 2010 +0100

    Add myself to Uploaders.

diff --git a/debian/changelog b/debian/changelog
index 08e1ebb..84c7058 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -9,6 +9,7 @@ libxext (2:1.1.1-3) UNRELEASED; urgency=low
   * Bump the B-D on libx11-dev to ensure libxext6-udeb gets a dependency
     on libx11-6-udeb.
   * Bump Standards-Version from 3.8.3 to 3.8.4 (no changes needed).
+  * Add myself to Uploaders.
 
  -- Julien Cristau <jcristau@debian.org>  Sat, 16 Jan 2010 16:47:42 +0000
 
diff --git a/debian/control b/debian/control
index 0c3a029..1987ab5 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,7 @@ Source: libxext
 Section: x11
 Priority: optional
 Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
-Uploaders: David Nusinow <dnusinow@debian.org>, Brice Goglin <bgoglin@debian.org>
+Uploaders: David Nusinow <dnusinow@debian.org>, Brice Goglin <bgoglin@debian.org>, Cyril Brulebois <kibi@debian.org>
 Build-Depends:
  debhelper (>= 5.0.0),
  libx11-dev (>= 2:1.3.3-2),

commit 34378aa2eed3c4e05ed730649ab2a1846c014bc6
Author: Cyril Brulebois <kibi@debian.org>
Date:   Thu Mar 11 03:54:37 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 77521c2..08e1ebb 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -8,6 +8,7 @@ libxext (2:1.1.1-3) UNRELEASED; urgency=low
   * Add udeb needed for the graphical installer: libxext6-udeb.
   * Bump the B-D on libx11-dev to ensure libxext6-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:42 +0000
 
diff --git a/debian/control b/debian/control
index 2cf89d3..0c3a029 100644
--- a/debian/control
+++ b/debian/control
@@ -13,7 +13,7 @@ Build-Depends:
  libtool,
  xutils-dev (>= 1:7.5~1),
  quilt
-Standards-Version: 3.8.3
+Standards-Version: 3.8.4
 Vcs-Git: git://git.debian.org/git/pkg-xorg/lib/libxext
 Vcs-Browser: http://git.debian.org/?p=pkg-xorg/lib/libxext.git
 

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

    Use XC-Package-Type to save some memory.

diff --git a/debian/control b/debian/control
index 742ef2c..2cf89d3 100644
--- a/debian/control
+++ b/debian/control
@@ -56,7 +56,7 @@ Description: X11 miscellaneous extension library
  git://anongit.freedesktop.org/git/xorg/lib/libXext
 
 Package: libxext6-udeb
-Package-Type: udeb
+XC-Package-Type: udeb
 Section: debian-installer
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}

commit 2c14dc5a13f88f695b6b3be72b23d95f3a12dbc8
Author: Cyril Brulebois <kibi@debian.org>
Date:   Sat Feb 6 19:23:01 2010 +0000

    Version the B-D on libx11-dev to ensure libxext6-udeb gets a dependency on libx11-6-udeb.

diff --git a/debian/changelog b/debian/changelog
index bd95895..77521c2 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,6 +6,8 @@ libxext (2:1.1.1-3) UNRELEASED; urgency=low
 
   [ Cyril Brulebois ]
   * Add udeb needed for the graphical installer: libxext6-udeb.
+  * Bump the B-D on libx11-dev to ensure libxext6-udeb gets a dependency
+    on libx11-6-udeb.
 
  -- Julien Cristau <jcristau@debian.org>  Sat, 16 Jan 2010 16:47:42 +0000
 
diff --git a/debian/control b/debian/control
index e28090f..742ef2c 100644
--- a/debian/control
+++ b/debian/control
@@ -5,7 +5,7 @@ Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
 Uploaders: David Nusinow <dnusinow@debian.org>, Brice Goglin <bgoglin@debian.org>
 Build-Depends:
  debhelper (>= 5.0.0),
- libx11-dev (>= 2:1.1.99.1),
+ libx11-dev (>= 2:1.3.3-2),
  x11proto-core-dev (>= 7.0.13),
  x11proto-xext-dev (>= 7.0.99.2),
  pkg-config,

commit 052345e7ec1fad8bb1a9d6b786134dea84c028c1
Author: Cyril Brulebois <kibi@debian.org>
Date:   Sat Feb 6 19:18:49 2010 +0000

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

diff --git a/debian/changelog b/debian/changelog
index 2934947..bd95895 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,12 @@
 libxext (2:1.1.1-3) UNRELEASED; urgency=low
 
+  [ Julien Cristau ]
   * Rename the build directory to not include DEB_BUILD_GNU_TYPE for no
     good reason.  Thanks, Colin Watson!
 
+  [ Cyril Brulebois ]
+  * Add udeb needed for the graphical installer: libxext6-udeb.
+
  -- Julien Cristau <jcristau@debian.org>  Sat, 16 Jan 2010 16:47:42 +0000
 
 libxext (2:1.1.1-2) unstable; urgency=low
diff --git a/debian/control b/debian/control
index 4af7274..e28090f 100644
--- a/debian/control
+++ b/debian/control
@@ -55,6 +55,14 @@ Description: X11 miscellaneous extension library
  This module can be found at
  git://anongit.freedesktop.org/git/xorg/lib/libXext
 
+Package: libxext6-udeb
+Package-Type: udeb
+Section: debian-installer
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: X11 miscellaneous extension library
+ This is a udeb, or a microdeb, for the debian-installer.
+
 Package: libxext6-dbg
 Section: debug
 Architecture: any
diff --git a/debian/libxext6-udeb.install b/debian/libxext6-udeb.install
new file mode 100644
index 0000000..5c9aabf
--- /dev/null
+++ b/debian/libxext6-udeb.install
@@ -0,0 +1 @@
+usr/lib/libXext.so.6*
diff --git a/debian/rules b/debian/rules
index 337577a..65204da 100755
--- a/debian/rules
+++ b/debian/rules
@@ -82,7 +82,7 @@ binary-arch: build install
 	dh_strip --dbg-package=$(PACKAGE)-dbg
 	dh_compress
 	dh_fixperms
-	dh_makeshlibs -- -c4
+	dh_makeshlibs --add-udeb=$(PACKAGE)-udeb -- -c4
 	dh_shlibdeps
 	dh_installdeb
 	dh_gencontrol


Reply to: