diff -Nru xmonad-extras-0.13.2/debian/changelog xmonad-extras-0.13.2/debian/changelog --- xmonad-extras-0.13.2/debian/changelog 2017-12-26 21:17:29.000000000 +0000 +++ xmonad-extras-0.13.2/debian/changelog 2018-02-02 16:06:54.000000000 +0000 @@ -1,8 +1,10 @@ -xmonad-extras (0.13.2-1build1) bionic; urgency=medium +xmonad-extras (0.13.2-2) unstable; urgency=medium - * Rebuild against new GHC ABI. + * Enable hint module + * Enable mpd module + * Use salsa.debian.org URLs in Vcs-{Browser,Git} fields - -- Gianfranco Costamagna Tue, 26 Dec 2017 22:17:29 +0100 + -- Lev Lamberov Fri, 02 Feb 2018 11:06:54 -0500 xmonad-extras (0.13.2-1) unstable; urgency=medium diff -Nru xmonad-extras-0.13.2/debian/control xmonad-extras-0.13.2/debian/control --- xmonad-extras-0.13.2/debian/control 2017-11-22 18:44:32.000000000 +0000 +++ xmonad-extras-0.13.2/debian/control 2018-02-02 16:06:54.000000000 +0000 @@ -1,15 +1,14 @@ Source: xmonad-extras Maintainer: Debian Haskell Group Uploaders: - Lev Lamberov , + Lev Lamberov 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-x11-dev (>= 1.4.3), libghc-x11-prof, libghc-alsa-mixer-dev (>= 0.2), @@ -36,34 +35,29 @@ libghc-x11-doc, libghc-alsa-mixer-doc, libghc-hint-doc, + libghc-libmpd-doc, libghc-mtl-doc, libghc-network-doc, libghc-regex-posix-doc, libghc-xmonad-doc, libghc-xmonad-contrib-doc, - libghc-xmonad-doc, -Standards-Version: 4.1.1 +Standards-Version: 4.1.3 Homepage: https://github.com/xmonad/xmonad-extras -Vcs-Browser: https://anonscm.debian.org/cgit/pkg-haskell/DHG_packages.git/tree/p/xmonad-extras -Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git +Vcs-Browser: https://salsa.debian.org/haskell-team/DHG_packages.git/tree/p/haskell-xmonad-extras +Vcs-Git: https://salsa.debian.org/haskell-team/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}, +Depends: ${haskell:Depends}, ${misc:Depends}, ${shlibs: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} . @@ -71,17 +65,12 @@ Package: libghc-xmonad-extras-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} . @@ -90,15 +79,11 @@ Package: libghc-xmonad-extras-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} . diff -Nru xmonad-extras-0.13.2/debian/README.Debian xmonad-extras-0.13.2/debian/README.Debian --- xmonad-extras-0.13.2/debian/README.Debian 2017-11-21 13:08:50.000000000 +0000 +++ xmonad-extras-0.13.2/debian/README.Debian 1970-01-01 00:00:00.000000000 +0000 @@ -1,10 +0,0 @@ -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. - -Flag with_hint is switched off, because otherwise xmonad-extras depends on -obsolete hint (>=0.3 && <0.5). So, modules depending on hint are not built. - - -- Lev Lamberov , Sun, 12 Jun 2016 00:31:20 +0500 diff -Nru xmonad-extras-0.13.2/debian/rules xmonad-extras-0.13.2/debian/rules --- xmonad-extras-0.13.2/debian/rules 2017-11-22 18:44:31.000000000 +0000 +++ xmonad-extras-0.13.2/debian/rules 2018-02-02 16:06:54.000000000 +0000 @@ -2,7 +2,6 @@ DEB_CABAL_PACKAGE = xmonad-extras DEB_DEFAULT_COMPILER = ghc -DEB_SETUP_GHC6_CONFIGURE_ARGS = -f-with_hint -f-with_mpd include /usr/share/cdbs/1/rules/debhelper.mk include /usr/share/cdbs/1/class/hlibrary.mk