Your message dated Sat, 17 Sep 2011 21:02:14 +0000
with message-id <[email protected]>
and subject line Bug#540342: fixed in aee 2.2.15b-4
has caused the Debian Bug report #540342,
regarding aee: diff for NMU version 2.2.15b-3.1
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.)


-- 
540342: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=540342
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: aee
Version: 2.2.15b-3
Severity: normal
Tags: patch

Dear maintainer,

I've prepared an NMU for aee (versioned as 2.2.15b-3.1) and
uploaded it to DELAYED/7.

Cheers,
Julien
diff -u aee-2.2.15b/debian/changelog aee-2.2.15b/debian/changelog
--- aee-2.2.15b/debian/changelog
+++ aee-2.2.15b/debian/changelog
@@ -1,3 +1,15 @@
+aee (2.2.15b-3.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Drop obsolete build dep on x-dev (closes: #515355).
+  * Drop 'Provides: editor' since no alternatives are installed (closes:
+    #421080).
+  * Apply patch by Wesley J Landaker to fix wrong assumption about char
+    signedness (closes: #163978).
+  * Don't strip if DEB_BUILD_OPTIONS contains nostrip (closes: #436381).
+
+ -- Julien Cristau <[email protected]>  Fri, 07 Aug 2009 11:59:17 +0200
+
 aee (2.2.15b-3) unstable; urgency=low
 
   * New Maintainer (Closes: #347736)
diff -u aee-2.2.15b/debian/control aee-2.2.15b/debian/control
--- aee-2.2.15b/debian/control
+++ aee-2.2.15b/debian/control
@@ -2,12 +2,11 @@
 Section: editors
 Priority: optional
 Maintainer: Mario Iseli <[email protected]>
-Build-Depends: debhelper (>= 4.0.0), dpatch, libx11-dev, x-dev
+Build-Depends: debhelper (>= 4.0.0), dpatch, libx11-dev
 Standards-Version: 3.6.2
 
 Package: aee
 Architecture: any
-Provides: editor
 Depends: ${shlibs:Depends}
 Description: An easy to use screen-based editor
  aee (advanced easy editor) is intended to be an easy to use screen-based
diff -u aee-2.2.15b/debian/patches/01-build.dpatch aee-2.2.15b/debian/patches/01-build.dpatch
--- aee-2.2.15b/debian/patches/01-build.dpatch
+++ aee-2.2.15b/debian/patches/01-build.dpatch
@@ -85,10 +85,10 @@
 +	mkdir -p $(DESTDIR)/usr/bin
 +	mkdir -p $(DESTDIR)/usr/share/man/man1
 +	gzip -c -9 aee.1 > aee.1.gz
-+	install -s aee      $(DESTDIR)/usr/bin
-+	install -s xae      $(DESTDIR)/usr/bin
++	install aee      $(DESTDIR)/usr/bin
++	install xae      $(DESTDIR)/usr/bin
 +	install  aee.1.gz   $(DESTDIR)/usr/share/man/man1/aee.1.gz
-+	install  aee.1.gz   $(DESTDIR)/usr/share/man/man1/xae.1.gz
++	ln -s  aee.1.gz   $(DESTDIR)/usr/share/man/man1/xae.1.gz
 +	rm       aee.1.gz
  
  clean :
diff -u aee-2.2.15b/make.aee aee-2.2.15b/make.aee
--- aee-2.2.15b/make.aee
+++ aee-2.2.15b/make.aee
@@ -1,6 +1,6 @@
 DEFINES =	-DSYS5  -DBSD_SELECT   -DNCURSE 
 
-CFLAGS =	-DHAS_UNISTD  -DHAS_STDLIB -DHAS_CTYPE -DHAS_SYS_IOCTL -DHAS_SYS_WAIT  -s   -DSLCT_HDR 
+CFLAGS =	-DHAS_UNISTD  -DHAS_STDLIB -DHAS_CTYPE -DHAS_SYS_IOCTL -DHAS_SYS_WAIT  -Wall -g -O2   -DSLCT_HDR 
 
 
 all :	aee
diff -u aee-2.2.15b/xae_dir/make.xae aee-2.2.15b/xae_dir/make.xae
--- aee-2.2.15b/xae_dir/make.xae
+++ aee-2.2.15b/xae_dir/make.xae
@@ -1,6 +1,6 @@
 DEFINES =	-DXAE -Dxae11  
 
-CFLAGS =	-DHAS_UNISTD  -DHAS_STDLIB -DHAS_CTYPE -DHAS_SYS_IOCTL -DHAS_SYS_WAIT -I/usr/X11R6/include   -L/usr/X11R6/lib   -s
+CFLAGS =	-DHAS_UNISTD  -DHAS_STDLIB -DHAS_CTYPE -DHAS_SYS_IOCTL -DHAS_SYS_WAIT      -Wall -g -O2
 
 
 all :	xae
only in patch2:
unchanged:
--- aee-2.2.15b.orig/debian/patches/02-unsigned-char.dpatch
+++ aee-2.2.15b/debian/patches/02-unsigned-char.dpatch
@@ -0,0 +1,19 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## 02-unsigned-char.dpatch by Wesley J Landaker <[email protected]>
+##
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: fix wrong assumption on char signedness (debian bug#163978)
+
+@DPATCH@
+diff -urNad aee-2.2.15b~/mark.c aee-2.2.15b/mark.c
+--- aee-2.2.15b~/mark.c	1996-05-07 05:21:29.000000000 +0200
++++ aee-2.2.15b/mark.c	2009-08-07 11:48:25.000000000 +0200
+@@ -199,7 +199,7 @@
+ 				pst_pos++;
+ 				pst_pnt++;
+ 			}
+-			if (*pst_pnt == -1)
++			if (*pst_pnt == -1 || *pst_pnt == 255)
+ 				*pst_pnt = (char) NULL;
+ 			cpste_line = cpste_line->next_line;
+ 		}

--- End Message ---
--- Begin Message ---
Source: aee
Source-Version: 2.2.15b-4

We believe that the bug you reported is fixed in the latest version of
aee, which is due to be installed in the Debian FTP archive:

aee_2.2.15b-4.debian.tar.gz
  to main/a/aee/aee_2.2.15b-4.debian.tar.gz
aee_2.2.15b-4.dsc
  to main/a/aee/aee_2.2.15b-4.dsc
aee_2.2.15b-4_amd64.deb
  to main/a/aee/aee_2.2.15b-4_amd64.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Bernhard R. Link <[email protected]> (supplier of updated aee package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.8
Date: Sat, 17 Sep 2011 22:19:06 +0200
Source: aee
Binary: aee
Architecture: source amd64
Version: 2.2.15b-4
Distribution: unstable
Urgency: low
Maintainer: Debian QA Group <[email protected]>
Changed-By: Bernhard R. Link <[email protected]>
Description: 
 aee        - easy to use screen-based editor
Closes: 540342 615180
Changes: 
 aee (2.2.15b-4) unstable; urgency=low
 .
   * QA upload, setting Maintainer to QA again (Closes: 540342)
   * switch to "3.0 (quilt)"
   * modernize debian/rules
   - no more dpatch
   - compatibility level 7
   - add build-arch, build-indep
   - use dpkg-buildflags
   - drop dh_desktop
   * adopt menu file to new sections
   * fix lintian's complains about .desktop file
   * use dh_install instead of modifying the Makefile
   * fix some 64 bit printf problems
   * silence a large number of compiler warnings due to "(char)NULL"
   * use proper Homepage field (Closes: 615180)
   * bump Standards-Version
   * fix manpage (hyphens, unknown .KS)
Checksums-Sha1: 
 d842973a7eda678df32b2256f2d325e16e014c6c 1090 aee_2.2.15b-4.dsc
 97c3d65cf4e2165f739ecb2d5cc1c02f165b9f70 21596 aee_2.2.15b-4.debian.tar.gz
 dc84fc3fe25ca29e889dfc0398ef0cf45afa05f7 185182 aee_2.2.15b-4_amd64.deb
Checksums-Sha256: 
 f2053b1a60dfda2e4cdb41722e297c536f74d4d2b3c15ef1e8686a36cdf04f35 1090 
aee_2.2.15b-4.dsc
 7a5a287380cde11971e9e3c62b3c745e88c41c251f854feb6ec6d8c7ccee0519 21596 
aee_2.2.15b-4.debian.tar.gz
 9e9adb12df288caeab48dbe17f2d0dbc4d48c281b6827cae2ae4fb02ec7ea54a 185182 
aee_2.2.15b-4_amd64.deb
Files: 
 81d1ca11130df8bb09bbc3c2e9ce4f32 1090 editors optional aee_2.2.15b-4.dsc
 9abe1f38628ac59b06746b355ccc7015 21596 editors optional 
aee_2.2.15b-4.debian.tar.gz
 ee6ac93061afeb4ecc6880a506768a36 185182 editors optional 
aee_2.2.15b-4_amd64.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)

iJwEAQECAAYFAk51BcMACgkQWzIpWA8dktoZgQP6ArO9GFxvVLh0Lq/QfTwKisP5
dHYqStdG99Jzo/mtxnxNEP28Ec/KlV6Bt4DlFIPVIh1ag4NxhxtIWyDQpaChADIo
CqGxvknOWcRdBOJXYdaD0LXtzbuHD1HKoIsI0G26Jw/IP0CzQkMObVz2d2eIwRHo
fUFU+MKn2sJ1m7fTLog=
=Pyjy
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to