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

xterm: Changes to 'debian-unstable'



 debian/changelog |    7 +++++++
 debian/control   |    4 +++-
 debian/rules     |    2 +-
 3 files changed, 11 insertions(+), 2 deletions(-)

New commits:
commit 8d7ab352f4d7d12bf099f0e8d16071c98c831136
Author: Sven Joachim <svenjoac@gmx.de>
Date:   Sun Jan 5 19:42:32 2014 +0100

    Bump Standards-Version to 3.9.5

diff --git a/debian/changelog b/debian/changelog
index 61a13fc..db44605 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
 xterm (300-2) UNRELEASED; urgency=low
 
   * Build-depend on autotools-dev to update config.{guess,sub}.
+  * Bump Standards-Version to 3.9.5, no changes needed.
 
  -- Sven Joachim <svenjoac@gmx.de>  Sun, 05 Jan 2014 19:08:05 +0100
 
diff --git a/debian/control b/debian/control
index 08bd5ce..6f0372e 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: Cyril Brulebois <kibi@debian.org>, Sven Joachim <svenjoac@gmx.de>
-Standards-Version: 3.9.4
+Standards-Version: 3.9.5
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-xorg/app/xterm.git
 Vcs-Git: git://anonscm.debian.org/pkg-xorg/app/xterm
 Homepage: http://invisible-island.net/xterm/xterm.html

commit 98bb8f7b63fa3c3cb31c5c359cabff2296f0dea2
Author: Sven Joachim <svenjoac@gmx.de>
Date:   Sun Jan 5 19:08:37 2014 +0100

    Build-depend on autotools-dev to update config.{guess,sub}

diff --git a/debian/changelog b/debian/changelog
index ae26cdb..61a13fc 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+xterm (300-2) UNRELEASED; urgency=low
+
+  * Build-depend on autotools-dev to update config.{guess,sub}.
+
+ -- Sven Joachim <svenjoac@gmx.de>  Sun, 05 Jan 2014 19:08:05 +0100
+
 xterm (300-1) unstable; urgency=low
 
   * New upstream release.
diff --git a/debian/control b/debian/control
index 9d6dd60..08bd5ce 100644
--- a/debian/control
+++ b/debian/control
@@ -16,6 +16,7 @@ Build-Depends:
  libxcursor-dev,
  debhelper (>= 9),
  quilt,
+ autotools-dev,
  lynx-cur | lynx,
  xorg-docs-core,
  desktop-file-utils,
@@ -103,6 +104,7 @@ Build-Depends:
 #                                   detect
 #   debhelper (>= 9)                debian/compat = 9
 #   quilt                           patch management system
+#   autotools-dev                   update config.guess, config.sub
 #   lynx-cur | lynx                 generates plain-text version of xterm faq
 #   desktop-file-utils              for installing xterm.desktop
 
diff --git a/debian/rules b/debian/rules
index c512cee..e0d4995 100755
--- a/debian/rules
+++ b/debian/rules
@@ -67,7 +67,7 @@ override_dh_install:
 	dh_install --fail-missing
 
 %:
-	dh $@ --with quilt --builddirectory=build/ --parallel
+	dh $@ --with quilt,autotools_dev --builddirectory=build/ --parallel
 
 debian/local/xterm.faq.html:
 	wget -O $@ http://invisible-island.net/xterm/xterm.faq.html


Reply to: