diff options
| author | Clint Adams <clint@debian.org> | 2016-05-24 23:34:04 -0400 |
|---|---|---|
| committer | Clint Adams <clint@debian.org> | 2016-05-24 23:37:26 -0400 |
| commit | 5e1bd234f3ffa4f6632e82bfac6d2340ab101dff (patch) | |
| tree | 27eb7719cc5d1137bbcfd9093cf08c0f7bdc7bc4 /p/haskell-split | |
| parent | 0f410f647a60ab78d523f2f66343895bccfb0bbd (diff) | |
| download | DHG_packages-5e1bd234f3ffa4f6632e82bfac6d2340ab101dff.tar.gz | |
split: Upgrading from 0.2.2 to 0.2.3
Diffstat (limited to 'p/haskell-split')
| -rw-r--r-- | p/haskell-split/debian/changelog | 10 | ||||
| -rw-r--r-- | p/haskell-split/debian/control | 2 | ||||
| -rw-r--r-- | p/haskell-split/debian/patches/ghc-7.10 | 13 | ||||
| -rw-r--r-- | p/haskell-split/debian/patches/series | 1 |
4 files changed, 8 insertions, 18 deletions
diff --git a/p/haskell-split/debian/changelog b/p/haskell-split/debian/changelog index b32be45ac..f1a29ea26 100644 --- a/p/haskell-split/debian/changelog +++ b/p/haskell-split/debian/changelog @@ -1,9 +1,13 @@ -haskell-split (0.2.2-6) UNRELEASED; urgency=medium +haskell-split (0.2.3-1) unstable; 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) - -- Dmitry Bogatov <KAction@gnu.org> Tue, 10 May 2016 09:36:13 +0300 + [ Clint Adams ] + * New upstream version. + + -- Clint Adams <clint@debian.org> Tue, 24 May 2016 23:34:03 -0400 haskell-split (0.2.2-5) unstable; urgency=medium @@ -13,7 +17,7 @@ haskell-split (0.2.2-5) unstable; urgency=medium haskell-split (0.2.2-4) experimental; urgency=medium - * Patch to allow GHC-7.10 + * Patch to allow GHC-7.10 * Bump standards-version to 3.9.6 * Depend on haskell-devscripts >= 0.10 to ensure that this package builds against GHC in experimental diff --git a/p/haskell-split/debian/control b/p/haskell-split/debian/control index 20f729236..aa8b12638 100644 --- a/p/haskell-split/debian/control +++ b/p/haskell-split/debian/control @@ -11,7 +11,7 @@ Build-Depends: debhelper (>= 9), Build-Depends-Indep: ghc-doc, Standards-Version: 3.9.8 Homepage: http://hackage.haskell.org/package/split -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-split Vcs-Git: https://anonscm.debian.org/cgit/pkg-haskell/DHG_packages.git Package: libghc-split-dev diff --git a/p/haskell-split/debian/patches/ghc-7.10 b/p/haskell-split/debian/patches/ghc-7.10 deleted file mode 100644 index eae8b6fa5..000000000 --- a/p/haskell-split/debian/patches/ghc-7.10 +++ /dev/null @@ -1,13 +0,0 @@ -Index: haskell-split/split.cabal -=================================================================== ---- haskell-split.orig/split.cabal 2013-04-14 20:47:17.000000000 +0200 -+++ haskell-split/split.cabal 2015-08-15 15:54:29.646229442 +0200 -@@ -51,7 +51,7 @@ - - Library - ghc-options: -Wall -- build-depends: base <4.8 -+ build-depends: base <4.9 - exposed-modules: Data.List.Split, Data.List.Split.Internals - default-language: Haskell2010 - Hs-source-dirs: src diff --git a/p/haskell-split/debian/patches/series b/p/haskell-split/debian/patches/series deleted file mode 100644 index dfe2e5caf..000000000 --- a/p/haskell-split/debian/patches/series +++ /dev/null @@ -1 +0,0 @@ -ghc-7.10 |
