Skip to content
Commits on Source (2)
haskell-bindings-uname (0.1-1) unstable; urgency=low
* Initial release (Closes: #902429)
-- Gianfranco Costamagna <locutusofborg@debian.org> Tue, 26 Jun 2018 16:14:52 +0200
Source: haskell-bindings-uname
Maintainer: Debian Haskell Group <pkg-haskell-maintainers@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}
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.
#!/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
version=3
https://hackage.haskell.org/package/bindings-uname/distro-monitor .*-([0-9\.]+)\.(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))