Your message dated Tue, 07 Nov 2006 09:47:28 -0800
with message-id <[EMAIL PROTECTED]>
and subject line Bug#387719: fixed in linpqa 0.51-5
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)
--- Begin Message ---
Package: linpqa
Version: 0.51-4
Severity: normal
Tags: patch
Hi,
Attached is the diff for my linpqa 0.51-4.1 NMU.
diff -Nru /tmp/qra3fJvFdm/linpqa-0.51/debian/changelog
/tmp/RM1bBe2Uu9/linpqa-0.51/debian/changelog
--- /tmp/qra3fJvFdm/linpqa-0.51/debian/changelog 2006-09-16
12:22:47.000000000 +0200
+++ /tmp/RM1bBe2Uu9/linpqa-0.51/debian/changelog 2006-09-16
12:22:47.000000000 +0200
@@ -1,3 +1,15 @@
+linpqa (0.51-4.1) unstable; urgency=medium
+
+ * Non-maintainer upload.
+ * Make package compile with newer libpisock; fixes FTBFS.
+ (Closes: #386189)
+ * Patch the code to use the new API; patch from Ludovic Rousseau (adapted
+ to apply cleanly).
+ * Update versioned build-dependency on libpisock-dev to 0.12.1-1, to make
+ sure we compile against the new API.
+
+ -- Steinar H. Gunderson <[EMAIL PROTECTED]> Sat, 16 Sep 2006 03:20:49 +0200
+
linpqa (0.51-4) unstable; urgency=low
* Thanks Colin, for NMU
diff -Nru /tmp/qra3fJvFdm/linpqa-0.51/debian/control
/tmp/RM1bBe2Uu9/linpqa-0.51/debian/control
--- /tmp/qra3fJvFdm/linpqa-0.51/debian/control 2006-09-16 12:22:47.000000000
+0200
+++ /tmp/RM1bBe2Uu9/linpqa-0.51/debian/control 2006-09-16 12:22:47.000000000
+0200
@@ -2,7 +2,7 @@
Section: otherosfs
Priority: extra
Maintainer: Michael D. Ivey <[EMAIL PROTECTED]>
-Build-Depends: libpisock-dev (>= 0.11.3-1), debhelper
+Build-Depends: libpisock-dev (>= 0.12.1-1), debhelper
Standards-Version: 3.6.1
Package: linpqa
diff -Nru /tmp/qra3fJvFdm/linpqa-0.51/PQAcompile.c
/tmp/RM1bBe2Uu9/linpqa-0.51/PQAcompile.c
--- /tmp/qra3fJvFdm/linpqa-0.51/PQAcompile.c 2000-08-26 17:29:07.000000000
+0200
+++ /tmp/RM1bBe2Uu9/linpqa-0.51/PQAcompile.c 2006-09-16 12:22:47.000000000
+0200
@@ -19,10 +19,10 @@
//#include <libhtmlparse.h>
-#include <libpisock/pi-source.h>
-#include <libpisock/pi-socket.h>
-#include <libpisock/pi-dlp.h>
-#include <libpisock/pi-file.h>
+#include <pi-source.h>
+#include <pi-socket.h>
+#include <pi-dlp.h>
+#include <pi-file.h>
#define TYPE_HTML 4
@@ -180,6 +180,7 @@
// return(0);
//}
+#if 0
static time_t
pilot_time_to_unix_time (unsigned long raw_time)
{
@@ -191,6 +192,7 @@
{
return (unsigned long)((unsigned long)t + PILOT_TIME_DELTA);
}
+#endif
int load_bitmap(char *image[], FILE *in)
diff -Nru /tmp/qra3fJvFdm/linpqa-0.51/PQAdecompile.c
/tmp/RM1bBe2Uu9/linpqa-0.51/PQAdecompile.c
--- /tmp/qra3fJvFdm/linpqa-0.51/PQAdecompile.c 2006-09-16 12:22:47.000000000
+0200
+++ /tmp/RM1bBe2Uu9/linpqa-0.51/PQAdecompile.c 2006-09-16 12:22:47.000000000
+0200
@@ -23,10 +23,10 @@
#include <time.h>
#include <string.h>
-#include <libpisock/pi-source.h>
-#include <libpisock/pi-socket.h>
-#include <libpisock/pi-dlp.h>
-#include <libpisock/pi-file.h>
+#include <pi-source.h>
+#include <pi-socket.h>
+#include <pi-dlp.h>
+#include <pi-file.h>
#ifdef sun
extern char* optarg;
@@ -89,10 +89,7 @@
exit (1);
}
- if (pi_file_get_info (pf, &info) < 0) {
- fprintf (stderr, "can't get info\n\n");
- exit (1);
- }
+ pi_file_get_info (pf, &info);
if(vflag)
dump_header (pf, &info);
@@ -1174,10 +1171,7 @@
int i, pos,x, y, tmp;
char *buf;
- if (pi_file_get_app_info (pf, &app_info, &app_info_size) < 0) {
- printf ("can't get app_info\n\n");
- return;
- }
+ pi_file_get_app_info (pf, &app_info, &app_info_size);
printf ("app_info_size %d\n", app_info_size);
--- End Message ---
--- Begin Message ---
Source: linpqa
Source-Version: 0.51-5
We believe that the bug you reported is fixed in the latest version of
linpqa, which is due to be installed in the Debian FTP archive:
linpqa_0.51-5.diff.gz
to pool/main/l/linpqa/linpqa_0.51-5.diff.gz
linpqa_0.51-5.dsc
to pool/main/l/linpqa/linpqa_0.51-5.dsc
linpqa_0.51-5_i386.deb
to pool/main/l/linpqa/linpqa_0.51-5_i386.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.
Michael Ablassmeier <[EMAIL PROTECTED]> (supplier of updated linpqa 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.7
Date: Tue, 7 Nov 2006 18:17:48 +0100
Source: linpqa
Binary: linpqa
Architecture: source i386
Version: 0.51-5
Distribution: unstable
Urgency: low
Maintainer: Debian QA Group <[EMAIL PROTECTED]>
Changed-By: Michael Ablassmeier <[EMAIL PROTECTED]>
Description:
linpqa - freeware compiler and decompiler for PalmVII Palm Query Apps
Closes: 387719
Changes:
linpqa (0.51-5) unstable; urgency=low
.
* QA upload. (ACK NMU; Closes: #387719)
* Set maintainer to QA Group; Orphaned: #365638
* Use dh_installman instead of deprecated dh_installmanpages
* Cleanup for debian/rules
* Bump up compat level, depend on at least dh 5
* Conforms with latest Standards Version 3.7.2
Files:
f8e28dc5686fb21780ffe7d17fb03aba 589 otherosfs extra linpqa_0.51-5.dsc
15a874b8be07db35f2942e71cc6536ed 5920 otherosfs extra linpqa_0.51-5.diff.gz
53d7128547c8058297ee4d5e79da5433 22106 otherosfs extra linpqa_0.51-5_i386.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (GNU/Linux)
iD8DBQFFUMIEEFV7g4B8rCURAh0NAJ9fqO8CQGEYfevVSLlSgCjhQ1xmuwCgsmhI
FMXz4R6iv6fVfZetDcR2QeQ=
=XIb8
-----END PGP SIGNATURE-----
--- End Message ---