diff options
author | Giovanni Mascellani <gio@debian.org> | 2012-05-15 23:09:37 +0400 |
---|---|---|
committer | Giovanni Mascellani <gio@debian.org> | 2012-05-15 23:09:37 +0400 |
commit | fabee82069aafe1ef139b4b02694464622621bde (patch) | |
tree | d689603f338d1c495379dc5a04c0e199f41dbb6d /p/haskell-safecopy | |
parent | 65fa1e613e175b158176727e4a1609ab3bc10955 (diff) | |
download | DHG_packages-fabee82069aafe1ef139b4b02694464622621bde.tar.gz |
haskell-safecopy: Initial Check-In
Diffstat (limited to 'p/haskell-safecopy')
-rw-r--r-- | p/haskell-safecopy/debian/changelog | 5 | ||||
-rw-r--r-- | p/haskell-safecopy/debian/compat | 1 | ||||
-rw-r--r-- | p/haskell-safecopy/debian/control | 70 | ||||
-rw-r--r-- | p/haskell-safecopy/debian/copyright | 30 | ||||
-rwxr-xr-x | p/haskell-safecopy/debian/rules | 4 | ||||
-rw-r--r-- | p/haskell-safecopy/debian/source/format | 1 | ||||
-rw-r--r-- | p/haskell-safecopy/debian/watch | 5 |
7 files changed, 116 insertions, 0 deletions
diff --git a/p/haskell-safecopy/debian/changelog b/p/haskell-safecopy/debian/changelog new file mode 100644 index 000000000..82d21e4a3 --- /dev/null +++ b/p/haskell-safecopy/debian/changelog @@ -0,0 +1,5 @@ +haskell-safecopy (0.6.1-1) UNRELEASED; urgency=low + + * Initial release. (Closes: #000000) + + -- Giovanni Mascellani <gio@debian.org> Tue, 15 May 2012 14:51:03 +0200 diff --git a/p/haskell-safecopy/debian/compat b/p/haskell-safecopy/debian/compat new file mode 100644 index 000000000..7f8f011eb --- /dev/null +++ b/p/haskell-safecopy/debian/compat @@ -0,0 +1 @@ +7 diff --git a/p/haskell-safecopy/debian/control b/p/haskell-safecopy/debian/control new file mode 100644 index 000000000..30f4bd95b --- /dev/null +++ b/p/haskell-safecopy/debian/control @@ -0,0 +1,70 @@ +Source: haskell-safecopy +Section: haskell +Priority: extra +Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org> +Uploaders: Giovanni Mascellani <gio@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 --git a/p/haskell-safecopy/debian/copyright b/p/haskell-safecopy/debian/copyright new file mode 100644 index 000000000..ac7f73b07 --- /dev/null +++ b/p/haskell-safecopy/debian/copyright @@ -0,0 +1,30 @@ +Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: safecopy +Upstream-Contact: David Himmelstrup <lemmih@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@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 --git a/p/haskell-safecopy/debian/rules b/p/haskell-safecopy/debian/rules new file mode 100755 index 000000000..683e77bcf --- /dev/null +++ b/p/haskell-safecopy/debian/rules @@ -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 --git a/p/haskell-safecopy/debian/source/format b/p/haskell-safecopy/debian/source/format new file mode 100644 index 000000000..163aaf8d8 --- /dev/null +++ b/p/haskell-safecopy/debian/source/format @@ -0,0 +1 @@ +3.0 (quilt) diff --git a/p/haskell-safecopy/debian/watch b/p/haskell-safecopy/debian/watch new file mode 100644 index 000000000..2401a6808 --- /dev/null +++ b/p/haskell-safecopy/debian/watch @@ -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)/ |