Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
spectrum2
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Steve Wills
spectrum2
Commits
c8a48fa5
Commit
c8a48fa5
authored
Dec 29, 2015
by
Jan Kaluza
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of github.com:hanzz/libtransport
parents
4a28fcd6
b0853719
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
3 additions
and
21 deletions
+3
-21
packaging/debian/build_spectrum2.sh
packaging/debian/build_spectrum2.sh
+1
-1
packaging/debian/debian/control
packaging/debian/debian/control
+1
-17
packaging/debian/debian/rules
packaging/debian/debian/rules
+0
-1
tests/slack_jabber/bad_password.py
tests/slack_jabber/bad_password.py
+1
-2
No files found.
packaging/debian/build_spectrum2.sh
View file @
c8a48fa5
...
...
@@ -22,7 +22,7 @@ tar -czf spectrum2_$version.orig.tar.gz spectrum2-$version
cp
-r
debian spectrum2-
$version
/debian
cd
spectrum2-
$version
debuild
-i
-us
-uc
DEB_BUILD_OPTIONS
=
nocheck
debuild
-i
-us
-uc
cd
..
...
...
packaging/debian/debian/control
View file @
c8a48fa5
...
...
@@ -7,7 +7,7 @@ Build-Depends: debhelper (>= 7.0.50~), libpurple-dev, libswiften-dev,
libpopt-dev, libdbus-glib-1-dev, libpqxx3-dev, cmake, libevent-dev, libboost-all-dev,
libqt4-dev, libidn11-dev, libxml2-dev, libavahi-client-dev, libavahi-common-dev,
libcurl4-openssl-dev, libcommuni-dev, libsqlite3-dev
Standards-Version: 3.9.
2
Standards-Version: 3.9.
6
VCS-Browser: http://git.fsinf.at/apt/spectrum2
VCS-Git: https://git.fsinf.at/apt/spectrum2.git
Homepage: http://www.spectrum.im
...
...
@@ -183,22 +183,6 @@ Replaces: spectrum2-backend-smstools3-git-dbg
Description: Spectrum2 backend for sending SMS - debugging symbols
Debugging symbols for the Spectrum2 backend for sending SMS
Package: spectrum2-backend-libyahoo2
Architecture: any
Section: net
Priority: optional
Depends: libtransport2.0 (= ${binary:Version}), libtransport-plugin2.0 (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
Description: Spectrum2 backend to connect Yahoo using libyahoo
Spectrum2 backend using libyahoo
Package: spectrum2-backend-libyahoo2-dbg
Architecture: any
Section: debug
Priority: extra
Depends: spectrum2-backend-libyahoo2 (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
Description: Spectrum2 backend to connect Yahoo using libyahoo - debugging symbols
Debugging symbols for the Spectrum2 backend to connect Yahoo
Package: spectrum2-backend-libcommuni
Architecture: any
Section: net
...
...
packaging/debian/debian/rules
View file @
c8a48fa5
...
...
@@ -22,7 +22,6 @@ override_dh_strip:
dh_strip -pspectrum2-backend-frotz --dbg-package=spectrum2-backend-frotz-dbg
dh_strip -pspectrum2-backend-swiften --dbg-package=spectrum2-backend-swiften-dbg
dh_strip -pspectrum2-backend-twitter --dbg-package=spectrum2-backend-twitter-dbg
dh_strip -pspectrum2-backend-libyahoo2 --dbg-package=spectrum2-backend-libyahoo2-dbg
dh_strip -pspectrum2-backend-libcommuni --dbg-package=spectrum2-backend-libcommuni-dbg
dh_strip -pspectrum2-backend-smstools3 --dbg-package=spectrum2-backend-smstools3-dbg
dh_strip -plibtransport2.0 --dbg-package=libtransport-dbg
...
...
tests/slack_jabber/bad_password.py
View file @
c8a48fa5
...
...
@@ -24,8 +24,7 @@ class Responder(sleekxmpp.ClientXMPP):
self
.
tests
[
"abc_received"
]
=
[
"Test message received"
,
False
]
def
message
(
self
,
msg
):
if
msg
[
'body'
]
==
"Not Authorized"
or
msg
[
'body'
]
==
"Server may require plaintext authentication over an unencrypted stream"
:
if
msg
[
'body'
]
==
"Not Authorized"
or
msg
[
'body'
]
==
"Server may require plaintext authentication over an unencrypted stream"
:
self
.
tests
[
"not_authorized"
][
1
]
=
True
elif
msg
[
'body'
].
find
(
"try using"
)
!=
-
1
:
self
.
send_message
(
mto
=
"spectrum2@spectrum2tests.xmpp.slack.com"
,
mbody
=
".spectrum2 register client@localhost password #spectrum2_contactlist"
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment