debian/changelog | 7 +++++-- debian/rules | 4 +++- 2 files changed, 8 insertions(+), 3 deletions(-)
New commits: commit a055f9a9f465b1a82335f81d193804aa299bb1ec Author: Julien Cristau <[email protected]> Date: Thu Sep 12 19:35:38 2013 +0200 Upload to unstable diff --git a/debian/changelog b/debian/changelog index 6662074..a8991e5 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -xserver-xorg-video-dummy (1:0.3.7-1) UNRELEASED; urgency=low +xserver-xorg-video-dummy (1:0.3.7-1) unstable; urgency=low [ Maarten Lankhorst ] * New upstream release. @@ -11,7 +11,7 @@ xserver-xorg-video-dummy (1:0.3.7-1) UNRELEASED; urgency=low [ Julien Cristau ] * Disable silent build rules. - -- Michele Cane <[email protected]> Thu, 12 Sep 2013 16:14:14 +0200 + -- Julien Cristau <[email protected]> Thu, 12 Sep 2013 19:34:29 +0200 xserver-xorg-video-dummy (1:0.3.5-2) unstable; urgency=high commit 4a8a533abc1b1238e9c640a3f842e1437b07d029 Author: Julien Cristau <[email protected]> Date: Thu Sep 12 19:34:26 2013 +0200 Disable silent build rules. diff --git a/debian/changelog b/debian/changelog index 4de7469..6662074 100644 --- a/debian/changelog +++ b/debian/changelog @@ -8,6 +8,9 @@ xserver-xorg-video-dummy (1:0.3.7-1) UNRELEASED; urgency=low * Bump Standards-Version to 3.9.4, no changes needed. * New upstream release. + [ Julien Cristau ] + * Disable silent build rules. + -- Michele Cane <[email protected]> Thu, 12 Sep 2013 16:14:14 +0200 xserver-xorg-video-dummy (1:0.3.5-2) unstable; urgency=high diff --git a/debian/rules b/debian/rules index 2da44f9..43c034f 100755 --- a/debian/rules +++ b/debian/rules @@ -2,7 +2,9 @@ # Disable DGA support, it's been on the way out for a while already: override_dh_auto_configure: - dh_auto_configure -- --disable-dga + dh_auto_configure -- \ + --disable-dga \ + --disable-silent-rules # Install in debian/tmp to retain control through dh_install: override_dh_auto_install: -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected] Archive: http://lists.debian.org/[email protected]

