[Pkg-haskell-commits] darcs: haskell-bencode: Initial Check-In

Christopher Reichert creichert07 at gmail.com
Sat Dec 20 02:46:05 UTC 2014


Sat Dec 20 02:42:09 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

Sat Dec 20 02:42:09 UTC 2014  Christopher Reichert <creichert07 at gmail.com>
  * Initial Check-In
diff -rN -u old-haskell-bencode/changelog new-haskell-bencode/changelog
--- old-haskell-bencode/changelog	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-bencode/changelog	2014-12-20 02:46:05.165143150 +0000
@@ -0,0 +1,5 @@
+haskell-bencode (0.5-1) unstable; urgency=low
+
+  * Initial Debian package release.
+
+ -- Christopher Reichert <creicher07 at gmail.com>  Fri, 19 Dec 2014 20:00:00 -0600
diff -rN -u old-haskell-bencode/compat new-haskell-bencode/compat
--- old-haskell-bencode/compat	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-bencode/compat	2014-12-20 02:46:05.165143150 +0000
@@ -0,0 +1 @@
+9
diff -rN -u old-haskell-bencode/control new-haskell-bencode/control
--- old-haskell-bencode/control	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-bencode/control	2014-12-20 02:46:05.165143150 +0000
@@ -0,0 +1,57 @@
+Source: haskell-bencode
+Section: haskell
+Priority: extra
+Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
+Uploaders: Christopher Reichert <creichert07 at gmail.com>
+Build-Depends: debhelper (>= 9)
+  , cdbs
+  , haskell-devscripts (>= 0.8.15)
+  , ghc
+  , ghc-prof
+  , libghc-parsec3-dev
+  , libghc-parsec3-prof
+Build-Depends-Indep: ghc-doc
+  , libghc-parsec3-doc
+Standards-Version: 3.9.6
+Homepage: http://hackage.haskell.org/package/bencode
+Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-bencode
+Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-bencode
+X-Description: Parser and printer for bencoded data
+    .
+    Parser and printer for bencoded data.
+
+Package: libghc-bencode-dev
+Architecture: any
+Depends: ${haskell:Depends}
+  , ${shlibs:Depends}
+  , ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Provides: ${haskell:Provides}
+Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
+ ${haskell:LongDescription}
+ .
+ ${haskell:Blurb}
+
+Package: libghc-bencode-prof
+Architecture: any
+Depends: ${haskell:Depends}
+  , ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Provides: ${haskell:Provides}
+Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
+ ${haskell:LongDescription}
+ .
+ ${haskell:Blurb}
+
+Package: libghc-bencode-doc
+Section: doc
+Architecture: all
+Depends: ${misc:Depends}, ${haskell:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
+ ${haskell:LongDescription}
+ .
+ ${haskell:Blurb}
diff -rN -u old-haskell-bencode/copyright new-haskell-bencode/copyright
--- old-haskell-bencode/copyright	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-bencode/copyright	2014-12-20 02:46:05.165143150 +0000
@@ -0,0 +1,40 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: bencode
+Upstream-Contact: Lemmih (lemmih at gmail.com), Jesper Louis Andersen
+Source: http://hackage.haskell.org/package/bencode
+
+Files: *
+Copyright: 2005-2009, Lemmih
+License: BSD3
+
+Files: debian/*
+Copyright: 2014 Christopher Reichert
+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 the name of Robin KAY nor the names of other
+       contributors may 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.
diff -rN -u old-haskell-bencode/rules new-haskell-bencode/rules
--- old-haskell-bencode/rules	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-bencode/rules	2014-12-20 02:46:05.165143150 +0000
@@ -0,0 +1,7 @@
+#!/usr/bin/make -f
+
+
+#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-bencode/source/format new-haskell-bencode/source/format
--- old-haskell-bencode/source/format	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-bencode/source/format	2014-12-20 02:46:05.165143150 +0000
@@ -0,0 +1 @@
+3.0 (quilt)
diff -rN -u old-haskell-bencode/watch new-haskell-bencode/watch
--- old-haskell-bencode/watch	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-bencode/watch	2014-12-20 02:46:05.165143150 +0000
@@ -0,0 +1,2 @@
+version=3
+http://hackage.haskell.org/package/bencode/distro-monitor .*-([0-9\.]+)\.(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))




More information about the Pkg-haskell-commits mailing list