[SCM] website branch, master, updated. ad038136d24d649bb5d4e73820fcc445880ab333

2014-01-19 Thread Bas Couwenberg
The following commit has been merged in the master branch:
commit ad038136d24d649bb5d4e73820fcc445880ab333
Author: Bas Couwenberg 
Date:   Sun Jan 19 23:32:53 2014 +0100

Don't output the XML document when validating.

diff --git a/Makefile b/Makefile
index d794417..6b5081b 100644
--- a/Makefile
+++ b/Makefile
@@ -14,7 +14,7 @@ clean:
rm -f policy.html
 
 valid:
-   xmllint --valid policy.xml
+   xmllint --valid --noout policy.xml
 
 publish: policy
rsync -av * $(PUBLISHHOST):$(PUBLISHDIR)

-- 
pkg-grass website

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


[SCM] website branch, master, updated. ad038136d24d649bb5d4e73820fcc445880ab333

2014-01-19 Thread Bas Couwenberg
The following commit has been merged in the master branch:
commit 80587275c29e7dad80a4c3f09b82df877ad5f870
Author: Bas Couwenberg 
Date:   Sun Jan 19 20:28:40 2014 +0100

Add validation step before converting to HTML.

diff --git a/Makefile b/Makefile
index 767cbc4..d794417 100644
--- a/Makefile
+++ b/Makefile
@@ -3,7 +3,7 @@ PUBLISHDIR=/home/groups/pkg-grass/htdocs
 
 all: policy
 
-policy:
+policy: valid
xsltproc \
--param toc.section.depth 5 \
--output policy.html \
@@ -13,6 +13,9 @@ policy:
 clean:
rm -f policy.html
 
+valid:
+   xmllint --valid policy.xml
+
 publish: policy
rsync -av * $(PUBLISHHOST):$(PUBLISHDIR)
ssh $(PUBLISHHOST) "chmod -R g+w $(PUBLISHDIR)/*"

-- 
pkg-grass website

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


[SCM] website branch, master, updated. ad038136d24d649bb5d4e73820fcc445880ab333

2014-01-19 Thread Bas Couwenberg
The following commit has been merged in the master branch:
commit 5a301fc9c7bf98d35e7176129a79f1cc4ec5e980
Author: Bas Couwenberg 
Date:   Sun Jan 19 23:32:16 2014 +0100

Improve Config::Module section. Add explicit debian/control examples.

diff --git a/policy.xml b/policy.xml
index b2d0b6c..b224b99 100644
--- a/policy.xml
+++ b/policy.xml
@@ -1019,18 +1019,6 @@ Cmnd_Alias PBUILDERS=/usr/sbin/pbuilder, 
/usr/sbin/cowbuilder
 
 
   
-  
-
-
-  ...
-
-  
-  
-
-
-  ...
-
-  
 
   
   
@@ -1368,7 +1356,12 @@ lintian ../build-area/*changes
 
   
 Section
-Should be science for the source 
package.
+
+  Should be science for the source package.
+
+Section: science
+
+
   
 
 
@@ -1380,6 +1373,9 @@ lintian ../build-area/*changes
   (http://www.debian.org/doc/debian-policy/ch-archive.html#s-priorities";>see 
§2.5).
   Packages of priority extra are excluded from some
   QA tests.
+
+Priority: optional
+
 
   
 
@@ -1395,6 +1391,9 @@ lintian ../build-area/*changes
   http://qa.debian.org/developer.php?login=pkg-grass-devel@lists.alioth.debian.org";>QA
 page
   corresponding to this email to gather information about the
   packages.
+
+Maintainer: Debian GIS Project 
+
 
   
 
@@ -1403,10 +1402,16 @@ lintian ../build-area/*changes
 Uploaders
 
   Please add yourself as an uploader when you have a significant
-  interest in a package. Being Uploader means that you are expected
-  to answer to the bug reports. For more occasional works, you can
-  do a
-  http://www.debian.org/doc/developers-reference/pkgs#nmu-team-upload";>team 
upload.
+  interest in a package.
+  Being Uploader means that you are expected to answer to the bug
+  reports.
+  For more occasional works, you can do a
+  http://www.debian.org/doc/developers-reference/pkgs#nmu-team-upload";>team 
upload
+  with dch --team.
+
+Uploaders: John Doe ,
+   Your Name 
+
 
   
 
@@ -1417,6 +1422,9 @@ lintian ../build-area/*changes
   Please always use the latest unless there are concerns for
   backporting. If no changes are needed, please indicate this
   fact in the changelog, and increment the value of the field.
+
+Standards-Version: 3.9.5
+
 
   
 
@@ -1425,12 +1433,15 @@ lintian ../build-area/*changes
 Homepage
 
   Should be documented whenever possible.
+
+Homepage: http://www.example.com/
+
 
   
 
 
   
-Vcs-Git: and Vcs-Browser:
+Vcs-Git and Vcs-Browser
 
   Please use the following templates, and refer to the Debian 
Policy
   http://www.debian.org/doc/debian-policy/ch-controlfields.html#s-f-VCS-fields";>§
 5.6.26
@@ -1448,18 +1459,25 @@ Vcs-Svn: 
svn://anonscm.debian.org/pkg-grass/packages//trunk/
   
 
   
-  
-It is a very good idea to use
-http://packages.qa.debian.org/libc/libconfig-model-perl.html";>Config::Model
-to unify the formatting of debian/control.
-To do so make sure you have installed
-libconfig-model-perl
-and libconfig-model-dpkg-perl
-and then you can simply call
-cme fix dpkg-control
-to get a properly formated, sanity checked
-debian/control file.
-Please note that sometimes you need to call this more than once.
+  
+Config::Model
+
+  It is a very good idea to use
+  http://packages.qa.debian.org/libc/libconfig-model-perl.html";>Config::Model
+  to unify the formatting of debian/control.
+
+
+  To do so make sure you have installed
+  libconfig-model-perl
+  and libconfig-model-dpkg-perl
+  and then you can simply call
+  cme fix dpkg-control
+  to get a properly formated, sanity checked
+  debian/control file.
+
+
+  Please note that sometimes you need to call this more than once.
+
 
 apt-get install libconfig-model-dpkg-perl 
libconfig-model-perl
 # Install libconfig-model-itself-perl for a graphical model editor
@@ -1468,22 +1486,27 @@ Vcs-Svn: 
svn://anonscm.debian.org/pkg-grass/packages//trunk/
 cme check dpkg-control
 cme fix dpkg-control
 
-  
+  
 
 
   debian/copyr