[DebianGIS-dev] DebianGis CVS update: gpx2shp/debian/patches 10_check_clean.dpatch foo.dpatch

DebianGis CVS Commit pkg-grass-devel at lists.alioth.debian.org
Mon Dec 26 23:06:51 UTC 2005


  User: pere    
  Date: 05/12/26 23:06:51

  Added:       debian/patches 10_check_clean.dpatch
  Removed:     debian/patches foo.dpatch
  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.
  
  Revision  Changes    Path
  1.1                  gpx2shp/debian/patches/10_check_clean.dpatch
  
  CVSWEB Options: -------------------
  
  CVSWeb: Annotate this file:            http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pkg-grass/gpx2shp/debian/patches/10_check_clean.dpatch?annotate=1.1&cvsroot=
  
  CVSWeb: View this file:             http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pkg-grass/gpx2shp/debian/patches/10_check_clean.dpatch?rev=1.1&content-type=text/x-cvsweb-markup&cvsroot=
  
  -----------------------------------
  
  Index: 10_check_clean.dpatch
  ===================================================================
  #! /bin/sh /usr/share/dpatch/dpatch-run
  ## 10_clean_check.dpatch by Petter Reinholdtsen <pere at hungry.com>
  ##
  ## All lines beginning with `## DP:' are a description of the patch.
  ##
  ## DP: Make sure 'make check' work out of the box, and make sure 'make
  ## DP: clean' cleans up after the 'check' target.
  
  @DPATCH@
  
  This is the proper change:
  
  --- gpx2shp-0.69.orig/Makefile.am
  +++ gpx2shp-0.69/Makefile.am
  @@ -6,18 +6,32 @@
   	dpkg-buildpackage -rfakeroot -d -tc -us -uc
   
   CLEANFILES = \
  -	pinatest2_wpt.shx \
  -	pinatest2_wpt.shp \
  -	pinatest2_wpt.dbf \
  -	pinatest2_trk.shx \
  -	pinatest2_trk.shp \
  -	pinatest2_trk.dbf \
  -	pinatest2_rte.shx \
  -	pinatest2_rte.shp \
  +	pinatest2_meta.txt \
   	pinatest2_rte.dbf \
  -	pinatest2_meta.txt 
  +	pinatest2_rte.shp \
  +	pinatest2_rte.shx \
  +	pinatest2_rte_edg.dbf \
  +	pinatest2_rte_edg.shp \
  +	pinatest2_rte_edg.shx \
  +	pinatest2_rte_pnt.dbf \
  +	pinatest2_rte_pnt.shp \
  +	pinatest2_rte_pnt.shx \
  +	pinatest2_trk.dbf \
  +	pinatest2_trk.shp \
  +	pinatest2_trk.shx \
  +	pinatest2_trk_edg.dbf \
  +	pinatest2_trk_edg.shp \
  +	pinatest2_trk_edg.shx \
  +	pinatest2_trk_pnt.dbf \
  +	pinatest2_trk_pnt.shp \
  +	pinatest2_trk_pnt.shx \
  +	pinatest2_wpt.dbf \
  +	pinatest2_wpt.shp \
  +	pinatest2_wpt.shx
   
   GPX2SHP=src/gpx2shp
  +$(GPX2SHP):
  +	$(MAKE) -C `dirname $(GPX2SHP)` `basename $(GPX2SHP)`
   check: $(GPX2SHP)
   	$(GPX2SHP) || true
   	$(GPX2SHP) --version
  
  This change is generated by automake:
  
  --- gpx2shp-0.69.orig/Makefile.in
  +++ gpx2shp-0.69/Makefile.in
  @@ -108,16 +108,28 @@
   EXTRA_DIST = gps2shp pinatest2.gpx debian develop
   
   CLEANFILES = \
  -	pinatest2_wpt.shx \
  -	pinatest2_wpt.shp \
  -	pinatest2_wpt.dbf \
  -	pinatest2_trk.shx \
  -	pinatest2_trk.shp \
  -	pinatest2_trk.dbf \
  -	pinatest2_rte.shx \
  -	pinatest2_rte.shp \
  +	pinatest2_meta.txt \
   	pinatest2_rte.dbf \
  -	pinatest2_meta.txt 
  +	pinatest2_rte.shp \
  +	pinatest2_rte.shx \
  +	pinatest2_rte_edg.dbf \
  +	pinatest2_rte_edg.shp \
  +	pinatest2_rte_edg.shx \
  +	pinatest2_rte_pnt.dbf \
  +	pinatest2_rte_pnt.shp \
  +	pinatest2_rte_pnt.shx \
  +	pinatest2_trk.dbf \
  +	pinatest2_trk.shp \
  +	pinatest2_trk.shx \
  +	pinatest2_trk_edg.dbf \
  +	pinatest2_trk_edg.shp \
  +	pinatest2_trk_edg.shx \
  +	pinatest2_trk_pnt.dbf \
  +	pinatest2_trk_pnt.shp \
  +	pinatest2_trk_pnt.shx \
  +	pinatest2_wpt.dbf \
  +	pinatest2_wpt.shp \
  +	pinatest2_wpt.shx
   
   
   GPX2SHP = src/gpx2shp
  @@ -507,6 +519,8 @@
   
   debian-dist:
   	dpkg-buildpackage -rfakeroot -d -tc -us -uc
  +$(GPX2SHP):
  +	$(MAKE) -C `dirname $(GPX2SHP)` `basename $(GPX2SHP)`
   check: $(GPX2SHP)
   	$(GPX2SHP) || true
   	$(GPX2SHP) --version
  
  
  
  



More information about the Pkg-grass-devel mailing list