tags 645348 + patch pending
tags 715302 + patch pending
thanks

Dear maintainer,

I've prepared an NMU for pybliographer (versioned as 1.3.2-1.1) and
uploaded it to DELAYED/5. Please feel free to tell me if I
should delay it longer.

Regards.
reverted:
--- pybliographer-1.3.2/debian/pycompat
+++ pybliographer-1.3.2.orig/debian/pycompat
@@ -1 +0,0 @@
-2
diff -u pybliographer-1.3.2/debian/changelog pybliographer-1.3.2/debian/changelog
--- pybliographer-1.3.2/debian/changelog
+++ pybliographer-1.3.2/debian/changelog
@@ -1,3 +1,15 @@
+pybliographer (1.3.2-1.1) experimental; urgency=low
+
+  * Non-maintainer upload.
+  * Drop python-celementtree and python-elementtree (build-)dependencies,
+    they are provided since python2.5 (Closes: #645348).
+  * Drop useless dh_python call (Closes: #715302).
+  * Add encoding header to Recodec/Recode/preset.py, fix FTBFS.
+  * Pass --install-layout=deb to setup.py install call to avoid install
+    files under /usr/local.
+
+ -- Luca Falavigna <dktrkr...@debian.org>  Sun, 14 Jul 2013 10:17:14 +0200
+
 pybliographer (1.3.2-1) experimental; urgency=low
 
   * Experimental release.  (Closes: #331458)
diff -u pybliographer-1.3.2/debian/rules pybliographer-1.3.2/debian/rules
--- pybliographer-1.3.2/debian/rules
+++ pybliographer-1.3.2/debian/rules
@@ -58,7 +58,7 @@
 	dh_testroot
 	dh_clean -k
 	dh_installdirs
-	(cd Recodec && python setup.py install --root='$(d)' --no-compile)
+	(cd Recodec && python setup.py install --root='$(d)' --no-compile --install-layout=deb)
 	python setup.py install --root='$(d)' --no-compile
 	touch install-stamp
 
@@ -92,7 +92,6 @@
 	cp debian/pybliographic.xpm $(d)/usr/share/pixmaps
 	dh_installmenu
 	dh_pysupport
-	dh_python
 	dh_strip
 	dh_compress
 	dh_fixperms
diff -u pybliographer-1.3.2/debian/control pybliographer-1.3.2/debian/control
--- pybliographer-1.3.2/debian/control
+++ pybliographer-1.3.2/debian/control
@@ -4,13 +4,12 @@
 Maintainer: Chris Lawrence <lawre...@debian.org>
 Standards-Version: 3.7.2
 Build-Depends: debhelper (>= 5.0.37.2), python-setuptools
-Build-Depends-Indep: python-dev (>= 2.3), python-elementtree, python-celementtree, python-dev (<< 2.6), python-bibtex (>= 1.2.2-3), python-gnome2, python-glade2, gettext, python-support (>= 0.3)
+Build-Depends-Indep: python-dev (>= 2.5), python-bibtex (>= 1.2.2-3), python-gnome2, python-glade2, gettext, python-support (>= 0.3)
 XS-Python-Version: current
 
 Package: pybliographer
 Architecture: all
-Depends: ${misc:Depends}, ${python:Depends}, python-celementtree | python-elementtree
-XB-Python-Version: ${python:Versions}
+Depends: ${misc:Depends}, ${python:Depends}
 Description: tool for manipulating bibliographic databases
  It currently supports BibTeX, Medline, Ovid and Refer files. It is useful
  for viewing, editing and searching, but also to convert bibliographic
only in patch2:
unchanged:
--- pybliographer-1.3.2.orig/Recodec/Recode/preset.py
+++ pybliographer-1.3.2/Recodec/Recode/preset.py
@@ -1,3 +1,4 @@
+# -*- coding: utf-8 -*-
 # DO NOT MODIFY THIS FILE!  It was automatically generated.
 
 # Conversion between different charsets, surfaces and structures.

Reply via email to