Your message dated Fri, 3 Oct 2008 20:31:21 +0100
with message-id <[EMAIL PROTECTED]>
and subject line coldsync has been removed from Debian, closing #350800
has caused the Debian Bug report #350800,
regarding coldsync: formatting issues in manpages
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.)


-- 
350800: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=350800
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: coldsync
Version: 3.0+pre3-2
Severity: minor
Tags: patch

Hello,
The attached patch fixes some formatting issues in the
DlpReadStorageInfo.3, libpconn.3 and libpdb.3.

The paragraph separator in mdoc is .Pp, not an empty line. This caused a
lot of warnings when the man pages were displayed.

In DlpReadStorageInfo.3, the BUGS section was not displayed.

Kind Regards,
-- 
Nekral
diff -rauN ../orig/coldsync-3.0+pre3/doc/DlpReadStorageInfo.3 
./coldsync-3.0+pre3/doc/DlpReadStorageInfo.3
--- ../orig/coldsync-3.0+pre3/doc/DlpReadStorageInfo.3  2001-09-05 
09:29:27.000000000 +0200
+++ ./coldsync-3.0+pre3/doc/DlpReadStorageInfo.3        2006-01-31 
22:31:12.000000000 +0100
@@ -63,5 +63,5 @@
 .Sh SEE ALSO
 .Xr libpconn 3 ,
 .Xr new_PConnection 3 .
-.SH BUGS
+.Sh BUGS
 May not work if the Palm has more than one memory card.
diff -rauN ../orig/coldsync-3.0+pre3/doc/libpconn.3 
./coldsync-3.0+pre3/doc/libpconn.3
--- ../orig/coldsync-3.0+pre3/doc/libpconn.3    2001-11-12 01:08:56.000000000 
+0100
+++ ./coldsync-3.0+pre3/doc/libpconn.3  2006-01-31 22:55:09.000000000 +0100
@@ -61,67 +61,67 @@
 .Pp
 .Ft PConnection *
 .Fn new_PConnection "char *fname" "int listenType" "const unsigned short flags"
-
+.Pp
 .Ft int
 .Fn PConnClose "PConnection *pconn"
-
+.Pp
 .Ft int
 .Fn PConn_bind "PConnection *pconn" "const void *addr" "const int addrlen"
-
+.Pp
 .Ft int
 .Fn DlpReadUserInfo "PConnection *pconn" "struct dlp_userinfo *userinfo"
-
+.Pp
 .Ft int
 .Fn DlpWriteUserInfo "PConnection *pconn" "const struct dlp_setuserinfo 
*userinfo"
-
+.Pp
 .Ft int
 .Fn DlpReadSysInfo "PConnection *pconn" "struct dlp_sysinfo *sysinfo"
-
+.Pp
 .Ft int
 .Fn DlpGetSysDateTime "PConnection *pconn" "struct dlp_time *ptime"
-
+.Pp
 .Ft int
 .Fn DlpSetSysDateTime "PConnection *pconn" "const struct dlp_time *ptime"
-
+.Pp
 .Ft int
 .Fn DlpReadStorageInfo "PConnection *pconn" "const ubyte card" "ubyte 
*last_card" "ubyte *more" "struct dlp_cardinfo *cinfo"
-
+.Pp
 .Ft int
 .Fn DlpReadDBList "PConnection *pconn" "const ubyte iflags" "const int card" 
"const uword start" "uword *last_index" "ubyte *oflags" "ubyte *num" "struct 
dlp_dbinfo *dbs"
-
+.Pp
 .Ft int
 .Fn DlpOpenDB "PConnection *pconn" "int card" "const char *name" "ubyte mode" 
"ubyte *dbhandle"
-
+.Pp
 .Ft int
 .Fn DlpCreateDB "PConnection *pconn" "const struct dlp_createdbreq *newdb" 
"ubyte *dbhandle"
-
+.Pp
 .Ft int
 .Fn DlpCloseDB "PConnection *pconn" "ubyte dbhandle"
-
+.Pp
 .Ft int
 .Fn DlpDeleteDB "PConnection *pconn" "const int card" "const char *name"
-
+.Pp
 .Ft int
 .Fn DlpReadAppBlock "PConnection *pconn" "const ubyte handle" "const uword 
offset" "const uword len" "uword *size" "const ubyte **data"
-
+.Pp
 .Ft int
 .Fn DlpWriteAppBlock "PConnection *pconn" "const ubyte handle" "const uword 
len" "const ubyte *data"
-
+.Pp
 .Ft int
 .Fn DlpReadSortBlock "PConnection *pconn" "const ubyte handle" "const uword 
offset" "const uword len" "uword *size" "const ubyte **data"
-
+.Pp
 .Ft int
 .Fn DlpWriteSortBlock "PConnection *pconn" "const ubyte handle" "const uword 
len" "const ubyte *data"
-
+.Pp
 .Ft int
 .Fn DlpReadNextModifiedRec "PConnection *pconn" "const ubyte handle" "struct 
dlp_recinfo *recinfo" "const ubyte **data"
-
+.Pp
 .Ft int
 .Fn DlpReadRecordByID "PConnection *pconn" "const ubyte handle" "const udword 
id" "const uword offset" "const uword len" "struct dlp_recinfo *recinfo" "const 
ubyte **data"
-
+.Pp
 .Ft int
 .Fn DlpReadRecordByIndex "PConnection *pconn" "const ubyte handle" "const 
uword index" "struct dlp_recinfo *recinfo"
-
+.Pp
 .Ft int
 .Fo DlpWriteRecord
 .Fa "PConnection *pconn"
@@ -134,118 +134,118 @@
 .Fa "const ubyte *data"
 .Fa "udword *recid"
 .Fc
-
+.Pp
 .Ft int
 .Fn DlpDeleteRecord "PConnection *pconn" "const ubyte handle" "const ubyte 
flags" "const udword recid"
-
+.Pp
 .Ft int
 .Fn DlpReadResourceByIndex "PConnection *pconn" "const ubyte handle" "const 
uword index" "const uword offset" "const uword len" "struct dlp_resource 
*value" "const ubyte **data"
-
+.Pp
 .Ft int
 .Fn DlpReadResourceByType "PConnection *pconn" "const ubyte handle" "const 
udword type" "const uword id" "const uword offset" "const uword len" "struct 
dlp_resource *value" "ubyte *data"
-
+.Pp
 .Ft int
 .Fn DlpWriteResource "PConnection *pconn" "const ubyte handle" "const udword 
type" "const uword id" "const uword size" "const ubyte *data"
-
+.Pp
 .Ft int
 .Fn DlpDeleteResource "PConnection *pconn" "const ubyte handle" "const ubyte 
flags" "const udword type" "const uword id"
-
+.Pp
 .Ft int
 .Fn DlpCleanUpDatabase "PConnection *pconn" "const ubyte handle"
-
+.Pp
 .Ft int
 .Fn DlpResetSyncFlags "PConnection *pconn" "const ubyte handle"
-
+.Pp
 .Ft int
 .Fn DlpCallApplication "PConnection *pconn" "const udword version" "const 
struct dlp_appcall *appcall" "const udword paramsize" "const ubyte *param" 
"struct dlp_appresult *appresult"
-
+.Pp
 .Ft int
 .Fn DlpResetSystem "PConnection *pconn"
-
+.Pp
 .Ft int
 .Fn DlpAddSyncLogEntry "PConnection *pconn" "const char *msg"
-
+.Pp
 .Ft int
 .Fn DlpReadOpenDBInfo "PConnection *pconn" "ubyte handle" "struct 
dlp_opendbinfo *dbinfo"
-
+.Pp
 .Ft int
 .Fn DlpMoveCategory "PConnection *pconn" "const ubyte handle" "const ubyte 
from" "const ubyte to"
-
+.Pp
 .Ft int
 .Fn DlpOpenConduit "PConnection *pconn"
-
+.Pp
 .Ft int
 .Fn DlpEndOfSync "PConnection *pconn" "const ubyte status"
-
+.Pp
 .Ft int
 .Fn DlpResetRecordIndex "PConnection *pconn" "const ubyte handle"
-
+.Pp
 .Ft int
 .Fn DlpReadRecordIDList "PConnection *pconn" "const ubyte handle" "const ubyte 
flags" "const uword start" "const uword max" "uword *numread" "udword recids[]"
-
+.Pp
 .Ft int
 .Fn DlpReadNextRecInCategory "PConnection *pconn" "const ubyte handle" "const 
ubyte category" "struct dlp_recinfo *recinfo" "const ubyte **data"
-
+.Pp
 .Ft int
 .Fn DlpReadNextModifiedRecInCategory "PConnection *pconn" "const ubyte handle" 
"const ubyte category" "struct dlp_recinfo *recinfo" "const ubyte **data"
-
+.Pp
 .Ft int
 .Fn DlpReadAppPreference "PConnection *pconn" "const udword creator" "const 
uword id" "const uword len" "const ubyte flags" "struct dlp_apppref *pref" 
"ubyte *data"
-
+.Pp
 .Ft int
 .Fn DlpWriteAppPreference "PConnection *pconn" "const udword creator" "const 
uword id" "const ubyte flags" "const struct dlp_apppref *pref" "const ubyte 
*data"
-
+.Pp
 .Ft int
 .Fn DlpReadNetSyncInfo "PConnection *pconn" "struct dlp_netsyncinfo 
*netsyncinfo"
-
+.Pp
 .Ft int
 .Fn DlpWriteNetSyncInfo "PConnection *pconn" "const ubyte modflags" "const 
struct dlp_netsyncinfo *newinfo"
-
+.Pp
 .Ft int
 .Fn DlpReadFeature "PConnection *pconn" "const udword creator" "const word 
featurenum" "udword *value"
-
+.Pp
 .Ft int
 .Fn DlpRPC "PConnection *pconn" "uword trap" "udword *D0" "udword *A0" "int 
argc" "struct DLPRPC_param *argv"
-
+.Pp
 .Ft int
 .Fn RDLP_Backlight "PConnection *pconn" "Bool set" "Bool newState"
-
+.Pp
 .Ft int
 .Fn RDLP_BatteryLevel "PConnection *pconn"
-
+.Pp
 .Ft int
 .Fn RDLP_PluggedIn "PConnection *pconn"
-
+.Pp
 .Ft int
 .Fn RDLP_ROMToken "PConnection *pconn" "uword cardno" "udword token" "udword 
*data_ptr" "uword *data_len"
-
+.Pp
 .Ft int
 .Fn RDLP_MemHandleNew "PConnection *pconn" "udword size"
-
+.Pp
 .Ft int
 .Fn RDLP_GetOSVersionString "PConnection *pconn"
-
+.Pp
 .Ft int
 .Fn RDLP_BatteryDialog "PConnection *pconn"
-
+.Pp
 .Ft int
 .Fn RDLP_MemMove "PConnection *pconn" "ubyte *dst" "const udword src" "const 
udword len"
-
+.Pp
 .Ft int
 .Fn RDLP_MemReadable "PConnection *pconn" "udword addr"
-
+.Pp
 .Ft time_t
 .Fn time_dlp2time_t "const struct dlp_time *dlpt"
-
+.Pp
 .Ft udword
 .Fn time_dlp2palmtime "const struct dlp_time *dlpt"
-
+.Pp
 .Ft void
 .Fn time_time_t2dlp "const time_t t" "struct dlp_time *dlpt"
-
+.Pp
 .Ft void
 .Fn time_palmtime2dlp "const udword palmt" "struct dlp_time *dlpt"
-
+.Pp
 .Sh RETURN VALUES
 When a
 .Nm
diff -rauN ../orig/coldsync-3.0+pre3/doc/libpdb.3 
./coldsync-3.0+pre3/doc/libpdb.3
--- ../orig/coldsync-3.0+pre3/doc/libpdb.3      2001-11-20 15:41:52.000000000 
+0100
+++ ./coldsync-3.0+pre3/doc/libpdb.3    2006-01-31 22:47:14.000000000 +0100
@@ -68,67 +68,67 @@
 Records/resources.
 .Pp
 .El
-
+.Pp
 .\" XXX
 .Sh FUNCTIONS
 .Nm
 includes the following functions, which are described in their
 respective manual pages:
-
+.Pp
 .Ft void
 .Fn free_pdb "struct pdb *db"
-
+.Pp
 .Ft struct pdb *
 .Fn new_Record "const ubyte flags" "const ubyte category" "const udword id" 
"const uword len" "const ubyte *data"
-
+.Pp
 .Ft struct pdb_resource *
 .Fn new_Resource "const udword type" "const uword id" "const uword len" "const 
ubyte *data"
-
+.Pp
 .Ft void
 .Fn pdb_FreeRecord "struct pdb_record *rec"
-
+.Pp
 .Ft void
 .Fn pdb_FreeResource "struct pdb_resource *rsrc"
-
+.Pp
 .Ft struct pdb *
 .Fn pdb_Read "int fd"
-
+.Pp
 .Ft int
 .Fn pdb_Write "const struct pdb *db" "int fd"
-
+.Pp
 .Ft struct pdb_record *
 .Fn pdb_FindRecordByID "const struct pdb *db" "const udword id"
-
+.Pp
 .Ft struct pdb_record *
 .Fn pdb_FindRecordByIndex "const struct pdb *db" "const uword index"
-
+.Pp
 .Ft int
 .Fn pdb_DeleteRecordByID "struct pdb *db" "const udword id"
-
+.Pp
 .Ft int
 .Fn pdb_AppendRecord "struct pdb *db" "struct pdb_record *newrec"
-
+.Pp
 .Ft int
 .Fn pdb_AppendResource "struct pdb *db" "struct pdb_resource *newrsrc"
-
+.Pp
 .Ft int
 .Fn pdb_InsertRecord "struct pdb *db" "struct pdb_record *prev" "struct 
pdb_record *newrec"
-
+.Pp
 .Ft int
 .Fn pdb_InsertResource "struct pdb *db" "struct pdb_resource *prev" "struct 
pdb_resource *newrsrc"
-
+.Pp
 .Ft struct pdb_record *
 .Fn new_Record "const ubyte attributes" "const ubyte category" "const udword 
id" "const uword len" "const ubyte *data"
-
+.Pp
 .Ft struct pdb_record *
 .Fn pdb_CopyRecord "const struct pdb *db" "const struct pdb_record *rec"
-
+.Pp
 .Ft struct pdb_resource *
 .Fn pdb_CopyResource "const struct pdb *db" "const struct pdb_resource *rsrc"
-
+.Pp
 .Ft int
 .Fn pdb_LoadHeader "int fd" "struct pdb *db"
-
+.Pp
 .Sh AUTHORS
 .An Andrew Arensburger Aq [EMAIL PROTECTED]
 .Sh LIMITATIONS

--- End Message ---
--- Begin Message ---
Version: 3.0+pre3-3+rm

The coldsync package has been removed from Debian testing, unstable and
experimental, so I am now closing the bugs that were still opened
against it.

For more information about this package's removal, read
http://bugs.debian.org/352615 . That bug might give the reasons why
this package was removed, and suggestions of possible replacements.

Don't hesitate to reply to this mail if you have any question.

Thank you for your contribution to Debian.

--
Marco Rodrigues
http://Marco.Tondela.org


--- End Message ---

Reply via email to