mirror of
https://github.com/khibino/haskell-relational-record.git
synced 2025-01-07 13:46:41 +03:00
Update debianization.
This commit is contained in:
parent
cb09ebc455
commit
21cf2eeea7
@ -2,5 +2,4 @@ haskell-names-th (0.0.1.0-1~hackage1) unstable; urgency=low
|
||||
|
||||
* Debianization generated by cabal-debian
|
||||
|
||||
-- Kei Hibino <ex8k.hibino@gmail.com> Tue, 07 May 2013 17:07:39 +0900
|
||||
|
||||
-- Kei Hibino <ex8k.hibino@gmail.com> Fri, 20 Dec 2013 19:47:44 +0900
|
||||
|
@ -1 +1 @@
|
||||
7
|
||||
9
|
||||
|
@ -1,7 +1,7 @@
|
||||
Source: haskell-names-th
|
||||
Priority: extra
|
||||
Section: haskell
|
||||
Maintainer: Kei Hibino <ex8k.hibino@gmail.com>
|
||||
Priority: optional
|
||||
Section: haskell
|
||||
Build-Depends: debhelper (>= 7.0)
|
||||
, haskell-devscripts (>= 0.8)
|
||||
, cdbs
|
||||
@ -14,8 +14,6 @@ Build-Depends: debhelper (>= 7.0)
|
||||
Build-Depends-Indep: ghc-doc
|
||||
, libghc-base-doc (<< 5) | ghc-doc
|
||||
, libghc-template-haskell-doc | ghc-doc
|
||||
Standards-Version: 3.9.3
|
||||
Homepage: http://twitter.com/khibino
|
||||
|
||||
Package: libghc-names-th-dev
|
||||
Architecture: any
|
||||
@ -24,41 +22,57 @@ Depends: ${shlibs:Depends}
|
||||
, ${misc:Depends}
|
||||
Recommends: ${haskell:Recommends}
|
||||
Suggests: ${haskell:Suggests}
|
||||
Conflicts: ${haskell:Conflicts}
|
||||
Provides: ${haskell:Provides}
|
||||
Replaces: ${haskell:Replaces}
|
||||
Description: Manipulate name strings for TH
|
||||
This package includes functions to manipulate name string for Template Haskell.
|
||||
This package includes functions to manipulate name string
|
||||
and extra library functions for Template Haskell.
|
||||
.
|
||||
Author: Kei Hibino
|
||||
Upstream-Maintainer: ex8k.hibino@gmail.com
|
||||
.
|
||||
This package contains the normal library files.
|
||||
This package provides a library for the Haskell programming language.
|
||||
See http:///www.haskell.org/ for more information on Haskell.
|
||||
|
||||
Package: libghc-names-th-prof
|
||||
Architecture: any
|
||||
Depends: ${haskell:Depends}
|
||||
Depends: ${shlibs:Depends}
|
||||
, ${haskell:Depends}
|
||||
, ${misc:Depends}
|
||||
Recommends: ${haskell:Recommends}
|
||||
Suggests: ${haskell:Suggests}
|
||||
Conflicts: ${haskell:Conflicts}
|
||||
Provides: ${haskell:Provides}
|
||||
Replaces: ${haskell:Replaces}
|
||||
Description: Manipulate name strings for TH
|
||||
This package includes functions to manipulate name string for Template Haskell.
|
||||
This package includes functions to manipulate name string
|
||||
and extra library functions for Template Haskell.
|
||||
.
|
||||
Author: Kei Hibino
|
||||
Upstream-Maintainer: ex8k.hibino@gmail.com
|
||||
.
|
||||
This package contains the libraries compiled with profiling enabled.
|
||||
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-names-th-doc
|
||||
Architecture: all
|
||||
Section: doc
|
||||
Depends: ${haskell:Depends}
|
||||
Depends: ${shlibs:Depends}
|
||||
, ${haskell:Depends}
|
||||
, ${misc:Depends}
|
||||
Recommends: ${haskell:Recommends}
|
||||
Suggests: ${haskell:Suggests}
|
||||
Conflicts: ${haskell:Conflicts}
|
||||
Provides: ${haskell:Provides}
|
||||
Replaces: ${haskell:Replaces}
|
||||
Description: Manipulate name strings for TH
|
||||
This package includes functions to manipulate name string for Template Haskell.
|
||||
This package includes functions to manipulate name string
|
||||
and extra library functions for Template Haskell.
|
||||
.
|
||||
Author: Kei Hibino
|
||||
Upstream-Maintainer: ex8k.hibino@gmail.com
|
||||
.
|
||||
This package contains the documentation files.
|
||||
This package provides the documentation for a library for the Haskell
|
||||
programming language.
|
||||
See http:///www.haskell.org/ for more information on Haskell.
|
||||
|
@ -5,7 +5,3 @@ DEB_CABAL_PACKAGE = names-th
|
||||
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-names-th-doc::
|
||||
# echo "Some informative text" > debian/libghc-names-th-doc/usr/share/doc/libghc-names-th-doc/AnExtraDocFile
|
||||
|
@ -1 +1 @@
|
||||
3.0 (quilt)
|
||||
3.0 (quilt)
|
||||
|
@ -1,5 +1,5 @@
|
||||
version=3
|
||||
opts="downloadurlmangle=s|archive/([\w\d_-]+)/([\d\.]+)/|archive/$1/$2/$1-$2.tar.gz|,\
|
||||
filenamemangle=s|(.*)/$|names-th-$1.tar.gz|" \
|
||||
http://hackage.haskell.org/packages/archive/names-th \
|
||||
http://hackage.haskell.org/package/names-th \
|
||||
([\d\.]*\d)/
|
||||
|
Loading…
Reference in New Issue
Block a user