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
|
secsipidx (1.3.2-2.1) unstable; urgency=medium
* Non-maintainer upload.
* Rename libraries for 64-bit time_t transition. Closes: #1062890
-- Benjamin Drung <bdrung@debian.org> Thu, 29 Feb 2024 15:45:37 +0000
secsipidx (1.3.2-2) unstable; urgency=medium
* fix build on armel, armhf and i386
-- Victor Seva <vseva@debian.org> Fri, 19 Jan 2024 10:29:50 +0100
secsipidx (1.3.2-1) unstable; urgency=medium
* New upstream version 1.3.2
* proper SOLIBNAME version
* update exported symbols
* Standards-Version 4.6.2, no changes needed
-- Victor Seva <vseva@debian.org> Fri, 17 Nov 2023 14:49:19 +0100
secsipidx (1.3.1-1) unstable; urgency=medium
* New upstream version 1.3.1
* enable tests again
* refresh symbols
* GO111MODULE => GO111MODVAL
-- Victor Seva <vseva@debian.org> Mon, 30 Oct 2023 23:59:13 +0100
secsipidx (1.2.0-2) unstable; urgency=medium
[ Debian Janitor ]
* Set upstream metadata fields: Bug-Database, Bug-Submit, Repository-Browse.
-- Jelmer Vernooij <jelmer@debian.org> Mon, 21 Nov 2022 00:29:57 +0000
secsipidx (1.2.0-1) unstable; urgency=medium
* New upstream version 1.2.0
* remove Multi-Arch from libsecsipid-dev
* update years in copyright
* update Standards-Version, no changes needed
* add golang-github-gomagedon-expectate-dev as build dependency
* don't run test since they fail with golang-1.18
-- Victor Seva <vseva@debian.org> Thu, 11 Aug 2022 15:00:19 +0200
secsipidx (1.1.1~git20210601.d388d64-2) unstable; urgency=medium
* Team upload.
* Add myself to Uploaders.
* d/rules: set GO111MODULE=off to fix build with Go 1.16.
-- Michael Hudson-Doyle <mwhudson@debian.org> Tue, 07 Sep 2021 09:43:29 +1200
secsipidx (1.1.1~git20210601.d388d64-1) unstable; urgency=medium
* New upstream version 1.1.1~git20210601.d388d64
-- Victor Seva <vseva@debian.org> Tue, 01 Jun 2021 12:06:15 +0200
secsipidx (1.1.1~git20210415.e751d37-1) unstable; urgency=medium
* New upstream version 1.1.1~git20210415.e751d37
* remove patches applied upstream
* update symbols file
-- Victor Seva <vseva@debian.org> Thu, 15 Apr 2021 10:39:39 +0200
secsipidx (1.1.0-1) unstable; urgency=medium
[ Victor Seva ]
* Initial release (Closes: #977493)
* New upstream version 1.1.0
[ Guillem Jover ]
* Switch to debhelper compatibility level 13.
* Update symbols file:
- Add new exporter symbols.
- Use a version in symbols not larger than the one in the changelog.
- Use regex pattern for internal symbols.
- Mark internal symbols as optional.
* Comment out DH_VERBOSE setting.
* Store Go cached objects under _build/go-cache, like dh-golang does.
* Do not set DEB_HOST_MULTIARCH explicitly, done already by architecture.mk.
* Refactor build and dest dir into B and D variables in debian/rules.
* Use execute_after_ instead of override_ for dh_auto_build and then calling
it explicitly.
* Use upstream build system to build and install the shared library:
- Add support for DESTDIR.
- Use debhelper substitution variables in install fragment files.
- Stop including dpkg default.mk, now unnecessary.
- Install the pkg-config file under /usr/lib/<multiarch>.
* Remove unused shlibs:Depends from libsecsipid-dev package.
* Set Multi-Arch to foreign for secsipidx.
* Indent itemized entries in package Description.
* Add a debian/.gitignore file
-- Victor Seva <vseva@debian.org> Fri, 05 Feb 2021 10:23:56 +0100
|