Hi,

Am Dienstag, den 18.03.2008, 12:23 -0400 schrieb Chris Sanner:
> I ask!  (thanks for the speedy response)
> I've got the libxinerama-dev and x11proto-xinerama-dev packages
> installed...haskell-x11 and xmonad-contrib aren't available in the
> ubuntu repositories for hardy heron.
> I do, however, have these:
> ii  ghc6                                       6.8.2-2ubuntu1
> 
> ii  ghc6-doc                                   6.8.2-2ubuntu1
> 
> ii  ghc6-prof                                  6.8.2-2ubuntu1
> 
> ii  libghc6-cairo-dev                          0.9.12.1-1ubuntu1
> 
> ii  libghc6-glib-dev                           0.9.12.1-1ubuntu1
> 
> ii  libghc6-mtl-dev                            1.1.0.0-2
> 
> ii  libghc6-mtl-doc                            1.1.0.0-2
> 
> ii  libghc6-mtl-prof                           1.1.0.0-2
> 
> ii  libghc6-quickcheck-dev                     1.1.0.0-2
> 
> ii  libghc6-quickcheck-doc                     1.1.0.0-2
> 
> ii  libghc6-quickcheck-prof                    1.1.0.0-2
> 
> ii  libghc6-x11-dev                            1.4.1-1
> 
> ii  libghc6-x11-doc                            1.4.1-1
> 
> ii  libghc6-x11-prof                           1.4.1-1
> 
> ii  libghc6-xmonad-dev                         0.6-3
> 
> ii  libghc6-xmonad-doc                         0.6-3
> 
> ii  libghc6-xmonad-prof                        0.6-3
> 
> 
> If I need to download the packages listed, should I do so from the
> debian repos?
> can I do what I need to do with these?
> and how?
> (Thanks again!  and thanks for your initial packages for gutsy.  Got me
> hooked on this sucker a few weeks back after I got tired of ion3)

Something like this should do (it uses the source from your ubuntu
repository, but it’s probably the same than in debian). Commands are
untested, no guarantee that they are typo-free:

apt-get source haskell-x11
cd haskell-x11-1.4.1/
dch -l hitch "Local recompilation with xinerama"
debian/rules update-generated-files
dpkg-buildpackage -rfakeroot -uc -us
sudo debi libghc6-x11-dev
cd ..

apt-get source xmonad
cd xmonad-0.6/
dch -l hitch "Local recompilation with xinerama"
debian/rules update-generated-files
dpkg-buildpackage -rfakeroot -uc -us
sudo debi xmonad libghc6-xmonad-dev
cd ..

apt-get source xmonad-contrib
cd xmonad-contrib-0.6/
dch -l hitch "Local recompilation with xinerama"
debian/rules update-generated-files
dpkg-buildpackage -rfakeroot -uc -us
sudo debi libghc6-xmonad-contrib-dev
cd ..

When you install haskell-x11 (the debi step), it might remove the
installed version of xmonad or ask you to do so. This is ok, as you will
re-build xmonad suitable for your haskell-x11 in the next step.

You can also install the -doc packages with the debi command.

Greetings,
Joachim




-- 
Joachim "nomeata" Breitner
Debian Developer
  [EMAIL PROTECTED] | ICQ# 74513189 | GPG-Keyid: 4743206C
  JID: [EMAIL PROTECTED] | http://people.debian.org/~nomeata

Attachment: signature.asc
Description: Dies ist ein digital signierter Nachrichtenteil

Reply via email to