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

Bug#207336: marked as done (xtalk 1.3-11.1 NMU)



Your message dated Wed, 11 Jan 2006 16:29:44 +0100
with message-id <877j96wzo7.fsf@diziet.irb.hr>
and subject line Bug#207336: fixed in xtalk 1.3-12
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--------------------------------------
Received: (at submit) by bugs.debian.org; 26 Aug 2003 12:04:11 +0000
>From doko@cs.tu-berlin.de Tue Aug 26 07:04:08 2003
Return-path: <doko@cs.tu-berlin.de>
Received: from mail.cs.tu-berlin.de [130.149.17.13] 
	by master.debian.org with esmtp (Exim 3.35 1 (Debian))
	id 19rcYS-0007DL-00; Tue, 26 Aug 2003 07:04:08 -0500
Received: from bolero.cs.tu-berlin.de (doko@bolero.cs.tu-berlin.de [130.149.19.1])
	by mail.cs.tu-berlin.de (8.9.3/8.9.3) with ESMTP id OAA02637
	for <submit@bugs.debian.org>; Tue, 26 Aug 2003 14:01:52 +0200 (MET DST)
Received: (from doko@localhost)
	by bolero.cs.tu-berlin.de (8.12.9+Sun/8.12.8/Submit) id h7QC19WA011949;
	Tue, 26 Aug 2003 14:01:09 +0200 (MEST)
From: Matthias Klose <doko@cs.tu-berlin.de>
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Message-ID: <16203.19461.140724.944369@gargle.gargle.HOWL>
Date: Tue, 26 Aug 2003 14:01:09 +0200
To: submit@bugs.debian.org
Subject: xtalk 1.3-11.1 NMU
X-Mailer: VM 7.03 under 21.4 (patch 6) "Common Lisp" XEmacs Lucid
Delivered-To: submit@bugs.debian.org
X-Spam-Status: No, hits=-13.3 required=4.0
	tests=BAYES_20,HAS_PACKAGE,PATCH_UNIFIED_DIFF,USER_AGENT_VM
	autolearn=ham version=2.53-bugs.debian.org_2003_8_17
X-Spam-Level: 
X-Spam-Checker-Version: SpamAssassin 2.53-bugs.debian.org_2003_8_17 (1.174.2.15-2003-03-30-exp)

Package: xtalk

diff -ur org/xtalk-1.3/debian/changelog xtalk-1.3/debian/changelog
--- org/xtalk-1.3/debian/changelog	2003-08-26 13:53:09.000000000 +0200
+++ xtalk-1.3/debian/changelog	2003-08-26 13:51:54.000000000 +0200
@@ -1,3 +1,10 @@
+xtalk (1.3-11.1) unstable; urgency=low
+
+  * NMU
+  * Build for python2.3 as the default python version (closes: #207328).
+
+ -- Matthias Klose <doko@debian.org>  Tue, 26 Aug 2003 07:51:05 +0200
+
 xtalk (1.3-11) unstable; urgency=low
 
   * upgraded debian package to work with python2.2 (closes: #161557)
diff -ur org/xtalk-1.3/debian/control xtalk-1.3/debian/control
--- org/xtalk-1.3/debian/control	2003-08-26 13:53:09.000000000 +0200
+++ xtalk-1.3/debian/control	2003-08-26 13:49:48.000000000 +0200
@@ -7,7 +7,7 @@
 
 Package: xtalk
 Architecture: all
-Depends: python (>= 2.2), python (<< 2.3), python-tk
+Depends: python (>= 2.3), python (<< 2.4), python-tk
 Description: BSD talk compatible X Window System client.
  xtalk is a visual communication program which copies lines from your 
  terminal to that of another user. This is an X Window System version,
diff -ur org/xtalk-1.3/debian/postinst xtalk-1.3/debian/postinst
--- org/xtalk-1.3/debian/postinst	2003-08-26 13:53:09.000000000 +0200
+++ xtalk-1.3/debian/postinst	2003-08-26 13:49:26.000000000 +0200
@@ -5,7 +5,7 @@
 #
 
 PACKAGE=`basename $0 .postinst`
-PV=2.2
+PV=2.3
 PYTHON=python$PV
 DIRLIST="/usr/lib/xtalk/"
 
diff -ur org/xtalk-1.3/debian/rules xtalk-1.3/debian/rules
--- org/xtalk-1.3/debian/rules	2003-08-26 13:53:09.000000000 +0200
+++ xtalk-1.3/debian/rules	2003-08-26 13:50:57.000000000 +0200
@@ -41,34 +41,23 @@
 
 	touch install-stamp
 
-# Build architecture-independent files here.
-binary-indep: build install
-# We have nothing to do by default.
-
 # Build architecture-dependent files here.
 binary-arch: build install
-#	dh_testversion
+# We have nothing to do by default.
+
+# Build architecture-independent files here.
+binary-indep: build install
 	dh_testdir
 	dh_testroot
 	dh_installdocs
 #	dh_installexamples
 	dh_installmenu
-#	dh_installemacsen
-#	dh_installinit
-#	dh_installcron
 	dh_installmanpages
-#	dh_undocumented
 	dh_installchangelogs ChangeLog
 #	dh_link
-#	dh_strip
 	dh_compress
 	dh_fixperms
-	# You may want to make some executables suid here
-#	dh_suidregister
-#	dh_makeshlibs
 	dh_installdeb
-#	dh_perl 
-	dh_shlibdeps
 	dh_gencontrol
 	dh_md5sums
 	dh_builddeb

---------------------------------------
Received: (at 207336-done) by bugs.debian.org; 11 Jan 2006 15:29:05 +0000
>From mvela@irb.hr Wed Jan 11 07:29:05 2006
Return-path: <mvela@irb.hr>
Received: from mail.irb.hr ([161.53.22.8] ident=UNKNOWN)
	by spohr.debian.org with esmtp (Exim 4.50)
	id 1EwhuL-0000lP-2L
	for 207336-done@bugs.debian.org; Wed, 11 Jan 2006 07:29:05 -0800
Received: from diziet.irb.hr (diziet.irb.hr [161.53.22.31])
	by mail.irb.hr (8.13.4/8.13.4/Debian-3) with ESMTP id k0BFSfog016198
	for <207336-done@bugs.debian.org>; Wed, 11 Jan 2006 16:28:41 +0100
Received: from diziet.irb.hr (localhost [127.0.0.1])
	by diziet.irb.hr (8.13.5/8.13.5/Debian-3) with ESMTP id k0BFTiY8023375
	for <207336-done@bugs.debian.org>; Wed, 11 Jan 2006 16:29:44 +0100
Received: (from mvela@localhost)
	by diziet.irb.hr (8.13.5/8.13.5/Submit) id k0BFTiQM023373;
	Wed, 11 Jan 2006 16:29:44 +0100
From: Matej Vela <vela@debian.org>
To: 207336-done@bugs.debian.org
Subject: Bug#207336: fixed in xtalk 1.3-12
Date: Wed, 11 Jan 2006 16:29:44 +0100
Message-ID: <877j96wzo7.fsf@diziet.irb.hr>
User-Agent: Gnus/5.110004 (No Gnus v0.4) Emacs/21.4 (gnu/linux)
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
X-Scanned-By: MIMEDefang 2.51 on 161.53.22.8
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
	(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Level: 
X-Spam-Status: No, hits=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER 
	autolearn=no version=2.60-bugs.debian.org_2005_01_02

Source: xtalk
Source-Version: 1.3-12

Your changes have been included in xtalk 1.3-12.

Thanks!

Matej



Reply to: