[Pkg-haskell-commits] darcs: bluetile: Initial commit
Joachim Breitner
mail at joachim-breitner.de
Mon Jun 7 13:20:58 UTC 2010
Mon Jun 7 13:19:35 UTC 2010 Joachim Breitner <mail at joachim-breitner.de>
* Initial commit
Ignore-this: a25b3a96e16eef124097a963f42b8480
A ./bluetile.manpages
A ./changelog
A ./compat
A ./control
A ./copyright
A ./rules
A ./source/
A ./source/format
A ./watch
Mon Jun 7 13:19:35 UTC 2010 Joachim Breitner <mail at joachim-breitner.de>
* Initial commit
Ignore-this: a25b3a96e16eef124097a963f42b8480
diff -rN -u old-bluetile/bluetile.manpages new-bluetile/bluetile.manpages
--- old-bluetile/bluetile.manpages 1970-01-01 00:00:00.000000000 +0000
+++ new-bluetile/bluetile.manpages 2010-06-07 13:20:57.747756663 +0000
@@ -0,0 +1 @@
+man/bluetile.1
diff -rN -u old-bluetile/changelog new-bluetile/changelog
--- old-bluetile/changelog 1970-01-01 00:00:00.000000000 +0000
+++ new-bluetile/changelog 2010-06-07 13:20:57.747756663 +0000
@@ -0,0 +1,5 @@
+bluetile (0.4~bp-1) UNRELEASED; urgency=low
+
+ * Initial release.
+
+ -- Joachim Breitner <nomeata at debian.org> Thu, 01 Jan 1970 00:00:00 +0000
diff -rN -u old-bluetile/compat new-bluetile/compat
--- old-bluetile/compat 1970-01-01 00:00:00.000000000 +0000
+++ new-bluetile/compat 2010-06-07 13:20:57.743756445 +0000
@@ -0,0 +1 @@
+7
diff -rN -u old-bluetile/control new-bluetile/control
--- old-bluetile/control 1970-01-01 00:00:00.000000000 +0000
+++ new-bluetile/control 2010-06-07 13:20:57.743756445 +0000
@@ -0,0 +1,36 @@
+Source: bluetile
+Section: x11
+Priority: optional
+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
+ , libghc6-xmonad-dev (>= 0.9.1)
+ , libghc6-xmonad-contrib-dev (>= 0.9.1)
+ , libghc6-x11-dev (>= 1.4)
+ , libghc6-gtk-dev
+ , libghc6-glade-dev
+Standards-Version: 3.8.4
+Homepage: http://hackage.haskell.org/package/bluetile
+Vcs-Darcs: http://darcs.debian.org/pkg-haskell/bluetile
+Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/bluetile
+
+Package: bluetile
+Architecture: any
+Depends: ${haskell:Depends}
+ , ${shlibs:Depends}
+ , ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Provides: ${haskell:Provides}
+Description: modern tiling window manager with a gentle learning curve
+ Bluetile is a tiling window manager for X based on xmonad. Windows are
+ arranged to use the entire screen without overlapping. Bluetile's focus lies
+ on making the tiling paradigm easily accessible to users coming from
+ traditional window managers by drawing on known conventions and providing both
+ mouse and keyboard access for all features. It also tries to be usable 'out of
+ the box', requiring minimal to no configuration in most cases.
+
diff -rN -u old-bluetile/copyright new-bluetile/copyright
--- old-bluetile/copyright 1970-01-01 00:00:00.000000000 +0000
+++ new-bluetile/copyright 2010-06-07 13:20:57.743756445 +0000
@@ -0,0 +1,40 @@
+Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135
+Name: bluetile
+Maintainer: Jan Vornberger <jan.vornberger at informatik.uni-oldenburg.de>
+Source: http://hackage.haskell.org/package/bluetile
+
+Copyright:
+ 2009 Jan Vornberger
+ 2009-2010 Alejandro Serrano
+ 2007 Andrea Rossato
+ 2007 Spencer Janssen
+ 2007-2008 Joachim Breitner
+License: BSD-3
+ All rights reserved.
+
+ Redistribution and use in source and binary forms, with or without
+ modification, are permitted provided that the following conditions
+ are met:
+
+ 1. Redistributions of source code must retain the above copyright
+ notice, this list of conditions and the following disclaimer.
+
+ 2. Redistributions in binary form must reproduce the above copyright
+ notice, this list of conditions and the following disclaimer in the
+ documentation and/or other materials provided with the distribution.
+
+ 3. Neither the name of the author nor the names of his contributors
+ may be used to endorse or promote products derived from this software
+ without specific prior written permission.
+
+ THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS OR
+ IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
+ WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
+ DISCLAIMED. IN NO EVENT SHALL THE AUTHORS OR CONTRIBUTORS BE LIABLE FOR
+ ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
+ DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
+ OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
+ HOWEVER 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.
diff -rN -u old-bluetile/rules new-bluetile/rules
--- old-bluetile/rules 1970-01-01 00:00:00.000000000 +0000
+++ new-bluetile/rules 2010-06-07 13:20:57.743756445 +0000
@@ -0,0 +1,12 @@
+#!/usr/bin/make -f
+
+DEB_SETUP_GHC6_CONFIGURE_ARGS := --datasubdir=bluetile
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/hlibrary.mk
+
+build/$(CABAL_PACKAGE) :: build-ghc6-stamp
+
+install/$(CABAL_PACKAGE) :: build/$(CABAL_PACKAGE)
+ $(DEB_SETUP_BIN_NAME) copy --builddir=dist-ghc6 --destdir=debian/$(CABAL_PACKAGE)
+ rm -rf debian/$(CABAL_PACKAGE)/usr/share/doc
diff -rN -u old-bluetile/source/format new-bluetile/source/format
--- old-bluetile/source/format 1970-01-01 00:00:00.000000000 +0000
+++ new-bluetile/source/format 2010-06-07 13:20:57.743756445 +0000
@@ -0,0 +1 @@
+3.0 (quilt)
diff -rN -u old-bluetile/watch new-bluetile/watch
--- old-bluetile/watch 1970-01-01 00:00:00.000000000 +0000
+++ new-bluetile/watch 2010-06-07 13:20:57.743756445 +0000
@@ -0,0 +1,5 @@
+version=3
+opts="downloadurlmangle=s|archive/([\w\d_-]+)/([\d\.]+)/|archive/$1/$2/$1-$2.tar.gz|,\
+filenamemangle=s|(.*)/$|bluetile-$1.tar.gz|" \
+ http://hackage.haskell.org/packages/archive/bluetile \
+ ([\d\.]*\d)/
More information about the Pkg-haskell-commits
mailing list