diff options
| author | Joachim Breitner <mail@joachim-breitner.de> | 2015-07-13 19:09:11 +0200 |
|---|---|---|
| committer | Joachim Breitner <mail@joachim-breitner.de> | 2015-07-13 19:09:11 +0200 |
| commit | 7ec016198ffce8f09230bd0b0a719709d1f280bb (patch) | |
| tree | d1d8dafb5444ab68b9c7851a85e804458942712c /p/haskelldb-hsql-postgresql/debian | |
| parent | becb5a23607e5a3396b548a1eb9f616452a1cb93 (diff) | |
| download | DHG_packages-7ec016198ffce8f09230bd0b0a719709d1f280bb.tar.gz | |
Remove packages that were imported from old/
We imported them to have them in the history, but they should still be
out of the way.
Diffstat (limited to 'p/haskelldb-hsql-postgresql/debian')
| -rw-r--r-- | p/haskelldb-hsql-postgresql/debian/changelog | 13 | ||||
| -rw-r--r-- | p/haskelldb-hsql-postgresql/debian/compat | 1 | ||||
| -rw-r--r-- | p/haskelldb-hsql-postgresql/debian/control | 38 | ||||
| -rw-r--r-- | p/haskelldb-hsql-postgresql/debian/copyright | 50 | ||||
| -rw-r--r-- | p/haskelldb-hsql-postgresql/debian/haskell-haskelldb-hsql-postgresql-doc.doc-base | 9 | ||||
| -rwxr-xr-x | p/haskelldb-hsql-postgresql/debian/rules | 80 | ||||
| -rw-r--r-- | p/haskelldb-hsql-postgresql/debian/watch | 2 |
7 files changed, 0 insertions, 193 deletions
diff --git a/p/haskelldb-hsql-postgresql/debian/changelog b/p/haskelldb-hsql-postgresql/debian/changelog deleted file mode 100644 index 109671e36..000000000 --- a/p/haskelldb-hsql-postgresql/debian/changelog +++ /dev/null @@ -1,13 +0,0 @@ -haskelldb-hsql-postgresql (0.10-2) UNRELEASED; urgency=low - - * debian/control: Use Debian Haskell Group as Maintainer. - - -- Marco TĂșlio Gontijo e Silva <marcot@riseup.net> Fri, 17 Jul 2009 12:20:10 -0300 - -haskelldb-hsql-postgresql (0.10-1) unstable; urgency=low - - * Initial Debian release. - * New Debian packages due to the dividing of Haskell haskelldb library - into a couple of Haskell libraries. - - -- Arjan Oosting <arjan@debian.org> Thu, 01 May 2008 01:23:17 +0200 diff --git a/p/haskelldb-hsql-postgresql/debian/compat b/p/haskelldb-hsql-postgresql/debian/compat deleted file mode 100644 index 7ed6ff82d..000000000 --- a/p/haskelldb-hsql-postgresql/debian/compat +++ /dev/null @@ -1 +0,0 @@ -5 diff --git a/p/haskelldb-hsql-postgresql/debian/control b/p/haskelldb-hsql-postgresql/debian/control deleted file mode 100644 index 77dfc48d4..000000000 --- a/p/haskelldb-hsql-postgresql/debian/control +++ /dev/null @@ -1,38 +0,0 @@ -Source: haskelldb-hsql-postgresql -Section: devel -Priority: optional -Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org> -Build-Depends: debhelper (>= 5), dpkg-dev (>= 0.13.19), - ghc6 (>= 6.4.2), haskell-devscripts (>= 0.5.6), - libghc6-haskelldb-dev, libghc6-haskelldb-hsql-dev, - libghc6-hsql-postgresql-dev, libghc6-mtl-dev -Build-Depends-Indep: haddock, ghc6-doc, haskell-haskelldb-doc, - haskell-haskelldb-hsql-doc, haskell-hsql-doc, libghc6-mtl-doc -Standards-Version: 3.7.3 -Homepage: http://haskelldb.sourceforge.net/ -Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskelldb-hsql-postgresql/ - -Package: libghc6-haskelldb-hsql-postgresql-dev -Section: libdevel -Architecture: any -Suggests: haskelldb-bin (= ${binary:Version}), libghc6-haskelldb-hsql-postgresql-doc (= ${source:Version}) -Depends: ${haskell:Depends}, ${shlibs:Depends} -Description: GHC6 library for HaskellDB support for the HSQL PostgreSQL driver - HaskellDB is library for expressing database queries and operations - in a type safe and declarative way. This package contains the library - to use the HSQL PostgreSQL driver with HaskellDB for use with GHC 6. - . - HaskellDB compiles a relational algebra-like - syntax into SQL, submits the operations to the database for - processing, and returns the results as ordinary Haskell values. - -Package: haskell-haskelldb-hsql-postgresql-doc -Architecture: all -Section: doc -Recommends: ghc6-doc, haskell-haskelldb-doc, - haskell-haskelldb-hsql-doc, libghc6-mtl-doc -Suggests: doc-base -Description: API documentation of haskelldb-hsql-postgresql - The API documentation of haskelldb-hsql-postgresql which is part of - HaskellDB, a Haskell library for expressing database queries and - operations in a type safe and declarative way. diff --git a/p/haskelldb-hsql-postgresql/debian/copyright b/p/haskelldb-hsql-postgresql/debian/copyright deleted file mode 100644 index f186a8917..000000000 --- a/p/haskelldb-hsql-postgresql/debian/copyright +++ /dev/null @@ -1,50 +0,0 @@ -This package was debianized by Arjan Oosting <arjan@debian.org> on -Wed, 30 April 2008. - -It was downloaded from http:/hackage.debian.org/ - -The original upstream author is Daan Leijen -Later contributions were by Conny Andersson, Martin Andersson, -Mary Bergman, Victor Blomqvist, Bjorn Bringert, Anders Hockersten, -Torbjorn Martin and Jeremy Shaw - -The current upstream maintainers can be reached at -haskelldb-users@lists.sourceforge.net - -Copyright: - -Copyright (c) 1999 Daan Leijen, daan@cs.uu.nl -Copyright (c) 2003-2007 The HaskellDB development team -All rights reserved. - -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 names of the copyright holders nor the names of the - 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. - - -The Debian packaging is (c) 2007, Arjan Oosting <arjan@debian.org> -and is licensed under the same terms as haskelldb libraries itself. diff --git a/p/haskelldb-hsql-postgresql/debian/haskell-haskelldb-hsql-postgresql-doc.doc-base b/p/haskelldb-hsql-postgresql/debian/haskell-haskelldb-hsql-postgresql-doc.doc-base deleted file mode 100644 index 911a3db02..000000000 --- a/p/haskelldb-hsql-postgresql/debian/haskell-haskelldb-hsql-postgresql-doc.doc-base +++ /dev/null @@ -1,9 +0,0 @@ -Document: haskelldb-hsql-postgresql-api -Title: HaskellDB API documentation for the HSQL PostgreSQL driver -Author: Daan Leijen et. al. -Abstract: The API documentation for the HSQL PostgreSQL driver for HaskellDB -Section: Programming/Haskell - -Format: HTML -Index: /usr/share/doc/haskell-haskelldb-hsql-postgresql-doc/html/haskelldb-hsql-postgresql/index.html -Files: /usr/share/doc/haskell-haskelldb-hsql-postgresql-doc/html/haskelldb-hsql-postgresql/*.html diff --git a/p/haskelldb-hsql-postgresql/debian/rules b/p/haskelldb-hsql-postgresql/debian/rules deleted file mode 100755 index c31636e08..000000000 --- a/p/haskelldb-hsql-postgresql/debian/rules +++ /dev/null @@ -1,80 +0,0 @@ -#!/usr/bin/make -f -# -*- makefile -*- -# -# Based on dh-make template containing work of Joey Hess, Craig Small -# and Bill Allombert. -# - -# Include dpatch -#include /usr/share/dpatch/dpatch.make - -# Uncomment this to turn on verbose mode. -#export DH_VERBOSE=1 - -# This has to be exported to make some magic below work. -export DH_OPTIONS - -setup: - dh_testdir - ghc --make Setup -o setup -package Cabal - -build: build-stamp -build-stamp: setup - touch $@ - -clean: clean-patched -clean-patched: - dh_testdir - dh_testroot - rm -f build-stamp - if [ -x setup ] && [ -e .setup-config ]; then ./setup clean ; fi - rm -rf dist html - dh_clean setup Setup.hi Setup.o .*config* - -install: install-arch install-indep -install-arch: build-stamp - dh_testdir - dh_testroot - dh_clean -k -s - dh_installdirs -s - dh_haskell -s - dh_install -s - - -install-indep: build-stamp - dh_testdir - dh_testroot - dh_clean -k -i - dh_installdirs -i - dh_haskell -i - dh_install -i - -# Must not depend on anything. This is to be called by -# binary-arch/binary-indep -# in another 'make' thread. -binary-common: - dh_testdir - dh_testroot - dh_installchangelogs - dh_installdocs - dh_installman - dh_strip - dh_compress -X.haddock - dh_fixperms - dh_installdeb - dh_shlibdeps - dh_haskell_depends - dh_gencontrol - dh_md5sums - dh_builddeb - -# Build architecture independant packages using the common target. -binary-indep: install-indep - $(MAKE) -f debian/rules DH_OPTIONS=-i binary-common - -# Build architecture dependant packages using the common target. -binary-arch: install-arch - $(MAKE) -f debian/rules DH_OPTIONS=-s binary-common - -binary: binary-arch binary-indep -.PHONY: binary binary-arch binary-indep build clean clean-patched install install-arch install-indep diff --git a/p/haskelldb-hsql-postgresql/debian/watch b/p/haskelldb-hsql-postgresql/debian/watch deleted file mode 100644 index 64d98e7de..000000000 --- a/p/haskelldb-hsql-postgresql/debian/watch +++ /dev/null @@ -1,2 +0,0 @@ -version=3 -http://hackage.haskell.org/packages/archive/haskelldb-hsql-postgresql/([\d.]+)/haskelldb-hsql-postgresql-([\d.]+).tar.gz |
