[Git][haskell-team/DHG_packages][master] haskell-iwlib: initial packaging draft

Aggelos Avgerinos gitlab at salsa.debian.org
Mon Jun 11 21:51:56 BST 2018


Aggelos Avgerinos pushed to branch master at Debian Haskell Group / DHG_packages


Commits:
886cacd2 by Aggelos Avgerinos at 2018-06-11T23:51:28+03:00
haskell-iwlib: initial packaging draft

- - - - -


7 changed files:

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


Changes:

=====================================
p/haskell-iwlib/debian/changelog
=====================================
--- /dev/null
+++ b/p/haskell-iwlib/debian/changelog
@@ -0,0 +1,5 @@
+haskell-iwlib (0.1.0-1) UNRELEASED; urgency=low
+
+  * Initial release (Closes: #893137)
+
+ -- Aggelos Avgerinos <evaggelos.avgerinos at gmail.com>  Mon, 11 Jun 2018 22:43:59 +0300


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


=====================================
p/haskell-iwlib/debian/control
=====================================
--- /dev/null
+++ b/p/haskell-iwlib/debian/control
@@ -0,0 +1,48 @@
+Source: haskell-iwlib
+Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
+Uploaders:
+ Aggelos Avgerinos <evaggelos.avgerinos at gmail.com>,
+Priority: optional
+Build-Depends: debhelper (>= 10),
+               haskell-devscripts (>= 0.13),
+               cdbs,
+               ghc (>= 8),
+               ghc-prof,
+               libiw-dev,
+Build-Depends-indep: ghc-doc
+Standards-Version: 4.1.4
+Section: haskell
+Homepage: https://github.com/jaor/iwlib
+Vcs-Browser: https://salsa.debian.org/haskell-team/DHG_packages/tree/master/p/haskell-iwlib
+Vcs-Git: https://salsa.debian.org/haskell-team/DHG_packages.git [p/haskell-iwlib]
+X-Description: binding to the iw library
+ This package provides a thin wrapper over the iw C library,
+ providing access to wireless card information in supported systems.
+
+Package: libghc-iw-dev
+Architecture: any
+Depends: libiw-dev, ${haskell:Depends}, ${misc:Depends}, ${shlibs:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Provides: ${haskell:Provides}
+Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
+ ${haskell:LongDescription}
+
+Package: libghc-iw-prof
+Architecture: any
+Depends: libiw-dev, ${haskell:Depends}, ${misc:Depends}, ${shlibs:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Provides: ${haskell:Provides}
+Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
+ ${haskell:LongDescription}
+
+Package: libghc-iw-doc
+Architecture: all
+Section: doc
+Depends: libiw-dev, ${haskell:Depends}, ${misc:Depends}, ${shlibs:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Provides: ${haskell:Provides}
+Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
+ ${haskell:LongDescription}


=====================================
p/haskell-iwlib/debian/copyright
=====================================
--- /dev/null
+++ b/p/haskell-iwlib/debian/copyright
@@ -0,0 +1,36 @@
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: libghc-iw-dev
+Source: https://github.com/jaor/iwlib
+
+Files: *
+Copyright: 2018, Jose A. Ortega Ruiz <jao at gnu.org>
+License: BSD-3-Clause
+
+Files: debian/*
+Copyright: 2018 Aggelos Avgerinos <evaggelos.avgerinos at gmail.com>
+License: BSD-3-Clause
+
+License: BSD-3-Clause
+ Redistribution and use in source and binary forms, with or without
+ modification, are permitted provided that the following conditions
+ are met:
+ 1. Redistributions of source code must retain the above copyright
+    notice, this list of conditions and the following disclaimer.
+ 2. 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.
+ 3. Neither the name of the University nor the names of its 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 HOLDERS 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-iwlib/debian/rules
=====================================
--- /dev/null
+++ b/p/haskell-iwlib/debian/rules
@@ -0,0 +1,8 @@
+#!/usr/bin/make -f
+export DH_VERBOSE=1
+export DEB_BUILD_MAINT_OPTIONS=hardening=+all
+
+DEB_CABAL_PACKAGE = iw
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/hlibrary.mk


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


=====================================
p/haskell-iwlib/debian/watch
=====================================
--- /dev/null
+++ b/p/haskell-iwlib/debian/watch
@@ -0,0 +1,2 @@
+version=3
+https://hackage.haskell.org/package/iwlib/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/886cacd28b92331ee44196a73594e3cf2fec0ba3

-- 
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/commit/886cacd28b92331ee44196a73594e3cf2fec0ba3
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/20180611/875cfc77/attachment-0001.html>


More information about the Pkg-haskell-commits mailing list