[Pkg-haskell-commits] darcs: haskell-http: New upstream release

KAction at gnu.org KAction at gnu.org
Tue Mar 10 11:33:48 UTC 2015


Tue Mar 10 11:31:54 UTC 2015  KAction at gnu.org
  * New upstream release

    M ./changelog +9
    M ./control -14 +23
    M ./copyright -54 +47

Tue Mar 10 11:31:54 UTC 2015  KAction at gnu.org
  * New upstream release
diff -rN -u old-haskell-http/changelog new-haskell-http/changelog
--- old-haskell-http/changelog	2015-03-10 11:33:48.047427520 +0000
+++ new-haskell-http/changelog	2015-03-10 11:33:48.047427520 +0000
@@ -1,3 +1,12 @@
+haskell-http (1:4000.2.19-1) experimental; urgency=medium
+
+  * New upstream version
+  * Move description from binary packages to X-Description
+  * Bump standard version to 3.9.6
+  * Reformat debian/copyright according to dep5
+
+ -- Dmitry Bogatov <KAction at gnu.org>  Tue, 10 Mar 2015 13:39:41 +0300
+
 haskell-http (1:4000.2.17-2) experimental; urgency=medium
 
   * Depend on haskell-devscripts 0.9, found in experimental
diff -rN -u old-haskell-http/control new-haskell-http/control
--- old-haskell-http/control	2015-03-10 11:33:48.047427520 +0000
+++ new-haskell-http/control	2015-03-10 11:33:48.047427520 +0000
@@ -2,48 +2,57 @@
 Priority: extra
 Section: haskell
 Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
-Uploaders: Arjan Oosting <arjan at debian.org>, Clint Adams <clint at debian.org>
+Uploaders: Arjan Oosting <arjan at debian.org>, Clint Adams <clint at debian.org>,
+ Dmitry Bogatov <KAction at gnu.org>
 Build-Depends:
   debhelper (>= 9),
   haskell-devscripts (>= 0.9),
   cdbs (>> 0.4.58),
   ghc,
   ghc-prof,
-  ghc-doc,
   libghc-mtl-dev (>= 2.0),
   libghc-mtl-dev (<< 2.2),
   libghc-mtl-prof,
-  libghc-mtl-doc,
-  libghc-network-dev (>= 2.4),
-  libghc-network-dev (<< 2.6),
+  libghc-network-dev (>= 2.6),
+  libghc-network-dev (<< 2.7),
   libghc-network-prof,
-  libghc-network-doc,
+  libghc-network-uri-dev (>= 2.6),
+  libghc-network-uri-dev (<< 2.7),
+  libghc-network-uri-prof,
   libghc-parsec3-prof,
   libghc-parsec3-dev (>= 2.0),
   libghc-parsec3-dev (<< 3.2),
-  libghc-parsec3-doc,
-Standards-Version: 3.9.4
+Build-Depends-Indep:
+  ghc-doc,
+  libghc-mtl-doc,
+  libghc-network-doc,
+  libghc-network-uri-doc,
+  libghc-parsec3-doc
+Standards-Version: 3.9.6
 Homepage: http://projects.haskell.org/http/
 Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-http/
 Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-http
+X-Description: GHC libraries for the Haskell HTTP client library
+ HTTP is a set of Haskell client libraries for HTTP/1.0 and HTTP/1.1.
 
 Package: libghc-http-dev
 Architecture: any
 Depends: ${haskell:Depends}, ${misc:Depends}, ${shlibs:Depends}
 Suggests: ${haskell:Suggests}
 Provides: ${haskell:Provides}
-Description: GHC libraries for the Haskell HTTP client library${haskell:ShortBlurb}
- HTTP is a set of Haskell client libraries for HTTP/1.0 and HTTP/1.1.
+Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
+ ${haskell:LongDescription}
  .
  ${haskell:Blurb}
 
+
 Package: libghc-http-prof
 Architecture: any
 Depends: ${haskell:Depends}, ${misc:Depends}
 Suggests: ${haskell:Suggests}
 Provides: ${haskell:Provides}
-Description: profiling libraries for the Haskell HTTP client library${haskell:ShortBlurb}
- HTTP is a set of Haskell client libraries for HTTP/1.0 and HTTP/1.1.
+Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
+ ${haskell:LongDescription}
  .
  ${haskell:Blurb}
 
@@ -56,7 +65,7 @@
 Depends: ${misc:Depends}, ${haskell:Depends}
 Suggests: ${haskell:Suggests}
 Recommends: ${haskell:Recommends}
-Description: Haskell HTTP client library documentation${haskell:ShortBlurb}
- HTTP is a set of Haskell client libraries for HTTP/1.0 and HTTP/1.1.
+Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
+ ${haskell:LongDescription}
  .
  ${haskell:Blurb}
diff -rN -u old-haskell-http/copyright new-haskell-http/copyright
--- old-haskell-http/copyright	2015-03-10 11:33:48.043427522 +0000
+++ new-haskell-http/copyright	2015-03-10 11:33:48.047427520 +0000
@@ -1,65 +1,58 @@
-This package was originally debianised by Ganesh Sittampalam
-<ganesh at earth.li> on Mon, 13 Dec 2004.
-
-It was downloaded from hackagedDB:
-http://hackage.haskell.org/cgi-bin/hackage-scripts/package/HTTP
-
-The homepage for the module is http://www.haskell.org/http/
-
-Copyright:
-
-  Copyright (c) 2002,      Warrick Gray
-  Copyright (c) 2002-2005, Ian Lynagh
-  Copyright (c) 2003-2006, Bjorn Bringert
-  Copyright (c) 2004,      Andre Furtado
-  Copyright (c) 2004-2005, Ganesh Sittampalam
-  Copyright (c) 2004-2005, Dominic Steinitz
-  Copyright (c) 2007,      Robin Bate Boerop
-  Copyright (c) 2008-2009, Sigbjorn Finne
-
-  All rights reserved.
-
-  Redistribution and use in source and binary forms, with or without
-  modification, are permitted provided that the following conditions are
-  met:
-
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: HTTP
+Upstream-Contact: Ganesh Sittampalam <ganesh at earth.li>
+Source: http://hackage.haskell.org/package/HTTP
+
+Files: *
+License: BSD-3-clause
+Copyright: 2004             Andre Furtado
+           2010             Antoine Latter
+           2003-2006        Bjorn Bringert
+           2004-2005        Dominic Steinitz
+           2011             Duncan Coutts
+           2011             Eric Hesselink
+           2009             Eric Kow
+           2004, 2010-2011  Ganesh Sittampalam
+           2002-2005        Ian Lynagh
+           2011             Jeremy Yallop
+           2011             Matthew Gruen
+           2007             Robin Bate Boerop
+           2008-2010        Sigbjorn Finne
+           2011             Tom Lokhorst
+           2002             Warrick Gray
+           2011             Yi Huang
+
+Files: debian/*
+License: BSD-3-clause
+Copyright: held by the contributors mentioned in debian/changelog
+
+License: BSD-3-clause
+ All rights reserved.
+ .
+ Redistribution and use in source and binary forms, with or without
+ modification, are permitted provided that the following conditions are
+ met:
+ .
     * Redistributions of source code must retain the above copyright
       notice, this list of conditions and the following disclaimer.
-
+ .
     * Redistributions in binary form must reproduce the above
       copyright notice, this list of conditions and the following
       disclaimer in the documentation and/or other materials provided
       with the distribution.
-
+ .
     * The names of contributors may not be used to endorse or promote
       products derived from this software without specific prior
-      written permission. 
-
-  THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
-  "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
-  LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
-  A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
-  OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
-  SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
-  LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
-  DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
-  THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
-  (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
-  OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-
-Debian packaging copyright:
-
-  (C) 2004-2005 Ganesh Sittampalam <ganesh at earth.li> 
-  (C) 2006-2007 Arjan Oosting <arjanoosting at home.nl>
-  (C) 2009 Iain Lane <laney at ubuntu.com>
-
-  The initial Debian packaging was done by Ganesh Sittampalam and did
-  not have explicit copyright statements. See the Debian changelog for
-  the list of changes.  Presumably all his changes may be
-  redistributed under the same terms as haskell-http itself. 
-
-  Changes by Arjan Oosting may be redistributed under the same terms
-  as haskell-http itself.
-
-  Changes by Iain Lane may be redistrubuted under the same terms as
-  haskell-http itself.
+      written permission.
+ .
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
+ "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
+ LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
+ A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
+ OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
+ SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
+ LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
+ DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
+ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
+ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
+ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.




More information about the Pkg-haskell-commits mailing list