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

pabs-guest at haydn.debian.org pabs-guest at haydn.debian.org
Sun Feb 19 11:48:42 UTC 2006


  User: pabs-guest
  Date: 06/02/19 11:48:42

  Modified:    debian   changelog rules
  Log:
  Turn off executable bit for the php examples.
  
  Revision  Changes    Path
  1.69      +2 -2      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.69&cvsroot=
  
  CVSWeb: View this file:             http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pkg-grass/mapserver/debian/changelog?rev=1.69&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.69&r2=1.68&cvsroot=
  
  -----------------------------------
  
  Index: changelog
  ===================================================================
  RCS file: /cvsroot/pkg-grass/mapserver/debian/changelog,v
  retrieving revision 1.68
  retrieving revision 1.69
  diff -u -r1.68 -r1.69
  --- changelog	19 Feb 2006 11:05:46 -0000	1.68
  +++ changelog	19 Feb 2006 11:48:42 -0000	1.69
  @@ -3,13 +3,13 @@
     * New upstream release
     * Build mapscript html docs using python-docutils and add to mapserver-doc
     * Add some more things to mapserver-doc
  -  * Move the bindings examples into examples subdirs
  +  * Move the bindings examples into examples subdirs, remove execute perms
     * Add a TODO.Debian so we don't forget some things
     * Completely revamp copyright information, remove php4-mapscript.copyright
     * Prevent FTBFS when using sudo instead of fakeroot (Closes: #351869)
     * Change Priority to match the override set by the ftpmasters
   
  - -- Paul Wise <pabs3 at bonedaddy.net>  Sun, 19 Feb 2006 19:04:43 +0800
  + -- Paul Wise <pabs3 at bonedaddy.net>  Sun, 19 Feb 2006 19:47:59 +0800
   
   mapserver (4.6.2-1) unstable; urgency=low
   
  
  
  
  1.21      +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.21&cvsroot=
  
  CVSWeb: View this file:             http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pkg-grass/mapserver/debian/rules?rev=1.21&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.21&r2=1.20&cvsroot=
  
  -----------------------------------
  
  Index: rules
  ===================================================================
  RCS file: /cvsroot/pkg-grass/mapserver/debian/rules,v
  retrieving revision 1.20
  retrieving revision 1.21
  diff -u -r1.20 -r1.21
  --- rules	9 Feb 2006 07:12:31 -0000	1.20
  +++ rules	19 Feb 2006 11:48:42 -0000	1.21
  @@ -254,6 +254,7 @@
   	dh_installchangelogs -a HISTORY.TXT
   	dh_installdocs -a
   	dh_installexamples -a
  +	chmod a-x debian/php*-mapscript/usr/share/doc/examples/*.phtml
   	dh_installdebconf -a
   	dh_compress -a
   	dh_link -a
  
  
  



More information about the Pkg-grass-devel mailing list