[DHG_packages] 02/05: hledger: Upgrading from 0.27 to 0.27.1
Clint Adams
clint at moszumanska.debian.org
Mon Oct 17 05:16:23 UTC 2016
This is an automated email from the git hooks/post-receive script.
clint pushed a commit to branch experimental
in repository DHG_packages.
commit a945aae1e2c088d1a5315a1789c311846dd2c427
Author: Clint Adams <clint at debian.org>
Date: Fri Oct 7 20:23:35 2016 -0400
hledger: Upgrading from 0.27 to 0.27.1
---
p/haskell-hledger/debian/changelog | 8 ++--
p/haskell-hledger/debian/control | 86 +++++++++++++++++++++++---------------
p/haskell-hledger/debian/copyright | 2 +-
3 files changed, 57 insertions(+), 39 deletions(-)
diff --git a/p/haskell-hledger/debian/changelog b/p/haskell-hledger/debian/changelog
index 4d94121..ec97361 100644
--- a/p/haskell-hledger/debian/changelog
+++ b/p/haskell-hledger/debian/changelog
@@ -1,14 +1,14 @@
-haskell-hledger (0.27-2) UNRELEASED; urgency=medium
+haskell-hledger (0.27.1-1) experimental; urgency=medium
[ Dmitry Bogatov ]
* Use secure (https) uri in Vcs-Git field in 'debian/control'
* Bump standards version to 3.9.8 (no changes needed)
* Convert `debian/copyright' to dep5 format
- [ Gianfranco Costamagna ]
- * Fix VCS fields
+ [ Clint Adams ]
+ * New upstream version.
- -- Dmitry Bogatov <KAction at gnu.org> Tue, 10 May 2016 09:35:27 +0300
+ -- Clint Adams <clint at debian.org> Mon, 17 Oct 2016 01:13:11 -0400
haskell-hledger (0.27-1) unstable; urgency=medium
diff --git a/p/haskell-hledger/debian/control b/p/haskell-hledger/debian/control
index 9a8b4d3..5eb99df 100644
--- a/p/haskell-hledger/debian/control
+++ b/p/haskell-hledger/debian/control
@@ -1,26 +1,28 @@
Source: haskell-hledger
Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
-Uploaders: Clint Adams <clint at debian.org>
+Uploaders:
+ Clint Adams <clint at debian.org>,
Priority: extra
Section: haskell
-Build-Depends: debhelper (>= 9),
- haskell-devscripts (>= 0.10),
+Build-Depends:
cdbs,
- ghc,
- ghc-prof,
+ debhelper (>= 9),
+ ghc (>= 8),
ghc-ghci,
- libghc-hunit-dev,
- libghc-hunit-prof,
+ ghc-prof,
+ haskell-devscripts (>= 0.10),
libghc-base-compat-dev (>= 0.8.1),
libghc-base-compat-prof,
- libghc-cmdargs-dev (>= 0.10),
libghc-cmdargs-dev (<< 0.11),
+ libghc-cmdargs-dev (>= 0.10),
libghc-cmdargs-prof,
libghc-csv-dev,
libghc-csv-prof,
- libghc-hledger-lib-dev (>= 0.27),
- libghc-hledger-lib-dev (<< 0.28),
+ libghc-hledger-lib-dev (<< 0.27.2),
+ libghc-hledger-lib-dev (>= 0.27.1),
libghc-hledger-lib-prof,
+ libghc-hunit-dev,
+ libghc-hunit-prof,
libghc-mtl-dev (>= 2.2.1),
libghc-mtl-prof,
libghc-parsec3-dev (>= 3),
@@ -31,31 +33,32 @@ Build-Depends: debhelper (>= 9),
libghc-regex-tdfa-prof,
libghc-safe-dev (>= 0.2),
libghc-safe-prof,
- libghc-shakespeare-dev (>= 2.0),
libghc-shakespeare-dev (<< 2.1),
+ libghc-shakespeare-dev (>= 2.0),
libghc-shakespeare-prof,
- libghc-split-dev (>= 0.1),
libghc-split-dev (<< 0.3),
+ libghc-split-dev (>= 0.1),
libghc-split-prof,
- libghc-tabular-dev (>= 0.2),
libghc-tabular-dev (<< 0.3),
+ libghc-tabular-dev (>= 0.2),
libghc-tabular-prof,
libghc-text-dev (>= 0.11),
libghc-text-prof,
libghc-unordered-containers-dev,
libghc-unordered-containers-prof,
- libghc-utf8-string-dev (>= 0.3.5),
libghc-utf8-string-dev (<< 1.1),
+ libghc-utf8-string-dev (>= 0.3.5),
libghc-utf8-string-prof,
- libghc-wizards-dev (>= 1.0),
libghc-wizards-dev (<< 1.1),
+ libghc-wizards-dev (>= 1.0),
libghc-wizards-prof,
-Build-Depends-Indep: ghc-doc,
- libghc-hunit-doc,
+Build-Depends-Indep:
+ ghc-doc,
libghc-base-compat-doc,
libghc-cmdargs-doc,
libghc-csv-doc,
libghc-hledger-lib-doc,
+ libghc-hunit-doc,
libghc-mtl-doc,
libghc-parsec3-doc,
libghc-pretty-show-doc,
@@ -77,12 +80,16 @@ Package: hledger
Architecture: any
Multi-Arch: foreign
Section: utils
-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: command-line double-entry accounting program
hledger is a Haskell port and friendly fork of John Wiegley's ledger
accounting tool. This package provides the main hledger command-line
@@ -98,12 +105,16 @@ Description: command-line double-entry accounting program
Package: libghc-hledger-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: CLI libraries for hledger${haskell:ShortBlurb}
hledger is a Haskell port and friendly fork of John Wiegley's ledger
accounting tool. This package provides the main hledger command-line
@@ -121,11 +132,15 @@ Description: CLI libraries for hledger${haskell:ShortBlurb}
Package: libghc-hledger-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: CLI libraries for hledger${haskell:ShortBlurb}
hledger is a Haskell port and friendly fork of John Wiegley's ledger
accounting tool. This package provides the main hledger command-line
@@ -144,10 +159,13 @@ Description: CLI libraries for hledger${haskell:ShortBlurb}
Package: libghc-hledger-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: CLI libraries for hledger${haskell:ShortBlurb}
hledger is a Haskell port and friendly fork of John Wiegley's ledger
accounting tool. This package provides the main hledger command-line
diff --git a/p/haskell-hledger/debian/copyright b/p/haskell-hledger/debian/copyright
index 98cbd62..a283cc2 100644
--- a/p/haskell-hledger/debian/copyright
+++ b/p/haskell-hledger/debian/copyright
@@ -26,4 +26,4 @@ License: GPL-3+
along with this program. If not, see <http://www.gnu.org/licenses/>.
.
On Debian system, copy of GNU Lesser General Public License version 3
- is also located at `/usr/share/common-licenses/GPL-3'
\ No newline at end of file
+ is also located at `/usr/share/common-licenses/GPL-3'
--
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