From 6789f01ae8f464e0514ad3276a9ba9c21279f00d Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 5 May 2024 19:29:33 +0200 Subject: Adding debian version 2:4.35-1. Signed-off-by: Daniel Baumann --- debian/control | 44 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 44 insertions(+) create mode 100644 debian/control (limited to 'debian/control') diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..d61e656 --- /dev/null +++ b/debian/control @@ -0,0 +1,44 @@ +Source: nspr +Section: libs +Priority: optional +Maintainer: Maintainers of Mozilla-related packages +Uploaders: Mike Hommey +Build-Depends: debhelper-compat (= 13), dpkg-dev (>= 1.15.4) +Standards-Version: 4.6.0 +Homepage: http://www.mozilla.org/projects/nspr/ +Rules-Requires-Root: no +Vcs-Git: https://salsa.debian.org/mozilla-team/nspr.git +Vcs-Browser: https://salsa.debian.org/mozilla-team/nspr + +Package: libnspr4 +Architecture: any +Pre-Depends: ${misc:Pre-Depends} +Depends: ${shlibs:Depends}, ${misc:Depends} +Multi-Arch: same +Description: NetScape Portable Runtime Library + This library provides platform independent non-GUI operating system + facilities including: + * threads, + * thread synchronisation, + * normal file I/O and network I/O, + * interval timing and calendar time, + * basic memory management (malloc and free), + * shared library linking. + +Package: libnspr4-dev +Section: libdevel +Architecture: any +Depends: ${misc:Depends}, libnspr4 (>= ${source:Upstream-Version}), libnspr4 (<= ${source:Version}.1~) +Breaks: libxmlsec1-dev (<= 1.2.33-1) +Description: Development files for the NetScape Portable Runtime library + This library provides platform independent non-GUI operating system + facilities including: + * threads, + * thread synchronisation, + * normal file I/O and network I/O, + * interval timing and calendar time, + * basic memory management (malloc and free), + * shared library linking. + . + Install this package if you wish to develop your own programs using the + NetScape Portable Runtime library. -- cgit v1.2.3