summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClint Adams <clint@debian.org>2016-10-10 15:26:50 -0400
committerClint Adams <clint@debian.org>2016-10-14 15:55:10 -0400
commitd3d368f05529b47352b0dd87967e56c75d149ee6 (patch)
tree778559002b3b17c4ff635e1328b45ccd9e351723
parent8b74e371a7def73e62e591defaa145312027803d (diff)
downloadDHG_packages-d3d368f05529b47352b0dd87967e56c75d149ee6.tar.gz
fclabels: Upgrading from 2.0.3 to 2.0.3.1
-rw-r--r--p/haskell-fclabels/debian/changelog6
-rw-r--r--p/haskell-fclabels/debian/control40
2 files changed, 21 insertions, 25 deletions
diff --git a/p/haskell-fclabels/debian/changelog b/p/haskell-fclabels/debian/changelog
index 45c03a064..e7c3078f1 100644
--- a/p/haskell-fclabels/debian/changelog
+++ b/p/haskell-fclabels/debian/changelog
@@ -1,8 +1,8 @@
-haskell-fclabels (2.0.3-2) UNRELEASED; urgency=medium
+haskell-fclabels (2.0.3.1-1) experimental; urgency=medium
- * Fix VCS fields
+ * New upstream release
- -- Gianfranco Costamagna <locutusofborg@debian.org> Thu, 02 Jun 2016 19:12:30 +0200
+ -- Clint Adams <clint@debian.org> Mon, 10 Oct 2016 15:26:50 -0400
haskell-fclabels (2.0.3-1) unstable; urgency=medium
diff --git a/p/haskell-fclabels/debian/control b/p/haskell-fclabels/debian/control
index 68c99a8fe..b3f54c81b 100644
--- a/p/haskell-fclabels/debian/control
+++ b/p/haskell-fclabels/debian/control
@@ -3,29 +3,27 @@ Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.or
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,
- libghc-mtl-dev (>= 1.0),
+ haskell-devscripts (>= 0.10),
libghc-mtl-dev (<< 2.3),
+ libghc-mtl-dev (>= 1.0),
libghc-mtl-prof,
-Build-Depends-Indep: ghc-doc,
- libghc-mtl-doc,
+Build-Depends-Indep: ghc-doc, libghc-mtl-doc
Standards-Version: 3.9.8
Homepage: https://github.com/sebastiaanvisser/fclabels
-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-fclabels
Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
Package: libghc-fclabels-dev
Architecture: any
-Depends: ${shlibs:Depends},
- ${haskell:Depends},
- ${misc:Depends},
-Recommends: ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
-Provides: ${haskell:Provides},
+Depends: ${haskell:Depends}, ${misc:Depends}, ${shlibs:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Provides: ${haskell:Provides}
Description: first-class accessor labels
This package provides first class labels that can act as
bidirectional record fields. The labels can be derived
@@ -56,11 +54,10 @@ Description: first-class accessor labels
Package: libghc-fclabels-prof
Architecture: any
-Depends: ${haskell:Depends},
- ${misc:Depends},
-Recommends: ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
-Provides: ${haskell:Provides},
+Depends: ${haskell:Depends}, ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Provides: ${haskell:Provides}
Description: first-class accessor labels; profiling libraries
This package provides first class labels that can act as
bidirectional record fields. The labels can be derived
@@ -92,10 +89,9 @@ Description: first-class accessor labels; profiling libraries
Package: libghc-fclabels-doc
Architecture: all
Section: doc
-Depends: ${haskell:Depends},
- ${misc:Depends},
-Recommends: ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
+Depends: ${haskell:Depends}, ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
Description: first-class accessor labels; documentation
This package provides first class labels that can act as
bidirectional record fields. The labels can be derived