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

Clint Adams clint at debian.org
Mon Mar 5 21:50:31 UTC 2012


Mon Mar  5 21:50:15 UTC 2012  Clint Adams <clint at debian.org>
  * Initial Check-In
  Ignore-this: 902e041ce19fe642f6cbf05b5d0cc2d6

    A ./changelog
    A ./compat
    A ./control
    A ./copyright
    A ./rules

Mon Mar  5 21:50:15 UTC 2012  Clint Adams <clint at debian.org>
  * Initial Check-In
  Ignore-this: 902e041ce19fe642f6cbf05b5d0cc2d6
diff -rN -u old-haskell-gnuidn//changelog new-haskell-gnuidn//changelog
--- old-haskell-gnuidn//changelog	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-gnuidn//changelog	2012-03-05 21:50:31.687248473 +0000
@@ -0,0 +1,6 @@
+haskell-gnuidn (0.2-1) unstable; urgency=low
+
+  * Initial release.
+
+ -- Clint Adams <clint at debian.org>  Mon, 05 Mar 2012 16:39:11 -0500
+
diff -rN -u old-haskell-gnuidn//compat new-haskell-gnuidn//compat
--- old-haskell-gnuidn//compat	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-gnuidn//compat	2012-03-05 21:50:31.687248473 +0000
@@ -0,0 +1 @@
+7
\ No newline at end of file
diff -rN -u old-haskell-gnuidn//control new-haskell-gnuidn//control
--- old-haskell-gnuidn//control	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-gnuidn//control	2012-03-05 21:50:31.687248473 +0000
@@ -0,0 +1,58 @@
+Source: haskell-gnuidn
+Priority: extra
+Section: haskell
+Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
+Uploaders: Clint Adams <clint at debian.org>
+Build-Depends: debhelper (>= 7.0)
+ , haskell-devscripts (>= 0.8)
+ , cdbs
+ , ghc
+ , ghc-prof
+ , libghc-text-dev
+ , libghc-text-prof
+ , c2hs
+ , libidn11-dev
+Build-Depends-Indep: ghc-doc
+ , libghc-text-doc
+Standards-Version: 3.9.3
+Homepage: http://john-millikin.com/software/bindings/gnuidn/
+
+Package: libghc-gnuidn-dev
+Architecture: any
+Depends: ${shlibs:Depends},
+         ${haskell:Depends},
+         ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Provides: ${haskell:Provides}
+Description: bindings for GNU IDN
+ These are Haskell bindings to the GNU IDN (Internationalized Domain Names)
+ library for Unicode domain names.
+ .
+ This package contains the normal library files.
+
+Package: libghc-gnuidn-prof
+Architecture: any
+Depends: ${haskell:Depends},
+         ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Provides: ${haskell:Provides}
+Description: bindings for GNU IDN; profiling libraries
+ These are Haskell bindings to the GNU IDN (Internationalized Domain Names)
+ library for Unicode domain names.
+ .
+ This package contains the libraries compiled with profiling enabled.
+
+Package: libghc-gnuidn-doc
+Architecture: all
+Section: doc
+Depends: ${haskell:Depends},
+         ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Description: bindings for GNU IDN; documentation
+ These are Haskell bindings to the GNU IDN (Internationalized Domain Names)
+ library for Unicode domain names.
+ .
+ This package contains the documentation files.
diff -rN -u old-haskell-gnuidn//copyright new-haskell-gnuidn//copyright
--- old-haskell-gnuidn//copyright	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-gnuidn//copyright	2012-03-05 21:50:31.687248473 +0000
@@ -0,0 +1,9 @@
+This software is
+
+Copyright (C) 2010 John Millikin <jmillikin at gmail.com>
+
+and released under the GNU GPL version 3 or later.
+
+
+You can find the complete text of the GPL in
+/usr/share/common-licenses/GPL-3 .
diff -rN -u old-haskell-gnuidn//rules new-haskell-gnuidn//rules
--- old-haskell-gnuidn//rules	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-gnuidn//rules	2012-03-05 21:50:31.687248473 +0000
@@ -0,0 +1,3 @@
+#!/usr/bin/make -f
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/hlibrary.mk





More information about the Pkg-haskell-commits mailing list