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

libxinerama: Changes to 'debian-unstable'



 debian/changelog |    8 ++++++--
 debian/control   |   14 ++++++++++----
 2 files changed, 16 insertions(+), 6 deletions(-)

New commits:
commit cd9973c9870f546ff528e6532218e0f7713dc551
Author: Timo Aaltonen <tjaalton@cc.hut.fi>
Date:   Tue Nov 24 13:08:51 2009 +0200

    Bump {Build-,}Depends, add Replaces on x11proto-xinerama-dev.

diff --git a/debian/changelog b/debian/changelog
index 4c46aa7..90ab1f4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -12,7 +12,7 @@ libxinerama (2:1.1-1) UNRELEASED; urgency=low
   * Parse space-separated DEB_BUILD_OPTIONS, and handle parallel=N.
   * Bump Standards-Version to 3.8.3.
   * Add headers to libxinerama-dev, moved from x11proto-xinerama-dev.
-  * Add Replaces: x11proto-xinerama-dev (<< 1.2).
+  * Bump {Build-,}Depends, add Replaces on x11proto-xinerama-dev.
   * Move -dbg package to section debug.
   * Drop pre-dependency on x11-common from libxinerama-dev. This was needed
     for upgrades from sarge.
diff --git a/debian/control b/debian/control
index 79eebab..61e41a6 100644
--- a/debian/control
+++ b/debian/control
@@ -7,7 +7,7 @@ Build-Depends:
  debhelper (>= 5.0.0),
  libx11-dev (>= 1:0.99.2),
  libxext-dev (>= 1:0.99.1),
- x11proto-xinerama-dev,
+ x11proto-xinerama-dev (>= 1.2),
  pkg-config,
  automake,
  libtool,
@@ -63,7 +63,13 @@ Description: X11 Xinerama extension library (debug package)
 Package: libxinerama-dev
 Section: libdevel
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, libxinerama1 (= ${binary:Version}), libx11-dev, libxext-dev, x11proto-xinerama-dev
+Depends:
+ ${shlibs:Depends},
+ ${misc:Depends},
+ libxinerama1 (= ${binary:Version}),
+ libx11-dev,
+ libxext-dev,
+ x11proto-xinerama-dev (>= 1.2)
 Replaces: x11proto-xinerama-dev (<< 1.2)
 Description: X11 Xinerama extension library (development headers)
  libXinerama provides an X Window System client interface to the XINERAMA

commit 8bdffe29fa8da248d27cfda1a5bd65a45e1f8b42
Author: Timo Aaltonen <tjaalton@cc.hut.fi>
Date:   Tue Nov 24 13:06:52 2009 +0200

    Drop pre-dependency on x11-common from libxinerama-dev. This was needed for upgrades from sarge.

diff --git a/debian/changelog b/debian/changelog
index 8550673..4c46aa7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -14,6 +14,8 @@ libxinerama (2:1.1-1) UNRELEASED; urgency=low
   * Add headers to libxinerama-dev, moved from x11proto-xinerama-dev.
   * Add Replaces: x11proto-xinerama-dev (<< 1.2).
   * Move -dbg package to section debug.
+  * Drop pre-dependency on x11-common from libxinerama-dev. This was needed
+    for upgrades from sarge.
 
  -- Timo Aaltonen <tjaalton@ubuntu.com>  Mon, 23 Nov 2009 14:38:59 +0200
 
diff --git a/debian/control b/debian/control
index 2de41a8..79eebab 100644
--- a/debian/control
+++ b/debian/control
@@ -64,7 +64,6 @@ Package: libxinerama-dev
 Section: libdevel
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}, libxinerama1 (= ${binary:Version}), libx11-dev, libxext-dev, x11proto-xinerama-dev
-Pre-Depends: x11-common (>= 1:7.0.0)
 Replaces: x11proto-xinerama-dev (<< 1.2)
 Description: X11 Xinerama extension library (development headers)
  libXinerama provides an X Window System client interface to the XINERAMA

commit d78986f008b86b4ca75a5012ba3c630e02c501d5
Author: Timo Aaltonen <tjaalton@cc.hut.fi>
Date:   Tue Nov 24 13:05:33 2009 +0200

    Move -dbg package to section debug.

diff --git a/debian/changelog b/debian/changelog
index c39ab51..8550673 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -13,6 +13,7 @@ libxinerama (2:1.1-1) UNRELEASED; urgency=low
   * Bump Standards-Version to 3.8.3.
   * Add headers to libxinerama-dev, moved from x11proto-xinerama-dev.
   * Add Replaces: x11proto-xinerama-dev (<< 1.2).
+  * Move -dbg package to section debug.
 
  -- Timo Aaltonen <tjaalton@ubuntu.com>  Mon, 23 Nov 2009 14:38:59 +0200
 
diff --git a/debian/control b/debian/control
index 5ee446f..2de41a8 100644
--- a/debian/control
+++ b/debian/control
@@ -37,7 +37,7 @@ Description: X11 Xinerama extension library
  git://anongit.freedesktop.org/git/xorg/lib/libXinerama
 
 Package: libxinerama1-dbg
-Section: libdevel
+Section: debug
 Priority: extra
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}, libxinerama1 (= ${binary:Version})

commit fe966705eaaaa1de9875ec1d587afd0edc410b1d
Author: Timo Aaltonen <tjaalton@cc.hut.fi>
Date:   Tue Nov 24 13:05:06 2009 +0200

    Add libtool to bdeps.

diff --git a/debian/changelog b/debian/changelog
index 4dd02df..c39ab51 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,7 +7,8 @@ libxinerama (2:1.1-1) UNRELEASED; urgency=low
 
   [ Timo Aaltonen ]
   * New upstream release.
-  * Run autoreconf on build. Add build-deps on automake and xutils-dev.
+  * Run autoreconf on build. Add build-deps on automake, libtool
+    and xutils-dev.
   * Parse space-separated DEB_BUILD_OPTIONS, and handle parallel=N.
   * Bump Standards-Version to 3.8.3.
   * Add headers to libxinerama-dev, moved from x11proto-xinerama-dev.
diff --git a/debian/control b/debian/control
index 8db2a2e..5ee446f 100644
--- a/debian/control
+++ b/debian/control
@@ -10,6 +10,7 @@ Build-Depends:
  x11proto-xinerama-dev,
  pkg-config,
  automake,
+ libtool,
  xutils-dev (>= 1:7.5~1)
 Standards-Version: 3.8.3
 Vcs-Git: git://git.debian.org/git/pkg-xorg/lib/libxinerama


Reply to: