diff options
| author | Joachim Breitner <mail@joachim-breitner.de> | 2013-05-24 12:55:18 +0400 |
|---|---|---|
| committer | Joachim Breitner <mail@joachim-breitner.de> | 2013-05-24 12:55:18 +0400 |
| commit | 88a770ac95ff0086c46fd3541db725d76a545dcc (patch) | |
| tree | 020a49fc1edf3b7eb8747f2d633c37a68bddb934 /p/haskell-maths | |
| parent | ccc69ad9e4f0deca2759086b19bc0b337d0b9f7e (diff) | |
| download | DHG_packages-88a770ac95ff0086c46fd3541db725d76a545dcc.tar.gz | |
haskell-maths: Use substvars for Haskell description blurbs
Diffstat (limited to 'p/haskell-maths')
| -rw-r--r-- | p/haskell-maths/debian/changelog | 1 | ||||
| -rw-r--r-- | p/haskell-maths/debian/control | 18 |
2 files changed, 8 insertions, 11 deletions
diff --git a/p/haskell-maths/debian/changelog b/p/haskell-maths/debian/changelog index 798cff7dd..482c3f2cf 100644 --- a/p/haskell-maths/debian/changelog +++ b/p/haskell-maths/debian/changelog @@ -1,6 +1,7 @@ haskell-maths (0.4.3-3) UNRELEASED; urgency=low * Enable compat level 9 + * Use substvars for Haskell description blurbs -- Joachim Breitner <nomeata@debian.org> Fri, 24 May 2013 09:54:17 +0200 diff --git a/p/haskell-maths/debian/control b/p/haskell-maths/debian/control index cf9f3075c..c2d1e9a68 100644 --- a/p/haskell-maths/debian/control +++ b/p/haskell-maths/debian/control @@ -6,7 +6,7 @@ Uploaders: Iulian Udrea <iulian@physics.org> DM-Upload-Allowed: yes Build-Depends: debhelper (>= 9), cdbs, - haskell-devscripts (>= 0.8.13), + haskell-devscripts (>= 0.8.15), ghc, ghc-prof, libghc-random-dev, @@ -24,14 +24,13 @@ Depends: ${haskell:Depends}, ${shlibs:Depends}, ${misc:Depends} Recommends: ${haskell:Recommends} Suggests: ${haskell:Suggests} Provides: ${haskell:Provides} -Description: Combinatorics, group theory, (non-)commutative algebra +Description: Combinatorics, group theory, (non-)commutative algebra${haskell:ShortBlurb} A library of maths code in the areas of combinatorics, group theory, commutative algebra, and non-commutative algebra. The library is mainly intended for educational purposes, but does have efficient implementations of several fundamental algorithms. . - This package provides a library for the Haskell programming language. - See http://www.haskell.org/ for more information on Haskell. + ${haskell:Blurb} Package: libghc-maths-prof Architecture: any @@ -39,14 +38,13 @@ Depends: ${haskell:Depends}, ${misc:Depends} Recommends: ${haskell:Recommends} Suggests: ${haskell:Suggests} Provides: ${haskell:Provides} -Description: Combinatorics, group theory, (non-)commutative algebra; prof data +Description: Combinatorics, group theory, (non-)commutative algebra${haskell:ShortBlurb} A library of maths code in the areas of combinatorics, group theory, commutative algebra, and non-commutative algebra. The library is mainly intended for educational purposes, but does have efficient implementations of several fundamental algorithms. . - This package provides a library for the Haskell programming language, compiled - for profiling. See http://www.haskell.org/ for more information on Haskell. + ${haskell:Blurb} Package: libghc-maths-doc Section: doc @@ -54,12 +52,10 @@ Architecture: all Depends: ${misc:Depends}, ${haskell:Depends} Recommends: ${haskell:Recommends} Suggests: ${haskell:Suggests} -Description: Combinatorics, group theory, (non-)commutative algebra; docs +Description: Combinatorics, group theory, (non-)commutative algebra${haskell:ShortBlurb} A library of maths code in the areas of combinatorics, group theory, commutative algebra, and non-commutative algebra. The library is mainly intended for educational purposes, but does have efficient implementations of several fundamental algorithms. . - This package provides the documentation for a library for the Haskell - programming language. - See http://www.haskell.org/ for more information on Haskell. + ${haskell:Blurb} |
