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

2006-02-08 Thread pabs-guest

  User: pabs-guest
  Date: 06/02/08 13:26:28

  Modified:debian   rules
  Log:
  Woops, forgot dh_installexamples
  
  Revision  ChangesPath
  1.18  +1 -0  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.18&cvsroot=
  
  CVSWeb: View this file: 
http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pkg-grass/mapserver/debian/rules?rev=1.18&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.18&r2=1.17&cvsroot=
  
  ---
  
  Index: rules
  ===
  RCS file: /cvsroot/pkg-grass/mapserver/debian/rules,v
  retrieving revision 1.17
  retrieving revision 1.18
  diff -u -r1.17 -r1.18
  --- rules 8 Feb 2006 13:18:19 -   1.17
  +++ rules 8 Feb 2006 13:26:28 -   1.18
  @@ -247,6 +247,7 @@
dh_movefiles -a
dh_installchangelogs -a HISTORY.TXT
dh_installdocs -a
  + dh_installexamples -a
dh_installdebconf -a
dh_compress -a
dh_link -a
  
  
  

___
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-grass-devel


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

2006-02-19 Thread pere

  User: pere
  Date: 06/02/19 12:37:14

  Modified:debian   rules
  Log:
  Correct path.
  
  Revision  ChangesPath
  1.22  +1 -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.22&cvsroot=
  
  CVSWeb: View this file: 
http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pkg-grass/mapserver/debian/rules?rev=1.22&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.22&r2=1.21&cvsroot=
  
  ---
  
  Index: rules
  ===
  RCS file: /cvsroot/pkg-grass/mapserver/debian/rules,v
  retrieving revision 1.21
  retrieving revision 1.22
  diff -u -r1.21 -r1.22
  --- rules 19 Feb 2006 11:48:42 -  1.21
  +++ rules 19 Feb 2006 12:37:13 -  1.22
  @@ -254,7 +254,7 @@
dh_installchangelogs -a HISTORY.TXT
dh_installdocs -a
dh_installexamples -a
  - chmod a-x debian/php*-mapscript/usr/share/doc/examples/*.phtml
  + chmod a-x 
debian/php*-mapscript/usr/share/doc/php*-mapscript/examples/*.phtml
dh_installdebconf -a
dh_compress -a
dh_link -a
  
  
  

___
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-grass-devel


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

2006-04-01 Thread pere

  User: pere
  Date: 06/04/01 09:31:04

  Modified:debian   rules
  Log:
 [ Schuyler Erle ]
 * New upstream bugfix release 4.8.3
 * Include patch for sarge backporting and instructions in
   README.sarge.
 [ Paul Wise ]
 * New upstream bugfix release 4.8.2
   - drop 10_python_build: useless, only for Windows
 * Add php_mapscript.so to apache2 php.ini as well. This is a workaround
   for #346184, upstream is looking into it.
 * Install shp2pdf and tile4ms too. Closes: #359615
 * Change priority to extra in line with ftpmaster override
 [ Petter Reinholdtsen ]
 * Remove the generated files mapscript/csharp/Makefile and
   mapscript/php3/Makefile when cleaning up the source directory, to
   avoid noise in the debian diff.
  
  Revision  ChangesPath
  1.25  +1 -0  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.25&cvsroot=
  
  CVSWeb: View this file: 
http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pkg-grass/mapserver/debian/rules?rev=1.25&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.25&r2=1.24&cvsroot=
  
  ---
  
  Index: rules
  ===
  RCS file: /cvsroot/pkg-grass/mapserver/debian/rules,v
  retrieving revision 1.24
  retrieving revision 1.25
  diff -u -r1.24 -r1.25
  --- rules 28 Mar 2006 03:24:59 -  1.24
  +++ rules 1 Apr 2006 09:31:04 -   1.25
  @@ -159,6 +159,7 @@
   
# Remove some generated files until 50_clean.dpatch is applied upstream.
-$(RM) Makefile mapscript/java/Makefile
  + -$(RM) mapscript/csharp/Makefile mapscript/php3/Makefile
-$(RM) config.log config.status
   
-$(RM) -rf html/
  
  
  

___
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-grass-devel


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

2006-02-20 Thread pabs-guest

  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  ChangesPath
  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 -  1.22
  +++ rules 20 Feb 2006 08:58:53 -  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 -  1.70
  +++ changelog 20 Feb 2006 08:58:53 -  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 <[EMAIL PROTECTED]>  Mon, 20 Feb 2006 09:14:19 +0800
  +
   mapserver (4.8.1-1) unstable; urgency=low
   
 [ Paul Wise ]
  
  
  

___
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-grass-devel