[Pkg-haskell-commits] darcs: tools: Bindings to C library.
Marco Túlio Gontijo e Silva
marcot at debian.org
Wed Mar 31 18:44:27 UTC 2010
Wed Mar 31 18:34:20 UTC 2010 Marco T[_\c3_][_\ba_]lio Gontijo e Silva <marcot at debian.org>
* Bindings to C library.
Ignore-this: c899536a568d30eb8ea6b57783d88a50
M ./template-debian/control -6 +8
Wed Mar 31 18:34:20 UTC 2010 Marco Túlio Gontijo e Silva <marcot at debian.org>
* Bindings to C library.
Ignore-this: c899536a568d30eb8ea6b57783d88a50
diff -rN -u old-tools/template-debian/control new-tools/template-debian/control
--- old-tools/template-debian/control 2010-03-31 18:44:27.257860781 +0000
+++ new-tools/template-debian/control 2010-03-31 18:44:27.257860781 +0000
@@ -10,6 +10,7 @@
, ghc6-prof
, libghc6-bar-dev
, libghc6-bar-prof
+ , libfoo-dev
Build-Depends-Indep: ghc6-doc
, libghc6-bar-doc
Standards-Version: 3.8.4
@@ -22,6 +23,7 @@
Depends: ${haskell:Depends}
, ${shlibs:Depends}
, ${misc:Depends}
+ , libfoo-dev
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
Provides: ${haskell:Provides}
@@ -29,8 +31,8 @@
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
.
- This is the long description of the foo package. This package was invented to
- be used as an example for the Package Template.
+ This package contains Haskell bindings for the functions and data structures
+ defined in the foo C library.
Package: libghc6-foo-prof
Architecture: any
@@ -45,8 +47,8 @@
compiled for profiling.
See http://www.haskell.org/ for more information on Haskell.
.
- This is the long description of the foo package. This package was invented to
- be used as an example for the Package Template.
+ This package contains Haskell bindings for the functions and data structures
+ defined in the foo C library.
Package: libghc6-foo-doc
Section: doc
@@ -59,5 +61,5 @@
programming language.
See http://www.haskell.org/ for more information on Haskell.
.
- This is the long description of the foo package. This package was invented to
- be used as an example for the Package Template.
+ This package contains Haskell bindings for the functions and data structures
+ defined in the foo C library.
More information about the Pkg-haskell-commits
mailing list