r19190 - in /desktop/experimental/evince/debian: changelog rules

pochu-guest at users.alioth.debian.org pochu-guest at users.alioth.debian.org
Mon Mar 23 15:05:00 UTC 2009


Author: pochu-guest
Date: Mon Mar 23 15:05:00 2009
New Revision: 19190

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=19190
Log:
* 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.

Modified:
    desktop/experimental/evince/debian/changelog
    desktop/experimental/evince/debian/rules

Modified: desktop/experimental/evince/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/evince/debian/changelog?rev=19190&op=diff
==============================================================================
--- desktop/experimental/evince/debian/changelog (original)
+++ desktop/experimental/evince/debian/changelog Mon Mar 23 15:05:00 2009
@@ -1,8 +1,18 @@
-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.
+
+ -- Luca Bruno <lethalman88 at gmail.com>  Sun, 22 Mar 2009 20:45:22 +0100
 
 evince (2.24.2-2) unstable; urgency=low
 

Modified: desktop/experimental/evince/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/evince/debian/rules?rev=19190&op=diff
==============================================================================
--- desktop/experimental/evince/debian/rules (original)
+++ desktop/experimental/evince/debian/rules Mon Mar 23 15:05:00 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