diff options
-rw-r--r-- | p/haskell-cryptohash/debian/changelog | 6 | ||||
-rw-r--r-- | p/haskell-cryptohash/debian/control | 52 | ||||
-rw-r--r-- | p/haskell-cryptohash/debian/copyright | 2 |
3 files changed, 37 insertions, 23 deletions
diff --git a/p/haskell-cryptohash/debian/changelog b/p/haskell-cryptohash/debian/changelog index 6c1c62a89..ce12254ed 100644 --- a/p/haskell-cryptohash/debian/changelog +++ b/p/haskell-cryptohash/debian/changelog @@ -1,8 +1,8 @@ -haskell-cryptohash (0.11.9-2) UNRELEASED; urgency=medium +haskell-cryptohash (0.11.9-2) experimental; urgency=medium - * Fix VCS fields + * Temporarily build-depend on ghc 8. - -- Gianfranco Costamagna <locutusofborg@debian.org> Thu, 02 Jun 2016 19:12:22 +0200 + -- Clint Adams <clint@debian.org> Mon, 17 Oct 2016 12:14:07 -0400 haskell-cryptohash (0.11.9-1) unstable; urgency=medium diff --git a/p/haskell-cryptohash/debian/control b/p/haskell-cryptohash/debian/control index 56d596c93..f7c9253ea 100644 --- a/p/haskell-cryptohash/debian/control +++ b/p/haskell-cryptohash/debian/control @@ -1,41 +1,48 @@ Source: haskell-cryptohash Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org> -Uploaders: Clint Adams <clint@debian.org> +Uploaders: + Clint Adams <clint@debian.org>, Priority: extra Section: haskell -Build-Depends: debhelper (>= 9), - haskell-devscripts (>= 0.10), +Build-Depends: cdbs, - ghc, + debhelper (>= 9), + ghc (>= 8), ghc-prof, + haskell-devscripts (>= 0.10), libghc-byteable-dev, libghc-byteable-prof, libghc-cryptonite-dev (>= 0.13), libghc-cryptonite-prof, + libghc-hunit-dev, libghc-memory-dev, libghc-memory-prof, - libghc-hunit-dev, libghc-quickcheck2-dev (>= 2), libghc-tasty-dev, libghc-tasty-hunit-dev, libghc-tasty-quickcheck-dev, -Build-Depends-Indep: ghc-doc, +Build-Depends-Indep: + ghc-doc, libghc-byteable-doc, libghc-cryptonite-doc, libghc-memory-doc, Standards-Version: 3.9.8 Homepage: http://github.com/vincenthz/hs-cryptohash -Vcs-Browser: https://anonscm.debian.org/cgit/pkg-haskell/DHG_packages.git/ +Vcs-Browser: https://anonscm.debian.org/cgit/pkg-haskell/DHG_packages.git/tree/p/haskell-cryptohash Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git Package: libghc-cryptohash-dev Architecture: any -Depends: ${haskell:Depends}, - ${shlibs:Depends}, +Depends: + ${haskell:Depends}, ${misc:Depends}, -Recommends: ${haskell:Recommends}, -Suggests: ${haskell:Suggests}, -Provides: ${haskell:Provides}, + ${shlibs:Depends}, +Recommends: + ${haskell:Recommends}, +Suggests: + ${haskell:Suggests}, +Provides: + ${haskell:Provides}, Description: collection of crypto hashes, fast, pure and practical${haskell:ShortBlurb} A collection of crypto hashes, with a practical incremental and one-pass, pure APIs, with performance close to the fastest @@ -48,11 +55,15 @@ Description: collection of crypto hashes, fast, pure and practical${haskell:Shor Package: libghc-cryptohash-prof Architecture: any -Depends: ${haskell:Depends}, +Depends: + ${haskell:Depends}, ${misc:Depends}, -Recommends: ${haskell:Recommends}, -Suggests: ${haskell:Suggests}, -Provides: ${haskell:Provides}, +Recommends: + ${haskell:Recommends}, +Suggests: + ${haskell:Suggests}, +Provides: + ${haskell:Provides}, Description: collection of crypto hashes, fast, pure and practical${haskell:ShortBlurb} A collection of crypto hashes, with a practical incremental and one-pass, pure APIs, with performance close to the fastest @@ -66,10 +77,13 @@ Description: collection of crypto hashes, fast, pure and practical${haskell:Shor Package: libghc-cryptohash-doc Architecture: all Section: doc -Depends: ${misc:Depends}, +Depends: ${haskell:Depends}, -Recommends: ${haskell:Recommends}, -Suggests: ${haskell:Suggests}, + ${misc:Depends}, +Recommends: + ${haskell:Recommends}, +Suggests: + ${haskell:Suggests}, Description: collection of crypto hashes, fast, pure and practical${haskell:ShortBlurb} A collection of crypto hashes, with a practical incremental and one-pass, pure APIs, with performance close to the fastest diff --git a/p/haskell-cryptohash/debian/copyright b/p/haskell-cryptohash/debian/copyright index 0a8e9c74b..c4e4ac757 100644 --- a/p/haskell-cryptohash/debian/copyright +++ b/p/haskell-cryptohash/debian/copyright @@ -34,4 +34,4 @@ License: BSD-3-clause 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.
\ No newline at end of file + SUCH DAMAGE. |