[Git][haskell-team/DHG_packages][master] Initial packaging of zip-stream-0.2.2.0
Scott Talbert (@swt2c)
gitlab at salsa.debian.org
Wed Mar 26 00:18:33 GMT 2025
Scott Talbert pushed to branch master at Debian Haskell Group / DHG_packages
Commits:
686d1d15 by Scott Talbert at 2025-03-25T20:13:26-04:00
Initial packaging of zip-stream-0.2.2.0
- - - - -
8 changed files:
- + p/haskell-zip-stream/debian/changelog
- + p/haskell-zip-stream/debian/compat
- + p/haskell-zip-stream/debian/control
- + p/haskell-zip-stream/debian/copyright
- + p/haskell-zip-stream/debian/haskell-zip-stream-utils.install
- + p/haskell-zip-stream/debian/rules
- + p/haskell-zip-stream/debian/source/format
- + p/haskell-zip-stream/debian/watch
Changes:
=====================================
p/haskell-zip-stream/debian/changelog
=====================================
@@ -0,0 +1,5 @@
+haskell-zip-stream (0.2.2.0-1) unstable; urgency=low
+
+ * Initial release
+
+ -- Scott Talbert <swt at techie.net> Tue, 25 Mar 2025 20:09:53 -0400
=====================================
p/haskell-zip-stream/debian/compat
=====================================
@@ -0,0 +1 @@
+10
=====================================
p/haskell-zip-stream/debian/control
=====================================
@@ -0,0 +1,102 @@
+Source: haskell-zip-stream
+Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
+Uploaders: Scott Talbert <swt at techie.net>
+Priority: optional
+Section: haskell
+Rules-Requires-Root: no
+Build-Depends: debhelper (>= 10),
+ haskell-devscripts-minimal | haskell-devscripts (>= 0.13),
+ cdbs,
+ ghc,
+ ghc-prof,
+ libghc-binary-conduit-dev,
+ libghc-binary-conduit-prof,
+ libghc-conduit-dev (>= 1.3),
+ libghc-conduit-prof,
+ libghc-conduit-extra-dev,
+ libghc-conduit-extra-prof,
+ libghc-digest-dev,
+ libghc-digest-prof,
+ libghc-hspec-dev,
+ libghc-hspec-prof,
+ libghc-primitive-dev,
+ libghc-primitive-prof,
+ libghc-resourcet-dev,
+ libghc-resourcet-prof,
+ libghc-transformers-base-dev,
+ libghc-transformers-base-prof,
+ libghc-zlib-dev,
+ libghc-zlib-prof,
+ libghc-conduit-dev,
+Build-Depends-Indep: ghc-doc,
+ libghc-binary-conduit-doc,
+ libghc-conduit-doc,
+ libghc-conduit-extra-doc,
+ libghc-digest-doc,
+ libghc-primitive-doc,
+ libghc-resourcet-doc,
+ libghc-transformers-base-doc,
+ libghc-zlib-doc,
+Standards-Version: 4.7.0
+Homepage: https://hackage.haskell.org/package/zip-stream
+Vcs-Browser: https://salsa.debian.org/haskell-team/DHG_packages/tree/master/p/haskell-zip-stream
+Vcs-Git: https://salsa.debian.org/haskell-team/DHG_packages.git [p/haskell-zip-stream]
+X-Description: ZIP archive streaming using conduits
+ Process (extract and create) zip files as streams (e.g., over the network),
+ accessing contained files without having to write the zip file to disk (unlike
+ zip-conduit).
+
+Package: libghc-zip-stream-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-zip-stream-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-zip-stream-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}
+
+Package: haskell-zip-stream-utils
+Architecture: any
+Section: misc
+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}
=====================================
p/haskell-zip-stream/debian/copyright
=====================================
@@ -0,0 +1,44 @@
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: zip-stream
+Upstream-Contact: dylan at dylex.net
+Source: https://hackage.haskell.org/package/zip-stream
+
+Files: *
+Copyright: Copyright Dylan Simon (c) 2017
+License: BSD-3-clause
+
+Files: debian/*
+Copyright: held by the contributors mentioned in debian/changelog
+License: BSD-3-clause
+
+License: BSD-3-clause
+ Copyright Dylan Simon (c) 2017
+ .
+ All rights reserved.
+ .
+ Redistribution and use in source and binary forms, with or without
+ modification, are permitted provided that the following conditions are met:
+ .
+ * Redistributions of source code must retain the above copyright
+ notice, this list of conditions and the following disclaimer.
+ .
+ * Redistributions in binary form must reproduce the above
+ copyright notice, this list of conditions and the following
+ disclaimer in the documentation and/or other materials provided
+ with the distribution.
+ .
+ * Neither the name of Dylan Simon nor the names of other
+ contributors may be used to endorse or promote products derived
+ from this software without specific prior written permission.
+ .
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
+ "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
+ LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
+ A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
+ OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
+ SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
+ LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
+ DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
+ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
+ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
+ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
=====================================
p/haskell-zip-stream/debian/haskell-zip-stream-utils.install
=====================================
@@ -0,0 +1,2 @@
+dist-ghc/build/unzip-stream/unzip-stream usr/bin
+dist-ghc/build/zip-stream/zip-stream usr/bin
=====================================
p/haskell-zip-stream/debian/rules
=====================================
@@ -0,0 +1,11 @@
+#!/usr/bin/make -f
+
+DEB_SETUP_BIN_NAME = debian/hlibrary.setup
+DEB_CABAL_PACKAGE = zip-stream
+DEB_DEFAULT_COMPILER = ghc
+DEB_ENABLE_TESTS = yes
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/hlibrary.mk
+
+build/haskell-zip-stream-utils:: build-ghc-stamp
=====================================
p/haskell-zip-stream/debian/source/format
=====================================
@@ -0,0 +1 @@
+3.0 (quilt)
=====================================
p/haskell-zip-stream/debian/watch
=====================================
@@ -0,0 +1,2 @@
+version=4
+https://hackage.haskell.org/package/zip-stream/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/686d1d1546aa93098929f9d9fe2b5b3a8bff3769
--
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/686d1d1546aa93098929f9d9fe2b5b3a8bff3769
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/20250326/d22cc7da/attachment-0001.htm>
More information about the Pkg-haskell-commits
mailing list