[DHG_packages] 04/06: xss-sanitize: build with ghc 8 in experimental
Clint Adams
clint at moszumanska.debian.org
Mon Oct 17 20:18:49 UTC 2016
This is an automated email from the git hooks/post-receive script.
clint pushed a commit to branch experimental
in repository DHG_packages.
commit 9476fd4654b7251f976b82dbf70a1f5af74fe432
Author: Clint Adams <clint at debian.org>
Date: Mon Oct 17 16:13:53 2016 -0400
xss-sanitize: build with ghc 8 in experimental
---
p/haskell-xss-sanitize/debian/changelog | 6 ++--
p/haskell-xss-sanitize/debian/control | 62 ++++++++++++++++++++-------------
p/haskell-xss-sanitize/debian/copyright | 2 +-
3 files changed, 42 insertions(+), 28 deletions(-)
diff --git a/p/haskell-xss-sanitize/debian/changelog b/p/haskell-xss-sanitize/debian/changelog
index 6dd0ba9..f98381d 100644
--- a/p/haskell-xss-sanitize/debian/changelog
+++ b/p/haskell-xss-sanitize/debian/changelog
@@ -1,8 +1,8 @@
-haskell-xss-sanitize (0.3.5.7-2) UNRELEASED; urgency=medium
+haskell-xss-sanitize (0.3.5.7-2) experimental; urgency=medium
- * Fix VCS fields
+ * Temporarily build-depend on ghc 8.
- -- Gianfranco Costamagna <locutusofborg at debian.org> Thu, 02 Jun 2016 19:13:15 +0200
+ -- Clint Adams <clint at debian.org> Mon, 17 Oct 2016 16:13:45 -0400
haskell-xss-sanitize (0.3.5.7-1) unstable; urgency=medium
diff --git a/p/haskell-xss-sanitize/debian/control b/p/haskell-xss-sanitize/debian/control
index 230da28..a29a6a2 100644
--- a/p/haskell-xss-sanitize/debian/control
+++ b/p/haskell-xss-sanitize/debian/control
@@ -1,33 +1,36 @@
Source: haskell-xss-sanitize
Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
-Uploaders: Giovanni Mascellani <gio at debian.org>
+Uploaders:
+ Giovanni Mascellani <gio at debian.org>,
Priority: extra
Section: haskell
-Build-Depends: debhelper (>= 9),
- haskell-devscripts (>= 0.10),
+Build-Depends:
cdbs,
- ghc,
+ debhelper (>= 9),
+ ghc (>= 8),
ghc-prof,
- libghc-attoparsec-dev (>= 0.10.0.3),
+ haskell-devscripts (>= 0.10),
libghc-attoparsec-dev (<< 1),
+ libghc-attoparsec-dev (>= 0.10.0.3),
libghc-attoparsec-prof,
- libghc-css-text-dev (>= 0.1.1),
libghc-css-text-dev (<< 0.2),
+ libghc-css-text-dev (>= 0.1.1),
libghc-css-text-prof,
+ libghc-hspec-dev (>= 1.3),
+ libghc-hunit-dev (>= 1.2),
libghc-network-uri-dev (>= 2.6),
libghc-network-uri-prof,
- libghc-tagsoup-dev (>= 0.12.2),
libghc-tagsoup-dev (<< 1),
+ libghc-tagsoup-dev (>= 0.12.2),
libghc-tagsoup-prof,
- libghc-text-dev (>= 0.11),
libghc-text-dev (<< 2),
+ libghc-text-dev (>= 0.11),
libghc-text-prof,
- libghc-utf8-string-dev (>= 0.3),
libghc-utf8-string-dev (<< 1.1),
+ libghc-utf8-string-dev (>= 0.3),
libghc-utf8-string-prof,
- libghc-hunit-dev (>= 1.2),
- libghc-hspec-dev (>= 1.3),
-Build-Depends-Indep: ghc-doc,
+Build-Depends-Indep:
+ ghc-doc,
libghc-attoparsec-doc,
libghc-css-text-doc,
libghc-network-uri-doc,
@@ -36,17 +39,21 @@ Build-Depends-Indep: ghc-doc,
libghc-utf8-string-doc,
Standards-Version: 3.9.8
Homepage: http://github.com/yesodweb/haskell-xss-sanitize
-Vcs-Browser: https://anonscm.debian.org/cgit/pkg-haskell/DHG_packages.git/
+Vcs-Browser: https://anonscm.debian.org/cgit/pkg-haskell/DHG_packages.git/tree/p/haskell-xss-sanitize
Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
Package: libghc-xss-sanitize-dev
Architecture: any
-Depends: ${haskell:Depends},
+Depends:
+ ${haskell:Depends},
${misc:Depends},
${shlibs:Depends},
-Recommends: ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
-Provides: ${haskell:Provides},
+Recommends:
+ ${haskell:Recommends},
+Suggests:
+ ${haskell:Suggests},
+Provides:
+ ${haskell:Provides},
Description: Library to sanitize HTML and prevent XSS attacks${haskell:ShortBlurb}
This library is able to parse strings that contain HTML code and check
for the presence of potentially malicious tags that could trigger XSS
@@ -60,11 +67,15 @@ Description: Library to sanitize HTML and prevent XSS attacks${haskell:ShortBlur
Package: libghc-xss-sanitize-prof
Architecture: any
-Depends: ${haskell:Depends},
+Depends:
+ ${haskell:Depends},
${misc:Depends},
-Recommends: ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
-Provides: ${haskell:Provides},
+Recommends:
+ ${haskell:Recommends},
+Suggests:
+ ${haskell:Suggests},
+Provides:
+ ${haskell:Provides},
Description: Library to sanitize HTML and prevent XSS attacks${haskell:ShortBlurb}
This library is able to parse strings that contain HTML code and check
for the presence of potentially malicious tags that could trigger XSS
@@ -79,10 +90,13 @@ Description: Library to sanitize HTML and prevent XSS attacks${haskell:ShortBlur
Package: libghc-xss-sanitize-doc
Architecture: all
Section: doc
-Depends: ${haskell:Depends},
+Depends:
+ ${haskell:Depends},
${misc:Depends},
-Recommends: ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
+Recommends:
+ ${haskell:Recommends},
+Suggests:
+ ${haskell:Suggests},
Description: Library to sanitize HTML and prevent XSS attacks${haskell:ShortBlurb}
This library is able to parse strings that contain HTML code and check
for the presence of potentially malicious tags that could trigger XSS
diff --git a/p/haskell-xss-sanitize/debian/copyright b/p/haskell-xss-sanitize/debian/copyright
index fa54a4a..4c5f518 100644
--- a/p/haskell-xss-sanitize/debian/copyright
+++ b/p/haskell-xss-sanitize/debian/copyright
@@ -31,4 +31,4 @@ License: BSD-2-clause
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.
\ No newline at end of file
+ ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
--
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