mirror of
https://github.com/khibino/haskell-relational-record.git
synced 2024-11-25 08:19:14 +03:00
Add packages into debian-dir-201511.
This commit is contained in:
parent
033796f872
commit
5b9e81fba1
5
debian-backup/persistable-types-HDBC-pg/debian/changelog
Normal file
5
debian-backup/persistable-types-HDBC-pg/debian/changelog
Normal file
@ -0,0 +1,5 @@
|
||||
haskell-persistable-types-hdbc-pg (0.0.1.1-1~autogen1) unstable; urgency=low
|
||||
|
||||
* Debianization generated by cabal-debian
|
||||
|
||||
-- Kei Hibino <ex8k.hibino@gmail.com> Sat, 26 Dec 2015 13:34:18 +0900
|
1
debian-backup/persistable-types-HDBC-pg/debian/compat
Normal file
1
debian-backup/persistable-types-HDBC-pg/debian/compat
Normal file
@ -0,0 +1 @@
|
||||
9
|
72
debian-backup/persistable-types-HDBC-pg/debian/control
Normal file
72
debian-backup/persistable-types-HDBC-pg/debian/control
Normal file
@ -0,0 +1,72 @@
|
||||
Source: haskell-persistable-types-hdbc-pg
|
||||
Maintainer: Kei Hibino <ex8k.hibino@gmail.com>
|
||||
Priority: optional
|
||||
Section: haskell
|
||||
Build-Depends: debhelper (>= 7.0)
|
||||
, haskell-devscripts (>= 0.8)
|
||||
, cdbs
|
||||
, ghc
|
||||
, ghc-prof
|
||||
, libghc-hdbc-dev
|
||||
, libghc-hdbc-prof
|
||||
, libghc-convertible-dev
|
||||
, libghc-convertible-prof
|
||||
, libghc-persistable-record-dev
|
||||
, libghc-persistable-record-prof
|
||||
, libghc-relational-query-hdbc-dev
|
||||
, libghc-relational-query-hdbc-prof
|
||||
, libghc-text-postgresql-dev
|
||||
, libghc-text-postgresql-prof
|
||||
Build-Depends-Indep: ghc-doc
|
||||
, libghc-hdbc-doc
|
||||
, libghc-convertible-doc
|
||||
, libghc-persistable-record-doc
|
||||
, libghc-relational-query-hdbc-doc
|
||||
, libghc-text-postgresql-doc
|
||||
|
||||
Package: libghc-persistable-types-hdbc-pg-dev
|
||||
Architecture: any
|
||||
Depends: ${shlibs:Depends}
|
||||
, ${haskell:Depends}
|
||||
, ${misc:Depends}
|
||||
Recommends: ${haskell:Recommends}
|
||||
Suggests: ${haskell:Suggests}
|
||||
Conflicts: ${haskell:Conflicts}
|
||||
Provides: ${haskell:Provides}
|
||||
Replaces: ${haskell:Replaces}
|
||||
Description: HDBC Convertible instances and HRR persistable instances of PostgreSQL extended types
|
||||
.
|
||||
This package provides a library for the Haskell programming language.
|
||||
See http:///www.haskell.org/ for more information on Haskell.
|
||||
|
||||
Package: libghc-persistable-types-hdbc-pg-prof
|
||||
Architecture: any
|
||||
Depends: ${shlibs:Depends}
|
||||
, ${haskell:Depends}
|
||||
, ${misc:Depends}
|
||||
Recommends: ${haskell:Recommends}
|
||||
Suggests: ${haskell:Suggests}
|
||||
Conflicts: ${haskell:Conflicts}
|
||||
Provides: ${haskell:Provides}
|
||||
Replaces: ${haskell:Replaces}
|
||||
Description: HDBC Convertible instances and HRR persistable instances of PostgreSQL extended types
|
||||
.
|
||||
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-persistable-types-hdbc-pg-doc
|
||||
Architecture: all
|
||||
Section: doc
|
||||
Depends: ${shlibs:Depends}
|
||||
, ${haskell:Depends}
|
||||
, ${misc:Depends}
|
||||
Recommends: ${haskell:Recommends}
|
||||
Suggests: ${haskell:Suggests}
|
||||
Conflicts: ${haskell:Conflicts}
|
||||
Provides: ${haskell:Provides}
|
||||
Replaces: ${haskell:Replaces}
|
||||
Description: HDBC Convertible instances and HRR persistable instances of PostgreSQL extended types
|
||||
.
|
||||
This package provides the documentation for a library for the Haskell
|
||||
programming language.
|
||||
See http:///www.haskell.org/ for more information on Haskell.
|
31
debian-backup/persistable-types-HDBC-pg/debian/copyright
Normal file
31
debian-backup/persistable-types-HDBC-pg/debian/copyright
Normal file
@ -0,0 +1,31 @@
|
||||
Copyright (c) 2015, Kei Hibino
|
||||
|
||||
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 name of Kei Hibino nor the names of other
|
||||
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.
|
||||
|
8
debian-backup/persistable-types-HDBC-pg/debian/rules
Executable file
8
debian-backup/persistable-types-HDBC-pg/debian/rules
Executable file
@ -0,0 +1,8 @@
|
||||
#!/usr/bin/make -f
|
||||
|
||||
DEB_CABAL_PACKAGE = persistable-types-hdbc-pg
|
||||
DEB_DEFAULT_COMPILER = ghc
|
||||
|
||||
include /usr/share/cdbs/1/rules/debhelper.mk
|
||||
include /usr/share/cdbs/1/class/hlibrary.mk
|
||||
|
@ -0,0 +1 @@
|
||||
3.0 (quilt)
|
5
debian-backup/persistable-types-HDBC-pg/debian/watch
Normal file
5
debian-backup/persistable-types-HDBC-pg/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|(.*)/$|persistable-types-HDBC-pg-$1.tar.gz|" \
|
||||
http://hackage.haskell.org/package/persistable-types-HDBC-pg \
|
||||
([\d\.]*\d)/
|
5
debian-backup/text-postgresql/debian/changelog
Normal file
5
debian-backup/text-postgresql/debian/changelog
Normal file
@ -0,0 +1,5 @@
|
||||
haskell-text-postgresql (0.0.1.0-1~autogen1) unstable; urgency=low
|
||||
|
||||
* Debianization generated by cabal-debian
|
||||
|
||||
-- Kei Hibino <ex8k.hibino@gmail.com> Sat, 26 Dec 2015 13:34:16 +0900
|
1
debian-backup/text-postgresql/debian/compat
Normal file
1
debian-backup/text-postgresql/debian/compat
Normal file
@ -0,0 +1 @@
|
||||
9
|
81
debian-backup/text-postgresql/debian/control
Normal file
81
debian-backup/text-postgresql/debian/control
Normal file
@ -0,0 +1,81 @@
|
||||
Source: haskell-text-postgresql
|
||||
Maintainer: Kei Hibino <ex8k.hibino@gmail.com>
|
||||
Priority: optional
|
||||
Section: haskell
|
||||
Build-Depends: debhelper (>= 7.0)
|
||||
, haskell-devscripts (>= 0.8)
|
||||
, cdbs
|
||||
, ghc
|
||||
, ghc-prof
|
||||
, libghc-dlist-dev
|
||||
, libghc-dlist-prof
|
||||
, libghc-transformers-dev
|
||||
, libghc-transformers-prof
|
||||
Build-Depends-Indep: ghc-doc
|
||||
, libghc-dlist-doc
|
||||
, libghc-transformers-doc
|
||||
|
||||
Package: libghc-text-postgresql-dev
|
||||
Architecture: any
|
||||
Depends: ${shlibs:Depends}
|
||||
, ${haskell:Depends}
|
||||
, ${misc:Depends}
|
||||
Recommends: ${haskell:Recommends}
|
||||
Suggests: ${haskell:Suggests}
|
||||
Conflicts: ${haskell:Conflicts}
|
||||
Provides: ${haskell:Provides}
|
||||
Replaces: ${haskell:Replaces}
|
||||
Description: Parser and Printer of PostgreSQL extended types
|
||||
This package involves parser and printer for
|
||||
text expressions of PostgreSQL extended types.
|
||||
- inet type, cidr type
|
||||
.
|
||||
Author: Kei Hibino
|
||||
Upstream-Maintainer: ex8k.hibino@gmail.com
|
||||
.
|
||||
This package provides a library for the Haskell programming language.
|
||||
See http:///www.haskell.org/ for more information on Haskell.
|
||||
|
||||
Package: libghc-text-postgresql-prof
|
||||
Architecture: any
|
||||
Depends: ${shlibs:Depends}
|
||||
, ${haskell:Depends}
|
||||
, ${misc:Depends}
|
||||
Recommends: ${haskell:Recommends}
|
||||
Suggests: ${haskell:Suggests}
|
||||
Conflicts: ${haskell:Conflicts}
|
||||
Provides: ${haskell:Provides}
|
||||
Replaces: ${haskell:Replaces}
|
||||
Description: Parser and Printer of PostgreSQL extended types
|
||||
This package involves parser and printer for
|
||||
text expressions of PostgreSQL extended types.
|
||||
- inet type, cidr type
|
||||
.
|
||||
Author: Kei Hibino
|
||||
Upstream-Maintainer: ex8k.hibino@gmail.com
|
||||
.
|
||||
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-text-postgresql-doc
|
||||
Architecture: all
|
||||
Section: doc
|
||||
Depends: ${shlibs:Depends}
|
||||
, ${haskell:Depends}
|
||||
, ${misc:Depends}
|
||||
Recommends: ${haskell:Recommends}
|
||||
Suggests: ${haskell:Suggests}
|
||||
Conflicts: ${haskell:Conflicts}
|
||||
Provides: ${haskell:Provides}
|
||||
Replaces: ${haskell:Replaces}
|
||||
Description: Parser and Printer of PostgreSQL extended types
|
||||
This package involves parser and printer for
|
||||
text expressions of PostgreSQL extended types.
|
||||
- inet type, cidr type
|
||||
.
|
||||
Author: Kei Hibino
|
||||
Upstream-Maintainer: ex8k.hibino@gmail.com
|
||||
.
|
||||
This package provides the documentation for a library for the Haskell
|
||||
programming language.
|
||||
See http:///www.haskell.org/ for more information on Haskell.
|
31
debian-backup/text-postgresql/debian/copyright
Normal file
31
debian-backup/text-postgresql/debian/copyright
Normal file
@ -0,0 +1,31 @@
|
||||
Copyright (c) 2015, Kei Hibino
|
||||
|
||||
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 name of Kei Hibino nor the names of other
|
||||
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.
|
||||
|
8
debian-backup/text-postgresql/debian/rules
Executable file
8
debian-backup/text-postgresql/debian/rules
Executable file
@ -0,0 +1,8 @@
|
||||
#!/usr/bin/make -f
|
||||
|
||||
DEB_CABAL_PACKAGE = text-postgresql
|
||||
DEB_DEFAULT_COMPILER = ghc
|
||||
|
||||
include /usr/share/cdbs/1/rules/debhelper.mk
|
||||
include /usr/share/cdbs/1/class/hlibrary.mk
|
||||
|
1
debian-backup/text-postgresql/debian/source/format
Normal file
1
debian-backup/text-postgresql/debian/source/format
Normal file
@ -0,0 +1 @@
|
||||
3.0 (quilt)
|
5
debian-backup/text-postgresql/debian/watch
Normal file
5
debian-backup/text-postgresql/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|(.*)/$|text-postgresql-$1.tar.gz|" \
|
||||
http://hackage.haskell.org/package/text-postgresql \
|
||||
([\d\.]*\d)/
|
Loading…
Reference in New Issue
Block a user