Skip to content

Commit

Permalink
upgrade libident (0.32-4) unstable
Browse files Browse the repository at this point in the history
  • Loading branch information
Cherrling authored and Zeno-sole committed Feb 18, 2025
1 parent 68c7743 commit be8fe3f
Show file tree
Hide file tree
Showing 10 changed files with 100 additions and 29 deletions.
1 change: 0 additions & 1 deletion .gitignore

This file was deleted.

44 changes: 41 additions & 3 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,8 +1,46 @@
libident (0.32-1) UNRELEASED; urgency=medium
libident (0.32-4) unstable; urgency=medium

* update
* QA upload.
* debian/control: Reintroduce libident-bin package to provide the
/usr/sbin/in.identtestd binary.

-- Boyuan Yang <[email protected]> Thu, 19 May 2022 10:12:21 +0800
-- Boyuan Yang <[email protected]> Wed, 24 Apr 2024 14:13:22 -0400

libident (0.32-3) unstable; urgency=medium

* QA upload.

[ Christoph Biedl ]
* Replace shlibs with symbols (Closes: #1065703)

[ Sebastiam Ramacher ]
* debian: Temporarily stop installing in.identtestd.
The daemon should not be part of the shared library package. It will be
reintroduced later in a separate binary package.
* debian/control:
- Remove Suggests: libident-dev from shared library package.
- Remove ${shlibs:Depends} from libident-dev
- Mark libident0 as MA: same

-- Sebastian Ramacher <[email protected]> Sat, 09 Mar 2024 11:03:29 +0100

libident (0.32-2) unstable; urgency=medium

* QA upload.
* Orphan the package.

[ Debian Janitor ]
* Update standards version to 4.6.2, no changes needed.
* Remove field Priority on binary package libident-dev that duplicates source.

-- Boyuan Yang <[email protected]> Thu, 29 Feb 2024 14:36:48 -0500

libident (0.32-1.1) unstable; urgency=medium

* Non-maintainer upload.
* Rename libraries for 64-bit time_t transition. Closes: #1062726

-- Benjamin Drung <[email protected]> Wed, 28 Feb 2024 19:14:09 +0000

libident (0.32-1) unstable; urgency=medium

Expand Down
58 changes: 38 additions & 20 deletions debian/control
Original file line number Diff line number Diff line change
@@ -1,42 +1,60 @@
Source: libident
Maintainer: Boyuan Yang <[email protected]>
Section: libs
Priority: optional
Standards-Version: 4.6.0
Maintainer: Debian QA Group <[email protected]>
Standards-Version: 4.6.2
Build-Depends:
dpkg-dev (>= 1.22.5),
debhelper-compat (= 13),
Rules-Requires-Root: no
Homepage: https://www.remlab.net/files/libident/
Vcs-Git: https://salsa.debian.org/debian/libident.git
Vcs-Browser: https://salsa.debian.org/debian/libident
Description: simple RFC1413 client library
This is a small library to interface to the Ident protocol server;
"ident" enables a remote host to find out who's the owner of a
network connection.

Package: libident
Package: libident0
X-Time64-Compat: libident
Provides: ${t64:Provides}
Replaces: libident
Breaks: libident (<< ${source:Version})
Architecture: any
Multi-Arch: same
Depends:
${misc:Depends},
${shlibs:Depends},
Suggests:
libident-dev,
Description: simple RFC1413 client library - runtime
This is a small library to interface to the Ident protocol server;
"ident" enables a remote host to find out who's the owner of a
network connection.
Description: ${source:Synopsis} (shared library)
${source:Extended-Description}
.
/usr/sbin/in.identtestd is a small daemon (to be started from inetd)
that does an ident lookup on you if you telnet into it. Can be used
to verify that your Ident server is working correctly.
This package contrains the shared library.

Package: libident-dev
Architecture: any
Section: libdevel
Priority: optional
Depends:
libident (= ${binary:Version}),
${misc:Depends},
${shlibs:Depends},
Description: simple RFC1413 client library - development
This is a small library to interface to the Ident protocol server;
"ident" enables a remote host to find out who's the owner of a
network connection.
libident0 (= ${binary:Version}),
${misc:Depends}
Description: ${source:Synopsis} (development files)
${source:Extended-Description}
.
This package provides the development header files for the library.

Package: libident-bin
Architecture: any
Section: utils
Replaces: libident
Breaks: libident (<< ${source:Version})
Provides: libident
Depends:
libident0 (= ${binary:Version}),
${shlibs:Depends},
${misc:Depends},
Description: ${source:Synopsis} (utilities)
${source:Extended-Description}
.
This package provides /usr/sbin/in.identtestd, a small daemon
(to be started from inetd) that does an ident lookup on you if
you telnet into it. Can be used to verify whether your Ident
server is working correctly.
2 changes: 2 additions & 0 deletions debian/libident-bin.install
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
usr/sbin
usr/share/man/man8
3 changes: 0 additions & 3 deletions debian/libident.install

This file was deleted.

1 change: 0 additions & 1 deletion debian/libident.shlibs

This file was deleted.

1 change: 1 addition & 0 deletions debian/libident0.install
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
usr/lib/*/lib*.so.*
15 changes: 15 additions & 0 deletions debian/libident0.symbols
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
libident.so.0 libident0 #MINVER#
* Build-Depends-Package: libident-dev
id_close@Base 0.32
id_open@Base 0.32
id_open_addr@Base 0.32
id_parse@Base 0.32
id_query@Base 0.32
id_strdup@Base 0.32
id_strtok@Base 0.32
id_version@Base 0.32
ident_free@Base 0.32
ident_id@Base 0.32
ident_lookup@Base 0.32
ident_query@Base 0.32
ident_query_addr@Base 0.32
2 changes: 2 additions & 0 deletions debian/not-installed
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
usr/lib/*/*.la
usr/sbin
usr/share/man/man8
2 changes: 1 addition & 1 deletion debian/rules
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ override_dh_auto_configure:
--enable-testers

override_dh_installdocs:
dh_installdocs --link-doc=libident
dh_installdocs --link-doc=libident0

0 comments on commit be8fe3f

Please sign in to comment.