r23325 - in /desktop/unstable/gtk+2.0/debian: changelog control control.in rules

pochu at users.alioth.debian.org pochu at users.alioth.debian.org
Thu Mar 18 10:35:54 UTC 2010


Author: pochu
Date: Thu Mar 18 10:35:54 2010
New Revision: 23325

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=23325
Log:
* debian/control.in:
  - Build depend on xsltproc, needed to generate the mime cache.
* debian/rules:
  - Rename the udeb to libgtk2.0-0-udeb.

Modified:
    desktop/unstable/gtk+2.0/debian/changelog
    desktop/unstable/gtk+2.0/debian/control
    desktop/unstable/gtk+2.0/debian/control.in
    desktop/unstable/gtk+2.0/debian/rules

Modified: desktop/unstable/gtk+2.0/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gtk%2B2.0/debian/changelog?rev=23325&op=diff
==============================================================================
--- desktop/unstable/gtk+2.0/debian/changelog [utf-8] (original)
+++ desktop/unstable/gtk+2.0/debian/changelog [utf-8] Thu Mar 18 10:35:54 2010
@@ -38,6 +38,10 @@
   * New upstream bugfix release.
     + debian/patches/070_mandatory-relibtoolize.patch:
       - Updated for the new version.
+  * debian/control.in:
+    - Build depend on xsltproc, needed to generate the mime cache.
+  * debian/rules:
+    - Rename the udeb to libgtk2.0-0-udeb.
 
  -- Emilio Pozuelo Monfort <pochu at debian.org>  Wed, 17 Mar 2010 23:56:38 +0100
 

Modified: desktop/unstable/gtk+2.0/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gtk%2B2.0/debian/control?rev=23325&op=diff
==============================================================================
--- desktop/unstable/gtk+2.0/debian/control [utf-8] (original)
+++ desktop/unstable/gtk+2.0/debian/control [utf-8] Thu Mar 18 10:35:54 2010
@@ -36,7 +36,8 @@
                libcups2-dev (>= 1.2),
                quilt,
                gawk,
-               shared-mime-info
+               shared-mime-info,
+               xsltproc
 Build-Depends-Indep: gtk-doc-tools (>= 1.8),
                      docbook-xml,
                      libglib2.0-doc,
@@ -80,7 +81,7 @@
  windowing system and hardware acceleration on top of the Linux
  framebuffer.
 
-Package: libgtk-x11-udeb
+Package: libgtk2.0-0-udeb
 XC-Package-Type: udeb
 Section: debian-installer
 Priority: extra

Modified: desktop/unstable/gtk+2.0/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gtk%2B2.0/debian/control.in?rev=23325&op=diff
==============================================================================
--- desktop/unstable/gtk+2.0/debian/control.in [utf-8] (original)
+++ desktop/unstable/gtk+2.0/debian/control.in [utf-8] Thu Mar 18 10:35:54 2010
@@ -36,7 +36,8 @@
                libcups2-dev (>= 1.2),
                quilt,
                gawk,
-               shared-mime-info
+               shared-mime-info,
+               xsltproc
 Build-Depends-Indep: gtk-doc-tools (>= 1.8),
                      docbook-xml,
                      libglib2.0-doc,

Modified: desktop/unstable/gtk+2.0/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gtk%2B2.0/debian/rules?rev=23325&op=diff
==============================================================================
--- desktop/unstable/gtk+2.0/debian/rules [utf-8] (original)
+++ desktop/unstable/gtk+2.0/debian/rules [utf-8] Thu Mar 18 10:35:54 2010
@@ -76,7 +76,7 @@
 DEV_PKG := libgtk$(APIVER)-dev
 DIRECTFB_PKG := libgtk-directfb-$(APIVER)-$(SONAME)
 DIRECTFB_DEV_PKG := libgtk-directfb-$(APIVER)-dev
-UDEB_PKG := libgtk-x11-udeb
+UDEB_PKG := $(SHARED_PKG)-udeb
 DOC_PKG := libgtk$(APIVER)-doc
 BIN_PKG := libgtk$(APIVER)-bin
 DEBUG_PKG := $(SHARED_PKG)-dbg




More information about the pkg-gnome-commits mailing list