Processing of tinyows_1.1.0-3_amd64.changes

2014-01-04 Thread Debian FTP Masters
tinyows_1.1.0-3_amd64.changes uploaded successfully to localhost
along with the files:
  tinyows_1.1.0-3.dsc
  tinyows_1.1.0.orig.tar.gz
  tinyows_1.1.0-3.debian.tar.gz
  tinyows_1.1.0-3_amd64.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


tinyows_1.1.0-3_amd64.changes is NEW

2014-01-04 Thread Debian FTP Masters
binary:tinyows is NEW.
source:tinyows 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


Bug#734153: libhdf4-alt-dev doesn't work on mips*

2014-01-04 Thread Alastair McKinstry
Package: libhdf4
Severity: normal

Building ncl with libhdf4-alt-dev, it FTBFS on mips and mipsel due to:

cc -ansi  -fPIC -g -O2 -Wformat -Werror=format-security
-I../../../.././include -I/usr/include/freetype2 -I/usr/include/gdal  
-I/usr/include/hdf-eos5 -I/usr/include/hdf   -DBuildRasterHDF -DLINUX 
-DBuildRasterHPPCL -DBuildRasterNrif -DBuildRasterSun
-DBuildRasterXWD  -DBuildRasterAVS -DBuildRasterSGI 
-DBuildRasterAbekas  -DBuildRasterBinary -DBuildRasterYUV   
-DNGTMPDIR='tmp' -Dmips -DIBM -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE 
-DByteSwapped -DNeedFuncProto  -D_FORTIFY_SOURCE=2  -c -o hdf.o hdf.c
In file included from /usr/include/hdf/hdf.h:20:0,
 from hdf.c:54:
/usr/include/hdf/hdfi.h:1886:1: error: unknown type name 'No'
 No machine type has been defined.  Your Makefile needs to have someing like
 ^
/usr/include/hdf/hdfi.h:1886:12: error: expected '=', ',', ';', 'asm' or 
'__attribute__' before 'type'
 No machine type has been defined.  Your Makefile needs to have someing like
^
/usr/include/hdf/hdfi.h:1886:12: error: unknown type name 'type'
In file included from hdf.c:54:0:
/usr/include/hdf/hdf.h:134:1: error: unknown type name 'int32'
 typedef int32 HFILEID;
 ^
/usr/include/hdf/hdf.h:136:15: error: expected declaration specifiers or '...' 
before '*' token
 typedef intn (*hdf_termfunc_t)(void);   /* termination function typedef */
   ^
In file included from /usr/include/hdf/hdf.h:143:0,
 from hdf.c:54:
/usr/include/hdf/hbitio.h:35:7: error: unknown type name 'int32'
   int32   acc_id;   /* Access ID for H layer I/O routines */
   ^
/usr/include/hdf/hbitio.h:36:7: error: unknown type name 'int32'
   int32   bit_id;   /* Bitfile ID for internal use */
   ^
/usr/include/hdf/hbitio.h:39:7: error: unknown type name 'int32'
   int32  block_offset, /* offset of the current buffered block in the 
dataset */
   ^
/usr/include/hdf/hbitio.h:43:7: error: unknown type name 'intn'
   intn   count,/* bit count to next boundary */
   ^
/usr/include/hdf/hbitio.h:45:7: error: unknown type name 'uint8'
   uint8   access;   /* What the access on this file is ('r', 'w', 
etc..) */
   ^
/usr/include/hdf/hbitio.h:46:7: error: unknown type name 'uint8'
   uint8   mode; /* how are we interacting with the data now 
('r', 'w', etc) */
   ^
/usr/include/hdf/hbitio.h:47:7: error: unknown type name 'uint8'
   uint8   bits; /* extra bit buffer, 0..BITNUM-1 bits */
   ^
/usr/include/hdf/hbitio.h:48:7: error: unknown type name 'uint8'
   uint8  *bytep;/* current position in buffer */
   ^
/usr/include/hdf/hbitio.h:49:7: error: unknown type name 'uint8'
   uint8  *bytez;/* end of buffer to compare */
   ^
/usr/include/hdf/hbitio.h:50:7: error: unknown type name 'uint8'
   uint8  *bytea;/* byte buffer */
   ^
/usr/include/hdf/hbitio.h:57:1: error: unknown type name 'uint8'
 const uint8 maskc[9]
 ^
/usr/include/hdf/hbitio.h:67:1: error: unknown type name 'uint32'
 const uint32 maskl[33]
 ^
In file included from /usr/include/hdf/hdf.h:144:0,
 from hdf.c:54:
/usr/include/hdf/hcomp.h:62:1: error: unknown type name 'uint16'
 extern uint16 compress_map[];
 ^
/usr/include/hdf/hcomp.h:86:13: error: unknown type name 'int32'
 int32   nt; /* number type */
 ^
/usr/include/hdf/hcomp.h:87:13: error: unknown type name 'intn'
 intnndim;   /* number of dimensions */
 ^
/usr/include/hdf/hcomp.h:88:13: error: unknown type name 'int32'
 int32  *dims;   /* array of dimensions */
 ^
/usr/include/hdf/hcomp.h:99:13: error: unknown type name 'intn'
 intnquality;/* Quality factor for JPEG compression, should 
be from */
 ^
/usr/include/hdf/hcomp.h:101:13: error: unknown type name 'intn'
 intnforce_baseline; /* If force_baseline is set to TRUE 
then */
 ^
/usr/include/hdf/hcomp.h:111:13: error: unknown type name 'int32'
 int32   nt; /* number type of the data to encode */
 ^
/usr/include/hdf/hcomp.h:112:13: error: unknown type name 'intn'
 intnsign_ext;   /* whether to sign extend or not */
 ^
/usr/include/hdf/hcomp.h:113:13: error: unknown type name 'intn'
 intnfill_one;   /* whether to fill with 1's or 0's */
 ^
/usr/include/hdf/hcomp.h:114:13: error: unknown type name 'intn'
 intnstart_bit;  /* offset of the start bit in the data */
 ^
/usr/include/hdf/hcomp.h:115:13: error: unknown type name 'intn'
 intnbit_len;/* number of bits to store */
 ^
/usr/include/hdf/hcomp.h:121:13: error: unknown type name 'intn'
 intnskp_size;   /* size of the individual 

ID iTunes arrive a expiration dans moins de 48H.

2014-01-04 Thread Service


Veuillez Vérifiez maintenant 

 



 

___
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#734191: RFS: libgeo-proj4-perl/1.04-1

2014-01-04 Thread Bas Couwenberg
Package: sponsorship-requests
Severity: normal

Package: sponsorship-requests
Severity: normal [important for RC bugs, wishlist for new packages]

Dear mentors,

I am looking for a sponsor for my package libgeo-proj4-perl

 Package name: libgeo-proj4-perl
 Version : 1.04-1
 Upstream Author : Mark Overmeer m...@overmeer.net
 URL : https://metacpan.org/release/Geo-Proj4
 License : Artistic or GPL-1+
 Section : perl

It builds those binary packages:

  libgeo-proj4-perl - PROJ.4 library for cartographic projections

To access further information about this package, please visit the following 
URL:

http://mentors.debian.net/package/libgeo-proj4-perl


Alternatively, one can download the package with dget using this command:

  dget -x 
http://mentors.debian.net/debian/pool/main/libg/libgeo-proj4-perl/libgeo-proj4-perl_1.04-1.dsc

More information about Geo::Proj4 can be obtained from 
https://metacpan.org/release/Geo-Proj4.

Changes since the last upload:

  [ David Paleino ]
  * Drop unneeded debian/copyright line

  [ Bas Couwenberg ]
  * New upstream release.
  * Add myself to Uploaders.
  * Bump debhelper compatibility to 9.
  * Use metacpan.org instead of search.cpan.org.
  * Update to copyright-format 1.0 final.
  * Use canonical URLs for Vcs-* fields.
  * Bump Standards-Version to 3.9.5, changes: Vcs-* fields.
  * Restructure control file with cme fix dpkg-control.
  * Refresh patches.
  * Add lintian override for debian-watch-may-check-gpg-signature,
upstream doesn't provide signatures for verification.
  * Improve extended description.


Regards,
 Sebastiaan Couwenberg

___
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] libgeo-proj4-perl branch, master, updated. debian/1.03-1-13-gfd31867

2014-01-04 Thread Bas Couwenberg
The following commit has been merged in the master branch:
commit e8055b0bf6373d7de6e9d0a3ead23b6633731bfd
Author: Bas Couwenberg sebas...@xs4all.nl
Date:   Sat Jan 4 13:52:38 2014 +0100

Update copyright file, use copyright-format 1.0 final.

diff --git a/debian/changelog b/debian/changelog
index 081dc6a..62a14e4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -8,6 +8,7 @@ libgeo-proj4-perl (1.04-1) UNRELEASED; urgency=low
   * Add myself to Uploaders.
   * Bump debhelper compatibility to 9.
   * Use metacpan.org instead of search.cpan.org.
+  * Update to copyright-format 1.0 final.
 
  -- Bas Couwenberg sebas...@xs4all.nl  Sat, 04 Jan 2014 13:42:43 +0100
 
diff --git a/debian/copyright b/debian/copyright
index da66e3f..6170f77 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,10 +1,20 @@
-Format: 
http://anonscm.debian.org/viewvc/dep/web/deps/dep5.mdwn?view=markuppathrev=174
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: Geo-Proj4
+Upstream-Contact: Mark Overmeer m...@overmeer.net
 Source: https://metacpan.org/release/Geo-Proj4
 
 Files: *
-Copyright: © 2004-2009, Mark Overmeer g...@overmeer.net
+Copyright: © 2004-2012, Mark Overmeer g...@overmeer.net
 License: Artistic or GPL-1+
 
+Files: examples/use_epsg.pl
+Copyright: 2007, Michael R. Davis
+License: MIT or BSD or Artistic or GPL-1+
+
+Files: src/4.8.0/projects.h
+Copyright: 2000, Frank Warmerdam
+License: MIT
+
 Files: debian/*
 Copyright: © 2011, David Paleino da...@debian.org
 License: Artistic or GPL-1+
@@ -24,3 +34,48 @@ License: GPL-1+
  .
  On Debian systems, the complete text of version 1 of the GNU General
  Public License can be found in `/usr/share/common-licenses/GPL-1'.
+
+License: MIT
+ Permission is hereby granted, free of charge, to any person obtaining a
+ copy of this software and associated documentation files (the Software),
+ to deal in the Software without restriction, including without limitation
+ the rights to use, copy, modify, merge, publish, distribute, sublicense,
+ and/or sell copies of the Software, and to permit persons to whom the
+ Software is furnished to do so, subject to the following conditions:
+ .
+ The above copyright notice and this permission notice shall be included
+ in all copies or substantial portions of the Software.
+ .
+ THE SOFTWARE IS PROVIDED AS IS, WITHOUT WARRANTY OF ANY KIND, EXPRESS
+ OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
+ THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
+ FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
+ DEALINGS IN THE SOFTWARE.
+
+License: BSD
+ Redistribution and use in source and binary forms, with or without
+ modification, are permitted provided that the following conditions
+ are met:
+ 1. Redistributions of source code must retain the above copyright
+notice, this list of conditions and the following disclaimer.
+ 2. Redistributions in binary form must reproduce the above copyright
+notice, this list of conditions and the following disclaimer in the
+documentation and/or other materials provided with the distribution.
+ 3. Neither the name of the University nor the names of its contributors
+may be used to endorse or promote products derived from this software
+without specific prior written permission.
+ .
+ THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
+ ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+ IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
+ ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
+ FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
+ DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
+ OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
+ HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
+ LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
+ OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
+ SUCH DAMAGE.
+

-- 
Proj4 library for carthographic projections

___
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] libgeo-proj4-perl branch, master, updated. debian/1.03-1-13-gfd31867

2014-01-04 Thread Bas Couwenberg
The following commit has been merged in the master branch:
commit 8a6f3bd42f749f26c9a1b02cff995884861ed9d8
Author: Bas Couwenberg sebas...@xs4all.nl
Date:   Sat Jan 4 13:46:04 2014 +0100

Bump debhelper compatibility to 9.

diff --git a/debian/changelog b/debian/changelog
index 57a6d79..a420ed6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,6 +6,7 @@ libgeo-proj4-perl (1.04-1) UNRELEASED; urgency=low
   [ Bas Couwenberg ]
   * New upstream release.
   * Add myself to Uploaders.
+  * Bump debhelper compatibility to 9.
 
  -- Bas Couwenberg sebas...@xs4all.nl  Sat, 04 Jan 2014 13:42:43 +0100
 
diff --git a/debian/compat b/debian/compat
index 45a4fb7..ec63514 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-8
+9
diff --git a/debian/control b/debian/control
index 1419959..b1e794a 100644
--- a/debian/control
+++ b/debian/control
@@ -5,7 +5,7 @@ Maintainer: Debian GIS Project 
pkg-grass-devel@lists.alioth.debian.org
 Uploaders: David Paleino da...@debian.org,
  Bas Couwenberg sebas...@xs4all.nl
 Build-Depends:
- debhelper (= 8)
+ debhelper (= 9.20120312)
  , perl
  , proj-bin
  , libproj-dev

-- 
Proj4 library for carthographic projections

___
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] libgeo-proj4-perl branch, master, updated. debian/1.03-1-13-gfd31867

2014-01-04 Thread Bas Couwenberg
The following commit has been merged in the master branch:
commit 9466aa2f60d3ea2c007d763ce24d57d5ceb9f05e
Author: Bas Couwenberg sebas...@xs4all.nl
Date:   Sat Jan 4 18:38:51 2014 +0100

Add lintian override for debian-watch-may-check-gpg-signature, upstream 
doesn't provide signatures for verification.

diff --git a/debian/changelog b/debian/changelog
index afbf42a..dd17fa0 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -13,6 +13,8 @@ libgeo-proj4-perl (1.04-1) unstable; urgency=low
   * Bump Standards-Version to 3.9.5, changes: Vcs-* fields.
   * Restructure control file with cme fix dpkg-control.
   * Refresh patches.
+  * Add lintian override for debian-watch-may-check-gpg-signature,
+upstream doesn't provide signatures for verification.
 
  -- Bas Couwenberg sebas...@xs4all.nl  Sat, 04 Jan 2014 14:13:27 +0100
 
diff --git a/debian/source/lintian-overrides b/debian/source/lintian-overrides
new file mode 100644
index 000..c33cb74
--- /dev/null
+++ b/debian/source/lintian-overrides
@@ -0,0 +1,2 @@
+# Upstream doesn't provide signatures for their tarballs
+libgeo-proj4-perl source: debian-watch-may-check-gpg-signature

-- 
Proj4 library for carthographic projections

___
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] libgeo-proj4-perl branch, master, updated. debian/1.03-1-13-gfd31867

2014-01-04 Thread Bas Couwenberg
The following commit has been merged in the master branch:
commit dbefe1eeae3c3549f6d1a15ba06c9f1725b2fc72
Author: Bas Couwenberg sebas...@xs4all.nl
Date:   Sat Jan 4 13:43:35 2014 +0100

New upstream release.

New upstream release.
Add myself to Uploaders.

diff --git a/debian/changelog b/debian/changelog
index 8aab8ee..57a6d79 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,13 @@
-libgeo-proj4-perl (1.03-2) UNRELEASED; urgency=low
+libgeo-proj4-perl (1.04-1) UNRELEASED; urgency=low
 
+  [ David Paleino ]
   * Drop unneeded debian/copyright line
 
- -- David Paleino da...@debian.org  Wed, 22 Feb 2012 18:14:27 +0100
+  [ Bas Couwenberg ]
+  * New upstream release.
+  * Add myself to Uploaders.
+
+ -- Bas Couwenberg sebas...@xs4all.nl  Sat, 04 Jan 2014 13:42:43 +0100
 
 libgeo-proj4-perl (1.03-1) unstable; urgency=low
 
diff --git a/debian/control b/debian/control
index f4e8ce1..1419959 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,8 @@ Source: libgeo-proj4-perl
 Section: perl
 Priority: optional
 Maintainer: Debian GIS Project pkg-grass-devel@lists.alioth.debian.org
-Uploaders: David Paleino da...@debian.org
+Uploaders: David Paleino da...@debian.org,
+ Bas Couwenberg sebas...@xs4all.nl
 Build-Depends:
  debhelper (= 8)
  , perl

-- 
Proj4 library for carthographic projections

___
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] libgeo-proj4-perl branch, master, updated. debian/1.03-1-13-gfd31867

2014-01-04 Thread Bas Couwenberg
The following commit has been merged in the master branch:
commit 392855842b6c05ed3712e668d434fa08eb5d5f1b
Merge: 6f6e83c084cb4684a4f0daa11c74a279d0be379c 
d18a10f1ced2d94eed29668b7b2e71829987a106
Author: Bas Couwenberg sebas...@xs4all.nl
Date:   Sat Jan 4 13:42:36 2014 +0100

Merge tag 'upstream/1.04'

Upstream version 1.04


-- 
Proj4 library for carthographic projections

___
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] libgeo-proj4-perl branch, master, updated. debian/1.03-1-13-gfd31867

2014-01-04 Thread Bas Couwenberg
The following commit has been merged in the master branch:
commit ae1082b01c6331e7865b3425c92a49718e443835
Author: Bas Couwenberg sebas...@xs4all.nl
Date:   Sat Jan 4 13:47:54 2014 +0100

Use metacpan.org instead of search.cpan.org.

diff --git a/debian/changelog b/debian/changelog
index a420ed6..081dc6a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,6 +7,7 @@ libgeo-proj4-perl (1.04-1) UNRELEASED; urgency=low
   * New upstream release.
   * Add myself to Uploaders.
   * Bump debhelper compatibility to 9.
+  * Use metacpan.org instead of search.cpan.org.
 
  -- Bas Couwenberg sebas...@xs4all.nl  Sat, 04 Jan 2014 13:42:43 +0100
 
diff --git a/debian/control b/debian/control
index b1e794a..fc3b097 100644
--- a/debian/control
+++ b/debian/control
@@ -10,7 +10,7 @@ Build-Depends:
  , proj-bin
  , libproj-dev
 Standards-Version: 3.9.2
-Homepage: http://search.cpan.org/dist/Geo-Proj4/
+Homepage: https://metacpan.org/release/Geo-Proj4
 Vcs-Browser: http://git.debian.org/?p=pkg-grass/libgeo-proj4-perl.git
 Vcs-Git: git://git.debian.org/pkg-grass/libgeo-proj4-perl.git
 
diff --git a/debian/copyright b/debian/copyright
index 263ed6e..da66e3f 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,5 +1,5 @@
 Format: 
http://anonscm.debian.org/viewvc/dep/web/deps/dep5.mdwn?view=markuppathrev=174
-Source: http://search.cpan.org/dist/Geo-Proj4/
+Source: https://metacpan.org/release/Geo-Proj4
 
 Files: *
 Copyright: © 2004-2009, Mark Overmeer g...@overmeer.net
diff --git a/debian/watch b/debian/watch
index 6c445d6..26fc6ee 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,2 +1,2 @@
 version=3
-http://search.cpan.org/dist/Geo-Proj4/   
.*/Geo-Proj4-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$
+https://metacpan.org/release/Geo-Proj4   
.*/Geo-Proj4-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$

-- 
Proj4 library for carthographic projections

___
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] libgeo-proj4-perl branch, pristine-tar, updated. 3518200208a4600cc3ba1576248d9a6bab7264f3

2014-01-04 Thread Bas Couwenberg
The following commit has been merged in the pristine-tar branch:
commit 3518200208a4600cc3ba1576248d9a6bab7264f3
Author: Bas Couwenberg sebas...@xs4all.nl
Date:   Sat Jan 4 13:42:36 2014 +0100

pristine-tar data for libgeo-proj4-perl_1.04.orig.tar.gz

diff --git a/libgeo-proj4-perl_1.04.orig.tar.gz.delta 
b/libgeo-proj4-perl_1.04.orig.tar.gz.delta
new file mode 100644
index 000..29bebb5
Binary files /dev/null and b/libgeo-proj4-perl_1.04.orig.tar.gz.delta differ
diff --git a/libgeo-proj4-perl_1.04.orig.tar.gz.id 
b/libgeo-proj4-perl_1.04.orig.tar.gz.id
new file mode 100644
index 000..d502736
--- /dev/null
+++ b/libgeo-proj4-perl_1.04.orig.tar.gz.id
@@ -0,0 +1 @@
+b6b17d52bc77fd18023d0ce7d14321e348d80e6b

-- 
Proj4 library for carthographic projections

___
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] libgeo-proj4-perl branch, master, updated. debian/1.03-1-13-gfd31867

2014-01-04 Thread Bas Couwenberg
The following commit has been merged in the master branch:
commit fd31867e97b1e414904e26140147f321c395c004
Author: Bas Couwenberg sebas...@xs4all.nl
Date:   Sat Jan 4 18:44:24 2014 +0100

Improve extended description.

diff --git a/debian/changelog b/debian/changelog
index dd17fa0..24f9418 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -15,6 +15,7 @@ libgeo-proj4-perl (1.04-1) unstable; urgency=low
   * Refresh patches.
   * Add lintian override for debian-watch-may-check-gpg-signature,
 upstream doesn't provide signatures for verification.
+  * Improve extended description.
 
  -- Bas Couwenberg sebas...@xs4all.nl  Sat, 04 Jan 2014 14:13:27 +0100
 
diff --git a/debian/control b/debian/control
index 3af86c4..5581095 100644
--- a/debian/control
+++ b/debian/control
@@ -20,5 +20,9 @@ Depends: ${misc:Depends},
  ${shlibs:Depends}
 Description: PROJ.4 library for cartographic projections
  Geo::Proj4 is a wrapper library around PROJ.4, a cartographic projection
- library.
-
+ library, for easy use in Perl software.
+ .
+ The Open Source PROJ.4 library converts between geographic coordinate systems.
+ It is able to convert between geodetic latitude and longitude (LL, most
+ commonly the WGS84 projection), into an enormous variety of other cartographic
+ projections (XY, usually UTM).

-- 
Proj4 library for carthographic projections

___
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] libgeo-proj4-perl branch, master, updated. debian/1.03-1-13-gfd31867

2014-01-04 Thread Bas Couwenberg
The following commit has been merged in the master branch:
commit 1e9254d845b3d88b05304d0281384825ff5bc29b
Author: Bas Couwenberg sebas...@xs4all.nl
Date:   Sat Jan 4 14:13:38 2014 +0100

Set distribution to unstable.

diff --git a/debian/changelog b/debian/changelog
index 4e91451..20a1cbb 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-libgeo-proj4-perl (1.04-1) UNRELEASED; urgency=low
+libgeo-proj4-perl (1.04-1) unstable; urgency=low
 
   [ David Paleino ]
   * Drop unneeded debian/copyright line
@@ -13,7 +13,7 @@ libgeo-proj4-perl (1.04-1) UNRELEASED; urgency=low
   * Bump Standards-Version to 3.9.5, changes: Vcs-* fields.
   * Restructure control file with cme fix dpkg-control.
 
- -- Bas Couwenberg sebas...@xs4all.nl  Sat, 04 Jan 2014 13:42:43 +0100
+ -- Bas Couwenberg sebas...@xs4all.nl  Sat, 04 Jan 2014 14:13:27 +0100
 
 libgeo-proj4-perl (1.03-1) unstable; urgency=low
 

-- 
Proj4 library for carthographic projections

___
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] libgeo-proj4-perl branch, master, updated. debian/1.03-1-13-gfd31867

2014-01-04 Thread Bas Couwenberg
The following commit has been merged in the master branch:
commit ac7388d60eb97f0fb0a79026e7f8c2a08af8bed5
Author: Bas Couwenberg sebas...@xs4all.nl
Date:   Sat Jan 4 13:53:51 2014 +0100

Use canonical URLs for Vcs-* fields.

diff --git a/debian/changelog b/debian/changelog
index 62a14e4..75e962d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -9,6 +9,7 @@ libgeo-proj4-perl (1.04-1) UNRELEASED; urgency=low
   * Bump debhelper compatibility to 9.
   * Use metacpan.org instead of search.cpan.org.
   * Update to copyright-format 1.0 final.
+  * Use canonical URLs for Vcs-* fields.
 
  -- Bas Couwenberg sebas...@xs4all.nl  Sat, 04 Jan 2014 13:42:43 +0100
 
diff --git a/debian/control b/debian/control
index fc3b097..d743d80 100644
--- a/debian/control
+++ b/debian/control
@@ -11,8 +11,8 @@ Build-Depends:
  , libproj-dev
 Standards-Version: 3.9.2
 Homepage: https://metacpan.org/release/Geo-Proj4
-Vcs-Browser: http://git.debian.org/?p=pkg-grass/libgeo-proj4-perl.git
-Vcs-Git: git://git.debian.org/pkg-grass/libgeo-proj4-perl.git
+Vcs-Browser: 
http://anonscm.debian.org/gitweb/?p=pkg-grass/libgeo-proj4-perl.git
+Vcs-Git: git://anonscm.debian.org/pkg-grass/libgeo-proj4-perl.git
 
 Package: libgeo-proj4-perl
 Architecture: any

-- 
Proj4 library for carthographic projections

___
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] libgeo-proj4-perl tag, debian/1.04-1, created. debian/1.03-1-13-gfd31867

2014-01-04 Thread Bas Couwenberg
The tag, debian/1.04-1 has been created
at  fd31867e97b1e414904e26140147f321c395c004 (commit)

- Shortlog 
commit fd31867e97b1e414904e26140147f321c395c004
Author: Bas Couwenberg sebas...@xs4all.nl
Date:   Sat Jan 4 18:44:24 2014 +0100

Improve extended description.
---

-- 
Proj4 library for carthographic projections

___
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] libgeo-proj4-perl annotated tag, upstream/1.04, created. upstream/1.04

2014-01-04 Thread Bas Couwenberg
The annotated tag, upstream/1.04 has been created
at  a5a5484c3e6adb61b58f92293726fac2dd3e1f5f (tag)
   tagging  d18a10f1ced2d94eed29668b7b2e71829987a106 (commit)
  replaces  upstream/1.03
 tagged by  Bas Couwenberg
on  Sat Jan 4 13:42:36 2014 +0100

- Shortlog 
Upstream version 1.04

Bas Couwenberg (1):
  Imported Upstream version 1.04

---

-- 
Proj4 library for carthographic projections

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


tinyows_1.1.0-3_amd64.changes REJECTED

2014-01-04 Thread Thorsten Alteholz

Dear Maintainer,

unfortunately I have to reject your package.

I am afraid that files under the OGC license are not allowed to enter main.
Especially the paragraph:
 No right to create modifications or derivatives of OGC documents is granted

 
 pursuant to this license. However, if additional requirements (documented  

 
 in the Copyright FAQ) are satisfied, the right to create modifications or  

 
 derivatives is sometimes granted by the OGC to individuals complying with  

 
 those requirements. 
does not comply with DFSG.

So maybe you can move all OGC files to a non-free package? (Of course no
package in main may depend on it ...)

  Thorsten



===

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


[SCM] tinyows branch, master, updated. upstream/1.1.0-48-g8f894df

2014-01-04 Thread Bas Couwenberg
The following commit has been merged in the master branch:
commit 8f894dfa718f64fa71db745e166d741d414f0cbf
Author: Bas Couwenberg sebas...@xs4all.nl
Date:   Sat Jan 4 20:49:08 2014 +0100

Include OGC Software Notice in copyright, used for OGC schemas and tests.

diff --git a/debian/changelog b/debian/changelog
index 4d5945a..a1eaec4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+tinyows (1.1.0-4) UNRELEASED; urgency=low
+
+  * Include OGC Software Notice in copyright, used for OGC schemas and tests.
+
+ -- Bas Couwenberg sebas...@xs4all.nl  Sat, 04 Jan 2014 20:48:58 +0100
+
 tinyows (1.1.0-3) unstable; urgency=low
 
   * Upload for Debian closes: #723700.
diff --git a/debian/copyright b/debian/copyright
index 5e2bced..65015ef 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -9,51 +9,51 @@ License: MIT/X11
 
 Files: schema/ows/1.0.0/*
 Copyright: 2005, 2010, Open Geospatial Consortium, Inc.
-License: OGC
+License: OGC-Software
 
 Files: schema/gml/3.1.1/base/*
 Copyright: 2001, 2005, 2010, Open Geospatial Consortium, Inc.
-License: OGC
+License: OGC-Software
 
 Files: schema/gml/3.1.1/smil/*
 Copyright: 1998-2001, W3C (MIT, INRIA, Keio)
-License: OGC
+License: OGC-Software
 
 Files: schema/gml/2.1.2/geometry.xsd
 Copyright: 2001-2002, OGC
-License: OGC
+License: OGC-Software
 
 Files: schema/gml/2.1.2/feature.xsd
 Copyright: 2002, OGC
-License: OGC
+License: OGC-Software
 
 Files: schema/filter/1.0.0/*
 Copyright: 2002, 2010, Open Geospatial Consortium, Inc.
-License: OGC
+License: OGC-Software
 
 Files: schema/filter/1.1.0/*
 Copyright: 2002-2004, 2010, Open Geospatial Consortium, Inc.
-License: OGC
+License: OGC-Software
 
 Files: schema/xlink/1.0.0/*
 Copyright: 2001, OGC
-License: OGC
+License: OGC-Software
 
 Files: schema/wfs/1.0.0/*
 Copyright: 2002, 2010, Open Geospatial Consortium, Inc.
-License: OGC
+License: OGC-Software
 
 Files: schema/wfs/1.1.0/*
 Copyright: 2002, 2010, Open Geospatial Consortium, Inc.
-License: OGC
+License: OGC-Software
 
 Files: test/wfs_100/cite/*
 Copyright: 2012, Open Geospatial Consortium, Inc.
-License: OGC
+License: OGC-Software
 
 Files: test/wfs_110/cite/*
 Copyright: 2012, Open Geospatial Consortium, Inc.
-License: OGC
+License: OGC-Software
 
 Files: debian/*
 Copyright: 2010, Intevation GmbH christopher.bert...@intevation.de
@@ -96,7 +96,9 @@ License: GPL-3.0+
  License version 3 can be found in the file
  `/usr/share/common-licenses/GPL-3'.
 
-License: OGC
+License: OGC-Document
+ Document Notice
+ .
  Public documents on the OGC site are provided by the copyright holders under 
  the following license. The software or Document Type Definitions (DTDs) 
  associated with OGC specifications are governed by the Software Notice. 
@@ -145,3 +147,45 @@ License: OGC
  publicity pertaining to this document or its contents without specific, 
written
  prior permission. Title to copyright in this document will at all times 
remain with
  copyright holders.
+
+License: OGC-Software
+ Software Notice 
+ .
+ This OGC work (including software, documents, or other related items) is being
+ provided by the copyright holders under the following license. By obtaining,
+ using and/or copying this work, you (the licensee) agree that you have read,
+ understood, and will comply with the following terms and conditions:
+ .
+ Permission to use, copy, and modify this software and its documentation, with
+ or without modification, for any purpose and without fee or royalty is hereby
+ granted, provided that you include the following on ALL copies of the software
+ and documentation or portions thereof, including modifications, that you make:
+ .
+   1. The full text of this NOTICE in a location viewable to users of the
+  redistributed or derivative work.
+   2. Any pre-existing intellectual property disclaimers, notices, or terms
+  and conditions. If none exist, a short notice of the following form
+  (hypertext is preferred, text is permitted) should be used within the
+  body of any redistributed or derivative code:
+  Copyright © [$date-of-document] Open Geospatial Consortium, Inc. All
+   Rights Reserved. http://www.opengeospatial.org/ogc/legal;
+  (Hypertext is preferred, but a textual representation is permitted.)
+   3. Notice of any changes or modifications to the OGC files, including the
+  date changes were made. (We recommend you provide URIs to the location
+  from which the code is derived.) 
+ .
+ .
+ THIS SOFTWARE AND DOCUMENTATION IS PROVIDED AS IS, AND COPYRIGHT HOLDERS
+ MAKE NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR IMPLIED, INCLUDING BUT NOT
+ LIMITED TO, WARRANTIES OF MERCHANTABILITY OR FITNESS FOR ANY PARTICULAR
+ PURPOSE OR THAT THE USE OF THE SOFTWARE OR DOCUMENTATION WILL NOT INFRINGE
+ ANY THIRD PARTY PATENTS, COPYRIGHTS, TRADEMARKS OR OTHER RIGHTS.
+ .
+ COPYRIGHT HOLDERS WILL NOT BE LIABLE FOR ANY DIRECT, INDIRECT, SPECIAL OR
+ CONSEQUENTIAL DAMAGES ARISING OUT OF ANY USE OF THE 

Re: tinyows_1.1.0-3_amd64.changes REJECTED

2014-01-04 Thread Sebastiaan Couwenberg
On 01/04/2014 08:00 PM, Thorsten Alteholz wrote:
 unfortunately I have to reject your package.
 
 I am afraid that files under the OGC license are not allowed to enter main.
 Especially the paragraph:
  No right to create modifications or derivatives of OGC documents is granted  
   
  
  pursuant to this license. However, if additional requirements (documented
   
  
  in the Copyright FAQ) are satisfied, the right to create modifications or
   
  
  derivatives is sometimes granted by the OGC to individuals complying with
   
  
  those requirements. 
 does not comply with DFSG.

To my best understanding only the OGC Standards documents fall under the
OGC Document Notice.

http://www.opengeospatial.org/ogc/document

Schemas and software are covered by the OGC Software Notice.

http://www.opengeospatial.org/ogc/software

The debian/copyright did not reflect this correctly by only including
the standard OGC Document Notice which upstream includes as LICENSE
file, but not the Software Notice linked within it.

The first paragraph of the OGC Document Notice states that schemas and
software fall under the Software Notice:

 Public documents on the OGC site are provided by the copyright holders
 under the following license. The software or Document Type Definitions
 (DTDs) associated with OGC specifications are governed by the Software
 Notice.

The OGC Legal FAQ also explicitly states that schemas fall under the
Software Notice:

 1. Which statements apply to specifications, Web pages, and software?

 IPR Notice and Disclaimers [1] General web site copyright, trademark,
 and legal disclaimer statements. Document Notice [2] Information on
 reproducing OGC work including Adopted Implementation Standards,
 Abstract Specifications, and Recommendation Papers and other
 documentation.  Software Notice [3] Information on using and modifying OGC
 standards.

 [1] http://www.opengeospatial.org/ogc/policies
 [2] http://www.opengeospatial.org/ogc/document
 [3] http://www.opengeospatial.org/ogc/software

http://www.opengeospatial.org/ogc/legalfaq#Which

 5.10 Is a schema or document definition (DTD) covered by the document
 or software terms?

 Schemas (and DTDs) are frequently part of our specifications and
 seemingly fall under the document copyright terms [2]. However, as
 long as you do not use the same formal namespace or public identifier
 to identify that modified OGC schema/DTD (which might confuse
 applications), you may treat the schema/DTD under the software terms.
 [3] This means that you are permitted to make a derivative or modified
 OGC schema/DTD, but even under the software terms [3] you are
 obligated to include/retain the OGC copyright notice. We further
 appreciate a couple sentences regarding who made the modifications,
 when, and what changes were made in the original DTD -- a common
 software documentation practice.

 We expect to revisit this topic as metadata schemas become an
 increasingly important part of OGC specifications and as the metadata
 schema definition capabilities of XML and other XML technologies
 advance.

http://www.opengeospatial.org/ogc/legalfaq#DTD

The WFS tests are not explicitly mentioned as falling under the OGC
Software Notice. So it can be argued that because they are conformance
tests for the OGC Standards that OGC doesn't allow their modification.

On the other hand the conformance tests are intended to be included in
OGC compliant open source software, which is the reason for the more
liberal OGC Software Notice.

I've updated the packaging in the Debian GIS git repository to include
the OGC Software Notice and use it for the schemas and tests:

http://anonscm.debian.org/gitweb/?p=pkg-grass/tinyows;a=commitdiff;h=8f894dfa718f64fa71db745e166d741d414f0cbf#patch2


Do you consider the OGC Sofware Notice used in this change to comply
with the DFSG?

 So maybe you can move all OGC files to a non-free package? (Of course no
 package in main may depend on it ...)

If the OGC Software Notice is also considered non-free by DFSG
standards, or if the tests are not to be considered to fall under the
OGC Sofware Notice, I have little choice but to target (parts of)
TinyOWS for non-free.

   Thorsten

Kind Regards,

Bas

-- 
GnuPG: 0xE88D4AF1 (new) / 0x77A975AD (old)

___
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org

Processing of libgeo-proj4-perl_1.04-1_amd64.changes

2014-01-04 Thread Debian FTP Masters
libgeo-proj4-perl_1.04-1_amd64.changes uploaded successfully to localhost
along with the files:
  libgeo-proj4-perl_1.04-1.dsc
  libgeo-proj4-perl_1.04.orig.tar.gz
  libgeo-proj4-perl_1.04-1.debian.tar.gz
  libgeo-proj4-perl_1.04-1_amd64.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


libgeo-proj4-perl_1.04-1_amd64.changes ACCEPTED into unstable

2014-01-04 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 04 Jan 2014 14:13:27 +0100
Source: libgeo-proj4-perl
Binary: libgeo-proj4-perl
Architecture: source amd64
Version: 1.04-1
Distribution: unstable
Urgency: low
Maintainer: Debian GIS Project pkg-grass-devel@lists.alioth.debian.org
Changed-By: Bas Couwenberg sebas...@xs4all.nl
Description: 
 libgeo-proj4-perl - PROJ.4 library for cartographic projections
Changes: 
 libgeo-proj4-perl (1.04-1) unstable; urgency=low
 .
   [ David Paleino ]
   * Drop unneeded debian/copyright line
 .
   [ Bas Couwenberg ]
   * New upstream release.
   * Add myself to Uploaders.
   * Bump debhelper compatibility to 9.
   * Use metacpan.org instead of search.cpan.org.
   * Update to copyright-format 1.0 final.
   * Use canonical URLs for Vcs-* fields.
   * Bump Standards-Version to 3.9.5, changes: Vcs-* fields.
   * Restructure control file with cme fix dpkg-control.
   * Refresh patches.
   * Add lintian override for debian-watch-may-check-gpg-signature,
 upstream doesn't provide signatures for verification.
   * Improve extended description.
Checksums-Sha1: 
 ccff60a41812602b2b4ecf073dba2935486f585e 1432 libgeo-proj4-perl_1.04-1.dsc
 2db28f9372425b96fc9b95e518864ec1a41a0230 18514 
libgeo-proj4-perl_1.04.orig.tar.gz
 969f7a7a5733a49142c89f13f04f264e3336c304 3814 
libgeo-proj4-perl_1.04-1.debian.tar.gz
 54bdf5d14712ebe25114d485817526aa187c4627 25184 
libgeo-proj4-perl_1.04-1_amd64.deb
Checksums-Sha256: 
 d9e6e5c13741ff6b5a82935944132d52351ee767cc53a802f032e19f5b8ac4cc 1432 
libgeo-proj4-perl_1.04-1.dsc
 b6e7f992813f5b57f02a5c671c38c045afb90d7edb03b73a806d74b58785571f 18514 
libgeo-proj4-perl_1.04.orig.tar.gz
 7c66f78d875f5264d7900c2c825880fe82f41b04fd2a87fd744be345cd4bbd95 3814 
libgeo-proj4-perl_1.04-1.debian.tar.gz
 40ab02b0a93a662b28dc9178327e9418441250f34fd2ca8aa2f779ac24a7d59f 25184 
libgeo-proj4-perl_1.04-1_amd64.deb
Files: 
 6d80bdca444ec24162fe77eacf785b1c 1432 perl optional 
libgeo-proj4-perl_1.04-1.dsc
 c9657612593f1e3d75bddac591536965 18514 perl optional 
libgeo-proj4-perl_1.04.orig.tar.gz
 42cdcb81e42a22fc3a1744694be3e68f 3814 perl optional 
libgeo-proj4-perl_1.04-1.debian.tar.gz
 daad7c7133fdaf7b595349d277f0ce3c 25184 perl optional 
libgeo-proj4-perl_1.04-1_amd64.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.15 (GNU/Linux)

iEYEARECAAYFAlLIbpQACgkQYDBbMcCf01oeewCfdAYpTIR1VHXOddzPn6wAVvoL
VXQAni1p5BmdfO6GsDLMt/sXaHQNrf+W
=eX0r
-END PGP SIGNATURE-


Thank you for your contribution to Debian.

___
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] hdf5 branch, master, updated. debian/1.8.12-2-7-g5bac55a

2014-01-04 Thread Gilles Filippini
The following commit has been merged in the master branch:
commit 524f71a2ad3d00021dc0af0393801be80e6b5694
Author: Gilles Filippini p...@debian.org
Date:   Tue Dec 31 10:48:16 2013 +0100

Enable arch arm64 in debian/rules.

diff --git a/debian/changelog b/debian/changelog
index d952a71..2146447 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,8 @@
 hdf5 (1.8.12-3) UNRELEASED; urgency=medium
 
-  * Simplify DEFAULT_MPI retrieval in debina/rules.
+  * debian/rules:
++ Simplify DEFAULT_MPI retrieval
++ Enable arch arm64 to be consistent with debian/control
 
  -- Gilles Filippini p...@debian.org  Tue, 31 Dec 2013 10:41:51 +0100
 
diff --git a/debian/rules b/debian/rules
index f627002..36ac34e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -36,7 +36,7 @@ DEFAULT_MPI=$(ARCH_DEFAULT_MPI_IMPL)
 #ARCH_FLAG=-a
 #ARCHS=any
 ARCH_FLAG=-s
-ARCHS=alpha armel armhf amd64 i386 ia64 powerpc powerpcspe ppc64 sparc 
kfreebsd-i386 kfreebsd-amd64 hurd-i386
+ARCHS=alpha arm64 armel armhf amd64 i386 ia64 powerpc powerpcspe ppc64 sparc 
kfreebsd-i386 kfreebsd-amd64 hurd-i386
 
 ifeq ($(DEB_HOST_ARCH),arm)
 build_openmpi = no

-- 
Hierarchical Data Format 5 (HDF5)

___
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] hdf5 branch, master, updated. debian/1.8.12-2-7-g5bac55a

2014-01-04 Thread Gilles Filippini
The following commit has been merged in the master branch:
commit 7a2132bce5f4f7f7cd7720a1c0f84ba230f7b94c
Author: Gilles Filippini p...@debian.org
Date:   Tue Dec 31 10:42:40 2013 +0100

Simplify DEFAULT_MPI retrieval in debian/rules.

diff --git a/debian/changelog b/debian/changelog
index 114facc..d952a71 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+hdf5 (1.8.12-3) UNRELEASED; urgency=medium
+
+  * Simplify DEFAULT_MPI retrieval in debina/rules.
+
+ -- Gilles Filippini p...@debian.org  Tue, 31 Dec 2013 10:41:51 +0100
+
 hdf5 (1.8.12-2) experimental; urgency=low
 
   * Re-enable openmpi for arm64 (from 1.8.11-5ubuntu2).
diff --git a/debian/rules b/debian/rules
index 79e5fe0..f627002 100755
--- a/debian/rules
+++ b/debian/rules
@@ -27,7 +27,10 @@ DEB_BUILD_GNU_TYPE  ?= $(shell dpkg-architecture 
-qDEB_BUILD_GNU_TYPE)
 DEB_HOST_ARCH  ?= $(shell dpkg-architecture -qDEB_HOST_ARCH)
 DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH) 
 
-DEFAULT_MPI=$(shell dpkg -s mpi-default-dev | grep Depends | sed s/Depends: 
lib// | sed s/Depends: // | sed s/-dev//)
+ifneq (,$(wildcard /usr/share/mpi-default-dev/debian_defaults))
+include /usr/share/mpi-default-dev/debian_defaults 
+endif
+DEFAULT_MPI=$(ARCH_DEFAULT_MPI_IMPL)
 
 # To be used if binary packages were buildable on any arch
 #ARCH_FLAG=-a

-- 
Hierarchical Data Format 5 (HDF5)

___
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] hdf5 branch, master, updated. debian/1.8.12-2-7-g5bac55a

2014-01-04 Thread Gilles Filippini
The following commit has been merged in the master branch:
commit 87ff9871fe69965a5bc13c5d05c5360e7bf9b947
Author: Gilles Filippini p...@debian.org
Date:   Tue Dec 31 11:04:40 2013 +0100

mpich2 to mpich transition.

diff --git a/debian/changelog b/debian/changelog
index 4e86776..a677dac 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,8 +4,11 @@ hdf5 (1.8.12-3) UNRELEASED; urgency=medium
 + Simplify DEFAULT_MPI retrieval
 + Simplify build_openmpi detection depending on arch
 + Enable arch arm64 for openmpi to be consistent with debian/control
+  * mpich2 to mpich transition (closes: #733046):
+- s/mpich2/mpich/g
+- libhdf5-mpich2-* transition packages
 
- -- Gilles Filippini p...@debian.org  Tue, 31 Dec 2013 10:41:51 +0100
+ -- Gilles Filippini p...@debian.org  Fri, 27 Dec 2013 12:46:47 +0100
 
 hdf5 (1.8.12-2) experimental; urgency=low
 
diff --git a/debian/control b/debian/control
index 6472118..be8cd65 100644
--- a/debian/control
+++ b/debian/control
@@ -5,7 +5,7 @@ Maintainer: Debian GIS Project 
pkg-grass-devel@lists.alioth.debian.org
 Uploaders: Francesco Paolo Lovergine fran...@debian.org,
  Sylvestre Ledru sylves...@debian.org,
  Gilles Filippini p...@debian.org
-Build-Depends: dpkg-dev (= 1.16.1~), libmpich2-dev, zlib1g-dev,
+Build-Depends: dpkg-dev (= 1.16.1~), libmpich-dev, zlib1g-dev,
  libopenmpi-dev [!hppa !mips !mipsel !s390 !s390x !sh4 !m68k], libjpeg-dev, 
debhelper (= 9~), sed (=4.1.5),
  gfortran, libibverbs-dev [!arm64 !arm !hppa !mips !mipsel !s390 !s390x 
!kfreebsd-i386 !kfreebsd-amd64 !hurd-i386 !sh4],
  sharutils, mpi-default-dev, chrpath, autotools-dev
@@ -19,11 +19,8 @@ Section: libs
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}
 Pre-Depends: ${misc:Pre-Depends}
-Conflicts: libhdf5-7, libhdf5-1.8,
- libhdf5-1.8.4, libhdf5-serial-1.8.4, libhdf5-1.8.6, libhdf5-serial-1.8.6,
- libhdf5-1.8.7, libhdf5-serial-1.8.7
-Provides: libhdf5-7, libhdf5-1.8
-Replaces: libhdf5-1.8.4, libhdf5-serial-1.8.4, libhdf5-1.8.6, 
libhdf5-serial-1.8.6, libhdf5-1.8.7, libhdf5-serial-1.8.7
+Conflicts: libhdf5-7
+Provides: libhdf5-7
 Multi-Arch: same
 Description: Hierarchical Data Format 5 (HDF5) - runtime files - serial version
  HDF5 is a file format and library for storing scientific data.
@@ -39,7 +36,7 @@ Priority: extra
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends},
  libhdf5-7 (= ${binary:Version})
-Conflicts: libhdf5-mpich2-7-dbg, libhdf5-openmpi-7-dbg
+Conflicts: libhdf5-mpich-7-dbg, libhdf5-openmpi-7-dbg
 Multi-Arch: same
 Description: Hierarchical Data Format 5 (HDF5) - Debug package
  HDF5 is a file format and library for storing scientific data.
@@ -88,9 +85,6 @@ Architecture: any
 Depends: libhdf5-7 (= ${binary:Version}), zlib1g-dev, libjpeg-dev,
  ${misc:Depends}, hdf5-helpers, libhdf5-cpp-7 (= ${binary:Version})
 Suggests: libhdf5-doc
-Provides: libhdf5-serial-dev
-Replaces: libhdf5-serial-dev ( 1.8.8-2)
-Breaks: libhdf5-serial-dev ( 1.8.8-2)
 Description: Hierarchical Data Format 5 (HDF5) - development files - serial 
version
  HDF5 is a file format and library for storing scientific data.
  HDF5 was designed and implemented to address the deficiencies of
@@ -99,30 +93,14 @@ Description: Hierarchical Data Format 5 (HDF5) - 
development files - serial vers
  .
  This package contains development files for serial platforms.
 
-Package: libhdf5-serial-dev
-Section: libdevel
-Architecture: any
-Depends: libhdf5-dev (= ${binary:Version}), ${misc:Depends}
-Description: Hierarchical Data Format 5 (HDF5) - development files - 
transitionnal package
- HDF5 is a file format and library for storing scientific data.
- HDF5 was designed and implemented to address the deficiencies of
- HDF4.x. It has a more powerful and flexible data model, supports
- files larger than 2 GB, and supports parallel I/O.
- .
- This package is a transitionnal package.
-
 Package: libhdf5-openmpi-7
 Section: libs
 Priority: extra
-Architecture: alpha armel armhf amd64 i386 ia64 powerpc powerpcspe ppc64 sparc 
kfreebsd-i386 kfreebsd-amd64 hurd-i386
+Architecture: alpha arm64 armel armhf amd64 i386 ia64 powerpc powerpcspe ppc64 
sparc kfreebsd-i386 kfreebsd-amd64 hurd-i386
 Depends: ${shlibs:Depends}, ${misc:Depends}
 Pre-Depends: ${misc:Pre-Depends}
-Conflicts: libhdf5-7, libhdf5-1.8,
- libhdf5-1.8.4, libhdf5-openmpi-1.8.4, libhdf5-1.8.6, libhdf5-openmpi-1.8.6,
- libhdf5-1.8.7, libhdf5-openmpi-1.8.7
-Provides: libhdf5-7, libhdf5-1.8
-Replaces: libhdf5-1.8.4, libhdf5-openmpi-1.8.4, libhdf5-1.8.6, 
libhdf5-openmpi-1.8.6,
- libhdf5-1.8.7, libhdf5-openmpi-1.8.7
+Conflicts: libhdf5-7
+Provides: libhdf5-7
 Multi-Arch: same
 Description: Hierarchical Data Format 5 (HDF5) - runtime files - OpenMPI 
version
  HDF5 is a file format and library for storing scientific data.
@@ -135,7 +113,7 @@ Description: Hierarchical Data Format 5 (HDF5) - runtime 
files - OpenMPI version
 Package: libhdf5-openmpi-dev
 Section: libdevel
 Priority: extra
-Architecture: alpha armel 

[SCM] hdf5 branch, master, updated. debian/1.8.12-2-7-g5bac55a

2014-01-04 Thread Gilles Filippini
The following commit has been merged in the master branch:
commit e9f7aaec6b680307815f6407d9c71d7daf9915c0
Author: Gilles Filippini p...@debian.org
Date:   Sat Jan 4 19:54:53 2014 +0100

Introduce pkg-config files for the -dev packages.

diff --git a/debian/hdf5-mpich.pc b/debian/hdf5-mpich.pc
new file mode 100644
index 000..ccbfac6
--- /dev/null
+++ b/debian/hdf5-mpich.pc
@@ -0,0 +1,6 @@
+Name: HDF5
+Description: Hierarchical Data Format 5 (HDF5) - MPICH version
+Version: 1.8.12
+Requires: mpich
+Cflags:
+Libs: -lhdf5
diff --git a/debian/hdf5-openmpi.pc b/debian/hdf5-openmpi.pc
new file mode 100644
index 000..c88bf27
--- /dev/null
+++ b/debian/hdf5-openmpi.pc
@@ -0,0 +1,6 @@
+Name: HDF5
+Description: Hierarchical Data Format 5 (HDF5) - OpenMPI version
+Version: 1.8.12
+Requires:
+Cflags: -I/usr/include/openmpi
+Libs: -lhdf5 -L/usr/lib/openmpi/lib -lmpi
diff --git a/debian/hdf5.pc b/debian/hdf5.pc
new file mode 100644
index 000..a4cade3
--- /dev/null
+++ b/debian/hdf5.pc
@@ -0,0 +1,6 @@
+Name: HDF5
+Description: Hierarchical Data Format 5 (HDF5)
+Version: 1.8.12
+Requires:
+Cflags:
+Libs: -lhdf5
diff --git a/debian/rules b/debian/rules
index ecbf4bf..f91e78b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,6 +5,7 @@
 # (c) 2003 Josselin Mouette
 # (c) 2007-2009 Francesco P. Lovergine.
 # (c) 2010-2013 Sylvestre Ledru
+# (c) 2014 Gilles Filippini
 
 # Uncomment this to turn on verbose mode.
 #export DH_VERBOSE=1
@@ -192,6 +193,7 @@ install-serial: build-stamp
dh_install -p$(serpack) -p$(package)-dev -phdf5-helpers -phdf5-tools 
-p$(sercpppack) \
--sourcedir=debian/build/tmpinst
find debian/$(serpack)/usr/lib -name '*cpp*' -delete
+   install -m644 -D debian/hdf5.pc 
debian/$(package)-dev/usr/lib/$(DEB_HOST_MULTIARCH)/pkgconfig/hdf5.pc
 
 install-openmpi: build-stamp-openmpi
dh_testdir
@@ -201,6 +203,7 @@ install-openmpi: build-stamp-openmpi
chrpath -d $(CURDIR)/debian/build-openmpi/tmpinst/usr/lib/*/libhdf5*so*
dh_install -p$(openmpipack) -p$(package)-openmpi-dev \
--sourcedir=debian/build-openmpi/tmpinst
+   install -m644 -D debian/hdf5-openmpi.pc 
debian/$(package)-openmpi-dev/usr/lib/$(DEB_HOST_MULTIARCH)/pkgconfig/hdf5.pc
 
 install-mpich: build-stamp-mpich
dh_testdir
@@ -210,6 +213,7 @@ install-mpich: build-stamp-mpich
chrpath -d $(CURDIR)/debian/build-mpich/tmpinst/usr/lib/*/libhdf5*so*
dh_install -p$(mpichpack) -p$(package)-mpich-dev \
--sourcedir=debian/build-mpich/tmpinst
+   install -m644 -D debian/hdf5-mpich.pc 
debian/$(package)-mpich-dev/usr/lib/$(DEB_HOST_MULTIARCH)/pkgconfig/hdf5.pc
 
 install-doc: build-indep
dh_testdir

-- 
Hierarchical Data Format 5 (HDF5)

___
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] hdf5 branch, master, updated. debian/1.8.12-2-7-g5bac55a

2014-01-04 Thread Gilles Filippini
The following commit has been merged in the master branch:
commit 0ff7abbca33c4fa0279d80169efd964d5c720887
Author: Gilles Filippini p...@debian.org
Date:   Sat Jan 4 21:32:28 2014 +0100

Install /usr/bin/h5p{c,f}c with mpi-dev packages.

diff --git a/debian/install_mpidevlib b/debian/install_mpidevlib
new file mode 100644
index 000..7e8b822
--- /dev/null
+++ b/debian/install_mpidevlib
@@ -0,0 +1,2 @@
+usr/bin/h5pcc
+usr/bin/h5pfc
diff --git a/debian/rules b/debian/rules
index e74c432..ecbf4bf 100755
--- a/debian/rules
+++ b/debian/rules
@@ -94,9 +94,13 @@ configure: configure-stamp-debian configure-stamp \
 
 configure-stamp-debian: debian/control.in
cd debian  for i in *_devlib; do j=`basename $$i _devlib`; \
-   ln -sf $$i $(package)-dev.$$j ; \
-   ln -sf $$i $(package)-openmpi-dev.$$j ; \
-   ln -sf $$i $(package)-mpich-dev.$$j ; \
+   cp $$i $(package)-dev.$$j ; \
+   cp $$i $(package)-openmpi-dev.$$j ; \
+   cp $$i $(package)-mpich-dev.$$j ; \
+   done
+   cd debian  for i in *_mpidevlib; do j=`basename $$i _mpidevlib`; \
+   cat $$i  $(package)-openmpi-dev.$$j ; \
+   cat $$i  $(package)-mpich-dev.$$j ; \
done
cd debian  for i in *_shlib; do j=`basename $$i _shlib`; \
ln -sf $$i $(serpack).$$j ; \

-- 
Hierarchical Data Format 5 (HDF5)

___
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] hdf5 branch, master, updated. debian/1.8.12-2-7-g5bac55a

2014-01-04 Thread Gilles Filippini
The following commit has been merged in the master branch:
commit 5bac55a328072a9278026a64ff902fe5d5ad7f5a
Author: Gilles Filippini p...@debian.org
Date:   Sat Jan 4 19:55:37 2014 +0100

Upload release 1.8.12-3 to experimental.

diff --git a/debian/changelog b/debian/changelog
index a677dac..d477d47 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-hdf5 (1.8.12-3) UNRELEASED; urgency=medium
+hdf5 (1.8.12-3) experimental; urgency=medium
 
   * debian/rules:
 + Simplify DEFAULT_MPI retrieval
@@ -7,8 +7,12 @@ hdf5 (1.8.12-3) UNRELEASED; urgency=medium
   * mpich2 to mpich transition (closes: #733046):
 - s/mpich2/mpich/g
 - libhdf5-mpich2-* transition packages
+  * Introduce pkg-config files for the -dev packages
+(closes: #721202, #732202).
+  * Install /usr/bin/h5p{c,f}c with mpi-dev packages
+(closes: #648537).
 
- -- Gilles Filippini p...@debian.org  Fri, 27 Dec 2013 12:46:47 +0100
+ -- Gilles Filippini p...@debian.org  Sat, 04 Jan 2014 19:55:21 +0100
 
 hdf5 (1.8.12-2) experimental; urgency=low
 

-- 
Hierarchical Data Format 5 (HDF5)

___
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] hdf5 annotated tag, debian/1.8.12-3, created. debian/1.8.12-3

2014-01-04 Thread Gilles Filippini
The annotated tag, debian/1.8.12-3 has been created
at  32ecbb3a46eb113c666fed253163b47139f20cef (tag)
   tagging  5bac55a328072a9278026a64ff902fe5d5ad7f5a (commit)
  replaces  debian/1.8.12-2
 tagged by  Gilles Filippini
on  Sat Jan 4 23:09:32 2014 +0100

- Shortlog 
hdf5 Debian release 1.8.12-3

Gilles Filippini (7):
  Simplify DEFAULT_MPI retrieval in debian/rules.
  Enable arch arm64 in debian/rules.
  debian/rules: simplify build_openmpi detection
  mpich2 to mpich transition.
  Install /usr/bin/h5p{c,f}c with mpi-dev packages.
  Introduce pkg-config files for the -dev packages.
  Upload release 1.8.12-3 to experimental.

---

-- 
Hierarchical Data Format 5 (HDF5)

___
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 hdf5_1.8.12-3_i386.changes

2014-01-04 Thread Debian FTP Masters
hdf5_1.8.12-3_i386.changes uploaded successfully to localhost
along with the files:
  hdf5_1.8.12-3.dsc
  hdf5_1.8.12-3.debian.tar.gz
  libhdf5-doc_1.8.12-3_all.deb
  libhdf5-7_1.8.12-3_i386.deb
  libhdf5-7-dbg_1.8.12-3_i386.deb
  libhdf5-cpp-7_1.8.12-3_i386.deb
  libhdf5-cpp-7-dbg_1.8.12-3_i386.deb
  libhdf5-dev_1.8.12-3_i386.deb
  libhdf5-openmpi-7_1.8.12-3_i386.deb
  libhdf5-openmpi-dev_1.8.12-3_i386.deb
  libhdf5-openmpi-7-dbg_1.8.12-3_i386.deb
  libhdf5-mpich-7_1.8.12-3_i386.deb
  libhdf5-mpich2-7_1.8.12-3_i386.deb
  libhdf5-mpich-dev_1.8.12-3_i386.deb
  libhdf5-mpich2-dev_1.8.12-3_i386.deb
  libhdf5-mpich-7-dbg_1.8.12-3_i386.deb
  libhdf5-mpich2-7-dbg_1.8.12-3_i386.deb
  libhdf5-mpi-dev_1.8.12-3_i386.deb
  hdf5-helpers_1.8.12-3_i386.deb
  hdf5-tools_1.8.12-3_i386.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


hdf5_1.8.12-3_i386.changes is NEW

2014-01-04 Thread Debian FTP Masters
binary:libhdf5-mpich-dev is NEW.
binary:libhdf5-mpich-7 is NEW.
binary:libhdf5-mpich-7-dbg 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


Bug#732202: libhdf5-openmpi-dev: pathways for mpi.h not picked up with the linked include mpi.h

2014-01-04 Thread Gilles Filippini

Hi,

Sylvestre Ledru a écrit , Le 25/12/2013 23:55:

On 25/12/2013 22:21, Marc J. Driftmeyer wrote:

Could do that, but that doesn't address the fundamental pathway flaw.

Using mpicc  mpicxx is the MPI pathway when dealing with MPI code...


Another solution is to provide an hdf5.pc pkg-config file for each 
libhdf5*-dev flavor, which is another standard way to deal with these 
matters. This is done is release 1.8.12-3 currently in NEW. This release 
will close this bug.


Thanks,

_g.

___
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. e676cee1e3d53a6bc19814628d233e5c763bbb5c

2014-01-04 Thread Bas Couwenberg
The following commit has been merged in the master branch:
commit e676cee1e3d53a6bc19814628d233e5c763bbb5c
Author: Bas Couwenberg sebas...@xs4all.nl
Date:   Sun Jan 5 06:09:13 2014 +0100

Further restructing of the Git tips section into the Packaging walkthrough.

diff --git a/Makefile b/Makefile
index a86d585..0c6307a 100644
--- a/Makefile
+++ b/Makefile
@@ -5,7 +5,7 @@ all: policy
 
 policy:
xsltproc \
-   --param toc.section.depth 4 \
+   --param toc.section.depth 5 \
--output policy.html \
/usr/share/xml/docbook/stylesheet/docbook-xsl/xhtml/docbook.xsl 
\
policy.xml 2/dev/null
diff --git a/policy.xml b/policy.xml
index 710..409efee 100644
--- a/policy.xml
+++ b/policy.xml
@@ -585,16 +585,16 @@ pkg-grass/
 para
   Use commandcowbuilder/command
   option--create/option
-  option--distribution=/optionarg 
choice=plainreplaceablelt;distributiongt;/replaceable/arg
-  option--basepath=/optionarg 
choice=plainfilename/var/cache/pbuilder/base-replaceablelt;distributiongt;/replaceable.cow/filename/arg
+  
option--distribution=replaceablelt;distributiongt;/replaceable/option
+  
option--basepath=/var/cache/pbuilder/base-replaceablelt;distributiongt;/replaceable.cow/option
   to create commandcowbuilder/command chroots for specific
   distributions.
 /para
 para
   Use commandpbuilder/command 
   option--create/option
-  option--distribution=/optionarg 
choice=plainreplaceablelt;distributiongt;/replaceable/arg
-  option--basetgz=/optionarg 
choice=plainfilename/var/cache/pbuilder/base-replaceablelt;distributiongt;/replaceable.tgz/filename/arg
+  
option--distribution=replaceablelt;distributiongt;/replaceable/option
+  
option--basetgz=/var/cache/pbuilder/base-replaceablelt;distributiongt;/replaceable.tgz/option
   when using commandpbuilder/command instead.
 /para
 para
@@ -614,17 +614,17 @@ pkg-grass/
 para
   Use commandcowbuilder/command
   option--create/option
-  option--distribution=/optionarg 
choice=plainreplaceablelt;distributiongt;/replaceable/arg
-  option--architecture=/optionarg 
choice=plainreplaceablelt;architecturegt;/replaceable/arg
-  option--basepath=/optionarg 
choice=plainfilename/var/cache/pbuilder/base-replaceablelt;distributiongt;/replaceable-replaceablelt;architecturegt;/replaceable.cow/filename/arg
+  
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
   to create commandcowbuilder/command distribution and 
   architecture specific chroots.
 /para
 para
   Or commandcowbuilder/command
   option--create/option
-  option--architecture=/optionarg 
choice=plainreplaceablelt;architecturegt;/replaceable/arg
-  option--basepath=/optionarg 
choice=plainfilename/var/cache/pbuilder/base-replaceablelt;architecturegt;/replaceable.cow/filename/arg
+  
option--architecture=replaceablelt;architecturegt;/replaceable/option
+  
option--basepath=/var/cache/pbuilder/base-replaceablelt;architecturegt;/replaceable.cow/option
   to create commandcowbuilder/command chroots for only
   specific architectures.
 /para
@@ -686,18 +686,66 @@ pkg-grass/
   sect3 id=git-walkthrough
 titlePackaging walkthrough/title
 para
-  
+  ...
 /para
 sect4 id=git-new-package
   titleStarting a new package/title
   para
-
+When the upstream sources are distributed as compressed
+commandtar/command archives (literaltar.gz/literal, …):
+  /para
+  para
+programlisting
+commandmkdir/command replaceablelt;packagegt;/replaceable
+commandcd/command replaceablelt;packagegt;/replaceable
+commandgit init/command
+commandgit import-orig/command option--pristine-tar/option 
filenamereplaceable/path/to/package_version.orig.tar.gz/replaceable/filename
+commanddh_make/command option-p 
replaceablepackage_x.y.z/replaceable/option
+/programlisting
+  /para
+  para
+The above steps will create a repository with the appropriate 
layout
+for commandgit-buildpackage/command, with three branches:
+itemizedlist
+  listitem
+para
+  literalmaster/literal,
+  where the Debian development will happen,
+

[SCM] website branch, master, updated. 9749a78b4064b70cfcbe69a5d3d5e474c9696932

2014-01-04 Thread Bas Couwenberg
The following commit has been merged in the master branch:
commit 9749a78b4064b70cfcbe69a5d3d5e474c9696932
Author: Bas Couwenberg sebas...@xs4all.nl
Date:   Sun Jan 5 06:19:25 2014 +0100

Don't end section titles with a period.

diff --git a/policy.xml b/policy.xml
index 409efee..20f8603 100644
--- a/policy.xml
+++ b/policy.xml
@@ -399,7 +399,7 @@ pkg-grass/
   /para
 /sect2
 sect2 id=subversion-to-git
-  titleMigration of a source package from Subversion to Git./title
+  titleMigration of a source package from Subversion to Git/title
   para
 For packages where we set the literalmergeWithUpstream/literal
 property, which excludes the upstream sources, there is no easy way to
@@ -830,7 +830,7 @@ pkg-grass/
 The default remote branch is called quoteorigin/quote.
   /para
   sect5 id=push-package-to-alioth
-titleTo push the package./title
+titleTo push the package/title
 para
   (make sure you've added the alioth remote!), do the following:
   commandgit push/command optionorigin master/option.
@@ -907,7 +907,7 @@ pkg-grass/
   /para
 /sect4
 sect4 id=debcheckout-sets-git-options
-  titleConfigure Git to commit using your packager name and 
address./title
+  titleConfigure Git to commit using your packager name and 
address/title
   para
 The option--global/option option is to say Git these are the
 default parameters for every Git repository you commit to,
@@ -921,7 +921,7 @@ pkg-grass/
   /para
 /sect4
 sect4 id=git-track-new-branches
-  titleTo track extra remote branches, simply check them out./title
+  titleTo track extra remote branches, simply check them out/title
   para
 With recent versions of git, the remote branch will be 
automatically
 tracked when running commandgit/command checkout.
@@ -935,7 +935,7 @@ pkg-grass/
   /para
 /sect4
 sect4 id=git-change-default-branch
-  titleTo change the default branch./title
+  titleTo change the default branch/title
   para
 If the Debian work is not on the literalmaster/literal branch,
 change the default branch by editing the filenameHEAD/filename
@@ -946,7 +946,7 @@ pkg-grass/
   /para
 /sect4
 sect4 id=git-debian-version-from-commit
-  titleIf upstream manages his sources with Git./title
+  titleIf upstream manages his sources with Git/title
   para
 The following makefile script can help producing a version number
 when no Git tag is available:
@@ -967,7 +967,7 @@ get-orig-source:
 sect4 id=git-pbuilder
   title
 To make commandgit-buildpackage/command build the package
-with commandpdebuild/command.
+with commandpdebuild/command
   /title
   para
 Add the following to the configuration file

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