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

X Strike Force X.Org X11 SVN commit: r3947 - trunk/app/xterm/debian



Author: julien
Date: 2006-11-05 08:51:58 -0500 (Sun, 05 Nov 2006)
New Revision: 3947

Modified:
   trunk/app/xterm/debian/changelog
   trunk/app/xterm/debian/control
   trunk/app/xterm/debian/rules
Log:
* Bump Standards-Version to 3.7.2.
* Use "make distclean" instead of "make clean" so that configure-generated
  files are deleted.
* Prepare changelog for release.


Modified: trunk/app/xterm/debian/changelog
===================================================================
--- trunk/app/xterm/debian/changelog	2006-11-05 13:38:26 UTC (rev 3946)
+++ trunk/app/xterm/debian/changelog	2006-11-05 13:51:58 UTC (rev 3947)
@@ -1,4 +1,4 @@
-xterm (222-1) UNRELEASED; urgency=low
+xterm (222-1) unstable; urgency=low
 
   * New upstream release
     + Refresh patches.
@@ -8,8 +8,11 @@
   * Add an empty binary-indep target in debian/rules, thanks to Aurélien Jarno
     (closes: #395764).
   * Add myself to Uploaders.
+  * Bump Standards-Version to 3.7.2.
+  * Use "make distclean" instead of "make clean" so that configure-generated
+    files are deleted.
 
- -- Julien Cristau <julien.cristau@ens-lyon.org>  Sun,  5 Nov 2006 14:17:44 +0100
+ -- Julien Cristau <julien.cristau@ens-lyon.org>  Sun,  5 Nov 2006 14:49:08 +0100
 
 xterm (210-3.1) unstable; urgency=high
 

Modified: trunk/app/xterm/debian/control
===================================================================
--- trunk/app/xterm/debian/control	2006-11-05 13:38:26 UTC (rev 3946)
+++ trunk/app/xterm/debian/control	2006-11-05 13:51:58 UTC (rev 3947)
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
 Uploaders: David Martínez Moreno <ender@debian.org>, David Nusinow <dnusinow@debian.org>, Julien Cristau <julien.cristau@ens-lyon.org>
-Standards-Version: 3.6.2
+Standards-Version: 3.7.2
 Build-Depends: libncurses5-dev | libncurses-dev, libxft-dev (>> 2.1.2), libxrender-dev (>> 1:0.9.0), libxaw7-dev, debhelper (>= 4.1.16), quilt, lynx
 
 # Reasons for Build-Depends:

Modified: trunk/app/xterm/debian/rules
===================================================================
--- trunk/app/xterm/debian/rules	2006-11-05 13:38:26 UTC (rev 3946)
+++ trunk/app/xterm/debian/rules	2006-11-05 13:51:58 UTC (rev 3947)
@@ -106,7 +106,7 @@
 	dh_testroot
 	rm -f .pc patches
 	rm -rf $(STAMP_DIR)
-	-$(MAKE) clean
+	-$(MAKE) distclean
 	dh_clean debian/local/xterm.faq.gz
 
 .PHONY: install



Reply to: