xorg: Changes to 'debian-unstable'
debian/changelog | 6 ++++--
debian/control | 2 +-
debian/rules | 8 ++++++++
3 files changed, 13 insertions(+), 3 deletions(-)
New commits:
commit 1072b68ec2c1b9c527ec4aba740b06cab8eb13ca
Author: David Nusinow <dnusinow@debian.org>
Date: Sun Dec 16 10:35:16 2007 -0500
Prepare changelog for upload
diff --git a/debian/changelog b/debian/changelog
index 4144f04..fcb2bab 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-xorg (1:7.3+8) UNRELEASED; urgency=low
+xorg (1:7.3+8) unstable; urgency=low
[ Julien Cristau ]
* Make xorg Architecture: any. Depend on sparc-utils [sparc] instead of
@@ -33,7 +33,7 @@ xorg (1:7.3+8) UNRELEASED; urgency=low
* Allow cross-building. Thanks Neil Williams. Closes: #451293
* Bump standards version to 3.7.3.0. No changes needed.
- -- David Nusinow <dnusinow@debian.org> Sun, 16 Dec 2007 10:34:50 -0500
+ -- David Nusinow <dnusinow@debian.org> Sun, 16 Dec 2007 10:35:08 -0500
xorg (1:7.3+7) unstable; urgency=low
commit de09511be7fc812c9cab96472015d2432fec42ad
Author: David Nusinow <dnusinow@debian.org>
Date: Sun Dec 16 10:35:06 2007 -0500
* Bump standards version to 3.7.3.0. No changes needed.
diff --git a/debian/changelog b/debian/changelog
index 39305ef..4144f04 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -31,8 +31,9 @@ xorg (1:7.3+8) UNRELEASED; urgency=low
* Don't set fbdev in the postinst for r128 on ppc.
The driver will do this automatically if no option is specified by the user
* Allow cross-building. Thanks Neil Williams. Closes: #451293
+ * Bump standards version to 3.7.3.0. No changes needed.
- -- David Nusinow <dnusinow@debian.org> Sun, 16 Dec 2007 10:15:47 -0500
+ -- David Nusinow <dnusinow@debian.org> Sun, 16 Dec 2007 10:34:50 -0500
xorg (1:7.3+7) unstable; urgency=low
diff --git a/debian/control b/debian/control
index e9658ab..0207145 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>
Uploaders: David Nusinow <dnusinow@debian.org>, Branden Robinson <branden@debian.org>, Drew Parsons <dparsons@debian.org>, Julien Cristau <jcristau@debian.org>
-Standards-Version: 3.7.2.0
+Standards-Version: 3.7.3.0
Build-Depends: dpkg (>= 1.7.0), po-debconf, debhelper (>= 4.1.16)
Package: x11-common
commit efe2abcfcd7971b5eb8e339d43488f35c5b970ca
Author: David Nusinow <dnusinow@debian.org>
Date: Sun Dec 16 10:19:33 2007 -0500
* Allow cross-building. Thanks Neil Williams. Closes: #451293
diff --git a/debian/changelog b/debian/changelog
index 4318b37..39305ef 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -30,8 +30,9 @@ xorg (1:7.3+8) UNRELEASED; urgency=low
+ Don't recommend laptop-detect any more or look for it in server postinst
* Don't set fbdev in the postinst for r128 on ppc.
The driver will do this automatically if no option is specified by the user
+ * Allow cross-building. Thanks Neil Williams. Closes: #451293
- -- David Nusinow <dnusinow@debian.org> Wed, 12 Dec 2007 21:51:26 -0500
+ -- David Nusinow <dnusinow@debian.org> Sun, 16 Dec 2007 10:15:47 -0500
xorg (1:7.3+7) unstable; urgency=low
diff --git a/debian/rules b/debian/rules
index c81241f..0ecc843 100755
--- a/debian/rules
+++ b/debian/rules
@@ -12,6 +12,14 @@
# /usr/share/common-licenses/GPL or <http://www.gnu.org/copyleft/gpl.txt>.
# Acknowledgements to Stephen Early, Mark Eichin, and Manoj Srivastava.
+DEB_HOST_GNU_TYPE=$(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)
+DEB_BUILD_GNU_TYPE=$(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)
+ifneq ($(DEB_HOST_GNU_TYPE),$(DEB_BUILD_GNU_TYPE))
+CC=$(DEB_HOST_GNU_TYPE)-gcc
+else
+CC ?=gcc
+endif
+
# debhelper
export DH_OPTIONS
Reply to: