tags 410130 + pending
thanks

Dear maintainer,

I've prepared an NMU for cryptonit (versioned as 0.9.7-2.4) containing
the patch from Stefano Rivera, and uploaded it to DELAYED/2 as
suggested by section 5.11.1 of the Developer's Reference.  Please feel
free to tell me if I should delay it longer.

I've omitted from this debdiff the updates to config.sub and
config.guess that was made automatically in the clean rule.

Regards,

diff -u cryptonit-0.9.7/debian/changelog cryptonit-0.9.7/debian/changelog
--- cryptonit-0.9.7/debian/changelog
+++ cryptonit-0.9.7/debian/changelog
@@ -1,3 +1,11 @@
+cryptonit (0.9.7-2.4) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * src/ConfigDatabase.cpp: Apply patch from Stefano Rivera to fix
+    GUI start on amd64. (Closes: #410130)
+
+ -- Tim Retout <dioc...@debian.org>  Wed, 20 Oct 2010 01:15:10 +0100
+
 cryptonit (0.9.7-2.3) unstable; urgency=low
 
   * Non-maintainer upload.
only in patch2:
unchanged:
--- cryptonit-0.9.7.orig/src/ConfigDatabase.cpp
+++ cryptonit-0.9.7/src/ConfigDatabase.cpp
@@ -270,7 +270,7 @@
 
     // Strip the "config://" part if presents.
     std::string params( uri );
-    unsigned int i = params.find("config://");
+    std::string::size_type i = params.find("config://");
     if( i != std::string::npos)
        params.erase(i, strlen("config://") );
 



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

Reply via email to