Codebase list lmdb / fdd654b
Import upstream version 0.9.24+git20210124.1.e908295 Debian Janitor 2 years ago
7 changed file(s) with 39 addition(s) and 21 deletion(s). Raw diff Collapse all Expand all
0 lmdb (0.9.22-2) UNRELEASED; urgency=medium
0 lmdb (0.9.24-2) UNRELEASED; urgency=low
11
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
10 lmdb (0.9.24-1) unstable; urgency=medium
11
12 [ Ondřej Nový ]
213 * d/copyright: Use https protocol in Format field
314
4 -- Ondřej Nový <onovy@debian.org> Mon, 01 Oct 2018 09:38:57 +0200
15 [ Ondřej Surý ]
16 * Bump the dh compat to 10
17 * Update Makefile patch to fix the parallel build
18 * New upstream version 0.9.24
19
20 -- Ondřej Surý <ondrej@debian.org> Wed, 25 Mar 2020 15:24:22 +0100
521
622 lmdb (0.9.22-1) unstable; urgency=medium
723
+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
00 Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
11 Upstream-Name: Howard Chu, Symas Corp.
22 Upstream-Contact: Howard Chu <hyc@highlandsun.com>
3 Source: https://gitorious.org/mdb/mdb
3 Source: http://symas.com/mdb/
44
55 Files: *
66 Copyright: 2011-2013 Howard Chu, Symas Corp.
22 Subject: Debian quirks to make shared library versioned
33
44 ---
5 libraries/liblmdb/Makefile | 21 ++++++++++++---------
6 1 file changed, 12 insertions(+), 9 deletions(-)
5 libraries/liblmdb/Makefile | 28 +++++++++++++++++-----------
6 1 file changed, 17 insertions(+), 11 deletions(-)
77
88 diff --git a/libraries/liblmdb/Makefile b/libraries/liblmdb/Makefile
9 index f254511..ddb6d91 100644
9 index f254511..8f21cc1 100644
1010 --- a/libraries/liblmdb/Makefile
1111 +++ b/libraries/liblmdb/Makefile
1212 @@ -27,10 +27,11 @@ CFLAGS = $(THREADS) $(OPT) $(W) $(XCFLAGS)
5151
5252 test: all
5353 rm -rf testdb && mkdir testdb
54 @@ -66,7 +67,9 @@ liblmdb.a: mdb.o midl.o
54 @@ -64,9 +65,14 @@ test: all
55 liblmdb.a: mdb.o midl.o
56 $(AR) rs $@ mdb.o midl.o
5557
56 liblmdb$(SOEXT): mdb.lo midl.lo
57 # $(CC) $(LDFLAGS) -pthread -shared -Wl,-Bsymbolic -o $@ mdb.o midl.o $(SOLIBS)
58 -liblmdb$(SOEXT): mdb.lo midl.lo
59 -# $(CC) $(LDFLAGS) -pthread -shared -Wl,-Bsymbolic -o $@ mdb.o midl.o $(SOLIBS)
5860 - $(CC) $(LDFLAGS) -pthread -shared -o $@ mdb.lo midl.lo $(SOLIBS)
59 + $(CC) $(LDFLAGS) -fPIC -Wl,-soname,liblmdb$(SOEXT).$(SOVER) -pthread -Wl,-Bsymbolic -shared -o $@.$(SOVER).0.0 mdb.lo midl.lo $(SOLIBS)
60 + ln -s $@.$(SOVER).0.0 liblmdb$(SOEXT).$(SOVER)
61 + ln -s liblmdb$(SOEXT).$(SOVER) liblmdb$(SOEXT)
61 +liblmdb$(SOEXT).$(SOVER).0.0: mdb.lo midl.lo
62 + $(CC) $(LDFLAGS) -fPIC -Wl,-soname,liblmdb$(SOEXT).$(SOVER) -pthread -Wl,-Bsymbolic -shared -o $@ mdb.lo midl.lo $(SOLIBS)
63 +
64 +liblmdb$(SOEXT).$(SOVER): liblmdb$(SOEXT).$(SOVER).0.0
65 + ln -sf liblmdb$(SOEXT).$(SOVER).0.0 liblmdb$(SOEXT).$(SOVER)
66 +
67 +liblmdb$(SOEXT): liblmdb$(SOEXT).$(SOVER)
68 + ln -sf liblmdb$(SOEXT).$(SOVER) liblmdb$(SOEXT)
6269
6370 mdb_stat: mdb_stat.o liblmdb.a
6471 mdb_copy: mdb_copy.o liblmdb.a
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/
00 version=3
1 opts=filenamemangle=s/.+\/LMDB_(\d\S+)\.tar\.gz/lmdb-$1\.tar\.gz/ \
2 https://github.com/LMDB/lmdb/releases .*/LMDB_(\d\S+)\.tar\.gz
1 opts=filenamemangle=s/.+\/openldap-LMDB_(\d\S+)\.tar\.gz/lmdb-$1\.tar\.gz/ \
2 https://git.openldap.org/openldap/openldap/-/tags .*/openldap-LMDB_(\d\S+)\.tar\.gz