diff -u qutemol-0.4.1~cvs20081111/debian/control qutemol-0.4.1~cvs20081111/debian/control
--- qutemol-0.4.1~cvs20081111/debian/control
+++ qutemol-0.4.1~cvs20081111/debian/control
@@ -4,7 +4,7 @@
 Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
 Uploaders: Morten Kjeldgaard <mok0@ubuntu.com>, Michael Banck <mbanck@debian.org>
 Build-Depends: debhelper (>= 5), cdbs, dpatch, libwxgtk2.8-dev, libglew1.5-dev,
- libgif-dev, libpng12-dev
+ libgif-dev, libpng-dev
 Standards-Version: 3.9.2
 Homepage: http://qutemol.sourceforge.net/
 Vcs-Browser: http://svn.debian.org/wsvn/debichem/
diff -u qutemol-0.4.1~cvs20081111/debian/changelog qutemol-0.4.1~cvs20081111/debian/changelog
--- qutemol-0.4.1~cvs20081111/debian/changelog
+++ qutemol-0.4.1~cvs20081111/debian/changelog
@@ -1,3 +1,9 @@
+qutemol (0.4.1~cvs20081111-2.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+
+ -- Nobuhiro Iwamatsu <iwamatsu@nigauri.org>  Mon, 12 Mar 2012 12:44:15 +0900
+
 qutemol (0.4.1~cvs20081111-2) unstable; urgency=low
 
   * debian/patches/33_format-security.dpatch: New patch, fixes build error
only in patch2:
unchanged:
--- qutemol-0.4.1~cvs20081111.orig/src/pngSave.cpp
+++ qutemol-0.4.1~cvs20081111/src/pngSave.cpp
@@ -19,7 +19,7 @@
  
 #include "progress.h"
 
-typedef Byte byte;
+typedef unsigned char byte;
 
 
 void downsample2x2(byte * data, int sx, int sy){
