[DHG_packages] 01/01: add cracknum 1.3

Clint Adams clint at moszumanska.debian.org
Tue Dec 15 18:19:15 UTC 2015


This is an automated email from the git hooks/post-receive script.

clint pushed a commit to branch master
in repository DHG_packages.

commit 4718eca0882ee6f624f9fe8d1d44c7a5347eddb4
Author: Clint Adams <clint at debian.org>
Date:   Tue Dec 15 13:18:56 2015 -0500

    add cracknum 1.3
---
 p/haskell-cracknum/debian/changelog                |  5 ++
 p/haskell-cracknum/debian/compat                   |  1 +
 p/haskell-cracknum/debian/control                  | 80 ++++++++++++++++++++++
 p/haskell-cracknum/debian/copyright                | 35 ++++++++++
 .../debian/haskell-cracknum-utils.install          |  1 +
 .../haskell-cracknum-utils.lintian-overrides       |  1 +
 p/haskell-cracknum/debian/rules                    |  9 +++
 p/haskell-cracknum/debian/source/format            |  1 +
 p/haskell-cracknum/debian/watch                    |  2 +
 9 files changed, 135 insertions(+)

diff --git a/p/haskell-cracknum/debian/changelog b/p/haskell-cracknum/debian/changelog
new file mode 100644
index 0000000..2239a39
--- /dev/null
+++ b/p/haskell-cracknum/debian/changelog
@@ -0,0 +1,5 @@
+haskell-cracknum (1.3-1) unstable; urgency=low
+
+  * Initial release.
+
+ -- Clint Adams <clint at debian.org>  Tue, 15 Dec 2015 12:56:49 -0500
diff --git a/p/haskell-cracknum/debian/compat b/p/haskell-cracknum/debian/compat
new file mode 100644
index 0000000..ec63514
--- /dev/null
+++ b/p/haskell-cracknum/debian/compat
@@ -0,0 +1 @@
+9
diff --git a/p/haskell-cracknum/debian/control b/p/haskell-cracknum/debian/control
new file mode 100644
index 0000000..28c065c
--- /dev/null
+++ b/p/haskell-cracknum/debian/control
@@ -0,0 +1,80 @@
+Source: haskell-cracknum
+Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
+Uploaders: Clint Adams <clint at debian.org>
+Priority: extra
+Section: haskell
+Build-Depends: debhelper (>= 9),
+ haskell-devscripts (>= 0.9),
+ cdbs,
+ ghc,
+ ghc-prof,
+ libghc-data-binary-ieee754-dev,
+ libghc-data-binary-ieee754-prof,
+ libghc-ieee754-dev,
+ libghc-ieee754-prof,
+Build-Depends-Indep: ghc-doc,
+ libghc-data-binary-ieee754-doc,
+ libghc-ieee754-doc,
+Standards-Version: 3.9.6
+Homepage: http://hackage.haskell.org/package/crackNum
+Vcs-Browser: https://anonscm.debian.org/cgit/pkg-haskell/DHG_packages.git/
+Vcs-Git: git://git.debian.org/git/pkg-haskell/DHG_packages.git
+X-Description: crack various integer, floating-point data formats
+ Display/show/analyze IEEE754 Half-precision, Single-precision, and
+ Double-precision values; along with various integer types:
+ Signed/Unsigned, 8, 16, 32, 64 bits.
+
+Package: libghc-cracknum-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-cracknum-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-cracknum-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-cracknum-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}
diff --git a/p/haskell-cracknum/debian/copyright b/p/haskell-cracknum/debian/copyright
new file mode 100644
index 0000000..03ae007
--- /dev/null
+++ b/p/haskell-cracknum/debian/copyright
@@ -0,0 +1,35 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: crackNum
+Upstream-Contact: Levent Erkok <erkokl at gmail.com>
+Source: https://hackage.haskell.org/package/crackNum
+
+Files: *
+Copyright: 2015 Levent Erkok
+License: BSD-3-clause
+
+Files: debian/*
+Copyright: held by the contributors mentioned in debian/changelog
+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:
+     * 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 the developer (Levent Erkok) 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 LEVENT ERKOK 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.
diff --git a/p/haskell-cracknum/debian/haskell-cracknum-utils.install b/p/haskell-cracknum/debian/haskell-cracknum-utils.install
new file mode 100644
index 0000000..83b1dc3
--- /dev/null
+++ b/p/haskell-cracknum/debian/haskell-cracknum-utils.install
@@ -0,0 +1 @@
+dist-ghc/build/crackNum/crackNum usr/bin
diff --git a/p/haskell-cracknum/debian/haskell-cracknum-utils.lintian-overrides b/p/haskell-cracknum/debian/haskell-cracknum-utils.lintian-overrides
new file mode 100644
index 0000000..25d3d4c
--- /dev/null
+++ b/p/haskell-cracknum/debian/haskell-cracknum-utils.lintian-overrides
@@ -0,0 +1 @@
+binary-or-shlib-defines-rpath
diff --git a/p/haskell-cracknum/debian/rules b/p/haskell-cracknum/debian/rules
new file mode 100755
index 0000000..bc5b114
--- /dev/null
+++ b/p/haskell-cracknum/debian/rules
@@ -0,0 +1,9 @@
+#!/usr/bin/make -f
+
+DEB_CABAL_PACKAGE = cracknum
+DEB_DEFAULT_COMPILER = ghc
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/hlibrary.mk
+
+build/haskell-cracknum-utils:: build-ghc-stamp
diff --git a/p/haskell-cracknum/debian/source/format b/p/haskell-cracknum/debian/source/format
new file mode 100644
index 0000000..163aaf8
--- /dev/null
+++ b/p/haskell-cracknum/debian/source/format
@@ -0,0 +1 @@
+3.0 (quilt)
diff --git a/p/haskell-cracknum/debian/watch b/p/haskell-cracknum/debian/watch
new file mode 100644
index 0000000..924b258
--- /dev/null
+++ b/p/haskell-cracknum/debian/watch
@@ -0,0 +1,2 @@
+version=3
+http://hackage.haskell.org/package/crackNum/distro-monitor .*-([0-9\.]+)\.(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-haskell/DHG_packages.git



More information about the Pkg-haskell-commits mailing list