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

Giovanni Mascellani gio at debian.org
Tue May 15 19:12:11 UTC 2012


Tue May 15 19:09:37 UTC 2012  Giovanni Mascellani <gio at debian.org>
  * Initial Check-In
  Ignore-this: ac9a2737bb34d5e475f99431ce093083

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

Tue May 15 19:09:37 UTC 2012  Giovanni Mascellani <gio at debian.org>
  * Initial Check-In
  Ignore-this: ac9a2737bb34d5e475f99431ce093083
diff -rN -u old-haskell-safecopy//changelog new-haskell-safecopy//changelog
--- old-haskell-safecopy//changelog	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-safecopy//changelog	2012-05-15 19:12:11.350325176 +0000
@@ -0,0 +1,5 @@
+haskell-safecopy (0.6.1-1) UNRELEASED; urgency=low
+
+  * Initial release. (Closes: #000000)
+
+ -- Giovanni Mascellani <gio at debian.org>  Tue, 15 May 2012 14:51:03 +0200
diff -rN -u old-haskell-safecopy//compat new-haskell-safecopy//compat
--- old-haskell-safecopy//compat	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-safecopy//compat	2012-05-15 19:12:11.350325176 +0000
@@ -0,0 +1 @@
+7
diff -rN -u old-haskell-safecopy//control new-haskell-safecopy//control
--- old-haskell-safecopy//control	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-safecopy//control	2012-05-15 19:12:11.350325176 +0000
@@ -0,0 +1,70 @@
+Source: haskell-safecopy
+Section: haskell
+Priority: extra
+Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
+Uploaders: Giovanni Mascellani <gio at debian.org>
+Build-Depends: debhelper (>= 7)
+  , cdbs
+  , haskell-devscripts (>= 0.8)
+  , ghc
+  , ghc-prof
+  , libghc-cereal-dev (>= 0.3.1.0)
+  , libghc-cereal-prof
+  , libghc-text-dev
+  , libghc-text-prof
+Build-Depends-Indep: ghc-doc
+  , libghc-cereal-doc
+  , libghc-text-doc
+Standards-Version: 3.9.3
+Homepage: http://hackage.haskell.org/package/safecopy
+Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-safecopy
+Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-safecopy
+
+Package: libghc-safecopy-dev
+Architecture: any
+Depends: ${haskell:Depends}
+  , ${shlibs:Depends}
+  , ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Provides: ${haskell:Provides}
+Description: Haskell serialization library with version control
+ SafeCopy is an extension to cereal, a Haskell serialization library:
+ it adds the ability to define new versions of some data tpe and
+ automatically convert variables serialized with an old format to a
+ newer one.
+ .
+ This package provides a library for the Haskell programming language.
+ See http://www.haskell.org/ for more information on Haskell.
+
+Package: libghc-safecopy-prof
+Architecture: any
+Depends: ${haskell:Depends}
+  , ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Provides: ${haskell:Provides}
+Description: Haskell serialization library with version control
+ SafeCopy is an extension to cereal, a Haskell serialization library:
+ it adds the ability to define new versions of some data tpe and
+ automatically convert variables serialized with an old format to a
+ newer one.
+ .
+ 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-safecopy-doc
+Section: doc
+Architecture: all
+Depends: ${misc:Depends}, ${haskell:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Description: Haskell serialization library with version control
+ SafeCopy is an extension to cereal, a Haskell serialization library:
+ it adds the ability to define new versions of some data tpe and
+ automatically convert variables serialized with an old format to a
+ newer one.
+ .
+ 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-safecopy//copyright new-haskell-safecopy//copyright
--- old-haskell-safecopy//copyright	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-safecopy//copyright	2012-05-15 19:12:11.354329979 +0000
@@ -0,0 +1,30 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: safecopy
+Upstream-Contact: David Himmelstrup <lemmih at gmail.com>
+Source: http://hackage.haskell.org/package/safecopy
+
+Files: *
+Copyright: No copyright holder, these files are put in public domain
+License: PD
+ The author, David Himmelstroup, declares the source code to be
+ put in the public domain.
+
+Files: debian/*
+Copyright: © 2012, Giovanni Mascellani <gio at debian.org>
+License: GPL-2+
+ This package 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 program; if not, write to the Free Software Foundation, Inc.,
+ 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
+ .
+ On Debian systems, a copy of the GNU General Public License version 2
+ can be found in '/usr/share/common-licenses/GPL-2'.
diff -rN -u old-haskell-safecopy//rules new-haskell-safecopy//rules
--- old-haskell-safecopy//rules	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-safecopy//rules	2012-05-15 19:12:11.354329979 +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-safecopy//source/format new-haskell-safecopy//source/format
--- old-haskell-safecopy//source/format	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-safecopy//source/format	2012-05-15 19:12:11.358325777 +0000
@@ -0,0 +1 @@
+3.0 (quilt)
diff -rN -u old-haskell-safecopy//watch new-haskell-safecopy//watch
--- old-haskell-safecopy//watch	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-safecopy//watch	2012-05-15 19:12:11.358325777 +0000
@@ -0,0 +1,5 @@
+version=3
+opts="downloadurlmangle=s|archive/([\w\d_-]+)/([\d\.]+)/|archive/$1/$2/$1-$2.tar.gz|,\
+filenamemangle=s|(.*)/$|safecopy-$1.tar.gz|" \
+    http://hackage.haskell.org/packages/archive/safecopy \
+    ([\d\.]*\d)/





More information about the Pkg-haskell-commits mailing list