[Pkg-haskell-commits] darcs: haskell-convertible: More prepping for Debian
John Goerzen
jgoerzen at complete.org
Fri Jan 4 14:37:02 UTC 2013
Tue Dec 27 22:41:46 UTC 2005 John Goerzen <jgoerzen at complete.org>
* More prepping for Debian
Ignore-this: d0a175df817cabe2d5202e5843e42f81
R ./README
M ./README.Debian -2 +11
R ./dirs
M ./docs -2 +1
R ./hdbc-dev.dirs
R ./hdbc-dev.install
R ./hdbc1.dirs
R ./hdbc1.install
Tue Dec 27 22:41:46 UTC 2005 John Goerzen <jgoerzen at complete.org>
* More prepping for Debian
Ignore-this: d0a175df817cabe2d5202e5843e42f81
diff -rN -u old-haskell-convertible//dirs new-haskell-convertible//dirs
--- old-haskell-convertible//dirs 2013-01-04 14:36:59.567822416 +0000
+++ new-haskell-convertible//dirs 1970-01-01 00:00:00.000000000 +0000
@@ -1,2 +0,0 @@
-usr/bin
-usr/sbin
diff -rN -u old-haskell-convertible//docs new-haskell-convertible//docs
--- old-haskell-convertible//docs 2013-01-04 14:36:59.567822416 +0000
+++ new-haskell-convertible//docs 2013-01-04 14:37:02.282726025 +0000
@@ -1,3 +1,2 @@
README.txt
-README.txt
-README.txt~
+doc/*
diff -rN -u old-haskell-convertible//hdbc1.dirs new-haskell-convertible//hdbc1.dirs
--- old-haskell-convertible//hdbc1.dirs 2013-01-04 14:36:59.563038348 +0000
+++ new-haskell-convertible//hdbc1.dirs 1970-01-01 00:00:00.000000000 +0000
@@ -1 +0,0 @@
-usr/lib
diff -rN -u old-haskell-convertible//hdbc1.install new-haskell-convertible//hdbc1.install
--- old-haskell-convertible//hdbc1.install 2013-01-04 14:36:59.563038348 +0000
+++ new-haskell-convertible//hdbc1.install 1970-01-01 00:00:00.000000000 +0000
@@ -1 +0,0 @@
-usr/lib/lib*.so.*
diff -rN -u old-haskell-convertible//hdbc-dev.dirs new-haskell-convertible//hdbc-dev.dirs
--- old-haskell-convertible//hdbc-dev.dirs 2013-01-04 14:36:59.567822416 +0000
+++ new-haskell-convertible//hdbc-dev.dirs 1970-01-01 00:00:00.000000000 +0000
@@ -1,2 +0,0 @@
-usr/lib
-usr/include
diff -rN -u old-haskell-convertible//hdbc-dev.install new-haskell-convertible//hdbc-dev.install
--- old-haskell-convertible//hdbc-dev.install 2013-01-04 14:36:59.567822416 +0000
+++ new-haskell-convertible//hdbc-dev.install 1970-01-01 00:00:00.000000000 +0000
@@ -1,6 +0,0 @@
-usr/include/*
-usr/lib/lib*.a
-usr/lib/lib*.so
-usr/lib/pkgconfig/*
-usr/lib/*.la
-usr/share/pkgconfig/*
diff -rN -u old-haskell-convertible//README new-haskell-convertible//README
--- old-haskell-convertible//README 2013-01-04 14:36:59.591399029 +0000
+++ new-haskell-convertible//README 1970-01-01 00:00:00.000000000 +0000
@@ -1,6 +0,0 @@
-The Debian Package hdbc
-----------------------------
-
-Comments regarding the Package
-
-John Goerzen <jgoerzen at complete.org>, Tue, 27 Dec 2005 10:22:53 -0600
diff -rN -u old-haskell-convertible//README.Debian new-haskell-convertible//README.Debian
--- old-haskell-convertible//README.Debian 2013-01-04 14:36:59.567822416 +0000
+++ new-haskell-convertible//README.Debian 2013-01-04 14:37:01.955229310 +0000
@@ -1,6 +1,15 @@
hdbc for Debian
---------------
-<possible notes regarding this package - if none, delete this file>
+To use HDBC in your programs, you'll need a driver package as well.
- -- John Goerzen <jgoerzen at complete.org>, Tue, 27 Dec 2005 10:22:53 -0600
+apt-cache search hdbc will give you a convenient list of the HDBC drivers
+available in Debian.
+
+To use HDBC in GHC, you'll need to use -package HDBC on your command line,
+or, with Cabal, list a Build-Depends on HDBC.
+
+You can find documentation for the HDBC API under
+/usr/share/doc/libhdbc-ghc6-dev or /usr/share/doc/libhdbc-hugs.
+
+ -- John Goerzen <jgoerzen at complete.org>, Tue Dec 27 10:40:56 2005
More information about the Pkg-haskell-commits
mailing list