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

libxrender: Changes to 'debian-unstable'



 debian/changelog |   12 ++++++++++--
 debian/compat    |    2 +-
 debian/control   |   36 +-----------------------------------
 debian/rules     |    8 ++------
 4 files changed, 14 insertions(+), 44 deletions(-)

New commits:
commit 165712eb2cd8441b278313b3ddc9460671774d1e
Author: Emilio Pozuelo Monfort <pochu@debian.org>
Date:   Mon Dec 5 19:52:50 2016 +0100

    Release to unstable

diff --git a/debian/changelog b/debian/changelog
index 5b02aa2..3d0d038 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-libxrender (1:0.9.10-1) UNRELEASED; urgency=medium
+libxrender (1:0.9.10-1) unstable; urgency=medium
 
   [ Andreas Boll ]
   * New upstream release.
@@ -15,7 +15,7 @@ libxrender (1:0.9.10-1) UNRELEASED; urgency=medium
   * Switch to dbgsym packages.
   * debhelper passes --disable-silent-rules for us.
 
- -- Andreas Boll <andreas.boll.dev@gmail.com>  Fri, 07 Oct 2016 14:14:49 +0200
+ -- Emilio Pozuelo Monfort <pochu@debian.org>  Mon, 05 Dec 2016 19:52:42 +0100
 
 libxrender (1:0.9.9-2) unstable; urgency=medium
 

commit 71fa6b736cb3bd0f82164a7aa2025a01cfcbe772
Author: Emilio Pozuelo Monfort <pochu@debian.org>
Date:   Mon Dec 5 19:31:14 2016 +0100

    Let debhelper pass --disable-silent-rules for us

diff --git a/debian/changelog b/debian/changelog
index 589e901..5b02aa2 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -13,6 +13,7 @@ libxrender (1:0.9.10-1) UNRELEASED; urgency=medium
     + debhelper now calls autoreconf for us.
     + Parallel builds are now enabled by default.
   * Switch to dbgsym packages.
+  * debhelper passes --disable-silent-rules for us.
 
  -- Andreas Boll <andreas.boll.dev@gmail.com>  Fri, 07 Oct 2016 14:14:49 +0200
 
diff --git a/debian/rules b/debian/rules
index 42ea111..1f86431 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,10 +7,6 @@ PACKAGE = libxrender1
 %:
 	dh $@ --builddirectory=build/
 
-override_dh_auto_configure:
-	dh_auto_configure -- \
-		--disable-silent-rules
-
 override_dh_install:
 	dh_install --list-missing
 

commit d0247076dd6459687e56145e5bb3c1eb5642038d
Author: Emilio Pozuelo Monfort <pochu@debian.org>
Date:   Mon Dec 5 19:30:32 2016 +0100

    Switch to dbgsym packages

diff --git a/debian/changelog b/debian/changelog
index 25f89a2..589e901 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -12,6 +12,7 @@ libxrender (1:0.9.10-1) UNRELEASED; urgency=medium
   * Bump debhelper compat to 10.
     + debhelper now calls autoreconf for us.
     + Parallel builds are now enabled by default.
+  * Switch to dbgsym packages.
 
  -- Andreas Boll <andreas.boll.dev@gmail.com>  Fri, 07 Oct 2016 14:14:49 +0200
 
diff --git a/debian/control b/debian/control
index fbbd0b3..7576a5a 100644
--- a/debian/control
+++ b/debian/control
@@ -44,37 +44,6 @@ 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
-Architecture: any
-Depends:
- libxrender1 (= ${binary:Version}),
- ${shlibs:Depends},
- ${misc:Depends},
-Multi-Arch: same
-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.
- Rendering geometric figures is accomplished by client-side tessellation into
- either triangles or trapezoids.  Text is drawn by loading glyphs into the
- server and rendering sets of them.  The Xrender library exposes this
- extension to X clients.
- .
- This package provides an unstripped shared object with debugging symbols,
- useful to provide a backtrace with symbol names in a debugger; this
- facilitates interpretation of core dumps, and aids in finding logic errors in
- programs using this library (or the library itself).  The library is
- installed in /usr/lib/debug and can be used by placing that directory in the
- LD_LIBRARY_PATH environment variable when the code to be debugged is
- executed.  Non-programmers will likely have little use for this package.
- .
- More information about X.Org can be found at:
- <URL:https://www.X.org>
- .
- This module can be found at
- git://anongit.freedesktop.org/git/xorg/lib/libXrender
-
 Package: libxrender-dev
 Section: libdevel
 Architecture: any
diff --git a/debian/rules b/debian/rules
index 8467a50..42ea111 100755
--- a/debian/rules
+++ b/debian/rules
@@ -15,7 +15,7 @@ override_dh_install:
 	dh_install --list-missing
 
 override_dh_strip:
-	dh_strip -p$(PACKAGE) --dbg-package=$(PACKAGE)-dbg
+	dh_strip -p$(PACKAGE) --dbgsym-migration='$(PACKAGE)-dbg (<< 1:0.9.10-1~)'
 	dh_strip -N$(PACKAGE)
 
 override_dh_makeshlibs:

commit 3645c93f0d3f5ffa6e8a7679bd05e9c92dbf963e
Author: Emilio Pozuelo Monfort <pochu@debian.org>
Date:   Mon Dec 5 19:27:22 2016 +0100

    --parallel is now the default

diff --git a/debian/changelog b/debian/changelog
index b86058d..25f89a2 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -11,6 +11,7 @@ libxrender (1:0.9.10-1) UNRELEASED; urgency=medium
   [ Emilio Pozuelo Monfort ]
   * Bump debhelper compat to 10.
     + debhelper now calls autoreconf for us.
+    + Parallel builds are now enabled by default.
 
  -- Andreas Boll <andreas.boll.dev@gmail.com>  Fri, 07 Oct 2016 14:14:49 +0200
 
diff --git a/debian/rules b/debian/rules
index 5ba546f..8467a50 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,7 +5,7 @@
 PACKAGE = libxrender1
 
 %:
-	dh $@ --parallel --builddirectory=build/
+	dh $@ --builddirectory=build/
 
 override_dh_auto_configure:
 	dh_auto_configure -- \

commit 8f908873d2b20d7073119c410d9718a2690bafa4
Author: Emilio Pozuelo Monfort <pochu@debian.org>
Date:   Mon Dec 5 19:26:30 2016 +0100

    debhelper now calls autoreconf for us

diff --git a/debian/changelog b/debian/changelog
index ff4408a..b86058d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -10,6 +10,7 @@ libxrender (1:0.9.10-1) UNRELEASED; urgency=medium
 
   [ Emilio Pozuelo Monfort ]
   * Bump debhelper compat to 10.
+    + debhelper now calls autoreconf for us.
 
  -- Andreas Boll <andreas.boll.dev@gmail.com>  Fri, 07 Oct 2016 14:14:49 +0200
 
diff --git a/debian/control b/debian/control
index a1df161..fbbd0b3 100644
--- a/debian/control
+++ b/debian/control
@@ -4,13 +4,10 @@ Priority: optional
 Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
 Build-Depends:
  debhelper (>= 10),
- dh-autoreconf,
  pkg-config,
  libx11-dev (>= 2:1.6),
  x11proto-render-dev,
  x11proto-core-dev,
- automake,
- libtool,
  xutils-dev (>= 1:7.5+4),
 Standards-Version: 3.9.8
 Vcs-Git: https://anonscm.debian.org/git/pkg-xorg/lib/libxrender.git
diff --git a/debian/rules b/debian/rules
index 70a600b..5ba546f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,7 +5,7 @@
 PACKAGE = libxrender1
 
 %:
-	dh $@ --with autoreconf --parallel --builddirectory=build/
+	dh $@ --parallel --builddirectory=build/
 
 override_dh_auto_configure:
 	dh_auto_configure -- \

commit 6d9491880c73b57145511526ca2f9750c4c58037
Author: Emilio Pozuelo Monfort <pochu@debian.org>
Date:   Mon Dec 5 19:25:33 2016 +0100

    Bump debhelper compat to 10

diff --git a/debian/changelog b/debian/changelog
index ea4f4e6..ff4408a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,6 @@
 libxrender (1:0.9.10-1) UNRELEASED; urgency=medium
 
+  [ Andreas Boll ]
   * New upstream release.
     - Fixes CVE-2016-7949 and CVE-2016-7950 (Closes: #840443).
   * Update d/upstream/signing-key.asc with Matthieu Herrb's key.
@@ -7,6 +8,9 @@ libxrender (1:0.9.10-1) UNRELEASED; urgency=medium
   * Remove obsolete xsfbs.
   * Bump Standards-Version to 3.9.8, no changes needed.
 
+  [ Emilio Pozuelo Monfort ]
+  * Bump debhelper compat to 10.
+
  -- Andreas Boll <andreas.boll.dev@gmail.com>  Fri, 07 Oct 2016 14:14:49 +0200
 
 libxrender (1:0.9.9-2) unstable; urgency=medium
diff --git a/debian/compat b/debian/compat
index ec63514..f599e28 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-9
+10
diff --git a/debian/control b/debian/control
index 65305f8..a1df161 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Section: x11
 Priority: optional
 Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
 Build-Depends:
- debhelper (>= 9),
+ debhelper (>= 10),
  dh-autoreconf,
  pkg-config,
  libx11-dev (>= 2:1.6),


Reply to: