[Pkg-haskell-commits] darcs: haskell-network-uri: Initial Check-In
Christopher Reichert
creichert07 at gmail.com
Mon Dec 22 04:03:10 UTC 2014
Mon Dec 22 04:00:34 UTC 2014 Christopher Reichert <creichert07 at gmail.com>
* Initial Check-In
A ./changelog
A ./compat
A ./control
A ./copyright
A ./rules
A ./source/
A ./source/format
A ./watch
Mon Dec 22 04:00:34 UTC 2014 Christopher Reichert <creichert07 at gmail.com>
* Initial Check-In
diff -rN -u old-haskell-network-uri/changelog new-haskell-network-uri/changelog
--- old-haskell-network-uri/changelog 1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-network-uri/changelog 2014-12-22 04:03:10.298763754 +0000
@@ -0,0 +1,5 @@
+haskell-network-uri (2.6.0.1-1) experimental; urgency=low
+
+ * Initial Debian package release.
+
+ -- Christopher Reichert <creichert07 at gmail.com> Sun, 21 Dec 2014 21:41:10 -0600
diff -rN -u old-haskell-network-uri/compat new-haskell-network-uri/compat
--- old-haskell-network-uri/compat 1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-network-uri/compat 2014-12-22 04:03:10.298763754 +0000
@@ -0,0 +1 @@
+9
diff -rN -u old-haskell-network-uri/control new-haskell-network-uri/control
--- old-haskell-network-uri/control 1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-network-uri/control 2014-12-22 04:03:10.302763752 +0000
@@ -0,0 +1,95 @@
+Source: haskell-network-uri
+Priority: extra
+Section: haskell
+Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
+Uploaders: Christopher Reichert <creichert07 at gmail.com>
+Build-Depends: debhelper (>= 7.0),
+ haskell-devscripts (>= 0.9),
+ cdbs,
+ ghc,
+ ghc-prof,
+ libghc-network-dev,
+ libghc-network-prof,
+ libghc-parsec3-dev (>= 3.0),
+ libghc-parsec3-dev (<< 3.2),
+ libghc-parsec3-prof (>= 3) | libghc-parsec3-prof (<< 3.2),
+ libghc-hunit-dev,
+ libghc-hunit-prof,
+ libghc-test-framework-dev,
+ libghc-test-framework-prof,
+ libghc-test-framework-hunit-dev,
+ libghc-test-framework-hunit-prof,
+ libghc-test-framework-quickcheck2-dev,
+ libghc-test-framework-quickcheck2-prof
+Build-Depends-Indep: ghc-doc,
+ libghc-network-doc,
+ libghc-parsec3-doc (>= 3) | libghc-parsec3-doc (<< 3.2),
+ libghc-hunit-doc,
+ libghc-test-framework-doc,
+ libghc-test-framework-hunit-doc,
+ libghc-test-framework-quickcheck2-doc
+Standards-Version: 3.9.6
+Homepage: http://hackage.haskell.org/package/network-uri
+X-Description: URI manipulation
+ This package provides an URI manipulation inteface.
+ .
+ In network-2.6 the @Network.URI@ module was split off from the
+ network package into this package. If you're using the @Network.URI@
+ module you can automatically get it from the right package by adding
+ this to your .cabal file:
+ .
+ > flag network-uri
+ > description: Get Network.URI from the network-uri package
+ > default: True
+ >
+ > library
+ > -- ...
+ > if flag(network-uri)
+ > build-depends: network-uri >= 2.6, network >= 2.6
+ > else
+ > build-depends: network-uri < 2.6, network < 2.6
+ .
+ That is, get the module from either network < 2.6 or from
+ network-uri >= 2.6.
+Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-network-uri
+Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-network-uri
+
+Package: libghc-network-uri-dev
+Architecture: any
+Depends: ${haskell:Depends},
+ ${misc:Depends},
+ ${shlibs:Depends},
+Recommends: ${haskell:Recommends},
+Suggests: ${haskell:Suggests},
+Conflicts: ${haskell:Conflicts},
+Provides: ${haskell:Provides},
+Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
+ ${haskell:LongDescription}
+ .
+ ${haskell:Blurb}
+
+Package: libghc-network-uri-prof
+Architecture: any
+Depends: ${haskell:Depends},
+ ${misc:Depends},
+Recommends: ${haskell:Recommends},
+Suggests: ${haskell:Suggests},
+Conflicts: ${haskell:Conflicts},
+Provides: ${haskell:Provides},
+Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
+ ${haskell:LongDescription}
+ .
+ ${haskell:Blurb}
+
+Package: libghc-network-uri-doc
+Architecture: all
+Section: doc
+Depends: ${haskell:Depends},
+ ${misc:Depends},
+Recommends: ${haskell:Recommends},
+Suggests: ${haskell:Suggests},
+Conflicts: ${haskell:Conflicts},
+Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
+ ${haskell:LongDescription}
+ .
+ ${haskell:Blurb}
diff -rN -u old-haskell-network-uri/copyright new-haskell-network-uri/copyright
--- old-haskell-network-uri/copyright 1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-network-uri/copyright 2014-12-22 04:03:10.302763752 +0000
@@ -0,0 +1,41 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: network-uri
+Upstream-Contact: Johan Tibell <johan.tibell at gmail.com>
+Source: http://hackage.haskell.org/package/network-uri
+
+Files: *
+Copyright: Copyright (c) 2007-2010, Johan Tibell,
+ Copyright (c) 2002-2010, The University Court of the University of Glasgow.
+License: BSD3
+
+Files: debian/*
+Copyright: Copyright (c) 2014, Christopher Reichert <creichert07 at gmail.com>
+License: BSD3
+
+License: BSD3
+ 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.
+ .
+ - Neither name of the University nor the names of its contributors may be
+ used to endorse or promote products derived from this software without
+ specific prior written permission.
+ .
+ THIS SOFTWARE IS PROVIDED BY THE UNIVERSITY COURT OF THE UNIVERSITY OF
+ GLASGOW AND THE 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
+ UNIVERSITY COURT OF THE UNIVERSITY OF GLASGOW OR THE 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.
diff -rN -u old-haskell-network-uri/rules new-haskell-network-uri/rules
--- old-haskell-network-uri/rules 1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-network-uri/rules 2014-12-22 04:03:10.302763752 +0000
@@ -0,0 +1,8 @@
+#!/usr/bin/make -f
+
+#DEB_CABAL_PACKAGE = network-uri
+#DEB_DEFAULT_COMPILER = ghc
+DEB_ENABLE_TESTS = yes
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/hlibrary.mk
diff -rN -u old-haskell-network-uri/source/format new-haskell-network-uri/source/format
--- old-haskell-network-uri/source/format 1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-network-uri/source/format 2014-12-22 04:03:10.302763752 +0000
@@ -0,0 +1 @@
+3.0 (quilt)
diff -rN -u old-haskell-network-uri/watch new-haskell-network-uri/watch
--- old-haskell-network-uri/watch 1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-network-uri/watch 2014-12-22 04:03:10.302763752 +0000
@@ -0,0 +1,2 @@
+version=3
+http://hackage.haskell.org/package/network-uri/distro-monitor .*-([0-9\.]+)\.(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))
More information about the Pkg-haskell-commits
mailing list