Bug#738844: libhdf5-doc does not contain documentation, only examples

2014-02-15 Thread Francesco P. Lovergine
On Thu, Feb 13, 2014 at 01:30:42PM +0100, Enrico Zini wrote:
 Package: libhdf5-doc
 Version: 1.8.12-9
 Severity: normal
 
 Hello,
 
 thank you for packaging hdf5.
 
 I installed libhdf5-doc hoping to have the documentation offline to be
 able to work from an airplane, but I realised the package only has
 examples:
 

Uhm, it used to be so, the documentation usually needed to be added manually,
probably latest update of source package missed that. Upstream often
changes distribution modalities.

-- 
Francesco P. Lovergine

___
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 (63b210a - a8680c6)

2014-02-15 Thread Bas Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic-guest pushed a change to branch master
in repository website.

  from  63b210a   Add 'Commit policy' section.
   new  a8680c6   Use policy specific stylesheet.

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:
 .gitignore | 1 +
 .htaccess  | 2 ++
 Makefile   | 4 +++-
 policy.css | 9 +
 4 files changed, 15 insertions(+), 1 deletion(-)
 create mode 100644 policy.css

-- 
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/01: Use policy specific stylesheet.

2014-02-15 Thread Bas Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic-guest pushed a commit to branch master
in repository website.

commit a8680c6c78957b8891bf13180023a3160e57eff7
Author: Bas Couwenberg sebas...@xs4all.nl
Date:   Sat Feb 15 16:17:34 2014 +0100

Use policy specific stylesheet.
---
 .gitignore | 1 +
 .htaccess  | 2 ++
 Makefile   | 4 +++-
 policy.css | 9 +
 4 files changed, 15 insertions(+), 1 deletion(-)

diff --git a/.gitignore b/.gitignore
index eee36f6..17062ba 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
+docbook.css
 policy.html
diff --git a/.htaccess b/.htaccess
index 11bb4e2..efd4725 100644
--- a/.htaccess
+++ b/.htaccess
@@ -5,6 +5,8 @@ ReadmeName readme.txt
 IndexIgnore HEADER.html readme.txt *.css *.png *.ico img
 
 AddDescription The DebianGis Manifesto -- first announcement of the DebianGis 
Project announcement.txt
+AddDescription Debian GIS Policy - DocBook Stylesheet docbook.css
+AddDescription Debian GIS Policy - Custom Stylesheet policy.css
 AddDescription Debian GIS Policy - HTML version policy.html
 AddDescription Debian GIS Policy - DocBook XML source policy.xml
 AddDescription Debian GIS Policy - Build script Makefile
diff --git a/Makefile b/Makefile
index 6b5081b..538e77e 100644
--- a/Makefile
+++ b/Makefile
@@ -6,12 +6,14 @@ all: policy
 policy: valid
xsltproc \
--param toc.section.depth 5 \
+   --param make.valid.html 1 \
+   --stringparam html.stylesheet policy.css \
--output policy.html \
/usr/share/xml/docbook/stylesheet/docbook-xsl/xhtml/docbook.xsl 
\
policy.xml 2/dev/null
 
 clean:
-   rm -f policy.html
+   rm -f policy.css policy.html
 
 valid:
xmllint --valid --noout policy.xml
diff --git a/policy.css b/policy.css
new file mode 100644
index 000..7f772eb
--- /dev/null
+++ b/policy.css
@@ -0,0 +1,9 @@
+
+.programlisting {
+   border-width:   1px;
+   border-style:   dotted;
+   background-color:   #00;
+   color:  #FF;
+   padding:10px;
+}
+

-- 
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 (a8680c6 - dbda61b)

2014-02-15 Thread Bas Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic-guest pushed a change to branch master
in repository website.

  from  a8680c6   Use policy specific stylesheet.
   new  dbda61b   Remove docbook.css on clean, keep policy.css.

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:
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

-- 
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/01: Remove docbook.css on clean, keep policy.css.

2014-02-15 Thread Bas Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic-guest pushed a commit to branch master
in repository website.

commit dbda61bf4663582452786735d8b149bd4f4821b8
Author: Bas Couwenberg sebas...@xs4all.nl
Date:   Sat Feb 15 16:20:37 2014 +0100

Remove docbook.css on clean, keep policy.css.
---
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index 538e77e..09bf4b5 100644
--- a/Makefile
+++ b/Makefile
@@ -13,7 +13,7 @@ policy: valid
policy.xml 2/dev/null
 
 clean:
-   rm -f policy.css policy.html
+   rm -f docbook.css policy.html
 
 valid:
xmllint --valid --noout policy.xml

-- 
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/02: Add description for attic.

2014-02-15 Thread Bas Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic-guest pushed a commit to branch master
in repository website.

commit c3d8eb5a8f3a543f760a07b0a9d092cf9bc9c37f
Author: Bas Couwenberg sebas...@xs4all.nl
Date:   Sat Feb 15 16:31:41 2014 +0100

Add description for attic.
---
 .htaccess | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.htaccess b/.htaccess
index efd4725..17b1da9 100644
--- a/.htaccess
+++ b/.htaccess
@@ -10,4 +10,5 @@ AddDescription Debian GIS Policy - Custom Stylesheet 
policy.css
 AddDescription Debian GIS Policy - HTML version policy.html
 AddDescription Debian GIS Policy - DocBook XML source policy.xml
 AddDescription Debian GIS Policy - Build script Makefile
+AddDescription Old website content attic
 

-- 
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 (dbda61b - f8d0ce3)

2014-02-15 Thread Bas Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic-guest pushed a change to branch master
in repository website.

  from  dbda61b   Remove docbook.css on clean, keep policy.css.
   new  c3d8eb5   Add description for attic.
   new  f8d0ce3   Also publish dotfiles.

The 2 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:
 .htaccess | 1 +
 Makefile  | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

-- 
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/02: Also publish dotfiles.

2014-02-15 Thread Bas Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic-guest pushed a commit to branch master
in repository website.

commit f8d0ce3cac7acc2e8a8bba1299593c8d50982a53
Author: Bas Couwenberg sebas...@xs4all.nl
Date:   Sat Feb 15 16:31:59 2014 +0100

Also publish dotfiles.
---
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index 09bf4b5..8a7f8f2 100644
--- a/Makefile
+++ b/Makefile
@@ -19,5 +19,5 @@ valid:
xmllint --valid --noout policy.xml
 
 publish: policy
-   rsync -av * $(PUBLISHHOST):$(PUBLISHDIR)
+   rsync -av .gitignore .htaccess * $(PUBLISHHOST):$(PUBLISHDIR)
ssh $(PUBLISHHOST) chmod -R g+w $(PUBLISHDIR)/*

-- 
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


Bug#738844: libhdf5-doc does not contain documentation, only examples

2014-02-15 Thread Gilles Filippini
Hi,

Francesco P. Lovergine wrote, On 15/02/2014 15:46:
 On Thu, Feb 13, 2014 at 01:30:42PM +0100, Enrico Zini wrote:
 Package: libhdf5-doc
 Version: 1.8.12-9
 Severity: normal

 Hello,

 thank you for packaging hdf5.

 I installed libhdf5-doc hoping to have the documentation offline to be
 able to work from an airplane, but I realised the package only has
 examples:
 
 Uhm, it used to be so, the documentation usually needed to be added manually,
 probably latest update of source package missed that. Upstream often
 changes distribution modalities.

The manual import of the html folder was discontinued starting from
package release 1.8.8-9. I don't know about the rationals though. Maybe
Sylvestre (added to CC:)?

Thanks,

_g.




signature.asc
Description: OpenPGP digital signature
___
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#738844: libhdf5-doc does not contain documentation, only examples

2014-02-15 Thread Sylvestre Ledru
On 15/02/2014 16:53, Gilles Filippini wrote:
 Hi,

 Francesco P. Lovergine wrote, On 15/02/2014 15:46:
 On Thu, Feb 13, 2014 at 01:30:42PM +0100, Enrico Zini wrote:
 Package: libhdf5-doc
 Version: 1.8.12-9
 Severity: normal

 Hello,

 thank you for packaging hdf5.

 I installed libhdf5-doc hoping to have the documentation offline to be
 able to work from an airplane, but I realised the package only has
 examples:
 Uhm, it used to be so, the documentation usually needed to be added manually,
 probably latest update of source package missed that. Upstream often
 changes distribution modalities.
 The manual import of the html folder was discontinued starting from
 package release 1.8.8-9. I don't know about the rationals though. Maybe
 Sylvestre (added to CC:)?


I don't really remember, sorry :/

S




signature.asc
Description: OpenPGP digital signature
___
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#738844: libhdf5-doc does not contain documentation, only examples

2014-02-15 Thread Gilles Filippini
Sylvestre Ledru wrote, On 15/02/2014 16:59:
 On 15/02/2014 16:53, Gilles Filippini wrote:
 The manual import of the html folder was discontinued starting from
 package release 1.8.8-9. I don't know about the rationals though. Maybe
 Sylvestre (added to CC:)?


 I don't really remember, sorry :/

Nevermind. I'll give a try at providing it again.

Thanks,

_g.




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

Processing of qgis_2.0.1-2_amd64.changes

2014-02-15 Thread Debian FTP Masters
qgis_2.0.1-2_amd64.changes uploaded successfully to localhost
along with the files:
  qgis_2.0.1-2.dsc
  qgis_2.0.1-2.debian.tar.xz
  qgis_2.0.1-2_amd64.deb
  qgis-common_2.0.1-2_all.deb
  libqgis-core2.0.1_2.0.1-2_amd64.deb
  libqgis-gui2.0.1_2.0.1-2_amd64.deb
  libqgis-analysis2.0.1_2.0.1-2_amd64.deb
  libqgis-networkanalysis2.0.1_2.0.1-2_amd64.deb
  libqgisgrass2.0.1_2.0.1-2_amd64.deb
  libqgispython2.0.1_2.0.1-2_amd64.deb
  libqgissqlanyconnection2.0.1_2.0.1-2_amd64.deb
  libqgis-dev_2.0.1-2_amd64.deb
  qgis-plugin-grass_2.0.1-2_amd64.deb
  qgis-plugin-grass-common_2.0.1-2_all.deb
  qgis-plugin-globe_2.0.1-2_amd64.deb
  qgis-plugin-globe-common_2.0.1-2_all.deb
  python-qgis_2.0.1-2_amd64.deb
  python-qgis-common_2.0.1-2_all.deb
  qgis-providers_2.0.1-2_amd64.deb
  qgis-providers-common_2.0.1-2_all.deb
  qgis-mapserver_2.0.1-2_amd64.deb
  qgis-sqlanywhere_2.0.1-2_amd64.deb
  qgis-api-doc_2.0.1-2_all.deb

Greetings,

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

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


qgis_2.0.1-2_amd64.changes is NEW

2014-02-15 Thread Debian FTP Masters
binary:qgis-plugin-globe is NEW.
binary:qgis-plugin-globe-common is NEW.

Your package contains new components which requires manual editing of
the override file.  It is ok otherwise, so please be patient.  New
packages are usually added to the override file about once a week.

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


mapnik-vector-tile 0.3.4+dfsg-1 MIGRATED to testing

2014-02-15 Thread Debian testing watch
FYI: The status of the mapnik-vector-tile source package
in Debian's testing distribution has changed.

  Previous version: 0.3.2+dfsg-1
  Current version:  0.3.4+dfsg-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/cgi-bin/mailman/listinfo/pkg-grass-devel


Processing of qgis_2.0.1-2_amd64.changes

2014-02-15 Thread Debian FTP Masters
qgis_2.0.1-2_amd64.changes uploaded successfully to localhost
along with the files:
  qgis_2.0.1-2.dsc
  qgis_2.0.1-2.debian.tar.xz
  qgis_2.0.1-2_amd64.deb
  qgis-common_2.0.1-2_all.deb
  libqgis-core2.0.1_2.0.1-2_amd64.deb
  libqgis-gui2.0.1_2.0.1-2_amd64.deb
  libqgis-analysis2.0.1_2.0.1-2_amd64.deb
  libqgis-networkanalysis2.0.1_2.0.1-2_amd64.deb
  libqgisgrass2.0.1_2.0.1-2_amd64.deb
  libqgispython2.0.1_2.0.1-2_amd64.deb
  libqgissqlanyconnection2.0.1_2.0.1-2_amd64.deb
  libqgis-dev_2.0.1-2_amd64.deb
  qgis-plugin-grass_2.0.1-2_amd64.deb
  qgis-plugin-grass-common_2.0.1-2_all.deb
  qgis-plugin-globe_2.0.1-2_amd64.deb
  qgis-plugin-globe-common_2.0.1-2_all.deb
  python-qgis_2.0.1-2_amd64.deb
  python-qgis-common_2.0.1-2_all.deb
  qgis-providers_2.0.1-2_amd64.deb
  qgis-providers-common_2.0.1-2_all.deb
  qgis-mapserver_2.0.1-2_amd64.deb
  qgis-sqlanywhere_2.0.1-2_amd64.deb
  qgis-api-doc_2.0.1-2_all.deb

Greetings,

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

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


qgis_2.0.1-2_amd64.changes REJECTED

2014-02-15 Thread Debian FTP Masters

qgis_2.0.1-2_amd64.changes is already known.


===

Please feel free to respond to this email if you don't understand why
your files were rejected, or if you upload new files which address our
concerns.


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


[qgis] 01/04: Consistent capitalization in globe plugin description synopsis.

2014-02-15 Thread Bas Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic-guest pushed a commit to branch master
in repository qgis.

commit cb1ef452ae1310c8ff0e64b4e2398b5b234b068c
Author: Bas Couwenberg sebas...@xs4all.nl
Date:   Sat Feb 15 18:21:32 2014 +0100

Consistent capitalization in globe plugin description synopsis.
---
 debian/changelog | 6 ++
 debian/control   | 2 +-
 2 files changed, 7 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 12ee457..3d7720f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+qgis (2.0.1-3) UNRELEASED; urgency=low
+
+  * Consistent capitalization in globe plugin description synopsis.
+
+ -- Bas Couwenberg sebas...@xs4all.nl  Sat, 15 Feb 2014 18:20:29 +0100
+
 qgis (2.0.1-2) unstable; urgency=low
 
   [ Peter Michael Green ]
diff --git a/debian/control b/debian/control
index 02f2988..072f20e 100644
--- a/debian/control
+++ b/debian/control
@@ -235,7 +235,7 @@ Description: OSG globe plugin for QGIS
 Package: qgis-plugin-globe-common
 Architecture: all
 Depends: ${misc:Depends}
-Description: OSG GLOBE plugin for QGIS - architecture-independent data
+Description: OSG globe plugin for QGIS - architecture-independent data
  QGIS is a Geographic Information System (GIS) which manages, analyzes and
  display databases of geographic information.
  .

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/qgis.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


[qgis] branch master updated (432b044 - 6d7950f)

2014-02-15 Thread Bas Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic-guest pushed a change to branch master
in repository qgis.

  from  432b044   Set distribution to unstable.
   new  cb1ef45   Consistent capitalization in globe plugin description 
synopsis.
   new  a5a9e9e   Run dh_sip only on python-qgis to fix the 'unused 
substitution variable ${sip:Depends}' warnings.
   new  70463e7   Add ${misc:Pre-Depends} for qgis-providers.
   new  6d7950f   Use python substitution variables for python-qgis only.

The 4 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 | 10 ++
 debian/control   |  9 +++--
 debian/rules |  2 +-
 3 files changed, 14 insertions(+), 7 deletions(-)

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/qgis.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


[qgis] 02/04: Run dh_sip only on python-qgis to fix the 'unused substitution variable ${sip:Depends}' warnings.

2014-02-15 Thread Bas Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic-guest pushed a commit to branch master
in repository qgis.

commit a5a9e9e8f3928575047b978a7a459d86ac39557c
Author: Bas Couwenberg sebas...@xs4all.nl
Date:   Sat Feb 15 18:28:58 2014 +0100

Run dh_sip only on python-qgis to fix the 'unused substitution variable 
${sip:Depends}' warnings.
---
 debian/changelog | 2 ++
 debian/control   | 3 +--
 debian/rules | 2 +-
 3 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 3d7720f..2ecc701 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,8 @@
 qgis (2.0.1-3) UNRELEASED; urgency=low
 
   * Consistent capitalization in globe plugin description synopsis.
+  * Run dh_sip only on python-qgis to fix the 'unused substitution variable
+${sip:Depends}' warnings.
 
  -- Bas Couwenberg sebas...@xs4all.nl  Sat, 15 Feb 2014 18:20:29 +0100
 
diff --git a/debian/control b/debian/control
index 072f20e..7e99c75 100644
--- a/debian/control
+++ b/debian/control
@@ -270,8 +270,7 @@ Depends: gdal-bin,
  python-gdal,
  python-matplotlib,
  ${python:Depends},
- ${misc:Depends},
- ${sip:Depends}
+ ${misc:Depends}
 Provides: ${python:Provides}
 Description: Python bindings to QGIS - architecture-independent files
  QGIS is a Geographic Information System (GIS) which manages, analyzes and
diff --git a/debian/rules b/debian/rules
index 1f1d031..e48b049 100755
--- a/debian/rules
+++ b/debian/rules
@@ -167,7 +167,7 @@ override_dh_installmime:
 
 override_dh_python2:
dh_python2 --no-guessing-versions
-   dh_sip
+   dh_sip -ppython-qgis
 
 override_dh_compress:
dh_compress --exclude=pdf

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/qgis.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


[qgis] 03/04: Add ${misc:Pre-Depends} for qgis-providers.

2014-02-15 Thread Bas Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic-guest pushed a commit to branch master
in repository qgis.

commit 70463e7a71105183b2c60ad8f42901ef24753d60
Author: Bas Couwenberg sebas...@xs4all.nl
Date:   Sat Feb 15 18:30:01 2014 +0100

Add ${misc:Pre-Depends} for qgis-providers.
---
 debian/changelog | 1 +
 debian/control   | 1 +
 2 files changed, 2 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 2ecc701..c676e2d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ qgis (2.0.1-3) UNRELEASED; urgency=low
   * Consistent capitalization in globe plugin description synopsis.
   * Run dh_sip only on python-qgis to fix the 'unused substitution variable
 ${sip:Depends}' warnings.
+  * Add ${misc:Pre-Depends} for qgis-providers.
 
  -- Bas Couwenberg sebas...@xs4all.nl  Sat, 15 Feb 2014 18:20:29 +0100
 
diff --git a/debian/control b/debian/control
index 7e99c75..c337548 100644
--- a/debian/control
+++ b/debian/control
@@ -281,6 +281,7 @@ Description: Python bindings to QGIS - 
architecture-independent files
 
 Package: qgis-providers
 Architecture: any
+Pre-Depends: ${misc:Pre-Depends}
 Depends: qgis-providers-common (= ${source:Version}),
  ${shlibs:Depends},
  ${misc:Depends}

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/qgis.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/03: Add 'Configure lintian pbuilder hook' section.

2014-02-15 Thread Bas Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic-guest pushed a commit to branch master
in repository website.

commit 4b95407993f6621cab400565d0cb0468a5acd177
Author: Bas Couwenberg sebas...@xs4all.nl
Date:   Sat Feb 15 22:14:51 2014 +0100

Add 'Configure lintian pbuilder hook' section.
---
 policy.xml | 29 +
 1 file changed, 29 insertions(+)

diff --git a/policy.xml b/policy.xml
index d155b67..44c1ba5 100644
--- a/policy.xml
+++ b/policy.xml
@@ -759,6 +759,35 @@ Cmnd_Alias PBUILDERS=/usr/sbin/pbuilder, 
/usr/sbin/cowbuilder
 commandsudo cowbuilder/command option--create/option 
option--distribution=replaceablelt;distributiongt;/replaceable/option 
option--architecture=replaceablelt;architecturegt;/replaceable/option 
option--basepath=/var/cache/pbuilder/base-replaceablelt;distributiongt;/replaceable-replaceablelt;architecturegt;/replaceable.cow/option
 /programlisting
   /para
+  sect5 id=git-pbuilder-hooks
+titleConfigure lintian pbuilder hook/title
+
+para
+  It's highly recommended to run commandlintian/command
+  afer every build.
+  commandpbuilder/command provides an example
+  literallintian/literal hook in
+  filename/usr/share/doc/pbuilder/examples/B90lintian/filename
+  for this.
+/para
+para
+  Copy this file to your commandpbuilder/command hooks
+  directory, and modify it to report all commandlintian/command
+  tags and not fail the build if lintian reports issues.
+programlisting
+commandmkdir/command filename 
class=directory~/pbuilder-hooks/filename
+commandcp/command 
filename/usr/share/doc/pbuilder/examples/B90lintian/filename filename 
class=directory~/pbuilder-hooks//filename
+commandsed/command option-i/option literal's/lintian -I 
--show-overrides/amp; --pedantic -E/; s/^su /##amp;/; s/^#su /su /'/literal 
filename~/pbuilder-hooks/B90lintian/filename
+/programlisting
+/para
+para
+  Specify the commandpbuilder/command hook directory when
+  creating the chroot to run the hook scripts contained therein.
+programlisting
+commandsudo cowbuilder/command option--create/option 
option--distribution=replaceablelt;distributiongt;/replaceable/option 
option--basepath=/var/cache/pbuilder/base-replaceablelt;distributiongt;/replaceable.cow/option
 option--hookdir=~/pbuilder-hooks//option
+/programlisting
+/para
+  /sect5
 /sect4
 sect4 id=git-new-package
   titleStarting a new package/title

-- 
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 (f8d0ce3 - 8091120)

2014-02-15 Thread Bas Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic-guest pushed a change to branch master
in repository website.

  from  f8d0ce3   Also publish dotfiles.
   new  4b95407   Add 'Configure lintian pbuilder hook' section.
   new  e284036   Improve programlisting border visibility.
   new  8091120   Use programlisting instead of userinput for quilt example 
commands.

The 3 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:
 policy.css |   5 +-
 policy.xml | 154 +++--
 2 files changed, 91 insertions(+), 68 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] 03/03: Use programlisting instead of userinput for quilt example commands.

2014-02-15 Thread Bas Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic-guest pushed a commit to branch master
in repository website.

commit 809112068582ae5cf0bd1d89ec0837eca706d1ce
Author: Bas Couwenberg sebas...@xs4all.nl
Date:   Sat Feb 15 22:56:53 2014 +0100

Use programlisting instead of userinput for quilt example commands.
---
 policy.xml | 125 +
 1 file changed, 59 insertions(+), 66 deletions(-)

diff --git a/policy.xml b/policy.xml
index 44c1ba5..e4e0bc7 100644
--- a/policy.xml
+++ b/policy.xml
@@ -1892,13 +1892,11 @@ pristine-tar = True
   open filename.quiltrc/filename in your home directory
   (create it if you don't have one), and make sure it looks like this:
 /para
-blockquote
 programlisting
 QUILT_DIFF_ARGS=--no-timestamps --no-index
 QUILT_REFRESH_ARGS=--no-timestamps --no-index
 QUILT_PATCHES=debian/patches
 /programlisting
-/blockquote
 para
   After this, you're ready to start working with quilt.
   See also the instructions in the
@@ -1909,40 +1907,28 @@ QUILT_PATCHES=debian/patches
   para
 To create a patch, use the commandnew/command command. Run:
   /para
-  blockquote
-para
-  userinput
-commandquilt new/command 
filenamelt;patch_namegt;.patch/filename
-  /userinput
-/para
-  /blockquote
+programlisting
+commandquilt new/command 
replaceablelt;patch_namegt;.patch/replaceable
+/programlisting
   para
-This will create (if it doesn't exist yet) a
-filenamedebian/patches/series/filename file, which contains all
-the patches to be applied by quilt. Moreover, the new patch is also
-the topmost (the currently applied).
+This will create a filenamedebian/patches/series/filename file
+(if it doesn't exist yet), which contains all the patches to be
+applied by quilt.
+Moreover, the new patch is also the topmost (the currently 
applied).
   /para
   para
 Now start editing files, with:
   /para
-  blockquote
-para
-  userinput
-commandquilt edit/command filenamelt;filegt;/filename
-  /userinput
-/para
-  /blockquote
+programlisting
+commandquilt edit/command replaceablelt;filegt;/replaceable
+/programlisting
   para
-and repeat the process for each file the patch is involved with.
-At the end, run
+And repeat the process for each file the patch is involved with.
+At the end, run:
   /para
-  blockquote
-para
-  userinput
-commandquilt refresh/command
-  /userinput
-/para
-  /blockquote
+programlisting
+commandquilt refresh/command
+/programlisting
   para
 This will compare the noted state of the edited files with the
 current state, and will produce a patch in
@@ -1954,43 +1940,56 @@ QUILT_PATCHES=debian/patches
 sect4 id=quilt-apply
   titleApplying and unapplying patches/title
   para
-Just two easy commands to do the job:
-  /para
-  itemizedlist
-listitem
-  para
-commandquilt pop/command will unapply the topmost patch.
-  /para
-/listitem
-listitem
-  para
-commandquilt push/command will apply the next patch in
-filenamedebian/patches/series/filename.
-  /para
-/listitem
-  /itemizedlist
-  para
-You can just add a -a flag to the commands above, to respectively
-apply/unapply all patches in the series.
+To apply the next patch in
+filenamedebian/patches/series/filename:
+programlisting
+commandquilt push/command
+/programlisting
+  /para
+  para
+To unapply the topmost patch:
+programlisting
+commandquilt pop/command
+/programlisting
+  /para
+  para
+You can just add the option-a/option option to the commands
+above, to respectively apply and unapply all patches in the series.
   /para
   tip
 para
-  You can check which patches are applied/unapplied with,
-  respectively, commandquilt applied/command and
-  commandquilt unapplied/command.
+  You can check which patches are applied with:
+programlisting
+commandquilt applied/command
+/programlisting
+/para
+para
+  And which are unapplied:
+programlisting
+commandquilt unapplied/command
+/programlisting
+/para
+para
+  To check which patch 

[website] 02/03: Improve programlisting border visibility.

2014-02-15 Thread Bas Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic-guest pushed a commit to branch master
in repository website.

commit e284036f821ef7b39d83a55b6fcc1e7d5315cf48
Author: Bas Couwenberg sebas...@xs4all.nl
Date:   Sat Feb 15 22:15:17 2014 +0100

Improve programlisting border visibility.
---
 policy.css | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/policy.css b/policy.css
index 7f772eb..9fa6612 100644
--- a/policy.css
+++ b/policy.css
@@ -1,7 +1,8 @@
 
 .programlisting {
-   border-width:   1px;
-   border-style:   dotted;
+   border-width:   3px;
+   border-style:   ridge;
+   border-color:   #88;
background-color:   #00;
color:  #FF;
padding:10px;

-- 
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


Bug#739121: creepy: Depends from python-osmgpsmap which is not in Debian any more

2014-02-15 Thread Andreas Tille
Package: creepy
Severity: grave
Tags: upstream
Justification: renders package unusable

Hi,

creepy depends from python-osmgpsmap but this package is not available
any more since it is not created any more from the source osm-gps-map
version = 1.0.

I also realised that creepy is lagging a lot behind the latest upstream
version and the watch file is broken.  I'd recommend upgrading the package
and maintaining it in Debian GIS team.

Kind regards

 Andreas.

-- System Information:
Debian Release: 7.4
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: i386 (i686)

Kernel: Linux 2.6.36-xenU-4814-i386 (SMP w/1 CPU core)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

___
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 (8091120 - 779a8ca)

2014-02-15 Thread Bas Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic-guest pushed a change to branch master
in repository website.

  from  8091120   Use programlisting instead of userinput for quilt example 
commands.
   new  ffee219   Drop blockquotes aroudn programlistings.
   new  e197392   Consistently start new sentences on a new line.
   new  2e71416   Fix typos.
   new  b242ed2   Improve 'debian/compat' section.
   new  652c398   Programlistings are a part of a paragraph.
   new  779a8ca   Improve quilt command formating.

The 6 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:
 policy.xml | 422 ++---
 1 file changed, 238 insertions(+), 184 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] 05/06: Programlistings are a part of a paragraph.

2014-02-15 Thread Bas Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic-guest pushed a commit to branch master
in repository website.

commit 652c398ec75eaee37cff1e0e67d7fd1c3218c3a6
Author: Bas Couwenberg sebas...@xs4all.nl
Date:   Sun Feb 16 01:10:52 2014 +0100

Programlistings are a part of a paragraph.
---
 policy.xml | 16 
 1 file changed, 8 insertions(+), 8 deletions(-)

diff --git a/policy.xml b/policy.xml
index f7fae8c..72d7505 100644
--- a/policy.xml
+++ b/policy.xml
@@ -1856,9 +1856,9 @@ pristine-tar = True
   filename class=directorydebian/filename directory,
   and use the option-o/option option of
   commandsvn-buildpackage/command, as in the following example:
-  commandsvn-inject/command option-o/option
-  filenamepackage.dsc/filename
-  filename 
class=directorysvn+ssh://svn.debian.org/svn/pkg-grass/packages//filename.
+programlisting
+commandsvn-inject/command option-o/option 
replaceablepackage.dsc/replaceable filename 
class=directorysvn+ssh://svn.debian.org/svn/pkg-grass/packages//filename.
+/programlisting
 /para
   /sect3
   sect3 id=vcs-tags
@@ -1937,12 +1937,12 @@ pristine-tar = True
   First, make sure you have correctly setup quilt:
   open filename.quiltrc/filename in your home directory
   (create it if you don't have one), and make sure it looks like this:
-/para
 programlisting
 QUILT_DIFF_ARGS=--no-timestamps --no-index
 QUILT_REFRESH_ARGS=--no-timestamps --no-index
 QUILT_PATCHES=debian/patches
 /programlisting
+/para
 para
   After this, you're ready to start working with quilt.
   See also the instructions in the
@@ -1952,10 +1952,10 @@ QUILT_PATCHES=debian/patches
   titleCreating a patch/title
   para
 To create a patch, use the commandnew/command command. Run:
-  /para
 programlisting
 commandquilt new/command 
replaceablelt;patch_namegt;.patch/replaceable
 /programlisting
+  /para
   para
 This will create a filenamedebian/patches/series/filename file
 (if it doesn't exist yet), which contains all the patches to be
@@ -2094,22 +2094,22 @@ build-stamp: configure
   /caution
   para
 Now add a dependency to the clean target:
-  /para
 programlisting
 ...
 clean: unpatch
 ...
 /programlisting
+  /para
   para
-If you've also patched the build system, using upstream's clean
+If you've also patched the build system, using upstreams clean
 target might fail. This is what you should do:
-  /para
 programlisting
 ...
 clean: clean-patched unpatch
 clean-patched:
 ...
 /programlisting
+  /para
   para
 Obviously, you could always use an approach like this, but it's an
 useless complication if you don't patch the build system, and you

-- 
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/06: Improve 'debian/compat' section.

2014-02-15 Thread Bas Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic-guest pushed a commit to branch master
in repository website.

commit b242ed2d5ed7501db4bd8f2996dfa5e95b8789d3
Author: Bas Couwenberg sebas...@xs4all.nl
Date:   Sun Feb 16 01:10:17 2014 +0100

Improve 'debian/compat' section.
---
 policy.xml | 81 +-
 1 file changed, 48 insertions(+), 33 deletions(-)

diff --git a/policy.xml b/policy.xml
index fd2ac35..f7fae8c 100644
--- a/policy.xml
+++ b/policy.xml
@@ -1769,41 +1769,56 @@ pristine-tar = True
 filename class=directorydebian/filename directory.
   /para
 /sect2
-sect2 id=debhelper
-  titleDebhelper/title
+sect2 id=debian-compat
+  titlefilenamedebian/compat/filename/title
   para
-Debhelper uses compatibility levels to control the behavior of its
-commands. We currently recommend to use the level literal9/literal
-which is available in current literalstable/literal (Wheezy) and
-backported to literaloldstable/literal. However, there is no
-urgent need to touch packages only because it has an older Debhelper
-version.
-  /para
-  para
-It is strongly recommended to use the short literaldh/literal 
-notation in filenamedebian/rules/filename files which makes code
-factorization very simple and easy to understand the packaging for
-other members of the team. Even complex packaging becomes quite
-transparent this way.
-  /para
-/sect2
-sect2 id=cdbs
-  titleCDBS/title
-  para
-Before the short literaldh/literal notation of debhelper existed
-CDBS was the only way to factorize code in
-filenamedebian/rules/filename files.
-We would like to standardize on literaldh/literal when both
-provide similar comfort. Please give it priority for new packages.
-It is also possible to switch to literaldh/literal for existing
-packages, but this is entirely at the packagers discretion.
-  /para
-  para
-It is technically possible to build CDBS packages using Debhelper
-without the filenamedebian/compat/filename file. Please do not,
-and always include such a file according to the above 
-link linkend=debhelperDebhelper/link guidelines.
+Should normally contain literal9/literal.
+This debhelper compatibility level is recommended for its improved
+support of
+ulink url=https://wiki.debian.org/Hardening;hardening 
buildflags/ulink
+and
+ulink url=https://wiki.debian.org/Multiarch;Multi-Arch/ulink.
+programlisting
+9
+/programlisting
   /para
+  sect3 id=debhelper
+titleDebhelper/title
+para
+  Debhelper uses compatibility levels to control the behavior of its
+  commands.
+  We currently recommend to use the level literal9/literal which
+  is available in current literalstable/literal (Wheezy) and
+  backported to literaloldstable/literal.
+  However, there is no urgent need to touch packages only because it
+  has an older Debhelper version.
+/para
+para
+  It is strongly recommended to use the short literaldh/literal 
+  notation in filenamedebian/rules/filename files which makes code
+  factorization very simple and easy to understand the packaging for
+  other members of the team.
+  Even complex packaging becomes quite transparent this way.
+/para
+  /sect3
+  sect3 id=cdbs
+titleCDBS/title
+para
+  Before the short literaldh/literal notation of debhelper existed
+  CDBS was the only way to factorize code in
+  filenamedebian/rules/filename files.
+  We would like to standardize on literaldh/literal when both
+  provide similar comfort. Please give it priority for new packages.
+  It is also possible to switch to literaldh/literal for existing
+  packages, but this is entirely at the packagers discretion.
+/para
+para
+  It is technically possible to build CDBS packages using Debhelper
+  without the filenamedebian/compat/filename file.
+  Please do not, and always include such a file according to the above
+  link linkend=debhelperDebhelper/link guidelines.
+/para
+  /sect3
 /sect2
 sect2 id=vcs
   titleVersion control systems/title

-- 
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/06: Improve quilt command formating.

2014-02-15 Thread Bas Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic-guest pushed a commit to branch master
in repository website.

commit 779a8caadb032b7848364ea4172071ec9927c4ca
Author: Bas Couwenberg sebas...@xs4all.nl
Date:   Sun Feb 16 01:11:52 2014 +0100

Improve quilt command formating.
---
 policy.xml | 40 
 1 file changed, 28 insertions(+), 12 deletions(-)

diff --git a/policy.xml b/policy.xml
index 72d7505..9099fed 100644
--- a/policy.xml
+++ b/policy.xml
@@ -2036,51 +2036,67 @@ QUILT_PATCHES=debian/patches
 /programlisting
   para
 If the patch is already applied, but is not the topmost, run
-commandquilt pop/command until it becomes the currently
-applied one.
+programlisting
+commandquilt pop/command
+/programlisting
+until it becomes the currently applied one.
   /para
   para
-You can now run commandquilt edit/command on the files you
-want to change, and, when you're done,
-commandquilt refresh/command.
+You can now run
+programlisting
+commandquilt edit/command
+/programlisting
+on the files you want to change, and, when you're done:
+programlisting
+commandquilt refresh/command
+/programlisting
+to update the patch with your changes.
   /para
 /sect4
 sect4 id=quilt-rename
   titleRenaming patches/title
   para
-Sometimes it's useful to rename a patch. Without any hassle, do:
-  /para
+Sometimes it's useful to rename a patch.
+Without any hassle, do:
 programlisting
-commandquilt rename -P/command 
replaceablelt;old_namegt;.patch/replaceable 
replaceablelt;new_namegt;.patch/replaceable
+commandquilt rename/command option-P/option 
replaceablelt;old_namegt;.patch/replaceable 
replaceablelt;new_namegt;.patch/replaceable
 /programlisting
+  /para
 /sect4
 sect4 id=quilt-other
   titleOther commands/title
   para
-Please see commandman 1 quilt/command to have a comprehensive
-list of commands.
+Please see
+ulink 
url=http://manpages.debian.net/cgi-bin/man.cgi?query=quilt;commandman/command
 literal1/literal literalquilt/literal/ulink
+to have a comprehensive list of commands.
   /para
 /sect4
 sect4 id=quilt-integration
   titleIntegration in the build process/title
   para
+Please not that the literal3.0 (quilt)/literal source version
+supports quilt automatically, the following instructions are
+deprecated but may still be used by packages in
+literaloldstable/literal.
+  /para
+  para
 Add in the very first part of filenamedebian/rules/filename
 (i.e. before the targets), the line:
-  /para
 programlisting
 include filename class=headerfile/usr/share/quilt/quilt.make/filename
 /programlisting
+  /para
   para
 Please use this to import patch and unpatch rules instead of
 writing them, and remember to add the needed dependencies to
 its targets:
-  /para
 programlisting
 ...
 build:patch build-stamp
 build-stamp: configure
 ...
 /programlisting
+  /para
   para
 This kind of dependency will ensure that if you also patch the
 build system, you get a working patched build process.

-- 
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/06: Fix typos.

2014-02-15 Thread Bas Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic-guest pushed a commit to branch master
in repository website.

commit 2e71416bc711ca04e30f7b96ddf71de8620b8aa7
Author: Bas Couwenberg sebas...@xs4all.nl
Date:   Sun Feb 16 01:09:51 2014 +0100

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

diff --git a/policy.xml b/policy.xml
index 9a6c072..fd2ac35 100644
--- a/policy.xml
+++ b/policy.xml
@@ -772,7 +772,7 @@ Cmnd_Alias PBUILDERS=/usr/sbin/pbuilder, 
/usr/sbin/cowbuilder
 
 para
   It's highly recommended to run commandlintian/command
-  afer every build.
+  after every build.
   commandpbuilder/command provides an example
   literallintian/literal hook in
   filename/usr/share/doc/pbuilder/examples/B90lintian/filename

-- 
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/06: Consistently start new sentences on a new line.

2014-02-15 Thread Bas Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic-guest pushed a commit to branch master
in repository website.

commit e1973928a4fff77b27d1fcdf69e181f354f468ee
Author: Bas Couwenberg sebas...@xs4all.nl
Date:   Sun Feb 16 01:09:18 2014 +0100

Consistently start new sentences on a new line.
---
 policy.xml | 275 ++---
 1 file changed, 152 insertions(+), 123 deletions(-)

diff --git a/policy.xml b/policy.xml
index d7981eb..9a6c072 100644
--- a/policy.xml
+++ b/policy.xml
@@ -59,8 +59,8 @@
 /para
 para
   Thanks to efforts of the Debian GIS team, we currently have many
-  exciting GIS packages in Debian's main archives. Other programs
-  are well along their way to being included in the archive.
+  exciting GIS packages in Debian's main archives.
+  Other programs are well along their way to being included in the archive.
 /para
 para
   The Debian source packages maintained by the Debian GIS team are also
@@ -108,17 +108,20 @@
 /para
 para
   When working on these, you will find immediate targets for improvements
-  of the original English versions, too. For these, though, you need access
-  to Debian GIS's source code repository. Very welcome are tutorials that
-  guide Debian users towards the use of packages to their immediate 
benefit.
-  You may also consider to write respective articles for Magazines, be they
-  online or in print.
+  of the original English versions, too.
+  For these, though, you need access to Debian GIS's source code 
repository.
+  Very welcome are tutorials that guide Debian users towards the use of
+  packages to their immediate benefit.
+  You may also consider to write respective articles for Magazines,
+  be they online or in print.
 /para
 para
   This policy is a work in progress, and attempts to document best
-  practices which evolve and change over time. Different people tend to do
-  things in different ways. If your way diverges, you may want to document
-  it here so that others can benefit. Please send any comments or ideas to
+  practices which evolve and change over time.
+  Different people tend to do things in different ways.
+  If your way diverges, you may want to document it here
+  so that others can benefit.
+  Please send any comments or ideas to
   ulink 
url=mailto:debian-...@lists.debian.org;debian-...@lists.debian.org/ulink.
 /para
 sect2 id=membership
@@ -184,15 +187,16 @@
   sect1 id=repositories
 titleRepositories/title
 para
-  We use Git and Subversion (SVN) repositories, hosted by Debian. You can
-  have a look at each repository through Alioth's web interfaces:
+  We use Git and Subversion (SVN) repositories, hosted by Debian.
+  You can have a look at each repository through Alioths web interfaces:
   ulink url=http://anonscm.debian.org/gitweb/;gitweb/ulink and
   ulink url=http://anonscm.debian.org/viewvc/pkg-grass/;ViewVC/ulink.
 /para
 para
   The Git repository is the primary location for our source packages these
-  days. However, the Subversion repository is still used for some packages
-  that have not migrated to Git yet.
+  days.
+  However, the Subversion repository is still used for some packages that
+  have not migrated to Git yet.
 /para
 warning id=umask
   para
@@ -258,10 +262,10 @@
   titleSSH tips/title
   para id=ssh-config
 You can avoid specifying your Alioth user name by setting it in
-filename~/.ssh/config/filename as follows. Note that in that case,
-with commanddebcheckout/command you can replace the
-option--user/option option by the option-a/option option, for
-a shorter typing.
+filename~/.ssh/config/filename as follows.
+Note that in that case, with commanddebcheckout/command you can
+replace the option--user/option option by the
+option-a/option option, for less typing.
 programlisting
 Host *.debian.org
User your-user-name
@@ -269,8 +273,9 @@ Host *.debian.org
   /para
   para id=ssh-add
 You can avoid typing your SSH password again and again using the
-commandssh-add/command command. On remote connections the SSH agent
-needs to be enabled with the command commandeval/command
+commandssh-add/command command.
+On remote connections the SSH agent needs to be enabled with the
+command commandeval/command
 option$(/optioncommandssh-agent/commandoption)/option.
   /para
   para id=wiki-alioth
@@ -362,9 +367,10 @@ pkg-grass/
   commandgit-buildpackage/command can be set to a directory layout
   similar to the one we use with commandsvn-buildpackage/command
   by using the literalexport-dir/literal and
-  

[website] 01/03: Update URLs for blends.debian.org.

2014-02-15 Thread Bas Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic-guest pushed a commit to branch master
in repository website.

commit 77abf27e678c2eb856a5ba092e75ca35aa3a14f0
Author: Bas Couwenberg sebas...@xs4all.nl
Date:   Sun Feb 16 01:41:00 2014 +0100

Update URLs for blends.debian.org.
---
 policy.xml | 21 -
 1 file changed, 12 insertions(+), 9 deletions(-)

diff --git a/policy.xml b/policy.xml
index 9099fed..1d9b8c0 100644
--- a/policy.xml
+++ b/policy.xml
@@ -49,7 +49,7 @@
 titleIntroduction/title
 para
   Debian GIS is a
-  quoteulink url=http://blends.alioth.debian.org/blends;Debian Pure 
Blend/ulink/quote
+  quoteulink url=http://blends.debian.org/blends;Debian Pure 
Blend/ulink/quote
   with the aim to develop Debian into the best distribution for
   Geographical Information System applications and users.
 /para
@@ -1467,19 +1467,22 @@ lintian ../build-area/*changes
 titleTasks/title
 para
   The Debian GIS
-  ulink url=http://blends.alioth.debian.org/blends;Debian Pure 
Blend/ulink
+  ulink url=http://blends.debian.org/blends;Debian Pure Blend/ulink
   is organized by
   ulink url=http://blends.debian.org/gis/tasks/index;tasks/ulink,
   that group packages around broad themes such as
   ulink url=http://blends.debian.org/gis/tasks/web;web services/ulink
-  for instance. The tasks list programs that are already packaged in Debian
-  as well as packages in preparation.
+  and
+  ulink 
url=http://blends.debian.org/gis/tasks/workstation;workstation/ulink.
+  The tasks list programs that are already packaged in Debian as well as
+  packages in preparation.
 /para
 para
   The tasks files are not hosted in the Debian GIS repositories, but in the
-  Debian Blends repository.
-  Interested members of the Debian GIS project on the Alioth forge can
-  request write access to the Blends repository.
+  ulink 
url=http://anonscm.debian.org/gitweb/?p=blends/projects/gis.git;Debian Blends 
repository/ulink.
+  Interested members of the Debian GIS project on Alioth can
+  ulink 
url=https://alioth.debian.org/project/request.php?group_id=100278;request 
commit access/ulink
+  to the Blends repository.
   You can easily check out its sources with the command:
 programlisting
 commanddebcheckout/command option-a/option 
literaldebian-gis/literal
@@ -1487,8 +1490,8 @@ lintian ../build-area/*changes
 /para
 para
   The syntax of the tasks files is very similar to Debian control files,
-  and described in the
-  ulink 
url=http://blends.alioth.debian.org/blends/ch-sentinel.en.html;Debian Blends 
website/ulink.
+  and described on the
+  ulink url=http://blends.debian.org/blends/ch08.html;Debian Blends 
website/ulink.
 /para
   /sect1
   sect1 id=policy

-- 
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 (779a8ca - aae7315)

2014-02-15 Thread Bas Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic-guest pushed a change to branch master
in repository website.

  from  779a8ca   Improve quilt command formating.
   new  77abf27   Update URLs for blends.debian.org.
   new  82027e1   Use command for dh instead of literal.
   new  aae7315   Add link to manpages.debian.net.

The 3 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:
 policy.xml | 30 +-
 1 file changed, 17 insertions(+), 13 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] 03/03: Add link to manpages.debian.net.

2014-02-15 Thread Bas Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic-guest pushed a commit to branch master
in repository website.

commit aae731592f89374ca266276fcc06e2f5ddd00fb9
Author: Bas Couwenberg sebas...@xs4all.nl
Date:   Sun Feb 16 01:41:55 2014 +0100

Add link to manpages.debian.net.
---
 policy.xml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/policy.xml b/policy.xml
index 1aa6bbb..1f2000c 100644
--- a/policy.xml
+++ b/policy.xml
@@ -2172,7 +2172,8 @@ clean-patched:
   /listitem
   listitem id=dpatch-other
 para
-  Other commands: please see commandman 1 dpatch/command
+  Other commands: please see
+  ulink 
url=http://manpages.debian.net/cgi-bin/man.cgi?query=dpatch;commandman/command
 literal1/literal literaldpatch/literal/ulink
   for a comprehensive list of commands.
 /para
   /listitem

-- 
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/03: Use command for dh instead of literal.

2014-02-15 Thread Bas Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic-guest pushed a commit to branch master
in repository website.

commit 82027e1b689e4d753efa9093fd870ddb76ad2cff
Author: Bas Couwenberg sebas...@xs4all.nl
Date:   Sun Feb 16 01:41:24 2014 +0100

Use command for dh instead of literal.
---
 policy.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/policy.xml b/policy.xml
index 1d9b8c0..1aa6bbb 100644
--- a/policy.xml
+++ b/policy.xml
@@ -1807,12 +1807,12 @@ pristine-tar = True
   sect3 id=cdbs
 titleCDBS/title
 para
-  Before the short literaldh/literal notation of debhelper existed
+  Before the short commanddh/command notation of debhelper existed
   CDBS was the only way to factorize code in
   filenamedebian/rules/filename files.
-  We would like to standardize on literaldh/literal when both
+  We would like to standardize on commanddh/command when both
   provide similar comfort. Please give it priority for new packages.
-  It is also possible to switch to literaldh/literal for existing
+  It is also possible to switch to commanddh/command for existing
   packages, but this is entirely at the packagers discretion.
 /para
 para

-- 
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