[DHG_packages] 02/21: cpphs: Upgrading from 1.19 to 1.19.2

Joachim Breitner nomeata at moszumanska.debian.org
Wed Aug 12 12:18:09 UTC 2015


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

nomeata pushed a commit to branch master
in repository DHG_packages.

commit 4a97f89f0741e8e24aae4dccaf7e81c41f868d29
Author: Joachim Breitner <mail at joachim-breitner.de>
Date:   Wed Aug 12 13:38:37 2015 +0200

    cpphs: Upgrading from 1.19 to 1.19.2
---
 p/cpphs/debian/changelog |  6 ++++
 p/cpphs/debian/control   | 74 ++++++++++++++++++++++++++----------------------
 2 files changed, 46 insertions(+), 34 deletions(-)

diff --git a/p/cpphs/debian/changelog b/p/cpphs/debian/changelog
index b0b5deb..514247e 100644
--- a/p/cpphs/debian/changelog
+++ b/p/cpphs/debian/changelog
@@ -1,3 +1,9 @@
+cpphs (1.19.2-1) unstable; urgency=medium
+
+  * New upstream release
+
+ -- Joachim Breitner <nomeata at debian.org>  Wed, 12 Aug 2015 13:38:37 +0200
+
 cpphs (1.19-1) unstable; urgency=medium
 
   * New upstream release
diff --git a/p/cpphs/debian/control b/p/cpphs/debian/control
index b2764c3..ad471e7 100644
--- a/p/cpphs/debian/control
+++ b/p/cpphs/debian/control
@@ -1,27 +1,33 @@
 Source: cpphs
-Section: haskell
-Priority: extra
 Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
 Uploaders: Joachim Breitner <nomeata at debian.org>
+Priority: extra
+Section: haskell
+Build-Depends: debhelper (>= 9),
+ haskell-devscripts (>= 0.9),
+ cdbs,
+ ghc,
+ ghc-prof,
+ libghc-old-locale-dev,
+ libghc-old-locale-prof,
+ libghc-old-time-dev,
+ libghc-old-time-prof,
+ libghc-polyparse-dev (>= 1.9),
+ libghc-polyparse-prof,
+Build-Depends-Indep: ghc-doc,
+ libghc-old-locale-doc,
+ libghc-old-time-doc,
+ libghc-polyparse-doc,
 Standards-Version: 3.9.5
-Build-Depends: debhelper (>= 9)
-  , cdbs
-  , haskell-devscripts (>= 0.9)
-  , ghc
-  , ghc-prof
-  , ghc-doc
-  , libghc-polyparse-dev (>= 1.9)
-  , libghc-polyparse-prof
-Build-Depends-Indep: libghc-polyparse-doc
-Homepage: http://hackage.haskell.org/package/cpphs
-Vcs-Darcs: http://darcs.debian.org/pkg-haskell/cpphs
-Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/cpphs
+Homepage: http://projects.haskell.org/cpphs/
+Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-cpphs
+Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-cpphs
 
 Package: cpphs
 Architecture: any
-Depends: ${shlibs:Depends}
-  , ${misc:Depends}
-Suggests: ghc | hugs
+Depends: ${shlibs:Depends},
+ ${misc:Depends},
+Suggests: ghc | hugs,
 Description: Simplified cpp-a-like preprocessor for Haskell
  The C pre-processor has been widely used in Haskell source code. It
  enables conditional compilation for different compilers, different
@@ -37,35 +43,35 @@ Description: Simplified cpp-a-like preprocessor for Haskell
 
 Package: libghc-cpphs-dev
 Architecture: any
-Depends: ${haskell:Depends}
-  , ${shlibs:Depends}
-  , ${misc:Depends}
-Suggests: ${haskell:Suggests}
-Provides: ${haskell:Provides}
+Depends: ${haskell:Depends},
+ ${shlibs:Depends},
+ ${misc:Depends},
+Suggests: ${haskell:Suggests},
+Provides: ${haskell:Provides},
 Description: cpphs-library for haskell
  This package provides some of the features of cpphs as a haskell library.
 
 Package: libghc-cpphs-prof
 Architecture: any
-Depends: ${haskell:Depends}
-  , ${shlibs:Depends}
-  , ${misc:Depends}
-Suggests: ${haskell:Suggests}
-Provides: ${haskell:Provides}
+Depends: ${haskell:Depends},
+ ${shlibs:Depends},
+ ${misc:Depends},
+Suggests: ${haskell:Suggests},
+Provides: ${haskell:Provides},
 Description: cpphs-library for haskell; profiling libraries
  This package provides some of the features of cpphs as a haskell library.
 
 Package: libghc-cpphs-doc
 Architecture: all
 Section: doc
-Depends: ${misc:Depends}, ${haskell:Depends}
-Recommends: ${haskell:Recommends}
-Suggests: ${haskell:Suggests}
-Replaces: haskell-cpphs-doc (<< 1.11-2)
-Conflicts: haskell-cpphs-doc (<< 1.11-2)
-Provides: haskell-cpphs-doc
+Depends: ${misc:Depends},
+ ${haskell:Depends},
+Recommends: ${haskell:Recommends},
+Suggests: ${haskell:Suggests},
+Conflicts: haskell-cpphs-doc (<< 1.11-2),
+Provides: haskell-cpphs-doc,
+Replaces: haskell-cpphs-doc (<< 1.11-2),
 Description: cpphs-library for haskell; documentation
  This package provides some of the features of cpphs as a haskell library.
   .
  This package contains the API documentation for this library
-

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