Dear mentors, I am looking for a sponsor for my NMU of "stopmotion". it fixes #565056, #606721, and #612762.
To access further information about this package, please visit the following URL: http://mentors.debian.net/package/stopmotion Alternatively, one can download the package with dget using this command: dget -x http://mentors.debian.net/debian/pool/main/s/stopmotion/stopmotion_0.6.2-1.2.dsc I would be glad if someone uploaded this package for me. Kind regards, Mahyuddin Susanto http://bugs.debian.org/565056 http://bugs.debian.org/606721 http://bugs.debian.org/612762 -- [ Mahyuddin Susanto ] - http://udienz.web.id GPG: 4096R/90B36C5B
diff -u stopmotion-0.6.2/debian/rules stopmotion-0.6.2/debian/rules
--- stopmotion-0.6.2/debian/rules
+++ stopmotion-0.6.2/debian/rules
@@ -20,6 +20,7 @@
echo "QMAKE_STRIP=:" | cat >> stopmotion.pro.in
endif
CFLAGS="$(CFLAGS)" ./configure --prefix=/usr
+ sed -i '/^LIBS/s/$$/ -lX11 -lm/' Makefile
build: build-stamp
diff -u stopmotion-0.6.2/debian/changelog stopmotion-0.6.2/debian/changelog
--- stopmotion-0.6.2/debian/changelog
+++ stopmotion-0.6.2/debian/changelog
@@ -1,3 +1,13 @@
+stopmotion (0.6.2-1.2) unstable; urgency=low
+
+ * Non-maintainer upload.
+ * debian/rules: add math and x11 library to fix FTBFS, Patch from Matthias
+ Klose <[email protected]>. (Closes: #565056, #606721)
+ * Fix Crash when read single jpg files. Patch from Ying-Chun Liu (PaulLiu)
+ <[email protected]>. (Closes: #612762)
+
+ -- Mahyuddin Susanto <[email protected]> Tue, 10 Jan 2012 19:26:27 +0700
+
stopmotion (0.6.2-1.1) unstable; urgency=high
* Non-maintainer upload.
only in patch2:
unchanged:
--- stopmotion-0.6.2.orig/src/application/modelhandler.cpp
+++ stopmotion-0.6.2/src/application/modelhandler.cpp
@@ -97,7 +97,7 @@
QStringList::Iterator it = names.begin();
while (it != names.end() ) {
QString fileName = *it;
- char *f = new char[fileName.length()];
+ char *f = new char[fileName.length()+1];
strcpy(f, fileName.toLatin1().data());
fNames.push_back(f);
++it;
signature.asc
Description: OpenPGP digital signature

