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

Clint Adams clint at debian.org
Tue Mar 6 02:54:47 UTC 2012


Tue Mar  6 02:54:18 UTC 2012  Clint Adams <clint at debian.org>
  * Initial Check-In
  Ignore-this: 7d786310b1c0b38b8b6c69dac02be4d2

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

Tue Mar  6 02:54:18 UTC 2012  Clint Adams <clint at debian.org>
  * Initial Check-In
  Ignore-this: 7d786310b1c0b38b8b6c69dac02be4d2
diff -rN -u old-haskell-gsasl//changelog new-haskell-gsasl//changelog
--- old-haskell-gsasl//changelog	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-gsasl//changelog	2012-03-06 02:54:47.475250246 +0000
@@ -0,0 +1,6 @@
+haskell-gsasl (0.3.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-gsasl//compat new-haskell-gsasl//compat
--- old-haskell-gsasl//compat	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-gsasl//compat	2012-03-06 02:54:47.475250246 +0000
@@ -0,0 +1 @@
+7
\ No newline at end of file
diff -rN -u old-haskell-gsasl//control new-haskell-gsasl//control
--- old-haskell-gsasl//control	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-gsasl//control	2012-03-06 02:54:47.475250246 +0000
@@ -0,0 +1,58 @@
+Source: haskell-gsasl
+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-transformers-dev (>> 0.2)
+ , libghc-transformers-dev (<< 0.3)
+ , libghc-transformers-prof
+ , libgsasl7-dev
+Build-Depends-Indep: ghc-doc
+ , libghc-transformers-doc
+Standards-Version: 3.9.3
+Homepage: http://ianen.org/haskell/bindings/gsasl/
+
+Package: libghc-gsasl-dev
+Architecture: any
+Depends: ${shlibs:Depends},
+         ${haskell:Depends},
+         ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Provides: ${haskell:Provides}
+Description: bindings for GNU SASL
+ These are Haskell bindings to the GNU SASL (Simple Authentication and
+ Security Layer) library.
+ .
+ This package contains the normal library files.
+
+Package: libghc-gsasl-prof
+Architecture: any
+Depends: ${haskell:Depends},
+         ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Provides: ${haskell:Provides}
+Description: bindings for GNU SASL; profiling libraries
+ These are Haskell bindings to the GNU SASL (Simple Authentication and
+ Security Layer) library.
+ .
+ This package contains the libraries compiled with profiling enabled.
+
+Package: libghc-gsasl-doc
+Architecture: all
+Section: doc
+Depends: ${haskell:Depends},
+         ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Description: bindings for GNU SASL; documentation
+ These are Haskell bindings to the GNU SASL (Simple Authentication and
+ Security Layer) library.
+ .
+ This package contains the documentation files.
diff -rN -u old-haskell-gsasl//copyright new-haskell-gsasl//copyright
--- old-haskell-gsasl//copyright	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-gsasl//copyright	2012-03-06 02:54:47.479248065 +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-gsasl//rules new-haskell-gsasl//rules
--- old-haskell-gsasl//rules	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-gsasl//rules	2012-03-06 02:54:47.479248065 +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
diff -rN -u old-haskell-gsasl//source/format new-haskell-gsasl//source/format
--- old-haskell-gsasl//source/format	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-gsasl//source/format	2012-03-06 02:54:47.479248065 +0000
@@ -0,0 +1 @@
+3.0 (quilt)
diff -rN -u old-haskell-gsasl//watch new-haskell-gsasl//watch
--- old-haskell-gsasl//watch	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-gsasl//watch	2012-03-06 02:54:47.482495028 +0000
@@ -0,0 +1,5 @@
+version=3
+opts="downloadurlmangle=s|archive/([\w\d_-]+)/([\d\.]+)/|archive/$1/$2/$1-$2.tar.gz|,\
+filenamemangle=s|(.*)/$|gsasl-$1.tar.gz|" \
+    http://hackage.haskell.org/packages/archive/gsasl \
+    ([\d\.]*\d)/





More information about the Pkg-haskell-commits mailing list