Bug#542975: pathfinder and wvstreams update (Re: Bug#542975: pathfinder: FTBFS)

2010-01-21 Thread Hideki Yamane
Hi Patrick,

 I made a diff for pathfinder (only debian directory).
 Could you review it, please?

 If both of you would find no problem with it, please upload to repository.
 
http://mentors.debian.net/debian/pool/main/p/pathfinder/pathfinder_1.1.3-0.1.dsc
  Steffen


diff -urN pathfinder-0.2.4/debian/changelog pathfinder-1.1.3/debian/changelog
--- pathfinder-0.2.4/debian/changelog   2010-01-21 07:36:04.0 +0900
+++ pathfinder-1.1.3/debian/changelog   2010-01-21 11:34:25.0 +0900
@@ -1,3 +1,32 @@
+pathfinder (1.1.3-0.1) unstable; urgency=low
+
+  * NMU with maintainer's ACK.
+  * New upstream release
+- fix FTBFS: iwvdbuslistener.h:13:24: error: wvcallback.h: No such file or
+  directory to use the new WvDBus in WvStreams (Closes: #542975)
+- Include stdint.h for GCC 4.4 compatibility.  (Closes: #505053)
+- Remove the send-interface lines from the DBUS configuration. 
+  (Closes: #510696)
+  * debian/control: 
+- Standards-Version: 3.8.3 
+- libpathfinder-dev: add Depends: ${misc:Depends}
+- Build-Depends: libldap2-dev, deal with cmake complains about 
+  LDAP Development packages
+- set Build-Depends: libwvstreams-dev (= 4.6.1), to use package
+  that enabled --with-dbus option
+- add Homepage: field
+  * debian/rules:
+- properly remove CMakeFiles in clean target and fix clean lines order.
+  * debian/pathfinderd.prerm:
+- add set -e
+  * debian/copyright
+- add my name and specify GPL version 2
+  * debian/watch: add it. 
+  * debian/pathfinderd.{default,dirs,init,postrm}
+- merge from SVN r200:r203, remove unnecessary --test argument and more.
+
+ -- Hideki Yamane (Debian-JP) henr...@debian.or.jp  Thu, 21 Jan 2010 
11:34:05 +0900
+
 pathfinder (0.2.4-4) unstable; urgency=low
 
   * Fix the diff, so that it doesn't include all of the CMake garbage.
diff -urN pathfinder-0.2.4/debian/control pathfinder-1.1.3/debian/control
--- pathfinder-0.2.4/debian/control 2010-01-21 07:36:04.0 +0900
+++ pathfinder-1.1.3/debian/control 2010-01-21 11:34:01.0 +0900
@@ -2,8 +2,9 @@
 Section: utils
 Priority: optional
 Maintainer: Patrick Patterson ppatt...@debian.org
-Build-Depends: cmake, debhelper (= 5), libdbus-1-dev, libnss3-dev, 
libwvstreams-dev (=4.4.1), pkg-config, libboost-dev, libssl-dev
-Standards-Version: 3.7.3
+Build-Depends: cmake, debhelper (= 5), libdbus-1-dev, libnss3-dev, 
libwvstreams-dev (=4.6.1), pkg-config, libboost-dev, libssl-dev, libldap2-dev
+Standards-Version: 3.8.3
+Homepage: http://code.google.com/p/pathfinder-pki/
 
 Package: pathfinderd
 Architecture: any
@@ -67,6 +68,7 @@
 Package: libpathfinder-dev
 Architecture: any
 Section: libdevel
+Depends: ${misc:Depends}
 Provides: libpathfinder-1-dev
 Description: Development files for pathfinder
  Pathfinder is designed to provide a mechanism for any program to perform
diff -urN pathfinder-0.2.4/debian/copyright pathfinder-1.1.3/debian/copyright
--- pathfinder-0.2.4/debian/copyright   2010-01-21 07:36:04.0 +0900
+++ pathfinder-1.1.3/debian/copyright   2010-01-21 07:06:22.0 +0900
@@ -36,5 +36,6 @@
 
 
 The Debian packaging is (C) 2007, Patrick Patterson ppatt...@debian.org and
-is licensed under the GPL, see `/usr/share/common-licenses/GPL'.
+(C) 2010 Hideki Yamane henr...@debian.or.jp, is licensed under the GPL 
+Version2, see `/usr/share/common-licenses/GPL-2'.
 
diff -urN pathfinder-0.2.4/debian/pathfinderd.default 
pathfinder-1.1.3/debian/pathfinderd.default
--- pathfinder-0.2.4/debian/pathfinderd.default 2010-01-21 07:36:04.0 
+0900
+++ pathfinder-1.1.3/debian/pathfinderd.default 2010-01-21 07:06:22.0 
+0900
@@ -1,5 +1,5 @@
 # Defaults for pathfinder initscript
-# sourced by /etc/init.d/pathfinder
+# sourced by /etc/init.d/pathfinderd
 # installed at /etc/default/pathfinder by the maintainer scripts
 
 #
diff -urN pathfinder-0.2.4/debian/pathfinderd.dirs 
pathfinder-1.1.3/debian/pathfinderd.dirs
--- pathfinder-0.2.4/debian/pathfinderd.dirs1970-01-01 09:00:00.0 
+0900
+++ pathfinder-1.1.3/debian/pathfinderd.dirs2010-01-21 07:06:22.0 
+0900
@@ -0,0 +1 @@
+var/cache/pathfinder/crls
diff -urN pathfinder-0.2.4/debian/pathfinderd.init 
pathfinder-1.1.3/debian/pathfinderd.init
--- pathfinder-0.2.4/debian/pathfinderd.init2010-01-21 07:36:04.0 
+0900
+++ pathfinder-1.1.3/debian/pathfinderd.init2010-01-21 07:06:22.0 
+0900
@@ -80,18 +80,18 @@
#   just the same as restart except that it does nothing if the
#   daemon isn't already running.
# check wether $DAEMON is running. If so, restart
-   start-stop-daemon --stop --test --quiet --pidfile \
+   start-stop-daemon --stop --quiet --pidfile \
/var/run/$NAME.pid --exec $DAEMON \
 $0 restart \
|| exit 0
;;
   restart)
 log_begin_msg Restarting $DESC: 
-   start-stop-daemon --stop --test--quiet --pidfile \
-   /var/run/$NAME.pid 

Bug#542975: pathfinder and wvstreams update (Re: Bug#542975: pathfinder: FTBFS)

2010-01-19 Thread Hideki Yamane
Hi Patrick,

On Fri, 15 Jan 2010 14:01:44 -0500
Patrick Patterson ppatt...@debian.org wrote:
 Just thought that I would let you know that we've just released a new
 version of Pathfinder, and have updated the debian related information for
 it as well to take care of several issues our testing here noticed.
 
 So if you wanted to grab that from SVN on googlecode, and give Pathfinder an
 NMU upload that would be great.

 Thanks! Okay, I'll check svn and would do NMU for pathfinder package.


 I'm hoping to put something together shortly that will get my keys back in
 Debian, so that I can do all of this myself :)

 I hope you'll back to working on Debian again. So, please ask project 
 members how to do deal with your problem.


 Best Regards, and thanks again.
 
 Patrick.
 
 On Sun, Nov 8, 2009 at 4:48 PM, Hideki Yamane henr...@debian.or.jp wrote:
 
  Hi Patrick,
 
  On Thu, 22 Oct 2009 13:29:42 +0900
  Hideki Yamane henr...@debian.or.jp wrote:
Pathfinder no longer has it's own DBus client implementation, but
  rather
uses the new WvDBus in WvStreams  4.5.1.
   
However, we're now blocked on this, since WvStreams is orphaned, my
  keys are
out of the loop (they expired, and I don't have enough signatures on my
  new
one to get it back into the chain), and the WvStreams packaging needs
  to be
updated to include libwvdbus.
   
If you wanted to do an NMU on both WvStreams 4.6.1, and Pathfinder
  1.1.2,
that would be very much appreciated.
 
   Now WvStreams 4.6.1 is in unstable, thanks to Luca.
 
   If you would agree with NMU for pathfinder 1.1.2, I also do it with Luca's
  help.
   So, could you check
  http://mentors.debian.net/debian/pool/main/p/pathfinder/pathfinder_1.1.2-0.1.dsc
   and tell me about NMU is okay or not?
 
 
  --
  Regards,
 
   Hideki Yamane henrich @ debian.or.jp/iijmio-mail.jp
   http://wiki.debian.org/HidekiYamane
 
 
 
 
 -- 
 Personal Mail from Patrick Patterson
 No company affiliation


-- 
Regards,

 Hideki Yamane henrich @ debian.or.jp/iijmio-mail.jp
 http://wiki.debian.org/HidekiYamane



-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#542975: pathfinder and wvstreams update (Re: Bug#542975: pathfinder: FTBFS)

2010-01-19 Thread Hideki Yamane
Hi Patrick,

On Fri, 15 Jan 2010 14:01:44 -0500
Patrick Patterson ppatt...@debian.org wrote:

 Also I want it as lintian clean but debian/copyright file cause warnings.
henr...@babytalk:~/src/pathfinder-related/pathfinder-1.1.3$ lintian 
../pathfinder_1.1.3-0.1_i386.changes 
W: libpathfinder-openssl-1: copyright-refers-to-versionless-license-file 
usr/share/common-licenses/GPL
W: libpathfinder-dev: copyright-refers-to-versionless-license-file 
usr/share/common-licenses/GPL
W: pathfinderd: copyright-refers-to-versionless-license-file 
usr/share/common-licenses/GPL
W: libpathfinder-nss-1: copyright-refers-to-versionless-license-file 
usr/share/common-licenses/GPL
W: pathfinder-utils: copyright-refers-to-versionless-license-file 
usr/share/common-licenses/GPL

 The Debian packaging is (C) 2007, Patrick Patterson ppatt...@debian.org and
 is licensed under the GPL, see `/usr/share/common-licenses/GPL'.
 
 It says merely GPL non-verioned. If you can determine its version 
 (2, 2 or later, 3, 3 or later), I'll change it.


-- 
Regards,

 Hideki Yamane henrich @ debian.or.jp/iijmio-mail.jp
 http://wiki.debian.org/HidekiYamane


pgp1xKtNd4KEF.pgp
Description: PGP signature


Bug#542975: pathfinder and wvstreams update (Re: Bug#542975: pathfinder: FTBFS)

2010-01-15 Thread Patrick Patterson
Hello Hideki:

Just thought that I would let you know that we've just released a new
version of Pathfinder, and have updated the debian related information for
it as well to take care of several issues our testing here noticed.

So if you wanted to grab that from SVN on googlecode, and give Pathfinder an
NMU upload that would be great.

I'm hoping to put something together shortly that will get my keys back in
Debian, so that I can do all of this myself :)

Best Regards, and thanks again.

Patrick.

On Sun, Nov 8, 2009 at 4:48 PM, Hideki Yamane henr...@debian.or.jp wrote:

 Hi Patrick,

 On Thu, 22 Oct 2009 13:29:42 +0900
 Hideki Yamane henr...@debian.or.jp wrote:
   Pathfinder no longer has it's own DBus client implementation, but
 rather
   uses the new WvDBus in WvStreams  4.5.1.
  
   However, we're now blocked on this, since WvStreams is orphaned, my
 keys are
   out of the loop (they expired, and I don't have enough signatures on my
 new
   one to get it back into the chain), and the WvStreams packaging needs
 to be
   updated to include libwvdbus.
  
   If you wanted to do an NMU on both WvStreams 4.6.1, and Pathfinder
 1.1.2,
   that would be very much appreciated.

  Now WvStreams 4.6.1 is in unstable, thanks to Luca.

  If you would agree with NMU for pathfinder 1.1.2, I also do it with Luca's
 help.
  So, could you check
 http://mentors.debian.net/debian/pool/main/p/pathfinder/pathfinder_1.1.2-0.1.dsc
  and tell me about NMU is okay or not?


 --
 Regards,

  Hideki Yamane henrich @ debian.or.jp/iijmio-mail.jp
  http://wiki.debian.org/HidekiYamane




-- 
Personal Mail from Patrick Patterson
No company affiliation


Bug#542975: pathfinder and wvstreams update (Re: Bug#542975: pathfinder: FTBFS)

2009-11-08 Thread Hideki Yamane
Hi Patrick,

On Thu, 22 Oct 2009 13:29:42 +0900
Hideki Yamane henr...@debian.or.jp wrote:
  Pathfinder no longer has it's own DBus client implementation, but rather
  uses the new WvDBus in WvStreams  4.5.1.
  
  However, we're now blocked on this, since WvStreams is orphaned, my keys are
  out of the loop (they expired, and I don't have enough signatures on my new
  one to get it back into the chain), and the WvStreams packaging needs to be
  updated to include libwvdbus.
  
  If you wanted to do an NMU on both WvStreams 4.6.1, and Pathfinder 1.1.2,
  that would be very much appreciated.

 Now WvStreams 4.6.1 is in unstable, thanks to Luca.

 If you would agree with NMU for pathfinder 1.1.2, I also do it with Luca's 
help.
 So, could you check 
http://mentors.debian.net/debian/pool/main/p/pathfinder/pathfinder_1.1.2-0.1.dsc
 and tell me about NMU is okay or not?


-- 
Regards,

 Hideki Yamane henrich @ debian.or.jp/iijmio-mail.jp
 http://wiki.debian.org/HidekiYamane


pgphqqjeYHMdP.pgp
Description: PGP signature


Bug#542975: pathfinder and wvstreams update (Re: Bug#542975: pathfinder: FTBFS)

2009-10-21 Thread Hideki Yamane
Hi,

On Wed, 7 Oct 2009 10:31:15 -0400
Patrick Patterson ppatt...@gmail.com wrote:
 Pathfinder no longer has it's own DBus client implementation, but rather
 uses the new WvDBus in WvStreams  4.5.1.
 
 However, we're now blocked on this, since WvStreams is orphaned, my keys are
 out of the loop (they expired, and I don't have enough signatures on my new
 one to get it back into the chain), and the WvStreams packaging needs to be
 updated to include libwvdbus.
 
 If you wanted to do an NMU on both WvStreams 4.6.1, and Pathfinder 1.1.2,
 that would be very much appreciated.

 I've filed http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=551869 with 
wvstreams
 package and built pathfinder 1.1.2 as 
http://mentors.debian.net/debian/pool/main/p/pathfinder/pathfinder_1.1.2-0.1.dsc

 Could someone update those packages?

 FYI.

 

-- 
Regards,

 Hideki Yamane henrich @ debian.or.jp/iijmio-mail.jp
 http://wiki.debian.org/HidekiYamane



-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#542975: pathfinder: FTBFS

2009-10-07 Thread Patrick Patterson
Hi Luca:

On Tue, Oct 6, 2009 at 5:35 PM, Luca Falavigna dktrkr...@debian.org wrote:

 Hi Patrick,

 any news on this bug? If you want, I could eventually prepare a NMU,
 please let me know, thanks!

 This has been resolved upstream (mostly since the latest version of
Pathfinder no longer has it's own DBus client implementation, but rather
uses the new WvDBus in WvStreams  4.5.1.

However, we're now blocked on this, since WvStreams is orphaned, my keys are
out of the loop (they expired, and I don't have enough signatures on my new
one to get it back into the chain), and the WvStreams packaging needs to be
updated to include libwvdbus.

If you wanted to do an NMU on both WvStreams 4.6.1, and Pathfinder 1.1.2,
that would be very much appreciated.




 --
  .''`.
  :  :' :   Luca Falavigna dktrkr...@debian.org
  `.  `'
   `-




-- 
Personal Mail from Patrick Patterson
No company affiliation


Bug#542975: pathfinder: FTBFS

2009-10-06 Thread Luca Falavigna
Hi Patrick,

any news on this bug? If you want, I could eventually prepare a NMU,
please let me know, thanks!

-- 
  .''`.
 :  :' :   Luca Falavigna dktrkr...@debian.org
 `.  `'
   `-


signature.asc
Description: PGP signature


Bug#542975: pathfinder: FTBFS: iwvdbuslistener.h:13:24: error: wvcallback.h: No such file or directory

2009-08-22 Thread Lucas Nussbaum
Package: pathfinder
Version: 0.2.4-4
Severity: serious
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20090822 qa-ftbfs
Justification: FTBFS on amd64

Hi,

During a rebuild of all packages in sid, your package failed to build on
amd64.

Relevant part:
 make[3]: Entering directory 
 `/build/user-pathfinder_0.2.4-4-amd64-W3OiBd/pathfinder-0.2.4'
 [ 18%] Building CXX object dbus/CMakeFiles/wvdbus.dir/wvdbusconn.o
 In file included from 
 /build/user-pathfinder_0.2.4-4-amd64-W3OiBd/pathfinder-0.2.4/dbus/wvdbusconn.h:16,
  from 
 /build/user-pathfinder_0.2.4-4-amd64-W3OiBd/pathfinder-0.2.4/dbus/wvdbusconn.cc:12:
 /build/user-pathfinder_0.2.4-4-amd64-W3OiBd/pathfinder-0.2.4/dbus/iwvdbuslistener.h:13:24:
  error: wvcallback.h: No such file or directory
 make[3]: *** [dbus/CMakeFiles/wvdbus.dir/wvdbusconn.o] Error 1

The full build log is available from:
   
http://people.debian.org/~lucas/logs/2009/08/22/pathfinder_0.2.4-4_lsid64.buildlog

A list of current common problems and possible solutions is available at 
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

About the archive rebuild: The rebuild was done on about 50 AMD64 nodes
of the Grid'5000 platform, using a clean chroot.  Internet was not
accessible from the build systems.

-- 
| Lucas Nussbaum
| lu...@lucas-nussbaum.net   http://www.lucas-nussbaum.net/ |
| jabber: lu...@nussbaum.fr GPG: 1024D/023B3F4F |



-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org