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

mesa-demos: Changes to 'debian-unstable'



 debian/changelog |    4 ++++
 debian/compat    |    2 +-
 debian/control   |    2 +-
 debian/rules     |    5 ++++-
 4 files changed, 10 insertions(+), 3 deletions(-)

New commits:
commit 139efe25af3248830a019e0c3ea7d5523b92ca52
Author: Andreas Boll <andreas.boll.dev@gmail.com>
Date:   Thu Jun 27 15:43:22 2013 +0200

    Disable silent rules.
    
    Signed-off-by: Andreas Boll <andreas.boll.dev@gmail.com>

diff --git a/debian/changelog b/debian/changelog
index 34a5a85..1171777 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -16,6 +16,7 @@ mesa-demos (8.1.0-1) UNRELEASED; urgency=low
 
   [ Andreas Boll ]
   * Use debhelper 9 to use hardened compiler flags.
+  * Disable silent rules.
 
  -- Sven Joachim <svenjoac@gmx.de>  Wed, 24 Apr 2013 17:48:21 +0200
 
diff --git a/debian/rules b/debian/rules
index e14b5fe..8f1c5bc 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,5 +2,8 @@
 %:
 	dh $@ --with=autoreconf
 
+override_dh_auto_configure:
+	dh_auto_configure -- --disable-silent-rules
+
 override_dh_auto_install:
 	dh_auto_install --destdir=debian/tmp

commit 7aa7497f28645723bb735bb23b108d338d46e6f6
Author: Andreas Boll <andreas.boll.dev@gmail.com>
Date:   Thu Jun 27 15:20:21 2013 +0200

    Use debhelper 9 to use hardened compiler flags.
    
    Signed-off-by: Andreas Boll <andreas.boll.dev@gmail.com>

diff --git a/debian/changelog b/debian/changelog
index a4bb33a..34a5a85 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -14,6 +14,9 @@ mesa-demos (8.1.0-1) UNRELEASED; urgency=low
   * Install es2gears_x11 and es2gears_screen, create es2gears symlink
     pointing to es2gears_x11 for general usage.
 
+  [ Andreas Boll ]
+  * Use debhelper 9 to use hardened compiler flags.
+
  -- Sven Joachim <svenjoac@gmx.de>  Wed, 24 Apr 2013 17:48:21 +0200
 
 mesa-demos (8.0.1-2) unstable; urgency=low
diff --git a/debian/compat b/debian/compat
index 7f8f011..ec63514 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-7
+9
diff --git a/debian/control b/debian/control
index aa4992c..d2f0180 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Section: utils
 Priority: optional
 Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
 Standards-Version: 3.9.1
-Build-Depends: debhelper (>= 7.2.7),
+Build-Depends: debhelper (>= 9),
  pkg-config,
  autoconf,
  automake,
diff --git a/debian/rules b/debian/rules
index 0d2abbe..e14b5fe 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,6 +1,6 @@
 #!/usr/bin/make -f
 %:
-	dh --with=autoreconf $@
+	dh $@ --with=autoreconf
 
 override_dh_auto_install:
 	dh_auto_install --destdir=debian/tmp


Reply to: