[SCM] polsarpro-doc branch, master, updated. 8ecb7bdfc117515301f196aa8d5503f494635cb2

2011-08-19 Thread Antonio Valentino
The following commit has been merged in the master branch:
commit 262c9bc8322814a6cf769fac0167d1e3786cbec8
Author: Antonio Valentino antonio.valent...@tiscali.it
Date:   Fri Aug 19 18:40:49 2011 +0200

Fixed typo in the watch file

diff --git a/debian/watch b/debian/watch
index c27d3b5..511895a 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,5 +1,5 @@
 # Compulsory line, this is a version 3 file
 version=3
 
-http://earth.esa.int/pub/polsarpro_ftp/PolSARpro_v(.*)_Install_Linux\.zip
+http://earth.eo.esa.int/pub/polsarpro_ftp/PolSARpro_v(.*)_Install_Linux\.zip
 ftp://ftp.esrin.esa.it/pub/polsarpro_ftp/PolSARpro_v(.*)_Install_Linux\.zip 
debian uupdate

-- 
Polarimetric SAR Data Processing and Educational Tool documentation

___
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] polsarpro-doc branch, master, updated. 8ecb7bdfc117515301f196aa8d5503f494635cb2

2011-08-19 Thread Antonio Valentino
The following commit has been merged in the master branch:
commit 8ecb7bdfc117515301f196aa8d5503f494635cb2
Author: Antonio Valentino antonio.valent...@tiscali.it
Date:   Fri Aug 19 18:48:18 2011 +0200

Switch to dh8

diff --git a/debian/changelog b/debian/changelog
index b1724ad..93f62fd 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,4 +2,4 @@ polsarpro-doc (4.2.0-1) unstable; urgency=low
 
   * Initial release (Closes: #606876)
 
- -- Antonio Valentino antonio.valent...@tiscali.it  Sun, 13 Feb 2011 
19:37:02 +0100
+ -- Antonio Valentino antonio.valent...@tiscali.it  Fri, 19 Aug 2011 
18:47:52 +0200
diff --git a/debian/compat b/debian/compat
index 7f8f011..45a4fb7 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-7
+8
diff --git a/debian/control b/debian/control
index 47ce02f..cb928b6 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Section: non-free/doc
 Priority: optional
 Maintainer: Debian GIS Project pkg-grass-devel@lists.alioth.debian.org
 Uploaders: Antonio Valentino antonio.valent...@tiscali.it
-Build-Depends: cdbs, debhelper (= 7.0.50~), dos2unix
+Build-Depends: debhelper (= 8.0.0), dos2unix
 Standards-Version: 3.9.2
 Homepage: http://earth.esa.int/polsarpro
 Vcs-Git: git://git.debian.org/git/pkg-grass/polsarpro-doc.git
diff --git a/debian/rules b/debian/rules
index 72c9add..45c73a2 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,37 +1,43 @@
 #!/usr/bin/make -f
+# -*- makefile -*-
 
-include /usr/share/cdbs/1/rules/debhelper.mk
+# Uncomment this to turn on verbose mode.
+#export DH_VERBOSE=1
 
+%:
+   dh $@
 
-DEB_COMPRESS_EXCLUDE = .pdf
-
-
-install/polsarpro-doc::
-   install -D --mode=0644 $(CURDIR)/README_PolSARpro*_Install_Linux.pdf 
$(DEB_DESTDIR)/usr/share/doc/polsarpro-doc/README.pdf
-   cp -R --no-preserve=mode $(CURDIR)/Help 
$(DEB_DESTDIR)/usr/share/doc/polsarpro-doc
-   cp -R --no-preserve=mode $(CURDIR)/TechDoc  
$(DEB_DESTDIR)/usr/share/doc/polsarpro-doc
-   cp -R --no-preserve=mode $(CURDIR)/Tutorial 
$(DEB_DESTDIR)/usr/share/doc/polsarpro-doc
+override_dh_auto_install:
+   dh_auto_install
+   install -D --mode=0644 README_PolSARpro*_Install_Linux.pdf 
debian/polsarpro-doc/usr/share/doc/polsarpro-doc/README.pdf
+   cp -R --no-preserve=mode Help 
debian/polsarpro-doc/usr/share/doc/polsarpro-doc
+   cp -R --no-preserve=mode TechDoc  
debian/polsarpro-doc/usr/share/doc/polsarpro-doc
+   cp -R --no-preserve=mode Tutorial 
debian/polsarpro-doc/usr/share/doc/polsarpro-doc
 
+# don't compress sphinx doc files (fixed in debhelper 8.1)
+override_dh_compress:
+   dh_compress -X.pdf
 
 # Orig source
-ORIGDIR=$(DEB_SOURCE_PACKAGE)-$(DEB_UPSTREAM_VERSION).orig
-
-.PHONY: get-orig-source
+UPSTREAM_VERSION=$(shell dpkg-parsechangelog | sed -rne 's,^Version: 
([^-]+).*,\1,p')
+ORIGDIR=polsarpro-doc-$(UPSTREAM_VERSION).orig
 
 get-orig-source:
-   uscan --force-download --no-symlink --download-current-version 
--destdir .. --verbose
-   rm -rf ../$(ORIGDIR)
-   mkdir ../$(ORIGDIR)
-   unzip ../PolSARpro_v$(DEB_UPSTREAM_VERSION)_Install_Linux.zip -d 
../$(ORIGDIR)
-   mv 
../$(ORIGDIR)/PolSARpro_v$(DEB_UPSTREAM_VERSION)_Install_Linux/PolSARpro_v$(DEB_UPSTREAM_VERSION)/*
 ../$(ORIGDIR)
-   rm -rf ../$(ORIGDIR)/PolSARpro_v$(DEB_UPSTREAM_VERSION)_Install_Linux
-   rm -rf ../$(ORIGDIR)/ColorMap
-   rm -rf ../$(ORIGDIR)/Config
-   rm -rf ../$(ORIGDIR)/GUI
-   rm -rf ../$(ORIGDIR)/Soft
-   rm -rf ../$(ORIGDIR)/Tmp
-   rm -rf ../$(ORIGDIR)/Log
-   rm ../$(ORIGDIR)/PolSARpro_v*.tcl
-   rm ../$(ORIGDIR)/PolSARpro*.sh
-   tar -C .. -cf - $(ORIGDIR) | gzip -9f -  
$(CURDIR)/../$(DEB_SOURCE_PACKAGE)_$(DEB_UPSTREAM_VERSION).orig.tar.gz
-   rm -rf ../$(ORIGDIR)
+   uscan --no-symlink --download-current-version --destdir . --verbose
+   rm -rf $(ORIGDIR)
+   mkdir $(ORIGDIR)
+   unzip PolSARpro_v$(UPSTREAM_VERSION)_Install_Linux.zip -d $(ORIGDIR)
+   mv 
$(ORIGDIR)/PolSARpro_v$(UPSTREAM_VERSION)_Install_Linux/PolSARpro_v$(UPSTREAM_VERSION)/*
 $(ORIGDIR)
+   rm -rf $(ORIGDIR)/PolSARpro_v$(UPSTREAM_VERSION)_Install_Linux
+   rm -rf $(ORIGDIR)/ColorMap
+   rm -rf $(ORIGDIR)/Config
+   rm -rf $(ORIGDIR)/GUI
+   rm -rf $(ORIGDIR)/Soft
+   rm -rf $(ORIGDIR)/Tmp
+   rm -rf $(ORIGDIR)/Log
+   rm $(ORIGDIR)/PolSARpro_v*.tcl
+   rm $(ORIGDIR)/PolSARpro*.sh
+   tar -cf - $(ORIGDIR) | gzip -9f -  
polsarpro-doc_$(UPSTREAM_VERSION).orig.tar.gz
+   rm -rf $(ORIGDIR)
+
+.PHONY: get-orig-source override_dh_auto_install override_dh_compress

-- 
Polarimetric SAR Data Processing and Educational Tool documentation

___
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] polsarpro-doc branch, master, updated. 8ecb7bdfc117515301f196aa8d5503f494635cb2

2011-08-19 Thread Antonio Valentino
The following commit has been merged in the master branch:
commit 2b3ac3eeac36a9a2f7331f6113661dc7c375e655
Author: Antonio Valentino antonio.valent...@tiscali.it
Date:   Fri Aug 19 18:42:30 2011 +0200

Copyright file converted to DEP5 format

diff --git a/debian/copyright b/debian/copyright
index 64e8bee..e89a56f 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,47 +1,33 @@
-This work was packaged for Debian by:
-
-Antonio Valentino antonio.valent...@tiscali.it on Sat, 23 Oct 2010 
20:40:34 +0200
-
-It was downloaded from:
-
-http://earth.esa.int/polsarpro
-
-Upstream Author(s):
-
-European Space Agency eoh...@esa.int
-
-Copyright:
-
-Copyright (C) 2003-2010 European Space Agency
-
-License:
-
-PolSARpro v4.0 (Polarimetric SAR Data Processing and Educational
-Tool v4.0) is continued to be developed under contract to ESA-ESRIN:
-Continued Development of PolSARpro Software, C.C.N to ESA-ESRIN
-Contract n° 17863 / 03 / I-LG, by a consortium comprising I.E.T.R at
-the University of Rennes 1, DLR-HR, AELc and Dr Mark L. Williams.
-
-This package is free software; you can redistribute it and/or modify
-it under the terms of the GNU General Public License version 2 as
-published by the Free Software Foundation.
-
-This package 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.
-
-You should have received a copy of the GNU General Public License
-along with this program. If not, see http://www.gnu.org/licenses/
-
-On Debian systems, the complete text of the GNU General
-Public License version 2 can be found in /usr/share/common-licenses/GPL-2.
-
-The Debian packaging is:
-
-Copyright (C) 2010-2011 Antonio Valentino antonio.valent...@tiscali.it
-
-you can redistribute it and/or modify
-it under the terms of the GNU General Public License as published by
-the Free Software Foundation; either version 2 of the License, or
-(at your option) any later version.
+Format: http://dep.debian.net/deps/dep5
+Upstream-Name: polsarpro
+Source: http://earth.esa.int/polsarpro
+
+Files: *
+Copyright: 2003-2010 European Space Agency
+License: GPL-2.0
+
+Files: debian/*
+Copyright: 2010-2011 Antonio Valentino antonio.valent...@tiscali.it
+License: GPL-2.0
+
+License: GPL-2.0
+ PolSARpro v4.0 (Polarimetric SAR Data Processing and Educational
+ Tool v4.0) is continued to be developed under contract to ESA-ESRIN:
+ Continued Development of PolSARpro Software, C.C.N to ESA-ESRIN
+ Contract n° 17863 / 03 / I-LG, by a consortium comprising I.E.T.R at
+ the University of Rennes 1, DLR-HR, AELc and Dr Mark L. Williams.
+ .
+ This package is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License version 2 as
+ published by the Free Software Foundation.
+ .
+ This package 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.
+ .
+ You should have received a copy of the GNU General Public License
+ along with this program. If not, see http://www.gnu.org/licenses/
+ .
+ On Debian systems, the complete text of the GNU General
+ Public License version 2 can be found in /usr/share/common-licenses/GPL-2.

-- 
Polarimetric SAR Data Processing and Educational Tool documentation

___
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] polsarpro-doc branch, master, updated. 8ecb7bdfc117515301f196aa8d5503f494635cb2

2011-08-19 Thread Antonio Valentino
The following commit has been merged in the master branch:
commit f3768a8bd1bf4c657bae363ebb9129692b5480fe
Author: Antonio Valentino antonio.valent...@tiscali.it
Date:   Fri Aug 19 18:45:08 2011 +0200

Policy bumped to 3.9.2

diff --git a/debian/control b/debian/control
index 19410da..47ce02f 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,7 @@ Priority: optional
 Maintainer: Debian GIS Project pkg-grass-devel@lists.alioth.debian.org
 Uploaders: Antonio Valentino antonio.valent...@tiscali.it
 Build-Depends: cdbs, debhelper (= 7.0.50~), dos2unix
-Standards-Version: 3.9.1
+Standards-Version: 3.9.2
 Homepage: http://earth.esa.int/polsarpro
 Vcs-Git: git://git.debian.org/git/pkg-grass/polsarpro-doc.git
 Vcs-Browser: http://git.debian.org/?p=pkg-grass/polsarpro-doc.git

-- 
Polarimetric SAR Data Processing and Educational Tool documentation

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