Debian repository Package list mismatch?

Hi!

We’re using Debian 7.x (Wheezy), and because I rather have the latest
version of nginx than the stock or backports version, I decided to add
your repository.
I grabbed the lines from nginx: Linux packages and
added them to /etc/apt/sources.list.d/nginx.list as follows:

deb Index of /packages/debian/ wheezy nginx
deb-src Index of /packages/debian/ wheezy nginx

This works fine after adding the key, however, after running apt-get
update, it displays:

Package: nginx
Version: 1.6.2-1~wheezy
Architecture: amd64
Maintainer: Sergey B. [email protected]

Even though the pool of the repository only contains 1.7.9:

http://nginx.org/packages/mainline/debian/pool/nginx/n/nginx/

And, when I look in the Packages list obtained from your repo, I see the
following:

root@webtv4:/var/lib/apt/lists# grep -A1 ‘Package:’ nginx*
nginx.org_packages_debian_dists_wheezy_nginx_binary-amd64_Packages:Package:
nginx
nginx.org_packages_debian_dists_wheezy_nginx_binary-amd64_Packages-Version:
1.6.2-1~wheezy

nginx.org_packages_debian_dists_wheezy_nginx_binary-amd64_Packages:Package:
nginx-debug
nginx.org_packages_debian_dists_wheezy_nginx_binary-amd64_Packages-Source:
nginx

nginx.org_packages_debian_dists_wheezy_nginx_binary-amd64_Packages:Package:
nginx-nr-agent
nginx.org_packages_debian_dists_wheezy_nginx_binary-amd64_Packages-Version:
2.0.0-4

nginx.org_packages_debian_dists_wheezy_nginx_source_Sources:Package:
nginx
nginx.org_packages_debian_dists_wheezy_nginx_source_Sources-Format: 3.0
(quilt)
root@webtv4:/var/lib/apt/lists#

Could you please update the package listing of the Debian repository so
that we may enjoy the latest version with all of its wonderful features?
:slight_smile:

Kind regards,

Danil Mostertman

Hello again,

With shame on my face I have to admit that I was looking at
Index of /packages/mainline/debian/ and used the stable one
instead in the sources.list.
My sincerest apologies for bothering you all :slight_smile:

Danil

Danil Mostertman schreef op 5-2-2015 om 16:29:

Hello,

You should use the following in /etc/apt/sources.list if you wish to use
the latest (mainline) version of nginx.

deb Index of /packages/mainline/debian/ codename nginx
deb-src Index of /packages/mainline/debian/ codename nginx

http://nginx.org/en/linux_packages.html#mainline

Patrick Nommensen
@pnommensen