diff options
author | takaki <takaki@asis.media-as.org> | 2012-03-05 06:39:10 +0400 |
---|---|---|
committer | takaki <takaki@asis.media-as.org> | 2012-03-05 06:39:10 +0400 |
commit | c83dad587804d3baf99bb0c6adc8fb83f9f7e541 (patch) | |
tree | 7dbb860609c6dca9282aa5cae97566e16a014cde /p/haskell-hxt-http/debian | |
parent | a10ae386294926f704bb495c4e8185cded633bfa (diff) | |
download | DHG_packages-c83dad587804d3baf99bb0c6adc8fb83f9f7e541.tar.gz |
haskell-hxt-http: releasing version 9.1.4-1
Diffstat (limited to 'p/haskell-hxt-http/debian')
-rw-r--r-- | p/haskell-hxt-http/debian/changelog | 9 | ||||
-rw-r--r-- | p/haskell-hxt-http/debian/control | 8 | ||||
-rw-r--r-- | p/haskell-hxt-http/debian/copyright | 54 | ||||
-rw-r--r-- | p/haskell-hxt-http/debian/patches/remove-haskell98 | 14 | ||||
-rw-r--r-- | p/haskell-hxt-http/debian/patches/series | 1 |
5 files changed, 34 insertions, 52 deletions
diff --git a/p/haskell-hxt-http/debian/changelog b/p/haskell-hxt-http/debian/changelog index 22cce726d..40715a5e4 100644 --- a/p/haskell-hxt-http/debian/changelog +++ b/p/haskell-hxt-http/debian/changelog @@ -1,3 +1,12 @@ +haskell-hxt-http (9.1.4-1) unstable; urgency=low + + * New upstream release + * Bump Standards-Version to 3.9.3. + + debian/copyright: Update to format 1.0. + * debain/paches/remove-haskell98: Removed. + + -- TANIGUCHI Takaki <takaki@debian.org> Mon, 05 Mar 2012 11:36:59 +0900 + haskell-hxt-http (9.1.2-2) unstable; urgency=low * Sourceful upload to rebuild documentation package diff --git a/p/haskell-hxt-http/debian/control b/p/haskell-hxt-http/debian/control index 569abc29b..d2630642e 100644 --- a/p/haskell-hxt-http/debian/control +++ b/p/haskell-hxt-http/debian/control @@ -12,10 +12,10 @@ Build-Depends: debhelper (>= 7.0.50~), libghc-http-dev, libghc-http-prof, libghc-http-doc, - libghc-hxt-dev (>= 9), libghc-hxt-dev (<< 10), - libghc-hxt-prof (>= 9), libghc-hxt-prof (<< 10), - libghc-hxt-doc (>= 9), libghc-hxt-doc (<< 10), -Standards-Version: 3.9.2 + libghc-hxt-dev (>= 9.1), libghc-hxt-dev (<< 10), + libghc-hxt-prof (>= 9.1), libghc-hxt-prof (<< 10), + libghc-hxt-doc (>= 9.1), libghc-hxt-doc (<< 10), +Standards-Version: 3.9.3 Homepage: http://www.fh-wedel.de/~si/HXmlToolbox/ Package: libghc-hxt-http-dev diff --git a/p/haskell-hxt-http/debian/copyright b/p/haskell-hxt-http/debian/copyright index 4de2b9c74..ca74cf442 100644 --- a/p/haskell-hxt-http/debian/copyright +++ b/p/haskell-hxt-http/debian/copyright @@ -1,34 +1,22 @@ -This work was packaged for Debian by: +Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: hxt-http +Upstream-Contact: Uwe Schmidt <uwe@fh-wedel.de> +Source: http://hackage.haskell.org/package/hxt-http + +Files: * +Copyright: 2005-2010 Uwe Schmidt + Martin Schmidt, + Torben Kuseler +License: MIT + +Files: debian/* +Copyright: 2010-2012 TANIGUCHI Takaki <takaki@debian.org> +License: MIT + +License: MIT + Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: + . + The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. + . + THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - TANIGUCHI Takaki <takaki@debian.org> on Thu, 28 Oct 2010 20:10:24 +0900 - -It was downloaded from http://hackage.haskell.org/package/hxt-http . - - -Upstream Author: - - Uwe Schmidt <uwe@fh-wedel.de> - -Copyright: - - Copyright (c) 2010 Uwe Schmidt - -License: - -The MIT License - -Copyright (c) 2005 Uwe Schmidt, Martin Schmidt, Torben Kuseler - -Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - - -The Debian packaging is: - - Copyright (C) 2010 TANIGUCHI Takaki <takaki@debian.org> - -and is licensed under the GPL version 3, -see "/usr/share/common-licenses/GPL-3".
\ No newline at end of file diff --git a/p/haskell-hxt-http/debian/patches/remove-haskell98 b/p/haskell-hxt-http/debian/patches/remove-haskell98 deleted file mode 100644 index 59fbc5362..000000000 --- a/p/haskell-hxt-http/debian/patches/remove-haskell98 +++ /dev/null @@ -1,14 +0,0 @@ -Description: remove haskell 98 from cabal - To build with ghc 7.4 -Author: Joey Hess <joeyh@debian.org> - ---- haskell-hxt-http-9.1.2.orig/hxt-http.cabal -+++ haskell-hxt-http-9.1.2/hxt-http.cabal -@@ -32,7 +32,6 @@ library - extensions: - - build-depends: base >= 4 && < 5, -- haskell98 >= 1 && < 2, - parsec >= 2.1 && < 4, - bytestring >= 0.9 && < 1, - network >= 2.1 && < 3, diff --git a/p/haskell-hxt-http/debian/patches/series b/p/haskell-hxt-http/debian/patches/series index 447f50e7b..e69de29bb 100644 --- a/p/haskell-hxt-http/debian/patches/series +++ b/p/haskell-hxt-http/debian/patches/series @@ -1 +0,0 @@ -remove-haskell98 |