[Pkg-haskell-commits] r1249 - in /packages/hs-plugins/trunk/debian: changelog control copyright hs-plugins-doc.doc-base mk-haskell-depends patches/10fix-plugins-cabal.dpatch rules
arjan at users.alioth.debian.org
arjan at users.alioth.debian.org
Sun Jul 20 09:53:57 UTC 2008
Author: arjan
Date: Sun Jul 20 09:53:56 2008
New Revision: 1249
URL: http://svn.debian.org/wsvn/pkg-haskell/?sc=1&rev=1249
Log:
r232 at reddwarf: arjan | 2008-07-20 11:32:45 +0200
* debian/rules:
- Don't build architecture independent packages on the buildd.
* debian/control:
- Add libghc6-haskell-src-doc to the Build-Depends-Indep so
./setup haddock can generate references to that package.
* debian/copyright:
- Fix lintian warning "debian-copyright-line-too-long"
* debian/mk-haskell-depends: Removed. Use dh_haskell_depends from
haskell-devscripts
Removed:
packages/hs-plugins/trunk/debian/mk-haskell-depends
Modified:
packages/hs-plugins/trunk/debian/changelog
packages/hs-plugins/trunk/debian/control
packages/hs-plugins/trunk/debian/copyright
packages/hs-plugins/trunk/debian/hs-plugins-doc.doc-base
packages/hs-plugins/trunk/debian/patches/10fix-plugins-cabal.dpatch
packages/hs-plugins/trunk/debian/rules
Modified: packages/hs-plugins/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-haskell/packages/hs-plugins/trunk/debian/changelog?rev=1249&op=diff
==============================================================================
--- packages/hs-plugins/trunk/debian/changelog (original)
+++ packages/hs-plugins/trunk/debian/changelog Sun Jul 20 09:53:56 2008
@@ -1,3 +1,17 @@
+hs-plugins (1.2-2~pre1) unstable; urgency=high
+
+ * debian/rules:
+ - Don't build architecture independent packages on the buildd.
+ * debian/control:
+ - Add libghc6-haskell-src-doc to the Build-Depends-Indep so
+ ./setup haddock can generate references to that package.
+ * debian/copyright:
+ - Fix lintian warning "debian-copyright-line-too-long"
+ * debian/mk-haskell-depends: Removed. Use dh_haskell_depends from
+ haskell-devscripts
+
+ -- Arjan Oosting <arjan at debian.org> Sun, 25 May 2008 11:52:36 +0200
+
hs-plugins (1.2-1) unstable; urgency=low
* New upstream release.
Modified: packages/hs-plugins/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-haskell/packages/hs-plugins/trunk/debian/control?rev=1249&op=diff
==============================================================================
--- packages/hs-plugins/trunk/debian/control (original)
+++ packages/hs-plugins/trunk/debian/control Sun Jul 20 09:53:56 2008
@@ -4,15 +4,15 @@
Maintainer: Florian Ragwitz <rafl at debian.org>
Uploaders: Arjan Oosting <arjan at debian.org>
Build-Conflicts: cpphs
-Build-Depends: autotools-dev, dctrl-tools, debhelper (>= 5.0.0), dpatch,
+Build-Depends: autotools-dev,debhelper (>= 5.0.0), dpatch,
haskell-devscripts, ghc6 (>= 6.4.2), libghc6-haskell-src-dev,
libghc6-src-exts-dev (>= 0.2-2)
-Build-Depends-Indep: ghc6-doc, haddock, mzscheme, texlive-base-bin,
- texlive-latex-base
+Build-Depends-Indep: ghc6-doc, haddock, libghc6-haskell-src-doc,
+ mzscheme, texlive-base-bin, texlive-latex-base
Standards-Version: 3.7.3
Homepage: http://www.cse.unsw.edu.au/~dons/hs-plugins
-Vcs-Svn: svn://svn.debian.org/svn/pkg-haskell/packages/hs-plugins
-Vcs-Browser: http://svn.debian.org/wsvn/pkg-haskell/packages/hs-plugins
+Vcs-Svn: svn://svn.debian.org/svn/pkg-haskell/packages/hs-plugins/trunk
+Vcs-Browser: http://svn.debian.org/wsvn/pkg-haskell/packages/hs-plugins/trunk
Package: libghc6-plugins-dev
Section: libdevel
@@ -31,7 +31,7 @@
Package: hs-plugins-doc
Section: doc
Architecture: all
-Recommends: ghc6-doc
+Recommends: ghc6-doc, libghc-haskell-src-doc
Suggests: doc-base
Description: API documentation of the Haskell plugins library
hs-plugins is a library for loading plugins written in Haskell into an
Modified: packages/hs-plugins/trunk/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-haskell/packages/hs-plugins/trunk/debian/copyright?rev=1249&op=diff
==============================================================================
--- packages/hs-plugins/trunk/debian/copyright (original)
+++ packages/hs-plugins/trunk/debian/copyright Sun Jul 20 09:53:56 2008
@@ -57,7 +57,7 @@
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH
-DAMAGE.
+DAMAGE.
-----------------------------------------------------------------------------
@@ -76,7 +76,7 @@
-----------------------------------------------------------------------------
-Code derived from the document "The Haskell 98 Foreign Function
+Code derived from the document "The Haskell 98 Foreign Function
Interface, An Addendum to the Haskell 98 Report" is distributed under
the following license:
Modified: packages/hs-plugins/trunk/debian/hs-plugins-doc.doc-base
URL: http://svn.debian.org/wsvn/pkg-haskell/packages/hs-plugins/trunk/debian/hs-plugins-doc.doc-base?rev=1249&op=diff
==============================================================================
--- packages/hs-plugins/trunk/debian/hs-plugins-doc.doc-base (original)
+++ packages/hs-plugins/trunk/debian/hs-plugins-doc.doc-base Sun Jul 20 09:53:56 2008
@@ -2,7 +2,7 @@
Title: hs-plugins API documentation
Author: Don Stewart
Abstract: The API documentation Haskell plugins library which enables dynamically loading of Haskell modules
-Section: Programming
+Section: Programming/Haskell
Format: HTML
Index: /usr/share/doc/hs-plugins-doc/html/plugins/index.html
Modified: packages/hs-plugins/trunk/debian/patches/10fix-plugins-cabal.dpatch
URL: http://svn.debian.org/wsvn/pkg-haskell/packages/hs-plugins/trunk/debian/patches/10fix-plugins-cabal.dpatch?rev=1249&op=diff
==============================================================================
--- packages/hs-plugins/trunk/debian/patches/10fix-plugins-cabal.dpatch (original)
+++ packages/hs-plugins/trunk/debian/patches/10fix-plugins-cabal.dpatch Sun Jul 20 09:53:56 2008
@@ -2,7 +2,7 @@
## 10fix-plugins-cabal.dpatch by Arjan Oosting <arjan at debian.org>
##
## All lines beginning with `## DP:' are a description of the patch.
-## DP: No description.
+## DP: Drop some lines so hs-plugins will build with newer Cabal.
@DPATCH@
diff -urNad hs-plugins~/plugins.cabal hs-plugins/plugins.cabal
Modified: packages/hs-plugins/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-haskell/packages/hs-plugins/trunk/debian/rules?rev=1249&op=diff
==============================================================================
--- packages/hs-plugins/trunk/debian/rules (original)
+++ packages/hs-plugins/trunk/debian/rules Sun Jul 20 09:53:56 2008
@@ -31,10 +31,10 @@
dh_haskell_configure
./setup configure --prefix=/usr --libdir=\$$prefix/lib/haskell-packages/ghc6/lib
-build: build-arch-stamp build-indep-stamp
+build: build-arch-stamp
build-arch: build-arch-stamp
build-arch-stamp: config.status
- dh_haskell_build
+ dh_haskell_build -s
touch $@
build-indep: build-indep-stamp
More information about the Pkg-haskell-commits
mailing list