[DebianGIS-dev] r2768 - packages/grass/trunk/debian

2010-03-10 Thread frankie
Author: frankie
Date: 2010-03-10 09:13:00 + (Wed, 10 Mar 2010)
New Revision: 2768

Modified:
   packages/grass/trunk/debian/changelog
   packages/grass/trunk/debian/rules
Log:
Close bug for localization.


Modified: packages/grass/trunk/debian/changelog
===
--- packages/grass/trunk/debian/changelog   2010-03-09 13:58:01 UTC (rev 
2767)
+++ packages/grass/trunk/debian/changelog   2010-03-10 09:13:00 UTC (rev 
2768)
@@ -1,13 +1,15 @@
-grass (6.4.0~rc5+40109-2) unstable; urgency=low
+grass (6.4.0~rc5+41348-1) unstable; urgency=low
 
   [ Hamish Bowman ]
-  * Suggest NetPBM used by NVIZ max. PPM export
+  * Suggest NetPBM used by NVIZ max. PPM export.
 
   [ Francesco Paolo Lovergine ]
+  * New upstream release with many localization fixes.
   * Fixed typo in past debian/changelog entry.
   * Added missing locale/ directory to debian/grass.install.in.
+(closes: #563255)
 
- -- Francesco Paolo Lovergine fran...@debian.org  Mon, 08 Mar 2010 15:29:26 
+0100
+ -- Francesco Paolo Lovergine fran...@debian.org  Mon, 08 Mar 2010 16:44:08 
+0100
 
 grass (6.4.0~rc5+40109-1) unstable; urgency=low
 

Modified: packages/grass/trunk/debian/rules
===
--- packages/grass/trunk/debian/rules   2010-03-09 13:58:01 UTC (rev 2767)
+++ packages/grass/trunk/debian/rules   2010-03-10 09:13:00 UTC (rev 2768)
@@ -155,7 +155,7 @@

# delete extra license files
rm -f debian/tmp/usr/lib/$(BASE_NAME)/bwidget/LICENSE.txt
-
+
# change section from 1 to .1grass 
mv debian/tmp/usr/lib/$(BASE_NAME)/man/man1/grass6.1 
debian/$(BASE_NAME).1
for m in debian/tmp/usr/lib/$(BASE_NAME)/man/man1/*.1; do n=`basename 
$$m .1`; mv $$m debian/tmp/usr/lib/$(BASE_NAME)/man/man1/$$n.1grass; done


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


[DebianGIS-dev] r2769 - packages/postgis/trunk/debian

2010-03-10 Thread frankie
Author: frankie
Date: 2010-03-10 09:17:13 + (Wed, 10 Mar 2010)
New Revision: 2769

Modified:
   packages/postgis/trunk/debian/changelog
   packages/postgis/trunk/debian/control
Log:
Update for 1.5.0.


Modified: packages/postgis/trunk/debian/changelog
===
--- packages/postgis/trunk/debian/changelog 2010-03-10 09:13:00 UTC (rev 
2768)
+++ packages/postgis/trunk/debian/changelog 2010-03-10 09:17:13 UTC (rev 
2769)
@@ -1,3 +1,11 @@
+postgis (1.5.0-1) unstable; urgency=low
+
+  * New upstream major release, with many enhancements.
+  * Policy bumped to 3.8.4, no changes.
+  * Added libxml2-dev as new build-dep. 
+
+ -- Francesco Paolo Lovergine fran...@debian.org  Wed, 10 Mar 2010 09:32:20 
+0100
+
 postgis (1.4.0-2) unstable; urgency=low
 
   * Upload to unstable.

Modified: packages/postgis/trunk/debian/control
===
--- packages/postgis/trunk/debian/control   2010-03-10 09:13:00 UTC (rev 
2768)
+++ packages/postgis/trunk/debian/control   2010-03-10 09:17:13 UTC (rev 
2769)
@@ -5,8 +5,8 @@
 Uploaders: Stephen Frost sfr...@debian.org, Francesco Paolo Lovergine 
fran...@debian.org
 Build-Depends: debhelper (= 7), autotools-dev, flex, bison, 
postgresql-server-dev-8.4,
  libgeos-dev (= 3.0.0), libproj-dev (= 4.5.0), libssl-dev, xsltproc, 
docbook, docbook-xsl, libpg-java, 
- default-jdk, fastjar, libjts-java (= 1.7), dpatch, imagemagick, 
libcunit1-dev, dblatex
-Standards-Version: 3.8.3
+ default-jdk, fastjar, libjts-java (= 1.7), dpatch, imagemagick, 
libcunit1-dev, dblatex, libxml2-dev
+Standards-Version: 3.8.4
 Homepage: http://postgis.refractions.net/
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-grass/packages/postgis/
 Vcs-Svn: svn://svn.debian.org/pkg-grass/packages/postgis/


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


[DebianGIS-dev] r2770 - packages/postgis/trunk/debian

2010-03-10 Thread frankie
Author: frankie
Date: 2010-03-10 10:09:35 + (Wed, 10 Mar 2010)
New Revision: 2770

Modified:
   packages/postgis/trunk/debian/rules
Log:
Fixed rules for using *_VERSION macros.


Modified: packages/postgis/trunk/debian/rules
===
--- packages/postgis/trunk/debian/rules 2010-03-10 09:17:13 UTC (rev 2769)
+++ packages/postgis/trunk/debian/rules 2010-03-10 10:09:35 UTC (rev 2770)
@@ -113,11 +113,11 @@

sed -e 's/@POSTGIS_VERSION@/$(VERSION)/' \
-e 's/@POSTGRES_VERSION@/8.4/' \
-   -e 's/@SOVERSION@/1.4/' \
+   -e 's/@SOVERSION@/$(MAJOR_VERSION).$(MINOR_VERSION)/' \
$(CURDIR)/debian/postgis-postgresql-generic.postinst.in 
$(CURDIR)/debian/postgresql-8.4-postgis.postinst

sed -e 's/@POSTGRES_VERSIONS@/8.4/' \
-   -e 's/@SOVERSION@/1.4/' \
+   -e 's/@SOVERSION@/$(MAJOR_VERSION).$(MINOR_VERSION)/' \
$(CURDIR)/debian/postgis-generic.postrm.in 
$(CURDIR)/debian/postgis.postrm

dh_install -s


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


[DebianGIS-dev] [SCM] saga tag, debian/2.0.4-1, created. 649b9dd2b678be6be560c831446c5f6bcec7df98

2010-03-10 Thread Johan Van de Wauw
The tag, debian/2.0.4-1 has been created
at  649b9dd2b678be6be560c831446c5f6bcec7df98 (commit)

- Shortlog 
commit 649b9dd2b678be6be560c831446c5f6bcec7df98
Author: Johan Van de Wauw johan.vandew...@gmail.com
Date:   Tue Mar 9 16:50:41 2010 +0100

Fix typos in changelog
---

-- 
Saga GIS

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


[DebianGIS-dev] [SCM] saga tag, upstream/2.0.4, created. 73c2a62eea4e6afefd95e43c67e230fab61b5d97

2010-03-10 Thread Johan Van de Wauw
The tag, upstream/2.0.4 has been created
at  73c2a62eea4e6afefd95e43c67e230fab61b5d97 (commit)

- Shortlog 
commit 73c2a62eea4e6afefd95e43c67e230fab61b5d97
Author: Johan Van de Wauw johan.vandew...@gmail.com
Date:   Wed Feb 24 21:33:50 2010 +0100

Imported Upstream version 2.0.4
---

-- 
Saga GIS

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


[DebianGIS-dev] r2771 - packages/postgis/tags

2010-03-10 Thread frankie
Author: frankie
Date: 2010-03-10 10:56:27 + (Wed, 10 Mar 2010)
New Revision: 2771

Added:
   packages/postgis/tags/1.5.0-1/
Log:
[svn-buildpackage] Tagging postgis (1.5.0-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] Processing of postgis_1.5.0-1_i386.changes

2010-03-10 Thread Archive Administrator
postgis_1.5.0-1_i386.changes uploaded successfully to localhost
along with the files:
  postgis_1.5.0-1.dsc
  postgis_1.5.0.orig.tar.gz
  postgis_1.5.0-1.diff.gz
  postgresql-8.4-postgis_1.5.0-1_i386.deb
  postgis_1.5.0-1_i386.deb
  libpostgis-java_1.5.0-1_all.deb

Greetings,

Your Debian queue daemon (running on host ries.debian.org)

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


[DebianGIS-dev] postgis_1.5.0-1_i386.changes ACCEPTED

2010-03-10 Thread Archive Administrator



Accepted:
libpostgis-java_1.5.0-1_all.deb
  to main/p/postgis/libpostgis-java_1.5.0-1_all.deb
postgis_1.5.0-1.diff.gz
  to main/p/postgis/postgis_1.5.0-1.diff.gz
postgis_1.5.0-1.dsc
  to main/p/postgis/postgis_1.5.0-1.dsc
postgis_1.5.0-1_i386.deb
  to main/p/postgis/postgis_1.5.0-1_i386.deb
postgis_1.5.0.orig.tar.gz
  to main/p/postgis/postgis_1.5.0.orig.tar.gz
postgresql-8.4-postgis_1.5.0-1_i386.deb
  to main/p/postgis/postgresql-8.4-postgis_1.5.0-1_i386.deb


Override entries for your package:
libpostgis-java_1.5.0-1_all.deb - optional java
postgis_1.5.0-1.dsc - source science
postgis_1.5.0-1_i386.deb - optional misc
postgresql-8.4-postgis_1.5.0-1_i386.deb - optional misc

Announcing to debian-devel-chan...@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] postgis override disparity

2010-03-10 Thread Archive Administrator
There are disparities between your recently accepted upload and the
override file for the following file(s):

libpostgis-java_1.5.0-1_all.deb: package says section is science, override says 
java.


Please note that a list of new sections were recently added to the
archive: cli-mono, database, debug, fonts, gnu-r, gnustep, haskell,
httpd, java, kernel, lisp, localization, ocaml, php, ruby, vcs, video,
xfce, zope.  At this time a script was used to reclassify packages into
these sections.  If this is the case, please only reply to this email if
the new section is inappropriate, otherwise please update your package
at the next upload.

Either the package or the override file is incorrect.  If you think
the override is correct and the package wrong please fix the package
so that this disparity is fixed in the next upload.  If you feel the
override is incorrect then please file a bug against ftp.debian.org and
explain why. Please INCLUDE the list of packages as seen above, or we
won't be able to deal with your request due to missing information.

Please make sure that the subject of the bug you file follows the
following format:

Subject: override: BINARY1:section/priority, [...], BINARYX:section/priority

Include the justification for the change in the body of the mail please.


[NB: this is an automatically generated mail; if you already filed a bug
and have not received a response yet, please ignore this mail.  Your bug
needs to be processed by a human and will be in due course, but until
then the installer will send these automated mails; sorry.]

--
Debian distribution maintenance software

(This message was generated automatically; if you believe that there
is a problem with it please contact the archive administrators by
mailing ftpmas...@debian.org)

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


[DebianGIS-dev] libgdal-grass 1.6.3-1 MIGRATED to testing

2010-03-10 Thread Debian testing watch
FYI: The status of the libgdal-grass source package
in Debian's testing distribution has changed.

  Previous version: 1.6.2-3
  Current version:  1.6.3-1

-- 
This email is automatically generated once a day.  As the installation of
new packages into testing happens multiple times a day you will receive
later changes on the next day.
See http://release.debian.org/testing-watch/ for more information.

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


[DebianGIS-dev] qgis 1.4.0+12730-2 MIGRATED to testing

2010-03-10 Thread Debian testing watch
FYI: The status of the qgis source package
in Debian's testing distribution has changed.

  Previous version: (not in testing)
  Current version:  1.4.0+12730-2

-- 
This email is automatically generated once a day.  As the installation of
new packages into testing happens multiple times a day you will receive
later changes on the next day.
See http://release.debian.org/testing-watch/ for more information.

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


[DebianGIS-dev] [SCM] josm branch, master, updated. debian/0.0.svn2561-2-5-ga7d3982

2010-03-10 Thread David Paleino
The following commit has been merged in the master branch:
commit 121c57be0e1ecfd40db3e936381a8f58169a
Author: David Paleino da...@debian.org
Date:   Sat Mar 6 19:39:40 2010 +0100

debian/patches/*: converted from dpatch to quilt

diff --git a/debian/changelog b/debian/changelog
index 3910cc0..69e1f82 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+josm (0.0.svn2561-3) UNRELEASED; urgency=low
+
+  * debian/patches/*:
+- converted from dpatch to quilt
+
+ -- David Paleino da...@debian.org  Sat, 06 Mar 2010 19:38:43 +0100
+
 josm (0.0.svn2561-2) unstable; urgency=low
 
   * debian/watch fixed: implemented a redirector for uscan on Alioth.
diff --git a/debian/patches/00list b/debian/patches/00list
deleted file mode 100644
index 1db8396..000
--- a/debian/patches/00list
+++ /dev/null
@@ -1,4 +0,0 @@
-10_build
-20_bts
-40_elemstyles
-50_preferences_world_readable.dpatch
diff --git a/debian/patches/10_build.dpatch b/debian/patches/10-build.patch
old mode 100755
new mode 100644
similarity index 88%
rename from debian/patches/10_build.dpatch
rename to debian/patches/10-build.patch
index 050e28e..7a18b35
--- a/debian/patches/10_build.dpatch
+++ b/debian/patches/10-build.patch
@@ -1,129 +1,130 @@
-#! /bin/sh /usr/share/dpatch/dpatch-run
-## 10_build.dpatch by Andreas Putzo andr...@putzo.net
-##
-## DP: Adjustments to the ant build file, mainly to not include 
-## DP: the dependencies into the target jar file.
+From: Andreas Putzo andr...@putzo.net
+Subject: adjustments to the ant build file, mainly to not include
+ the dependencies into the target jar file.
+Forwarded: no
 
-...@dpatch@
-diff -urNad josm~/build.xml josm/build.xml
 josm~/build.xml2009-12-04 15:46:42.0 +0100
-+++ josm/build.xml 2009-12-05 00:12:43.0 +0100
+---
+ build.xml  |   51 ---
+ i18n/build.xml |   23 +++
+ 2 files changed, 39 insertions(+), 35 deletions(-)
+
+--- josm.orig/build.xml
 josm/build.xml
 @@ -21,9 +21,10 @@
- /condition
- 
-   !-- Java classpath addition (all jar files to compile tests with this) 
--
--  path id=classpath
--  fileset dir=lib
--  include name=**/*.jar/
+ /condition
+ 
+   !-- Java classpath addition (all jar files to compile tests with this) 
--
+-  path id=classpath
+-  fileset dir=lib
+-  include name=**/*.jar/
 +  path id=classpath
 +  fileset dir=/usr/share/java
 + include name=gettext-commons.jar/
-+ include name=metadata-extractor.jar/
-   /fileset
-   /path
- 
++ include name=metadata-extractor.jar/
+   /fileset
+   /path
+ 
 @@ -42,14 +43,7 @@
- -- 
-   target name=create-revision
-   property name=revision.dir value=${build.dir}/
--  exec append=false output=REVISION.XML executable=svn 
failifexecutionfails=false
--  env key=LANG value=C/
--  arg value=info/
--  arg value=--xml/
--  arg value=./
--  /exec
--  xmlproperty file=REVISION.XML prefix=version 
keepRoot=false collapseAttributes=true/
--  delete file=REVISION.XML /
-+  xmlproperty file=REVISION prefix=version keepRoot=false 
collapseAttributes=true/
-   tstamp
- format property=build.tstamp pattern=-MM-dd 
HH:mm:ss/
-   /tstamp
+ -- 
+   target name=create-revision
+   property name=revision.dir value=${build.dir}/
+-  exec append=false output=REVISION.XML executable=svn 
failifexecutionfails=false
+-  env key=LANG value=C/
+-  arg value=info/
+-  arg value=--xml/
+-  arg value=./
+-  /exec
+-  xmlproperty file=REVISION.XML prefix=version 
keepRoot=false collapseAttributes=true/
+-  delete file=REVISION.XML /
++  xmlproperty file=REVISION prefix=version keepRoot=false 
collapseAttributes=true/
+   tstamp
+ format property=build.tstamp pattern=-MM-dd 
HH:mm:ss/
+   /tstamp
 @@ -60,51 +54,44 @@
- # automatically generated by JOSM build.xml - do not edit 
- Revision: ${version.entry.commit.revision}
- Is-Local-Build: true
--Build-Date: ${build.tstamp}   
-+Build-Date: ${build.tstamp}   
-+Debian-Release: ${debian.version}
- /echo   
-   /target
-   
- 
-   target name=dist depends=compile,create-revision
--
--  exec append=false output=REVISION executable=svn 
failifexecutionfails=false
--  env key=LANG value=C/
--   

[DebianGIS-dev] [SCM] josm branch, master, updated. debian/0.0.svn2561-2-5-ga7d3982

2010-03-10 Thread David Paleino
The following commit has been merged in the master branch:
commit 2a7f9279b2500219c428c91d3936373da203159d
Author: David Paleino da...@debian.org
Date:   Sat Mar 6 19:40:39 2010 +0100

debian/rules, debian/control: use quilt for patch management.

diff --git a/debian/changelog b/debian/changelog
index 69e1f82..d1791bd 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,8 +2,9 @@ josm (0.0.svn2561-3) UNRELEASED; urgency=low
 
   * debian/patches/*:
 - converted from dpatch to quilt
+  * debian/rules, debian/control: use quilt for patch management.
 
- -- David Paleino da...@debian.org  Sat, 06 Mar 2010 19:38:43 +0100
+ -- David Paleino da...@debian.org  Sat, 06 Mar 2010 19:40:22 +0100
 
 josm (0.0.svn2561-2) unstable; urgency=low
 
diff --git a/debian/control b/debian/control
index 003a121..4531325 100644
--- a/debian/control
+++ b/debian/control
@@ -8,7 +8,7 @@ Uploaders: Andreas Putzo andr...@putzo.net,
  David Paleino da...@debian.org,
  Debian OpenStreetMap Team pkg-osm-ma...@lists.alioth.debian.org
 DM-Upload-Allowed: yes
-Build-Depends: ant, cdbs, dpatch, debhelper (= 5), gettext, default-jdk,
+Build-Depends: ant, cdbs, quilt, debhelper (= 5), gettext, default-jdk,
  libgettext-commons-java (= 0.9.6), libmetadata-extractor-java
 Standards-Version: 3.8.4
 Homepage: http://josm.openstreetmap.de
diff --git a/debian/rules b/debian/rules
index 526f55f..45422c5 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,7 +3,7 @@
   
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/class/ant.mk
-include /usr/share/cdbs/1/rules/dpatch.mk
+include /usr/share/cdbs/1/rules/quilt.mk
 
 JAVA_HOME := /usr/lib/jvm/default-java
 ANT_HOME  := /usr/share/ant

-- 
Java OpenStreetMap editor

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


[DebianGIS-dev] [SCM] josm branch, master, updated. debian/0.0.svn2561-2-5-ga7d3982

2010-03-10 Thread David Paleino
The following commit has been merged in the master branch:
commit a7d3982ef77763bae96a3d129b5274b03c03cb2c
Author: David Paleino da...@debian.org
Date:   Sat Mar 6 20:19:04 2010 +0100

Fix CDBS quilt snippet

diff --git a/debian/rules b/debian/rules
index 45422c5..6bab6be 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,7 +3,7 @@
   
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/class/ant.mk
-include /usr/share/cdbs/1/rules/quilt.mk
+include /usr/share/cdbs/1/rules/patchsys-quilt.mk
 
 JAVA_HOME := /usr/lib/jvm/default-java
 ANT_HOME  := /usr/share/ant

-- 
Java OpenStreetMap editor

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


[DebianGIS-dev] Altournatives Magazine :: Marzo 2010

2010-03-10 Thread Altournatives Magazine
___
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-grass-devel