Skip to content

Commit d214224

Browse files
feat: update gmime to 3.2.15+dfsg-1
1 parent 68132b8 commit d214224

File tree

359 files changed

+2443
-102125
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

359 files changed

+2443
-102125
lines changed

.gitignore

Lines changed: 30 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,30 @@
1-
.pc/
1+
Makefile.in
2+
Makefile
3+
INSTALL
4+
aclocal.m4
5+
autom4te.cache/
6+
ChangeLog
7+
compile
8+
config.guess
9+
config.h.in
10+
config.h
11+
config.log
12+
config.lt
13+
config.status
14+
config.sub
15+
configure
16+
configure~
17+
depcomp
18+
gmime.spec
19+
gmime*.pc
20+
gtk-doc.make
21+
iconv-detect.h
22+
install-sh
23+
libtool
24+
ltmain.sh
25+
missing
26+
stamp-h1
27+
*.tar.xz
28+
*.sha256sum
29+
.DS_Store
30+
update-copyright.sh

.travis.yml

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
dist: trusty
2+
arch:
3+
- amd64
4+
- ppc64le
5+
language: c
6+
compiler:
7+
- gcc
8+
sudo: required
9+
before_install:
10+
- sudo apt-get -qq update
11+
- sudo apt-get install -y automake gtk-doc-tools gnome-doc-utils libgpgme11 libgpgme11-dev gpgsm lcov libidn2-0-dev
12+
install:
13+
- pip install --user cpp-coveralls
14+
- gem install coveralls-lcov
15+
- lcov --version
16+
- /usr/bin/gpgme-config --version
17+
before_script:
18+
- cd ${TRAVIS_BUILD_DIR}
19+
- lcov --directory . --zerocounters
20+
script:
21+
- ./autogen.sh --enable-coverage && make && make check
22+
after_success:
23+
- coveralls --exclude examples --exclude gmime/charset-map.c --exclude gmime/gen-table.c --exclude tests --gcov-options '\-lp'

ChangeLog

Whitespace-only changes.

HACKING

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
Rules for commits on the gmime module
2+
=====================================
3+
4+
Please try to conform to the same coding conventions used within
5+
this module (such as tab-width, brace location, and white-space).

0 commit comments

Comments
 (0)