summaryrefslogtreecommitdiffstats
path: root/debian/control
diff options
context:
space:
mode:
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control44
1 files changed, 44 insertions, 0 deletions
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 <team+pkg-mozilla@tracker.debian.org>
+Uploaders: Mike Hommey <glandium@debian.org>
+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.