Your message dated Sat, 18 Jul 2015 19:04:32 +0000
with message-id <e1zgxpu-00069v...@franck.debian.org>
and subject line Bug#618951: fixed in analog 2:6.0-21
has caused the Debian Bug report #618951,
regarding analog: recognize windows vista and windows 7
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 ow...@bugs.debian.org
immediately.)


-- 
618951: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=618951
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: analog
Version: 2:6.0-19
Severity: minor
Tags: patch
User: ubuntu-de...@lists.ubuntu.com
Usertags: origin-ubuntu natty ubuntu-patch



*** /tmp/tmpZfTtHM
In Ubuntu, the attached patch was applied to achieve the following:

  * debian/patches/02_windows_vista_7.patch: (LP: #222813)
    add patch by Andrew Glen-Young to recognize Windows 7 and Vista.


Thanks for considering the patch.


-- System Information:
Debian Release: squeeze/sid
  APT prefers natty
  APT policy: (500, 'natty')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.38-7-generic (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
diff -u analog-6.0/debian/patches/series analog-6.0/debian/patches/series
--- analog-6.0/debian/patches/series
+++ analog-6.0/debian/patches/series
@@ -2,0 +3 @@
+02_windows_vista_7.patch
only in patch2:
unchanged:
--- analog-6.0.orig/debian/patches/02_windows_vista_7.patch
+++ analog-6.0/debian/patches/02_windows_vista_7.patch
@@ -0,0 +1,27 @@
+From: Andrew Glen-Young
+Description: Recognize Windows Vista and Windows 7
+Bug-Ubuntu: https://launchpad.net/bugs/222813
+Bug-Debian: http://bugs.debian.org/
+Origin: vendor, https://launchpad.net/bugs/222813/comments/4
+Forwarded: no
+=== modified file 'src/tree.c'
+--- src/tree.c	2008-08-07 11:35:48 +0000
++++ src/tree.c	2009-10-16 11:38:24 +0000
+@@ -871,7 +871,15 @@
+ 	  else
+ 	    *name = "Windows:Unknown Windows";
+ 	}
+-	else if (*c >= '6' && *c <= '9')
++	else if (*c == '6') {
++	  if (*(c + 1) == '.' && (*(c + 2) == '0'))
++	    *name = "Windows:Windows Vista";
++	  else if (*(c + 1) == '.' && (*(c + 2) == '1'))
++	    *name = "Windows:Windows 7";
++	  else
++	    *name = "Windows:Unknown Windows";
++	}
++	else if (*c >= '7' && *c <= '9')
+ 	  *name = "Windows:Unknown Windows";
+ 	else
+ 	  *name = "Windows:Windows NT";
+

--- End Message ---
--- Begin Message ---
Source: analog
Source-Version: 2:6.0-21

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

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 618...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Andreas Beckmann <a...@debian.org> (supplier of updated analog 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 ftpmas...@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Sat, 18 Jul 2015 20:43:25 +0200
Source: analog
Binary: analog
Architecture: source
Version: 2:6.0-21
Distribution: unstable
Urgency: medium
Maintainer: Debian QA Group <packa...@qa.debian.org>
Changed-By: Andreas Beckmann <a...@debian.org>
Description:
 analog     - web server log analyzer
Closes: 618951 658779 674823 759872 788752 791850
Changes:
 analog (2:6.0-21) unstable; urgency=medium
 .
   * QA upload.
   * Build-Depend on libgd-dev.  (Closes: #791850)
   * Fix FTBFS on HURD, thanks to Cyril Roelandt.  (Closes: #674823)
   * debian/patches/02_windows_vista_7.patch: (Closes: #618951)  (LP: #222813)
     add patch by Andrew Glen-Young to recognize Windows 7 and Vista.
   * Patch build system to allow the build date to be set externally,
     and set it to the latest debian/changelog entry for reproducibility.
     Thanks to Dhole.  (Closes: #788752)
   * Ensure hardening flags are used during build.
   * Use source format 3.0 (quilt), stop using quilt directly.
   * Switch to debhelper compat level 9 and simplify d/rules.
   * Bump Standards-Version to 3.9.6.
   * Debconf translations:
     - Indonesian (id) by Mahyuddin Susanto.  (Closes: #658779)
     - Turkish (tr) by Mert Dirik.  (Closes: #759872)
Checksums-Sha1:
 b20719658f032e7b43f72b23f85ca0c8cf984aa2 1887 analog_6.0-21.dsc
 043d5def06bf99f37cba865c0d77afbd6879fecc 26992 analog_6.0-21.debian.tar.xz
Checksums-Sha256:
 4d8f95643c03cf052dc7dde807546c86cc9c1cddb8e1c9807f0efdee17809759 1887 
analog_6.0-21.dsc
 e393724a564f7131b264d5e7e17cc2dda7f655cad3ad3cec2247f9ec2baa1fd9 26992 
analog_6.0-21.debian.tar.xz
Files:
 5b8528af3924be326818bd6547277fd1 1887 web optional analog_6.0-21.dsc
 0fb9a760f5c0d25caa78adac64d234bc 26992 web optional analog_6.0-21.debian.tar.xz

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iQIcBAEBCAAGBQJVqp7XAAoJEF+zP5NZ6e0IWLQP/3URThK/ROqiibfI+ObsFes3
tC9JpVKFGpdDei0H2WOR7nXnd6ai93TbotQxkRnYAwcYwstbmHAaqEmE63eM5GL6
SkcS8IXnerYjZOTMI0YdMOtQxpGIE/4LJRzoHUAWiiwZpjhNVS9vgccXL/wDjCPp
RKwzWBc6ImQJtHWYoXabmHQp/C0JWYOzBnkpOe9iJ2QNDMZDblvkxaI6aMdFGQyz
7OTlTNfpd6mz7MftmDYTTrN9VQaBtkoc5Z5AbUT3haT+P0sE3gUgUVjRMj1hNZvH
OcSDuNldSZ9KQnJG78oBpyRlvJFBtP7iEY7SbU12v/NpvNtACCjnMdGrpzI59zJt
qX131h3iifgypB4iX6z8fpYznkL/onN3O9g1aRHbHxmiCVZMV2+9jQiI4xpr7OxD
Bb6o3/AOBK1tYvzslW+uX/3W0Idj8V/55eSc9VwIpJ4Kmra6iRDh5Mtxrvezz8b7
FrcCcEUXVoLeLE4BJ9Mcz7uJCfAGQUkzQcKJvpghd6ioUf4Psc0yRV309MAZhp5s
1QPcC2smZraZDfN1wO9VvcvENg2tyXm8Lt5rBy6JkGCMgQPCufMr35lnR5VZDnIv
0yigWeoql/I0PJGT6EDXxk7ouKk6i10YWqc4oUzTy/yQQ4k/BnUXKAqemoe8YKOJ
iJix8mwYnk+zXaKsZQk8
=ESGB
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to