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 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253
|
nss-updatedb (10-6) unstable; urgency=medium
* debian/control: bumped Standards-Version to 4.6.0.
* debian/salsa-ci.yml: use Debian recipe for salsa CI.
* debian/watch: updated to get the latest git commit since upstream do not
set release versions.
-- Fabio Augusto De Muzio Tobich <ftobich@debian.org> Tue, 19 Oct 2021 10:32:29 -0300
nss-updatedb (10-5) unstable; urgency=medium
* Upload to unstable.
-- Fabio Augusto De Muzio Tobich <ftobich@debian.org> Mon, 16 Aug 2021 13:53:31 -0300
nss-updatedb (10-4) experimental; urgency=medium
* New maintainer. (Closes: #579616)
Thanks to Guido Günther for your great work on this package.
* Using new DH level format. Consequently:
- debian/compat: removed.
- debian/control: changed from 'debhelper' to 'debhelper-compat' in
Build-Depends field and bumped level to 13.
* debian/control:
- Added Rules-Requires-Root: no.
- Added Vcs-* fields to source stanza.
- Bumped Standards-Version to 4.5.1.
- Changed Homepage field to GitHub URL, old URL don't exist anymore.
- Changed priority extra to optional.
- Dependency on autotools-dev removed from Build-Depends field in source
stanza, not necessary since DH 10.
* debian/copyright:
- Migrated to 1.0 format.
- Updated all data.
* debian/patches/:
- 0001-Adjust-paths-to-debian-s-location-of-the-db-files.patch: updated
header.
- 0002-Update-config.-sub-guess.patch: updated header.
- 0003-Fix-typo-in-manpage.patch: added, thanks Chris Kuehl.
(Closes: #773927)
* debian/rules:
- Added DEB_BUILD_MAINT_OPTIONS variable to improve GCC
hardening.
- Migrated to debhelper reduced form.
* debian/salsa-ci.yml: added to provide CI tests for Salsa.
* debian/upstream/metadata: created.
* debian/watch:
- Bumped to version 4.
- Changed URL to GitHub repository.
- Removed template comments.
-- Fabio Augusto De Muzio Tobich <ftobich@debian.org> Sat, 29 May 2021 10:33:20 -0300
nss-updatedb (10-3) unstable; urgency=low
* [5377b82] Use autotools-dev (Closes: #727474)
-- Guido Günther <agx@sigxcpu.org> Fri, 25 Oct 2013 17:48:14 +0200
nss-updatedb (10-2) unstable; urgency=low
* Acknowledge NMU - thanks Jari!
* [5b6f681] Import patches using gbp-pq
* [8cf65c5] Drop config.{sub,guess} update
-- Guido Günther <agx@sigxcpu.org> Sat, 15 May 2010 15:08:05 +0200
nss-updatedb (10-1.1) unstable; urgency=low
[ Jari Aalto ]
* Non-maintainer upload.
- Move to packaging format "3.0 (quilt)"
(FTBFS minor; Closes: #482729).
* debian/compat
- Update to 7.
* debian/control
- (Build-Depends): remove quilt; obsolete. Update from
libdb4.6-dev to libdb-dev >= 4.7 (Closes: #548485).
- (Standards-Version): Update to 3.8.4 and debhelper 7.1.
* debian/copyright
- Point to GPL-2 and a minor layout update.
* debian/rules
- Delete obsolete quilt calls.
* debian/rules
- (install): Update dh_clean to dh_prep.
- (clean): Fix lintian debian-rules-ignores-make-clean-error
(Closes: #480953). Patch thanks to
Miguel Angel Ruiz Manzano <mruiz@ubuntu.com>
* debian/source/format
- New file
-- Jari Aalto <jari.aalto@cante.net> Fri, 07 May 2010 12:10:35 +0300
nss-updatedb (10-1) unstable; urgency=low
* drop return-zero-in-case-of-success.patch - applied upstream
* drop manpage - added upstream
-- Guido Guenther <agx@sigxcpu.org> Wed, 23 Apr 2008 18:12:56 +0200
nss-updatedb (9-2) unstable; urgency=low
* return zero in case of success (Closes: #477276)
* debian/copyright: add copyright year and holder
* debian/rules: remove superflous comments
* nss_updatedb.8: remove spurios ''' from manpage
-- Guido Guenther <agx@sigxcpu.org> Tue, 22 Apr 2008 12:00:38 +0200
nss-updatedb (9-1) unstable; urgency=low
* New Upstream Version (Closes: #431862)
* point to correct paths in README file (Closes: #458846)
* add Homepage:
* bump standards version
* build depend on libdb4.6-dev
-- Guido Guenther <agx@sigxcpu.org> Fri, 22 Feb 2008 11:40:01 +0100
nss-updatedb (8-2) unstable; urgency=low
* fix watch file - based on a patch by Thomas Gleissner, thanks!
(Closes: #449875)
-- Guido Guenther <agx@sigxcpu.org> Wed, 28 Nov 2007 09:14:52 +0100
nss-updatedb (8-1) unstable; urgency=low
* New upstream version
* Drop 02_move-db.diff - applied upstream
-- Guido Guenther <agx@sigxcpu.org> Wed, 31 Oct 2007 12:47:21 +0100
nss-updatedb (7-3) unstable; urgency=low
* libdb4.3-dev reverted the change that made linking against libdb4.3-dev
necessary, so drop that from the linker flags
-- Guido Guenther <agx@sigxcpu.org> Sat, 22 Sep 2007 17:59:09 +0200
nss-updatedb (7-2) experimental; urgency=low
* link against pthread (Closes: #441483)
* fill a temporary database, then replace the running one (Closes: #431862)
-- Guido Guenther <agx@sigxcpu.org> Mon, 10 Sep 2007 18:59:44 +0200
nss-updatedb (7-1) unstable; urgency=low
* New upstream version
* dropped patches:
10_segv-on-dbopen: applied upstream
-- Guido Guenther <agx@sigxcpu.org> Tue, 14 Nov 2006 09:30:41 +0100
nss-updatedb (6-2) unstable; urgency=low
* new patch:
10_segv-on-dbopen: don't try to close the db environment when it can't
be even opened
-- Guido Guenther <agx@sigxcpu.org> Mon, 13 Nov 2006 11:41:02 +0100
nss-updatedb (6-1) unstable; urgency=low
* new upstream version
* drop patches (applied upstream):
10_num-should-be-unsigned
12_remove-double-truncate
-- Guido Guenther <agx@sigxcpu.org> Thu, 18 May 2006 02:27:02 -0500
nss-updatedb (5-1) unstable; urgency=low
* new upstream version
* new patches:
10_num-should-be-unsigned: the num argument to db_truncate should be
unsigned, fixes a compiler warning
12_remove-double-truncate: no need to truncate the db twice
* drop patches:
10_nss-updatedb-fix-db4-truncate
11_closedb
12_db-autocommit
applied upstream.
* bump standards version to 3.7.2
* update fsf copyright address
-- Guido Guenther <agx@sigxcpu.org> Wed, 17 May 2006 01:01:20 -0500
nss-updatedb (4-4) unstable; urgency=low
* 10_nss-updatedb-fix-db4-truncate: num should be unsigned
* 11_closedb: properly close the database before closing the environment
* 12_db-autocommit: use DB_AUTO_COMMIT with db->open so aborting the
transaction works properly. Thanks to Steffen Kolbe for providing a
testmachine and testing.
* Bump standars version
-- Guido Guenther <agx@sigxcpu.org> Thu, 4 May 2006 10:08:53 +0200
nss-updatedb (4-3) unstable; urgency=low
* debian/rules: make sure ./configure is executable, remove config.log
-- Guido Guenther <agx@debian.org> Tue, 22 Nov 2005 15:48:00 +0100
nss-updatedb (4-2) unstable; urgency=low
* patches/10_nss-updatedb-fix-db4-truncate: properly truncate the
database in the db4 case
-- Guido Guenther <agx@debian.org> Tue, 22 Nov 2005 15:46:36 +0100
nss-updatedb (4-1) unstable; urgency=low
* new upstream version
* patches/02_fix-db3.dpatch dropped, applied upstream
* patches/03_fix-nss-enum.dpatch dropped, applied upstream
* patches/04_let-main-return-0.dpatch: dropped, fixed upstream
-- Guido Guenther <agx@debian.org> Wed, 3 Aug 2005 12:07:12 +0200
nss-updatedb (3-5) unstable; urgency=low
* compile against libdb4.3-dev
* bump standards version to 3.6.2
-- Guido Guenther <agx@debian.org> Mon, 1 Aug 2005 17:26:12 +0200
nss-updatedb (3-4) unstable; urgency=low
* update package description, thanks to Thomas Hood (closes: #314918)
* add manpage (closes: #314917)
-- Guido Guenther <agx@debian.org> Wed, 13 Jul 2005 22:04:47 +0300
nss-updatedb (3-3) unstable; urgency=low
* change priority to extra
-- Guido Guenther <agx@debian.org> Wed, 20 Apr 2005 20:21:57 +0200
nss-updatedb (3-2) unstable; urgency=low
* let main() return zero instead of NSS_UPDATE_SUCCESS
-- Guido Guenther <agx@debian.org> Wed, 20 Apr 2005 15:53:55 +0200
nss-updatedb (3-1) unstable; urgency=low
* Initial Release (Closes: #303208)
-- Guido Guenther <agx@debian.org> Tue, 5 Apr 2005 18:24:09 +0200
|