[DHG_packages] 01/01: numtype-dk: tweak debian/{control, copyright}

Clint Adams clint at moszumanska.debian.org
Thu May 26 15:15:23 UTC 2016


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

clint pushed a commit to branch master
in repository DHG_packages.

commit 9b8cc3ed224e9d6e0ec8b184523dfcd2ab4db496
Author: Clint Adams <clint at debian.org>
Date:   Thu May 26 11:00:29 2016 -0400

    numtype-dk: tweak debian/{control,copyright}
---
 p/haskell-numtype-dk/debian/control   |  3 +--
 p/haskell-numtype-dk/debian/copyright | 11 ++++-------
 2 files changed, 5 insertions(+), 9 deletions(-)

diff --git a/p/haskell-numtype-dk/debian/control b/p/haskell-numtype-dk/debian/control
index a34fc83..9b14f10 100644
--- a/p/haskell-numtype-dk/debian/control
+++ b/p/haskell-numtype-dk/debian/control
@@ -13,14 +13,13 @@ Standards-Version: 3.9.8
 Homepage: https://github.com/bjornbm/numtype-dk
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-haskell/DHG_packages.git/tree/p/haskell-numtype-dk
 Vcs-Git: https://anonscm.debian.org/cgit/pkg-haskell/DHG_packages.git
-X-Description: Type-level integers, using TypeNats, Data Kinds, and Closed Type Families
+X-Description: type-level integers without fundeps
  This package provides type level representations of the
  (positive and negative) integers and basic operations (addition,
  subtraction, multiplication, division, exponentiation) on these.
  The numtype-dk package differs from the numtype package in that
  the NumTypes are implemented using Data Kinds, TypeNats, and
  Closed Type Families rather than Functional Dependencies.
- Requires GHC 7.8 or later.
 
 Package: libghc-numtype-dk-dev
 Architecture: any
diff --git a/p/haskell-numtype-dk/debian/copyright b/p/haskell-numtype-dk/debian/copyright
index 0671d91..534aa99 100644
--- a/p/haskell-numtype-dk/debian/copyright
+++ b/p/haskell-numtype-dk/debian/copyright
@@ -4,17 +4,14 @@ Upstream-Contact: bjorn at buckwalter.se
 Source: https://hackage.haskell.org/package/numtype-dk
 
 Files: *
-Copyright: Bjorn Buckwalter 2012-2014
-License: BSD3
+Copyright: 2008-2014 Bjorn Buckwalter
+License: BSD-3-clause
 
 Files: debian/*
 Copyright: held by the contributors mentioned in debian/changelog
-License: BSD3
+License: BSD-3-clause
 
-License: BSD3
- Copyright (c) 2008-2014, Bjorn Buckwalter.
- All rights reserved.
- .
+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:

-- 
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