[Pkg-haskell-commits] darcs: haskell-convertible: Housekeeping and cleaning up of license statements

John Goerzen jgoerzen at complete.org
Fri Jan 4 14:42:01 UTC 2013


Tue Dec 27 22:37:43 UTC 2005  John Goerzen <jgoerzen at complete.org>
  * Housekeeping and cleaning up of license statements
  Ignore-this: 858321c0148b4fe2320392f32b458727
  

    M ./control -10 +31
    M ./copyright -15 +16

Tue Dec 27 22:37:43 UTC 2005  John Goerzen <jgoerzen at complete.org>
  * Housekeeping and cleaning up of license statements
  Ignore-this: 858321c0148b4fe2320392f32b458727
  
diff -rN -u old-haskell-convertible//control new-haskell-convertible//control
--- old-haskell-convertible//control	2013-01-04 14:41:59.083790926 +0000
+++ new-haskell-convertible//control	2013-01-04 14:42:01.435745475 +0000
@@ -1,20 +1,41 @@
 Source: hdbc
 Priority: optional
 Maintainer: John Goerzen <jgoerzen at complete.org>
-Build-Depends: debhelper (>= 4.0.0)
+Build-Depends: debhelper (>= 4.0.0), ghc6 (>= 6.4.1), ghc6 (<< 6.4.1-999), haskell-devscripts (>= 0.5.6), cpphs, haddock
+Build-Depends-Indep: debhelper (>= 4.0.0), haddock, hugs (>= 98.200503.08), haskell-devscripts (>= 0.5.6)
 Standards-Version: 3.6.2
 Section: libs
 
-Package: hdbc-dev
+Package: libghc6-hdbc-dev
 Section: libdevel
 Architecture: any
-Depends: hdbcBROKEN (= ${Source-Version})
-Description: <insert up to 60 chars description>
- <insert long description, indented with spaces>
+Depends: ${haskell:Depends}
+Suggests: libghc6-hdbc-postgresql-dev | libghc6-hdbc-sqlite3-dev, libghc6-hdbc-missingh-dev
+Description: Haskell Database Connectivity, GHC6 package
+ HDBC provides an abstraction layer between Haskell programs and SQL
+ relational databases. This lets you write database code once, in
+ Haskell, and have it work with any number of backend SQL databases
+ (MySQL, Oracle, PostgreSQL, ODBC-compliant databases, etc.)
+ .
+ HDBC is modeled loosely on Perl's DBI interface, though it has also been
+ influenced by Python's DB-API v2, JDBC in Java, and HSQL in Haskell.
+ .
+ To use HDBC, you'll need both this package, and a driver package such
+ as libghc6-hdbc-postgresql-dev.
 
-Package: hdbcBROKEN
+Package: libhugs-hdbc
 Section: libs
-Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}
-Description: <insert up to 60 chars description>
- <insert long description, indented with spaces>
+Architecture: all
+Depends: ${haskell:Depends}
+Description: Haskell Database Connectivity, Hugs package
+ HDBC provides an abstraction layer between Haskell programs and SQL
+ relational databases. This lets you write database code once, in
+ Haskell, and have it work with any number of backend SQL databases
+ (MySQL, Oracle, PostgreSQL, ODBC-compliant databases, etc.)
+ .
+ HDBC is modeled loosely on Perl's DBI interface, though it has also been
+ influenced by Python's DB-API v2, JDBC in Java, and HSQL in Haskell.
+ .
+ To use HDBC, you'll need both this package, and a driver package such
+ as libhugs-hdbc-postgresql.
+
diff -rN -u old-haskell-convertible//copyright new-haskell-convertible//copyright
--- old-haskell-convertible//copyright	2013-01-04 14:41:59.011774909 +0000
+++ new-haskell-convertible//copyright	2013-01-04 14:42:01.431742664 +0000
@@ -4,23 +4,24 @@
 The original source can always be found at:
 	ftp://ftp.debian.org/dists/unstable/main/source/
 
-Copyright (C) 2005  John Goerzen
+The Darcs repository for this program can be accessed with:
+   darcs get --partial http://darcs.complete.org/hdbc
 
-License:
+Copyright (C) 2005 John Goerzen <jgoerzen at complete.org>
 
-  This program is free software; you can redistribute it and/or modify
-  it under the terms of the GNU General Public License as published by
-  the Free Software Foundation; either version 2 of the License, or
-  (at your option) any later version.
-
-  This program is distributed in the hope that it will be useful,
-  but WITHOUT ANY WARRANTY; without even the implied warranty of
-  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-  GNU General Public License for more details.
-
-  You should have received a copy of the GNU General Public License
-  along with this package; if not, write to the Free Software
-  Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
+    This library is free software; you can redistribute it and/or
+    modify it under the terms of the GNU Lesser General Public
+    License as published by the Free Software Foundation; either
+    version 2.1 of the License, or (at your option) any later version.
+
+    This library is distributed in the hope that it will be useful,
+    but WITHOUT ANY WARRANTY; without even the implied warranty of
+    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+    Lesser General Public License for more details.
+
+    You should have received a copy of the GNU Lesser General Public
+    License along with this library; if not, write to the Free Software
+    Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
 
-On Debian systems, the complete text of the GNU General
-Public License can be found in `/usr/share/common-licenses/GPL'.
+On Debian systems, the complete text of the GNU Lesser General
+Public License can be found in `/usr/share/common-licenses/LGPL'.





More information about the Pkg-haskell-commits mailing list