[Pkg-haskell-commits] darcs: haskell-dynamic-state: Initial Check-In

Christopher Reichert creichert07 at gmail.com
Mon Dec 22 03:40:25 UTC 2014


Mon Dec 22 03:38:01 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

Mon Dec 22 03:38:01 UTC 2014  Christopher Reichert <creichert07 at gmail.com>
  * Initial Check-In
diff -rN -u old-haskell-dynamic-state/changelog new-haskell-dynamic-state/changelog
--- old-haskell-dynamic-state/changelog	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-dynamic-state/changelog	2014-12-22 03:40:25.439586313 +0000
@@ -0,0 +1,5 @@
+haskell-dynamic-state (0.1.1.0-1) experimental; urgency=low
+
+  * Initial Debian package release
+
+ -- Christopher Reichert <creichert07 at gmail.com>  Sun, 21 Dec 2014 21:21:18 -0600
diff -rN -u old-haskell-dynamic-state/compat new-haskell-dynamic-state/compat
--- old-haskell-dynamic-state/compat	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-dynamic-state/compat	2014-12-22 03:40:25.439586313 +0000
@@ -0,0 +1 @@
+9
diff -rN -u old-haskell-dynamic-state/control new-haskell-dynamic-state/control
--- old-haskell-dynamic-state/control	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-dynamic-state/control	2014-12-22 03:40:25.439586313 +0000
@@ -0,0 +1,68 @@
+Source: haskell-dynamic-state
+Priority: extra
+Section: haskell
+Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
+Uploaders: Christopher Reichert <creichert07 at gmail.com>
+Build-Depends: debhelper (>= 7.0),
+ haskell-devscripts (>= 0.9),
+ cdbs,
+ ghc,
+ ghc-prof,
+ libghc-concrete-typerep-dev (>= 0.1.0.2),
+ libghc-concrete-typerep-dev (<< 0.1.1),
+ libghc-concrete-typerep-prof,
+ libghc-hashable-dev,
+ libghc-hashable-prof,
+ libghc-unordered-containers-dev,
+ libghc-unordered-containers-prof,
+Build-Depends-Indep: ghc-doc,
+ libghc-concrete-typerep-doc,
+ libghc-hashable-doc,
+ libghc-unordered-containers-doc,
+Standards-Version: 3.9.5
+Homepage: http://hackage.haskell.org/package/dynamic-state
+X-Description: Optionally serializable dynamic state keyed by type
+ .
+ Optionally serializable dynamic state keyed by type
+Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-dynamic-state
+Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-dynamic-state
+
+Package: libghc-dynamic-state-dev
+Architecture: any
+Depends: ${haskell:Depends},
+ ${misc:Depends},
+ ${shlibs:Depends},
+Recommends: ${haskell:Recommends},
+Suggests: ${haskell:Suggests},
+Conflicts: ${haskell:Conflicts},
+Provides: ${haskell:Provides},
+Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
+  ${haskell:LongDescription}
+  .
+  ${haskell:Blurb}
+
+Package: libghc-dynamic-state-prof
+Architecture: any
+Depends: ${haskell:Depends},
+ ${misc:Depends},
+Recommends: ${haskell:Recommends},
+Suggests: ${haskell:Suggests},
+Conflicts: ${haskell:Conflicts},
+Provides: ${haskell:Provides},
+Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
+  ${haskell:LongDescription}
+  .
+  ${haskell:Blurb}
+
+Package: libghc-dynamic-state-doc
+Architecture: all
+Section: doc
+Depends: ${haskell:Depends},
+ ${misc:Depends},
+Recommends: ${haskell:Recommends},
+Suggests: ${haskell:Suggests},
+Conflicts: ${haskell:Conflicts},
+Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
+  ${haskell:LongDescription}
+  .
+  ${haskell:Blurb}
diff -rN -u old-haskell-dynamic-state/copyright new-haskell-dynamic-state/copyright
--- old-haskell-dynamic-state/copyright	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-dynamic-state/copyright	2014-12-22 03:40:25.439586313 +0000
@@ -0,0 +1,33 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: dynamic-state
+Upstream-Contact: Carter Charbonneau <zcarterc at gmail.com>
+
+Files: *
+Copyright: Copyright (c) 2014 Carter Charbonneau <zcarterc at gmail.com>
+License: GPL-2+
+
+Files: debian/*
+Copyright: held by the contributors mentioned in debian/changelog
+License: GPL-2+
+
+License: GPL-2+
+ This program is free software; you can redistribute it
+ and/or modify it under the terms of the GNU General Public
+ License as published by the Free Software Foundation; either
+ version 2 of the License, or (at your option) any later
+ version.
+ .
+ This program is distributed in the hope that it will be
+ useful, but WITHOUT ANY WARRANTY; without even the implied
+ warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
+ PURPOSE.  See the GNU General Public License for more
+ details.
+ .
+ You should have received a copy of the GNU General Public
+ License along with this package; if not, write to the Free
+ Software Foundation, Inc., 51 Franklin St, Fifth Floor,
+ Boston, MA  02110-1301 USA
+ .
+ On Debian systems, the full text of the GNU General Public
+ License version 2 can be found in the file
+ `/usr/share/common-licenses/GPL-2'.
diff -rN -u old-haskell-dynamic-state/rules new-haskell-dynamic-state/rules
--- old-haskell-dynamic-state/rules	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-dynamic-state/rules	2014-12-22 03:40:25.439586313 +0000
@@ -0,0 +1,8 @@
+#!/usr/bin/make -f
+
+#DEB_CABAL_PACKAGE = dynamic-state
+#DEB_DEFAULT_COMPILER = ghc
+#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-dynamic-state/source/format new-haskell-dynamic-state/source/format
--- old-haskell-dynamic-state/source/format	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-dynamic-state/source/format	2014-12-22 03:40:25.439586313 +0000
@@ -0,0 +1 @@
+3.0 (quilt)
diff -rN -u old-haskell-dynamic-state/watch new-haskell-dynamic-state/watch
--- old-haskell-dynamic-state/watch	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-dynamic-state/watch	2014-12-22 03:40:25.439586313 +0000
@@ -0,0 +1,2 @@
+version=3
+http://hackage.haskell.org/package/dynamic-state/distro-monitor .*-([0-9\.]+)\.(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))




More information about the Pkg-haskell-commits mailing list