Codebase list lmdb / 184ae17
Merge branch 'lintian-fixes' into 'master' Fix some issues reported by lintian See merge request debian/lmdb!1 Matthias Klumpp 3 years ago
5 changed file(s) with 15 addition(s) and 7 deletion(s). Raw diff Collapse all Expand all
0 lmdb (0.9.24-2) UNRELEASED; urgency=low
1
2 * Use secure URI in Homepage field.
3 * Bump debhelper from old 10 to 12.
4 * Set debhelper-compat version in Build-Depends.
5 * Set upstream metadata fields: Repository, Repository-Browse.
6 * Drop transition for old debug package migration.
7
8 -- Debian Janitor <janitor@jelmer.uk> Tue, 07 Jul 2020 20:44:25 -0000
9
010 lmdb (0.9.24-1) unstable; urgency=medium
111
212 [ Ondřej Nový ]
+0
-1
debian/compat less more
0 10
22 Priority: optional
33 Maintainer: LMDB <lmdb@packages.debian.org>
44 Uploaders: Ondřej Surý <ondrej@debian.org>
5 Build-Depends: debhelper (>= 10),
6 doxygen
5 Build-Depends: debhelper-compat (= 12), doxygen
76 Standards-Version: 4.1.5.0
8 Homepage: http://symas.com/mdb/
7 Homepage: https://symas.com/mdb/
98 Vcs-Browser: https://salsa.debian.org/debian/lmdb
109 Vcs-Git: https://salsa.debian.org/debian/lmdb.git
1110
2323 mv man/man3/$$m man/man3/mdb_$$m; \
2424 done
2525
26 override_dh_strip:
27 dh_strip --dbgsym-migration='lmdb-dbg (<< 0.9.18-3~)' || dh_strip
28
2926 override_dh_install-arch:
3027 dh_install -X.la
3128 mkdir debian/liblmdb-dev/usr/lib/$(DEB_HOST_MULTIARCH)/pkgconfig/
0 ---
1 Repository: https://github.com/LMDB/lmdb.git
2 Repository-Browse: https://github.com/LMDB/lmdb