[Git][haskell-team/DHG_packages][master] Initial packaging of zip-2.0.1

Scott Talbert (@swt2c) gitlab at salsa.debian.org
Wed Mar 26 00:10:00 GMT 2025



Scott Talbert pushed to branch master at Debian Haskell Group / DHG_packages


Commits:
524c7071 by Scott Talbert at 2025-03-25T20:06:37-04:00
Initial packaging of zip-2.0.1

- - - - -


8 changed files:

- + p/haskell-zip/debian/changelog
- + p/haskell-zip/debian/compat
- + p/haskell-zip/debian/control
- + p/haskell-zip/debian/copyright
- + p/haskell-zip/debian/haskell-zip-utils.install
- + p/haskell-zip/debian/rules
- + p/haskell-zip/debian/source/format
- + p/haskell-zip/debian/watch


Changes:

=====================================
p/haskell-zip/debian/changelog
=====================================
@@ -0,0 +1,5 @@
+haskell-zip (2.0.1-1) unstable; urgency=low
+
+  * Initial release
+
+ -- Scott Talbert <swt at techie.net>  Tue, 25 Mar 2025 19:46:44 -0400


=====================================
p/haskell-zip/debian/compat
=====================================
@@ -0,0 +1 @@
+10


=====================================
p/haskell-zip/debian/control
=====================================
@@ -0,0 +1,125 @@
+Source: haskell-zip
+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,
+ libbz2-dev,
+ libghc-bzlib-conduit-dev (>= 0.3),
+ libghc-bzlib-conduit-dev (<< 0.4),
+ libghc-bzlib-conduit-prof,
+ libghc-case-insensitive-dev (>= 1.2.0.2),
+ libghc-case-insensitive-dev (<< 1.3),
+ libghc-case-insensitive-prof,
+ libghc-cereal-dev (>= 0.3),
+ libghc-cereal-dev (<< 0.6),
+ libghc-cereal-prof,
+ libghc-conduit-dev (>= 1.3),
+ libghc-conduit-dev (<< 1.4),
+ libghc-conduit-prof,
+ libghc-conduit-extra-dev (>= 1.3),
+ libghc-conduit-extra-dev (<< 1.4),
+ libghc-conduit-extra-prof,
+ libghc-conduit-zstd-dev (>= 0.0.2),
+ libghc-conduit-zstd-dev (<< 0.1),
+ libghc-conduit-zstd-prof,
+ libghc-digest-dev (<< 0.1),
+ libghc-digest-prof,
+ libghc-dlist-dev (>= 0.8),
+ libghc-dlist-dev (<< 2.0),
+ libghc-dlist-prof,
+ libghc-hspec-dev (>= 2),
+ libghc-hspec-dev (<< 3),
+ libghc-monad-control-dev (>= 1.0),
+ libghc-monad-control-dev (<< 1.1),
+ libghc-monad-control-prof,
+ libghc-quickcheck2-dev (>= 2.4),
+ libghc-quickcheck2-dev (<< 3),
+ libghc-quickcheck2-prof,
+ libghc-resourcet-dev (>= 1.2),
+ libghc-resourcet-dev (<< 1.4),
+ libghc-resourcet-prof,
+ libghc-temporary-dev (>= 1.1),
+ libghc-temporary-dev (<< 1.4),
+ libghc-temporary-prof,
+ libghc-transformers-base-dev,
+ libghc-transformers-base-prof,
+ libzstd-dev,
+Build-Depends-Indep: ghc-doc,
+ libghc-bzlib-conduit-doc,
+ libghc-case-insensitive-doc,
+ libghc-cereal-doc,
+ libghc-conduit-doc,
+ libghc-conduit-extra-doc,
+ libghc-conduit-zstd-doc,
+ libghc-digest-doc,
+ libghc-dlist-doc,
+ libghc-monad-control-doc,
+ libghc-resourcet-doc,
+ libghc-transformers-base-doc,
+Standards-Version: 4.7.0
+Homepage: https://github.com/mrkkrp/zip
+Vcs-Browser: https://salsa.debian.org/haskell-team/DHG_packages/tree/master/p/haskell-zip
+Vcs-Git: https://salsa.debian.org/haskell-team/DHG_packages.git [p/haskell-zip]
+X-Description: Operations on zip archives
+ This Haskell library performs operations on zip archives.
+
+Package: libghc-zip-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-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-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-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/debian/copyright
=====================================
@@ -0,0 +1,42 @@
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: zip
+Upstream-Contact: Mark Karpov <markkarpov92 at gmail.com>
+Source: https://hackage.haskell.org/package/zip
+
+Files: *
+Copyright: Copyright © 2016–present Mark Karpov
+License: BSD-3-clause
+
+Files: debian/*
+Copyright: held by the contributors mentioned in debian/changelog
+License: BSD-3-clause
+
+License: BSD-3-clause
+ Copyright © 2016–present Mark Karpov
+ .
+ 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 Mark Karpov nor the names of 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 “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 HOLDERS 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/debian/haskell-zip-utils.install
=====================================
@@ -0,0 +1 @@
+dist-ghc/build/haskell-zip-app/haskell-zip-app usr/bin


=====================================
p/haskell-zip/debian/rules
=====================================
@@ -0,0 +1,11 @@
+#!/usr/bin/make -f
+
+DEB_SETUP_BIN_NAME = debian/hlibrary.setup
+DEB_CABAL_PACKAGE = zip
+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-utils:: build-ghc-stamp


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


=====================================
p/haskell-zip/debian/watch
=====================================
@@ -0,0 +1,2 @@
+version=4
+https://hackage.haskell.org/package/zip/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/524c70711db98e47a0f6ca90ce3bb1cabe1e45ea

-- 
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/524c70711db98e47a0f6ca90ce3bb1cabe1e45ea
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/0bbcf9ec/attachment-0001.htm>


More information about the Pkg-haskell-commits mailing list