[DebianGIS-dev] DebianGis CVS update: gpx2shp/debian changelog control rules

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


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

  Modified:    debian   changelog control 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.
  
  Revision  Changes    Path
  1.3       +3 -0      gpx2shp/debian/changelog
  
  CVSWEB Options: -------------------
  
  CVSWeb: Annotate this file:            http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pkg-grass/gpx2shp/debian/changelog?annotate=1.3&cvsroot=
  
  CVSWeb: View this file:             http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pkg-grass/gpx2shp/debian/changelog?rev=1.3&content-type=text/x-cvsweb-markup&cvsroot=
  
  CVSWeb: Diff to previous version:   http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pkg-grass/gpx2shp/debian/changelog.diff?r1=1.3&r2=1.2&cvsroot=
  
  -----------------------------------
  
  Index: changelog
  ===================================================================
  RCS file: /cvsroot/pkg-grass/gpx2shp/debian/changelog,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- changelog	26 Dec 2005 22:58:33 -0000	1.2
  +++ changelog	26 Dec 2005 23:06:50 -0000	1.3
  @@ -1,7 +1,10 @@
   gpx2shp (0.69-2) UNRELEASED; urgency=low
   
  +  [ 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.
   
    -- Petter Reinholdtsen <pere at debian.org>  Mon, 26 Dec 2005 23:55:55 +0100
   
  
  
  
  1.3       +1 -2      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.3&cvsroot=
  
  CVSWeb: View this file:             http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pkg-grass/gpx2shp/debian/control?rev=1.3&content-type=text/x-cvsweb-markup&cvsroot=
  
  CVSWeb: Diff to previous version:   http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pkg-grass/gpx2shp/debian/control.diff?r1=1.3&r2=1.2&cvsroot=
  
  -----------------------------------
  
  Index: control
  ===================================================================
  RCS file: /cvsroot/pkg-grass/gpx2shp/debian/control,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- control	26 Dec 2005 22:58:33 -0000	1.2
  +++ control	26 Dec 2005 23:06:50 -0000	1.3
  @@ -3,8 +3,7 @@
   Priority: optional
   Maintainer: Debian GIS Project <pkg-grass-devel at lists.alioth.debian.org>
   Uploaders: Petter Reinholdtsen <pere at debian.org>, Jon Saints <saintsjd at yahoo.com>
  -
  -Build-Depends: debhelper (>= 4.0.0), proj, libexpat1-dev
  +Build-Depends: debhelper (>= 4.0.0), dpatch, proj, libexpat1-dev
   Standards-Version: 3.6.1
   
   Package: gpx2shp
  
  
  
  1.2       +4 -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.2&cvsroot=
  
  CVSWeb: View this file:             http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pkg-grass/gpx2shp/debian/rules?rev=1.2&content-type=text/x-cvsweb-markup&cvsroot=
  
  CVSWeb: Diff to previous version:   http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pkg-grass/gpx2shp/debian/rules.diff?r1=1.2&r2=1.1&cvsroot=
  
  -----------------------------------
  
  Index: rules
  ===================================================================
  RCS file: /cvsroot/pkg-grass/gpx2shp/debian/rules,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- rules	26 Dec 2005 22:51:39 -0000	1.1
  +++ rules	26 Dec 2005 23:06:50 -0000	1.2
  @@ -24,7 +24,7 @@
   	CFLAGS += -O2
   endif
   
  -config.status: configure
  +config.status: configure patch
   	dh_testdir
   	# Add here commands to configure the package.
   	CFLAGS="$(CFLAGS)" ./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info
  @@ -40,7 +40,7 @@
   
   	touch build-stamp
   
  -clean:
  +clean: unpatch
   	dh_testdir
   	dh_testroot
   	rm -f build-stamp 
  @@ -97,3 +97,5 @@
   
   binary: binary-indep binary-arch
   .PHONY: build clean binary-indep binary-arch binary install 
  +
  +include /usr/share/dpatch/dpatch.make
  
  
  



More information about the Pkg-grass-devel mailing list