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

apitrace: Changes to 'master'



 debian/changelog |   10 ++++++++++
 debian/control   |    1 +
 debian/rules     |    6 +++---
 3 files changed, 14 insertions(+), 3 deletions(-)

New commits:
commit 4a456ec61372d6e51ec652982eafc091eb8aac12
Author: Héctor Orón Martínez <zumbi@debian.org>
Date:   Thu Jun 9 18:32:28 2016 +0200

    Release Debian version 7.1+git20160531.2d78bef0+repack-1.1
    
    Signed-off-by: Héctor Orón Martínez <zumbi@debian.org>

diff --git a/debian/changelog b/debian/changelog
index 0149785..1258819 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,13 @@
+apitrace (7.1+git20160531.2d78bef0+repack-1.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * d/rules: fix Built-Using using source package instead binary name.
+    (Closes: #826355)
+  * d/{control,rules}: enable waffle support.
+    (Closes: #826623)
+
+ -- Héctor Orón Martínez <zumbi@debian.org>  Thu, 09 Jun 2016 18:29:55 +0200
+
 apitrace (7.1+git20160531.2d78bef0+repack-1) unstable; urgency=medium
 
   [ Christopher James Halse Rogers ]

commit 791de059a3916146900a7d265c13ee79fb0e87da
Author: Héctor Orón Martínez <zumbi@debian.org>
Date:   Thu Jun 9 18:27:17 2016 +0200

    d/{control,rules}: enable linking libwaffle-dev
    
    apitrace Retracers like e.g. egltrace can currently only use X11 as the window
    system. For more modular window system support, apitrace has support for using
    the waffle library.
    
    Closes: #826623
    
    Signed-off-by: Héctor Orón Martínez <zumbi@debian.org>

diff --git a/debian/control b/debian/control
index 6c58210..1dd2f5c 100644
--- a/debian/control
+++ b/debian/control
@@ -9,6 +9,7 @@ Build-Depends:
  libegl1-mesa-dev,
  libgles1-mesa-dev,
  libgles2-mesa-dev,
+ libwaffle-dev,
  qtbase5-dev,
  libqt5webkit5-dev,
  pkg-config,
diff --git a/debian/rules b/debian/rules
index 2a01c33..d93bebd 100755
--- a/debian/rules
+++ b/debian/rules
@@ -16,7 +16,7 @@
 DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
 
 override_dh_auto_configure:
-	dh_auto_configure -- -DENABLE_EGL=YES -DENABLE_GUI=YES
+	dh_auto_configure -- -DENABLE_EGL=YES -DENABLE_GUI=YES -DENABLE_WAFFLE=YES
 
 override_dh_install:
 	# Remove some files we don't want, then fail if there's anything left

commit 30d40a578cef446a855e82e8ac95ca7df7a467ab
Author: Héctor Orón Martínez <zumbi@debian.org>
Date:   Thu Jun 9 18:24:09 2016 +0200

    d/rules: fix Built-Using, use source package name
    
      Closes: #826355
    
    Signed-off-by: Héctor Orón Martínez <zumbi@debian.org>

diff --git a/debian/rules b/debian/rules
index 186317e..2a01c33 100755
--- a/debian/rules
+++ b/debian/rules
@@ -25,11 +25,11 @@ override_dh_install:
 	dh_install --fail-missing
 
 override_dh_gencontrol:
-	echo "built-using:Depends=zlib1g-dev (= $(shell dpkg-query -s zlib1g-dev \
+	echo "built-using:Depends=zlib (= $(shell dpkg-query -s zlib1g-dev \
                                                | grep Version: \
                                                | cut -d' ' -f2))" \
                 >> debian/apitrace-tracers.substvars
-	echo "built-using:Depends=libsnappy-dev (= $(shell dpkg-query -s libsnappy-dev \
+	echo "built-using:Depends=snappy (= $(shell dpkg-query -s libsnappy-dev \
                                                | grep Version: \
                                                | cut -d' ' -f2))" \
                 >> debian/apitrace-tracers.substvars


Reply to: