Welcome! Log In Create A New Profile

Advanced

Re: How to always have the latest nginx version in Ubuntu/Debian

Mark Alan
March 24, 2009 06:12PM
Merlin wrote:
>This is not to say your method is "wrong" or even that it will break anything;
>I merely offer another way to do things more in-line with the way
other things
> are done in the distribution.

I see, you are thinking in something complex like this:
https://wiki.ubuntu.com/PackagingGuide/Recipes/PackageUpdate

But, perhaps, the following procedure is better for you. Change 0.6.34,
0.7.44, John Doe, and jdoe@jdoe.0 for your own values, and try this:

sudo aptitutde -R install build-essential fakeroot devscripts wget
test -x $HOME/tmp/ || mkdir -p $HOME/tmp/ && cd $HOME/tmp/
wget -c http://sysoev.ru/nginx/nginx-0.7.44.tar.gz # get latest nginx
apt-get source nginx
cd nginx-0.6.34
uupdate -rfakeroot --upstream-version 0.7.44 ../nginx-0.7.44.tar.gz
cd ../$(dpkg-parsechangelog | sed -n 's/^Source: //p')-0.7.44
(export DEBFULLNAME='John Doe';export DEBEMAIL='jdoe@jdoe.0';debuild -i
-us -uc -b)
cd ..


Rather boring, isn't it? It doesn't make it any easier to play around
with nginx ./configure switches.


M.
Subject Author Posted

How to always have the latest nginx version in Ubuntu/Debian

Mark Alan March 23, 2009 05:02PM

Re: How to always have the latest nginx version in Ubuntu/Debian

mike March 23, 2009 05:31PM

Bug in nginx 0.7.xx ./configure procedure

Mark Alan March 23, 2009 06:16PM

Re: Bug in nginx 0.7.xx ./configure procedure

Igor Sysoev March 24, 2009 02:13AM

Re: Bug in nginx 0.7.xx ./configure procedure

Michael Shadle March 24, 2009 02:19AM

Re: Bug in nginx 0.7.xx ./configure procedure

Igor Sysoev March 24, 2009 02:34AM

Re: Bug in nginx 0.7.xx ./configure procedure

Mark Alan March 24, 2009 05:26AM

Re: Bug in nginx 0.7.xx ./configure procedure

Igor Sysoev March 24, 2009 07:24AM

Re: Bug in nginx 0.7.xx ./configure procedure

Mark Alan March 24, 2009 10:08AM

Re: How to always have the latest nginx version in Ubuntu/Debian

Merlin March 23, 2009 06:06PM

Re: How to always have the latest nginx version in Ubuntu/Debian

mike March 23, 2009 06:17PM

Re: How to always have the latest nginx version in Ubuntu/Debian

Mark Alan March 23, 2009 07:34PM

Re: How to always have the latest nginx version in Ubuntu/Debian

mike March 23, 2009 07:50PM

Re: How to always have the latest nginx version in Ubuntu/Debian

Igor Sysoev March 24, 2009 02:13AM

Re: How to always have the latest nginx version in Ubuntu/Debian

Michael Shadle March 24, 2009 02:23AM

Re: How to always have the latest nginx version in Ubuntu/Debian

Igor Sysoev March 24, 2009 02:27AM

Re: How to always have the latest nginx version in Ubuntu/Debian

Igor Sysoev March 24, 2009 02:34AM

Re: How to always have the latest nginx version in Ubuntu/Debian

Mark Alan March 23, 2009 07:34PM

Re: How to always have the latest nginx version in Ubuntu/Debian

Merlin March 23, 2009 08:46PM

Re: How to always have the latest nginx version in Ubuntu/Debian

Mark Alan March 24, 2009 06:12PM

Re: How to always have the latest nginx version in Ubuntu/Debian

Merlin March 24, 2009 09:23PM



Sorry, only registered users may post in this forum.

Click here to login

Online Users

Guests: 246
Record Number of Users: 8 on April 13, 2023
Record Number of Guests: 421 on December 02, 2018
Powered by nginx      Powered by FreeBSD      PHP Powered      Powered by MariaDB      ipv6 ready