User: frankie Date: 06/01/31 12:56:46 Modified: debian changelog control rules Log: Fixes FTBS Revision Changes Path 1.37 +3 -1 pkg-grass/debian/changelog CVSWEB Options: ------------------- CVSWeb: Annotate this file: http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pkg-grass/pkg-grass/debian/changelog?annotate=1.37&cvsroot= CVSWeb: View this file: http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pkg-grass/pkg-grass/debian/changelog?rev=1.37&content-type=text/x-cvsweb-markup&cvsroot= CVSWeb: Diff to previous version: http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pkg-grass/pkg-grass/debian/changelog.diff?r1=1.37&r2=1.36&cvsroot= ----------------------------------- Index: changelog =================================================================== RCS file: /cvsroot/pkg-grass/pkg-grass/debian/changelog,v retrieving revision 1.36 retrieving revision 1.37 diff -u -r1.36 -r1.37 --- changelog 31 Jan 2006 12:34:41 -0000 1.36 +++ changelog 31 Jan 2006 12:56:46 -0000 1.37 @@ -5,8 +5,10 @@ * Added NVIZ html help pages to -doc package, previously missing. Thanks Stephan Holl. * Re-introduced missing build-indep target in rules for the -doc package. This is still sub-optimal... + * Added missing libxmu-dev + (closes: #350010) - -- Francesco Paolo Lovergine <[EMAIL PROTECTED]> Fri, 27 Jan 2006 12:26:45 +0100 + -- Francesco Paolo Lovergine <[EMAIL PROTECTED]> Tue, 31 Jan 2006 13:41:36 +0100 grass (6.0.1-2) unstable; urgency=low 1.26 +1 -1 pkg-grass/debian/control CVSWEB Options: ------------------- CVSWeb: Annotate this file: http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pkg-grass/pkg-grass/debian/control?annotate=1.26&cvsroot= CVSWeb: View this file: http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pkg-grass/pkg-grass/debian/control?rev=1.26&content-type=text/x-cvsweb-markup&cvsroot= CVSWeb: Diff to previous version: http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pkg-grass/pkg-grass/debian/control.diff?r1=1.26&r2=1.25&cvsroot= ----------------------------------- Index: control =================================================================== RCS file: /cvsroot/pkg-grass/pkg-grass/debian/control,v retrieving revision 1.25 retrieving revision 1.26 diff -u -r1.25 -r1.26 --- control 7 Jan 2006 07:55:13 -0000 1.25 +++ control 31 Jan 2006 12:56:46 -0000 1.26 @@ -3,7 +3,7 @@ Priority: extra Maintainer: Debian GIS Project <[email protected]> Uploaders: Francesco Paolo Lovergine <[EMAIL PROTECTED]>, Steve Halasz <[EMAIL PROTECTED]> -Build-depends: flex, bison, libreadline5-dev | libreadline-dev, libncurses5-dev, lesstif2-dev, debhelper (>= 4.0.2), dpatch, libtiff4-dev, tcl8.3-dev, tk8.3-dev, fftw-dev, xlibmesa-gl-dev, libglu1-xorg-dev | xlibmesa-glu-dev, libfreetype6-dev, autoconf2.13, autotools-dev, libgdal1-1.3.1-dev, proj (>= 4.4.7), libjpeg62-dev, libpng12-dev, libpq-dev | postgresql-dev, unixodbc-dev, doxygen, fakeroot, libmysqlclient15-dev | libmysqlclient14-dev +Build-depends: flex, bison, libreadline5-dev | libreadline-dev, libncurses5-dev, lesstif2-dev, debhelper (>= 4.0.2), dpatch, libtiff4-dev, tcl8.3-dev, tk8.3-dev, fftw-dev, libxmu-dev,xlibmesa-gl-dev, libglu1-xorg-dev | xlibmesa-glu-dev, libfreetype6-dev, autoconf2.13, autotools-dev, libgdal1-1.3.1-dev, proj (>= 4.4.7), libjpeg62-dev, libpng12-dev, libpq-dev | postgresql-dev, unixodbc-dev, doxygen, fakeroot, libmysqlclient15-dev | libmysqlclient14-dev Standards-Version: 3.6.2 Package: grass 1.26 +3 -2 pkg-grass/debian/rules CVSWEB Options: ------------------- CVSWeb: Annotate this file: http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pkg-grass/pkg-grass/debian/rules?annotate=1.26&cvsroot= CVSWeb: View this file: http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pkg-grass/pkg-grass/debian/rules?rev=1.26&content-type=text/x-cvsweb-markup&cvsroot= CVSWeb: Diff to previous version: http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pkg-grass/pkg-grass/debian/rules.diff?r1=1.26&r2=1.25&cvsroot= ----------------------------------- Index: rules =================================================================== RCS file: /cvsroot/pkg-grass/pkg-grass/debian/rules,v retrieving revision 1.25 retrieving revision 1.26 diff -u -r1.25 -r1.26 --- rules 31 Jan 2006 12:34:42 -0000 1.25 +++ rules 31 Jan 2006 12:56:46 -0000 1.26 @@ -82,6 +82,7 @@ rm -f raster/r.le/r.le.setup/polytocell/*.o rm -f raster/r.terraflow/IOStream/lib/src/libiostream.a rm -f debian/grass60.1 + rm -f error.log install: build dh_testdir @@ -120,7 +121,7 @@ binary-indep: build install dh_testdir -i dh_testroot -i - dh_installchangelogs CHANGES -i + dh_installchangelogs -i ChangeLog_6.0.1.gz dh_installdocs -i dh_installexamples -i dh_install --sourcedir=debian/tmp -i @@ -140,7 +141,7 @@ binary-arch: build install dh_testdir -a dh_testroot -a - dh_installchangelogs CHANGES -a + dh_installchangelogs -a ChangeLog_6.0.1.gz dh_installdocs -a dh_installexamples -a dh_install --sourcedir=debian/tmp -a
_______________________________________________ Pkg-grass-devel mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/pkg-grass-devel

