[Pkg-haskell-commits] r1309 - in /packages/haskell-hsql/trunk/debian: changelog control patches/01_update-cabal-file.dpatch
arjan at users.alioth.debian.org
arjan at users.alioth.debian.org
Sun Jan 18 15:51:26 UTC 2009
Author: arjan
Date: Sun Jan 18 15:51:25 2009
New Revision: 1309
URL: http://svn.debian.org/wsvn/pkg-haskell/?sc=1&rev=1309
Log:
* debian/patches/01_update-cabal-file.dpatch: Updated. Adjust the
hsql.cabal for the Cabal version which Debian ships.
- Update Standards-Version.
* Added debian/README.source to describe patch system.
Modified:
packages/haskell-hsql/trunk/debian/changelog
packages/haskell-hsql/trunk/debian/control
packages/haskell-hsql/trunk/debian/patches/01_update-cabal-file.dpatch
Modified: packages/haskell-hsql/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-haskell/packages/haskell-hsql/trunk/debian/changelog?rev=1309&op=diff
==============================================================================
--- packages/haskell-hsql/trunk/debian/changelog (original)
+++ packages/haskell-hsql/trunk/debian/changelog Sun Jan 18 15:51:25 2009
@@ -1,17 +1,16 @@
haskell-hsql (1.7.1-1~pre1) experimental; urgency=low
* New upstream release
-
- -- Arjan Oosting <arjan at debian.org> Sun, 18 Jan 2009 15:50:15 +0100
-
-haskell-hsql (1.7-3~pre1) unstable; urgency=low
-
+ * debian/patches/01_update-cabal-file.dpatch: Updated. Adjust the
+ hsql.cabal for the Cabal version which Debian ships.
* debian/control:
- Change download location.
+ - Update Standards-Version.
+ * Added debian/README.source to describe patch system.
* debian/changelog:
- Fix a spelling error.
- -- Arjan Oosting <arjan at debian.org> Mon, 04 Feb 2008 19:58:29 +0100
+ -- Arjan Oosting <arjan at debian.org> Sun, 18 Jan 2009 16:16:14 +0100
haskell-hsql (1.7-2) unstable; urgency=low
Modified: packages/haskell-hsql/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-haskell/packages/haskell-hsql/trunk/debian/control?rev=1309&op=diff
==============================================================================
--- packages/haskell-hsql/trunk/debian/control (original)
+++ packages/haskell-hsql/trunk/debian/control Sun Jan 18 15:51:25 2009
@@ -5,7 +5,7 @@
Uploaders: VÃctor Pérez Pereira <vperez at debianvenezuela.org>
Build-Depends: debhelper (>= 4.0.0), dpatch, haskell-devscripts (>= 0.6.0), ghc6 (>= 6.8.2), ghc6-prof, cpphs
Build-Depends-Indep: ghc6-doc, haddock
-Standards-Version: 3.7.3
+Standards-Version: 3.8.0
Vcs-Svn: svn://svn.debian.org/svn/pkg-haskell/packages/haskell-hsql
Vcs-Browser: http://svn.debian.org/wsvn/pkg-haskell/packages/haskell-hsql
Modified: packages/haskell-hsql/trunk/debian/patches/01_update-cabal-file.dpatch
URL: http://svn.debian.org/wsvn/pkg-haskell/packages/haskell-hsql/trunk/debian/patches/01_update-cabal-file.dpatch?rev=1309&op=diff
==============================================================================
--- packages/haskell-hsql/trunk/debian/patches/01_update-cabal-file.dpatch (original)
+++ packages/haskell-hsql/trunk/debian/patches/01_update-cabal-file.dpatch Sun Jan 18 15:51:25 2009
@@ -5,14 +5,17 @@
## DP: No description.
@DPATCH@
-diff -urNad haskell-hsql-1.7~/hsql.cabal haskell-hsql-1.7/hsql.cabal
---- haskell-hsql-1.7~/hsql.cabal 2007-04-09 20:49:35.000000000 +0200
-+++ haskell-hsql-1.7/hsql.cabal 2008-01-21 01:03:10.000000000 +0100
-@@ -7,5 +7,5 @@
+diff -urNad haskell-hsql~/hsql.cabal haskell-hsql/hsql.cabal
+--- haskell-hsql~/hsql.cabal 2009-01-18 16:21:00.000000000 +0100
++++ haskell-hsql/hsql.cabal 2009-01-18 16:22:51.000000000 +0100
+@@ -9,8 +9,8 @@
exposed-modules:
Database.HSQL,
Database.HSQL.Types
--build-depends: base
--extensions: ForeignFunctionInterface, TypeSynonymInstances, CPP
-+build-depends: base, old-time
-+extensions: ForeignFunctionInterface, TypeSynonymInstances, CPP, TypeOperators, ScopedTypeVariables, RankNTypes, DeriveDataTypeable
+-build-depends: base==3.*,old-time
++build-depends: base,old-time
+ extensions: ForeignFunctionInterface, TypeSynonymInstances, CPP, RankNTypes, DeriveDataTypeable
+ build-type: Simple
+ license-file: LICENSE
+-cabal-version: >= 1.6
++cabal-version: >= 1.2.3
More information about the Pkg-haskell-commits
mailing list