diff options
| author | takaki <takaki@asis.media-as.org> | 2010-12-28 10:45:21 +0300 |
|---|---|---|
| committer | takaki <takaki@asis.media-as.org> | 2010-12-28 10:45:21 +0300 |
| commit | 31852feb6ba507c8cf5dce751840e55dac2c5676 (patch) | |
| tree | 4057b53833de13962da633c141362704086e57a7 /p/haskell-hxt-relaxng/debian | |
| parent | 31f2337e135089c0c0addcd06bb169efd7cd38a4 (diff) | |
| download | DHG_packages-31852feb6ba507c8cf5dce751840e55dac2c5676.tar.gz | |
haskell-hxt-relaxng: Initial Check-In
Diffstat (limited to 'p/haskell-hxt-relaxng/debian')
| -rw-r--r-- | p/haskell-hxt-relaxng/debian/changelog | 14 | ||||
| -rw-r--r-- | p/haskell-hxt-relaxng/debian/compat | 1 | ||||
| -rw-r--r-- | p/haskell-hxt-relaxng/debian/control | 62 | ||||
| -rw-r--r-- | p/haskell-hxt-relaxng/debian/copyright | 34 | ||||
| -rwxr-xr-x | p/haskell-hxt-relaxng/debian/rules | 4 | ||||
| -rw-r--r-- | p/haskell-hxt-relaxng/debian/source/format | 1 | ||||
| -rw-r--r-- | p/haskell-hxt-relaxng/debian/watch | 2 |
7 files changed, 118 insertions, 0 deletions
diff --git a/p/haskell-hxt-relaxng/debian/changelog b/p/haskell-hxt-relaxng/debian/changelog new file mode 100644 index 000000000..d6782ad75 --- /dev/null +++ b/p/haskell-hxt-relaxng/debian/changelog @@ -0,0 +1,14 @@ +haskell-hxt-relaxng (9.0.0-2) unstable; urgency=low + + * debian/control: + - add Build-Depends: haskell-hxt (>= 9) + - add Build-Depends: haskell-hxt-charproperties, haskell-hxt-xml-schema + (Closes: #603307) + + -- TANIGUCHI Takaki <takaki@debian.org> Sun, 14 Nov 2010 10:59:23 +0900 + +haskell-hxt-relaxng (9.0.0-1) unstable; urgency=low + + * Initial release (Closes: #601842) + + -- TANIGUCHI Takaki <takaki@debian.org> Thu, 28 Oct 2010 20:10:30 +0900 diff --git a/p/haskell-hxt-relaxng/debian/compat b/p/haskell-hxt-relaxng/debian/compat new file mode 100644 index 000000000..7f8f011eb --- /dev/null +++ b/p/haskell-hxt-relaxng/debian/compat @@ -0,0 +1 @@ +7 diff --git a/p/haskell-hxt-relaxng/debian/control b/p/haskell-hxt-relaxng/debian/control new file mode 100644 index 000000000..056d3d39f --- /dev/null +++ b/p/haskell-hxt-relaxng/debian/control @@ -0,0 +1,62 @@ +Source: haskell-hxt-relaxng +Section: haskell +Priority: extra +Maintainer: TANIGUCHI Takaki <takaki@debian.org> +Uploaders: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org> +Build-Depends: debhelper (>= 7.0.50~), + haskell-devscripts(>=0.7), + cdbs, + ghc6, + ghc6-prof, + ghc6-doc, + libghc6-hxt-dev (>= 9), libghc6-hxt-dev (<< 10), + libghc6-hxt-prof (>= 9), libghc6-hxt-prof (<< 10), + libghc6-hxt-doc (>= 9), libghc6-hxt-doc (<< 10), + libghc6-hxt-charproperties-dev, + libghc6-hxt-charproperties-prof, + libghc6-hxt-charproperties-doc, + libghc6-hxt-regex-xmlschema-dev, + libghc6-hxt-regex-xmlschema-prof, + libghc6-hxt-regex-xmlschema-doc, +Standards-Version: 3.9.1 +Homepage: http://www.fh-wedel.de/~si/HXmlToolbox/ + +Package: libghc6-hxt-relaxng-dev +Architecture: any +Depends: ${haskell:Depends}, ${shlibs:Depends}, ${misc:Depends} +Recommends: ${haskell:Recommends} +Suggests: ${haskell:Suggests} +Provides: ${haskell:Provides} +Description: The HXT RelaxNG validator + This is a part of Haskell XML Toolbox. + . + The HXT RelaxNG validator + . + This package contains the libraries compiled for GHC 6. + +Package: libghc6-hxt-relaxng-prof +Architecture: any +Depends: ${haskell:Depends}, ${shlibs:Depends}, ${misc:Depends} +Recommends: ${haskell:Recommends} +Suggests: ${haskell:Suggests} +Provides: ${haskell:Provides} +Description: The HXT RelaxNG validator; profiling library + This is a part of Haskell XML Toolbox. + . + The HXT RelaxNG validator + . + This package contains the profiling libraries compiled for GHC 6. + +Package: libghc6-hxt-relaxng-doc +Section: doc +Architecture: all +Depends: ${haskell:Depends}, ${shlibs:Depends}, ${misc:Depends} +Recommends: ${haskell:Recommends} +Suggests: ${haskell:Suggests} +Provides: ${haskell:Provides} +Description: The HXT RelaxNG validator; documentation + This is a part of Haskell XML Toolbox. + . + The HXT RelaxNG validator + . + This package contains the library documentation. diff --git a/p/haskell-hxt-relaxng/debian/copyright b/p/haskell-hxt-relaxng/debian/copyright new file mode 100644 index 000000000..cc3042521 --- /dev/null +++ b/p/haskell-hxt-relaxng/debian/copyright @@ -0,0 +1,34 @@ +This work was packaged for Debian by: + + TANIGUCHI Takaki <takaki@debian.org> on Thu, 28 Oct 2010 20:10:24 +0900 + +It was downloaded from http://hackage.haskell.org/package/hxt-relaxng . + + +Upstream Author: + + Uwe Schmidt <uwe@fh-wedel.de> + +Copyright: + + Copyright (c) 2005-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-relaxng/debian/rules b/p/haskell-hxt-relaxng/debian/rules new file mode 100755 index 000000000..683e77bcf --- /dev/null +++ b/p/haskell-hxt-relaxng/debian/rules @@ -0,0 +1,4 @@ +#!/usr/bin/make -f + +include /usr/share/cdbs/1/rules/debhelper.mk +include /usr/share/cdbs/1/class/hlibrary.mk diff --git a/p/haskell-hxt-relaxng/debian/source/format b/p/haskell-hxt-relaxng/debian/source/format new file mode 100644 index 000000000..163aaf8d8 --- /dev/null +++ b/p/haskell-hxt-relaxng/debian/source/format @@ -0,0 +1 @@ +3.0 (quilt) diff --git a/p/haskell-hxt-relaxng/debian/watch b/p/haskell-hxt-relaxng/debian/watch new file mode 100644 index 000000000..b73be06a9 --- /dev/null +++ b/p/haskell-hxt-relaxng/debian/watch @@ -0,0 +1,2 @@ +version=3 +opts=downloadurlmangle=s|archive/([\w\d_-]+)/([\d\.]+)/|archive/$1/$2/$1-$2.tar.gz| http://hackage.haskell.org/packages/archive/hxt-relaxng ([\d\.]*\d)/
\ No newline at end of file |
