[Pkg-haskell-commits] darcs: hdbc: More prepping for Debian

John Goerzen jgoerzen at complete.org
Fri Jan 4 15:05:06 UTC 2013


Tue Dec 27 22:41:46 UTC 2005  John Goerzen <jgoerzen at complete.org>
  * More prepping for Debian
  Ignore-this: e0850855d676c48efddef10446969a09
  

    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: e0850855d676c48efddef10446969a09
  
diff -rN -u old-hdbc//dirs new-hdbc//dirs
--- old-hdbc//dirs	2013-01-04 15:05:05.363719488 +0000
+++ new-hdbc//dirs	1970-01-01 00:00:00.000000000 +0000
@@ -1,2 +0,0 @@
-usr/bin
-usr/sbin
diff -rN -u old-hdbc//docs new-hdbc//docs
--- old-hdbc//docs	2013-01-04 15:05:05.359719499 +0000
+++ new-hdbc//docs	2013-01-04 15:05:06.523720128 +0000
@@ -1,3 +1,2 @@
 README.txt
-README.txt
-README.txt~
+doc/*
diff -rN -u old-hdbc//hdbc1.dirs new-hdbc//hdbc1.dirs
--- old-hdbc//hdbc1.dirs	2013-01-04 15:05:05.359719499 +0000
+++ new-hdbc//hdbc1.dirs	1970-01-01 00:00:00.000000000 +0000
@@ -1 +0,0 @@
-usr/lib
diff -rN -u old-hdbc//hdbc1.install new-hdbc//hdbc1.install
--- old-hdbc//hdbc1.install	2013-01-04 15:05:05.359719499 +0000
+++ new-hdbc//hdbc1.install	1970-01-01 00:00:00.000000000 +0000
@@ -1 +0,0 @@
-usr/lib/lib*.so.*
diff -rN -u old-hdbc//hdbc-dev.dirs new-hdbc//hdbc-dev.dirs
--- old-hdbc//hdbc-dev.dirs	2013-01-04 15:05:05.359719499 +0000
+++ new-hdbc//hdbc-dev.dirs	1970-01-01 00:00:00.000000000 +0000
@@ -1,2 +0,0 @@
-usr/lib
-usr/include
diff -rN -u old-hdbc//hdbc-dev.install new-hdbc//hdbc-dev.install
--- old-hdbc//hdbc-dev.install	2013-01-04 15:05:05.359719499 +0000
+++ new-hdbc//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-hdbc//README new-hdbc//README
--- old-hdbc//README	2013-01-04 15:05:05.378241124 +0000
+++ new-hdbc//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-hdbc//README.Debian new-hdbc//README.Debian
--- old-hdbc//README.Debian	2013-01-04 15:05:05.363719488 +0000
+++ new-hdbc//README.Debian	2013-01-04 15:05:06.319720150 +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