1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150
|
db1-compat (2.1.3-20) unstable; urgency=medium
* Change priority to optional, since "Priority: extra" is now deprecated.
* Move VCS to salsa.debian.org.
-- Colin Watson <cjwatson@debian.org> Sat, 10 Feb 2018 15:38:41 +0000
db1-compat (2.1.3-19) unstable; urgency=medium
* Use HTTPS for Vcs-* URLs.
* Upgrade to debhelper v9.
-- Colin Watson <cjwatson@debian.org> Wed, 27 Jan 2016 10:57:32 +0000
db1-compat (2.1.3-18) unstable; urgency=medium
* Update Vcs-Browser URL for alioth cgit.
* Simplify debian/rules using /usr/share/dpkg/buildflags.mk.
-- Colin Watson <cjwatson@debian.org> Sat, 08 Nov 2014 14:30:15 +0000
db1-compat (2.1.3-17) unstable; urgency=medium
* Switch to git; add Vcs-* fields.
* Copy 4.4 BSD licence inline in debian/copyright rather than referring to
/usr/share/common-licenses/BSD, per Lintian.
-- Colin Watson <cjwatson@debian.org> Tue, 14 Jan 2014 02:21:46 +0000
db1-compat (2.1.3-16) unstable; urgency=low
* Use dpkg-buildflags to enable hardening options.
* Remove article from start of package synopsis.
-- Colin Watson <cjwatson@debian.org> Fri, 22 Jun 2012 12:33:49 +0100
db1-compat (2.1.3-15) unstable; urgency=low
* Add cross-compiling support.
-- Colin Watson <cjwatson@debian.org> Fri, 16 Sep 2011 11:04:09 +0100
db1-compat (2.1.3-14) unstable; urgency=low
* Link with -lc rather than /usr/lib/libc.so, fixing build failure on
multiarch systems (LP: #749094).
-- Colin Watson <cjwatson@debian.org> Mon, 04 Apr 2011 16:08:28 +0100
db1-compat (2.1.3-13) unstable; urgency=low
* Convert to source format 3.0 (quilt) and DEP-3 patch tagging.
-- Colin Watson <cjwatson@debian.org> Fri, 26 Mar 2010 00:22:36 +0000
db1-compat (2.1.3-12) unstable; urgency=low
* Link with -z combreloc, not -z -combreloc (closes: #557075).
-- Colin Watson <cjwatson@debian.org> Mon, 23 Nov 2009 20:31:16 +0000
db1-compat (2.1.3-11) unstable; urgency=low
* Upgrade to debhelper v7.
* Improve db_dump185(1) *roff markup to look better and avoid triggering a
Lintian warning.
-- Colin Watson <cjwatson@debian.org> Fri, 14 Aug 2009 22:50:15 +0100
db1-compat (2.1.3-10) unstable; urgency=low
[ Colin Watson ]
* Update DEB_BUILD_OPTIONS parsing code from policy 3.8.0.
[ Julian Gilbey ]
* Add db_dump185 to this package from the source of db4.3 version 4.3.29
and replace libdb2-util (Closes: #169830)
-- Colin Watson <cjwatson@debian.org> Wed, 29 Jul 2009 13:22:17 +0100
db1-compat (2.1.3-9) unstable; urgency=low
* Make binary-arch target depend on build (thanks, Julian Gilbey;
closes: #352867).
-- Colin Watson <cjwatson@debian.org> Tue, 14 Feb 2006 20:17:00 +0000
db1-compat (2.1.3-8) unstable; urgency=low
* Drop priority to extra, now that libc no longer depends on
libdb1-compat.
* Policy version 3.6.2:
- Support DEB_BUILD_OPTIONS=noopt.
-- Colin Watson <cjwatson@debian.org> Mon, 8 Aug 2005 03:58:33 +0100
db1-compat (2.1.3-7) unstable; urgency=low
* glibc's db1 used the soname "libdb.so.2.1" on alpha (thanks, Ben
Mansell). Change our alpha soname to be in sync with this. (I haven't
changed the package name, as nothing can legitimately build against
db1-compat and the old soname was just a bug.)
-- Colin Watson <cjwatson@debian.org> Fri, 18 Oct 2002 22:46:11 +0100
db1-compat (2.1.3-6) unstable; urgency=low
* -D_LIBC apparently doesn't work with glibc 2.3 (thanks, Jack Howarth).
Remove it and comment out the #ifdefs from the code instead, so that we
always get the extra symbols (closes: #163264).
-- Colin Watson <cjwatson@debian.org> Fri, 4 Oct 2002 04:25:21 +0100
db1-compat (2.1.3-5) unstable; urgency=low
* Translate __PMT() to __P() on non-glibc architectures that don't have
the former. This is just a temporary fix, as those architectures
shouldn't need to keep db1-compat around for the long term.
-- Colin Watson <cjwatson@debian.org> Tue, 24 Sep 2002 00:48:06 +0100
db1-compat (2.1.3-4) unstable; urgency=low
* Instead of having to hard-code architecture details in order to use
substvars, just use one big Replaces: line.
-- Colin Watson <cjwatson@debian.org> Mon, 12 Aug 2002 18:34:15 +0100
db1-compat (2.1.3-3) unstable; urgency=low
* Add -D_LIBC so that we get __dbopen (Ben Collins).
* Import part of libc-symbols.h from glibc, for weak alias definitions.
-- Colin Watson <cjwatson@debian.org> Mon, 12 Aug 2002 01:51:56 +0100
db1-compat (2.1.3-2) unstable; urgency=low
* Call the binary package libdb1-compat, not libdb1g.
-- Colin Watson <cjwatson@debian.org> Mon, 12 Aug 2002 01:28:59 +0100
db1-compat (2.1.3-1) unstable; urgency=low
* Initial release, constructed from db1-addon-2.1.3.tar.bz2 in glibc's
source package.
* Alter Makefile to build outside glibc. Preprocess Versions in the way
glibc's versioning helper scripts would, so we don't have to carry them
around.
-- Colin Watson <cjwatson@debian.org> Mon, 12 Aug 2002 01:02:24 +0100
|