r19957 - in /desktop/unstable/evince/debian: changelog control control.in rules
joss at users.alioth.debian.org
joss at users.alioth.debian.org
Thu May 14 06:26:43 UTC 2009
Author: joss
Date: Thu May 14 06:26:43 2009
New Revision: 19957
URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=19957
Log:
Integrate Luca’s changes from the experimental branch.
Modified:
desktop/unstable/evince/debian/changelog
desktop/unstable/evince/debian/control
desktop/unstable/evince/debian/control.in
desktop/unstable/evince/debian/rules
Modified: desktop/unstable/evince/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/evince/debian/changelog?rev=19957&op=diff
==============================================================================
--- desktop/unstable/evince/debian/changelog (original)
+++ desktop/unstable/evince/debian/changelog Thu May 14 06:26:43 2009
@@ -1,8 +1,24 @@
-evince (2.24.2-3) UNRELEASED; urgency=low
-
+evince (2.26.0-1) UNRELEASED; urgency=low
+
+ [ Josselin Mouette ]
* Section of evince-dbg is debug.
- -- Josselin Mouette <joss at debian.org> Sun, 15 Mar 2009 20:27:33 +0100
+ [ Luca Bruno ]
+ * New upstream release
+ + Remember page setup options too. Closes: #430913.
+ + Show a confirmation dialog when there are pending print jobs while
+ closing the main window. Closes: #469304.
+ + Clamp top/bottom values of destinations to make sure they are not
+ bigger than the page height. Closes: #513150.
+ * debian/rules: delete libevdocument.so and libevview.so dev links.
+ * debian/control.in:
+ + Build-Depends version bumps:
+ - libglib2.0-dev to 2.18.0.
+ - libgtk2.0-dev to 2.12.0.
+ - libgnome-keyring-dev to 2.22.0.
+ + Update Standards-Version to 3.8.1. No changes needed.
+
+ -- Luca Bruno <lethalman88 at gmail.com> Sun, 22 Mar 2009 20:45:22 +0100
evince (2.24.2-2) unstable; urgency=low
Modified: desktop/unstable/evince/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/evince/debian/control?rev=19957&op=diff
==============================================================================
--- desktop/unstable/evince/debian/control (original)
+++ desktop/unstable/evince/debian/control Thu May 14 06:26:43 2009
@@ -8,12 +8,12 @@
intltool (>= 0.35.0),
gnome-pkg-tools (>= 0.10),
gnome-doc-utils (>= 0.3.2),
- libglib2.0-dev (>= 2.15.6),
- libgtk2.0-dev (>= 2.10.0),
+ libglib2.0-dev (>= 2.18.0),
+ libgtk2.0-dev (>= 2.12.0),
libglade2-dev,
libgconf2-dev,
libnautilus-extension-dev,
- libgnome-keyring-dev (>= 0.4.0),
+ libgnome-keyring-dev (>= 2.22.0),
libdbus-glib-1-dev (>= 0.33),
librsvg2-dev (>> 2.14.4-2),
gnome-icon-theme (>= 2.17.1),
@@ -27,7 +27,7 @@
zlib1g-dev,
autotools-dev,
libspectre-dev
-Standards-Version: 3.8.0
+Standards-Version: 3.8.1
Homepage: http://www.gnome.org/projects/evince/
Package: evince
Modified: desktop/unstable/evince/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/evince/debian/control.in?rev=19957&op=diff
==============================================================================
--- desktop/unstable/evince/debian/control.in (original)
+++ desktop/unstable/evince/debian/control.in Thu May 14 06:26:43 2009
@@ -8,12 +8,12 @@
intltool (>= 0.35.0),
gnome-pkg-tools (>= 0.10),
gnome-doc-utils (>= 0.3.2),
- libglib2.0-dev (>= 2.15.6),
- libgtk2.0-dev (>= 2.10.0),
+ libglib2.0-dev (>= 2.18.0),
+ libgtk2.0-dev (>= 2.12.0),
libglade2-dev,
libgconf2-dev,
libnautilus-extension-dev,
- libgnome-keyring-dev (>= 0.4.0),
+ libgnome-keyring-dev (>= 2.22.0),
libdbus-glib-1-dev (>= 0.33),
librsvg2-dev (>> 2.14.4-2),
gnome-icon-theme (>= 2.17.1),
@@ -27,7 +27,7 @@
zlib1g-dev,
autotools-dev,
libspectre-dev
-Standards-Version: 3.8.0
+Standards-Version: 3.8.1
Homepage: http://www.gnome.org/projects/evince/
Package: evince
Modified: desktop/unstable/evince/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/evince/debian/rules?rev=19957&op=diff
==============================================================================
--- desktop/unstable/evince/debian/rules (original)
+++ desktop/unstable/evince/debian/rules Thu May 14 06:26:43 2009
@@ -21,7 +21,8 @@
binary-install/evince::
rm -rf debian/evince/usr/share/gtk-doc
#No development package:
- rm -rf debian/evince/usr/lib/nautilus/*/*a debian/evince/usr/lib/*a debian/evince/usr/lib/evince/*/*a debian/evince/usr/include/ debian/evince/usr/lib/libevbackend.so
+ rm -rf debian/evince/usr/lib/nautilus/*/*a debian/evince/usr/lib/*a debian/evince/usr/lib/evince/*/*a debian/evince/usr/include/ \
+ debian/evince/usr/lib/libevbackend.so debian/evince/usr/lib/libevview.so debian/evince/usr/lib/libevdocument.so
binary-install/evince-dbg::
rm -rf debian/evince-dbg/usr/share/doc/evince-dbg
More information about the pkg-gnome-commits
mailing list