[DebianGIS-dev] CVS Update: musmap/debian changelog

2006-01-16 Thread mparent-guest

  User: mparent-guest
  Date: 06/01/16 18:16:08

  Modified:debian   changelog
  Log:
  First uploaded version (I hope)
  
  Revision  ChangesPath
  1.3   +4 -3  musmap/debian/changelog
  
  CVSWEB Options: ---
  
  CVSWeb: Annotate this file:
http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pkg-grass/musmap/debian/changelog?annotate=1.3&cvsroot=
  
  CVSWeb: View this file: 
http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pkg-grass/musmap/debian/changelog?rev=1.3&content-type=text/x-cvsweb-markup&cvsroot=
  
  CVSWeb: Diff to previous version:   
http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pkg-grass/musmap/debian/changelog.diff?r1=1.3&r2=1.2&cvsroot=
  
  ---
  
  Index: changelog
  ===
  RCS file: /cvsroot/pkg-grass/musmap/debian/changelog,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- changelog 13 Jan 2006 21:51:43 -  1.2
  +++ changelog 16 Jan 2006 18:16:07 -  1.3
  @@ -1,6 +1,7 @@
  -musmap (0.9.1-cvs-20060113) unstable; urgency=low
  +musmap (0.9.1-cvs-20060116) unstable; urgency=low
   
  -  * Development version
  +  * Mathieu Parent
  +- Initial upload (Development version) (Closes: #344345)
   
  - -- Mathieu Parent <[EMAIL PROTECTED]>  Fri, 13 Jan 2006 22:00:00 +0100
  + -- Mathieu Parent <[EMAIL PROTECTED]>  Mon, 16 Jan 2006 19:08:33 +0100
   
  
  
  

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


[DebianGIS-dev] Processing of jts_1.6-2_powerpc.changes

2006-01-16 Thread Archive Administrator
jts_1.6-2_powerpc.changes uploaded successfully to localhost
along with the files:
  jts_1.6-2.dsc
  jts_1.6-2.diff.gz
  libjts-java_1.6-2_all.deb
  libjts-java-doc_1.6-2_all.deb

Greetings,

Your Debian queue daemon

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


[DebianGIS-dev] jts_1.6-2_powerpc.changes ACCEPTED

2006-01-16 Thread Debian Installer

Accepted:
jts_1.6-2.diff.gz
  to pool/main/j/jts/jts_1.6-2.diff.gz
jts_1.6-2.dsc
  to pool/main/j/jts/jts_1.6-2.dsc
libjts-java-doc_1.6-2_all.deb
  to pool/main/j/jts/libjts-java-doc_1.6-2_all.deb
libjts-java_1.6-2_all.deb
  to pool/main/j/jts/libjts-java_1.6-2_all.deb
Announcing to debian-devel-changes@lists.debian.org


Thank you for your contribution to Debian.

___
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: musmap/debian packages.config

2006-01-16 Thread mparent-guest

  User: mparent-guest
  Date: 06/01/16 21:56:59

  Modified:debian   packages.config
  Log:
  sh compatibility
  
  Revision  ChangesPath
  1.3   +8 -8  musmap/debian/packages.config
  
  CVSWEB Options: ---
  
  CVSWeb: Annotate this file:
http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pkg-grass/musmap/debian/packages.config?annotate=1.3&cvsroot=
  
  CVSWeb: View this file: 
http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pkg-grass/musmap/debian/packages.config?rev=1.3&content-type=text/x-cvsweb-markup&cvsroot=
  
  CVSWeb: Diff to previous version:   
http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pkg-grass/musmap/debian/packages.config.diff?r1=1.3&r2=1.2&cvsroot=
  
  ---
  
  Index: packages.config
  ===
  RCS file: /cvsroot/pkg-grass/musmap/debian/packages.config,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- packages.config   15 Jan 2006 22:57:44 -  1.2
  +++ packages.config   16 Jan 2006 21:56:58 -  1.3
  @@ -68,7 +68,7 @@
   dbadminpassword="$RET"
   db_get musmap/dbcreate
   dbcreate="$RET"
  -if test $dbcreate == true ; then
  +if test $dbcreate = true ; then
   # [[Warning]] insecure method to send password
   DBS=`mysql --host="$dbhost" --user="$dbadminuser" 
--password="$dbadminpassword" --skip-column-names --no-pager --exec="SHOW 
DATABASES LIKE '$dbname'"`
   if test "$?" != "0"; then
  @@ -77,7 +77,7 @@
 db_input medium musmap/gofirst || true
 db_endblock
   else
  -  if test "$DBS" == "" ; then
  +  if test "$DBS" = "" ; then
   mysql --host="$dbhost" --user="$dbadminuser" 
--password="$dbadminpassword" --exec="CREATE DATABASE \`$dbname\`;"
   mysql --host="$dbhost" --user="$dbadminuser" 
--password="$dbadminpassword" --exec="GRANT ALL ON \`$dbname\`.* TO '$dbuser' 
IDENTIFIED BY '$dbpassword';"
 fi
  @@ -96,8 +96,8 @@
   dbname="$RET"
   db_get musmap/dbcreate
   dbcreate="$RET"
  -if test $dbcreate == true ; then
  -if test "dbhost" == ""; then
  +if test $dbcreate = true ; then
  +if test "dbhost" = ""; then
   DBS=`su postgres "psql --port='$dbport' --list -t -A | 
grep '^$dbname|'"`
   if test "$?" != "0"; then
 db_beginblock
  @@ -105,7 +105,7 @@
 db_input medium musmap/gofirst || true
 db_endblock
   else
  -  if test "$DBS" == "" ; then
  +  if test "$DBS" = "" ; then
   su postgres "createuser --port="$dbport" -e -A -D 
'$dbuser';"
   su postgres "createdb   --port="$dbport" -e -O 
'$dbuser' '$dbname';"
 fi
  @@ -119,7 +119,7 @@
   dbfilename="$RET"
   db_get musmap/dbcreate
   dbcreate="$RET"
  -if test $dbcreate == true ; then
  +if test $dbcreate = true ; then
   mkdir -p -v `dirname "$dbfilename"`
   #sqlite "$dbfilename" ";" # done by php_-sqlite
   chown -R www-data:www-data `dirname "$dbfilename"`
  @@ -143,9 +143,9 @@
   dbgo="$?"
   db_get musmap/gofirst
   gofirst="$RET"
  -if test $gofirst == true; then
  +if test $gofirst = true; then
 STEP=1
  -elif test "$dbgo" == "30"; then
  +elif test "$dbgo" = "30"; then
   STEP=$(($STEP - 1))
   else
   STEP=$(($STEP + 1))
  
  
  

___
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: musmap/debian packages.install

2006-01-16 Thread mparent-guest

  User: mparent-guest
  Date: 06/01/16 21:58:44

  Modified:debian   packages.install
  Log:
  CVS cleaning is now done before package building
  
  Revision  ChangesPath
  1.3   +3 -7  musmap/debian/packages.install
  
  CVSWEB Options: ---
  
  CVSWeb: Annotate this file:
http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pkg-grass/musmap/debian/packages.install?annotate=1.3&cvsroot=
  
  CVSWeb: View this file: 
http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pkg-grass/musmap/debian/packages.install?rev=1.3&content-type=text/x-cvsweb-markup&cvsroot=
  
  CVSWeb: Diff to previous version:   
http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pkg-grass/musmap/debian/packages.install.diff?r1=1.3&r2=1.2&cvsroot=
  
  ---
  
  Index: packages.install
  ===
  RCS file: /cvsroot/pkg-grass/musmap/debian/packages.install,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- packages.install  13 Jan 2006 21:50:15 -  1.2
  +++ packages.install  16 Jan 2006 21:58:44 -  1.3
  @@ -3,10 +3,10 @@
   yada copy -data -into /usr/share/musmap admin data images include js print
   #== log
   yada install -dir /var/log/musmap
  -#DEPRECATED:yada install -dir /usr/share/musmap/log
   #== Temporary server files
  -#DEPRECATED:yada install -dir /usr/share/musmap/srvtmp
  +#/tmp
   #== Temporary files, available thru web server
  +yada install -dir /var/lib/musmap/webtmp
   yada install -dir /usr/share/musmap/webtmp
   #== Doc
   #ignore: COPYRIGHT, LICENSE.LGPL, LICENSE, INSTALL
  @@ -22,8 +22,4 @@
   for webserver in apache apache-perl apache-ssl apache2; do
   yada install -conf -ucf -into /etc/$webserver/conf.d -as musmap.conf 
debian/conf/apache.conf
   done
  -yada symlink -into /var/www /usr/share/musmap
  -#== cleaning
  -#remove any CVS directory
  -find $ROOT/usr/share/musmap -name CVS | xargs rm -rf
  -find $ROOT/usr/share/musmap -name "*~" | xargs rm -rf
  +yada symlink -into /var/www /usr/share/musmap
  \ No newline at end of file
  
  
  

___
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: musmap/debian packages

2006-01-16 Thread mparent-guest

  User: mparent-guest
  Date: 06/01/16 21:59:12

  Modified:debian   packages
  Log:
  debconf dependency
  
  Revision  ChangesPath
  1.3   +5 -4  musmap/debian/packages
  
  CVSWEB Options: ---
  
  CVSWeb: Annotate this file:
http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pkg-grass/musmap/debian/packages?annotate=1.3&cvsroot=
  
  CVSWeb: View this file: 
http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pkg-grass/musmap/debian/packages?rev=1.3&content-type=text/x-cvsweb-markup&cvsroot=
  
  CVSWeb: Diff to previous version:   
http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pkg-grass/musmap/debian/packages.diff?r1=1.3&r2=1.2&cvsroot=
  
  ---
  
  Index: packages
  ===
  RCS file: /cvsroot/pkg-grass/musmap/debian/packages,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- packages  13 Jan 2006 21:48:46 -  1.2
  +++ packages  16 Jan 2006 21:59:12 -  1.3
  @@ -1,6 +1,5 @@
   ## debian/packages for musmap
   Source: musmap
  -Build-Depends: po-debconf
   Section: web
   Priority: extra
   Maintainer: Mathieu Parent <[EMAIL PROTECTED]>
  @@ -13,11 +12,12 @@
Musmap is under GNU GPL license. 
It contains:
 - mygosumenu which is released under a BSD-style license. See 
  -/usr/share/musmap/js/contrib/mygosumenu/license.txt for complete license.
  +/usr/share/musmap/js/contrib/mygosumenu/license.txt for complete 
  +license.
 - `Javascript cross-browser library` which is under LGPL license.
.
  - On Debian systems, the complete text of the GNU GPL and GNU LGPL licenses 
  - can be found in the /usr/share/common-licenses/GPL and 
  + On Debian systems, the complete text of the GNU GPL and GNU LGPL 
  + licenses can be found in the /usr/share/common-licenses/GPL and 
/usr/share/common-licenses/LGPL files.
.
All files except mygosumenu are
  @@ -28,6 +28,7 @@

   Package: musmap
   Architecture: all
  +Depends: debconf
   Depends: php4 (>= 4.3.0) | php4-cgi (>= 4.3.0) | libapache-mod-php4 | 
libapache2-mod-php4 | php5 | php5-cgi | php5-fcgi | libapache-mod-php5 | 
libapache2-mod-php5
   Depends: php4-mysql | php5-mysql | php4-pgsql | php5-pgsql | php4-sqlite | 
php5-sqlite
   Depends: apache | apache-perl | apache-ssl | apache2 | httpd
  
  
  

___
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: musmap/debian changelog

2006-01-16 Thread mparent-guest

  User: mparent-guest
  Date: 06/01/16 22:47:05

  Modified:debian   changelog
  Log:
  New versioning scheme (sorry)
  
  Revision  ChangesPath
  1.4   +1 -1  musmap/debian/changelog
  
  CVSWEB Options: ---
  
  CVSWeb: Annotate this file:
http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pkg-grass/musmap/debian/changelog?annotate=1.4&cvsroot=
  
  CVSWeb: View this file: 
http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pkg-grass/musmap/debian/changelog?rev=1.4&content-type=text/x-cvsweb-markup&cvsroot=
  
  CVSWeb: Diff to previous version:   
http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pkg-grass/musmap/debian/changelog.diff?r1=1.4&r2=1.3&cvsroot=
  
  ---
  
  Index: changelog
  ===
  RCS file: /cvsroot/pkg-grass/musmap/debian/changelog,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- changelog 16 Jan 2006 18:16:07 -  1.3
  +++ changelog 16 Jan 2006 22:47:04 -  1.4
  @@ -1,4 +1,4 @@
  -musmap (0.9.1-cvs-20060116) unstable; urgency=low
  +musmap (0.9.1.cvs20060116) unstable; urgency=low
   
 * Mathieu Parent
   - Initial upload (Development version) (Closes: #344345)
  
  
  

___
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: musmap create_package.sh

2006-01-16 Thread mparent-guest

  User: mparent-guest
  Date: 06/01/16 22:47:41

  Modified:.create_package.sh
  Log:
  New package creation script with .diff file
  
  Revision  ChangesPath
  1.2   +32 -5 musmap/create_package.sh
  
  CVSWEB Options: ---
  
  CVSWeb: Annotate this file:
http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pkg-grass/musmap/create_package.sh?annotate=1.2&cvsroot=
  
  CVSWeb: View this file: 
http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pkg-grass/musmap/create_package.sh?rev=1.2&content-type=text/x-cvsweb-markup&cvsroot=
  
  CVSWeb: Diff to previous version:   
http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pkg-grass/musmap/create_package.sh.diff?r1=1.2&r2=1.1&cvsroot=
  
  ---
  
  Index: create_package.sh
  ===
  RCS file: /cvsroot/pkg-grass/musmap/create_package.sh,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- create_package.sh 12 Jan 2006 20:12:26 -  1.1
  +++ create_package.sh 16 Jan 2006 22:47:41 -  1.2
  @@ -1,7 +1,34 @@
   #!/bin/sh
  -cd ../../musmap/musmap
  -ln -s ../../pkg-grass/musmap/debian .
  +cd `dirname "$0"`
  +#Musmap version
  +MUSMAP_VERSION=$(expr "`dpkg-parsechangelog 2>/dev/null | grep 'Version:' `" 
: 'Version:\ *\(.*\)*')
  +#Musmap debian package source
  +MUSMAP_PKG_SOURCE=`pwd`
  +#Musmap source
  +MUSMAP_SOURCE=$MUSMAP_PKG_SOURCE/../../musmap/musmap
  +
  +#Original source
  +MUSMAP_ORIG_TARGET="$MUSMAP_PKG_SOURCE/musmap-$MUSMAP_VERSION.orig"
  +mkdir -v $MUSMAP_ORIG_TARGET
  +cp -R $MUSMAP_SOURCE/* $MUSMAP_ORIG_TARGET
  +#== cleaning
  +find "$MUSMAP_ORIG_TARGET" -name CVS| xargs --no-run-if-empty rm -fr
  +find "$MUSMAP_ORIG_TARGET" -name .cvsignore | xargs --no-run-if-empty rm -f
  +find "$MUSMAP_ORIG_TARGET" -name "*~"   | xargs --no-run-if-empty rm -f
  +
  +#Patched target
  +MUSMAP_TARGET="$MUSMAP_PKG_SOURCE/musmap-$MUSMAP_VERSION"
  +mkdir -v $MUSMAP_TARGET
  +cp -R $MUSMAP_ORIG_TARGET/* $MUSMAP_TARGET
  +
  +#Debian-specific
  +cp -R $MUSMAP_PKG_SOURCE/debian $MUSMAP_TARGET
  +find "$MUSMAP_TARGET/debian" -name CVS| xargs --no-run-if-empty rm 
-fr
  +find "$MUSMAP_TARGET/debian" -name .cvsignore | xargs --no-run-if-empty rm -f
  +find "$MUSMAP_TARGET/debian" -name "*~"   | xargs --no-run-if-empty rm -f
  +
  +cd "$MUSMAP_TARGET"
   yada rebuild
  -./debian/rules build
  -#as root
  -su root ./debian/rules binary clean
  +su  root "dpkg-buildpackage -sa -tc"
  +#rm -R -f "$MUSMAP_ORIG_TARGET"
  +#rm -R -f "$MUSMAP_TARGET"
  
  
  

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