[DHG_packages] 01/01: Initial packaging of xmonad-wallpaper-0.0.1.3

Lev Lamberov dogsleg at moszumanska.debian.org
Sat Jun 11 14:55:09 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 0dc59dc754c8e36966c9c91b7dee6e74e0c7480b
Author: Lev Lamberov <dogsleg at debian.org>
Date:   Sat Jun 11 19:53:00 2016 +0500

    Initial packaging of xmonad-wallpaper-0.0.1.3
---
 p/xmonad-wallpaper/debian/changelog     |  5 +++
 p/xmonad-wallpaper/debian/compat        |  1 +
 p/xmonad-wallpaper/debian/control       | 75 +++++++++++++++++++++++++++++++++
 p/xmonad-wallpaper/debian/copyright     | 19 +++++++++
 p/xmonad-wallpaper/debian/rules         |  7 +++
 p/xmonad-wallpaper/debian/source/format |  1 +
 p/xmonad-wallpaper/debian/watch         |  2 +
 7 files changed, 110 insertions(+)

diff --git a/p/xmonad-wallpaper/debian/changelog b/p/xmonad-wallpaper/debian/changelog
new file mode 100644
index 0000000..96f90c6
--- /dev/null
+++ b/p/xmonad-wallpaper/debian/changelog
@@ -0,0 +1,5 @@
+xmonad-wallpaper (0.0.1.3-1) UNRELEASED; urgency=low
+
+  * Initial release. Closes: #827042
+
+ -- Lev Lamberov <dogsleg at debian.org>  Sat, 11 Jun 2016 00:02:33 +0500
diff --git a/p/xmonad-wallpaper/debian/compat b/p/xmonad-wallpaper/debian/compat
new file mode 100644
index 0000000..ec63514
--- /dev/null
+++ b/p/xmonad-wallpaper/debian/compat
@@ -0,0 +1 @@
+9
diff --git a/p/xmonad-wallpaper/debian/control b/p/xmonad-wallpaper/debian/control
new file mode 100644
index 0000000..b76589f
--- /dev/null
+++ b/p/xmonad-wallpaper/debian/control
@@ -0,0 +1,75 @@
+Source: xmonad-wallpaper
+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-magic-dev (>= 1.1),
+ libghc-magic-dev (<< 1.2),
+ libghc-magic-prof,
+ libghc-mtl-dev (>= 2.0),
+ libghc-mtl-dev (<< 2.3),
+ libghc-mtl-prof,
+ libghc-random-dev (>= 1.1),
+ libghc-random-dev (<< 1.2),
+ libghc-random-prof,
+ libghc-xmonad-dev (>= 0.12),
+ libghc-xmonad-dev (<< 0.13),
+ libghc-xmonad-prof,
+Build-Depends-Indep: ghc-doc,
+ libghc-magic-doc,
+ libghc-mtl-doc,
+ libghc-random-doc,
+ libghc-xmonad-doc,
+Standards-Version: 3.9.8
+Homepage: http://hackage.haskell.org/package/xmonad-wallpaper
+Vcs-Browser: https://anonscm.debian.org/cgit/pkg-haskell/DHG_packages.git/tree/p/haskell-xmonad-wallpaper
+Vcs-Git: https://anonscm.debian.org/cgit/pkg-haskell/DHG_packages.git
+X-Description: xmonad wallpaper extension
+ Designed for xmonad users who rely on feh to setup wallpaper. It allows user
+ to setup a random image as the wallpaper choosed from user specified image
+ directories.
+
+Package: libghc-xmonad-wallpaper-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-wallpaper-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-wallpaper-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-wallpaper/debian/copyright b/p/xmonad-wallpaper/debian/copyright
new file mode 100644
index 0000000..38545de
--- /dev/null
+++ b/p/xmonad-wallpaper/debian/copyright
@@ -0,0 +1,19 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: xmonad-wallpaper
+Upstream-Contact: haskell.ye.yan at gmail.com
+Source: https://hackage.haskell.org/package/xmonad-wallpaper
+
+Files: *
+Copyright: 2015-2016 Ye Yan
+License: LGPL-3
+
+Files: debian/*
+Copyright: held by the contributors mentioned in debian/changelog
+License: LGPL-3
+
+License: LGPL-3
+ .
+ Comment:
+ .
+ On a Debian system you can find a copy of this license in
+ /usr/share/common-licenses/LGPL-3
diff --git a/p/xmonad-wallpaper/debian/rules b/p/xmonad-wallpaper/debian/rules
new file mode 100755
index 0000000..13e74df
--- /dev/null
+++ b/p/xmonad-wallpaper/debian/rules
@@ -0,0 +1,7 @@
+#!/usr/bin/make -f
+
+DEB_CABAL_PACKAGE = xmonad-wallpaper
+DEB_DEFAULT_COMPILER = ghc
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/hlibrary.mk
diff --git a/p/xmonad-wallpaper/debian/source/format b/p/xmonad-wallpaper/debian/source/format
new file mode 100644
index 0000000..163aaf8
--- /dev/null
+++ b/p/xmonad-wallpaper/debian/source/format
@@ -0,0 +1 @@
+3.0 (quilt)
diff --git a/p/xmonad-wallpaper/debian/watch b/p/xmonad-wallpaper/debian/watch
new file mode 100644
index 0000000..729750c
--- /dev/null
+++ b/p/xmonad-wallpaper/debian/watch
@@ -0,0 +1,2 @@
+version=3
+http://hackage.haskell.org/package/xmonad-wallpaper/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