[DHG_packages] 01/01: Initial packaging of xmonad-extras-0.12.1 without dep on libmpd (==0.8.*)

Lev Lamberov dogsleg at moszumanska.debian.org
Sat Jun 11 19:48:01 UTC 2016


This is an automated email from the git hooks/post-receive script.

dogsleg pushed a commit to branch master
in repository DHG_packages.

commit c94c572be044891176d0f1a3cacd23f1e641b440
Author: Lev Lamberov <dogsleg at debian.org>
Date:   Sun Jun 12 00:46:56 2016 +0500

    Initial packaging of xmonad-extras-0.12.1 without dep on libmpd (==0.8.*)
---
 p/xmonad-extras/debian/README.Debian |  8 +++
 p/xmonad-extras/debian/changelog     |  5 ++
 p/xmonad-extras/debian/compat        |  1 +
 p/xmonad-extras/debian/control       | 99 ++++++++++++++++++++++++++++++++++++
 p/xmonad-extras/debian/copyright     | 37 ++++++++++++++
 p/xmonad-extras/debian/rules         |  8 +++
 p/xmonad-extras/debian/source/format |  1 +
 p/xmonad-extras/debian/watch         |  2 +
 8 files changed, 161 insertions(+)

diff --git a/p/xmonad-extras/debian/README.Debian b/p/xmonad-extras/debian/README.Debian
new file mode 100644
index 0000000..2e11e02
--- /dev/null
+++ b/p/xmonad-extras/debian/README.Debian
@@ -0,0 +1,8 @@
+xmonad-extras for Debian
+------------------------
+
+Flag with_mpd is switched off, because otherwise xmonad-extras depends on
+obsolete libmpd (==0.8.*). So, modules depending on libmpd are not built, and
+XMonad.Prompt.MPD is not available.
+
+ -- Lev Lamberov <dogsleg at debian.org>, Sun, 12 Jun 2016 00:31:20 +0500
diff --git a/p/xmonad-extras/debian/changelog b/p/xmonad-extras/debian/changelog
new file mode 100644
index 0000000..5bfc0a0
--- /dev/null
+++ b/p/xmonad-extras/debian/changelog
@@ -0,0 +1,5 @@
+xmonad-extras (0.12.1-1) UNRELEASED; urgency=low
+
+  * Initial release. Closes: #827062
+
+ -- Lev Lamberov <dogsleg at debian.org>  Sat, 11 Jun 2016 23:51:15 +0500
diff --git a/p/xmonad-extras/debian/compat b/p/xmonad-extras/debian/compat
new file mode 100644
index 0000000..ec63514
--- /dev/null
+++ b/p/xmonad-extras/debian/compat
@@ -0,0 +1 @@
+9
diff --git a/p/xmonad-extras/debian/control b/p/xmonad-extras/debian/control
new file mode 100644
index 0000000..c0b4a37
--- /dev/null
+++ b/p/xmonad-extras/debian/control
@@ -0,0 +1,99 @@
+Source: xmonad-extras
+Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
+Uploaders: Lev Lamberov <dogsleg at debian.org>
+Priority: extra
+Section: haskell
+Build-Depends: debhelper (>= 9),
+ haskell-devscripts (>= 0.9),
+ cdbs,
+ ghc,
+ ghc-prof,
+ libghc-x11-dev (>= 1.4.3),
+ libghc-x11-prof,
+ libghc-hint-dev (>= 0.3.3.3),
+ libghc-hint-dev (<< 0.5),
+ libghc-hint-prof,
+ libghc-mtl-dev,
+ libghc-mtl-prof,
+ libghc-network-dev,
+ libghc-network-prof,
+ libghc-old-locale-dev,
+ libghc-old-locale-prof,
+ libghc-old-time-dev,
+ libghc-old-time-prof,
+ libghc-parsec3-dev (>= 2),
+ libghc-parsec3-dev (<< 4),
+ libghc-parsec3-prof,
+ libghc-random-dev,
+ libghc-random-prof,
+ libghc-regex-posix-dev,
+ libghc-regex-posix-prof,
+ libghc-split-dev (>= 0.1),
+ libghc-split-dev (<< 0.3),
+ libghc-split-prof,
+ libghc-xmonad-dev (>= 0.10),
+ libghc-xmonad-dev (<< 0.13),
+ libghc-xmonad-prof,
+ libghc-xmonad-contrib-dev (>= 0.10),
+ libghc-xmonad-contrib-dev (<< 0.13),
+ libghc-xmonad-contrib-prof,
+Build-Depends-Indep: ghc-doc,
+ libghc-x11-doc,
+ libghc-hint-doc,
+ libghc-mtl-doc,
+ libghc-network-doc,
+ libghc-old-locale-doc,
+ libghc-old-time-doc,
+ libghc-parsec3-doc,
+ libghc-random-doc,
+ libghc-regex-posix-doc,
+ libghc-split-doc,
+ libghc-xmonad-doc,
+ libghc-xmonad-contrib-doc,
+Standards-Version: 3.9.8
+Homepage: http://projects.haskell.org/xmonad-extras
+Vcs-Browser: https://anonscm.debian.org/cgit/pkg-haskell/DHG_packages.git/tree/p/haskell-xmonad-extras
+Vcs-Git: https://anonscm.debian.org/cgit/pkg-haskell/DHG_packages.git
+X-Description: third party extensions for xmonad with wacky dependencies
+ Various modules for xmonad that cannot be added to xmonad-contrib
+ because of additional dependencies.
+
+Package: libghc-xmonad-extras-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-xmonad-extras-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-xmonad-extras-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 --git a/p/xmonad-extras/debian/copyright b/p/xmonad-extras/debian/copyright
new file mode 100644
index 0000000..3cb00a6
--- /dev/null
+++ b/p/xmonad-extras/debian/copyright
@@ -0,0 +1,37 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: xmonad-extras
+Upstream-Contact: daniel at wagner-home.com, daniel.schoepe at googlemail.com
+Source: https://hackage.haskell.org/package/xmonad-extras
+
+Files: *
+Copyright: 2009-2015 Xmonad Community
+License: BSD-3-clause
+
+Files: debian/*
+Copyright: held by the contributors mentioned in debian/changelog
+License: BSD-3-clause
+
+License: BSD-3-clause
+ 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 REGENTS AND CONTRIBUTORS ``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 --git a/p/xmonad-extras/debian/rules b/p/xmonad-extras/debian/rules
new file mode 100755
index 0000000..576f06b
--- /dev/null
+++ b/p/xmonad-extras/debian/rules
@@ -0,0 +1,8 @@
+#!/usr/bin/make -f
+
+DEB_CABAL_PACKAGE = xmonad-extras
+DEB_DEFAULT_COMPILER = ghc
+DEB_SETUP_GHC6_CONFIGURE_ARGS = -f-with_mpd
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/hlibrary.mk
diff --git a/p/xmonad-extras/debian/source/format b/p/xmonad-extras/debian/source/format
new file mode 100644
index 0000000..163aaf8
--- /dev/null
+++ b/p/xmonad-extras/debian/source/format
@@ -0,0 +1 @@
+3.0 (quilt)
diff --git a/p/xmonad-extras/debian/watch b/p/xmonad-extras/debian/watch
new file mode 100644
index 0000000..9d2bf4d
--- /dev/null
+++ b/p/xmonad-extras/debian/watch
@@ -0,0 +1,2 @@
+version=3
+http://hackage.haskell.org/package/xmonad-extras/distro-monitor .*-([0-9\.]+)\.(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-haskell/DHG_packages.git



More information about the Pkg-haskell-commits mailing list