summaryrefslogtreecommitdiff
path: root/p/haskell-data-accessor
diff options
context:
space:
mode:
authorErnesto Hernández-Novich (USB) <emhn@usb.ve>2010-03-18 18:28:02 +0300
committer=?UTF-8?q?Ernesto=20Hern=C3=A1ndez-Novich=20=28USB=29?= <emhn@usb.ve>2010-03-18 18:28:02 +0300
commit901b00186490e3f1606d3256d694751464dd5aec (patch)
treef07f4e13a1a526482b5d8fee165df323d581aa29 /p/haskell-data-accessor
parenta7e3aaba96350da05a5d38aa3d49ed4d2fc23813 (diff)
downloadDHG_packages-901b00186490e3f1606d3256d694751464dd5aec.tar.gz
haskell-data-accessor: Initial release of haskell-data-accessor
Diffstat (limited to 'p/haskell-data-accessor')
-rw-r--r--p/haskell-data-accessor/debian/changelog5
-rw-r--r--p/haskell-data-accessor/debian/compat1
-rw-r--r--p/haskell-data-accessor/debian/control59
-rw-r--r--p/haskell-data-accessor/debian/copyright50
-rwxr-xr-xp/haskell-data-accessor/debian/rules6
-rw-r--r--p/haskell-data-accessor/debian/watch7
6 files changed, 128 insertions, 0 deletions
diff --git a/p/haskell-data-accessor/debian/changelog b/p/haskell-data-accessor/debian/changelog
new file mode 100644
index 000000000..b203c414d
--- /dev/null
+++ b/p/haskell-data-accessor/debian/changelog
@@ -0,0 +1,5 @@
+haskell-data-accessor (0.2.1.2-1) unstable; urgency=low
+
+ * Initial release (Closes: 574494).
+
+ -- Ernesto Hernández-Novich (USB) <emhn@usb.ve> Thu, 18 Mar 2010 10:56:11 -0430
diff --git a/p/haskell-data-accessor/debian/compat b/p/haskell-data-accessor/debian/compat
new file mode 100644
index 000000000..7f8f011eb
--- /dev/null
+++ b/p/haskell-data-accessor/debian/compat
@@ -0,0 +1 @@
+7
diff --git a/p/haskell-data-accessor/debian/control b/p/haskell-data-accessor/debian/control
new file mode 100644
index 000000000..2c9087c63
--- /dev/null
+++ b/p/haskell-data-accessor/debian/control
@@ -0,0 +1,59 @@
+Source: haskell-data-accessor
+Section: haskell
+Priority: extra
+Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org>
+Uploaders: Ernesto Hernández-Novich (USB) <emhn@usb.ve>
+Build-Depends: debhelper (>= 7), cdbs, haskell-devscripts (>= 0.7),
+ ghc6, ghc6-prof, libghc6-transformers-dev, libghc6-transformers-prof
+Build-Depends-Indep: ghc6-doc, libghc6-transformers-doc
+Standards-Version: 3.8.4
+Homepage: http://hackage.haskell.org/package/data-accessor
+Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-data-accessor
+Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=haskell/haskell-data-accessor
+
+Package: libghc6-data-accessor-dev
+Architecture: any
+Depends: ${haskell:Depends}, ${shlibs:Depends}, ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Provides: ${haskell:Provides}
+Description: Utilities for accessing and manipulating fields of records
+ This package provides a library for the Haskell programming language.
+ See http://www.haskell.org/ for more information on Haskell.
+ .
+ With this library you can define record field accessors which allow
+ setting, getting and modifying values easily. You can combine accessors
+ of a record and sub-records to make the access look like the fields
+ of the sub-record belong to the main record.
+
+Package: libghc6-data-accessor-prof
+Architecture: any
+Depends: ${haskell:Depends}, ${shlibs:Depends}, ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Provides: ${haskell:Provides}
+Description: Utilities for accessing and manipulating fields of records; profiling libraries
+ This package provides a library for the Haskell programming language
+ compiled for profiling.
+ See http://www.haskell.org/ for more information on Haskell.
+ .
+ With this library you can define record field accessors which allow
+ setting, getting and modifying values easily. You can combine accessors
+ of a record and sub-records to make the access look like the fields
+ of the sub-record belong to the main record.
+
+Package: libghc6-data-accessor-doc
+Section: doc
+Architecture: all
+Depends: ${haskell:Depends}, ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Description: Utilities for accessing and manipulating fields of records; documentation
+ This package provides the documentation for a library for the Haskell
+ programming language.
+ See http://www.haskell.org/ for more information on Haskell.
+ .
+ With this library you can define record field accessors which allow
+ setting, getting and modifying values easily. You can combine accessors
+ of a record and sub-records to make the access look like the fields
+ of the sub-record belong to the main record.
diff --git a/p/haskell-data-accessor/debian/copyright b/p/haskell-data-accessor/debian/copyright
new file mode 100644
index 000000000..9e110a073
--- /dev/null
+++ b/p/haskell-data-accessor/debian/copyright
@@ -0,0 +1,50 @@
+Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135
+Name: data-accessor
+Maintainer: Henning Thielemann <haskell@henning-thielemann.de>
+Source: http://hackage.haskell.org/packages/archive/data-accessor
+
+Files: *
+Copyright: 2008-2009, Henning Thielemann <haskell@henning-thielemann.de>
+ Luke Palmer <lrpalmer@gmail.com>
+License: BSD3
+
+Files: debian/*
+Copyright: 2010, Ernesto Hernández-Novich (USB) <emhn@usb.ve>
+License: GPL-3+
+
+License: BSD3
+ Redistribution and use in source and binary forms, with or without
+ modification, are permitted provided that the following conditions
+ are met:
+ .
+ Redistributions of source code must retain the above copyright
+ notice, this list of conditions and the following disclaimer.
+ .
+ Redistributions in binary form must reproduce the above copyright
+ notice, this list of conditions and the following disclaimer in the
+ documentation and/or other materials provided with the distribution.
+ .
+ Neither the name of the <organization>; nor the names of its contributors
+ may be used to endorse or promote products derived from this software
+ without specific prior written permission.
+ .
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
+ "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
+ LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
+ A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR
+ CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
+ EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
+ PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
+ PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
+ LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
+ NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
+ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+
+License: GPL-3+
+ 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 3 of the License, or
+ (at your option) any later version.
+ .
+ On Debian GNU/Linux systems, the complete text of the GNU General
+ Public License can be found in `/usr/share/common-licenses/GPL-3'
diff --git a/p/haskell-data-accessor/debian/rules b/p/haskell-data-accessor/debian/rules
new file mode 100755
index 000000000..f2277cb16
--- /dev/null
+++ b/p/haskell-data-accessor/debian/rules
@@ -0,0 +1,6 @@
+#!/usr/bin/make -f
+
+DEB_BUILD_DEPENDENCIES = build-arch
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/hlibrary.mk
diff --git a/p/haskell-data-accessor/debian/watch b/p/haskell-data-accessor/debian/watch
new file mode 100644
index 000000000..d98d33965
--- /dev/null
+++ b/p/haskell-data-accessor/debian/watch
@@ -0,0 +1,7 @@
+# See uscan(1) for format
+
+version=3
+opts="downloadurlmangle=s|archive/([\w\d_-]+)/([\d\.]+)/|archive/$1/$2/$1-$2.tar.gz|,\
+filenamemangle=s|(.*)/$|data-accessor-$1.tar.gz|" \
+ http://hackage.haskell.org/packages/archive/data-accessor \
+ ([\d\.]*\d)/