Skip to content
Commits on Source (2)
xmonad-wallpaper (0.0.1.3-6) UNRELEASED; urgency=medium
xmonad-wallpaper (0.0.1.4-1) unstable; urgency=medium
[ Ilias Tsitsimpis ]
* Change Priority to optional. Since Debian Policy version 4.0.1,
priority extra has been deprecated.
* Use the HTTPS form of the copyright-format URL
* Modify d/watch and Source field in d/copyright to use HTTPS
* Declare compliance with Debian policy 4.1.1
-- Ilias Tsitsimpis <iliastsi@debian.org> Wed, 01 Nov 2017 12:15:48 +0200
[ Lev Lamberov ]
* New upstream release
* Declare compliance with Debian policy 4.1.3
* Refresh patch
* Add dependency on feh
* Use salsa.debian.org URLs in Vcs-{Browser,Git} fields
-- Lev Lamberov <dogsleg@debian.org> Fri, 02 Feb 2018 06:39:59 -0500
xmonad-wallpaper (0.0.1.3-5) unstable; urgency=medium
......
......@@ -4,34 +4,32 @@ Uploaders:
Lev Lamberov <dogsleg@debian.org>,
Priority: optional
Section: haskell
Build-Depends:
Build-Depends: debhelper (>= 9),
haskell-devscripts-minimal | haskell-devscripts (>= 0.9),
cdbs,
debhelper (>= 9),
ghc (>= 8),
ghc,
ghc-prof,
haskell-devscripts (>= 0.13),
libghc-magic-dev (<< 1.2),
libghc-magic-dev (>= 1.1),
libghc-magic-dev (<< 1.2),
libghc-magic-prof,
libghc-mtl-dev (<< 2.3),
libghc-mtl-dev (>= 2.0),
libghc-mtl-dev (<< 2.3),
libghc-mtl-prof,
libghc-random-dev (<< 1.2),
libghc-random-dev (>= 1.1),
libghc-random-dev (<< 1.2),
libghc-random-prof,
libghc-xmonad-dev (>= 0.13),
libghc-xmonad-dev (<< 0.14),
libghc-xmonad-dev (>= 0.12),
libghc-xmonad-prof,
Build-Depends-Indep:
ghc-doc,
Build-Depends-Indep: ghc-doc,
libghc-magic-doc,
libghc-mtl-doc,
libghc-random-doc,
libghc-xmonad-doc,
Standards-Version: 4.1.1
Standards-Version: 4.1.3
Homepage: http://hackage.haskell.org/package/xmonad-wallpaper
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-haskell/DHG_packages.git/tree/p/xmonad-wallpaper
Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
Vcs-Browser: https://salsa.debian.org/haskell-team/DHG_packages/tree/master/p/xmonad-wallpaper
Vcs-Git: https://salsa.debian.org/haskell-team/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 chosen from user specified image
......@@ -39,18 +37,14 @@ X-Description: xmonad wallpaper extension
Package: libghc-xmonad-wallpaper-dev
Architecture: any
Depends:
${haskell:Depends},
Depends: ${haskell:Depends},
${misc:Depends},
${shlibs:Depends},
Recommends:
${haskell:Recommends},
Suggests:
${haskell:Suggests},
Conflicts:
${haskell:Conflicts},
Provides:
${haskell:Provides},
feh,
Recommends: ${haskell:Recommends},
Suggests: ${haskell:Suggests},
Conflicts: ${haskell:Conflicts},
Provides: ${haskell:Provides},
Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
${haskell:LongDescription}
.
......@@ -58,17 +52,12 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
Package: libghc-xmonad-wallpaper-prof
Architecture: any
Depends:
${haskell:Depends},
Depends: ${haskell:Depends},
${misc:Depends},
Recommends:
${haskell:Recommends},
Suggests:
${haskell:Suggests},
Conflicts:
${haskell:Conflicts},
Provides:
${haskell:Provides},
Recommends: ${haskell:Recommends},
Suggests: ${haskell:Suggests},
Conflicts: ${haskell:Conflicts},
Provides: ${haskell:Provides},
Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
${haskell:LongDescription}
.
......@@ -77,15 +66,11 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
Package: libghc-xmonad-wallpaper-doc
Architecture: all
Section: doc
Depends:
${haskell:Depends},
Depends: ${haskell:Depends},
${misc:Depends},
Recommends:
${haskell:Recommends},
Suggests:
${haskell:Suggests},
Conflicts:
${haskell:Conflicts},
Recommends: ${haskell:Recommends},
Suggests: ${haskell:Suggests},
Conflicts: ${haskell:Conflicts},
Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
${haskell:LongDescription}
.
......
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: xmonad-wallpaper
Upstream-Contact: haskell.ye.yan@gmail.com
Upstream-Contact: Ye Yan <haskell.ye.yan@gmail.com>
Source: https://hackage.haskell.org/package/xmonad-wallpaper
Files: *
Copyright: 2015-2016 Ye Yan
Copyright: 2015-2016 Ye Yan <haskell.ye.yan@gmail.com>
License: LGPL-3
Files: debian/*
......
Author: Gianfranco Costamagna <locutusofborg@debian.org>
Last-Update: 2017-07-22
--- xmonad-wallpaper-0.0.1.3.orig/xmonad-wallpaper.cabal
+++ xmonad-wallpaper-0.0.1.3/xmonad-wallpaper.cabal
@@ -59,7 +59,7 @@ library
--- a/xmonad-wallpaper.cabal
+++ b/xmonad-wallpaper.cabal
@@ -59,7 +59,7 @@
-- other-extensions:
-- Other library packages from which modules are imported.
- build-depends: base >=3.0 && <5.0, unix >=2.7 && <2.8, xmonad >=0.12 && <0.13, mtl >=2.0 && <2.3, random >=1.1 && <1.2, magic >=1.1 && <1.2
+ build-depends: base >=3.0 && <5.0, unix >=2.7 && <2.8, xmonad >=0.12 && <0.14, mtl >=2.0 && <2.3, random >=1.1 && <1.2, magic >=1.1 && <1.2
- build-depends: base >=3.0 && <5.0, unix >=2.7 && <2.8, xmonad >=0.13 && <=0.13, mtl >=2.0 && <2.3, random >=1.1 && <1.2, magic >=1.1 && <1.2
+ build-depends: base >=3.0 && <5.0, unix >=2.7 && <2.8, xmonad >=0.13 && <=0.14, mtl >=2.0 && <2.3, random >=1.1 && <1.2, magic >=1.1 && <1.2
-- Directories containing source files.
hs-source-dirs: src