r25652 - in /desktop/experimental/pango1.0/debian: changelog control rules

pochu at users.alioth.debian.org pochu at users.alioth.debian.org
Mon Nov 22 13:56:24 UTC 2010


Author: pochu
Date: Mon Nov 22 13:56:23 2010
New Revision: 25652

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=25652
Log:
* debian/rules:
  + Include check-dist.mk to prevent accidental uploads to unstable.

Modified:
    desktop/experimental/pango1.0/debian/changelog
    desktop/experimental/pango1.0/debian/control
    desktop/experimental/pango1.0/debian/rules

Modified: desktop/experimental/pango1.0/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/pango1.0/debian/changelog?rev=25652&op=diff
==============================================================================
--- desktop/experimental/pango1.0/debian/changelog [utf-8] (original)
+++ desktop/experimental/pango1.0/debian/changelog [utf-8] Mon Nov 22 13:56:23 2010
@@ -1,8 +1,10 @@
-pango1.0 (1.28.3-2) UNRELEASED; urgency=low
+pango1.0 (1.28.3-2) experimental; urgency=low
 
   * Add gir package, patch from Ubuntu. Closes: #565410.
-
- -- Emilio Pozuelo Monfort <pochu at debian.org>  Sat, 20 Nov 2010 14:52:21 +0100
+  * debian/rules:
+    + Include check-dist.mk to prevent accidental uploads to unstable.
+
+ -- Emilio Pozuelo Monfort <pochu at debian.org>  Mon, 22 Nov 2010 14:55:36 +0100
 
 pango1.0 (1.28.3-1) unstable; urgency=low
 

Modified: desktop/experimental/pango1.0/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/pango1.0/debian/control?rev=25652&op=diff
==============================================================================
--- desktop/experimental/pango1.0/debian/control [utf-8] (original)
+++ desktop/experimental/pango1.0/debian/control [utf-8] Mon Nov 22 13:56:23 2010
@@ -2,13 +2,13 @@
 Section: libs
 Priority: optional
 Maintainer: Sebastien Bacher <seb128 at debian.org>
-Uploaders: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>, Emilio Pozuelo Monfort <pochu at debian.org>, Sebastian Dröge <slomo at debian.org>
+Uploaders: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>, Emilio Pozuelo Monfort <pochu at debian.org>, Josselin Mouette <joss at debian.org>, Sebastian Dröge <slomo at debian.org>
 Build-Depends: debhelper (>= 5.0.22),
                libfreetype6-dev (>= 2.1.7),
                libx11-dev (>= 2:1.3.3-2),
                libxrender-dev (>= 1:0.9.0.2-2),
                libxt-dev,
-               libglib2.0-dev (>= 2.17.3),
+               libglib2.0-dev (>= 2.27.0),
                pkg-config,
                defoma (>= 0.11.1),
                libxft-dev (>= 2.1.14-2),
@@ -22,8 +22,8 @@
                dpkg-dev (>= 1.14.17),
                libthai-dev (>= 0.1.9),
                chrpath,
-               gobject-introspection,
-               libgirepository1.0-dev,
+               gobject-introspection (>= 0.9.5),
+               libgirepository1.0-dev (>= 0.9.5),
                gir1.0-glib-2.0,
                gir1.0-freedesktop
 Build-Depends-Indep: libglib2.0-doc
@@ -210,7 +210,7 @@
          ${gir:Depends}
 Replaces: gir1.0-gtk-2.0,
           gobject-introspection-repository
-Description: Layout and rendering of internationalized text
+Description: Layout and rendering of internationalized text - gir bindings
  Pango is a library for layout and rendering of text, with an emphasis
  on internationalization. Pango can be used anywhere that text layout is
  needed. however, most of the work on Pango-1.0 was done using the GTK+
@@ -225,4 +225,4 @@
   - Native fonts on Microsoft backends
  .
  This package can be used by other packages using the GIRepository format to
- generate dynamic bindings
+ generate dynamic bindings.

Modified: desktop/experimental/pango1.0/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/pango1.0/debian/rules?rev=25652&op=diff
==============================================================================
--- desktop/experimental/pango1.0/debian/rules [utf-8] (original)
+++ desktop/experimental/pango1.0/debian/rules [utf-8] Mon Nov 22 13:56:23 2010
@@ -2,6 +2,7 @@
 
 DISABLE_UPDATE_UPLOADERS := 1
 include /usr/share/gnome-pkg-tools/1/rules/uploaders.mk
+include /usr/share/gnome-pkg-tools/1/rules/check-dist.mk
 -include /usr/share/gnome-pkg-tools/1/rules/gnome-get-source.mk
 
 GNOME_MODULE := pango




More information about the pkg-gnome-commits mailing list