[Git][haskell-team/DHG_packages][master] 2 commits: haskell-elm-bridge: Initial release

Ilias Tsitsimpis (@iliastsi) gitlab at salsa.debian.org
Sun Jul 14 15:31:49 BST 2024



Ilias Tsitsimpis pushed to branch master at Debian Haskell Group / DHG_packages


Commits:
ad80f4e8 by Pete Ryland at 2024-07-14T14:21:46+00:00
haskell-elm-bridge: Initial release

- - - - -
70f5c932 by Pete Ryland at 2024-07-14T14:21:46+00:00
haskell-servant-elm: Initial release

- - - - -


12 changed files:

- + p/haskell-elm-bridge/debian/changelog
- + p/haskell-elm-bridge/debian/control
- + p/haskell-elm-bridge/debian/copyright
- + p/haskell-elm-bridge/debian/rules
- + p/haskell-elm-bridge/debian/source/format
- + p/haskell-elm-bridge/debian/watch
- + p/haskell-servant-elm/debian/changelog
- + p/haskell-servant-elm/debian/control
- + p/haskell-servant-elm/debian/copyright
- + p/haskell-servant-elm/debian/rules
- + p/haskell-servant-elm/debian/source/format
- + p/haskell-servant-elm/debian/watch


Changes:

=====================================
p/haskell-elm-bridge/debian/changelog
=====================================
@@ -0,0 +1,5 @@
+haskell-elm-bridge (0.8.3-1) unstable; urgency=medium
+
+  * Initial packaging. (Closes: #1071224)
+
+ -- Pete Ryland <pdr at pdr.cx>  Thu, 16 May 2024 23:32:46 +0200


=====================================
p/haskell-elm-bridge/debian/control
=====================================
@@ -0,0 +1,54 @@
+Source: haskell-elm-bridge
+Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
+Uploaders: Pete Ryland <pdr at pdr.cx>
+Priority: optional
+Section: haskell
+Rules-Requires-Root: no
+Build-Depends:
+ haskell-devscripts (>= 0.13),
+ cdbs,
+ debhelper-compat (= 10),
+ ghc (>= 8),
+ ghc-prof,
+ libghc-aeson-dev,
+ libghc-aeson-prof,
+ libghc-hspec-dev,
+ libghc-hspec-prof,
+Build-Depends-Indep: ghc-doc
+Standards-Version: 4.7.0
+Homepage: https://github.com/agrafix/elm-bridge
+Vcs-Browser: https://salsa.debian.org/haskell-team/DHG_packages/tree/master/p/haskell-elm-bridge
+Vcs-Git: https://salsa.debian.org/haskell-team/DHG_packages.git [p/haskell-elm-bridge]
+
+Package: libghc-elm-bridge-dev
+Architecture: any
+Depends: ${haskell:Depends}, ${misc:Depends}, ${shlibs:Depends},
+Recommends: ${haskell:Recommends},
+Suggests: ${haskell:Suggests},
+Provides: ${haskell:Provides},
+Description: A bridge between Haskell and Elm${haskell:ShortBlurb}
+ Define types once, use on both sides and enjoy easy (de)serialisation.
+ .
+ ${haskell:Blurb}
+
+Package: libghc-elm-bridge-prof
+Architecture: any
+Depends: ${haskell:Depends}, ${misc:Depends},
+Recommends: ${haskell:Recommends},
+Suggests: ${haskell:Suggests},
+Provides: ${haskell:Provides},
+Description: A bridge between Haskell and Elm${haskell:ShortBlurb}
+ Define types once, use on both sides and enjoy easy (de)serialisation.
+ .
+ ${haskell:Blurb}
+
+Package: libghc-elm-bridge-doc
+Architecture: all
+Section: doc
+Depends: ${haskell:Depends}, ${misc:Depends},
+Recommends: ${haskell:Recommends},
+Suggests: ${haskell:Suggests},
+Description: A bridge between Haskell and Elm${haskell:ShortBlurb}
+ Define types once, use on both sides and enjoy easy (de)serialisation.
+ .
+ ${haskell:Blurb}


=====================================
p/haskell-elm-bridge/debian/copyright
=====================================
@@ -0,0 +1,38 @@
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Source: https://github.com/agrafix/elm-bridge
+Upstream-Name: elm-bridge
+Upstream-Contact: Alexander Thiemann <mail at athiemann.net>, Simon Marechal <bartavelle at gmail.com>
+
+Files: *
+Copyright:
+ 2015-2024 Alexander Thiemann <mail at athiemann.net> and contributors
+           Simon Marechal <bartavelle at gmail.com>
+License: BSD-3-Clause
+ 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 Alexander Thiemann or agrafix 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-elm-bridge/debian/rules
=====================================
@@ -0,0 +1,5 @@
+#!/usr/bin/make -f
+
+DEB_DH_COMPAT_DISABLE := 1
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/hlibrary.mk


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


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


=====================================
p/haskell-servant-elm/debian/changelog
=====================================
@@ -0,0 +1,5 @@
+haskell-servant-elm (0.7.3-1) unstable; urgency=medium
+
+  * Initial packaging. (Closes: #)
+
+ -- Pete Ryland <pdr at pdr.cx>  Sun, 19 May 2024 21:17:59 +0200


=====================================
p/haskell-servant-elm/debian/control
=====================================
@@ -0,0 +1,58 @@
+Source: haskell-servant-elm
+Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
+Uploaders: Pete Ryland <pdr at pdr.cx>
+Priority: optional
+Section: haskell
+Rules-Requires-Root: no
+Build-Depends:
+ haskell-devscripts (>= 0.13),
+ cdbs,
+ debhelper-compat (= 10),
+ ghc (>= 8),
+ ghc-prof,
+ libghc-aeson-dev,
+ libghc-aeson-prof,
+ libghc-elm-bridge-dev,
+ libghc-elm-bridge-prof,
+ libghc-lens-dev,
+ libghc-servant-dev (>= 0.8),
+ libghc-servant-foreign-dev (>= 0.8),
+ libghc-wl-pprint-text-dev
+Build-Depends-Indep: ghc-doc
+Standards-Version: 4.7.0
+Homepage: https://github.com/haskell-servant/servant-elm
+Vcs-Browser: https://salsa.debian.org/haskell-team/DHG_packages/tree/master/p/haskell-servant-elm
+Vcs-Git: https://salsa.debian.org/haskell-team/DHG_packages.git [p/haskell-servant-elm]
+
+Package: libghc-servant-elm-dev
+Architecture: any
+Depends: ${haskell:Depends}, ${misc:Depends}, ${shlibs:Depends},
+Recommends: ${haskell:Recommends},
+Suggests: ${haskell:Suggests},
+Provides: ${haskell:Provides},
+Description: Generates Elm functions to query your Servant API${haskell:ShortBlurb}
+ Elm type generation courtesy of elm-bridge.
+ .
+ ${haskell:Blurb}
+
+Package: libghc-servant-elm-prof
+Architecture: any
+Depends: ${haskell:Depends}, ${misc:Depends},
+Recommends: ${haskell:Recommends},
+Suggests: ${haskell:Suggests},
+Provides: ${haskell:Provides},
+Description: Generates Elm functions to query your Servant API${haskell:ShortBlurb}
+ Elm type generation courtesy of elm-bridge.
+ .
+ ${haskell:Blurb}
+
+Package: libghc-servant-elm-doc
+Architecture: all
+Section: doc
+Depends: ${haskell:Depends}, ${misc:Depends},
+Recommends: ${haskell:Recommends},
+Suggests: ${haskell:Suggests},
+Description: Generates Elm functions to query your Servant API${haskell:ShortBlurb}
+ Elm type generation courtesy of elm-bridge.
+ .
+ ${haskell:Blurb}


=====================================
p/haskell-servant-elm/debian/copyright
=====================================
@@ -0,0 +1,37 @@
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Source: https://github.com/haskell-servant/servant-elm
+Upstream-Name: servant-elm
+Upstream-Contact: Matt Bray <mattjbray at gmail.com>
+
+Files: *
+Copyright:
+ 2015-2024 Matt Bray <mattjbray at gmail.com>
+License: BSD-3-Clause
+ 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 Alexander Thiemann or agrafix 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-servant-elm/debian/rules
=====================================
@@ -0,0 +1,5 @@
+#!/usr/bin/make -f
+
+DEB_DH_COMPAT_DISABLE := 1
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/hlibrary.mk


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


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



View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/compare/55971d37ff9eb5b6d4ff4b21a2221bba6904012d...70f5c932b2e3aee14ec4f327635577abb48e0047

-- 
This project does not include diff previews in email notifications.
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/compare/55971d37ff9eb5b6d4ff4b21a2221bba6904012d...70f5c932b2e3aee14ec4f327635577abb48e0047
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/20240714/16d7c8a5/attachment-0001.htm>


More information about the Pkg-haskell-commits mailing list