guix-devel
[Top][All Lists]
Advanced

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

Re: GSoC ideas


From: Jan Nieuwenhuizen
Subject: Re: GSoC ideas
Date: Wed, 24 Feb 2016 22:24:27 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (gnu/linux)

Jan Nieuwenhuizen writes:

> Diane Trout writes:
>
>> I wrote a basic Debian recipe to build guix, create the build users,
>> and install the systemd config file.
>>
>> https://github.com/detrout/debian-guix
>
> Thank you, this is /really/ useful.  I want to introduce Guix at work
> and was thinking about a debian package.

For Ubuntu, I used the patch below.

Greetings,
Jan

diff --git a/README.rst b/README.rst
index 7092389..0e6b228 100644
--- a/README.rst
+++ b/README.rst
@@ -22,7 +22,7 @@ To build you need to do something like the following:
     cd guix
     git clone https://github.com/detrout/debian-guix.git debian
     uscan --download-current-version
-    tar xavf ../guix-$(dpkg-parsechangelog -S Version | cut -f 1 -d 
-).orig.tar.gz --strip-components=1
+    tar xavf ../guix_$(dpkg-parsechangelog -S Version | cut -f 1 -d 
-).orig.tar.gz --strip-components=1
     sudo apt-get install build-essential dh-autoreconf dh-systemd 
autotools-dev graphviz guile-2.0-dev guile-json help2man libgcrypt20-dev 
libsqlite3-dev libbz2-dev texinfo
     dpkg-buildpackage
     sudo dpkg -i ../guix_0.9.0-1_amd64.deb ../emacs-guix_0.9.0-1_all.deb
diff --git a/watch b/watch
index 5e7fecb..972498e 100644
--- a/watch
+++ b/watch
@@ -1,3 +1,2 @@
-version=4
-opts="pgpsigurlmangle=s/$/.sig/" \
+version=3
 http://alpha.gnu.org/gnu/guix/ guix-([\d\.]+)\.tar\.gz debian uupdate

-- 
Jan Nieuwenhuizen <address@hidden> | GNU LilyPond http://lilypond.org
Freelance IT http://JoyofSource.com | Avatar®  http://AvatarAcademy.nl  



reply via email to

[Prev in Thread] Current Thread [Next in Thread]