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

libxfixes: Changes to 'debian-unstable'



 debian/changelog               |   12 ++++++++++--
 debian/control                 |   14 +++++++++++---
 debian/libxfixes3-udeb.install |    1 +
 debian/libxfixes3.shlibs       |    1 -
 debian/rules                   |    2 +-
 5 files changed, 23 insertions(+), 7 deletions(-)

New commits:
commit d20856b50f18676cc1f0f8bb4ed00cf59c771548
Author: Cyril Brulebois <kibi@debian.org>
Date:   Thu Mar 11 04:59:05 2010 +0100

    Upload to unstable.

diff --git a/debian/changelog b/debian/changelog
index 1b74b62..079a459 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-libxfixes (1:4.0.4-2) UNRELEASED; urgency=low
+libxfixes (1:4.0.4-2) unstable; urgency=low
 
   [ Julien Cristau ]
   * Rename the build directory to not include DEB_BUILD_GNU_TYPE for no
@@ -15,7 +15,7 @@ libxfixes (1:4.0.4-2) 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:40 +0000
+ -- Cyril Brulebois <kibi@debian.org>  Thu, 11 Mar 2010 04:56:27 +0100
 
 libxfixes (1:4.0.4-1) unstable; urgency=low
 

commit a78ea285de89b12ea090bdac4bfd601e053d13f7
Author: Cyril Brulebois <kibi@debian.org>
Date:   Thu Mar 11 04:56:17 2010 +0100

    Add myself to Uploaders.

diff --git a/debian/changelog b/debian/changelog
index 6583818..1b74b62 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -13,6 +13,7 @@ libxfixes (1:4.0.4-2) UNRELEASED; urgency=low
   * Bump the B-D on libx11-dev to ensure libxfixes3-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:40 +0000
 
diff --git a/debian/control b/debian/control
index 1297625..d2f5fc1 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,7 @@ Source: libxfixes
 Section: x11
 Priority: optional
 Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
-Uploaders: David Nusinow <dnusinow@debian.org>, Drew Parsons <dparsons@debian.org>
+Uploaders: David Nusinow <dnusinow@debian.org>, Drew Parsons <dparsons@debian.org>, Cyril Brulebois <kibi@debian.org>
 Build-Depends:
  debhelper (>= 5),
  libx11-dev (>= 2:1.3.3-2),

commit 252dd00fa7d385d44e430d84ed87e7034c827769
Author: Cyril Brulebois <kibi@debian.org>
Date:   Thu Mar 11 04:53:20 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 1fc8495..6583818 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -12,6 +12,7 @@ libxfixes (1:4.0.4-2) UNRELEASED; urgency=low
   * Add udeb needed for the graphical installer: libxfixes3-udeb.
   * Bump the B-D on libx11-dev to ensure libxfixes3-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:40 +0000
 
diff --git a/debian/control b/debian/control
index 0862c3b..1297625 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/libxfixes
 Vcs-Browser: http://git.debian.org/?p=pkg-xorg/lib/libxfixes.git
 

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

    Use XC-Package-Type to save some memory.

diff --git a/debian/control b/debian/control
index 2552922..0862c3b 100644
--- a/debian/control
+++ b/debian/control
@@ -35,7 +35,7 @@ Description: X11 miscellaneous 'fixes' extension library
  git://anongit.freedesktop.org/git/xorg/lib/libXfixes
 
 Package: libxfixes3-udeb
-Package-Type: udeb
+XC-Package-Type: udeb
 Section: debian-installer
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}

commit 88aaeeea909d7559bf957e12cb8d5f31f67e675e
Author: Cyril Brulebois <kibi@debian.org>
Date:   Sat Feb 6 19:35:51 2010 +0000

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

diff --git a/debian/changelog b/debian/changelog
index dd8f251..1fc8495 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -10,6 +10,8 @@ libxfixes (1:4.0.4-2) UNRELEASED; urgency=low
   [ Cyril Brulebois ]
   * Use dh_makeshlibs’s -V argument instead of debian/libxfixes3.shlibs
   * Add udeb needed for the graphical installer: libxfixes3-udeb.
+  * Bump the B-D on libx11-dev to ensure libxfixes3-udeb gets a dependency
+    on libx11-6-udeb.
 
  -- Julien Cristau <jcristau@debian.org>  Sat, 16 Jan 2010 16:47:40 +0000
 
diff --git a/debian/control b/debian/control
index 8f88ab7..2552922 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>, Drew Parsons <dparsons@debian.org>
 Build-Depends:
  debhelper (>= 5),
- libx11-dev (>= 1:0.99.2),
+ libx11-dev (>= 2:1.3.3-2),
  x11proto-fixes-dev (>= 4.0),
  pkg-config,
  quilt,

commit fb0e7dcb36b9991bfae2173fc3382c6093ca9d95
Author: Cyril Brulebois <kibi@debian.org>
Date:   Sat Feb 6 19:33:34 2010 +0000

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

diff --git a/debian/changelog b/debian/changelog
index 0757936..dd8f251 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -9,6 +9,7 @@ libxfixes (1:4.0.4-2) UNRELEASED; urgency=low
 
   [ Cyril Brulebois ]
   * Use dh_makeshlibs’s -V argument instead of debian/libxfixes3.shlibs
+  * Add udeb needed for the graphical installer: libxfixes3-udeb.
 
  -- Julien Cristau <jcristau@debian.org>  Sat, 16 Jan 2010 16:47:40 +0000
 
diff --git a/debian/control b/debian/control
index a7263d4..8f88ab7 100644
--- a/debian/control
+++ b/debian/control
@@ -34,6 +34,14 @@ Description: X11 miscellaneous 'fixes' extension library
  This module can be found at
  git://anongit.freedesktop.org/git/xorg/lib/libXfixes
 
+Package: libxfixes3-udeb
+Package-Type: udeb
+Section: debian-installer
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: X11 miscellaneous 'fixes' extension library
+ This is a udeb, or a microdeb, for the debian-installer.
+
 Package: libxfixes3-dbg
 Section: debug
 Architecture: any
diff --git a/debian/libxfixes3-udeb.install b/debian/libxfixes3-udeb.install
new file mode 100644
index 0000000..7d2fef1
--- /dev/null
+++ b/debian/libxfixes3-udeb.install
@@ -0,0 +1 @@
+usr/lib/libXfixes.so.3*
diff --git a/debian/rules b/debian/rules
index 28369bf..adc0f4f 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 -V'libxfixes3 (>= 1:4.0.1)'
+	dh_makeshlibs -V'libxfixes3 (>= 1:4.0.1)' --add-udeb=$(PACKAGE)-udeb
 	dh_shlibdeps
 	dh_installdeb
 	dh_gencontrol

commit f7be1d5c7ccee8ea88bad8f5281501c48b94ada7
Author: Cyril Brulebois <kibi@debian.org>
Date:   Sat Feb 6 19:30:38 2010 +0000

    Use dh_makeshlibs’s -V argument instead of debian/libxfixes3.shlibs

diff --git a/debian/changelog b/debian/changelog
index b5aacdb..0757936 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,6 +7,9 @@ libxfixes (1:4.0.4-2) UNRELEASED; urgency=low
   [ Brice Goglin ]
   * Remove Jamey Sharp and Josh Triplett from Uploaders, closes: #568278.
 
+  [ Cyril Brulebois ]
+  * Use dh_makeshlibs’s -V argument instead of debian/libxfixes3.shlibs
+
  -- Julien Cristau <jcristau@debian.org>  Sat, 16 Jan 2010 16:47:40 +0000
 
 libxfixes (1:4.0.4-1) unstable; urgency=low
diff --git a/debian/libxfixes3.shlibs b/debian/libxfixes3.shlibs
deleted file mode 100644
index 544ef27..0000000
--- a/debian/libxfixes3.shlibs
+++ /dev/null
@@ -1 +0,0 @@
-libXfixes 3 libxfixes3 (>= 1:4.0.1)
diff --git a/debian/rules b/debian/rules
index 3a13dfa..28369bf 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
+	dh_makeshlibs -V'libxfixes3 (>= 1:4.0.1)'
 	dh_shlibdeps
 	dh_installdeb
 	dh_gencontrol


Reply to: