diff options
author | Giovanni Mascellani <gio@debian.org> | 2011-05-24 16:39:15 +0400 |
---|---|---|
committer | Giovanni Mascellani <gio@debian.org> | 2011-05-24 16:39:15 +0400 |
commit | 478154ed3bfe76b0e20ba23d371c7f7042e1601d (patch) | |
tree | 9e5b8febdf5ba3ccaa8b63ad39bafa7045db5575 /p/haskell-hsp | |
parent | d6951f314ba8c1fc7c65665092de1d8b4fd3558e (diff) | |
download | DHG_packages-478154ed3bfe76b0e20ba23d371c7f7042e1601d.tar.gz |
haskell-hsp: Housekeeping.
Diffstat (limited to 'p/haskell-hsp')
-rw-r--r-- | p/haskell-hsp/debian/changelog | 5 | ||||
-rw-r--r-- | p/haskell-hsp/debian/control | 17 | ||||
-rw-r--r-- | p/haskell-hsp/debian/copyright | 4 | ||||
-rw-r--r-- | p/haskell-hsp/debian/libghc-hsp-doc.doc-base | 9 |
4 files changed, 17 insertions, 18 deletions
diff --git a/p/haskell-hsp/debian/changelog b/p/haskell-hsp/debian/changelog index ae210d774..a4f957fd4 100644 --- a/p/haskell-hsp/debian/changelog +++ b/p/haskell-hsp/debian/changelog @@ -5,6 +5,11 @@ haskell-hsp (0.6.1-1) UNRELEASED; urgency=low [ Giovanni Mascellani ] * New upstream release + * Removing doc-base files because of team policy. + * Description: removing references to GHC 6. + * debian/copyright: copyright years updated. + * Standards-Version bumped to 3.9.2 (no changes required). + * Build-Dependencies fixed. -- Giovanni Mascellani <gio@debian.org> Tue, 24 May 2011 13:30:34 +0200 diff --git a/p/haskell-hsp/debian/control b/p/haskell-hsp/debian/control index 4b47181f9..f3d66f90f 100644 --- a/p/haskell-hsp/debian/control +++ b/p/haskell-hsp/debian/control @@ -16,14 +16,17 @@ Build-Depends: libghc-hsx-dev (>= 0.7.0), libghc-hsx-prof (>= 0.7.0), libghc-hjscript-dev (>= 0.5.0), - libghc-hjscript-prof (>= 0.5.0) + libghc-hjscript-prof (>= 0.5.0), + libghc-text-dev, + libghc-text-prof Build-Depends-Indep: ghc-doc, libghc-mtl-doc, libghc-harp-doc, libghc-hsx-doc (>= 0.7.0), - libghc-hjscript-doc (>= 0.5.0) -Standards-Version: 3.8.4 + libghc-hjscript-doc (>= 0.5.0), + libghc-text-doc +Standards-Version: 3.9.2 Homepage: http://hackage.haskell.org/package/hsp Vcs-Darcs: http://darcs.debian.org/darcs/pkg-haskell/haskell-hsp Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-hsp @@ -37,13 +40,13 @@ Depends: Suggests: ${haskell:Suggests} Recommends: ${haskell:Recommends} Provides: ${haskell:Provides} -Description: Haskell library for dynamic server-side web pages - GHC 6 libraries +Description: Haskell library for dynamic server-side web pages - GHC libraries Haskell Server Pages (HSP) is an extension of vanilla Haskell, targetted at the task of writing dynamic server-side web pages. Features include an embedded XML syntax and a (low-to-mid-level) programming model for writing dynamic web pages. . - This package contains the libraries compiled for GHC 6. + This package contains the libraries compiled for GHC. Package: libghc-hsp-prof Architecture: any @@ -53,13 +56,13 @@ Depends: Suggests: ${haskell:Suggests} Recommends: ${haskell:Recommends} Provides: ${haskell:Provides} -Description: Haskell library for dynamic server-side web pages - GHC 6 profiling libraries +Description: Haskell library for dynamic server-side web pages - GHC profiling libraries Haskell Server Pages (HSP) is an extension of vanilla Haskell, targetted at the task of writing dynamic server-side web pages. Features include an embedded XML syntax and a (low-to-mid-level) programming model for writing dynamic web pages. . - This package contains the profiling libraries compiled for GHC 6. + This package contains the profiling libraries compiled for GHC. Package: libghc-hsp-doc Section: doc diff --git a/p/haskell-hsp/debian/copyright b/p/haskell-hsp/debian/copyright index 2c0c90ae3..f53098d22 100644 --- a/p/haskell-hsp/debian/copyright +++ b/p/haskell-hsp/debian/copyright @@ -4,7 +4,7 @@ Maintainer: Niklas Broberg <nibro@cs.chalmers.se> Source: http://hackage.haskell.org/package/hsp Files: * -Copyright: © 2006-2008, Niklas Broberg <nibro@cs.chalmers.se> +Copyright: © 2006 - 2008, Niklas Broberg <nibro@cs.chalmers.se> © 2008, Jeremy Shaw License: BSD All rights reserved. @@ -37,7 +37,7 @@ License: BSD POSSIBILITY OF SUCH DAMAGE. Files: debian/* -Copyright: © 2010 Giovanni Mascellani <mascellani@poisson.phc.unipi.it> +Copyright: © 2010 - 2011, Giovanni Mascellani <mascellani@poisson.phc.unipi.it> License: GPL-3+ The Debian packaging information is under the GPL, version 3 or later. On Debian GNU/Linux systems, the complete text of the GNU General Public License diff --git a/p/haskell-hsp/debian/libghc-hsp-doc.doc-base b/p/haskell-hsp/debian/libghc-hsp-doc.doc-base deleted file mode 100644 index 0ae4b9c17..000000000 --- a/p/haskell-hsp/debian/libghc-hsp-doc.doc-base +++ /dev/null @@ -1,9 +0,0 @@ -Document: haskell-hsp-api -Title: Documentation for the haskell hsp library -Author: Niklas Broberg -Abstract: hsp is a Haskell library for dynamic server-side web pages -Section: Programming/Haskell - -Format: HTML -Index: /usr/share/doc/libghc-hsp-doc/html/index.html -Files: /usr/share/doc/libghc-hsp-doc/html/*.html |