mirror of
https://github.com/khibino/haskell-relational-record.git
synced 2024-11-25 08:19:14 +03:00
Rename HDBC-schema-th package and update dependencies.
--HG-- rename : schema-th/GNUmakefile => relational-query-HDBC/GNUmakefile rename : schema-th/LICENSE => relational-query-HDBC/LICENSE rename : schema-th/Setup.hs => relational-query-HDBC/Setup.hs rename : schema-th/debian/changelog => relational-query-HDBC/debian/changelog rename : schema-th/debian/compat => relational-query-HDBC/debian/compat rename : schema-th/debian/control => relational-query-HDBC/debian/control rename : schema-th/debian/copyright => relational-query-HDBC/debian/copyright rename : schema-th/debian/rules => relational-query-HDBC/debian/rules rename : schema-th/debian/source/format => relational-query-HDBC/debian/source/format rename : schema-th/debian/watch => relational-query-HDBC/debian/watch rename : schema-th/HDBC-schema-th.cabal => relational-query-HDBC/relational-query-HDBC.cabal rename : schema-th/src/Database/HDBC/Record/InternalTH.hs => relational-query-HDBC/src/Database/HDBC/Record/InternalTH.hs rename : schema-th/src/Database/HDBC/Record/Persistable.hs => relational-query-HDBC/src/Database/HDBC/Record/Persistable.hs rename : schema-th/src/Database/HDBC/Record/Query.hs => relational-query-HDBC/src/Database/HDBC/Record/Query.hs rename : schema-th/src/Database/HDBC/Record/Singleton.hs => relational-query-HDBC/src/Database/HDBC/Record/Singleton.hs rename : schema-th/src/Database/HDBC/Record/TH.hs => relational-query-HDBC/src/Database/HDBC/Record/TH.hs rename : schema-th/src/Database/HDBC/Schema/Driver.hs => relational-query-HDBC/src/Database/HDBC/Schema/Driver.hs rename : schema-th/src/Database/HDBC/Schema/IBMDB2.hs => relational-query-HDBC/src/Database/HDBC/Schema/IBMDB2.hs rename : schema-th/src/Database/HDBC/Schema/PostgreSQL.hs => relational-query-HDBC/src/Database/HDBC/Schema/PostgreSQL.hs rename : schema-th/src/Database/HDBC/SqlValueExtra.hs => relational-query-HDBC/src/Database/HDBC/SqlValueExtra.hs rename : schema-th/src/Database/HDBC/TH.hs => relational-query-HDBC/src/Database/HDBC/TH.hs
This commit is contained in:
parent
0f273db87c
commit
06dfdd6014
6
relational-query-HDBC/debian/changelog
Normal file
6
relational-query-HDBC/debian/changelog
Normal file
@ -0,0 +1,6 @@
|
||||
haskell-relational-query-hdbc (0.0.1.0-1~hackage1) unstable; urgency=low
|
||||
|
||||
* Debianization generated by cabal-debian
|
||||
|
||||
-- Kei Hibino <ex8k.hibino@gmail.com> Wed, 15 May 2013 15:22:00 +0900
|
||||
|
@ -1,4 +1,4 @@
|
||||
Source: haskell-hdbc-schema-th
|
||||
Source: haskell-relational-query-hdbc
|
||||
Priority: extra
|
||||
Section: haskell
|
||||
Maintainer: Kei Hibino <ex8k.hibino@gmail.com>
|
||||
@ -19,10 +19,12 @@ Build-Depends: debhelper (>= 7.0)
|
||||
, libghc-containers-prof | ghc-prof
|
||||
, libghc-convertible-dev
|
||||
, libghc-convertible-prof
|
||||
, libghc-names-th-dev
|
||||
, libghc-names-th-prof
|
||||
, libghc-relational-join-dev
|
||||
, libghc-relational-join-prof
|
||||
, libghc-template-haskell-dev | ghc
|
||||
, libghc-template-haskell-prof | ghc-prof
|
||||
, libghc-time-dev | ghc
|
||||
, libghc-time-prof | ghc-prof
|
||||
Build-Depends-Indep: ghc-doc
|
||||
, libghc-db-record-doc
|
||||
, libghc-hdbc-doc (>= 2)
|
||||
@ -30,12 +32,13 @@ Build-Depends-Indep: ghc-doc
|
||||
, libghc-base-doc (<< 5) | ghc-doc
|
||||
, libghc-containers-doc | ghc-doc
|
||||
, libghc-convertible-doc
|
||||
, libghc-names-th-doc
|
||||
, libghc-relational-join-doc
|
||||
, libghc-template-haskell-doc | ghc-doc
|
||||
, libghc-time-doc | ghc-doc
|
||||
Standards-Version: 3.9.3
|
||||
Homepage: http://twitter.com/khibino
|
||||
|
||||
Package: libghc-hdbc-schema-th-dev
|
||||
Package: libghc-relational-query-hdbc-dev
|
||||
Architecture: any
|
||||
Depends: ${shlibs:Depends}
|
||||
, ${haskell:Depends}
|
||||
@ -43,44 +46,50 @@ Depends: ${shlibs:Depends}
|
||||
Recommends: ${haskell:Recommends}
|
||||
Suggests: ${haskell:Suggests}
|
||||
Provides: ${haskell:Provides}
|
||||
Description: Database access template for HDBC using database system catalogs
|
||||
This package contains template haskell functions to generate codes
|
||||
correspond to Database table definitions and functions which read
|
||||
table and index definitions from Database system catalogs.
|
||||
Description: HDBC instance of relational join and typed query for HDBC
|
||||
This package contains HDBC instance of relational-join and
|
||||
typed query for HDBC.
|
||||
Generating Database table definitions and functions for
|
||||
relational-join by reading table and index definitions
|
||||
from Database system catalogs.
|
||||
.
|
||||
Author: Kei Hibino
|
||||
Upstream-Maintainer: ex8k.hibino@gmail.com
|
||||
.
|
||||
This package contains the normal library files.
|
||||
|
||||
Package: libghc-hdbc-schema-th-prof
|
||||
Package: libghc-relational-query-hdbc-prof
|
||||
Architecture: any
|
||||
Depends: ${haskell:Depends}
|
||||
, ${misc:Depends}
|
||||
Recommends: ${haskell:Recommends}
|
||||
Suggests: ${haskell:Suggests}
|
||||
Provides: ${haskell:Provides}
|
||||
Description: Database access template for HDBC using database system catalogs
|
||||
This package contains template haskell functions to generate codes
|
||||
correspond to Database table definitions and functions which read
|
||||
table and index definitions from Database system catalogs.
|
||||
Description: HDBC instance of relational join and typed query for HDBC
|
||||
This package contains HDBC instance of relational-join and
|
||||
typed query for HDBC.
|
||||
Generating Database table definitions and functions for
|
||||
relational-join by reading table and index definitions
|
||||
from Database system catalogs.
|
||||
.
|
||||
Author: Kei Hibino
|
||||
Upstream-Maintainer: ex8k.hibino@gmail.com
|
||||
.
|
||||
This package contains the libraries compiled with profiling enabled.
|
||||
|
||||
Package: libghc-hdbc-schema-th-doc
|
||||
Package: libghc-relational-query-hdbc-doc
|
||||
Architecture: all
|
||||
Section: doc
|
||||
Depends: ${haskell:Depends}
|
||||
, ${misc:Depends}
|
||||
Recommends: ${haskell:Recommends}
|
||||
Suggests: ${haskell:Suggests}
|
||||
Description: Database access template for HDBC using database system catalogs
|
||||
This package contains template haskell functions to generate codes
|
||||
correspond to Database table definitions and functions which read
|
||||
table and index definitions from Database system catalogs.
|
||||
Description: HDBC instance of relational join and typed query for HDBC
|
||||
This package contains HDBC instance of relational-join and
|
||||
typed query for HDBC.
|
||||
Generating Database table definitions and functions for
|
||||
relational-join by reading table and index definitions
|
||||
from Database system catalogs.
|
||||
.
|
||||
Author: Kei Hibino
|
||||
Upstream-Maintainer: ex8k.hibino@gmail.com
|
11
relational-query-HDBC/debian/rules
Executable file
11
relational-query-HDBC/debian/rules
Executable file
@ -0,0 +1,11 @@
|
||||
#!/usr/bin/make -f
|
||||
|
||||
DEB_CABAL_PACKAGE = relational-query-hdbc
|
||||
|
||||
include /usr/share/cdbs/1/rules/debhelper.mk
|
||||
include /usr/share/cdbs/1/class/hlibrary.mk
|
||||
|
||||
|
||||
# How to install an extra file into the documentation package
|
||||
#binary-fixup/libghc-relational-query-hdbc-doc::
|
||||
# echo "Some informative text" > debian/libghc-relational-query-hdbc-doc/usr/share/doc/libghc-relational-query-hdbc-doc/AnExtraDocFile
|
5
relational-query-HDBC/debian/watch
Normal file
5
relational-query-HDBC/debian/watch
Normal file
@ -0,0 +1,5 @@
|
||||
version=3
|
||||
opts="downloadurlmangle=s|archive/([\w\d_-]+)/([\d\.]+)/|archive/$1/$2/$1-$2.tar.gz|,\
|
||||
filenamemangle=s|(.*)/$|relational-query-HDBC-$1.tar.gz|" \
|
||||
http://hackage.haskell.org/packages/archive/relational-query-HDBC \
|
||||
([\d\.]*\d)/
|
@ -1,10 +1,12 @@
|
||||
|
||||
name: HDBC-schema-th
|
||||
name: relational-query-HDBC
|
||||
version: 0.0.1.0
|
||||
synopsis: Database access template for HDBC using database system catalogs
|
||||
description: This package contains template haskell functions to generate codes
|
||||
correspond to Database table definitions and functions which read
|
||||
table and index definitions from Database system catalogs.
|
||||
synopsis: HDBC instance of relational join and typed query for HDBC
|
||||
description: This package contains HDBC instance of relational-join and
|
||||
typed query for HDBC.
|
||||
Generating Database table definitions and functions for
|
||||
relational-join by reading table and index definitions
|
||||
from Database system catalogs.
|
||||
homepage: http://twitter.com/khibino
|
||||
license: BSD3
|
||||
license-file: LICENSE
|
||||
@ -34,11 +36,9 @@ library
|
||||
|
||||
build-depends: base <5
|
||||
, containers
|
||||
, time
|
||||
, convertible
|
||||
, template-haskell
|
||||
, names-th
|
||||
, sql-words
|
||||
, DB-record
|
||||
, relational-join
|
||||
, HDBC >=2
|
@ -1,6 +0,0 @@
|
||||
haskell-hdbc-schema-th (0.0.1.0-1~hackage1) unstable; urgency=low
|
||||
|
||||
* Debianization generated by cabal-debian
|
||||
|
||||
-- Kei Hibino <ex8k.hibino@gmail.com> Sat, 13 Apr 2013 19:03:51 +0900
|
||||
|
@ -1,12 +0,0 @@
|
||||
#!/usr/bin/make -f
|
||||
|
||||
DEB_CABAL_PACKAGE = hdbc-schema-th
|
||||
DEB_SETUP_GHC_CONFIGURE_ARGS = --disable-tests
|
||||
|
||||
include /usr/share/cdbs/1/rules/debhelper.mk
|
||||
include /usr/share/cdbs/1/class/hlibrary.mk
|
||||
|
||||
|
||||
# How to install an extra file into the documentation package
|
||||
#binary-fixup/libghc-hdbc-schema-th-doc::
|
||||
# echo "Some informative text" > debian/libghc-hdbc-schema-th-doc/usr/share/doc/libghc-hdbc-schema-th-doc/AnExtraDocFile
|
@ -1,5 +0,0 @@
|
||||
version=3
|
||||
opts="downloadurlmangle=s|archive/([\w\d_-]+)/([\d\.]+)/|archive/$1/$2/$1-$2.tar.gz|,\
|
||||
filenamemangle=s|(.*)/$|HDBC-schema-th-$1.tar.gz|" \
|
||||
http://hackage.haskell.org/packages/archive/HDBC-schema-th \
|
||||
([\d\.]*\d)/
|
Loading…
Reference in New Issue
Block a user