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

Bug#428090: xorg: silence "quilt next" in xsfbs.mk



Package: xorg
Version: 1:7.2-3
Severity: minor
Tags: patch


When building any X package, "quilt next" is used as a probe in xsfbs.mk to see if there are any patches. This 
results in the first patch being listed, which is confusing and you might think it applies only one patch when you look 
at the build log. It should rather list all patches or none.

-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)

Kernel: Linux 2.6.21-1-486
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages xorg depends on:
ii  gnome-terminal [x-terminal- 2.18.0-2     The GNOME 2 terminal emulator appl
ii  libgl1-mesa-glx             6.5.2-5      A free implementation of the OpenG
ii  libglu1-mesa                6.5.2-5      The OpenGL utility library (GLU)
ii  type-handling [not+sparc]   0.2.21       dpkg architecture generation scrip
ii  xbase-clients               1:7.2.ds2-2  miscellaneous X clients
ii  xfonts-100dpi               1:1.0.0-3    100 dpi fonts for X
ii  xfonts-75dpi                1:1.0.0-3    75 dpi fonts for X
ii  xfonts-base                 1:1.0.0-4    standard fonts for X
ii  xfonts-scalable             1:1.0.0-6    scalable fonts for X
ii  xkb-data                    0.9-4        X Keyboard Extension (XKB) configu
ii  xorg-docs                   1:1.4-2      Miscellaneous documentation for th
ii  xserver-xorg                1:7.2-3      the X.Org X server
ii  xterm [x-terminal-emulator] 225-1        X terminal emulator
ii  xutils                      1:7.1.ds.3-1 X Window System utility programs

Versions of packages xorg recommends:
ii  libgl1-mesa-dri               6.5.2-5    A free implementation of the OpenG

-- no debconf information
--- xsfbs.mk.orig	2007-04-24 05:24:11.000000000 +0200
+++ xsfbs.mk	2007-06-08 22:25:05.000000000 +0200
@@ -141,7 +141,7 @@ $(STAMP_DIR)/patch: $(STAMP_DIR)/prepare
 		echo "Couldn't find quilt. Please install it or add it to the build-depends for this package."; \
 		exit 1; \
 	fi; \
-	if quilt next; then \
+	if quilt next >/dev/null; then \
 	  echo -n "Applying patches..."; \
 	  if quilt push -a -v >$(STAMP_DIR)/log/patch 2>&1; then \
 	    echo "successful."; \

Reply to: