r26540 - in /desktop/unstable/evince/debian: changelog control control.in libevince-dev.install rules

pochu at users.alioth.debian.org pochu at users.alioth.debian.org
Wed Feb 16 20:35:43 UTC 2011


Author: pochu
Date: Wed Feb 16 20:35:43 2011
New Revision: 26540

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=26540
Log:
Remove gir1.0-evince-2.30 since nothing uses it, to ease the gir1.2
transition.

Modified:
    desktop/unstable/evince/debian/changelog
    desktop/unstable/evince/debian/control
    desktop/unstable/evince/debian/control.in
    desktop/unstable/evince/debian/libevince-dev.install
    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=26540&op=diff
==============================================================================
--- desktop/unstable/evince/debian/changelog [utf-8] (original)
+++ desktop/unstable/evince/debian/changelog [utf-8] Wed Feb 16 20:35:43 2011
@@ -1,4 +1,4 @@
-evince (2.30.3-3) UNRELEASED; urgency=low
+evince (2.30.3-3) unstable; urgency=low
 
   [ Josselin Mouette ]
   * Fix indentation in package description. Closes: #609770.
@@ -7,8 +7,10 @@
   * debian/rules:
     - Don't put evince-gtk's debugging symbols in evince-dbg, as they
       clash with those from evince itself. Closes: #610856.
-
- -- Josselin Mouette <joss at debian.org>  Wed, 12 Jan 2011 14:56:06 +0100
+  * Remove gir1.0-evince-2.30 since nothing uses it, to ease the gir1.2
+    transition.
+
+ -- Emilio Pozuelo Monfort <pochu at debian.org>  Wed, 16 Feb 2011 20:34:26 +0000
 
 evince (2.30.3-2) unstable; urgency=medium
 

Modified: desktop/unstable/evince/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/evince/debian/control?rev=26540&op=diff
==============================================================================
--- desktop/unstable/evince/debian/control [utf-8] (original)
+++ desktop/unstable/evince/debian/control [utf-8] Wed Feb 16 20:35:43 2011
@@ -31,12 +31,7 @@
                libdjvulibre-dev (>= 3.5.17),
                libkpathsea-dev,
                libt1-dev,
-               autotools-dev,
-               libgirepository1.0-dev (>= 0.6.7),
-               gobject-introspection (>= 0.6.7),
-               gir-repository-dev,
-               gir1.0-glib-2.0,
-               gir1.0-gtk-2.0
+               autotools-dev
 Standards-Version: 3.8.4
 Homepage: http://www.gnome.org/projects/evince/
 
@@ -155,25 +150,3 @@
  .
  This package provides the development headers, static libraries and 
  documentation.
-
-Package: gir1.0-evince-2.30
-Section: libs
-Architecture: any
-Depends: ${gir:Depends},
-         ${shlibs:Depends},
-         ${misc:Depends}
-Provides: gir1.0-evince-document-2.30,
-          gir1.0-evince-view-2.30
-Description: GObject introspection data for the libevince library
- This package contains introspection data for the libevince library.
- .
- Evince is a simple multi-page document viewer.  It can display and print
- PostScript (PS), Encapsulated PostScript (EPS), DJVU, DVI and Portable
- Document Format (PDF) files.
- When supported by the document, it also allows searching for text,
- copying text to the clipboard, hypertext navigation, and
- table-of-contents bookmarks.
- .
- It can be used by packages using the GIRepository format to generate
- dynamic bindings.
-

Modified: desktop/unstable/evince/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/evince/debian/control.in?rev=26540&op=diff
==============================================================================
--- desktop/unstable/evince/debian/control.in [utf-8] (original)
+++ desktop/unstable/evince/debian/control.in [utf-8] Wed Feb 16 20:35:43 2011
@@ -26,12 +26,7 @@
                libdjvulibre-dev (>= 3.5.17),
                libkpathsea-dev,
                libt1-dev,
-               autotools-dev,
-               libgirepository1.0-dev (>= 0.6.7),
-               gobject-introspection (>= 0.6.7),
-               gir-repository-dev,
-               gir1.0-glib-2.0,
-               gir1.0-gtk-2.0
+               autotools-dev
 Standards-Version: 3.8.4
 Homepage: http://www.gnome.org/projects/evince/
 
@@ -150,25 +145,3 @@
  .
  This package provides the development headers, static libraries and 
  documentation.
-
-Package: gir1.0-evince-2.30
-Section: libs
-Architecture: any
-Depends: ${gir:Depends},
-         ${shlibs:Depends},
-         ${misc:Depends}
-Provides: gir1.0-evince-document-2.30,
-          gir1.0-evince-view-2.30
-Description: GObject introspection data for the libevince library
- This package contains introspection data for the libevince library.
- .
- Evince is a simple multi-page document viewer.  It can display and print
- PostScript (PS), Encapsulated PostScript (EPS), DJVU, DVI and Portable
- Document Format (PDF) files.
- When supported by the document, it also allows searching for text,
- copying text to the clipboard, hypertext navigation, and
- table-of-contents bookmarks.
- .
- It can be used by packages using the GIRepository format to generate
- dynamic bindings.
-

Modified: desktop/unstable/evince/debian/libevince-dev.install
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/evince/debian/libevince-dev.install?rev=26540&op=diff
==============================================================================
--- desktop/unstable/evince/debian/libevince-dev.install [utf-8] (original)
+++ desktop/unstable/evince/debian/libevince-dev.install [utf-8] Wed Feb 16 20:35:43 2011
@@ -4,4 +4,3 @@
 debian/tmp/usr/lib/pkgconfig
 debian/tmp/usr/lib/*.so
 debian/tmp/usr/share/gtk-doc
-debian/tmp/usr/share/gir-*

Modified: desktop/unstable/evince/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/evince/debian/rules?rev=26540&op=diff
==============================================================================
--- desktop/unstable/evince/debian/rules [utf-8] (original)
+++ desktop/unstable/evince/debian/rules [utf-8] Wed Feb 16 20:35:43 2011
@@ -17,8 +17,7 @@
 			--enable-t1lib \
 			--enable-pixbuf \
 			--enable-comics \
-			--enable-impress \
-			--enable-introspection=yes
+			--enable-impress
 
 DEB_DH_MAKESHLIBS_ARGS += --exclude=libevince-properties-page.so \
 	-V'libevince2 (>= 2.30.1)'
@@ -55,7 +54,6 @@
 	rm -rf debian/evince-gtk/usr/lib/lib*
 	rm -rf debian/evince-gtk/usr/lib/nautilus
 	rm -rf debian/evince-gtk/usr/lib/pkgconfig
-	rm -rf debian/evince-gtk/usr/lib/girepository*
 	rm -rf debian/evince-gtk/usr/lib/evince/2
 
 binary-install/evince-common::
@@ -64,7 +62,3 @@
 binary-post-install/evince::
 	# check for missing MIME types
 	desktop-check-mime-types
-
-common-binary-fixup-arch::
-	dh_girepository -pgir1.0-evince-2.30
-




More information about the pkg-gnome-commits mailing list