[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Problems injecting my first package



Hola Ernesto.

Excerpts from Ernesto Hernández-Novich's message of Qua Mar 03 11:05:20 -0300 2010:
(...)
> Then I wanted to try building it again, once again following the
> instructions in [2] by doing
> 
> $ tools/pkg-haskell-checkout haskell-non-negative
> Copying patches, to get lazy repository hit ctrl-C...
> Finished getting.
> haskell-non-negative: Version (0.0.5.1) available on remote site:
>   http://hackage.haskell.org/packages/archive/0.0.5.1/
>   (local version is 0.0.5.1)
> uscan warning: Downloading
>  http://hackage.haskell.org/packages/archive/0.0.5.1/ failed:
> 404 Not Found
> Couldn't download tarball with uscan or apt-get source. See above for
> errors

Notice that this is not needed.  This is just something to make it easier.
What you need to do is something like:

$ wget
http://hackage.haskell.org/packages/archive/non-negative/0.0.5.1/non-negative-0.0.5.1.tar.gz
$ mv non-negative-0.0.5.1.tar.gz haskell-non-negative_0.0.5.1.orig.tar.gz
$ tar xzf haskell-non-negative_0.0.5.1.orig.tar.gz
$ cd non-egative-0.0.5.1
$ darcs get ../debian
$ rm -r debian/_darcs
$ debuild

Greetings.
(...)
-- 
marcot
http://wiki.debian.org/MarcoSilva


Reply to: