[DebianGIS-dev] CVS Update: mapserver/debian rules changelog

pabs-guest at haydn.debian.org pabs-guest at haydn.debian.org
Mon Feb 20 08:58:53 UTC 2006


  User: pabs-guest
  Date: 06/02/20 08:58:53

  Modified:    debian   rules changelog
  Log:
  Fix FTBFS on all platforms due to autobuilders calling debian/rules build instead of build-arch.
  
  Revision  Changes    Path
  1.23      +6 -1      mapserver/debian/rules
  
  CVSWEB Options: -------------------
  
  CVSWeb: Annotate this file:            http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pkg-grass/mapserver/debian/rules?annotate=1.23&cvsroot=
  
  CVSWeb: View this file:             http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pkg-grass/mapserver/debian/rules?rev=1.23&content-type=text/x-cvsweb-markup&cvsroot=
  
  CVSWeb: Diff to previous version:   http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pkg-grass/mapserver/debian/rules.diff?r1=1.23&r2=1.22&cvsroot=
  
  -----------------------------------
  
  Index: rules
  ===================================================================
  RCS file: /cvsroot/pkg-grass/mapserver/debian/rules,v
  retrieving revision 1.22
  retrieving revision 1.23
  diff -u -r1.22 -r1.23
  --- rules	19 Feb 2006 12:37:13 -0000	1.22
  +++ rules	20 Feb 2006 08:58:53 -0000	1.23
  @@ -74,7 +74,12 @@
   
   	touch configure-php5-stamp
   
  -build: build-indep build-arch
  +# This is the correct, policy-compliant build target
  +#build: build-indep build-arch
  +
  +# This is the incorrect, non-policy compliant build target
  +# it is nessecary because the auto-builders use build, but don't install Build-Depends-Indep
  +build: build-arch
   
   build-indep: build-indep-stamp
   build-indep-stamp:
  
  
  
  1.71      +11 -0     mapserver/debian/changelog
  
  CVSWEB Options: -------------------
  
  CVSWeb: Annotate this file:            http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pkg-grass/mapserver/debian/changelog?annotate=1.71&cvsroot=
  
  CVSWeb: View this file:             http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pkg-grass/mapserver/debian/changelog?rev=1.71&content-type=text/x-cvsweb-markup&cvsroot=
  
  CVSWeb: Diff to previous version:   http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pkg-grass/mapserver/debian/changelog.diff?r1=1.71&r2=1.70&cvsroot=
  
  -----------------------------------
  
  Index: changelog
  ===================================================================
  RCS file: /cvsroot/pkg-grass/mapserver/debian/changelog,v
  retrieving revision 1.70
  retrieving revision 1.71
  diff -u -r1.70 -r1.71
  --- changelog	19 Feb 2006 12:57:58 -0000	1.70
  +++ changelog	20 Feb 2006 08:58:53 -0000	1.71
  @@ -1,3 +1,14 @@
  +mapserver (4.8.1-2) unstable; urgency=low
  +
  +  * Make the build target no longer depend on build-indep. This is not
  +    policy-compliant (see 7.6 and 4.8), but it is needed to work around
  +    the fact that the autobuilders call debian/rules build (instead of
  +    build-arch), but do not install Build-Depends-Indep packages.
  +    build-indep is an indirect dependency of the binary and binary-indep
  +    targets, so non-autobuilder builds will still work.
  +
  + -- Paul Wise <pabs3 at bonedaddy.net>  Mon, 20 Feb 2006 09:14:19 +0800
  +
   mapserver (4.8.1-1) unstable; urgency=low
   
     [ Paul Wise ]
  
  
  



More information about the Pkg-grass-devel mailing list