Bug#885626: QScintilla2 Transition Started

2018-01-04 Thread Scott Kitterman
On Tue, 02 Jan 2018 22:59:51 -0500 Scott Kitterman <deb...@kitterman.com> 
wrote:
> Now that qscintilla2 2.10.2 is in unstable, your package no longer builds, 
so 
> I've just raised the bug to severity serious.  If you haven't already, 
please 
> let me know if you intend to upload, otherwise I'll NMU in the next few 
days.
> 
> Scott K

Not having heard back, I'm preparing an NMU and will upload shortly.

Scott K

___
pkg-multimedia-maintainers mailing list
pkg-multimedia-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-multimedia-maintainers


Bug#885626: QScintilla2 Transition Started

2018-01-02 Thread Scott Kitterman
Now that qscintilla2 2.10.2 is in unstable, your package no longer builds, so 
I've just raised the bug to severity serious.  If you haven't already, please 
let me know if you intend to upload, otherwise I'll NMU in the next few days.

Scott K

signature.asc
Description: This is a digitally signed message part.
___
pkg-multimedia-maintainers mailing list
pkg-multimedia-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-multimedia-maintainers

Bug#885626: src:sonic-pi: Will FTBFS with new qscintilla2

2017-12-28 Thread Scott Kitterman
Package: src:sonic-pi
Version: 2.10.0~repack-2
Severity: wishlist
Tags: patch

Dear Maintainer,

The qscintilla2 package in experimental contains a number of changes in
library naming to match upstream's changes.  As a result, sonic-pi will FTBFS
with this version due to a link failure.  I've attached a patch for an
eventual NMU (when the transition starts).  If you would prefer to handle the
upload yourself, please let me know.

Scott K
diff -Nru sonic-pi-2.10.0~repack/debian/changelog sonic-pi-2.10.0~repack/debian/changelog
--- sonic-pi-2.10.0~repack/debian/changelog	2016-05-17 18:16:53.0 +
+++ sonic-pi-2.10.0~repack/debian/changelog	2017-12-28 17:33:51.0 +
@@ -1,3 +1,10 @@
+sonic-pi (2.10.0~repack-2.1) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * Update for new QScintilla2 library names
+
+ -- Scott Kitterman <sc...@kitterman.com>  Thu, 28 Dec 2017 17:33:51 +
+
 sonic-pi (2.10.0~repack-2) unstable; urgency=medium
 
   [ Hanno Zulla ]
diff -Nru sonic-pi-2.10.0~repack/debian/control sonic-pi-2.10.0~repack/debian/control
--- sonic-pi-2.10.0~repack/debian/control	2016-05-17 11:43:40.0 +
+++ sonic-pi-2.10.0~repack/debian/control	2017-12-28 17:33:43.0 +
@@ -14,7 +14,7 @@
  qtbase5-dev,
  qttools5-dev,
  qttools5-dev-tools,
- libqt5scintilla2-dev,
+ libqscintilla2-qt5-dev,
  sc3-plugins-server,
  ruby,
  ruby-activesupport,
diff -Nru sonic-pi-2.10.0~repack/debian/patches/qsci_rename.patch sonic-pi-2.10.0~repack/debian/patches/qsci_rename.patch
--- sonic-pi-2.10.0~repack/debian/patches/qsci_rename.patch	1970-01-01 00:00:00.0 +
+++ sonic-pi-2.10.0~repack/debian/patches/qsci_rename.patch	2017-12-28 17:33:51.0 +
@@ -0,0 +1,14 @@
+--- sonic-pi-2.10.0~repack.orig/app/gui/qt/SonicPi.pro
 sonic-pi-2.10.0~repack/app/gui/qt/SonicPi.pro
+@@ -34,9 +34,9 @@ greaterThan(QT_MAJOR_VERSION, 4) {
+ # Linux only
+ unix:!macx {
+   lessThan(QT_MAJOR_VERSION, 5) {
+-LIBS += -lqscintilla2
++LIBS += -lqscintilla2_qt4
+   } else {
+-LIBS += -lqt5scintilla2
++LIBS += -lqscintilla2_qt5
+   }
+   QMAKE_CXXFLAGS += -Wall -Werror -Wextra
+ }
diff -Nru sonic-pi-2.10.0~repack/debian/patches/series sonic-pi-2.10.0~repack/debian/patches/series
--- sonic-pi-2.10.0~repack/debian/patches/series	2016-05-17 11:43:40.0 +
+++ sonic-pi-2.10.0~repack/debian/patches/series	2017-12-28 17:33:51.0 +
@@ -5,3 +5,4 @@
 05-doc-base-index.patch
 06-paths.patch
 07-examples-path.patch
+qsci_rename.patch
___
pkg-multimedia-maintainers mailing list
pkg-multimedia-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-multimedia-maintainers

Bug#824956: Raising severity

2016-06-20 Thread Scott Kitterman
On Mon, 13 Jun 2016 08:52:15 -0300 Lisandro 
=?ISO-8859-1?Q?Dami=E1n_Nicanor_P=E9rez?= Meyer  wrote:
> severity 824956 serious
> thanks
> 
> Hi! Qt 5.6.1 has been released and we are ready to push it to unstable.

It looks like this uses Qt 5.6 in the git version, so maybe a snapshot could 
be uploaded now that Qt 5.6 is in Unstable/Testing.

Scott K

___
pkg-multimedia-maintainers mailing list
pkg-multimedia-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-multimedia-maintainers


juce_4.1.0+repack-1_amd64.changes REJECTED

2016-02-11 Thread Scott Kitterman

Maintainer request.

===

Please feel free to respond to this email if you don't understand why
your files were rejected, or if you upload new files which address our
concerns.


___
pkg-multimedia-maintainers mailing list
pkg-multimedia-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-multimedia-maintainers


Bug#810065: blender: FTBFS with python3.5 as default python3 (transition imminent)

2016-01-12 Thread Scott Kitterman
On Thu, 7 Jan 2016 10:13:01 +0100 "Matteo F. Vescovi" <m...@debian.org> wrote:
> Hi Scott!
> 
> On Wed, Jan 6, 2016 at 9:23 AM, Scott Kitterman <deb...@kitterman.com> 
wrote:
> > Source: blender
> > Version: 2.74+dfsg0-5
> > Severity: important
> >
> > While test building blender in a sid chroot that had been modified to make
> > python3.5 the default python3 in preparation for the upcoming transition I 
got
> > the following FTBFS:
> >
> > [...]
> 
> While I'd love to help here, I must admit that at the moment I'm missing:
> 
>  - time (paid work is draining it entirely);
>  - valid subkey in the keyring (forgot to extend expiration before the
> last update).
> 
> So, feel free to NMU the unstable/sid version (experimental's is
> working fine [1]) at your needs.
> 
> Once ilmbase and openexr will start/finish their transition to
> unstable/sid, I'll upload experimental build and the issue won't exist
> anymore.
> 
> Cheers.
> 
> 
> [1] 
> http://debomatic-amd64.debian.net/distribution#experimental/blender/2.76.b+dfsg0-1/buildlog

I just bumped this to serious since python3.5 is now the default.  For python 
purposes this isn't critical until we want to remove python3.4, which won't be 
for a bit, so I have no immediate plans to NMU.

Scott K

___
pkg-multimedia-maintainers mailing list
pkg-multimedia-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-multimedia-maintainers


Bug#810065: blender: FTBFS with python3.5 as default python3 (transition imminent)

2016-01-06 Thread Scott Kitterman
Source: blender
Version: 2.74+dfsg0-5
Severity: important

While test building blender in a sid chroot that had been modified to make
python3.5 the default python3 in preparation for the upcoming transition I got
the following FTBFS:

[ 79%] Building C object 
source/blender/python/generic/CMakeFiles/bf_python_ext.dir/py_capi_utils.c.o
cd 
/home/test/blender-2.74+dfsg0/obj-x86_64-linux-gnu/source/blender/python/generic
 && /usr/bin/cc  -DHAVE_STDBOOL_H -DWITH_GLU -DWITH_GL_PROFILE_COMPAT 
-D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE 
-D__LITTLE_ENDIAN__ -D__MMX__ -D__SSE2__ -D__SSE__ 
-I/home/test/blender-2.74+dfsg0/source/blender/python/generic 
-I/home/test/blender-2.74+dfsg0/source/blender/blenkernel 
-I/home/test/blender-2.74+dfsg0/source/blender/blenlib 
-I/home/test/blender-2.74+dfsg0/source/blender/gpu 
-I/home/test/blender-2.74+dfsg0/source/blender/makesdna 
-I/home/test/blender-2.74+dfsg0/intern/guardedalloc 
-I/home/test/blender-2.74+dfsg0/intern/glew-mx -isystem /usr/include/python3.5m 
 -Wall -Wcast-align -Werror=declaration-after-statement 
-Werror=implicit-function-declaration -Werror=return-type -Wstrict-prototypes 
-Wmissing-prototypes -Wno-char-subscripts -Wno-unknown-pragmas -Wpointer-arith 
-Wunused-parameter -Wwrite-strings -Wlogical-op -Wundef -Winit-self -Wnonnull 
-Wmissing-include-dirs -
 Wno-div-by-zero -Wtype-limits -Wuninitialized -Wredundant-decls 
-Wno-error=unused-but-set-variable -g -O2 -fstack-protector-strong -Wformat 
-Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -fopenmp  -msse2  
-msse -pipe -fPIC -funsigned-char -fno-strict-aliasing   -o 
CMakeFiles/bf_python_ext.dir/py_capi_utils.c.o   -c 
/home/test/blender-2.74+dfsg0/source/blender/python/generic/py_capi_utils.c
/home/test/blender-2.74+dfsg0/source/blender/python/generic/py_capi_utils.c: In 
function 'PyC_IsInterpreterActive':
/home/test/blender-2.74+dfsg0/source/blender/python/generic/py_capi_utils.c:632:28:
 error: implicit declaration of function '_Py_atomic_load_relaxed' 
[-Werror=implicit-function-declaration]
  return (((PyThreadState *)_Py_atomic_load_relaxed(&_PyThreadState_Current)) 
!= NULL);
^
/home/test/blender-2.74+dfsg0/source/blender/python/generic/py_capi_utils.c:632:53:
 error: '_PyThreadState_Current' undeclared (first use in this function)
  return (((PyThreadState *)_Py_atomic_load_relaxed(&_PyThreadState_Current)) 
!= NULL);
 ^
/home/test/blender-2.74+dfsg0/source/blender/python/generic/py_capi_utils.c:632:53:
 note: each undeclared identifier is reported only once for each function it 
appears in
/home/test/blender-2.74+dfsg0/source/blender/python/generic/py_capi_utils.c:633:1:
 error: control reaches end of non-void function [-Werror=return-type]
 }
 ^
cc1: some warnings being treated as errors
source/blender/python/generic/CMakeFiles/bf_python_ext.dir/build.make:185: 
recipe for target 
'source/blender/python/generic/CMakeFiles/bf_python_ext.dir/py_capi_utils.c.o' 
failed
make[3]: *** 
[source/blender/python/generic/CMakeFiles/bf_python_ext.dir/py_capi_utils.c.o] 
Error 1

Once python3.5 is the default python3 this will be a serious bug.

Scott K

___
pkg-multimedia-maintainers mailing list
pkg-multimedia-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-multimedia-maintainers


Bug#796666: NMU diff attached

2015-08-23 Thread Scott Kitterman
Here's the diff I intend to upload shortly.

Scott Kdiff -Nru ois-1.3.0+dfsg0/debian/changelog ois-1.3.0+dfsg0/debian/changelog
--- ois-1.3.0+dfsg0/debian/changelog	2012-04-30 07:55:23.0 -0400
+++ ois-1.3.0+dfsg0/debian/changelog	2015-08-23 13:02:23.0 -0400
@@ -1,3 +1,12 @@
+ois (1.3.0+dfsg0-5.1) unstable; urgency=medium
+
+  * Non-maintainer upload (See #79).
+
+  [ Steve Langasek ]
+  * Rename library packages for g++5 ABI transition.
+
+ -- Scott Kitterman sc...@kitterman.com  Sun, 23 Aug 2015 12:48:05 -0400
+
 ois (1.3.0+dfsg0-5) unstable; urgency=medium
 
   * Team upload.
diff -Nru ois-1.3.0+dfsg0/debian/control ois-1.3.0+dfsg0/debian/control
--- ois-1.3.0+dfsg0/debian/control	2012-04-30 07:46:58.0 -0400
+++ ois-1.3.0+dfsg0/debian/control	2015-08-23 12:47:38.0 -0400
@@ -24,7 +24,7 @@
 Architecture: any
 Multi-Arch: same
 Depends:
- libois-1.3.0 (= ${binary:Version}),
+ libois-1.3.0v5 (= ${binary:Version}),
  ${misc:Depends}
 Description: Object Oriented Input System library (C++ development headers)
  Object Oriented Input System (OIS) is meant to be a cross platform,
@@ -33,7 +33,7 @@
  .
  This package provides the development files.
 
-Package: libois-1.3.0
+Package: libois-1.3.0v5
 Architecture: any
 Multi-Arch: same
 Pre-Depends: ${misc:Pre-Depends}
@@ -42,8 +42,9 @@
  ${shlibs:Depends}
 Breaks:
  libois
-Replaces:
+Replaces: libois-1.3.0,
  libois
+Conflicts: libois-1.3.0
 Description: Object Oriented Input System library (C++)
  Object Oriented Input System (OIS) is meant to be a cross platform,
  simple solution for using all kinds of Input Devices
diff -Nru ois-1.3.0+dfsg0/debian/libois-1.3.0.dirs ois-1.3.0+dfsg0/debian/libois-1.3.0.dirs
--- ois-1.3.0+dfsg0/debian/libois-1.3.0.dirs	2012-04-30 07:46:58.0 -0400
+++ ois-1.3.0+dfsg0/debian/libois-1.3.0.dirs	1969-12-31 19:00:00.0 -0500
@@ -1,2 +0,0 @@
-usr/lib
-usr/lib
diff -Nru ois-1.3.0+dfsg0/debian/libois-1.3.0.install ois-1.3.0+dfsg0/debian/libois-1.3.0.install
--- ois-1.3.0+dfsg0/debian/libois-1.3.0.install	2012-04-30 07:46:58.0 -0400
+++ ois-1.3.0+dfsg0/debian/libois-1.3.0.install	1969-12-31 19:00:00.0 -0500
@@ -1 +0,0 @@
-usr/lib/*/libOIS-*.so
diff -Nru ois-1.3.0+dfsg0/debian/libois-1.3.0v5.dirs ois-1.3.0+dfsg0/debian/libois-1.3.0v5.dirs
--- ois-1.3.0+dfsg0/debian/libois-1.3.0v5.dirs	1969-12-31 19:00:00.0 -0500
+++ ois-1.3.0+dfsg0/debian/libois-1.3.0v5.dirs	2015-08-23 12:47:38.0 -0400
@@ -0,0 +1,2 @@
+usr/lib
+usr/lib
diff -Nru ois-1.3.0+dfsg0/debian/libois-1.3.0v5.install ois-1.3.0+dfsg0/debian/libois-1.3.0v5.install
--- ois-1.3.0+dfsg0/debian/libois-1.3.0v5.install	1969-12-31 19:00:00.0 -0500
+++ ois-1.3.0+dfsg0/debian/libois-1.3.0v5.install	2015-08-23 12:47:38.0 -0400
@@ -0,0 +1 @@
+usr/lib/*/libOIS-*.so
diff -Nru ois-1.3.0+dfsg0/debian/libois-1.3.0v5.lintian-overrides ois-1.3.0+dfsg0/debian/libois-1.3.0v5.lintian-overrides
--- ois-1.3.0+dfsg0/debian/libois-1.3.0v5.lintian-overrides	1969-12-31 19:00:00.0 -0500
+++ ois-1.3.0+dfsg0/debian/libois-1.3.0v5.lintian-overrides	2015-08-23 12:47:38.0 -0400
@@ -0,0 +1,2 @@
+# G++5 ABI transition
+libois-1.3.0v5: package-name-doesnt-match-sonames libois-1.3.0
___
pkg-multimedia-maintainers mailing list
pkg-multimedia-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-multimedia-maintainers

Bug#796666: NMU diff attached

2015-08-23 Thread Scott Kitterman
On Sunday, August 23, 2015 07:24:24 PM Sebastian Ramacher wrote:
 Control: tags -1 + pending
 
 On 2015-08-23 13:08:04, Scott Kitterman wrote:
  Here's the diff I intend to upload shortly.
  
  Scott K
 
 No need to upload this NMU. A fix is already in NEW.

Even better.  I can solve that.

Thanks,

Scott K

signature.asc
Description: This is a digitally signed message part.
___
pkg-multimedia-maintainers mailing list
pkg-multimedia-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-multimedia-maintainers

Re: opencollada_0.1.0~20140703.ddf8f47+dfsg1-1_amd64.changes REJECTED

2015-05-12 Thread Scott Kitterman
On May 12, 2015 4:48:49 PM EDT, Rene Engelhard r...@debian.org wrote:
Hi,

I don't understand this.

On Tue, May 12, 2015 at 04:00:07PM +, Thorsten Alteholz wrote:
 Please add the missing GFDL of some files in Externals/expat/doc/ to 
 your debian/copyright.

doc/xmlmw*, OK.
 
 Some files are licensed under LGPL, but I couldn't find the license 
 text in the source tarball. Please add it as well.

Hmm?

There's a standalone License: LGPL-2+ with the text and the pointer to
common-licenses.
What more?

Neither of which are in the source tarball.  The licensing of the upstream 
source has to be complete standing on its own. 

Scott K


___
pkg-multimedia-maintainers mailing list
pkg-multimedia-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-multimedia-maintainers


Bug#718695: blender: Please drop direct python3.2 build-dep/depends

2013-08-04 Thread Scott Kitterman
Package: blender
Version: 2.63a-1
Severity: important

Python3.2 is no longer a supported python3 version.  Support for
python3.2 is python3 extensions is being removed and the package itself will
be removed shortly.  python3.3 is now the default python3 version.  If you
must use a specific python3 version, please use that.

___
pkg-multimedia-maintainers mailing list
pkg-multimedia-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-multimedia-maintainers


Bug#718695: Debdiff to build with python3.3 and later versions

2013-08-04 Thread Scott Kitterman
On Sunday, August 04, 2013 08:35:10 you wrote:
 Package: blender
 Version: 2.63a-1
 Severity: important
 
 Python3.2 is no longer a supported python3 version.  Support for
 python3.2 is python3 extensions is being removed and the package itself will
 be removed shortly.  python3.3 is now the default python3 version.  If you
 must use a specific python3 version, please use that.

The attached debdiff results in a complete build with python3.3.  I have not 
tested the functionality of the resulting package.  I can either upload it as 
an NMU or leave it to you.

Scott Kdiff -Nru blender-2.63a/debian/changelog blender-2.63a/debian/changelog
--- blender-2.63a/debian/changelog	2012-05-12 14:02:24.0 -0400
+++ blender-2.63a/debian/changelog	2013-08-05 00:44:58.0 -0400
@@ -1,3 +1,15 @@
+blender (2.63a-1.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Update debian/control and debian/rules to build with python3.3
+(Closes: #718695)
+- Build using python3-dev and python3:Depends with dh_python3 instead of
+  hard coding a specific interpreter version
+- Update configure to correctly discover file locations for current
+  default python3
+
+ -- Scott Kitterman sc...@kitterman.com  Sun, 04 Aug 2013 20:18:37 -0400
+
 blender (2.63a-1) unstable; urgency=low
 
   * New upstream bugfix release
diff -Nru blender-2.63a/debian/control blender-2.63a/debian/control
--- blender-2.63a/debian/control	2012-05-12 12:55:53.0 -0400
+++ blender-2.63a/debian/control	2013-08-04 20:17:05.0 -0400
@@ -36,7 +36,7 @@
libfontconfig-dev,
pkg-config,
python-support,
-   python3.2-dev
+   python3-dev
 Build-Conflicts: nvidia-glx
 Standards-Version: 3.9.3
 Homepage: http://blender.org
@@ -45,7 +45,7 @@
 
 Package: blender
 Architecture: any
-Depends: python3.2,
+Depends: ${python3:Depends},
  fonts-droid,
  ${misc:Depends},
  ${shlibs:Depends}
diff -Nru blender-2.63a/debian/rules blender-2.63a/debian/rules
--- blender-2.63a/debian/rules	2012-05-12 12:55:53.0 -0400
+++ blender-2.63a/debian/rules	2013-08-05 00:41:40.0 -0400
@@ -2,6 +2,9 @@
 
 INSTDIR = debian/tmp
 PROCESSORS:= $(shell getconf _NPROCESSORS_ONLN 2/dev/null || echo 1)
+PYTHON = $(shell py3versions -dv)
+PYTHON_INCLUDE_DIR=/usr/include/python$(PYTHON)$(if $(filter 3.2,$(PYTHON)),mu,m)
+PYTHON_INCLUDE_DIR2=/usr/include/$(DEB_HOST_MULTIARCH)/python$(PYTHON)$(if $(filter 3.2,$(PYTHON)),mu,m)
 
 # Adapted from http://wiki.debian.org/SandroTosi/Svn_get-orig-source
 PACKAGE = blender
@@ -25,6 +28,12 @@
 		-DCMAKE_INSTALL_PREFIX=/usr \
 		-DCMAKE_SKIP_RPATH=ON \
 		-DCMAKE_VERBOSE_MAKEFILE=ON \
+		-DPYTHON_VERSION=$(PYTHON) \
+		-DPYTHON_INCLUDE_DIR=${PYTHON_INCLUDE_DIR} \
+		-DPYTHON_INCLUDE_DIR2=${PYTHON_INCLUDE_DIR2} \
+		-DPYTHON_INCLUDE_DIRS=${PYTHON_INCLUDE_DIR} ${PYTHON_INCLUDE_DIR2} \
+		-DPYTHON_LIBRARY=/usr/lib/$(if $(filter 3.2,$(PYTHON)),libpython3.2mu.so,$(DEB_HOST_MULTIARCH)/libpython$(PYTHON)m.so) \
+		-DTARGETDIR_VER=/usr/lib/python3/dist-packages \
 		-DWITH_IMAGE_OPENJPEG=ON \
 		-DWITH_FFTW3=ON \
 		-DWITH_JACK=ON \
@@ -65,4 +74,4 @@
 	#dh_pysupport -V 3.1
 
 %:
-	dh --buildsystem=cmake --parallel=$(PROCESSORS) $@
+	dh --buildsystem=cmake --parallel=$(PROCESSORS) $@ --with python3


signature.asc
Description: This is a digitally signed message part.
___
pkg-multimedia-maintainers mailing list
pkg-multimedia-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-multimedia-maintainers

Bug#692381: fixed in yafaray 0.1.2+really0.1.2~beta5-4

2013-06-14 Thread Scott Kitterman
On Thursday, March 14, 2013 11:17:45 AM Matteo F. Vescovi wrote:
...
  yafaray (0.1.2+really0.1.2~beta5-4) experimental; urgency=low
  .
* debian/: dh bump 8 = 9
* debian/control: blender version bumped in Recommends
* debian/control: S-V 3.9.3 = 3.9.4 (no changes needed)
* debian/control: DMUA flag dropped
* debian/watch: source path updated.
  Thanks to Bart Martens (bartm) for the hint.
* debian/patches/: #0003 added to fix FTBFS on Python 3.3.
  Thanks to Dmitrijs Ledkovs for the initial patch. (Closes: #692381)

Would someone please upload this to sid.  It's a blocker for the pyhton3.3 
transition.


signature.asc
Description: This is a digitally signed message part.
___
pkg-multimedia-maintainers mailing list
pkg-multimedia-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-multimedia-maintainers

Bug#660252: Qt 4.8 in Unstable

2012-05-05 Thread Scott Kitterman
clam-networkeditor will now FTBFS in Unstable.



___
pkg-multimedia-maintainers mailing list
pkg-multimedia-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-multimedia-maintainers