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

Joachim Breitner mail at joachim-breitner.de
Fri Feb 8 23:48:19 UTC 2013


Fri Feb  8 23:48:04 UTC 2013  Joachim Breitner <mail at joachim-breitner.de>
  * Initial check-in
  Ignore-this: 15ea88340ad9cd59eb2787433b0f08e

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

Fri Feb  8 23:48:04 UTC 2013  Joachim Breitner <mail at joachim-breitner.de>
  * Initial check-in
  Ignore-this: 15ea88340ad9cd59eb2787433b0f08e
diff -rN -u old-haskell-setenv//changelog new-haskell-setenv//changelog
--- old-haskell-setenv//changelog	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-setenv//changelog	2013-02-08 23:48:19.342226188 +0000
@@ -0,0 +1,5 @@
+haskell-setenv (0.1.0-1) UNRELEASED; urgency=low
+
+  * Initial release.
+
+ -- Joachm Breitner <nomeata at debian.org  Thu, 01 Jan 1970 00:00:00 +0000
diff -rN -u old-haskell-setenv//compat new-haskell-setenv//compat
--- old-haskell-setenv//compat	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-setenv//compat	2013-02-08 23:48:19.342226188 +0000
@@ -0,0 +1 @@
+7
diff -rN -u old-haskell-setenv//control new-haskell-setenv//control
--- old-haskell-setenv//control	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-setenv//control	2013-02-08 23:48:19.342226188 +0000
@@ -0,0 +1,59 @@
+Source: haskell-setenv
+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
+Build-Depends-Indep: ghc-doc
+  , libghc-bar-doc
+Standards-Version: 3.9.2
+Homepage: http://hackage.haskell.org/package/setenv
+Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-setenv
+Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-setenv
+
+Package: libghc-setenv-dev
+Architecture: any
+Depends: ${haskell:Depends}
+  , ${shlibs:Depends}
+  , ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Provides: ${haskell:Provides}
+Description: Cross-platform library for setting environment variables
+ This package provides a cross-platform library for setting environment
+ variables.
+ .
+ This package provides a library for the Haskell programming language.
+ See http://www.haskell.org/ for more information on Haskell.
+
+Package: libghc-setenv-prof
+Architecture: any
+Depends: ${haskell:Depends}
+  , ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Provides: ${haskell:Provides}
+Description: Cross-platform library for setting environment variables; profiling libraries
+ This package provides a cross-platform library for setting environment
+ variables.
+ .
+ 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-setenv-doc
+Section: doc
+Architecture: all
+Depends: ${misc:Depends}, ${haskell:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Description: Cross-platform library for setting environment variables; documentation
+ This package provides a cross-platform library for setting environment
+ variables.
+ .
+ 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-setenv//copyright new-haskell-setenv//copyright
--- old-haskell-setenv//copyright	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-setenv//copyright	2013-02-08 23:48:19.342226188 +0000
@@ -0,0 +1,31 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: setenv
+Upstream-Contact: Simon Hengel <sol at typeful.net>
+Source: http://hackage.haskell.org/package/setenv
+
+Files: *
+Copyright: 2012 Simon Hengel <sol at typeful.net>
+License: setenv license
+
+Files: debian/*
+Copyright: 2013 Joachim Breitner
+License: setenv license
+
+License: setenv license
+ Permission is hereby granted, free of charge, to any person obtaining a copy
+ of this software and associated documentation files (the "Software"), to deal
+ in the Software without restriction, including without limitation the rights
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+ copies of the Software, and to permit persons to whom the Software is
+ furnished to do so, subject to the following conditions:
+ .
+ The above copyright notice and this permission notice shall be included in
+ all copies or substantial portions of the Software.
+ .
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
+ THE SOFTWARE.
diff -rN -u old-haskell-setenv//rules new-haskell-setenv//rules
--- old-haskell-setenv//rules	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-setenv//rules	2013-02-08 23:48:19.342226188 +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-setenv//source/format new-haskell-setenv//source/format
--- old-haskell-setenv//source/format	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-setenv//source/format	2013-02-08 23:48:19.346234765 +0000
@@ -0,0 +1 @@
+3.0 (quilt)
diff -rN -u old-haskell-setenv//watch new-haskell-setenv//watch
--- old-haskell-setenv//watch	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-setenv//watch	2013-02-08 23:48:19.346234765 +0000
@@ -0,0 +1,5 @@
+version=3
+opts="downloadurlmangle=s|archive/([\w\d_-]+)/([\d\.]+)/|archive/$1/$2/$1-$2.tar.gz|,\
+filenamemangle=s|(.*)/$|setenv-$1.tar.gz|" \
+    http://hackage.haskell.org/packages/archive/setenv \
+    ([\d\.]*\d)/





More information about the Pkg-haskell-commits mailing list