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

xterm: Changes to 'debian-unstable'



 debian/changelog |    1 +
 debian/rules     |   23 +++++++++++++++++------
 2 files changed, 18 insertions(+), 6 deletions(-)

New commits:
commit 2c7b5869683704d90f8debfbc09f517cd923514e
Author: Julien Cristau <jcristau@debian.org>
Date:   Sun Aug 24 22:37:32 2008 +0200

    Configure with --enable-dabbrev (closes: #454202).

diff --git a/debian/changelog b/debian/changelog
index 5ebf42e..b63be43 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,6 +7,7 @@ xterm (236-1) UNRELEASED; urgency=low
   * New upstream release.
   * Handle parallel=n in DEB_BUILD_OPTIONS.
   * Don't call dh_makeshlibs.
+  * Configure with --enable-dabbrev (closes: #454202).
 
  -- Brice Goglin <bgoglin@debian.org>  Sun, 15 Jun 2008 20:10:16 +0200
 
diff --git a/debian/rules b/debian/rules
index c8e09ae..ecd5ad1 100755
--- a/debian/rules
+++ b/debian/rules
@@ -122,6 +122,7 @@ $(STAMP_DIR)/configure: $(STAMP_DIR)/patch
 		--disable-imake \
 		--enable-narrowproto \
 		--enable-exec-xterm \
+		--enable-dabbrev \
 		$(confflags) \
 		DESKTOP_FLAGS="$(DESKTOP_FLAGS)" \
 		CFLAGS="$(CFLAGS)" \

commit 1b3673b1d0b695aa31533c232b83ad43ef31a15f
Author: Julien Cristau <jcristau@debian.org>
Date:   Sun Aug 24 22:37:05 2008 +0200

    reformat configure options to make changes easier

diff --git a/debian/rules b/debian/rules
index 0cd2e01..c8e09ae 100755
--- a/debian/rules
+++ b/debian/rules
@@ -109,13 +109,23 @@ $(STAMP_DIR)/configure: $(STAMP_DIR)/patch
 	dh_testdir
 	[ -d obj-$(DEB_BUILD_GNU_TYPE) ] || mkdir obj-$(DEB_BUILD_GNU_TYPE)
 	cd obj-$(DEB_BUILD_GNU_TYPE) && \
-	../configure --enable-logging --enable-wide-chars --enable-luit \
-		--with-tty-group=tty --enable-256-color \
-		--prefix=/usr --exec-prefix=/usr --mandir=/usr/share/man \
+	../configure \
+		--prefix=/usr \
+		--exec-prefix=/usr \
+		--mandir=/usr/share/man \
 		--with-app-defaults=/etc/X11/app-defaults \
-		--disable-imake --enable-narrowproto --enable-exec-xterm \
-		$(confflags) DESKTOP_FLAGS="$(DESKTOP_FLAGS)" \
-		CFLAGS="$(CFLAGS)" LUIT=/usr/bin/luit
+		--with-tty-group=tty \
+		--enable-logging \
+		--enable-wide-chars \
+		--enable-luit \
+		--enable-256-color \
+		--disable-imake \
+		--enable-narrowproto \
+		--enable-exec-xterm \
+		$(confflags) \
+		DESKTOP_FLAGS="$(DESKTOP_FLAGS)" \
+		CFLAGS="$(CFLAGS)" \
+		LUIT=/usr/bin/luit
 	touch $@
 
 


Reply to: