pyepr_0.6.1-1_i386.changes ACCEPTED into unstable

2012-05-01 Thread Debian FTP Masters



Accepted:
pyepr_0.6.1-1.debian.tar.gz
  to main/p/pyepr/pyepr_0.6.1-1.debian.tar.gz
pyepr_0.6.1-1.dsc
  to main/p/pyepr/pyepr_0.6.1-1.dsc
pyepr_0.6.1.orig.tar.gz
  to main/p/pyepr/pyepr_0.6.1.orig.tar.gz
python-epr-dbg_0.6.1-1_i386.deb
  to main/p/pyepr/python-epr-dbg_0.6.1-1_i386.deb
python-epr-doc_0.6.1-1_all.deb
  to main/p/pyepr/python-epr-doc_0.6.1-1_all.deb
python-epr_0.6.1-1_i386.deb
  to main/p/pyepr/python-epr_0.6.1-1_i386.deb
python3-epr-dbg_0.6.1-1_i386.deb
  to main/p/pyepr/python3-epr-dbg_0.6.1-1_i386.deb
python3-epr_0.6.1-1_i386.deb
  to main/p/pyepr/python3-epr_0.6.1-1_i386.deb


Changes:
pyepr (0.6.1-1) unstable; urgency=low
 .
  * New upstream release
  * New packages:
- -dbg package for python2
- packages for python3 (standard and -dbg)
- package for common docs
  * Switch to debhelper 8
  * Standard version bumped to 3.9.3 (no changes)
  * debian/README.test file added
  * Updated copyright file
  * Use dh_sphinxdoc and common javascript code from libjs-sphinxdoc
  * debian/rules:
- honor nodoc and noopt DEB_BUILD_OPTIONS
- call dh_numpy for an appropriate management of the dependency
  from numpy
  * debian/control:
- X-Python-Version moved to the source package section


Override entries for your package:
pyepr_0.6.1-1.dsc - source python
python-epr-dbg_0.6.1-1_i386.deb - extra debug
python-epr-doc_0.6.1-1_all.deb - optional doc
python-epr_0.6.1-1_i386.deb - optional python
python3-epr-dbg_0.6.1-1_i386.deb - extra debug
python3-epr_0.6.1-1_i386.deb - optional python

Announcing to debian-devel-chan...@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/cgi-bin/mailman/listinfo/pkg-grass-devel


[SCM] mapserver branch, 6.2, updated. upstream/6.0.1-32-ge97c54a

2012-05-01 Thread Alan Boudreault
The following commit has been merged in the 6.2 branch:
commit e97c54a7aba7b15dbb6e835b7efc7b582d0975b4
Author: Alan Boudreault 
Date:   Tue May 1 13:36:06 2012 +

Fix a bunch of lintian errors

diff --git a/debian/control b/debian/control
index bb29d10..ee2645f 100644
--- a/debian/control
+++ b/debian/control
@@ -8,7 +8,7 @@ Build-Depends: debhelper (>= 8), libcurl4-gnutls-dev, 
libpng-dev, zlib1g-dev (>=
  libgd2-xpm-dev (>= 2.0.1-10), libfreetype6-dev (>= 2.0.9), libjpeg-dev, 
libgdal1-dev (>=1.5.0), libproj-dev,
  libpq-dev, php5-dev, swig, python-all (>= 2.6.6-3~), python-all-dev (>= 
2.6.6-3~), libgeos-dev (>= 3.2.1-1~),
  ruby1.8, ruby1.8-dev, ruby1.9.1, ruby1.9.1-dev,
- sharutils, libsdl1.2-dev, libfreetype6-dev,
+ sharutils, libsdl1.2-dev, libfreetype6-dev, chrpath,
  libfcgi-dev, libxml2-dev, libogdi3.2-dev, libxslt1-dev, libpam0g-dev, 
libreadline-dev, 
  libfribidi-dev, libedit-dev, libepsilon-dev, libcairo2-dev
 Build-Conflicts: libcurl3-openssl-dev
diff --git a/debian/rules b/debian/rules
index 30c0e8d..34d3cbd 100755
--- a/debian/rules
+++ b/debian/rules
@@ -135,6 +135,7 @@ clean: clean-first-build
dh_testdir
dh_prep
-$(RM) install-arch-stamp install-indep-stamp
+   -$(RM) -rf $(CURDIR)/debian/files
[ ! -f Makefile ] || $(MAKE) distclean
rm -f debian/*.debhelper.log
 
@@ -153,16 +154,6 @@ install-arch-stamp: build-arch
dh_installdirs -a
dh_auto_install
 
-   -mkdir -p debian/tmp/usr/lib/  \
-   debian/tmp/usr/lib/cgi-bin/ \
-   debian/tmp/usr/bin
-
-   # Main make install
-   #$(MAKE) install DESTDIR=$(CURDIR)/debian/tmp/
-
-   # CGI mapserver
-   install -m755 debian/tmp/usr/bin/mapserv 
debian/tmp/usr/lib/cgi-bin/mapserv
-
# Perl mapscript
cd $(CURDIR)/mapscript/perl && \
 $(MAKE) install DESTDIR=$(CURDIR)/debian/libmapscript-perl
@@ -181,13 +172,19 @@ install-arch-stamp: build-arch
  $(MAKE) distclean ; \
  done
 
-   # Mapserver  Binary
-#  install -m755 legend scalebar shp2img shptree \
-   shptreetst shptreevis sortshp tile4ms msencrypt \
-   debian/tmp/usr/bin
-   touch install-arch-stamp
+   # removing embedded rpath in binaries
+   -find $(CURDIR)/debian/tmp/usr/bin -type f  -exec chrpath --delete {} \;
 
-#  echo 'misc:Depends=phpapi-'$(PHP5API) >> debian/php5-mapscript.substvars
+   # remove la file in php ext dir
+   -$(RM) -rf $(CURDIR)/debian/tmp/usr/lib/php5/20090626/*.la
+
+   # CGI mapserver
+   -mkdir -p debian/tmp/usr/lib/cgi-bin
+   install -m755 debian/tmp/usr/bin/mapserv 
debian/tmp/usr/lib/cgi-bin/mapserv
+
+   echo 'misc:Depends=phpapi-'$(PHP5API) >> debian/php5-mapscript.substvars
+
+   touch install-arch-stamp
 
 binary-indep: install-indep
dh_testdir -i

-- 
Mapserver

___
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#671048: pyepr: FTBFS: dh_sphinxdoc: Sphinx documentation not found

2012-05-01 Thread Christoph Egger
Package: src:pyepr
Version: 0.6.1-1
Severity: serious
Tags: sid wheezy
Justification: fails to build from source (but built successfully in the past)

Hi!

Your package failed to build on the buildds:

dh_installdocs
make[1]: Leaving directory 
`/build/buildd-pyepr_0.6.1-1-armhf-IxHwNl/pyepr-0.6.1'
   dh_sphinxdoc -a -O--buildsystem=python_distutils
dh_sphinxdoc: Sphinx documentation not found
make: *** [binary-arch] Error 2

Full build log at
https://buildd.debian.org/status/fetch.php?pkg=pyepr&arch=amd64&ver=0.6.1-1&stamp=1335877858

Regards

Christoph

-- 
9FED 5C6C E206 B70A 5857  70CA 9655 22B9 D49A E731
Debian Developer | Lisp Hacker | CaCert Assurer



___
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] pyepr branch, master, updated. upstream/0.6.1-29-gdfaa575

2012-05-01 Thread Antonio Valentino
The following commit has been merged in the master branch:
commit dfaa5750387250ee741089193c5c7c8cee0fc5ee
Author: Antonio Valentino 
Date:   Mon Apr 30 22:54:25 2012 +0200

Only run dh_sphinxdoc on the -doc package

diff --git a/debian/changelog b/debian/changelog
index 14c037e..8e6ecc4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+pyepr (0.6.1-2) unstable; urgency=low
+
+  * Only run dh_sphinxdoc on the -doc package (Closes: #671048).
+See also #647233.
+
+ -- Antonio Valentino   Tue, 01 May 2012 
17:45:39 +0200
+
 pyepr (0.6.1-1) unstable; urgency=low
 
   * New upstream release
diff --git a/debian/rules b/debian/rules
index e66429f..ab7f860 100755
--- a/debian/rules
+++ b/debian/rules
@@ -77,6 +77,12 @@ override_dh_compress:
dh_compress -X.txt
 
 
+override_dh_sphinxdoc:
+ifneq "$(shell dh_listpackages | grep -- -doc)" ""
+   dh_sphinxdoc
+endif
+
+
 override_dh_installdocs:
 ifeq (,$(findstring nodoc,$(DEB_BUILD_OPTIONS)))
$(MAKE) -C doc html
@@ -88,5 +94,4 @@ endif
 
 .PHONY: override_dh_auto_build override_dh_auto_clean override_dh_auto_test \
 override_dh_installchangelogs override_dh_compress override_dh_install 
\
-override_dh_auto_install override_dh_installdocs
-
+override_dh_auto_install dh_sphinxdoc override_dh_installdocs

-- 
Python ENVISAT Product Reader API

___
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] pyepr tag, debian/0.6.1-1, created. upstream/0.6.1-28-g0746681

2012-05-01 Thread Antonio Valentino
The tag, debian/0.6.1-1 has been created
at  07466812d024409edd32b286fcdd55d122c1c655 (commit)

- Shortlog 
commit 07466812d024409edd32b286fcdd55d122c1c655
Author: Antonio Valentino 
Date:   Sun Apr 29 19:37:17 2012 +0200

New upstream release
---

-- 
Python ENVISAT Product Reader API

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