[Pkg-haskell-commits] darcs: haskell-punycode: Initial check-in

Joachim Breitner mail at joachim-breitner.de
Sat Mar 9 23:40:16 UTC 2013


Sat Mar  9 23:39:42 UTC 2013  Joachim Breitner <mail at joachim-breitner.de>
  * Initial check-in
  Ignore-this: 837d814eee5403e05401c03724e5bca0

    A ./changelog
    A ./compat
    A ./control
    A ./copyright
    A ./rules
    A ./source/
    A ./source/format
    A ./watch

Sat Mar  9 23:39:42 UTC 2013  Joachim Breitner <mail at joachim-breitner.de>
  * Initial check-in
  Ignore-this: 837d814eee5403e05401c03724e5bca0
diff -rN -u old-haskell-punycode//changelog new-haskell-punycode//changelog
--- old-haskell-punycode//changelog	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-punycode//changelog	2013-03-09 23:40:16.003260215 +0000
@@ -0,0 +1,5 @@
+haskell-punycode (2.0-1) UNRELEASED; urgency=low
+
+  * Initial release.
+
+ -- Joachim Breitner <nomeata at debian.org>  Thu, 01 Jan 1970 00:00:00 +0000
diff -rN -u old-haskell-punycode//compat new-haskell-punycode//compat
--- old-haskell-punycode//compat	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-punycode//compat	2013-03-09 23:40:16.003260215 +0000
@@ -0,0 +1 @@
+7
diff -rN -u old-haskell-punycode//control new-haskell-punycode//control
--- old-haskell-punycode//control	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-punycode//control	2013-03-09 23:40:16.003260215 +0000
@@ -0,0 +1,67 @@
+Source: haskell-punycode
+Section: haskell
+Priority: extra
+Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
+Uploaders: Joachim Breitner <nomeata at debian.org>
+Build-Depends: debhelper (>= 7)
+  , cdbs
+  , haskell-devscripts (>= 0.8.13)
+  , ghc
+  , ghc-prof
+  , libghc-cereal-dev
+  , libghc-cereal-prof
+  , libghc-mtl-dev
+  , libghc-mtl-prof
+  , libghc-text-dev
+  , libghc-text-prof
+Build-Depends-Indep: ghc-doc
+  , libghc-cereal-doc
+  , libghc-mtl-doc
+  , libghc-text-doc
+Standards-Version: 3.9.2
+Homepage: http://hackage.haskell.org/package/punycode
+Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-punycode
+Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-punycode
+
+Package: libghc-punycode-dev
+Architecture: any
+Depends: ${haskell:Depends}
+  , ${shlibs:Depends}
+  , ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Provides: ${haskell:Provides}
+Description: Encode unicode strings to ascii forms according to RFC 3492
+ Encode unicode strings to ascii forms according to RFC 3492. It is written in
+ pure Haskell.
+ .
+ This package provides a library for the Haskell programming language.
+ See http://www.haskell.org/ for more information on Haskell.
+
+Package: libghc-punycode-prof
+Architecture: any
+Depends: ${haskell:Depends}
+  , ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Provides: ${haskell:Provides}
+Description: Encode unicode strings to ascii forms according to RFC 3492; profiling libraries
+ Encode unicode strings to ascii forms according to RFC 3492. It is written in
+ pure Haskell.
+ .
+ This package provides a library for the Haskell programming language, compiled
+ for profiling.  See http://www.haskell.org/ for more information on Haskell.
+
+Package: libghc-punycode-doc
+Section: doc
+Architecture: all
+Depends: ${misc:Depends}, ${haskell:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Description: Encode unicode strings to ascii forms according to RFC 3492; documentation
+ Encode unicode strings to ascii forms according to RFC 3492. It is written in
+ pure Haskell.
+ .
+ This package provides the documentation for a library for the Haskell
+ programming language.
+ See http://www.haskell.org/ for more information on Haskell.
diff -rN -u old-haskell-punycode//copyright new-haskell-punycode//copyright
--- old-haskell-punycode//copyright	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-punycode//copyright	2013-03-09 23:40:16.003260215 +0000
@@ -0,0 +1,34 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: punycode
+Upstream-Contact: Myles C. Maxfield <myles.maxfield at gmail.com>
+Source: http://hackage.haskell.org/package/punycode
+
+Files: *
+Copyright: 2012 Myles C. Maxfield.
+License: punycode license
+
+Files: debian/*
+Copyright: 2013 Joachim Breitner
+License: punycode license
+
+License: punycode license
+ 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.
+ .
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS "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 HOLDERS 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-punycode//rules new-haskell-punycode//rules
--- old-haskell-punycode//rules	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-punycode//rules	2013-03-09 23:40:16.003260215 +0000
@@ -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 -rN -u old-haskell-punycode//source/format new-haskell-punycode//source/format
--- old-haskell-punycode//source/format	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-punycode//source/format	2013-03-09 23:40:16.003260215 +0000
@@ -0,0 +1 @@
+3.0 (quilt)
diff -rN -u old-haskell-punycode//watch new-haskell-punycode//watch
--- old-haskell-punycode//watch	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-punycode//watch	2013-03-09 23:40:16.007259938 +0000
@@ -0,0 +1,5 @@
+version=3
+opts="downloadurlmangle=s|archive/([\w\d_-]+)/([\d\.]+)/|archive/$1/$2/$1-$2.tar.gz|,\
+filenamemangle=s|(.*)/$|punycode-$1.tar.gz|" \
+    http://hackage.haskell.org/packages/archive/punycode \
+    ([\d\.]*\d)/





More information about the Pkg-haskell-commits mailing list