debian/changelog |    7 +++++++
 debian/rules     |    9 +++++++++
 2 files changed, 16 insertions(+)

New commits:
commit 8a023d1802b89371ab6f1e2a7b29f4c35d4de851
Author: Matthias Klose <d...@ubuntu.com>
Date:   Wed Jul 30 22:49:51 2014 +0200

    xserver-xorg-dev: /usr/share/xserver-xorg/configure_flags.mk
    
    Provide the flags how the xserver was configured.

diff --git a/debian/changelog b/debian/changelog
index 4c8862a..664c667 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+xorg-server (2:1.15.1-0ubuntu9) utopic; urgency=medium
+
+  * xserver-xorg-dev: /usr/share/xserver-xorg/configure_flags.mk
+    Provide the flags how the xserver was configured.
+
+ -- Matthias Klose <d...@ubuntu.com>  Wed, 30 Jul 2014 22:49:51 +0200
+
 xorg-server (2:1.15.1-0ubuntu8) utopic; urgency=medium
 
   * debian/patches/xfree86-pci-bus-probe-non-seat0.patch
diff --git a/debian/rules b/debian/rules
index a2bbaf0..d9d0656 100755
--- a/debian/rules
+++ b/debian/rules
@@ -365,6 +365,15 @@ binary-arch: build install
        echo inputabi=xorg-input-abi-$$abi_xinput >> 
debian/xserver-xorg-core.substvars && \
        echo "xorg-input-abi-$$abi_xinput, xserver-xorg-core (>= 
$(serverminver))" > debian/xserver-xorg-dev/usr/share/xserver-xorg/xinputdep
 
+       # save the configure flags so that packages like vnc, tightvnc, tigervnc
+       # know how the package was built.
+       ( \
+         echo 'xserver_confflags = $(confflags)'; \
+         echo 'xserver_confflags_main = $(confflags_main)'; \
+         echo 'xserver_confflags_udeb = $(confflags_udeb)'; \
+         echo 'xserver_vars = $(vars)'; \
+       ) > debian/xserver-xorg-dev/usr/share/xserver-xorg/configure_flags.mk
+
        # The udeb uses the same substvars:
        cp debian/xserver-xorg-core.substvars 
debian/xserver-xorg-core-udeb.substvars
 


-- 
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/e1xckbd-0003uh...@moszumanska.debian.org

Reply via email to