[website] 05/05: debsign before upload.

2015-04-24 Thread Sebastiaan Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic pushed a commit to branch master
in repository website.

commit 3e20d747ebc2e52e5b2a9e4c68e9257eae335bdc
Author: Bas Couwenberg 
Date:   Fri Apr 24 23:17:26 2015 +0200

debsign before upload.
---
 policy.xml | 14 +-
 1 file changed, 13 insertions(+), 1 deletion(-)

diff --git a/policy.xml b/policy.xml
index f74a987..9d26edc 100644
--- a/policy.xml
+++ b/policy.xml
@@ -1475,9 +1475,21 @@ Cmnd_Alias PBUILDERS=/usr/sbin/pbuilder, 
/usr/sbin/cowbuilder
 
   
   
+First sign the .changes file generated after
+the package build:
+
+debsign 
../__.changes
+
+
+
+If you are not a DD or lack the DM permissions to upload the
+package to ftp-master.debian.org, the package
+can be uploaded to
+http://mentors.debian.net/";>mentors.debian.net.
+  
+  
 ...
   
-
   
 Tag a release
 

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/website.git

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


[website] branch master updated (4a3f092 -> 3e20d74)

2015-04-24 Thread Sebastiaan Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic pushed a change to branch master
in repository website.

  from  4a3f092   Update VCS URLs to use cgit instead of gitweb.
   new  69596da   Ignore publish errors (ownership issues).
   new  9592e44   Simplify debcommit command with bundled arguments.
   new  dab9ec9   Ensure headers use a larger font-size than the paragraph 
text.
   new  7899d45   Don't use default list style for custom walkthrough TOC.
   new  3e20d74   debsign before upload.

The 5 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 Makefile  |  4 ++--
 policy.xml| 26 +++---
 policy/policy.css | 33 +
 3 files changed, 54 insertions(+), 9 deletions(-)

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/website.git

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


[website] 01/05: Ignore publish errors (ownership issues).

2015-04-24 Thread Sebastiaan Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic pushed a commit to branch master
in repository website.

commit 69596dac0e51c843230326c42f4550e44a101e02
Author: Bas Couwenberg 
Date:   Fri Apr 24 21:53:16 2015 +0200

Ignore publish errors (ownership issues).
---
 Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Makefile b/Makefile
index 6f28daa..8fa19ee 100644
--- a/Makefile
+++ b/Makefile
@@ -22,5 +22,5 @@ valid:
xmllint --valid --noout policy.xml
 
 publish: policy
-   rsync -av .gitignore .htaccess * $(PUBLISHHOST):$(PUBLISHDIR)
-   ssh $(PUBLISHHOST) "chmod -R g+w $(PUBLISHDIR)/*"
+   rsync -av .gitignore .htaccess * $(PUBLISHHOST):$(PUBLISHDIR) || true
+   ssh $(PUBLISHHOST) "chmod -R g+w $(PUBLISHDIR)/*" || true

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/website.git

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


[website] 04/05: Don't use default list style for custom walkthrough TOC.

2015-04-24 Thread Sebastiaan Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic pushed a commit to branch master
in repository website.

commit 7899d4559a647a6a76f7e446bbf41126abe0237c
Author: Bas Couwenberg 
Date:   Fri Apr 24 23:48:34 2015 +0200

Don't use default list style for custom walkthrough TOC.
---
 policy.xml| 10 +-
 policy/policy.css |  4 
 2 files changed, 9 insertions(+), 5 deletions(-)

diff --git a/policy.xml b/policy.xml
index 7aa472a..f74a987 100644
--- a/policy.xml
+++ b/policy.xml
@@ -794,11 +794,11 @@ pkg-grass/
 
   The packaging walkthough is split into the following subsections:
 
-
+
   
 
   Setup the build environment
-  
+  
 
   
 Configure lintian 
pbuilder hook
@@ -820,7 +820,7 @@ pkg-grass/
   
 
   Upgrading to a new upstream 
release
-  
+  
 
   
 Update patches for new 
upstream release
@@ -842,7 +842,7 @@ pkg-grass/
   
 
   Pushing to git.debian.org
-  
+  
 
   
 Create a Git 
repository on Alioth
@@ -864,7 +864,7 @@ pkg-grass/
   
 
   Uploading a new package 
release
-  
+  
 
   
 Tag a release
diff --git a/policy/policy.css b/policy/policy.css
index 249a669..370d5b7 100644
--- a/policy/policy.css
+++ b/policy/policy.css
@@ -78,3 +78,7 @@ h3.author {
font-size:  1.2em;
 }
 
+ul.itemizedlist[compact="compact"] li p {
+   margin: 0;
+}
+

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/website.git

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


[website] 03/05: Ensure headers use a larger font-size than the paragraph text.

2015-04-24 Thread Sebastiaan Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic pushed a commit to branch master
in repository website.

commit dab9ec99d929f9e01d6662a3d19412b38f7974d6
Author: Bas Couwenberg 
Date:   Fri Apr 24 23:04:57 2015 +0200

Ensure headers use a larger font-size than the paragraph text.
---
 policy/policy.css | 29 +
 1 file changed, 29 insertions(+)

diff --git a/policy/policy.css b/policy/policy.css
index 64feca6..249a669 100644
--- a/policy/policy.css
+++ b/policy/policy.css
@@ -49,3 +49,32 @@
margin: 0.5em 0.5em 0.5em 0em;
 }
 
+h1,h2,h3,h4,h5,h6 {
+   margin: 0;
+}
+h1 {
+   font-size:  1.6em;
+}
+h2 {
+   font-size:  1.5em;
+}
+h3 {
+   font-size:  1.4em;
+}
+h4 {
+   font-size:  1.3em;
+}
+h5 {
+   font-size:  1.2em;
+}
+h6 {
+   font-size:  1.1em;
+}
+
+div.authorgroup,div.author {
+   margin: 1em 0 1em 0;
+}
+h3.author {
+   font-size:  1.2em;
+}
+

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/website.git

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


[website] 02/05: Simplify debcommit command with bundled arguments.

2015-04-24 Thread Sebastiaan Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic pushed a commit to branch master
in repository website.

commit 9592e44609cdf2d48527fc3ead85d12ca6d34627
Author: Bas Couwenberg 
Date:   Fri Apr 24 23:18:32 2015 +0200

Simplify debcommit command with bundled arguments.
---
 policy.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/policy.xml b/policy.xml
index 2387a89..7aa472a 100644
--- a/policy.xml
+++ b/policy.xml
@@ -1491,7 +1491,7 @@ Cmnd_Alias PBUILDERS=/usr/sbin/pbuilder, 
/usr/sbin/cowbuilder
   debian/changelog
   you can use:
 
-debcommit -a -r
+debcommit -ar
 
   The -a is used commit all changed files,
   and not only tag the release.

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/website.git

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


[website] 10/10: Update VCS URLs to use cgit instead of gitweb.

2015-04-24 Thread Sebastiaan Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic pushed a commit to branch master
in repository website.

commit 4a3f092bde014605221663dad40aac64c698af97
Author: Bas Couwenberg 
Date:   Fri Apr 24 21:34:10 2015 +0200

Update VCS URLs to use cgit instead of gitweb.
---
 HEADER.html |  2 +-
 policy.xml  | 10 +-
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/HEADER.html b/HEADER.html
index 181fa24..fb53efe 100644
--- a/HEADER.html
+++ b/HEADER.html
@@ -40,7 +40,7 @@
 
   for group management, git repositories, and this webspace
 
-  http://anonscm.debian.org/git/pkg-grass/";>our git 
repository (http://anonscm.debian.org/gitweb/?a=project_list;pf=pkg-grass";>gitweb)
+  http://anonscm.debian.org/cgit/pkg-grass/";>our git 
repository
 
   for storing of and working on our packages
 
diff --git a/policy.xml b/policy.xml
index 4a6f167..2387a89 100644
--- a/policy.xml
+++ b/policy.xml
@@ -34,7 +34,7 @@
 
 
   Source:
-  http://anonscm.debian.org/gitweb/?p=pkg-grass/website.git;a=blob;f=policy.xml";>http://anonscm.debian.org/gitweb/?p=pkg-grass/website.git;a=blob;f=policy.xml
+  http://anonscm.debian.org/cgit/pkg-grass/website.git/tree/policy.xml";>http://anonscm.debian.org/cgit/pkg-grass/website.git/tree/policy.xml
 
   
   
@@ -254,7 +254,7 @@
 
   We use Git and Subversion (SVN) repositories, hosted by Debian.
   You can have a look at each repository through Alioths web interfaces:
-  http://anonscm.debian.org/gitweb/";>gitweb and
+  http://anonscm.debian.org/cgit/pkg-grass/";>cgit and
   http://anonscm.debian.org/viewvc/pkg-grass/";>ViewVC.
 
 
@@ -673,7 +673,7 @@ pkg-grass/
   
   
 See also the
-http://anonscm.debian.org/gitweb/?p=pkg-grass/package_template.git";>package
 template
+http://anonscm.debian.org/cgit/pkg-grass/package_template.git";>package 
template
 in our Git repository.
   
 
@@ -1870,7 +1870,7 @@ lintian ../build-area/*changes
 
 
   The tasks files are not hosted in the Debian GIS repositories, but in the
-  http://anonscm.debian.org/gitweb/?p=blends/projects/gis.git";>Debian Blends 
repository.
+  http://anonscm.debian.org/cgit/blends/projects/gis.git";>Debian Blends 
repository.
   Interested members of the Debian GIS project on Alioth can
   https://alioth.debian.org/project/request.php?group_id=100278";>request 
commit access
   to the Blends repository.
@@ -2368,7 +2368,7 @@ pristine-tar = True
   
 Once you injected a new package please make sure that it is mentioned
 in the appropriate tasks file in the
-http://anonscm.debian.org/gitweb/?p=blends/projects/gis.git";>source
+http://anonscm.debian.org/cgit/blends/projects/gis.git";>source
 of the
 https://tracker.debian.org/pkg/debian-gis";>debian-gis
 Blend package.

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/website.git

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


[website] 06/10: Update PTS links to use Package Tracker instead.

2015-04-24 Thread Sebastiaan Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic pushed a commit to branch master
in repository website.

commit dfb25e23c97fd1601277aca85b8b5f27c143d1e0
Author: Bas Couwenberg 
Date:   Fri Apr 24 20:01:51 2015 +0200

Update PTS links to use Package Tracker instead.
---
 policy.xml | 22 +++---
 1 file changed, 11 insertions(+), 11 deletions(-)

diff --git a/policy.xml b/policy.xml
index e787b63..6fb659a 100644
--- a/policy.xml
+++ b/policy.xml
@@ -208,7 +208,7 @@
   
The Debian GIS team collaboration infrastructure on Alioth originates
from the initial team effort to maintain the
-   http://packages.qa.debian.org/g/grass.html";>grass
+   https://tracker.debian.org/pkg/grass";>grass
package.
It has since grown to collaboratively maintain most GIS and
OpenStreetMap source packages, but still uses the
@@ -276,7 +276,7 @@
 To check the sources of a package (referred as
  below) in our repositories,
 use the debcheckout command, from the
-http://packages.qa.debian.org/devscripts";>devscripts
+https://tracker.debian.org/pkg/devscripts";>devscripts
 package.
 
   
@@ -719,7 +719,7 @@ pkg-grass/
   
 
   build-essential
-  (http://packages.qa.debian.org/b/build-essential.html";>PTS)
+  (https://tracker.debian.org/pkg/build-essential";>PTS)
   depends on the essential packages required for every kind of
   Debian package development.
 
@@ -727,7 +727,7 @@ pkg-grass/
   
 
   devscripts
-  (http://packages.qa.debian.org/d/devscripts.html";>PTS)
+  (https://tracker.debian.org/pkg/devscripts";>PTS)
   provides debcheckout
   (http://manpages.debian.net/cgi-bin/man.cgi?query=debcheckout";>man),
   debcommit
@@ -745,7 +745,7 @@ pkg-grass/
   
 
   git-buildpackage
-  (http://packages.qa.debian.org/g/git-buildpackage.html";>PTS,
+  (https://tracker.debian.org/pkg/git-buildpackage";>PTS,
   http://manpages.debian.net/cgi-bin/man.cgi?query=git-buildpackage";>man)
   and its helper tools are used by most source packages maintained
   as Git repositories in Debian GIS.
@@ -754,7 +754,7 @@ pkg-grass/
   
 
   pristine-tar
-  (http://packages.qa.debian.org/p/pristine-tar.html";>PTS,
+  (https://tracker.debian.org/pkg/pristine-tar";>PTS,
   http://manpages.debian.net/cgi-bin/man.cgi?query=pristine-tar";>man)
   is used to allow byte-identical recreation of the original
   tarball from the upstream branch.
@@ -770,11 +770,11 @@ pkg-grass/
   
 
   pbuilder
-  (http://packages.qa.debian.org/p/pbuilder.html";>PTS,
+  (https://tracker.debian.org/pkg/pbuilder";>PTS,
   http://manpages.debian.net/cgi-bin/man.cgi?query=pbuilder";>man)
   and
   cowbuilder
-  (http://packages.qa.debian.org/c/cowdancer.html";>PTS,
+  (https://tracker.debian.org/pkg/cowdancer";>PTS,
   http://manpages.debian.net/cgi-bin/man.cgi?query=cowbuilder";>man)
   are used for clean builds from the source packages in
   distribution specific chroot environments.
@@ -1822,7 +1822,7 @@ lintian ../build-area/*changes
 
   R packages
   
-http://packages.qa.debian.org/r-base-core";>GNU R
+https://tracker.debian.org/pkg/r-base";>GNU R
 sometimes introduces backward incompatibilities,
 so the current practice is to make packages depend on versions equal or
 higher to the one against which they were built.
@@ -2074,7 +2074,7 @@ Vcs-Svn: 
svn://anonscm.debian.org/pkg-grass/packages/
 Config::Model
 
   It is a very good idea to use
-  http://packages.qa.debian.org/libc/libconfig-model-perl.html";>Config::Model
+  https://tracker.debian.org/pkg/libconfig-model-perl";>Config::Model
   to unify the formatting of debian/control.
 
 
@@ -2371,7 +2371,7 @@ pristine-tar = True
 in the appropriate tasks file in the
 http://anonscm.debian.org/gitweb/?p=blends/projects/gis.git";>source
 of the
-http://packages.qa.debian.org/d/debian-gis.html";>debian-gis
+https://tracker.debian.org/pkg/debian-gis";>debian-gis
 Blend package.
 Some team members watch the changes in the Debian GIS packaging pool
 but it helps if the maintainer of a new package verifies that 
everything

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/website.git

___
Pkg-gr

[website] 03/10: Move patch update after new upstream to subsection.

2015-04-24 Thread Sebastiaan Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic pushed a commit to branch master
in repository website.

commit 7f9f45acead5c6c19342768ff97adb593b44c843
Author: Bas Couwenberg 
Date:   Fri Apr 24 18:34:33 2015 +0200

Move patch update after new upstream to subsection.
---
 policy.xml | 69 ++
 1 file changed, 47 insertions(+), 22 deletions(-)

diff --git a/policy.xml b/policy.xml
index b569aa2..9451ad6 100644
--- a/policy.xml
+++ b/policy.xml
@@ -820,6 +820,13 @@ pkg-grass/
   
 
   Upgrading to a new upstream 
release
+  
+
+  
+Update patches for new 
upstream release
+  
+
+  
 
   
   
@@ -1151,38 +1158,56 @@ Cmnd_Alias PBUILDERS=/usr/sbin/pbuilder, 
/usr/sbin/cowbuilder
 dch -v 
-1 "New upstream 
release."
 
   
-  
-If patches are included in the 
source package it's likely they have
-been applied upstream and can be removed, or need to be refreshed.
-  
-  
-Step through the list of patches and update them for the new
-upstream release.
+  
+Update patches for new upstream release
+
+  If patches are included in the 
source package it's likely they have
+  been applied upstream and can be removed, or need to be 
refreshed.
+
+
+  Step through the list of patches and update them for the new
+  upstream release.
 
 quilt push && quilt refresh
 
-  
-  
-Check all patches that fail to apply and remove the ones applied
-upstream, git rm the patch file and remove its
-entry in debian/patches/series.
+
+
+  Check all patches that fail to apply and remove the ones applied
+  upstream, git rm the patch file and remove its
+  entry in debian/patches/series.
 
 quilt delete 
 git rm 
debian/patches/
 
-  
-  
-Patches that were only partially applied usually need to be
-forcefully applied and refreshed.
+
+
+  Patches that were only partially applied usually need to be
+  forcefully applied and refreshed.
 
 quilt push -f && quilt 
refresh
 
-Review the *.rej files to make sure the patch
-was properly refreshed.
-  
-  
-...
-  
+  Review the *.rej files to make sure the 
patch
+  was properly refreshed.
+
+
+  If manual merging of upstream changes is required, edit the
+  file(s) and refresh the patch afterwards.
+
+quilt edit 

+quilt refresh
+
+
+
+  When all patches have been refreshed, and the
+  quilt series is fully applied, unapply all
+  patches and commit the changes.
+
+quilt pop -a
+rm -rf .pc/
+git commit -m "Refresh 
patches" -a
+
+
+  
 
 
   Building the package

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/website.git

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


[website] 05/10: Run debcommit after new upstream release changelog update.

2015-04-24 Thread Sebastiaan Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic pushed a commit to branch master
in repository website.

commit fbc1b2428fea56dda5cb2f4e00a8a01c50f603c1
Author: Bas Couwenberg 
Date:   Fri Apr 24 19:37:10 2015 +0200

Run debcommit after new upstream release changelog update.
---
 policy.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/policy.xml b/policy.xml
index 318e74f..e787b63 100644
--- a/policy.xml
+++ b/policy.xml
@@ -1161,6 +1161,7 @@ Cmnd_Alias PBUILDERS=/usr/sbin/pbuilder, 
/usr/sbin/cowbuilder
 entry for the new upstream release:
 
 dch -v 
-1 "New upstream 
release."
+debcommit -a
 
   
   

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/website.git

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


[website] 04/10: Add copyright update subsection.

2015-04-24 Thread Sebastiaan Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic pushed a commit to branch master
in repository website.

commit c9362a4e156cc5e3431a8f6a3bc19f52f60bc940
Author: Bas Couwenberg 
Date:   Fri Apr 24 19:33:31 2015 +0200

Add copyright update subsection.
---
 policy.xml | 46 ++
 1 file changed, 46 insertions(+)

diff --git a/policy.xml b/policy.xml
index 9451ad6..318e74f 100644
--- a/policy.xml
+++ b/policy.xml
@@ -826,6 +826,11 @@ pkg-grass/
 Update patches for new 
upstream release
   
 
+
+  
+Update copyright 
file
+  
+
   
 
   
@@ -1208,6 +1213,47 @@ Cmnd_Alias PBUILDERS=/usr/sbin/pbuilder, 
/usr/sbin/cowbuilder
 
 
   
+  
+Update copyright file
+
+  New upstream releases are likely to include copyright changes
+  that need to be reflected in the
+  debian/copyright
+  file.
+
+
+  Review the changes in the upstream sources since the previous
+  release by inspecting the diff between the upstream branch
+  commits.
+
+git diff upstream~1 
upstream
+
+  Or by tag:
+
+git diff 
upstream/ 
upstream/
+
+  Look for removed files which may need to be removed from the
+  debian/copyright file too, new files whose
+  copyright statements need to be included in the
+  debian/copyright file, and changes in
+  existing files.
+
+
+  It may also be helpfull to review the copyright file generated
+  by licensecheck2dep5 for the new upstream
+  release, and compared it to the existing
+  debian/copyright file.
+
+licensecheck --copyright 
-r * | 
/usr/lib/cdbs/licensecheck2dep5 > 
debian/copyright.new
+diff -u 
debian/copyright debian/copyright.new
+
+
+
+  Finally tools such as
+  https://tracker.debian.org/pkg/license-reconcile";>license-reconcile
+  can be useful for copyright review too.
+
+  
 
 
   Building the package

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/website.git

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


[website] 08/10: Improve new upstream release structure.

2015-04-24 Thread Sebastiaan Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic pushed a commit to branch master
in repository website.

commit 8dc8c89639cbaa80791de86e2cbf028177063141
Author: Bas Couwenberg 
Date:   Fri Apr 24 20:50:56 2015 +0200

Improve new upstream release structure.
---
 policy.xml | 69 +++---
 1 file changed, 34 insertions(+), 35 deletions(-)

diff --git a/policy.xml b/policy.xml
index dd7614a..4a6f167 100644
--- a/policy.xml
+++ b/policy.xml
@@ -1087,6 +1087,34 @@ Cmnd_Alias PBUILDERS=/usr/sbin/pbuilder, 
/usr/sbin/cowbuilder
 
   Upgrading to a new upstream release
   
+To download the new upstream release and import the sources into
+the git repository, the most common way is to use
+uscan and git-import-orig
+as follows.
+  
+  
+First download the upstream tarball with uscan:
+
+uscan --verbose --download
+
+  
+  
+Then import the downloaded tarball with
+git-import-orig:
+
+git-import-orig --pristine-tar 
../_.orig.tar.gz
+
+  
+  
+Finally create a new
+debian/changelog
+entry for the new upstream release and commit the change:
+
+dch -v 
-1 "New upstream 
release."
+debcommit -a
+
+  
+  
 git-buildpackage's command
 git-import-orig makes it easy to update the
 upstream branch using upstream releases
@@ -1100,13 +1128,12 @@ Cmnd_Alias PBUILDERS=/usr/sbin/pbuilder, 
/usr/sbin/cowbuilder
 produced when building a source package from the repository alone
 (not doing so results in archive rejection of package updates).
   
-  
-
-  With recent versions of git-buildpackage,
-  it is often unnecessary to rename the freshly downloaded original
-  upstream archive.
-
-  
+  
+When the pristine-tar option is not configured in
+debian/gbp.conf
+you need to explicitly use
+git-import-orig --pristine-tar.
+  
   
 If you do not use git-buildpackage, please use
 pristine-tar anyway to register the compressed
@@ -1121,12 +1148,6 @@ Cmnd_Alias PBUILDERS=/usr/sbin/pbuilder, 
/usr/sbin/cowbuilder
 pristine-tar commit 
 

 
   
-  
-When the pristine-tar option is not configured in
-debian/gbp.conf
-you need to explicitly use
-git-import-orig --pristine-tar.
-  
   
 
   While it's possible to use the --uscan option
@@ -1142,28 +1163,6 @@ Cmnd_Alias PBUILDERS=/usr/sbin/pbuilder, 
/usr/sbin/cowbuilder
   is still affected.
 
   
-  
-First download the upstream tarball with uscan:
-
-uscan --verbose --download
-
-  
-  
-Then import the downloaded tarball with
-git-import-orig:
-
-git-import-orig --pristine-tar 
../_.orig.tar.gz
-
-  
-  
-And create a new
-debian/changelog
-entry for the new upstream release:
-
-dch -v 
-1 "New upstream 
release."
-debcommit -a
-
-  
   
 Update patches for new upstream release
 

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/website.git

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


[website] 07/10: Update manpage URL to use debian.org domain.

2015-04-24 Thread Sebastiaan Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic pushed a commit to branch master
in repository website.

commit 891a2db4979be368080d0a6545b75f0880bfcbeb
Author: Bas Couwenberg 
Date:   Fri Apr 24 20:03:15 2015 +0200

Update manpage URL to use debian.org domain.
---
 policy.xml | 24 
 1 file changed, 12 insertions(+), 12 deletions(-)

diff --git a/policy.xml b/policy.xml
index 6fb659a..dd7614a 100644
--- a/policy.xml
+++ b/policy.xml
@@ -729,15 +729,15 @@ pkg-grass/
   devscripts
   (https://tracker.debian.org/pkg/devscripts";>PTS)
   provides debcheckout
-  (http://manpages.debian.net/cgi-bin/man.cgi?query=debcheckout";>man),
+  (http://manpages.debian.org/cgi-bin/man.cgi?query=debcheckout";>man),
   debcommit
-  (http://manpages.debian.net/cgi-bin/man.cgi?query=debcommit";>man),
+  (http://manpages.debian.org/cgi-bin/man.cgi?query=debcommit";>man),
   debuild
-  (http://manpages.debian.net/cgi-bin/man.cgi?query=debuild";>man),
+  (http://manpages.debian.org/cgi-bin/man.cgi?query=debuild";>man),
   uscan
-  (http://manpages.debian.net/cgi-bin/man.cgi?query=uscan";>man),
+  (http://manpages.debian.org/cgi-bin/man.cgi?query=uscan";>man),
   licensecheck
-  (http://manpages.debian.net/cgi-bin/man.cgi?query=licensecheck";>man),
+  (http://manpages.debian.org/cgi-bin/man.cgi?query=licensecheck";>man),
   and many other commonly used programs in the Debian source
   packaging work flow.
 
@@ -746,7 +746,7 @@ pkg-grass/
 
   git-buildpackage
   (https://tracker.debian.org/pkg/git-buildpackage";>PTS,
-  http://manpages.debian.net/cgi-bin/man.cgi?query=git-buildpackage";>man)
+  http://manpages.debian.org/cgi-bin/man.cgi?query=git-buildpackage";>man)
   and its helper tools are used by most source packages maintained
   as Git repositories in Debian GIS.
 
@@ -755,7 +755,7 @@ pkg-grass/
 
   pristine-tar
   (https://tracker.debian.org/pkg/pristine-tar";>PTS,
-  http://manpages.debian.net/cgi-bin/man.cgi?query=pristine-tar";>man)
+  http://manpages.debian.org/cgi-bin/man.cgi?query=pristine-tar";>man)
   is used to allow byte-identical recreation of the original
   tarball from the upstream branch.
 
@@ -771,11 +771,11 @@ pkg-grass/
 
   pbuilder
   (https://tracker.debian.org/pkg/pbuilder";>PTS,
-  http://manpages.debian.net/cgi-bin/man.cgi?query=pbuilder";>man)
+  http://manpages.debian.org/cgi-bin/man.cgi?query=pbuilder";>man)
   and
   cowbuilder
   (https://tracker.debian.org/pkg/cowdancer";>PTS,
-  http://manpages.debian.net/cgi-bin/man.cgi?query=cowbuilder";>man)
+  http://manpages.debian.org/cgi-bin/man.cgi?query=cowbuilder";>man)
   are used for clean builds from the source packages in
   distribution specific chroot environments.
 
@@ -2168,7 +2168,7 @@ Vcs-Svn: 
svn://anonscm.debian.org/pkg-grass/packages/
 This can be done automatically by declaring
 
DEBCHANGE_RELEASE_HEURISTIC=changelog
 in ~/.devscripts and using
-http://manpages.debian.net/cgi-bin/man.cgi?query=dch";>dch.
+http://manpages.debian.org/cgi-bin/man.cgi?query=dch";>dch.
   
 
 
@@ -2554,7 +2554,7 @@ QUILT_PATCHES="debian/patches"
   Other commands
   
 Please see
-http://manpages.debian.net/cgi-bin/man.cgi?query=quilt";>man
 1 quilt
+http://manpages.debian.org/cgi-bin/man.cgi?query=quilt";>man
 1 quilt
 to have a comprehensive list of commands.
   
 
@@ -2659,7 +2659,7 @@ clean-patched:
   
 
   Other commands: please see
-  http://manpages.debian.net/cgi-bin/man.cgi?query=dpatch";>man
 1 dpatch
+  http://manpages.debian.org/cgi-bin/man.cgi?query=dpatch";>man
 1 dpatch
   for a comprehensive list of commands.
 
   

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/website.git

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


[website] 01/10: Add custom TOC for packaging walkthough subsections.

2015-04-24 Thread Sebastiaan Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic pushed a commit to branch master
in repository website.

commit c76b2ceeab75a51a9608e52cf5ac7c97e89d1ae8
Author: Bas Couwenberg 
Date:   Fri Apr 24 15:25:24 2015 +0200

Add custom TOC for packaging walkthough subsections.
---
 policy.xml | 70 +-
 1 file changed, 69 insertions(+), 1 deletion(-)

diff --git a/policy.xml b/policy.xml
index 79f0f63..c0d4d19 100644
--- a/policy.xml
+++ b/policy.xml
@@ -792,8 +792,76 @@ pkg-grass/
   
 Packaging walkthrough
 
-  ...
+  The packaging walkthough is split into the following subsections:
 
+
+  
+
+  Setup the build environment
+  
+
+  
+Configure lintian 
pbuilder hook
+  
+
+  
+
+  
+  
+
+  Starting a new package
+
+  
+  
+
+  Working with existing 
packages
+
+  
+  
+
+  Upgrading to a new upstream 
release
+
+  
+  
+
+  Building the package
+
+  
+  
+
+  Pushing to git.debian.org
+  
+
+  
+Create a Git 
repository on Alioth
+  
+
+
+  
+Configure a Git remote 
for the repository
+  
+
+
+  
+Push the 
package
+  
+
+  
+
+  
+  
+
+  Uploading a new package 
release
+  
+
+  
+Tag a release
+  
+
+  
+
+  
+
 
   Setup the build environment
   

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/website.git

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


[website] 09/10: Fix DMD URL.

2015-04-24 Thread Sebastiaan Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic pushed a commit to branch master
in repository website.

commit 03306a4c4c0de7e6415d6eeba41f635ba9b32fd1
Author: Bas Couwenberg 
Date:   Fri Apr 24 20:56:43 2015 +0200

Fix DMD URL.
---
 HEADER.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/HEADER.html b/HEADER.html
index 2318aeb..181fa24 100644
--- a/HEADER.html
+++ b/HEADER.html
@@ -74,7 +74,7 @@
 
   http://qa.debian.org/developer.php?login=pkg-grass-devel@lists.alioth.debian.org";>Debian
 GIS DDPO page
 
-  http://udd.debian.org/dmd.cgi?email=pkg-grass-devel%40lists.alioth.debian.org";>Debian
 GIS DMD page
+  http://udd.debian.org/dmd.cgi?email1=pkg-grass-devel%40lists.alioth.debian.org";>Debian
 GIS DMD page
 
   http://wiki.debian.org/DebianGis";>Debian GIS page on 
wiki.debian.org
   http://wiki.debian.org/Teams/DebianGis";>Debian GIS page on 
wiki.debian.org/Teams

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/website.git

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


[website] 02/10: Fix 'likely' typo.

2015-04-24 Thread Sebastiaan Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic pushed a commit to branch master
in repository website.

commit 5f2adf761441aa78cb903206ab0ac593aedccdd8
Author: Bas Couwenberg 
Date:   Fri Apr 24 15:26:22 2015 +0200

Fix 'likely' typo.
---
 policy.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/policy.xml b/policy.xml
index c0d4d19..b569aa2 100644
--- a/policy.xml
+++ b/policy.xml
@@ -1051,7 +1051,7 @@ Cmnd_Alias PBUILDERS=/usr/sbin/pbuilder, 
/usr/sbin/cowbuilder
 don't forget to use it when you stop working on the package.
   
   
-While working on your changes you like need to perform multiple
+While working on your changes you likely need to perform multiple
 rebuilds of the package.
   
   

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/website.git

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


[website] branch master updated (2fca0d7 -> 4a3f092)

2015-04-24 Thread Sebastiaan Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic pushed a change to branch master
in repository website.

  from  2fca0d7   Bump Standards-Version to 3.9.6, use cgit in Vcs-Browser 
URL.
   new  c76b2ce   Add custom TOC for packaging walkthough subsections.
   new  5f2adf7   Fix 'likely' typo.
   new  7f9f45a   Move patch update after new upstream to subsection.
   new  c9362a4   Add copyright update subsection.
   new  fbc1b24   Run debcommit after new upstream release changelog update.
   new  dfb25e2   Update PTS links to use Package Tracker instead.
   new  891a2db   Update manpage URL to use debian.org domain.
   new  8dc8c89   Improve new upstream release structure.
   new  03306a4   Fix DMD URL.
   new  4a3f092   Update VCS URLs to use cgit instead of gitweb.

The 10 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 HEADER.html |   4 +-
 policy.xml  | 307 +++-
 2 files changed, 225 insertions(+), 86 deletions(-)

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/website.git

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


[mapserver] 01/01: Update symbols for other architectures.

2015-04-24 Thread Sebastiaan Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic pushed a commit to branch master
in repository mapserver.

commit 1fb2da79b2e73fe8c8a0ab2c267ed5969e4b4a7b
Author: Bas Couwenberg 
Date:   Fri Apr 24 19:49:21 2015 +0200

Update symbols for other architectures.
---
 debian/changelog |   6 ++
 debian/libmapserver1.symbols | 228 ++-
 2 files changed, 122 insertions(+), 112 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 5550a5b..5d01cff 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+mapserver (6.4.1-6~exp2) UNRELEASED; urgency=medium
+
+  * Update symbols for other architectures.
+
+ -- Bas Couwenberg   Fri, 24 Apr 2015 19:49:04 +0200
+
 mapserver (6.4.1-6~exp1) experimental; urgency=medium
 
   * Add upstream metadata.
diff --git a/debian/libmapserver1.symbols b/debian/libmapserver1.symbols
index 8e96654..df90f93 100644
--- a/debian/libmapserver1.symbols
+++ b/debian/libmapserver1.symbols
@@ -1,4 +1,4 @@
-# SymbolsHelper-Confirmed: 6.4.1 amd64 armel armhf hurd-i386 i386 
kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390x sparc
+# SymbolsHelper-Confirmed: 6.4.1 amd64 arm64 armel armhf hurd-i386 i386 
kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc ppc64el s390x sparc
 libmapserver.so.1 #PACKAGE# #MINVER#
  BuildExpressionTree@Base 6.2.1
  CleanVSIDir@Base 6.2.1
@@ -94,7 +94,7 @@ libmapserver.so.1 #PACKAGE# #MINVER#
  RebuildClusters@Base 6.2.1
  _SLDApplyRuleValues@Base 6.2.1
  _Z11agg2CleanupPv@Base 6.2.1
- (arch=!ia64 !s390 !sparc)_Z11aggLoadFontP16aggRendererCachePcd@Base 6.4.1
+ _Z11aggLoadFontP16aggRendererCachePcd@Base 6.4.1
  _Z13agg2FreeImageP8imageObj@Base 6.2.1
  _Z13agg2InitCachePPv@Base 6.2.1
  _Z13agg2SaveImageP8imageObjP6mapObjP8_IO_FILEP15outputFormatObj@Base 6.2.1
@@ -168,7 +168,7 @@ libmapserver.so.1 #PACKAGE# #MINVER#
  _ZN10ClipperLib17E2InsertsBeforeE1ERNS_5TEdgeES1_@Base 6.2.1
  _ZN10ClipperLib17FindAppendLinkEndEPNS_6OutRecE@Base 6.2.1
  _ZN10ClipperLib17GetOverlapSegmentENS_8IntPointES0_S0_S0_RS0_S1_@Base 6.2.1
- (arch=amd64 armel armhf hurd-i386 i386 kfreebsd-amd64 kfreebsd-i386 mips 
mipsel powerpc s390 s390x)_ZN10ClipperLib17PolyOffsetBuilder8DoSquareEd@Base 
6.4.1
+ _ZN10ClipperLib17PolyOffsetBuilder8DoSquareEd@Base 6.4.1
  
_ZN10ClipperLib17PolyOffsetBuilderC1ERKSt6vectorIS1_INS_8IntPointESaIS2_EESaIS4_EERS6_dNS_8JoinTypeEd@Base
 6.2.1
  
_ZN10ClipperLib17PolyOffsetBuilderC2ERKSt6vectorIS1_INS_8IntPointESaIS2_EESaIS4_EERS6_dNS_8JoinTypeEd@Base
 6.2.1
  _ZN10ClipperLib18GetNextNonDupOutPtEPNS_5OutPtERS1_@Base 6.2.1
@@ -197,7 +197,7 @@ libmapserver.so.1 #PACKAGE# #MINVER#
  _ZN10ClipperLib7Clipper13DeleteFromAELEPNS_5TEdgeE@Base 6.2.1
  _ZN10ClipperLib7Clipper13DeleteFromSELEPNS_5TEdgeE@Base 6.2.1
  (arch=armel armhf hurd-i386 i386 kfreebsd-i386 mips mipsel powerpc 
sparc)_ZN10ClipperLib7Clipper13DisposeOutRecEjb@Base 6.4.1
- (arch=amd64 ia64 kfreebsd-amd64 s390 
s390x)_ZN10ClipperLib7Clipper13DisposeOutRecEmb@Base 6.4.0
+ (arch=amd64 arm64 ia64 kfreebsd-amd64 ppc64el s390 
s390x)_ZN10ClipperLib7Clipper13DisposeOutRecEmb@Base 6.4.1
  _ZN10ClipperLib7Clipper14ClearHorzJoinsEv@Base 6.2.1
  _ZN10ClipperLib7Clipper14FixHoleLinkageEPNS_6OutRecE@Base 6.2.1
  _ZN10ClipperLib7Clipper14InsertScanbeamEx@Base 6.2.1
@@ -299,13 +299,13 @@ libmapserver.so.1 #PACKAGE# #MINVER#
  _ZN15polygon_adaptorD0Ev@Base 6.2.1
  _ZN15polygon_adaptorD1Ev@Base 6.2.1
  _ZN15polygon_adaptorD2Ev@Base 6.2.1
- (optional=templinst|arch=amd64 ia64 kfreebsd-amd64 s390 s390x 
sparc)_ZN9mapserver10conv_curveINS_20path_storage_integerIiLj6EEENS_6curve3ENS_6curve4EE6vertexEPdS6_@Base
 6.4.0
+ (optional=templinst|arch=amd64 arm64 ia64 kfreebsd-amd64 ppc64el s390 s390x 
sparc)_ZN9mapserver10conv_curveINS_20path_storage_integerIiLj6EEENS_6curve3ENS_6curve4EE6vertexEPdS6_@Base
 6.4.0
 #MISSING: 6.4.1# (optional=templinst|arch=ia64 powerpc s390 s390x 
sparc)_ZN9mapserver10conv_curveINS_20path_storage_integerIiLj6EEENS_6curve3ENS_6curve4EED1Ev@Base
 6.4.0
 #MISSING: 6.4.1# (optional=templinst|arch=ia64 powerpc s390 s390x 
sparc)_ZN9mapserver10conv_curveINS_20path_storage_integerIiLj6EEENS_6curve3ENS_6curve4EED2Ev@Base
 6.4.0
- (optional=templinst|arch=amd64 ia64 kfreebsd-amd64 s390 s390x 
sparc)_ZN9mapserver10conv_curveINS_20path_storage_integerIsLj6EEENS_6curve3ENS_6curve4EE6vertexEPdS6_@Base
 6.4.0
+ (optional=templinst|arch=amd64 arm64 ia64 kfreebsd-amd64 ppc64el s390 s390x 
sparc)_ZN9mapserver10conv_curveINS_20path_storage_integerIsLj6EEENS_6curve3ENS_6curve4EE6vertexEPdS6_@Base
 6.4.0
 #MISSING: 6.4.1# (optional=templinst|arch=ia64 powerpc s390 s390x 
sparc)_ZN9mapserver10conv_curveINS_20path_storage_integerIsLj6EEENS_6curve3ENS_6curve4EED1Ev@Base
 6.4.0
 #MISSING: 6.4.1# (optional=templinst|arch=ia64 powerpc s390 s390x 
sparc)_ZN9mapserver10conv_curveINS_20path_storage_integerIsLj6EEENS_6curve3ENS_6curve4EED2Ev@Base
 6.4.0
- (optional=templinst|arch=amd64 ia64 kfreebsd-amd64 s390 s390x 
sparc)_Z

[mapserver] branch master updated (c70b675 -> 1fb2da7)

2015-04-24 Thread Sebastiaan Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic pushed a change to branch master
in repository mapserver.

  from  c70b675   Set distribution to experimental.
   new  1fb2da7   Update symbols for other architectures.

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 debian/changelog |   6 ++
 debian/libmapserver1.symbols | 228 ++-
 2 files changed, 122 insertions(+), 112 deletions(-)

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/mapserver.git

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


Bug#783245: wx gui does not work properly under vnc

2015-04-24 Thread Sebastiaan Couwenberg
Control: tags -1 confirmed
Control: found -1 grass/6.4.4-1
Control: notfound -1 grass/7.0.0-1~exp1
Control: fixed -1 grass/7.0.0-1~exp1

Hi Francesco,

I can reproduce the issue on a jessie VM with grass 6.4.4-1, but I can't
reproduce the issue with grass 7.0.0-1~exp1 from experimental on that
same VM.

It looks like the issue was fixed in GRASS 7, maybe the fix is included
in GRASS 6.4.5RC1 already.

We may need to consider GRASS 6.4.5 for unstable until GRASS 7 is ready
to move out of experimental.

Kind Regards,

Bas

-- 
 GPG Key ID: 4096R/6750F10AE88D4AF1
Fingerprint: 8182 DE41 7056 408D 6146  50D1 6750 F10A E88D 4AF1

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


Processed: Re: Bug#783245: wx gui does not work properly under vnc

2015-04-24 Thread Debian Bug Tracking System
Processing control commands:

> tags -1 confirmed
Bug #783245 [grass] wx gui does not work properly under vnc
Added tag(s) confirmed.
> found -1 grass/6.4.4-1
Bug #783245 [grass] wx gui does not work properly under vnc
Marked as found in versions grass/6.4.4-1.
> notfound -1 grass/7.0.0-1~exp1
Bug #783245 [grass] wx gui does not work properly under vnc
No longer marked as found in versions grass/7.0.0-1~exp1.
> fixed -1 grass/7.0.0-1~exp1
Bug #783245 [grass] wx gui does not work properly under vnc
Marked as fixed in versions grass/7.0.0-1~exp1.

-- 
783245: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=783245
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems

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


Bug#783245: wx gui does not work properly under vnc

2015-04-24 Thread Francesco Paolo Lovergine
Package: grass
Version: 7.0.0-1~exp1
Severity: important

Using wxwidget GUI under VNC the add raster/vector tool does not show a
working pop-up window to choose a file, which renders the GUI almost unusable.
Just for information the same issue appears in the native macosx binary under
the latest OSX version. It is working under X11 natively, so it seems some
strange oddity in interaction between the GUI and the WX engine under some
specific environments.

-- System Information:
Debian Release: 8.0
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (1, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 3.16.0-4-686-pae (SMP w/1 CPU core)
Locale: LANG=it_IT.UTF-8, LC_CTYPE=it_IT.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages grass depends on:
ii  grass-core  6.4.4-1
ii  grass-gui   6.4.4-1

Versions of packages grass recommends:
ii  grass-doc  6.4.4-1

Versions of packages grass suggests:
ii  grass-dev  6.4.4-1

-- no debconf information

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