[Pkg-haskell-commits] r1180 - in /packages/haskelldb/trunk: Setup.lhs debian/changelog debian/control debian/haskelldb-dev.dirs debian/haskelldb-dev.install

arjan at users.alioth.debian.org arjan at users.alioth.debian.org
Wed Apr 30 21:44:57 UTC 2008


Author: arjan
Date: Wed Apr 30 21:44:57 2008
New Revision: 1180

URL: http://svn.debian.org/wsvn/pkg-haskell/?sc=1&rev=1180
Log:
 r116 at reddwarf:  arjan | 2008-04-30 23:02:03 +0200
 * debian/control:
   - Drop un-needed build dependencies on autotools-dev, dctrl-tools and
     libghc6-mtl-prof.
   - Drop the ${binary:Version} in the dependency on haskelldb-bin which
     is build from another source package.
   - Let the VCS-* fields point to the trunk.
 * debian/haskelldb-dev.{dirs,install}: removed this cruft.
 * Setup.lhs: Removed this cruft also.

Removed:
    packages/haskelldb/trunk/Setup.lhs
    packages/haskelldb/trunk/debian/haskelldb-dev.dirs
    packages/haskelldb/trunk/debian/haskelldb-dev.install
Modified:
    packages/haskelldb/trunk/debian/changelog
    packages/haskelldb/trunk/debian/control

Modified: packages/haskelldb/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-haskell/packages/haskelldb/trunk/debian/changelog?rev=1180&op=diff
==============================================================================
--- packages/haskelldb/trunk/debian/changelog (original)
+++ packages/haskelldb/trunk/debian/changelog Wed Apr 30 21:44:57 2008
@@ -1,3 +1,16 @@
+haskelldb (0.10-4~pre1) unstable; urgency=low
+
+  * debian/control:
+    - Drop un-needed build dependencies on autotools-dev, dctrl-tools and
+      libghc6-mtl-prof.
+    - Drop the ${binary:Version} in the dependency on haskelldb-bin which
+      is build from another source package.
+    - Let the VCS-* fields point to the trunk.
+  * debian/haskelldb-dev.{dirs,install}: removed this cruft.
+  * Setup.lhs: Removed this cruft also.
+
+ -- Arjan Oosting <arjan at debian.org>  Wed, 30 Apr 2008 21:59:06 +0200
+
 haskelldb (0.10-3) unstable; urgency=low
 
   * Fix lintian warning "doc-base-unknown-section haskelldb-api:5

Modified: packages/haskelldb/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-haskell/packages/haskelldb/trunk/debian/control?rev=1180&op=diff
==============================================================================
--- packages/haskelldb/trunk/debian/control (original)
+++ packages/haskelldb/trunk/debian/control Wed Apr 30 21:44:57 2008
@@ -2,19 +2,18 @@
 Section: devel
 Priority: optional
 Maintainer: Arjan Oosting <arjan at debian.org>
-Build-Depends: autotools-dev, dctrl-tools, debhelper (>= 5),
- dpatch, dpkg-dev (>= 0.13.19), ghc6 (>= 6.8.2), 
- haskell-devscripts (>= 0.6.0), libghc6-mtl-dev, libghc6-mtl-prof
+Build-Depends: debhelper (>= 5), dpatch, dpkg-dev (>= 0.13.19), 
+ ghc6 (>= 6.8.2), haskell-devscripts (>= 0.6.0), libghc6-mtl-dev
 Build-Depends-Indep: haddock, ghc6-doc, libghc6-mtl-doc
 Standards-Version: 3.7.3
 Homepage: http://haskelldb.sourceforge.net/
-Vcs-Svn: svn://svn.debian.org/svn/pkg-haskell/packages/haskelldb
-Vcs-Browser: http://svn.debian.org/wsvn/pkg-haskell/packages/haskelldb
+Vcs-Svn: svn://svn.debian.org/svn/pkg-haskell/packages/haskelldb/trunk
+Vcs-Browser: http://svn.debian.org/wsvn/pkg-haskell/packages/haskelldb/trunk
 
 Package: libghc6-haskelldb-dev
 Section: libdevel
 Architecture: any
-Suggests: haskelldb-bin (= ${binary:Version}), haskell-haskelldb-doc (= ${source:Version})
+Suggests: haskelldb-bin, haskell-haskelldb-doc (= ${source:Version}) 
 Depends: ${haskell:Depends}, ${shlibs:Depends}
 Description: Haskell library for expressing database queries
  HaskellDB is library for expressing database queries and operations




More information about the Pkg-haskell-commits mailing list