Bug#733366: Upstream issue

2014-01-08 Thread Mehdi Abaakouk
Hi, 

The upstream bug report:

https://bugs.launchpad.net/pyopenssl/+bug/1266521

It has a fix attached that wait to be merged.

Cheers,

-- 
Mehdi Abaakouk
mail: sil...@sileht.net
irc: sileht


signature.asc
Description: Digital signature


Bug#695050: python-webob: webob last stable version 1.1.1 response header bug

2012-12-03 Thread Mehdi Abaakouk
Package: python-webob
Version: 1.1.1-1
Severity: grave
Tags: upstream
Justification: renders package unusable


Hi, I have a issue in all HEAD api call in swift
(http://packages.debian.org/source/sid/swift),
the content-lenght/content-type is not the one set by swift

This issue is already reported and fixed in ubuntu (package
1.1.1-1ubuntu0) and upsteam (in 1.2 only which is not api compatible with 1.1.x)

upstream link:
* https://github.com/Pylons/webob/issues/44
* https://github.com/Pylons/webob/pull/45

ubuntu link:
* https://bugs.launchpad.net/ubuntu/+source/swift/+bug/920197


Regards,

-- 
Mehdi Abaakouk
mail: sil...@sileht.net
irc: sileht


signature.asc
Description: Digital signature


Bug#674504: About debian bugs #674504

2012-06-12 Thread Mehdi Abaakouk
Hi swift-im maintainers,

You have recently uploaded a new package swift-im and introduced a small 
issue, but unfortunately marked as serious and RC by debian policy bots.

So, to quickly solve this issue, we need to rename the binary swift to swift-im
And to save your time, please find attached a proposed patch to solve this 
issue.

Don't hesitate, if you need more informations.

Best Regards,
-- 
Mehdi Abaakouk
sil...@sileht.net
commit 32ddb09798e46f115dd7e988dbd7751428824164
Author: Mehdi Abaakouk sil...@sileht.net
Date:   Tue Jun 12 10:45:42 2012 +0200

binary rename

diff --git a/debian/changelog b/debian/changelog
index 992a63f..d721600 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+swift-im (2.0~beta1+dev26-2) unstable; urgency=low
+
+  * Rename binary swift to swift-im. Closes: #674504
+
+ -- Mehdi Abaakouk sil...@sileht.net  Tue, 12 Jun 2012 10:15:09 +0200
+
 swift-im (2.0~beta1+dev26-1) unstable; urgency=low
 
   * Initial release. Closes: #631002
diff --git a/debian/patches/rename_binary b/debian/patches/rename_binary
new file mode 100644
index 000..08eb452
--- /dev/null
+++ b/debian/patches/rename_binary
@@ -0,0 +1,13 @@
+Index: swift-im-2.0~beta1+dev26.mod/Swift/resources/swift.desktop
+===
+--- swift-im-2.0~beta1+dev26.mod.orig/Swift/resources/swift.desktop	2012-05-22 21:14:29.0 +0200
 swift-im-2.0~beta1+dev26.mod/Swift/resources/swift.desktop	2012-06-12 10:32:39.0 +0200
+@@ -8,7 +8,7 @@
+ GenericName=Jabber/XMPP Messenger
+ Comment=Communicate over the Jabber/XMPP network
+ Icon=swift
+-Exec=swift
++Exec=swift-im
+ Terminal=false
+ Categories=Network;InstantMessaging;Qt;
+ 
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 000..ca55695
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+rename_binary
diff --git a/debian/rules b/debian/rules
index d05e34a..cf4ab70 100755
--- a/debian/rules
+++ b/debian/rules
@@ -23,6 +23,7 @@ install: build
 	dh_prep  
 	dh_installdirs
 	scons $(SCONS_FLAGS) $(SCONS_EXTRA_FLAGS) SWIFT_INSTALLDIR=$(CURDIR)/debian/tmp/usr SWIFTEN_INSTALLDIR=$(CURDIR)/debian/tmp/usr $(CURDIR)/debian/tmp
+	mv -f $(CURDIR)/debian/tmp/usr/bin/swift $(CURDIR)/debian/tmp/usr/bin/swift-im
 
 binary-indep: install
 binary-arch: install
diff --git a/debian/swift-im.1 b/debian/swift-im.1
new file mode 100644
index 000..6626b40
--- /dev/null
+++ b/debian/swift-im.1
@@ -0,0 +1,33 @@
+.\ DO NOT MODIFY THIS FILE!  It was generated by help2man 1.38.4.
+.TH SWIFT 1 June 2011 Swift Swift Manual
+.SH NAME
+Swift \- swift
+.SH SYNOPSIS
+.B swift
+[\fIOPTIONS\fR]...
+.SH DESCRIPTION
+Swift is an instant messaging client for the XMPP network.
+.SH OPTIONS
+.TP
+\fB\-\-debug\fR
+Turn on debug logging
+.TP
+\fB\-\-help\fR
+Show this help message
+.TP
+\fB\-\-version\fR
+Show version information
+.TP
+\fB\-\-netbook\-mode\fR
+Use netbook mode display (unsupported)
+.TP
+\fB\-\-no\-tabs\fR
+Don't manage chat windows in tabs (unsupported)
+.TP
+\fB\-\-latency\-debug\fR
+Use latency debugging (unsupported)
+.HP
+\fB\-\-multi\-account\fR arg (=1) Number of accounts to open windows for (unsupported)
+.TP
+\fB\-\-start\-minimized\fR
+Don't show the login/roster window at startup
diff --git a/debian/swift-im.install b/debian/swift-im.install
index 3144192..9e09ac7 100644
--- a/debian/swift-im.install
+++ b/debian/swift-im.install
@@ -1,2 +1,2 @@
-usr/bin/swift
+usr/bin/swift-im
 usr/share
diff --git a/debian/swift-im.manpages b/debian/swift-im.manpages
index f3fb91e..287f11f 100644
--- a/debian/swift-im.manpages
+++ b/debian/swift-im.manpages
@@ -1 +1 @@
-debian/swift.1
+debian/swift-im.1
diff --git a/debian/swift-im.menu b/debian/swift-im.menu
new file mode 100644
index 000..68b621d
--- /dev/null
+++ b/debian/swift-im.menu
@@ -0,0 +1,3 @@
+?package(swift-im):needs=X11 section=Applications/Network/Communication\
+  title=Swift IM command=/usr/bin/swift-im\
+	icon=/usr/share/pixmaps/swift.xpm
diff --git a/debian/swift.1 b/debian/swift.1
deleted file mode 100644
index 6626b40..000
--- a/debian/swift.1
+++ /dev/null
@@ -1,33 +0,0 @@
-.\ DO NOT MODIFY THIS FILE!  It was generated by help2man 1.38.4.
-.TH SWIFT 1 June 2011 Swift Swift Manual
-.SH NAME
-Swift \- swift
-.SH SYNOPSIS
-.B swift
-[\fIOPTIONS\fR]...
-.SH DESCRIPTION
-Swift is an instant messaging client for the XMPP network.
-.SH OPTIONS
-.TP
-\fB\-\-debug\fR
-Turn on debug logging
-.TP
-\fB\-\-help\fR
-Show this help message
-.TP
-\fB\-\-version\fR
-Show version information
-.TP
-\fB\-\-netbook\-mode\fR
-Use netbook mode display (unsupported)
-.TP
-\fB\-\-no\-tabs\fR
-Don't manage chat windows in tabs (unsupported)
-.TP
-\fB\-\-latency\-debug\fR
-Use latency debugging (unsupported)
-.HP
-\fB\-\-multi\-account\fR arg (=1) Number of accounts to open windows for (unsupported)
-.TP
-\fB\-\-start\-minimized\fR
-Don't show the login/roster window at startup
diff --git a/debian

Bug#676638: [Openstack-devel] Bug#676638: nova-objectstore: Upgrade to version 2012.1-5 Failed

2012-06-08 Thread Mehdi Abaakouk
Hi, thanks for reports

 I have upgrade yesterday to version 2012.1-5 and there is a missing
 paramater in line 36 (around), which prevent the server to upgrade and
 to start !
 =  dpkg: treatment error of nova-objectstore (--configure)

Have you kept the full traces/logs of your upgrade ?
Or the name of the script, the install phase (pre,post,setting) 
where the missing 13  paramater in line 36 (around) occur ?


Regards,
-- 
Mehdi Abaakouk
sil...@sileht.net


signature.asc
Description: Digital signature


Bug#665036: Upstream fixed in version 2012.1~rc2

2012-05-14 Thread Mehdi Abaakouk
Hi,

the equivalent upstream bug is:
https://bugs.launchpad.net/ubuntu/+source/python-novaclient/+bug/959262

This one is fixed since version 2012.1~rc2

The sid package is 2012.1-2, so this issue seems fixed.

I have check the debian package and build it in a sbuild chroot
now all tests are OK

Regards

-- 
Mehdi Abaakouk
sil...@sileht.net



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