[Pkg-haskell-commits] darcs: haskell-augeas: Initial check-in

Joachim Breitner mail at joachim-breitner.de
Wed Nov 24 10:08:58 UTC 2010


Wed Nov 24 10:07:58 UTC 2010  Joachim Breitner <mail at joachim-breitner.de>
  * Initial check-in
  Ignore-this: b98701d4ea3a8483cbd66b4190d4470f

    A ./changelog
    A ./compat
    A ./control
    A ./copyright
    A ./patches/
    A ./patches/Setup-test-buildDir.patch
    A ./patches/series
    A ./rules
    A ./source/
    A ./source/format
    A ./watch

Wed Nov 24 10:07:58 UTC 2010  Joachim Breitner <mail at joachim-breitner.de>
  * Initial check-in
  Ignore-this: b98701d4ea3a8483cbd66b4190d4470f
diff -rN -u old-haskell-augeas/changelog new-haskell-augeas/changelog
--- old-haskell-augeas/changelog	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-augeas/changelog	2010-11-24 10:08:58.679025266 +0000
@@ -0,0 +1,5 @@
+haskell-augeas (0.3.4-1) unstable; urgency=low
+
+  * Initial release.
+
+ -- Joachim Breitner <nomeata at debian.org>  Wed, 20 Oct 2010 00:00:00 +0000
diff -rN -u old-haskell-augeas/compat new-haskell-augeas/compat
--- old-haskell-augeas/compat	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-augeas/compat	2010-11-24 10:08:58.679025266 +0000
@@ -0,0 +1 @@
+7
\ Kein Zeilenumbruch am Dateiende.
diff -rN -u old-haskell-augeas/control new-haskell-augeas/control
--- old-haskell-augeas/control	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-augeas/control	2010-11-24 10:08:58.679025266 +0000
@@ -0,0 +1,62 @@
+Source: haskell-augeas
+Section: haskell
+Priority: extra
+Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
+Uploaders: Joachim Breitner <nomeata at debian.org>
+Build-Depends: debhelper (>= 7)
+  , cdbs
+  , haskell-devscripts (>= 0.7)
+  , ghc6
+  , ghc6-prof
+  , libaugeas-dev
+  , libghc6-hunit-dev
+Build-Depends-Indep: ghc6-doc
+Standards-Version: 3.9.1
+Homepage: http://hackage.haskell.org/package/augeas
+Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-augeas
+Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-augeas
+
+Package: libghc6-augeas-dev
+Architecture: any
+Depends: ${haskell:Depends}
+  , ${shlibs:Depends}
+  , ${misc:Depends}
+  , libaugeas-dev
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Provides: ${haskell:Provides}
+Description: Haskell bindings for the augeas library
+ This package provides a library for the Haskell programming language.
+ See http://www.haskell.org/ for more information on Haskell.
+ .
+ This package contains Haskell bindings for the functions and data structures
+ defined in the augeas C library.
+
+Package: libghc6-augeas-prof
+Architecture: any
+Depends: ${haskell:Depends}
+  , ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Provides: ${haskell:Provides}
+Description: Haskell bindings for the augeas library; profiling libraries
+ This package provides a library for the Haskell programming language,
+ compiled for profiling.
+ See http://www.haskell.org/ for more information on Haskell.
+ .
+ This package contains Haskell bindings for the functions and data structures
+ defined in the augeas C library.
+
+Package: libghc6-augeas-doc
+Section: doc
+Architecture: all
+Depends: ${misc:Depends}, ${haskell:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Description: Haskell bindings for the augeas library; documentation
+ This package provides the documentation for a library for the Haskell
+ programming language.
+ See http://www.haskell.org/ for more information on Haskell.
+ .
+ This package contains Haskell bindings for the functions and data structures
+ defined in the augeas C library.
diff -rN -u old-haskell-augeas/copyright new-haskell-augeas/copyright
--- old-haskell-augeas/copyright	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-augeas/copyright	2010-11-24 10:08:58.679025266 +0000
@@ -0,0 +1,20 @@
+Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135
+Name: haskell-augeas
+Maintainer: Joachim Breitner <nomeata at debian.org>
+Source: http://hackage.haskell.org/package/augeas
+
+Copyright: 2009-2010, Jude Nagurney <jude at pwan.org>
+License: LGPL-3
+
+ 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 3 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.
+ .
+ On Debian systems, the full text of the GNU Lesser General Public License
+ version 2.1 can be found in the file `/usr/share/common-licenses/LGPL-3'.
diff -rN -u old-haskell-augeas/patches/series new-haskell-augeas/patches/series
--- old-haskell-augeas/patches/series	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-augeas/patches/series	2010-11-24 10:08:58.679025266 +0000
@@ -0,0 +1 @@
+Setup-test-buildDir.patch
diff -rN -u old-haskell-augeas/patches/Setup-test-buildDir.patch new-haskell-augeas/patches/Setup-test-buildDir.patch
--- old-haskell-augeas/patches/Setup-test-buildDir.patch	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-augeas/patches/Setup-test-buildDir.patch	2010-11-24 10:08:58.679025266 +0000
@@ -0,0 +1,21 @@
+--- haskell-augeas-0.3.4.orig/Setup.hs
++++ haskell-augeas-0.3.4/Setup.hs
+@@ -24,6 +24,7 @@
+ import Data.List (isInfixOf)
+ import Distribution.PackageDescription
+ import Distribution.Simple
++import Distribution.Simple.LocalBuildInfo (buildDir)
+ import System.Process 
+ 
+ -- main = defaultMain
+@@ -32,8 +33,8 @@ import System.Process
+ main = defaultMainWithHooks autoconfUserHooks { runTests = _runTests, instHook = _instHook }
+     where
+         -- Run all executables with names that end in -tests
+-        _runTests _ _ pd _ = do
+-            let exeNames = ["dist/build/" ++ fp ++ "/" ++ fp | fp <- map exeName (executables pd)]
++        _runTests _ _ pd lbi = do
++            let exeNames = [buildDir lbi ++ "/" ++ fp ++ "/" ++ fp | fp <- map exeName (executables pd)]
+             sequence [_runTest e | e <- exeNames, isInfixOf "test-" e]
+             return ()
+         _runTest fp = do
diff -rN -u old-haskell-augeas/rules new-haskell-augeas/rules
--- old-haskell-augeas/rules	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-augeas/rules	2010-11-24 10:08:58.675025054 +0000
@@ -0,0 +1,20 @@
+#!/usr/bin/make -f
+
+DEB_INSTALL_DOCS_ALL = 
+DEB_INSTALL_DOCS_libghc6-augeas-doc = THANKS
+
+clean::
+	make clean
+	rm -f build-test-stamp
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/hlibrary.mk
+
+ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
+common-build-arch:: build-test-stamp
+
+build-test-stamp: build-ghc6-stamp
+	debian/hlibrary.setup test --builddir=dist-ghc6
+	touch debian/test.stamp
+endif
+
diff -rN -u old-haskell-augeas/source/format new-haskell-augeas/source/format
--- old-haskell-augeas/source/format	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-augeas/source/format	2010-11-24 10:08:58.675025054 +0000
@@ -0,0 +1 @@
+3.0 (quilt)
\ Kein Zeilenumbruch am Dateiende.
diff -rN -u old-haskell-augeas/watch new-haskell-augeas/watch
--- old-haskell-augeas/watch	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-augeas/watch	2010-11-24 10:08:58.675025054 +0000
@@ -0,0 +1,5 @@
+version=3
+opts="downloadurlmangle=s|archive/([\w\d_-]+)/([\d\.]+)/|archive/$1/$2/$1-$2.tar.gz|,\
+filenamemangle=s|(.*)/$|augeas-$1.tar.gz|" \
+    http://hackage.haskell.org/packages/archive/augeas \
+    ([\d\.]*\d)/





More information about the Pkg-haskell-commits mailing list