[DHG_packages] 13/21: Package hpack
Joachim Breitner
nomeata at moszumanska.debian.org
Wed Jun 1 09:05:39 UTC 2016
This is an automated email from the git hooks/post-receive script.
nomeata pushed a commit to branch LTS-6
in repository DHG_packages.
commit 0d06d46ed08062a44035aecd652065146786480d
Author: Joachim Breitner <mail at joachim-breitner.de>
Date: Wed Jun 1 10:39:00 2016 +0200
Package hpack
---
p/haskell-hpack/debian/changelog | 4 ++--
p/haskell-hpack/debian/control | 28 +++++++++++++---------
p/haskell-hpack/debian/copyright | 4 +---
p/haskell-hpack/debian/haskell-hpack-utils.install | 1 -
p/haskell-hpack/debian/hpack.haskell-binaries | 1 +
p/haskell-hpack/debian/rules | 2 +-
6 files changed, 22 insertions(+), 18 deletions(-)
diff --git a/p/haskell-hpack/debian/changelog b/p/haskell-hpack/debian/changelog
index 051b7c3..3b780e2 100644
--- a/p/haskell-hpack/debian/changelog
+++ b/p/haskell-hpack/debian/changelog
@@ -1,5 +1,5 @@
-haskell-hpack (0.14.0-1) UNRELEASED; urgency=low
+haskell-hpack (0.14.0-1) unstable; urgency=low
* Initial release
- -- Joachim Breitner <nomeata at debian.org> Wed, 01 Jun 2016 10:35:17 +0200
+ -- Joachim Breitner <nomeata at debian.org> Wed, 01 Jun 2016 10:35:18 +0200
diff --git a/p/haskell-hpack/debian/control b/p/haskell-hpack/debian/control
index fe3a0ca..751e299 100644
--- a/p/haskell-hpack/debian/control
+++ b/p/haskell-hpack/debian/control
@@ -32,25 +32,31 @@ Homepage: https://github.com/sol/hpack#readme
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-haskell/DHG_packages.git/tree/p/haskell-hpack
Vcs-Git: https://anonscm.debian.org/cgit/pkg-haskell/DHG_packages.git
X-Description: An alternative format for Haskell packages
+ hpack is a tool to create the usual Haskell packaging metadata, i.e. the
+ .cabal file, from a YAML description of the program, with some fields field in
+ by inferred defaults and other additional conveniences.
-Package: libghc-hpack-dev
+Package: hpack
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}
+ hpack is a tool to create the usual Haskell packaging metadata, i.e. the
+ .cabal file, from a YAML description of the program, with some fields field in
+ by inferred defaults and other additional conveniences.
.
${haskell:Blurb}
-Package: libghc-hpack-prof
+Package: libghc-hpack-dev
Architecture: any
Depends: ${haskell:Depends},
${misc:Depends},
+ ${shlibs:Depends},
Recommends: ${haskell:Recommends},
Suggests: ${haskell:Suggests},
Conflicts: ${haskell:Conflicts},
@@ -60,29 +66,29 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
.
${haskell:Blurb}
-Package: libghc-hpack-doc
-Architecture: all
-Section: doc
+Package: libghc-hpack-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: haskell-hpack-utils
-Architecture: any
-Section: misc
+Package: libghc-hpack-doc
+Architecture: all
+Section: doc
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}
+
diff --git a/p/haskell-hpack/debian/copyright b/p/haskell-hpack/debian/copyright
index a27d5e9..1e379bd 100644
--- a/p/haskell-hpack/debian/copyright
+++ b/p/haskell-hpack/debian/copyright
@@ -4,7 +4,7 @@ Upstream-Contact: Simon Hengel <sol at typeful.net>
Source: https://hackage.haskell.org/package/hpack
Files: *
-Copyright: (No copyright field in cabal file)
+Copyright: 2014-2016 Simon Hengel <sol at typeful.net>
License: MIT
Files: debian/*
@@ -12,8 +12,6 @@ Copyright: held by the contributors mentioned in debian/changelog
License: MIT
License: MIT
- Copyright (c) 2014-2016 Simon Hengel <sol at typeful.net>
- .
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
diff --git a/p/haskell-hpack/debian/haskell-hpack-utils.install b/p/haskell-hpack/debian/haskell-hpack-utils.install
deleted file mode 100644
index e8f31b8..0000000
--- a/p/haskell-hpack/debian/haskell-hpack-utils.install
+++ /dev/null
@@ -1 +0,0 @@
-dist-ghc/build/hpack/hpack usr/bin
diff --git a/p/haskell-hpack/debian/hpack.haskell-binaries b/p/haskell-hpack/debian/hpack.haskell-binaries
new file mode 100644
index 0000000..1a0ac48
--- /dev/null
+++ b/p/haskell-hpack/debian/hpack.haskell-binaries
@@ -0,0 +1 @@
+hpack
diff --git a/p/haskell-hpack/debian/rules b/p/haskell-hpack/debian/rules
index fc94f90..9091ddb 100755
--- a/p/haskell-hpack/debian/rules
+++ b/p/haskell-hpack/debian/rules
@@ -6,4 +6,4 @@ DEB_DEFAULT_COMPILER = ghc
include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/class/hlibrary.mk
-build/haskell-hpack-utils:: build-ghc-stamp
+build/hpack:: build-ghc-stamp
--
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