[Git][haskell-team/DHG_packages][master] Add directory-ospath-streaming

Clint Adams (@clint) gitlab at salsa.debian.org
Mon Jan 5 01:52:37 GMT 2026



Clint Adams pushed to branch master at Debian Haskell Group / DHG_packages


Commits:
3ad76ae4 by Clint Adams at 2026-01-04T20:52:25-05:00
Add directory-ospath-streaming

- - - - -


6 changed files:

- + p/haskell-directory-ospath-streaming/debian/changelog
- + p/haskell-directory-ospath-streaming/debian/control
- + p/haskell-directory-ospath-streaming/debian/copyright
- + p/haskell-directory-ospath-streaming/debian/rules
- + p/haskell-directory-ospath-streaming/debian/source/format
- + p/haskell-directory-ospath-streaming/debian/watch


Changes:

=====================================
p/haskell-directory-ospath-streaming/debian/changelog
=====================================
@@ -0,0 +1,5 @@
+haskell-directory-ospath-streaming (0.2.1-1) unstable; urgency=low
+
+  * Initial release
+
+ -- Clint Adams <clint at debian.org>  Sun, 04 Jan 2026 20:47:37 -0500


=====================================
p/haskell-directory-ospath-streaming/debian/control
=====================================
@@ -0,0 +1,73 @@
+Source: haskell-directory-ospath-streaming
+Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
+Uploaders: Clint Adams <clint at debian.org>
+Priority: optional
+Section: haskell
+Rules-Requires-Root: no
+Build-Depends: debhelper-compat (= 13),
+ haskell-devscripts-minimal | haskell-devscripts (>= 0.16.42),
+ dh-sequence-haskell,
+ ghc,
+ ghc-prof,
+ libghc-atomic-counter-dev,
+ libghc-atomic-counter-prof,
+ libghc-os-string-dev (>= 2.0),
+ libghc-os-string-prof (>= 2.0),
+ libghc-random-dev,
+ libghc-random-prof,
+ libghc-tasty-dev,
+ libghc-tasty-prof,
+ libghc-tasty-hunit-dev,
+ libghc-tasty-hunit-prof,
+Build-Depends-Indep: ghc-doc,
+ libghc-atomic-counter-doc,
+ libghc-os-string-doc,
+Standards-Version: 4.7.3
+Homepage: https://github.com/sergv/directory-ospath-streaming
+Description: stream directory entries in constant memory in IO
+ Reading of directory contents in constant memory, i.e. in an iterative
+ fashion without storing all directory elements in memory. From another
+ perspective, this reading interface allows stopping at any point
+ without loading every directory element.
+ .
+ Also defines general-purpose recursive directory traversals.
+
+Package: libghc-directory-ospath-streaming-dev
+Architecture: any
+Depends: ${haskell:Depends},
+ ${misc:Depends},
+ ${shlibs:Depends},
+Recommends: ${haskell:Recommends},
+Suggests: ${haskell:Suggests},
+Conflicts: ${haskell:Conflicts},
+Provides: ${haskell:Provides},
+Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
+ ${haskell:LongDescription}
+ .
+ ${haskell:Blurb}
+
+Package: libghc-directory-ospath-streaming-prof
+Architecture: any
+Depends: ${haskell:Depends},
+ ${misc:Depends},
+Recommends: ${haskell:Recommends},
+Suggests: ${haskell:Suggests},
+Conflicts: ${haskell:Conflicts},
+Provides: ${haskell:Provides},
+Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
+ ${haskell:LongDescription}
+ .
+ ${haskell:Blurb}
+
+Package: libghc-directory-ospath-streaming-doc
+Architecture: all
+Section: doc
+Depends: ${haskell:Depends},
+ ${misc:Depends},
+Recommends: ${haskell:Recommends},
+Suggests: ${haskell:Suggests},
+Conflicts: ${haskell:Conflicts},
+Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
+ ${haskell:LongDescription}
+ .
+ ${haskell:Blurb}


=====================================
p/haskell-directory-ospath-streaming/debian/copyright
=====================================
@@ -0,0 +1,15 @@
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: directory-ospath-streaming
+Upstream-Contact: Sergey Vinokurov <serg.foo at gmail.com>
+Source: https://hackage.haskell.org/package/directory-ospath-streaming
+
+Files: *
+Copyright: 2023-2024 Sergey Vinokurov 2023
+License: Apache-2.0
+
+Files: debian/*
+Copyright: held by the contributors mentioned in debian/changelog
+License: Apache-2.0
+
+License: Apache-2.0
+ See /usr/share/common-licenses/Apache-2.0 on your Debian-based system.


=====================================
p/haskell-directory-ospath-streaming/debian/rules
=====================================
@@ -0,0 +1,6 @@
+#!/usr/bin/make -f
+
+export DEB_ENABLE_TESTS = yes
+
+%:
+	dh $@


=====================================
p/haskell-directory-ospath-streaming/debian/source/format
=====================================
@@ -0,0 +1 @@
+3.0 (quilt)


=====================================
p/haskell-directory-ospath-streaming/debian/watch
=====================================
@@ -0,0 +1,2 @@
+version=4
+https://hackage.haskell.org/package/directory-ospath-streaming/distro-monitor .*-([0-9\.]+)\.(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))



View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/3ad76ae4d65addf420e1f34fb1e5a75a29a4e6da

-- 
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/3ad76ae4d65addf420e1f34fb1e5a75a29a4e6da
You're receiving this email because of your account on salsa.debian.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-haskell-commits/attachments/20260105/fd854614/attachment-0001.htm>


More information about the Pkg-haskell-commits mailing list