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

xorg: Changes to 'debian-unstable'



 debian/changelog           |   10 ++++++++--
 debian/compat              |    2 +-
 debian/control             |    4 ++--
 debian/rules               |    2 +-
 debian/x11-common.postinst |    1 +
 5 files changed, 13 insertions(+), 6 deletions(-)

New commits:
commit e122d268b5033a475692182f9ae46e729f956628
Author: Emilio Pozuelo Monfort <pochu@debian.org>
Date:   Wed Nov 23 00:02:33 2016 +0100

    Upload to unstable

diff --git a/debian/changelog b/debian/changelog
index 0dab095..8c53b1e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-xorg (1:7.7+17) UNRELEASED; urgency=medium
+xorg (1:7.7+17) unstable; urgency=medium
 
   [ Andreas Boll ]
   * control: Drop -freedreno from -video-all, the default 2D-driver will
@@ -9,7 +9,7 @@ xorg (1:7.7+17) UNRELEASED; urgency=medium
   * Bump Standards-Version to 3.9.8. No changes.
   * Bump debhelper compat to 10. Drop --parallel flag, enabled by default.
 
- -- Andreas Boll <andreas.boll.dev@gmail.com>  Thu, 17 Nov 2016 14:01:37 +0100
+ -- Emilio Pozuelo Monfort <pochu@debian.org>  Wed, 23 Nov 2016 00:02:26 +0100
 
 xorg (1:7.7+16) unstable; urgency=medium
 

commit 20a1465b05f5c00472baeaf9f3b3f2e13c508d69
Author: Emilio Pozuelo Monfort <pochu@debian.org>
Date:   Wed Nov 23 00:01:01 2016 +0100

    Bump debhelper compat to 10

diff --git a/debian/changelog b/debian/changelog
index 5590e7f..0dab095 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,6 +7,7 @@ xorg (1:7.7+17) UNRELEASED; urgency=medium
   [ Emilio Pozuelo Monfort ]
   * debian/x11-common.postinst: call `set -e'.
   * Bump Standards-Version to 3.9.8. No changes.
+  * Bump debhelper compat to 10. Drop --parallel flag, enabled by default.
 
  -- Andreas Boll <andreas.boll.dev@gmail.com>  Thu, 17 Nov 2016 14:01:37 +0100
 
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 0115d9d..9ea3b2f 100644
--- a/debian/control
+++ b/debian/control
@@ -5,7 +5,7 @@ Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
 Standards-Version: 3.9.8
 Build-Depends:
  dpkg (>= 1.16.1),
- debhelper (>= 9),
+ debhelper (>= 10),
  po-debconf,
 # xsf-docs:
  asciidoc,
diff --git a/debian/rules b/debian/rules
index 9d9d9b4..c662a6d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,7 +1,7 @@
 #!/usr/bin/make -f
 
 %:
-	dh $@ --parallel
+	dh $@
 
 override_dh_auto_clean:
 	$(MAKE) -C xsf-docs clean

commit c14fc5e45c3818a62d369b3257efc402b63b9907
Author: Emilio Pozuelo Monfort <pochu@debian.org>
Date:   Wed Nov 23 00:00:11 2016 +0100

    Bump Standards-Version

diff --git a/debian/changelog b/debian/changelog
index edcc4c8..5590e7f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,6 +6,7 @@ xorg (1:7.7+17) UNRELEASED; urgency=medium
 
   [ Emilio Pozuelo Monfort ]
   * debian/x11-common.postinst: call `set -e'.
+  * Bump Standards-Version to 3.9.8. No changes.
 
  -- Andreas Boll <andreas.boll.dev@gmail.com>  Thu, 17 Nov 2016 14:01:37 +0100
 
diff --git a/debian/control b/debian/control
index f0d7186..0115d9d 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,7 @@ Source: xorg
 Section: x11
 Priority: optional
 Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
-Standards-Version: 3.9.6
+Standards-Version: 3.9.8
 Build-Depends:
  dpkg (>= 1.16.1),
  debhelper (>= 9),

commit 11d044eb922bac4ef60e3e9bbdc90913d972f583
Author: Emilio Pozuelo Monfort <pochu@debian.org>
Date:   Tue Nov 22 23:58:37 2016 +0100

    debian/x11-common.postinst: call set -e

diff --git a/debian/changelog b/debian/changelog
index ffbd811..edcc4c8 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,12 @@
 xorg (1:7.7+17) UNRELEASED; urgency=medium
 
+  [ Andreas Boll ]
   * control: Drop -freedreno from -video-all, the default 2D-driver will
     be -modesetting.
 
+  [ Emilio Pozuelo Monfort ]
+  * debian/x11-common.postinst: call `set -e'.
+
  -- Andreas Boll <andreas.boll.dev@gmail.com>  Thu, 17 Nov 2016 14:01:37 +0100
 
 xorg (1:7.7+16) unstable; urgency=medium
diff --git a/debian/x11-common.postinst b/debian/x11-common.postinst
index aa36a8e..2230165 100644
--- a/debian/x11-common.postinst
+++ b/debian/x11-common.postinst
@@ -1,4 +1,5 @@
 #!/bin/bash
+set -e
 
 if [ -f /usr/share/debconf/confmodule ]; then
   . /usr/share/debconf/confmodule


Reply to: