diff -Nru es2gears-0~20100728/debian/changelog es2gears-0~20100928/debian/changelog --- es2gears-0~20100728/debian/changelog 2010-07-28 13:35:49.000000000 +0000 +++ es2gears-0~20100928/debian/changelog 2010-09-28 13:15:52.000000000 +0000 @@ -1,3 +1,14 @@ +es2gears (0~20100928) maverick; urgency=low + + * debian/control: + - Update dependencies to include libegl1-x11 and libgles2, so that es2gears + can be installed with non-Mesa drivers. + - Update binary package description. + * debian/es2gears.1: + - Fix typo. + + -- Alexandros Frantzis Tue, 28 Sep 2010 16:06:30 +0300 + es2gears (0~20100728) maverick; urgency=low * Set default precision in the fragment shader, so that we strictly adhere diff -Nru es2gears-0~20100728/debian/control es2gears-0~20100928/debian/control --- es2gears-0~20100728/debian/control 2010-07-02 11:52:10.000000000 +0000 +++ es2gears-0~20100928/debian/control 2010-09-28 13:11:11.000000000 +0000 @@ -7,10 +7,13 @@ libx11-dev, libegl1-dev | libegl1-mesa-dev, libgles2-dev | libgles2-mesa-dev -Standards-Version: 3.8.4 +Standards-Version: 3.9.1 Package: es2gears Architecture: any -Depends: ${shlibs:Depends}, ${misc:Depends} +Depends: ${shlibs:Depends}, ${misc:Depends}, + libegl1-x11 | libegl1-mesa, + libgles2 | libgles2-mesa Description: An OpenGL ES 2.0 version of glxgears - Bl bla + es2gears is a program that displays rotating gears using OpenGL ES 2.0 + primitives. diff -Nru es2gears-0~20100728/debian/es2gears.1 es2gears-0~20100928/debian/es2gears.1 --- es2gears-0~20100728/debian/es2gears.1 2010-07-02 11:41:23.000000000 +0000 +++ es2gears-0~20100928/debian/es2gears.1 2010-09-28 13:11:04.000000000 +0000 @@ -4,7 +4,7 @@ .SH SYNOPSIS .B es2gears .SH DESCRIPTION -\fBes2gears\fP is a program that display rotating gears using OpenGL ES 2.0 +\fBes2gears\fP is a program that displays rotating gears using OpenGL ES 2.0 primitives .SH AUTHOR es2gears was written by .