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

Joachim Breitner mail at joachim-breitner.de
Mon Sep 22 12:24:55 UTC 2014


Mon Sep 22 12:08:36 UTC 2014  Joachim Breitner <mail at joachim-breitner.de>
  * Initial check-in

    A ./changelog
    A ./compat
    A ./control
    A ./copyright
    A ./rules
    A ./source/
    A ./source/format
    A ./vado.haskell-binaries
    A ./watch

Mon Sep 22 12:08:36 UTC 2014  Joachim Breitner <mail at joachim-breitner.de>
  * Initial check-in
diff -rN -u old-vado/changelog new-vado/changelog
--- old-vado/changelog	1970-01-01 00:00:00.000000000 +0000
+++ new-vado/changelog	2014-09-22 12:24:54.843142812 +0000
@@ -0,0 +1,5 @@
+vado (0.0.1) unstable; urgency=low
+
+  * Debianization generated by cabal-debian
+
+ -- Joachim Breitner <nomeata at debian.org>  Mon, 22 Sep 2014 13:58:45 +0200
diff -rN -u old-vado/compat new-vado/compat
--- old-vado/compat	1970-01-01 00:00:00.000000000 +0000
+++ new-vado/compat	2014-09-22 12:24:54.843142812 +0000
@@ -0,0 +1 @@
+9
diff -rN -u old-vado/control new-vado/control
--- old-vado/control	1970-01-01 00:00:00.000000000 +0000
+++ new-vado/control	2014-09-22 12:24:54.843142812 +0000
@@ -0,0 +1,75 @@
+Source: vado
+Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
+Uploaders: Joachim Breitner <nomeata at debian.org>
+Priority: extra
+Section: haskell
+Build-Depends: debhelper (>= 7.0)
+               , haskell-devscripts (>= 0.8)
+               , cdbs
+               , ghc
+               , ghc-prof
+               , libghc-attoparsec-dev (>= 0.10.4.0)
+               , libghc-attoparsec-dev (<< 0.13)
+               , libghc-attoparsec-prof
+               , libghc-text-dev (>= 0.11.3.1)
+               , libghc-text-dev (<< 1.2)
+               , libghc-text-prof
+Build-Depends-Indep: ghc-doc
+                     , libghc-attoparsec-doc
+                     , libghc-text-doc
+X-Description: Runs commands on remote machines using ssh
+ Lets you quickly run ssh on a machine that you have an sshfs connection to.
+ It works out the username, host and the directory on the host based on the
+ current directory and the output of 'mount'.
+
+Package: vado
+Architecture: any
+Section: utils
+Depends: ${haskell:Depends}
+         , ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Conflicts: ${haskell:Conflicts}
+Provides: ${haskell:Provides}
+Description: ${haskell:ShortDescription}
+  ${haskell:LongDescription}
+
+Package: libghc-vado-dev
+Architecture: any
+Depends: ${haskell:Depends}
+         , ${misc:Depends}
+         , ${shlibs:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Conflicts: ${haskell:Conflicts}
+Provides: ${haskell:Provides}
+Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
+  ${haskell:LongDescription}
+  .
+  ${haskell:Blurb}
+
+Package: libghc-vado-prof
+Architecture: any
+Depends: ${haskell:Depends}
+         , ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Conflicts: ${haskell:Conflicts}
+Provides: ${haskell:Provides}
+Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
+  ${haskell:LongDescription}
+  .
+  ${haskell:Blurb}
+
+Package: libghc-vado-doc
+Architecture: all
+Section: doc
+Depends: ${haskell:Depends}
+         , ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Conflicts: ${haskell:Conflicts}
+Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
+  ${haskell:LongDescription}
+  .
+  ${haskell:Blurb}
diff -rN -u old-vado/copyright new-vado/copyright
--- old-vado/copyright	1970-01-01 00:00:00.000000000 +0000
+++ new-vado/copyright	2014-09-22 12:24:54.843142812 +0000
@@ -0,0 +1,15 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: vado
+Upstream-Contact: Hamish Mackenzie <Hamish.K.Mackenzie at googlemail.com>
+Source: http://hackage.haskell.org/package/vado
+
+Files: *
+Copyright: 2013 Hamish Mackenzie
+License: vado license
+
+Files: debian/*
+Copyright: held by the contributors mentioned in debian/changelog
+License: vado license
+
+License: vado license
+ This is the text of the vado license.
diff -rN -u old-vado/rules new-vado/rules
--- old-vado/rules	1970-01-01 00:00:00.000000000 +0000
+++ new-vado/rules	2014-09-22 12:24:54.843142812 +0000
@@ -0,0 +1,9 @@
+#!/usr/bin/make -f
+
+DEB_CABAL_PACKAGE = vado
+DEB_DEFAULT_COMPILER = ghc
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/hlibrary.mk
+
+build/vado:: build-ghc-stamp
diff -rN -u old-vado/source/format new-vado/source/format
--- old-vado/source/format	1970-01-01 00:00:00.000000000 +0000
+++ new-vado/source/format	2014-09-22 12:24:54.843142812 +0000
@@ -0,0 +1 @@
+3.0 (quilt)
diff -rN -u old-vado/vado.haskell-binaries new-vado/vado.haskell-binaries
--- old-vado/vado.haskell-binaries	1970-01-01 00:00:00.000000000 +0000
+++ new-vado/vado.haskell-binaries	2014-09-22 12:24:54.843142812 +0000
@@ -0,0 +1,2 @@
+vado
+vamount
diff -rN -u old-vado/watch new-vado/watch
--- old-vado/watch	1970-01-01 00:00:00.000000000 +0000
+++ new-vado/watch	2014-09-22 12:24:54.843142812 +0000
@@ -0,0 +1,2 @@
+version=3
+http://hackage.haskell.org/package/vado/distro-monitor .*-([0-9\.]+)\.(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))




More information about the Pkg-haskell-commits mailing list