[DebianGIS-dev] CVS Update: gpx2shp/debian control copyright rules

2006-03-05 Thread pere

  User: pere
  Date: 06/03/05 10:46:36

  Modified:debian   control copyright rules
  Log:
 [ Petter Reinholdtsen ]
 * Make package group maintained by the Debian GIS Project.
 * Add new co-maintainer Jon Saints as uploader.
 * Start using dpatch, and add it to build-depends.
 * Move patch to Makefile.am into new patch 10_check_clean.dpatch.
 * Increased standard-version from 3.6.1 to 3.6.2 (no changes).
 * Updated FSF address in debian/copyright.
 [ Paul Wise ]
 * Add the homepage to the package description
  
  Revision  ChangesPath
  1.5   +1 -1  gpx2shp/debian/control
  
  CVSWEB Options: ---
  
  CVSWeb: Annotate this file:
http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pkg-grass/gpx2shp/debian/control?annotate=1.5cvsroot=
  
  CVSWeb: View this file: 
http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pkg-grass/gpx2shp/debian/control?rev=1.5content-type=text/x-cvsweb-markupcvsroot=
  
  CVSWeb: Diff to previous version:   
http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pkg-grass/gpx2shp/debian/control.diff?r1=1.5r2=1.4cvsroot=
  
  ---
  
  Index: control
  ===
  RCS file: /cvsroot/pkg-grass/gpx2shp/debian/control,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- control   4 Jan 2006 09:30:04 -   1.4
  +++ control   5 Mar 2006 10:46:36 -   1.5
  @@ -4,7 +4,7 @@
   Maintainer: Debian GIS Project pkg-grass-devel@lists.alioth.debian.org
   Uploaders: Petter Reinholdtsen [EMAIL PROTECTED], Jon Saints [EMAIL 
PROTECTED]
   Build-Depends: debhelper (= 4.0.0), dpatch, proj, libexpat1-dev
  -Standards-Version: 3.6.1
  +Standards-Version: 3.6.2
   
   Package: gpx2shp
   Architecture: any
  
  
  
  1.2   +3 -3  gpx2shp/debian/copyright
  
  CVSWEB Options: ---
  
  CVSWeb: Annotate this file:
http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pkg-grass/gpx2shp/debian/copyright?annotate=1.2cvsroot=
  
  CVSWeb: View this file: 
http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pkg-grass/gpx2shp/debian/copyright?rev=1.2content-type=text/x-cvsweb-markupcvsroot=
  
  CVSWeb: Diff to previous version:   
http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pkg-grass/gpx2shp/debian/copyright.diff?r1=1.2r2=1.1cvsroot=
  
  ---
  
  Index: copyright
  ===
  RCS file: /cvsroot/pkg-grass/gpx2shp/debian/copyright,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- copyright 26 Dec 2005 22:51:39 -  1.1
  +++ copyright 5 Mar 2006 10:46:36 -   1.2
  @@ -12,7 +12,7 @@
   Software Foundation; either version 2, or (at your option) any later
   version.
   
  -Bash is distributed in the hope that it will be useful, but WITHOUT
  +gpx2shp is distributed in the hope that it will be useful, but WITHOUT
   ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
   FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
   for more details.
  @@ -20,5 +20,5 @@
   You should have received a copy of the GNU General Public License with
   your Debian GNU/Linux system, in /usr/share/common-licenses/GPL, or with
   the Debian GNU/Linux gpx2shp source package as the file COPYING.  If not,
  -write to the Free Software Foundation, Inc., 59 Temple Place - Suite
  -330, Boston, MA 02111-1307, USA.
  +write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor,
  +Boston, MA 02110-1301, USA.
  
  
  
  1.3   +2 -2  gpx2shp/debian/rules
  
  CVSWEB Options: ---
  
  CVSWeb: Annotate this file:
http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pkg-grass/gpx2shp/debian/rules?annotate=1.3cvsroot=
  
  CVSWeb: View this file: 
http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pkg-grass/gpx2shp/debian/rules?rev=1.3content-type=text/x-cvsweb-markupcvsroot=
  
  CVSWeb: Diff to previous version:   
http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pkg-grass/gpx2shp/debian/rules.diff?r1=1.3r2=1.2cvsroot=
  
  ---
  
  Index: rules
  ===
  RCS file: /cvsroot/pkg-grass/gpx2shp/debian/rules,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- rules 26 Dec 2005 23:06:50 -  1.2
  +++ rules 5 Mar 2006 10:46:36 -   1.3
  @@ -40,7 +40,8 @@
   
touch build-stamp
   
  -clean: unpatch
  +clean: doclean unpatch
  +doclean:
dh_testdir
dh_testroot
rm -f build-stamp 
  @@ -54,7 +55,6 @@
cp -f /usr/share/misc/config.guess config.guess
   endif
   
  -
dh_clean
   
   install: build
  
  
  

___
Pkg-grass-devel mailing list

[DebianGIS-dev] CVS Update: gpx2shp/debian/patches 00list

2006-03-05 Thread pere

  User: pere
  Date: 06/03/05 10:46:36

  Added:   debian/patches 00list
  Log:
 [ Petter Reinholdtsen ]
 * Make package group maintained by the Debian GIS Project.
 * Add new co-maintainer Jon Saints as uploader.
 * Start using dpatch, and add it to build-depends.
 * Move patch to Makefile.am into new patch 10_check_clean.dpatch.
 * Increased standard-version from 3.6.1 to 3.6.2 (no changes).
 * Updated FSF address in debian/copyright.
 [ Paul Wise ]
 * Add the homepage to the package description
  
  Revision  ChangesPath
  1.1  gpx2shp/debian/patches/00list
  
  CVSWEB Options: ---
  
  CVSWeb: Annotate this file:
http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pkg-grass/gpx2shp/debian/patches/00list?annotate=1.1cvsroot=
  
  CVSWeb: View this file: 
http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pkg-grass/gpx2shp/debian/patches/00list?rev=1.1content-type=text/x-cvsweb-markupcvsroot=
  
  ---
  
  Index: 00list
  ===
  10_check_clean
  
  
  

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


[DebianGIS-dev] Processing of gpx2shp_0.69-2_i386.changes

2006-03-05 Thread Archive Administrator
gpx2shp_0.69-2_i386.changes uploaded successfully to localhost
along with the files:
  gpx2shp_0.69-2.dsc
  gpx2shp_0.69-2.diff.gz
  gpx2shp_0.69-2_i386.deb

Greetings,

Your Debian queue daemon

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


[DebianGIS-dev] gpx2shp_0.69-2_i386.changes ACCEPTED

2006-03-05 Thread Debian Installer

Accepted:
gpx2shp_0.69-2.diff.gz
  to pool/main/g/gpx2shp/gpx2shp_0.69-2.diff.gz
gpx2shp_0.69-2.dsc
  to pool/main/g/gpx2shp/gpx2shp_0.69-2.dsc
gpx2shp_0.69-2_i386.deb
  to pool/main/g/gpx2shp/gpx2shp_0.69-2_i386.deb
Announcing to debian-devel-changes@lists.debian.org


Thank you for your contribution to Debian.

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