r22651 - in /desktop/unstable/gtk-doc/debian: changelog control control.in rules

pochu at users.alioth.debian.org pochu at users.alioth.debian.org
Sat Dec 19 15:03:17 UTC 2009


Author: pochu
Date: Sat Dec 19 15:03:10 2009
New Revision: 22651

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=22651
Log:
* debian/control.in,
  debian/rules:
  - Enable the test suite during the build.

Modified:
    desktop/unstable/gtk-doc/debian/changelog
    desktop/unstable/gtk-doc/debian/control
    desktop/unstable/gtk-doc/debian/control.in
    desktop/unstable/gtk-doc/debian/rules

Modified: desktop/unstable/gtk-doc/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gtk-doc/debian/changelog?rev=22651&op=diff
==============================================================================
--- desktop/unstable/gtk-doc/debian/changelog [utf-8] (original)
+++ desktop/unstable/gtk-doc/debian/changelog [utf-8] Sat Dec 19 15:03:10 2009
@@ -31,6 +31,9 @@
       + Removed, fixed upstream.
     - debian/patches/01_syntax_error.patch:
       + New patch, fix a syntax error in a shell script.
+  * debian/control.in,
+    debian/rules:
+    - Enable the test suite during the build.
 
  -- Emilio Pozuelo Monfort <pochu at debian.org>  Fri, 20 Nov 2009 18:56:12 +0100
 

Modified: desktop/unstable/gtk-doc/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gtk-doc/debian/control?rev=22651&op=diff
==============================================================================
--- desktop/unstable/gtk-doc/debian/control [utf-8] (original)
+++ desktop/unstable/gtk-doc/debian/control [utf-8] Sat Dec 19 15:03:10 2009
@@ -1,3 +1,8 @@
+# This file is autogenerated. DO NOT EDIT!
+# 
+# Modifications should be made to debian/control.in instead.
+# This file is regenerated automatically in the clean target.
+
 Source: gtk-doc
 Section: gnome
 Priority: optional
@@ -14,6 +19,7 @@
                      libxml2-utils,
                      docbook-xml (>= 4.3),
                      docbook-xsl,
+                     libglib2.0-dev (>= 2.6.0),
                      pkg-config (>= 0.19.0),
                      python (>= 2.3),
                      python-support,

Modified: desktop/unstable/gtk-doc/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gtk-doc/debian/control.in?rev=22651&op=diff
==============================================================================
--- desktop/unstable/gtk-doc/debian/control.in [utf-8] (original)
+++ desktop/unstable/gtk-doc/debian/control.in [utf-8] Sat Dec 19 15:03:10 2009
@@ -14,6 +14,7 @@
                      libxml2-utils,
                      docbook-xml (>= 4.3),
                      docbook-xsl,
+                     libglib2.0-dev (>= 2.6.0),
                      pkg-config (>= 0.19.0),
                      python (>= 2.3),
                      python-support,

Modified: desktop/unstable/gtk-doc/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gtk-doc/debian/rules?rev=22651&op=diff
==============================================================================
--- desktop/unstable/gtk-doc/debian/rules [utf-8] (original)
+++ desktop/unstable/gtk-doc/debian/rules [utf-8] Sat Dec 19 15:03:10 2009
@@ -7,6 +7,7 @@
 include /usr/share/gnome-pkg-tools/1/rules/uploaders.mk
 -include /usr/share/gnome-pkg-tools/1/rules/gnome-get-source.mk
 
+DEB_MAKE_CHECK_TARGET := check
 DEB_CONFIGURE_EXTRA_FLAGS += --with-dsssl-dir=/usr/lib/sgml/stylesheet/dsssl/docbook/nwalsh --disable-scrollkeeper
 
 binary-install/gtk-doc-tools::




More information about the pkg-gnome-commits mailing list