Your message dated Fri, 27 Aug 2010 17:23:27 +0200
with message-id <[email protected]>
and subject line Re: Bug#594453: future unblock: megahal/9.1.1a-9
has caused the Debian Bug report #594453,
regarding future unblock: megahal/9.1.1a-9
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 this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
594453: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=594453
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: release.debian.org
Severity: normal
User: [email protected]
Usertags: unblock
Hi,
I prepared a fix for #590652, debdiff attached (minus the changes to
Megahal/Makefile.old that are no longer included). The update also
includes some updates to the packaging.
Is the release team okay with uploading this to unstable?
Regards,
Ansgar
reverted:
--- megahal-9.1.1a/dirs
+++ megahal-9.1.1a.orig/dirs
@@ -1,2 +0,0 @@
-usr/bin
-usr/lib/megahal
diff -u megahal-9.1.1a/debian/changelog megahal-9.1.1a/debian/changelog
--- megahal-9.1.1a/debian/changelog
+++ megahal-9.1.1a/debian/changelog
@@ -1,3 +1,18 @@
+megahal (9.1.1a-9) unstable; urgency=low
+
+ * QA upload.
+ * Replace build-dep on tcp8.3-dev with tcl-dev. (Closes: #590652)
+ + Change Makefile to use /usr/include/tcl.
+ * Use debhelper compat level 7.
+ + debian/rules: Use dh_prep instead of dh_clean -k.
+ * debian/copyright: Refer to /usr/share/common-licenses/GPL-2.
+ * debian/control: Add ${misc:Depends}.
+ * debian/rules: Remove Megahal/Makefile.old in clean target.
+ * Remove ./dirs: should be debian/dirs which already exists.
+ * Bump Standards-Version to 3.9.1.
+
+ -- Ansgar Burchardt <[email protected]> Thu, 26 Aug 2010 14:15:48 +0900
+
megahal (9.1.1a-8) unstable; urgency=low
* QA upload.
diff -u megahal-9.1.1a/debian/rules megahal-9.1.1a/debian/rules
--- megahal-9.1.1a/debian/rules
+++ megahal-9.1.1a/debian/rules
@@ -48,7 +48,7 @@
binary-arch: build
dh_testdir
dh_testroot
- dh_clean -k
+ dh_prep
dh_installdirs
install -s megahal debian/megahal/usr/bin
install debian/megahal-personal debian/megahal/usr/bin
diff -u megahal-9.1.1a/debian/control megahal-9.1.1a/debian/control
--- megahal-9.1.1a/debian/control
+++ megahal-9.1.1a/debian/control
@@ -1,14 +1,14 @@
Source: megahal
Section: misc
Priority: optional
-Build-Depends: debhelper, tcl8.3-dev, python-all-dev (>= 2.3.5-11),
python-support (>= 0.3)
+Build-Depends: debhelper (>= 7), tcl-dev, python-all-dev (>= 2.3.5-11),
python-support (>= 0.3)
Maintainer: Debian QA Group <[email protected]>
-Standards-Version: 3.8.0
+Standards-Version: 3.9.1
Homepage: http://megahal.alioth.debian.org/
Package: megahal
Architecture: any
-Depends: ${shlibs:Depends}, ${perl:Depends}
+Depends: ${shlibs:Depends}, ${perl:Depends}, ${misc:Depends}
Provides: ${python:Provides}
Suggests: ${python:Depends}
Description: conversation simulator that can learn as you talk to it
diff -u megahal-9.1.1a/debian/copyright megahal-9.1.1a/debian/copyright
--- megahal-9.1.1a/debian/copyright
+++ megahal-9.1.1a/debian/copyright
@@ -17,2 +17,2 @@
-On Debian systems, the complete text of the GNU General Public
-License can be found in the file `/usr/share/common-licenses/GPL'.
+On Debian systems, the complete text of version 2 of the GNU General Public
+License can be found in the file `/usr/share/common-licenses/GPL-2'.
diff -u megahal-9.1.1a/debian/compat megahal-9.1.1a/debian/compat
--- megahal-9.1.1a/debian/compat
+++ megahal-9.1.1a/debian/compat
@@ -1,2 +1 @@
-4
-
+7
only in patch2:
unchanged:
--- megahal-9.1.1a.orig/Makefile
+++ megahal-9.1.1a/Makefile
@@ -18,7 +18,9 @@
# DEBUG=-DDEBUG
TCLVERSION=8.3
-TCLINCLUDE=-I/usr/include/tcl$(TCLVERSION)
+# /usr/include/tcl is provided by tcl-dev on Debian
+#TCLINCLUDE=-I/usr/include/tcl$(TCLVERSION)
+TCLINCLUDE=-I/usr/include/tcl
CFLAGS=-g -Wall
only in patch2:
unchanged:
--- megahal-9.1.1a.orig/debian/clean
+++ megahal-9.1.1a/debian/clean
@@ -0,0 +1 @@
+Megahal/Makefile.old
--- End Message ---
--- Begin Message ---
On 08/26/2010 07:32 AM, Ansgar Burchardt wrote:
> Package: release.debian.org
> Severity: normal
> User: [email protected]
> Usertags: unblock
>
Unblocked.
--
Mehdi Dogguy مهدي الدڤي
http://dogguy.org/
--- End Message ---