--- pencil2d-0.5.4~git20141029.21a350e+dfsg/debian/changelog 2014-11-15 21:30:11.000000000 +0100 +++ pencil2d-0.5.4~git20141224.2630deb+dfsg/debian/changelog 2014-12-31 17:04:48.000000000 +0100 @@ -1,3 +1,15 @@ +pencil2d (0.5.4~git20141224.2630deb+dfsg-1) unstable; urgency=low + + * [1d6f3c9] Imported Upstream commit 0.5.4~git20141224.2630deb+dfsg. + * [d259028] Refresh patches. + * [194b330] debian/pencil2d.1 document the file option. + * [6a9bb4a] debian/pencil2d.desktop: add %f to the Exec line (fix the + desktop-mime-but-no-exec-code lintian warning). + * [2d9aa61] debian/patches/deterministic-build: add to let the package be + built reproducibily. + + -- Mattia Rizzolo Wed, 31 Dec 2014 17:03:49 +0100 + pencil2d (0.5.4~git20141029.21a350e+dfsg-1) unstable; urgency=low * [3542c83] Imported Upstream commit 0.5.4~git20141029.21a350e+dfsg. --- pencil2d-0.5.4~git20141029.21a350e+dfsg/debian/patches/deterministic-build 1970-01-01 01:00:00.000000000 +0100 +++ pencil2d-0.5.4~git20141224.2630deb+dfsg/debian/patches/deterministic-build 2014-12-31 16:54:46.000000000 +0100 @@ -0,0 +1,28 @@ +Description: let the build be deterministic. See the wiki page + https://wiki.debian.org/ReproducibleBuilds for more info. +Author: Mattia Rizzolo +Forwarded: no +Last-Update: 2014-12-31 + +--- a/app/main.cpp ++++ b/app/main.cpp +@@ -41,7 +41,7 @@ + #endif + + MainWindow2 mainWindow; +- mainWindow.setWindowTitle( QString("Pencil2D - Nightly Build %1").arg( __DATE__ ) ); ++ mainWindow.setWindowTitle( QString("Pencil2D - Nightly Build") ); + + if ( argc == 1 ) + { +--- a/core_lib/util/pencildef.h ++++ b/core_lib/util/pencildef.h +@@ -1,7 +1,7 @@ + #ifndef PENCILDEF_H + #define PENCILDEF_H + +-#define PENCIL_WINDOW_TITLE QString("Pencil2D - Nightly Build %1").arg( __DATE__ ) ++#define PENCIL_WINDOW_TITLE QString("Pencil2D - Nightly Build") + + #define PENCIL_MOVIE_EXT \ + tr( "AVI (*.avi);;MPEG(*.mpg);;MOV(*.mov);;MP4(*.mp4);;SWF(*.swf);;FLV(*.flv);;WMV(*.wmv)" ) --- pencil2d-0.5.4~git20141029.21a350e+dfsg/debian/patches/remove-zlib.patch 2014-11-08 22:51:40.000000000 +0100 +++ pencil2d-0.5.4~git20141224.2630deb+dfsg/debian/patches/remove-zlib.patch 2014-12-31 13:58:25.000000000 +0100 @@ -75,7 +75,7 @@ +LIBS += -lz --- a/app/app.pro +++ b/app/app.pro -@@ -79,15 +79,5 @@ +@@ -82,15 +82,5 @@ else:unix: PRE_TARGETDEPS += $$OUT_PWD/../3rdlib/quazip/libquazip.a # --- zlib --- --- pencil2d-0.5.4~git20141029.21a350e+dfsg/debian/patches/series 2014-11-08 22:43:06.000000000 +0100 +++ pencil2d-0.5.4~git20141224.2630deb+dfsg/debian/patches/series 2014-12-31 15:21:47.000000000 +0100 @@ -1,3 +1,4 @@ 002_translation.patch quazip.patch remove-zlib.patch +deterministic-build --- pencil2d-0.5.4~git20141029.21a350e+dfsg/debian/pencil2d.1 2014-11-08 22:43:06.000000000 +0100 +++ pencil2d-0.5.4~git20141224.2630deb+dfsg/debian/pencil2d.1 2014-12-31 16:26:01.000000000 +0100 @@ -1,11 +1,13 @@ +.mso www.tmac .\" .\" Pencil2d man page .\" -.TH pencil2d "1" "February 2014" "" "User Commands" +.TH pencil2d "1" "December 2014" "" "User Commands" .SH NAME pencil2d \- An animation/drawing software .SH SYNOPSIS .B pencil2d +[\fIfile\fR] .SH DESCRIPTION A \fBPencil\fP document is organized in layers. There are currently four types of layers: bitmap image, vector image, sound and camera. The Time Line window at the bottom of the screen shows the existing layers. By default, a new document contains a bitmap layer and a vector layer on top of it, but you can add and delete layers as you wish (using either the '+' or '-' buttons next to “Layers”, or the menu Layer). The names of the layers can be changed to represent what you've put in each by double-clicking on the name of the layer in the timeline. A window will pop up, allowing you to edit the layer's name. Click OK when you have changed it to the name you want and the new name will appear in the timeline. @@ -16,4 +18,6 @@ .P Pencil2d (this program, fork of the former) was written mainly by Matt Chang. .P -This manual was copied from http://pencil\-animation.org/wiki/doku.php?id=en:users:manual:0.4.3b:index and was written by Pascal Naidon. +This manual was copied from +.URL "http://pencil\-animation.org/wiki/doku.php?id=en:users:manual:0.4.3b:index" +and was written by Pascal Naidon. --- pencil2d-0.5.4~git20141029.21a350e+dfsg/debian/pencil2d.desktop 2014-11-08 22:43:06.000000000 +0100 +++ pencil2d-0.5.4~git20141224.2630deb+dfsg/debian/pencil2d.desktop 2014-12-31 16:32:38.000000000 +0100 @@ -2,7 +2,7 @@ Name=Pencil2D Comment=2D Traditional Animation Type=Application -Exec=pencil2d +Exec=pencil2d %f Icon=pencil2d Terminal=false Categories=Graphics;2DGraphics;RasterGraphics;