[Git][haskell-team/DHG_packages][master] 2 commits: Initial packaging of bindings-uname-0.1

Gianfranco Costamagna gitlab at salsa.debian.org
Tue Jun 26 15:44:31 BST 2018


Gianfranco Costamagna pushed to branch master at Debian Haskell Group / DHG_packages


Commits:
4e2e18b4 by Gianfranco Costamagna at 2018-06-26T16:37:47+02:00
Initial packaging of bindings-uname-0.1

- - - - -
60d97c84 by Gianfranco Costamagna at 2018-06-26T16:43:59+02:00
haskell-bindings-uname: upload to unstable

- - - - -


7 changed files:

- + p/haskell-bindings-uname/debian/changelog
- + p/haskell-bindings-uname/debian/compat
- + p/haskell-bindings-uname/debian/control
- + p/haskell-bindings-uname/debian/copyright
- + p/haskell-bindings-uname/debian/rules
- + p/haskell-bindings-uname/debian/source/format
- + p/haskell-bindings-uname/debian/watch


Changes:

=====================================
p/haskell-bindings-uname/debian/changelog
=====================================
--- /dev/null
+++ b/p/haskell-bindings-uname/debian/changelog
@@ -0,0 +1,5 @@
+haskell-bindings-uname (0.1-1) unstable; urgency=low
+
+  * Initial release (Closes: #902429)
+
+ -- Gianfranco Costamagna <locutusofborg at debian.org>  Tue, 26 Jun 2018 16:14:52 +0200


=====================================
p/haskell-bindings-uname/debian/compat
=====================================
--- /dev/null
+++ b/p/haskell-bindings-uname/debian/compat
@@ -0,0 +1 @@
+10


=====================================
p/haskell-bindings-uname/debian/control
=====================================
--- /dev/null
+++ b/p/haskell-bindings-uname/debian/control
@@ -0,0 +1,73 @@
+Source: haskell-bindings-uname
+Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
+Priority: optional
+Section: haskell
+Rules-Requires-Root: no
+Build-Depends:
+ cdbs,
+ debhelper (>= 10),
+ ghc (>= 8),
+ ghc-prof,
+ haskell-devscripts (>= 0.13),
+Build-Depends-Indep: ghc-doc,
+Standards-Version: 4.1.4
+Homepage: http://hackage.haskell.org/package/bindings-uname
+Vcs-Browser: https://salsa.debian.org/haskell-team/DHG_packages/tree/master/p/haskell-bindings-uname
+Vcs-Git: https://salsa.debian.org/haskell-team/DHG_packages.git [p/haskell-bindings-uname]
+X-Description: Low-level binding to POSIX uname(3)
+ This is a low-level binding to POSIX uname(3)
+ function. Perhaps it shoule be part of unix package.
+
+Package: libghc-bindings-uname-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-bindings-uname-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-bindings-uname-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-bindings-uname/debian/copyright
=====================================
--- /dev/null
+++ b/p/haskell-bindings-uname/debian/copyright
@@ -0,0 +1,16 @@
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: bindings-uname
+Upstream-Contact: PHO <pho at cielonegro.org>
+Source: https://hackage.haskell.org/package/bindings-uname
+
+Files: *
+Copyright: (No copyright field in cabal file)
+License: public-domain
+
+Files: debian/*
+Copyright: held by the contributors mentioned in debian/changelog
+License: public-domain
+
+License: public-domain
+ No copyright is claimed.  This code is in the public domain; do with
+ it what you wish.


=====================================
p/haskell-bindings-uname/debian/rules
=====================================
--- /dev/null
+++ b/p/haskell-bindings-uname/debian/rules
@@ -0,0 +1,8 @@
+#!/usr/bin/make -f
+
+DEB_CABAL_PACKAGE = bindings-uname
+DEB_DEFAULT_COMPILER = ghc
+DEB_ENABLE_TESTS = yes
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/hlibrary.mk


=====================================
p/haskell-bindings-uname/debian/source/format
=====================================
--- /dev/null
+++ b/p/haskell-bindings-uname/debian/source/format
@@ -0,0 +1 @@
+3.0 (quilt)


=====================================
p/haskell-bindings-uname/debian/watch
=====================================
--- /dev/null
+++ b/p/haskell-bindings-uname/debian/watch
@@ -0,0 +1,2 @@
+version=3
+https://hackage.haskell.org/package/bindings-uname/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/8046f1ff5c3e39e68027ca81bf588fdc8acdc4c4...60d97c846e8b7e1f5adce762cb2f5e751c5c7739

-- 
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/compare/8046f1ff5c3e39e68027ca81bf588fdc8acdc4c4...60d97c846e8b7e1f5adce762cb2f5e751c5c7739
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/20180626/f738c4df/attachment-0001.html>


More information about the Pkg-haskell-commits mailing list