Codebase list libevent / 6e4e999
Merge branch 'lintian-fixes' into 'master' Fix some issues reported by lintian See merge request debian/libevent!1 Balint Reczey 3 years ago
2 changed file(s) with 14 addition(s) and 6 deletion(s). Raw diff Collapse all Expand all
0 libevent (2.1.11-stable-2) UNRELEASED; urgency=medium
1
2 * Trim trailing whitespace.
3 * Use secure URI in Homepage field.
4 * Use canonical URL in Vcs-Browser, Vcs-Git.
5
6 -- Debian Janitor <janitor@jelmer.uk> Sat, 04 Jan 2020 21:53:08 +0000
7
08 libevent (2.1.11-stable-1) unstable; urgency=medium
19
210 [ Balint Reczey ]
180188 * [5217845e] bump compat to 8
181189 * [3237604b] remove old README.source
182190 * [0cc15d5b] remove README.Debian; install whatsnew-2.0.txt to docs instead
183 * [281c8d2e] source/options: don't set compression level (9 is the default
191 * [281c8d2e] source/options: don't set compression level (9 is the default
184192 anyway)
185193 * [08517840] clean up debian/watch
186194 * [18d75ca4] remove unneeded debian/*.dirs
187195 * [1967343a] add TODO about cleaning up debian/copyright
188 * [c567b3fd] install pkgconfig file with more generic glob (*.pc, instead of
196 * [c567b3fd] install pkgconfig file with more generic glob (*.pc, instead of
189197 libevent*.pc)
190198 * [3b6f7cb9] add ".pc" to .gitignore for quilt
191199 * [73325895] bump policy to 3.9.2 (no changes)
44 Build-Depends: debhelper-compat (= 12),
55 libssl-dev
66 Standards-Version: 3.9.8
7 Vcs-Git: https://salsa.debian.org/debian/libevent -b master
8 Vcs-Browser: https://salsa.debian.org/debian/libevent.git
9 Homepage: http://libevent.org/
7 Vcs-Git: https://salsa.debian.org/debian/libevent.git -b master
8 Vcs-Browser: https://salsa.debian.org/debian/libevent
9 Homepage: https://libevent.org/
1010
1111 Package: libevent-dev
1212 Architecture: any
1818 libevent-pthreads-2.1-7 (= ${binary:Version}),
1919 libevent-openssl-2.1-7 (= ${binary:Version})
2020 Description: Asynchronous event notification library (development files)
21 Libevent is an asynchronous event notification library that provides a
21 Libevent is an asynchronous event notification library that provides a
2222 mechanism to execute a callback function when a specific event occurs
2323 on a file descriptor or after a timeout has been reached.
2424 .