Bug#649703: gs-common removed: this bug is now RC.

2011-12-04 Thread Miguel de Val-Borro
tags 649703 patch
thanks

On Thu, Nov 24, 2011 at 09:19:53AM +0100, Didier Raboud wrote:
 as the ghostscript 9.04~dfsg-3 upload (that drops both the gs-common
 package and the Provides: gs-common of ghostscript) now reached
 the archive [0], Depending or Build-Depending on gs-common is now an
 RC bug (as it makes the package uninstallable or unbuildable,
 respectively).

The attached patch removes the dependency on gs-common.

Miguel
diff -Nru fpc-2.4.4/debian/changelog fpc-2.4.4/debian/changelog
--- fpc-2.4.4/debian/changelog	2011-10-19 21:23:16.0 +0200
+++ fpc-2.4.4/debian/changelog	2011-12-04 11:59:50.0 +0100
@@ -1,3 +1,11 @@
+fpc (2.4.4-3.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Fix Please Build-Depend on ghostscript, not gs-common. removing
+gs-common dependency (Closes: #649703)
+
+ -- Miguel de Val Borro miguel.de...@gmail.com  Sun, 04 Dec 2011 11:52:38 +0100
+
 fpc (2.4.4-3) unstable; urgency=low
 
   * Added libsdl-mixer1.2-dev to dependency list of fp-units-multimedia.
diff -Nru fpc-2.4.4/debian/control fpc-2.4.4/debian/control
--- fpc-2.4.4/debian/control	2011-10-19 21:23:16.0 +0200
+++ fpc-2.4.4/debian/control	2011-12-04 11:52:06.0 +0100
@@ -5,7 +5,7 @@
 Uploaders: Torsten Werner twer...@debian.org, Abou Al Montacir abou.almonta...@sfr.fr
 DM-Upload-Allowed: yes
 Standards-Version: 3.9.2
-Build-Depends: debhelper (= 7), fp-compiler, fp-units-base, fp-units-fcl, fp-utils, mawk | awk, gs-common, libncurses-dev, binutils
+Build-Depends: debhelper (= 7), fp-compiler, fp-units-base, fp-units-fcl, fp-utils, mawk | awk, ghostscript, libncurses-dev, binutils
 Build-Depends-Indep: hevea
 Vcs-Svn: https://bollin.googlecode.com/svn/fpc/trunk/
 Vcs-Browser: http://bollin.googlecode.com/svn/fpc/trunk/
diff -Nru fpc-2.4.4/debian/control.in fpc-2.4.4/debian/control.in
--- fpc-2.4.4/debian/control.in	2011-10-19 21:23:16.0 +0200
+++ fpc-2.4.4/debian/control.in	2011-12-04 11:21:43.0 +0100
@@ -5,7 +5,7 @@
 Uploaders: Torsten Werner twer...@debian.org, Abou Al Montacir abou.almonta...@sfr.fr
 DM-Upload-Allowed: yes
 Standards-Version: 3.9.2
-Build-Depends: debhelper (= 7), fp-compiler, fp-units-base, fp-units-fcl, fp-utils, mawk | awk, gs-common, libncurses-dev, binutils
+Build-Depends: debhelper (= 7), fp-compiler, fp-units-base, fp-units-fcl, fp-utils, mawk | awk, ghostscript, libncurses-dev, binutils
 Build-Depends-Indep: hevea
 Vcs-Svn: https://bollin.googlecode.com/svn/fpc/trunk/
 Vcs-Browser: http://bollin.googlecode.com/svn/fpc/trunk/


Bug#624993: ICE

2011-12-04 Thread Miguel de Val-Borro
tag 624993 unreproducible
notfound 624993 wheezy
notfound 624993 sid
stop

On Mon, May 02, 2011 at 07:07:58PM +0200, Matthias Klose wrote:
 building with default flags (-O2) works around the ICE.
 
I cannot reproduce this bug on wheezy (gcc 4.6.2-4) nor sid (gcc 4.6.2-5).

Miguel



-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#640583: terraintool: FTBFS: xargs: /usr/lib/jvm/java-6-openjdk/bin/javac: No such file or directory

2011-12-04 Thread Miguel de Val-Borro
tags 640583 patch 
thanks

On Mon, Sep 05, 2011 at 09:34:15PM +0200, Mònica Ramírez Arceda wrote:
 During a rebuild of all packages in sid, your package failed to build on
 amd64.
 
 Relevant part:
   debian/rules build
  dh --with javahelper build
 dh_testdir
 dh_auto_configure
 jh_linkjars
 dh_auto_build
 jh_build
  find src -name *.java -and -type f -print0 | xargs -0 
  /usr/lib/jvm/java-6-openjdk/bin/javac -cp :debian/_jh_build.terraintool -d 
  debian/_jh_build.terraintool -source 1.5
  xargs: /usr/lib/jvm/java-6-openjdk/bin/javac: No such file or directory
  make: *** [build] Error 1

The attached patch fixes the error by removing the definition of the
JAVA_HOME variable in rules. 

Miguel
diff -u terraintool-1.09a/debian/changelog terraintool-1.09a/debian/changelog
--- terraintool-1.09a/debian/changelog
+++ terraintool-1.09a/debian/changelog
@@ -1,3 +1,12 @@
+terraintool (1.09a-2.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Fix FTBFS: xargs: /usr/lib/jvm/java-6-openjdk/bin/javac: No such
+file or directory removing the line that sets the JAVA_HOME environment
+variable (Closes: #640583)
+
+ -- Miguel de Val Borro miguel.de...@gmail.com  Sun, 04 Dec 2011 14:21:21 +0100
+
 terraintool (1.09a-2) unstable; urgency=low
 
   * Correct section and priorty to science,extra
diff -u terraintool-1.09a/debian/rules terraintool-1.09a/debian/rules
--- terraintool-1.09a/debian/rules
+++ terraintool-1.09a/debian/rules
@@ -1,7 +1,5 @@
 #!/usr/bin/make -f
 
-export JAVA_HOME=/usr/lib/jvm/java-6-openjdk
-
 DH_VERBOSE=1
 
 # Put depended upon jars in here


Bug#587698: ipcheck: on python2.6: AttributeError: 'NoneType' object has no attribute 'close'

2011-12-04 Thread Miguel de Val-Borro
tags 587698 patch
thanks

On Thu, Jul 01, 2010 at 11:09:28AM +1200, Francois Marier wrote:
 Everytime I run ipcheck.py on cron (I have it in /etc/cron.hourly), I get 
 this:
 
   Traceback (most recent call last):
 File /usr/sbin/ipcheck.py, line 5518, in module
   _main(sys.argv)
 File /usr/sbin/ipcheck.py, line 5198, in _main
   fp.close()
 File /usr/lib/python2.6/socket.py, line 273, in close
   self._sock.close()
   AttributeError: 'NoneType' object has no attribute 'close'
 
 I have attached the patch I used to silence these errors.

I have applied this fix to the attached NMU patch.

Miguel
diff -u ipcheck-0.233/debian/changelog ipcheck-0.233/debian/changelog
--- ipcheck-0.233/debian/changelog
+++ ipcheck-0.233/debian/changelog
@@ -1,3 +1,11 @@
+ipcheck (0.233-1.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Fix on python2.6: AttributeError: 'NoneType' object has no
+attribute 'close' (Closes: #587698)
+
+ -- Miguel de Val Borro miguel.de...@gmail.com  Sun, 04 Dec 2011 15:57:08 +0100
+
 ipcheck (0.233-1) unstable; urgency=low
 
   * New upstream release
only in patch2:
unchanged:
--- ipcheck-0.233.orig/ipcheck.py
+++ ipcheck-0.233/ipcheck.py
@@ -5187,15 +5187,15 @@
   logger.logit(logline)
 
   # try to get the html text
+  fp = None
   try:
 fp = h2.getfile()
 httpdata = fp.read()
-fp.close()
   except:
 httpdata = No output from http request.
 
-  # explicitly close
-  fp.close()
+  if fp:
+fp.close()
 
   logline = fd closed 
   logger.logit(logline)


Bug#641794: python-numexpr: missing dependency on python-numpy

2011-12-03 Thread Miguel de Val-Borro
On Sat, Dec 03, 2011 at 12:27:41AM +0100, Jakub Wilk wrote:
 * Miguel de Val-Borro miguel.de...@gmail.com, 2011-12-02, 23:07:
 | $ python -c 'import numexpr'
 | Traceback (most recent call last):
 |   File string, line 1, in module
 |   File /usr/lib/pymodules/python2.6/numexpr/__init__.py, line 28, in 
 module
 | from numexpr.expressions import E
 |   File /usr/lib/pymodules/python2.6/numexpr/expressions.py, line 7, in 
 module
 | import numpy
 | ImportError: No module named numpy
 
 BTW, since your package uses Numpy via a C extension module, you
 should use dh_numpy to generate versioned dependency on it.
 
 The dependency on numpy is fixed in the attached patch editing
 debian/control because the package is not using dh,
 
 Why is that relevant that the package doesn't use dh?

This is how the dependency on numpy is introduced in other packages
that use cdbs for building.

 +  * Change Standards-Version to 3.9.2 to fix out-of-date-standards-version
 +lintian warning
 
 Cosmetic changes like this are not appropriate for an NMU.

I have removed the fix for the lintian warning in the attached patch.

Miguel
diff -Nru numexpr-1.4.2/debian/changelog numexpr-1.4.2/debian/changelog
--- numexpr-1.4.2/debian/changelog	2011-04-07 04:12:59.0 +0200
+++ numexpr-1.4.2/debian/changelog	2011-12-03 10:57:34.0 +0100
@@ -1,3 +1,13 @@
+numexpr (1.4.2-1.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Fix missing dependency on python-numpy by adding missing dependency to
+control file (Closes: #641794)
+  * Fix lintian error helper-templates-in-copyright replacing Author(s) by
+Authors
+
+ -- Miguel de Val Borro miguel.de...@gmail.com  Fri, 02 Dec 2011 22:09:40 +0100
+
 numexpr (1.4.2-1) unstable; urgency=low
 
   * Update to 1.4.2
diff -Nru numexpr-1.4.2/debian/control numexpr-1.4.2/debian/control
--- numexpr-1.4.2/debian/control	2011-04-07 04:36:01.0 +0200
+++ numexpr-1.4.2/debian/control	2011-12-03 10:57:22.0 +0100
@@ -15,7 +15,8 @@
 Architecture: any
 Depends: ${python:Depends},
 	 ${shlibs:Depends},
-	 ${misc:Depends}
+	 ${misc:Depends},
+	 python-numpy
 Description: Numexpr package evaluates multiple-operator array expressions
  many times faster than NumPy can. It accepts the expression as a string,
  analyzes it, rewrites it more efficiently, and compiles it to faster Python
diff -Nru numexpr-1.4.2/debian/copyright numexpr-1.4.2/debian/copyright
--- numexpr-1.4.2/debian/copyright	2011-04-07 04:10:59.0 +0200
+++ numexpr-1.4.2/debian/copyright	2011-12-02 22:41:59.0 +0100
@@ -6,7 +6,7 @@
 
 http://code.google.com/p/numexpr/
 
-Upstream Author(s):
+Upstream Authors:
 
 David M. Cooke david.m.co...@gmail.com
 Francesc Alted fal...@pytables.org


Bug#641794: python-numexpr: missing dependency on python-numpy

2011-12-03 Thread Miguel de Val-Borro
On Sat, Dec 03, 2011 at 12:27:41AM +0100, Jakub Wilk wrote:
 * Miguel de Val-Borro miguel.de...@gmail.com, 2011-12-02, 23:07:
 | $ python -c 'import numexpr'
 | Traceback (most recent call last):
 |   File string, line 1, in module
 |   File /usr/lib/pymodules/python2.6/numexpr/__init__.py, line 28, in 
 module
 | from numexpr.expressions import E
 |   File /usr/lib/pymodules/python2.6/numexpr/expressions.py, line 7, in 
 module
 | import numpy
 | ImportError: No module named numpy
 
 BTW, since your package uses Numpy via a C extension module, you
 should use dh_numpy to generate versioned dependency on it.
 
 The dependency on numpy is fixed in the attached patch editing
 debian/control because the package is not using dh,

The attached patch includes a call to dh_numpy in debian/rules that adds
the correct dependency on python-numpy, instead of adding the dependency
directly in debian/control.

Miguel
diff -Nru numexpr-1.4.2/debian/changelog numexpr-1.4.2/debian/changelog
--- numexpr-1.4.2/debian/changelog	2011-04-07 04:12:59.0 +0200
+++ numexpr-1.4.2/debian/changelog	2011-12-03 11:47:32.0 +0100
@@ -1,3 +1,13 @@
+numexpr (1.4.2-1.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Fix missing dependency on python-numpy by adding the dh_numpy helper
+script to the rules file (Closes: #641794)
+  * Fix lintian error helper-templates-in-copyright replacing Author(s) by
+Authors
+
+ -- Miguel de Val Borro miguel.de...@gmail.com  Fri, 02 Dec 2011 22:09:40 +0100
+
 numexpr (1.4.2-1) unstable; urgency=low
 
   * Update to 1.4.2
diff -Nru numexpr-1.4.2/debian/copyright numexpr-1.4.2/debian/copyright
--- numexpr-1.4.2/debian/copyright	2011-04-07 04:10:59.0 +0200
+++ numexpr-1.4.2/debian/copyright	2011-12-02 22:41:59.0 +0100
@@ -6,7 +6,7 @@
 
 http://code.google.com/p/numexpr/
 
-Upstream Author(s):
+Upstream Authors:
 
 David M. Cooke david.m.co...@gmail.com
 Francesc Alted fal...@pytables.org
diff -Nru numexpr-1.4.2/debian/rules numexpr-1.4.2/debian/rules
--- numexpr-1.4.2/debian/rules	2011-04-07 04:10:59.0 +0200
+++ numexpr-1.4.2/debian/rules	2011-12-03 12:13:42.0 +0100
@@ -19,4 +19,7 @@
 install/$(DEB_PYTHON_MODULE_PACKAGES)::
 	sed -i 's#\#!/usr/bin/python[0-9].[0-9]#\#!/usr/bin/python#' \
 		$(cdbs_python_destdir)usr/bin/*
+
+build/python-numexpr::
+	dh_numpy
 #	rm -f $(cdbs_python_destdir)usr/share/doc/python-numexpr/LICENSE.txt


Bug#641794: python-numexpr: missing dependency on python-numpy

2011-12-03 Thread Miguel de Val-Borro
On Sat, Dec 03, 2011 at 12:27:41AM +0100, Jakub Wilk wrote:
 * Miguel de Val-Borro miguel.de...@gmail.com, 2011-12-02, 23:07:
 | $ python -c 'import numexpr'
 | Traceback (most recent call last):
 |   File string, line 1, in module
 |   File /usr/lib/pymodules/python2.6/numexpr/__init__.py, line 28, in 
 module
 | from numexpr.expressions import E
 |   File /usr/lib/pymodules/python2.6/numexpr/expressions.py, line 7, in 
 module
 | import numpy
 | ImportError: No module named numpy
 
 BTW, since your package uses Numpy via a C extension module, you
 should use dh_numpy to generate versioned dependency on it.
 
 The dependency on numpy is fixed in the attached patch editing
 debian/control because the package is not using dh,

The attached patch has only the fix for the numpy dependency.

Thanks,
Miguel
diff -Nru numexpr-1.4.2/debian/changelog numexpr-1.4.2/debian/changelog
--- numexpr-1.4.2/debian/changelog	2011-04-07 04:12:59.0 +0200
+++ numexpr-1.4.2/debian/changelog	2011-12-03 13:10:38.0 +0100
@@ -1,3 +1,11 @@
+numexpr (1.4.2-1.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Fix missing dependency on python-numpy by adding the dh_numpy helper
+script to the rules file (Closes: #641794)
+
+ -- Miguel de Val Borro miguel.de...@gmail.com  Fri, 02 Dec 2011 22:09:40 +0100
+
 numexpr (1.4.2-1) unstable; urgency=low
 
   * Update to 1.4.2
diff -Nru numexpr-1.4.2/debian/rules numexpr-1.4.2/debian/rules
--- numexpr-1.4.2/debian/rules	2011-04-07 04:10:59.0 +0200
+++ numexpr-1.4.2/debian/rules	2011-12-03 12:13:42.0 +0100
@@ -19,4 +19,7 @@
 install/$(DEB_PYTHON_MODULE_PACKAGES)::
 	sed -i 's#\#!/usr/bin/python[0-9].[0-9]#\#!/usr/bin/python#' \
 		$(cdbs_python_destdir)usr/bin/*
+
+build/python-numexpr::
+	dh_numpy
 #	rm -f $(cdbs_python_destdir)usr/share/doc/python-numexpr/LICENSE.txt


Bug#649696: gs-common removed: this bug is now RC.

2011-12-03 Thread Miguel de Val-Borro
On Thu, Nov 24, 2011 at 09:19:53AM +0100, Didier Raboud wrote:
 Hi,
 
 as the ghostscript 9.04~dfsg-3 upload (that drops both the gs-common
 package and the Provides: gs-common of ghostscript) now reached
 the archive [0], Depending or Build-Depending on gs-common is now an
 RC bug (as it makes the package uninstallable or unbuildable,
 respectively).

The attached patch replaces the dependency on gs-common by ghostscript
in debian/control.

Cheers,
Miguel
diff -u latex-make-2.1.13/debian/control latex-make-2.1.13/debian/control
--- latex-make-2.1.13/debian/control
+++ latex-make-2.1.13/debian/control
@@ -10,7 +10,7 @@
 
 Package: latex-make
 Architecture: all
-Depends: ${perl:Depends}, ${misc:Depends}, transfig, gs-common, make (= 3.81)
+Depends: ${perl:Depends}, ${misc:Depends}, transfig, ghostscript, make (= 3.81)
 Recommends: texlive-latex-recommended, texlive-latex-recommended
 Description: easy compiling of complex (and simple) LaTeX documents
  This package provides several tools that aim to simplify the
diff -u latex-make-2.1.13/debian/changelog latex-make-2.1.13/debian/changelog
--- latex-make-2.1.13/debian/changelog
+++ latex-make-2.1.13/debian/changelog
@@ -1,3 +1,11 @@
+latex-make (2.1.13-1.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Fix Please Depend on ghostscript instead of gs-common. Replace gs-common
+dependency by ghostscript in rules (Closes: #649696)
+
+ -- Miguel de Val Borro miguel.de...@gmail.com  Sat, 03 Dec 2011 13:17:53 +0100
+
 latex-make (2.1.13-1) unstable; urgency=low
 
   * New upstream release (Closes: #496345)


Bug#649699: gs-common removed: this bug is now RC.

2011-12-03 Thread Miguel de Val-Borro
On Thu, Nov 24, 2011 at 09:19:53AM +0100, Didier Raboud wrote:
 as the ghostscript 9.04~dfsg-3 upload (that drops both the gs-common
 package and the Provides: gs-common of ghostscript) now reached
 the archive [0], Depending or Build-Depending on gs-common is now an
 RC bug (as it makes the package uninstallable or unbuildable,
 respectively).

The attached patch replaces the Suggests and Build-Dependency from
gs-common to ghostscript in debian/rules.

Miguel
diff -Nru latex-mk-2.1/debian/changelog latex-mk-2.1/debian/changelog
--- latex-mk-2.1/debian/changelog	2011-06-29 06:25:44.0 +0200
+++ latex-mk-2.1/debian/changelog	2011-12-03 13:56:34.0 +0100
@@ -1,3 +1,11 @@
+latex-mk (2.1-1.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Fix Please Build-Depend on ghostscript instead of gs-common replacing the
+dependency on gs-common in rules (Closes: #649699)
+
+ -- Miguel de Val Borro miguel.de...@gmail.com  Sat, 03 Dec 2011 13:54:46 +0100
+
 latex-mk (2.1-1) unstable; urgency=low
 
   * New upstreamer release
diff -Nru latex-mk-2.1/debian/control latex-mk-2.1/debian/control
--- latex-mk-2.1/debian/control	2011-06-30 06:44:24.0 +0200
+++ latex-mk-2.1/debian/control	2011-12-03 13:53:17.0 +0100
@@ -6,7 +6,7 @@
 Build-Depends-Indep: texlive-base, texlive-latex-base, texlive-latex-extra,
  texlive-latex-recommended, texinfo, xsltproc, docbook-xsl,
  graphicsmagick-imagemagick-compat, gv, hevea, latex2rtf, cups-bsd,
- gs-common, tgif, transfig, csh, autoconf
+ ghostscript, tgif, transfig, csh, autoconf
 Standards-Version: 3.9.2
 Homepage: http://latex-mk.sourceforge.net/
 
@@ -15,7 +15,7 @@
 Depends: ${misc:Depends}
 Recommends: make, texlive-latex-recommended, texlive-base
 Suggests: graphicsmagick-imagemagick-compat, gv, hevea, latex2rtf, cups-bsd,
- gs-common, tgif, transfig
+ ghostscript, tgif, transfig
 Description: tool for managing LaTeX projects
  LaTeX-Mk is a collection of Makefile fragments and shell scripts for
  managing small to large sized LaTeX projects. The typical LaTeX-Mk


Bug#649699: gs-common removed: this bug is now RC.

2011-12-03 Thread Miguel de Val-Borro
On Thu, Nov 24, 2011 at 09:19:53AM +0100, Didier Raboud wrote:
 as the ghostscript 9.04~dfsg-3 upload (that drops both the gs-common
 package and the Provides: gs-common of ghostscript) now reached
 the archive [0], Depending or Build-Depending on gs-common is now an
 RC bug (as it makes the package uninstallable or unbuildable,
 respectively).

New patch fixing the changelog message.

Miguel
diff -Nru latex-mk-2.1/debian/changelog latex-mk-2.1/debian/changelog
--- latex-mk-2.1/debian/changelog	2011-06-29 06:25:44.0 +0200
+++ latex-mk-2.1/debian/changelog	2011-12-03 14:58:12.0 +0100
@@ -1,3 +1,11 @@
+latex-mk (2.1-1.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Fix Please Build-Depend on ghostscript instead of gs-common replacing the
+dependency on gs-common (Closes: #649699)
+
+ -- Miguel de Val Borro miguel.de...@gmail.com  Sat, 03 Dec 2011 13:54:46 +0100
+
 latex-mk (2.1-1) unstable; urgency=low
 
   * New upstreamer release
diff -Nru latex-mk-2.1/debian/control latex-mk-2.1/debian/control
--- latex-mk-2.1/debian/control	2011-06-30 06:44:24.0 +0200
+++ latex-mk-2.1/debian/control	2011-12-03 13:53:17.0 +0100
@@ -6,7 +6,7 @@
 Build-Depends-Indep: texlive-base, texlive-latex-base, texlive-latex-extra,
  texlive-latex-recommended, texinfo, xsltproc, docbook-xsl,
  graphicsmagick-imagemagick-compat, gv, hevea, latex2rtf, cups-bsd,
- gs-common, tgif, transfig, csh, autoconf
+ ghostscript, tgif, transfig, csh, autoconf
 Standards-Version: 3.9.2
 Homepage: http://latex-mk.sourceforge.net/
 
@@ -15,7 +15,7 @@
 Depends: ${misc:Depends}
 Recommends: make, texlive-latex-recommended, texlive-base
 Suggests: graphicsmagick-imagemagick-compat, gv, hevea, latex2rtf, cups-bsd,
- gs-common, tgif, transfig
+ ghostscript, tgif, transfig
 Description: tool for managing LaTeX projects
  LaTeX-Mk is a collection of Makefile fragments and shell scripts for
  managing small to large sized LaTeX projects. The typical LaTeX-Mk


Bug#649705: gs-common removed: this bug is now RC.

2011-12-03 Thread Miguel de Val-Borro
On Thu, Nov 24, 2011 at 09:19:53AM +0100, Didier Raboud wrote:
 as the ghostscript 9.04~dfsg-3 upload (that drops both the gs-common
 package and the Provides: gs-common of ghostscript) now reached
 the archive [0], Depending or Build-Depending on gs-common is now an
 RC bug (as it makes the package uninstallable or unbuildable,
 respectively).

The attached patch replaces the dependency on gs-common to ghostscript.

Thanks,
Miguel
diff -u texpower-0.2/debian/control texpower-0.2/debian/control
--- texpower-0.2/debian/control
+++ texpower-0.2/debian/control
@@ -2,7 +2,7 @@
 Section: tex
 Priority: optional
 Maintainer: Rene Engelhard r...@debian.org
-Build-Depends-Indep: texlive-latex-recommended, texlive-fonts-recommended, texlive-latex-extra, gs-common, tex-common, texlive-math-extra, context, texlive-pstricks, prosper
+Build-Depends-Indep: texlive-latex-recommended, texlive-fonts-recommended, texlive-latex-extra, ghostscript, tex-common, texlive-math-extra, context, texlive-pstricks, prosper
 Build-Depends: debhelper ( 4.0.0), dpatch
 Standards-Version: 3.6.2
 
diff -u texpower-0.2/debian/changelog texpower-0.2/debian/changelog
--- texpower-0.2/debian/changelog
+++ texpower-0.2/debian/changelog
@@ -1,3 +1,11 @@
+texpower (0.2-7.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Fix Please Build-Depend on ghostscript, not gs-common. replacing the
+dependency on gs-common (Closes: #649705)
+
+ -- Miguel de Val Borro miguel.de...@gmail.com  Sat, 03 Dec 2011 14:28:23 +0100
+
 texpower (0.2-7) unstable; urgency=medium
 
   * fix sed in debian/rules (closes: #440313) 


Bug#641794: python-numexpr: missing dependency on python-numpy

2011-12-03 Thread Miguel de Val-Borro
On Sat, Dec 03, 2011 at 04:05:17PM +0100, Jakub Wilk wrote:
 * Miguel de Val-Borro miguel.de...@gmail.com, 2011-12-03, 13:16:
 --- numexpr-1.4.2/debian/rules   2011-04-07 04:10:59.0 +0200
 +++ numexpr-1.4.2/debian/rules   2011-12-03 12:13:42.0 +0100
 @@ -19,4 +19,7 @@
  install/$(DEB_PYTHON_MODULE_PACKAGES)::
  sed -i 's#\#!/usr/bin/python[0-9].[0-9]#\#!/usr/bin/python#' \
  $(cdbs_python_destdir)usr/bin/*
 +
 +build/python-numexpr::
 +dh_numpy
  #   rm -f $(cdbs_python_destdir)usr/share/doc/python-numexpr/LICENSE.txt
 
 That's an unusual place to call dh_numpy (or any helper that generates 
 dependencies). The patch happens to do the trick for the moment, but 
 only because dh_numpy is quite dumb and doesn't look at package 
 contents. If dh_numpy ever grows smarter, this package will break.

Would it be correct to call dh_numpy under the install rule?

install/python-numexpr::
dh_numpy

When the package is built like that it also has the right dependency on
numpy.

Miguel



-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#649708: gs-common removed: this bug is now RC.

2011-12-03 Thread Miguel de Val-Borro
tags 649708 patch
thanks

On Thu, Nov 24, 2011 at 09:19:53AM +0100, Didier Raboud wrote:
 as the ghostscript 9.04~dfsg-3 upload (that drops both the gs-common
 package and the Provides: gs-common of ghostscript) now reached
 the archive [0], Depending or Build-Depending on gs-common is now an
 RC bug (as it makes the package uninstallable or unbuildable,
 respectively).

The attached fix replaces gs-common dependency by ghostscript. 

Cheers,
Miguel
diff -u magnus-20060324/debian/control magnus-20060324/debian/control
--- magnus-20060324/debian/control
+++ magnus-20060324/debian/control
@@ -2,7 +2,7 @@
 Section: math
 Priority: extra
 Maintainer: Debian QA Group packa...@qa.debian.org
-Build-Depends: bison, debhelper ( 5.0.0), gs-common, texlive-latex-base, tk8.4, transfig
+Build-Depends: bison, debhelper ( 5.0.0), ghostscript, texlive-latex-base, tk8.4, transfig
 Standards-Version: 3.7.2.0
 
 Package: magnus
diff -u magnus-20060324/debian/changelog magnus-20060324/debian/changelog
--- magnus-20060324/debian/changelog
+++ magnus-20060324/debian/changelog
@@ -1,3 +1,11 @@
+magnus (20060324-6.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Fix Please Build-Depend on ghostscript, not gs-common. removing
+gs-common (Closes: #649708)
+
+ -- Miguel de Val Borro miguel.de...@gmail.com  Sat, 03 Dec 2011 17:03:51 +0100
+
 magnus (20060324-6) unstable; urgency=low
 
   * QA upload.


Bug#641794: python-numexpr: missing dependency on python-numpy

2011-12-03 Thread Miguel de Val-Borro
On Sat, Dec 03, 2011 at 05:20:32PM +0100, Jakub Wilk wrote:
 * Miguel de Val-Borro miguel.de...@gmail.com, 2011-12-03, 16:32:
 --- numexpr-1.4.2/debian/rules 2011-04-07 04:10:59.0 +0200
 +++ numexpr-1.4.2/debian/rules 2011-12-03 12:13:42.0 +0100
 @@ -19,4 +19,7 @@
  install/$(DEB_PYTHON_MODULE_PACKAGES)::
sed -i 's#\#!/usr/bin/python[0-9].[0-9]#\#!/usr/bin/python#' \
$(cdbs_python_destdir)usr/bin/*
 +
 +build/python-numexpr::
 +  dh_numpy
  # rm -f $(cdbs_python_destdir)usr/share/doc/python-numexpr/LICENSE.txt
 
 That's an unusual place to call dh_numpy (or any helper that generates 
 dependencies). The patch happens to do the trick for the moment, but 
 only because dh_numpy is quite dumb and doesn't look at package 
 contents. If dh_numpy ever grows smarter, this package will break.
 
 Would it be correct to call dh_numpy under the install rule?
 
 install/python-numexpr::
  dh_numpy
 
 When the package is built like that it also has the right dependency on 
 numpy.
 
 AFAICS, yes, that'd be correct.

This is fixed in the attached patch to be applied to 1.4.2-1.1.

Thanks,
Miguel
diff -Nru numexpr-1.4.2/debian/changelog numexpr-1.4.2/debian/changelog
--- numexpr-1.4.2/debian/changelog  2011-12-03 18:00:30.0 +0100
+++ numexpr-1.4.2/debian/changelog  2011-12-03 18:08:50.0 +0100
@@ -1,3 +1,10 @@
+numexpr (1.4.2-1.2) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Move call to dh_numpy under the install rule.
+
+ -- Miguel de Val Borro miguel.de...@gmail.com  Sat, 03 Dec 2011 18:05:28 
+0100
+
 numexpr (1.4.2-1.1) unstable; urgency=low
 
   * Non-maintainer upload.
diff -Nru numexpr-1.4.2/debian/rules numexpr-1.4.2/debian/rules
--- numexpr-1.4.2/debian/rules  2011-12-03 18:01:13.0 +0100
+++ numexpr-1.4.2/debian/rules  2011-12-03 18:05:17.0 +0100
@@ -19,7 +19,7 @@
 install/$(DEB_PYTHON_MODULE_PACKAGES)::
sed -i 's#\#!/usr/bin/python[0-9].[0-9]#\#!/usr/bin/python#' \
$(cdbs_python_destdir)usr/bin/*
+#  rm -f $(cdbs_python_destdir)usr/share/doc/python-numexpr/LICENSE.txt
 
-build/python-numexpr::
+install/python-numexpr::
dh_numpy
-#  rm -f $(cdbs_python_destdir)usr/share/doc/python-numexpr/LICENSE.txt


Bug#649709: gs-common removed: this bug is now RC.

2011-12-03 Thread Miguel de Val-Borro
tags 649709 patch

On Thu, Nov 24, 2011 at 09:19:53AM +0100, Didier Raboud wrote:
 as the ghostscript 9.04~dfsg-3 upload (that drops both the gs-common
 package and the Provides: gs-common of ghostscript) now reached
 the archive [0], Depending or Build-Depending on gs-common is now an
 RC bug (as it makes the package uninstallable or unbuildable,
 respectively).

The attached patch removes the Build-Dependency on gs-common.

Thanks,
Miguel
diff -Nru bacula-doc-5.0.2/debian/changelog bacula-doc-5.0.2/debian/changelog
--- bacula-doc-5.0.2/debian/changelog	2011-02-22 21:16:07.0 +0100
+++ bacula-doc-5.0.2/debian/changelog	2011-12-03 18:30:12.0 +0100
@@ -1,3 +1,11 @@
+bacula-doc (5.0.2-3.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Fix Please drop the gs-common Build-Dependency. removing dependency on
+gs-common (Closes: #649709)
+
+ -- Miguel de Val Borro miguel.de...@gmail.com  Sat, 03 Dec 2011 18:29:28 +0100
+
 bacula-doc (5.0.2-3) unstable; urgency=low
 
   * QA upload.
diff -Nru bacula-doc-5.0.2/debian/control bacula-doc-5.0.2/debian/control
--- bacula-doc-5.0.2/debian/control	2011-02-22 21:16:07.0 +0100
+++ bacula-doc-5.0.2/debian/control	2011-12-03 18:28:46.0 +0100
@@ -4,7 +4,7 @@
 Maintainer: Debian QA Group packa...@qa.debian.org
 Build-Depends: debhelper (= 5), autoconf,
  texlive-base, texlive-latex-recommended, texlive-fonts-recommended,
- gs-common, ghostscript
+ ghostscript
 Standards-Version: 3.7.2
 
 Package: bacula-doc


Bug#650063:

2011-12-02 Thread Miguel de Val Borro
I have looked for the powertop-1.97.tar.gz file and could not find it.
The powertop git repository at git.kernel.org is also down at the
moment.

It seems that the source code is only accessible from the kernel.org mirror:
http://mirror.be.gbxs.net/pub/linux/status/powertop/



-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#641790: python-biosig: missing dependency on python-numpy

2011-12-02 Thread Miguel de Val-Borro
On Fri, Sep 16, 2011 at 10:24:37AM +0200, Jakub Wilk wrote:
 Package: python-biosig
 Version: 0.96.3+svn2677-2
 Severity: serious
 Justification: Policy 3.5
 
 In a minimal sid chroot:
 | $ python -c 'import biosig'
 | ImportError: numpy.core.multiarray failed to import
 | Traceback (most recent call last):
 |   File string, line 1, in module
 |   File /usr/lib/pymodules/python2.6/biosig.py, line 26, in module
 | _biosig = swig_import_helper()
 |   File /usr/lib/pymodules/python2.6/biosig.py, line 22, in 
 swig_import_helper
 | _mod = imp.load_module('_biosig', fp, pathname, description)
 | ImportError: numpy.core.multiarray failed to import
 
 BTW, since your package uses Numpy via a C extension module, you should use
 dh_numpy to generate versioned dependency on it.

This patch fixes the numpy dependency using dh_numpy under the
override_dh_auto_install command.

Miguel
diff -Nru biosig4c++-0.96.3+svn2677/debian/changelog biosig4c++-0.96.3+svn2677/debian/changelog
--- biosig4c++-0.96.3+svn2677/debian/changelog	2011-07-09 16:42:23.0 +0200
+++ biosig4c++-0.96.3+svn2677/debian/changelog	2011-12-02 20:06:05.0 +0100
@@ -1,3 +1,11 @@
+biosig4c++ (0.96.3+svn2677-2.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Fix missing dependency on python-numpy by adding dh_numpy under
+override_dh_auto_install (Closes: #641790)
+
+ -- Miguel de Val Borro miguel.de...@gmail.com  Fri, 02 Dec 2011 20:02:39 +0100
+
 biosig4c++ (0.96.3+svn2677-2) unstable; urgency=low
 
   * up_for_loop_initial patch to prevent FTBFS. Thanks Aurelien Jarno for
diff -Nru biosig4c++-0.96.3+svn2677/debian/rules biosig4c++-0.96.3+svn2677/debian/rules
--- biosig4c++-0.96.3+svn2677/debian/rules	2011-07-09 16:42:23.0 +0200
+++ biosig4c++-0.96.3+svn2677/debian/rules	2011-12-02 20:07:03.0 +0100
@@ -41,6 +41,8 @@
 	install mex/mexS*.mex debian/octave-biosig$(OCTDIR)
 	[ -e /usr/bin/octave-depends ]  octave-depends
 
+	dh_numpy
+
 override_dh_strip:
 	dh_strip --dbg-package=libbiosig0-dbg
 	: # Address lintian concern about location


Bug#641794: python-numexpr: missing dependency on python-numpy

2011-12-02 Thread Miguel de Val-Borro
On Fri, Sep 16, 2011 at 10:54:42AM +0200, Jakub Wilk wrote:
 In a minimal sid chroot:
 | $ python -c 'import numexpr'
 | Traceback (most recent call last):
 |   File string, line 1, in module
 |   File /usr/lib/pymodules/python2.6/numexpr/__init__.py, line 28, in 
 module
 | from numexpr.expressions import E
 |   File /usr/lib/pymodules/python2.6/numexpr/expressions.py, line 7, in 
 module
 | import numpy
 | ImportError: No module named numpy
 
 BTW, since your package uses Numpy via a C extension module, you
 should use dh_numpy to generate versioned dependency on it.

The dependency on numpy is fixed in the attached patch editing
debian/control because the package is not using dh, together with a
a couple of lintian issues.

Thanks,
Miguel
diff -Nru numexpr-1.4.2/debian/changelog numexpr-1.4.2/debian/changelog
--- numexpr-1.4.2/debian/changelog	2011-04-07 04:12:59.0 +0200
+++ numexpr-1.4.2/debian/changelog	2011-12-02 22:51:03.0 +0100
@@ -1,3 +1,15 @@
+numexpr (1.4.2-1.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Fix missing dependency on python-numpy by adding missing dependency to
+control file (Closes: #641794)
+  * Fix lintian error helper-templates-in-copyright replacing Author(s) by
+Authors
+  * Change Standards-Version to 3.9.2 to fix out-of-date-standards-version
+lintian warning
+
+ -- Miguel de Val Borro miguel.de...@gmail.com  Fri, 02 Dec 2011 22:09:40 +0100
+
 numexpr (1.4.2-1) unstable; urgency=low
 
   * Update to 1.4.2
diff -Nru numexpr-1.4.2/debian/control numexpr-1.4.2/debian/control
--- numexpr-1.4.2/debian/control	2011-04-07 04:36:01.0 +0200
+++ numexpr-1.4.2/debian/control	2011-12-02 22:46:10.0 +0100
@@ -8,14 +8,15 @@
 	   python-support (= 0.90),
 	   python-setuptools (= 0.6b3),
 	   python-numpy (= 1.3.1)
-Standards-Version: 3.9.1
+Standards-Version: 3.9.2
 Homepage: http://code.google.com/p/numexpr/
 
 Package: python-numexpr
 Architecture: any
 Depends: ${python:Depends},
 	 ${shlibs:Depends},
-	 ${misc:Depends}
+	 ${misc:Depends},
+	 python-numpy
 Description: Numexpr package evaluates multiple-operator array expressions
  many times faster than NumPy can. It accepts the expression as a string,
  analyzes it, rewrites it more efficiently, and compiles it to faster Python
diff -Nru numexpr-1.4.2/debian/copyright numexpr-1.4.2/debian/copyright
--- numexpr-1.4.2/debian/copyright	2011-04-07 04:10:59.0 +0200
+++ numexpr-1.4.2/debian/copyright	2011-12-02 22:41:59.0 +0100
@@ -6,7 +6,7 @@
 
 http://code.google.com/p/numexpr/
 
-Upstream Author(s):
+Upstream Authors:
 
 David M. Cooke david.m.co...@gmail.com
 Francesc Alted fal...@pytables.org