summaryrefslogtreecommitdiff
path: root/p/haskell-convertible
diff options
context:
space:
mode:
authorJohn Goerzen <jgoerzen@complete.org>2009-11-03 01:14:36 +0300
committerJohn Goerzen <jgoerzen@complete.org>2009-11-03 01:14:36 +0300
commitafc6dadf5c032e7bc9640def7ab3989caee28c41 (patch)
tree9a7901941817c143ff0bfd553b0acd5a3d2dea6e /p/haskell-convertible
parentf6e9ce5b106c124b35a8eb8ec0f90ca1672d7c23 (diff)
downloadDHG_packages-afc6dadf5c032e7bc9640def7ab3989caee28c41.tar.gz
haskell-convertible: Removed debian/ from upstream branch
Diffstat (limited to 'p/haskell-convertible')
-rw-r--r--p/haskell-convertible/debian/changelog34
-rw-r--r--p/haskell-convertible/debian/compat1
-rw-r--r--p/haskell-convertible/debian/control116
-rw-r--r--p/haskell-convertible/debian/copyright26
-rwxr-xr-xp/haskell-convertible/debian/rules153
5 files changed, 0 insertions, 330 deletions
diff --git a/p/haskell-convertible/debian/changelog b/p/haskell-convertible/debian/changelog
deleted file mode 100644
index 84b77d8ba..000000000
--- a/p/haskell-convertible/debian/changelog
+++ /dev/null
@@ -1,34 +0,0 @@
-haskell-convertible (1.0.2-2) unstable; urgency=low
-
- * Remove requirement for ghci at build time. Closes: #520860.
-
- -- John Goerzen <jgoerzen@complete.org> Thu, 02 Jul 2009 01:21:40 -0500
-
-haskell-convertible (1.0.2-1) unstable; urgency=low
-
- * Added Double conversion to/from System.Time.TimeDiff.
-
- -- John Goerzen <jgoerzen@complete.org> Wed, 11 Mar 2009 14:49:33 -0500
-
-haskell-convertible (1.0.1-2) unstable; urgency=low
-
- * Now build a porfiling version.
-
- -- John Goerzen <jgoerzen@complete.org> Tue, 27 Jan 2009 12:30:31 -0600
-
-haskell-convertible (1.0.1-1) unstable; urgency=low
-
- * New upstream release.
- + Fixes an odd bug with ClockTime <-> POSIXTime conversions before the epoch.
- + Added tests to detect the above bug.
- + New convertVia function.
- + New C type instances.
- + Simplified some existing instances.
-
- -- John Goerzen <jgoerzen@complete.org> Tue, 27 Jan 2009 11:45:24 -0600
-
-haskell-convertible (1.0.0-1) unstable; urgency=low
-
- * Initial release. Closes: #513145.
-
- -- John Goerzen <jgoerzen@complete.org> Tue, 13 Jan 2009 15:04:27 -0600
diff --git a/p/haskell-convertible/debian/compat b/p/haskell-convertible/debian/compat
deleted file mode 100644
index b8626c4cf..000000000
--- a/p/haskell-convertible/debian/compat
+++ /dev/null
@@ -1 +0,0 @@
-4
diff --git a/p/haskell-convertible/debian/control b/p/haskell-convertible/debian/control
deleted file mode 100644
index 22942df0a..000000000
--- a/p/haskell-convertible/debian/control
+++ /dev/null
@@ -1,116 +0,0 @@
-Source: haskell-convertible
-Priority: optional
-Maintainer: John Goerzen <jgoerzen@complete.org>
-Build-Depends: debhelper (>= 4.0.0), ghc6 (>= 6.10), haskell-devscripts (>= 0.6.15), cpphs, haddock, libghc6-mtl-dev, libghc6-time-dev, libghc6-mtl-prof, libghc6-time-prof
-Build-Depends-Indep: debhelper (>= 4.0.0), haddock, hugs (>= 98.200503.08), haskell-devscripts (>= 0.6.15), ghc6 (>= 6.10), cpphs, libghc6-mtl-doc, libghc6-time-doc, ghc6-doc
-Standards-Version: 3.8.0
-Section: libs
-Homepage: http://hackage.haskell.org/cgi-bin/hackage-scripts/package/convertible
-Vcs-Browser: http://git.complete.org/convertible
-Vcs-Git: git://git.complete.org/convertible
-
-Package: libghc6-convertible-dev
-Section: libdevel
-Architecture: any
-Depends: ${haskell:Depends}
-Description: Typeclasses and instances for converting between types, GHC package
- convertible provides a typeclass with a single function
- that is designed to help convert between different types: numeric
- values, dates and times, and the like. The conversions perform bounds
- checking and return a pure Either value. This means that you need
- not remember which specific function performs the conversion you
- desire.
- .
- Also included in the package are optional instances that provide
- conversion for various numeric and time types, as well as utilities
- for writing your own instances.
- .
- Finally, there is a function that will raise an exception on
- bounds-checking violation, or return a bare value otherwise,
- implemented in terms of the safer function described above.
- .
- Convertible is also used by HDBC 2.0 for handling marshalling of
- data to/from databases.
- .
- Convertible is backed by an extensive test suite and passes tests
- on GHC and Hugs.
-
-Package: libghc6-convertible-prof
-Section: libdevel
-Architecture: any
-Depends: ${haskell:Depends}
-Description: Typeclasses and instances for converting between types, GHC profiling package
- convertible provides a typeclass with a single function
- that is designed to help convert between different types: numeric
- values, dates and times, and the like. The conversions perform bounds
- checking and return a pure Either value. This means that you need
- not remember which specific function performs the conversion you
- desire.
- .
- Also included in the package are optional instances that provide
- conversion for various numeric and time types, as well as utilities
- for writing your own instances.
- .
- Finally, there is a function that will raise an exception on
- bounds-checking violation, or return a bare value otherwise,
- implemented in terms of the safer function described above.
- .
- Convertible is also used by HDBC 2.0 for handling marshalling of
- data to/from databases.
- .
- Convertible is backed by an extensive test suite and passes tests
- on GHC and Hugs.
-
-Package: libhugs-convertible
-Section: libs
-Architecture: all
-Depends: ${haskell:Depends}, hugs (>= 98.200503.08)
-Description: Typeclasses and instances for converting between types, Hugs package
- convertible provides a typeclass with a single function
- that is designed to help convert between different types: numeric
- values, dates and times, and the like. The conversions perform bounds
- checking and return a pure Either value. This means that you need
- not remember which specific function performs the conversion you
- desire.
- .
- Also included in the package are optional instances that provide
- conversion for various numeric and time types, as well as utilities
- for writing your own instances.
- .
- Finally, there is a function that will raise an exception on
- bounds-checking violation, or return a bare value otherwise,
- implemented in terms of the safer function described above.
- .
- Convertible is also used by HDBC 2.0 for handling marshalling of
- data to/from databases.
- .
- Convertible is backed by an extensive test suite and passes tests
- on GHC and Hugs.
-
-Package: haskell-convertible-doc
-Section: doc
-Architecture: all
-Depends: ${haskell:Depends}
-Description: Typeclasses and instances for converting between types, documentation
- convertible provides a typeclass with a single function
- that is designed to help convert between different types: numeric
- values, dates and times, and the like. The conversions perform bounds
- checking and return a pure Either value. This means that you need
- not remember which specific function performs the conversion you
- desire.
- .
- Also included in the package are optional instances that provide
- conversion for various numeric and time types, as well as utilities
- for writing your own instances.
- .
- Finally, there is a function that will raise an exception on
- bounds-checking violation, or return a bare value otherwise,
- implemented in terms of the safer function described above.
- .
- Convertible is also used by HDBC 2.0 for handling marshalling of
- data to/from databases.
- .
- Convertible is backed by an extensive test suite and passes tests
- on GHC and Hugs.
- .
- This package provides documentation on the Convertible API.
diff --git a/p/haskell-convertible/debian/copyright b/p/haskell-convertible/debian/copyright
deleted file mode 100644
index 5da97fa73..000000000
--- a/p/haskell-convertible/debian/copyright
+++ /dev/null
@@ -1,26 +0,0 @@
-This is convertible, written and maintained by John Goerzen <jgoerzen@complete.org>
-
-The original source can always be found at:
- http://hackage.haskell.org/cgi-bin/hackage-scripts/package/convertible
-
-The Darcs repository for this program can be accessed with:
- git clone git://git.complete.org/convertible
-
-Copyright (C) 2005-2009 John Goerzen <jgoerzen@complete.org>
-
- This library is free software; you can redistribute it and/or
- modify it under the terms of the GNU Lesser General Public
- License as published by the Free Software Foundation; either
- version 2.1 of the License, or (at your option) any later version.
-
- This library 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
- Lesser General Public License for more details.
-
- You should have received a copy of the GNU Lesser General Public
- License along with this library; if not, write to the Free Software
- Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
-
-On Debian systems, the complete text of the GNU Lesser General
-Public License can be found in `/usr/share/common-licenses/LGPL'.
diff --git a/p/haskell-convertible/debian/rules b/p/haskell-convertible/debian/rules
deleted file mode 100755
index f223a651d..000000000
--- a/p/haskell-convertible/debian/rules
+++ /dev/null
@@ -1,153 +0,0 @@
-#!/usr/bin/make -f
-# -*- makefile -*-
-# Sample debian/rules that uses debhelper.
-# This file was originally written by Joey Hess and Craig Small.
-# As a special exception, when this file is copied by dh-make into a
-# dh-make output file, you may use that output file without restriction.
-# This special exception was added by Craig Small in version 0.37 of dh-make.
-
-# Uncomment this to turn on verbose mode.
-#export DH_VERBOSE=1
-
-
-
-
-CFLAGS = -Wall -g
-
-ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
- CFLAGS += -O0
-else
- CFLAGS += -O2
-endif
-
-# shared library versions, option 1
-version=2.0.5
-major=2
-# option 2, assuming the library is created as src/.libs/libfoo.so.2.0.5 or so
-#version=`ls src/.libs/lib*.so.* | \
-# awk '{if (match($$0,/[0-9]+\.[0-9]+\.[0-9]+$$/)) print substr($$0,RSTART)}'`
-#major=`ls src/.libs/lib*.so.* | \
-# awk '{if (match($$0,/\.so\.[0-9]+$$/)) print substr($$0,RSTART+4)}'`
-
-configure: configure-stamp
-configure-stamp:
- dh_testdir
- # Add here commands to configure the package.
-
- touch configure-stamp
-
-
-build: build-stamp
-build-stamp: configure-stamp
- dh_testdir
-
- #$(MAKE) test
- $(MAKE) clean
-
- # Add here commands to compile the package.
- #$(MAKE)
- #$(MAKE) doc
-
- touch build-stamp
-
-clean:
- dh_testdir
- dh_testroot
- rm -f build-stamp configure-stamp
-
- # Add here commands to clean up after the build process.
- #-$(MAKE) clean
- -./setup clean
- -rm -rf setup Setup.hi Setup.ho Setup.o .*config* dist
- -rm -rf doc
-
- dh_clean
-
-install-a: build
- dh_testdir
- dh_testroot
- dh_clean -k
- dh_installdirs
-
- # Add here commands to install the package into debian/tmp
- #$(MAKE) install DESTDIR=$(CURDIR)/debian/tmp
- dh_haskell -a
- dh_haskell_depends -a
-
-install-i: build
- dh_testdir
- dh_testroot
- dh_clean -k
- dh_installdirs
-
- # Add here commands to install the package into debian/tmp
- #$(MAKE) install DESTDIR=$(CURDIR)/debian/tmp
- dh_haskell -i
-
-
-
-
-# Build architecture-independent files here.
-binary-indep: build install-i
- dh_testdir
- dh_testroot
- dh_installchangelogs -i
- dh_installdocs -i
- dh_installexamples -i
-# dh_install
-# dh_installmenu
-# dh_installdebconf
-# dh_installlogrotate
-# dh_installemacsen
-# dh_installpam
-# dh_installmime
-# dh_installinit
-# dh_installcron
-# dh_installinfo
- dh_installman -i
- dh_link -i
- dh_strip -i
- dh_compress -i -X.haddock
- dh_fixperms -i
-# dh_perl
-# dh_python
-# dh_makeshlibs
- dh_installdeb -i
- dh_shlibdeps -i
- dh_gencontrol -i
- dh_md5sums -i
- dh_builddeb -i
-
-# Build architecture-dependent files here.
-binary-arch: build install-a
- dh_testdir
- dh_testroot
- dh_installchangelogs -a
- dh_installdocs -a
- dh_installexamples -a
-# dh_install
-# dh_installmenu
-# dh_installdebconf
-# dh_installlogrotate
-# dh_installemacsen
-# dh_installpam
-# dh_installmime
-# dh_installinit
-# dh_installcron
-# dh_installinfo
- dh_installman -a
- dh_link -a
- dh_strip -a
- dh_compress -a -X.haddock
- dh_fixperms -a
-# dh_perl
-# dh_python
-# dh_makeshlibs
- dh_installdeb -a
- dh_shlibdeps -a
- dh_gencontrol -a
- dh_md5sums -a
- dh_builddeb -a
-
-binary: binary-indep binary-arch
-.PHONY: build clean binary-indep binary-arch binary install configure