Commit graph

1420 commits

Author SHA1 Message Date
Ben Wiederhake
8e3cebf165 Output commit in debug message on startup
Fixes #214.
2016-01-07 10:53:07 +01:00
Ben Wiederhake
dec3a260c4 Make tgl in appropriate place
Fixes #206.
2016-01-07 10:51:24 +01:00
Ben Wiederhake
a8cf6f88d0 Typos, email-addresses, trailing spaces 2016-01-07 10:51:24 +01:00
Ben Wiederhake
f4f058edb5 Add target noicon_install
This moves the feature #100 from the ./configure option to a make target,
which reduces the combinatory explosion of the ./configure options.
2016-01-07 10:51:24 +01:00
Ben Wiederhake
f958dfe2bc Re-order Makefile to be more sensible 2016-01-06 12:32:06 +01:00
Ben Wiederhake
1e78c9685c Merge branch 'master' into dev-1.3.0
Conflicts:
  rpm/purple-telegram.spec
  tgl
  tgp-ft.c
2016-01-06 12:30:35 +01:00
mj
cf851ad630 Remove Webupd8 PPA until it contains the hotfix 2016-01-06 10:59:46 +01:00
Ben Wiederhake
924e59b91f Bump version 2016-01-05 18:05:58 +01:00
Ben Wiederhake
64354d6305 Add d/upstream/metadata 2016-01-05 18:05:58 +01:00
Ben Wiederhake
a6afa1867f Fix changelog and control 2016-01-05 15:14:04 +01:00
mj
4079aea8c0 Merge pull request #208 from tuxmaster/master
Fix appdata build for rpm.
2016-01-05 11:44:36 +01:00
Ben Wiederhake
3fd945465d Merge tag 'v1.2.4' into debian-develop 2016-01-05 08:47:23 +01:00
tuxmaster
e4d04d990b Fix appdata build. 2016-01-05 07:01:14 +01:00
mj
7611afc323 Update README.md 2016-01-05 00:34:35 +01:00
mjentsch
94beda1419 Bump version in configure 2016-01-04 23:38:38 +01:00
mjentsch
10bac37b2c Fix xfer memory leak
Prevent leaking of cancelled xfers and stop warning messages for
"un-completed" file transfers when closing Adium.
2016-01-04 17:37:54 +01:00
mjentsch
c52d8811f3 Update version for hotfix 2016-01-04 17:37:54 +01:00
Ben Wiederhake
ac1763c596 fixup! Explain how to adapt and upgrade 2016-01-03 20:28:39 +01:00
Ben Wiederhake
6865a5e370 Add further notes about the packaging decisions 2016-01-03 19:39:46 +01:00
Ben Wiederhake
b4253a2419 Explain how to adapt and upgrade 2016-01-03 19:36:08 +01:00
Ben Wiederhake
1cf511f526 Actually install the appdata file 2016-01-03 16:39:25 +01:00
Ben Wiederhake
17001c910d Fix changelog, control, rules
Added rationales for the choice of the URL in Vcs-Git and the package name.
2016-01-03 15:09:42 +01:00
mjentsch
66ef529edb Fix file transfer memory management 2016-01-03 00:29:53 +01:00
mjentsch
38b9e44a3e Fix crash on unknown messages 2016-01-02 19:56:58 +01:00
mj
0f10389a34 Update documentation for updates
Document how to handle changes in the .gitmodules configuration
2016-01-02 19:54:35 +01:00
Ben Wiederhake
a22204df13 Don't hardcode paths
Sometimes I'm really, really dumb.
2016-01-02 00:58:54 +01:00
Ben Wiederhake
d498c116ed Active logging on Travis 2016-01-02 00:58:54 +01:00
Ben Wiederhake
ef7a655dea Add new test with dummy frontend 2016-01-02 00:58:34 +01:00
Ben Wiederhake
0a349cc38e Fix name of test, fix clean target
Since this is a trivial change, [skip ci]
2016-01-02 00:22:17 +01:00
Ben Wiederhake
f41571934a Slim down combinations
Can't 'skip' this build: the .travis.yml still needs to be checked.
2016-01-02 00:22:17 +01:00
Ben Wiederhake
a0a03fe35e Include new test goals, integrate with Travis 2016-01-02 00:22:17 +01:00
Ben Wiederhake
7ce2d397b8 Implement very basic test.
This can only detect missing symbols or other severe failures.
2016-01-02 00:22:17 +01:00
Ben Wiederhake
cf121a5d59 Build all combinations 2016-01-02 00:22:17 +01:00
Ben Wiederhake
7d7f67f227 Build on trusty 2016-01-02 00:22:17 +01:00
Ben Wiederhake
2d4c06883f gcrypt20 not available in U12.04.5 2016-01-02 00:22:17 +01:00
Ben Wiederhake
9d8db69aad Broken submodule support, need to mention apt-get explicitely 2016-01-02 00:22:17 +01:00
Ben Wiederhake
fbba265512 First version for Travis 2016-01-02 00:22:17 +01:00
Ben Wiederhake
be4f5877c4 Fix compilation error 2016-01-02 00:22:17 +01:00
Ben Wiederhake
26669c8a6c Remove private files 2016-01-02 00:22:17 +01:00
Ben Wiederhake
39177beff9 Refresh/harden .gitignore-files 2016-01-02 00:22:17 +01:00
mjentsch
97f26e9b24 Merge branch 'master' into dev-1.3.0 2016-01-02 00:09:57 +01:00
mj
5b11831e3f Update README.md 2016-01-02 00:04:06 +01:00
mj
d42d647dfe Update README.md 2016-01-01 23:49:30 +01:00
Ben Wiederhake
b8eadf92d5 Fix typo in d/copyright 2015-12-31 21:53:28 +01:00
Ben Wiederhake
8ab007099f Merge branch 'master' into debian-develop 2015-12-31 19:58:51 +01:00
Ben Wiederhake
12fe25086a Override dh_auto_clean
It attempts to call 'make distclean', which appears to be a sane default.
However, telegram-purple does not have a concept of distclean, and we're
unwilling to introduce one only for Debian. So just go for the target 'clean'
instead, which currently does to right thing, which is: remove *everything*
that can be regenerated during build.
2015-12-31 19:58:21 +01:00
Ben Wiederhake
ee5fa68778 Run w-a-s -as
Remember to use wrap-and-sort with the option -as in future.
2015-12-31 19:58:21 +01:00
Ben Wiederhake
cc98501725 Include the metadata file 2015-12-31 19:58:21 +01:00
Ben Wiederhake
f849ddd18a Update debian/changelog 2015-12-31 19:58:17 +01:00
matj
ffca726ca1 Fix compilation with openssl 2015-12-31 16:33:18 +01:00