r29833 - in /desktop/unstable/libgweather3/debian: changelog control control.in rules

biebl at users.alioth.debian.org biebl at users.alioth.debian.org
Thu Sep 29 04:26:45 UTC 2011


Author: biebl
Date: Thu Sep 29 04:26:44 2011
New Revision: 29833

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=29833
Log:
* debian/rules:
  - Build static libraries.
  - Build gtk-doc documentation.
* debian/control:
  - Add Build-Depends on gtk-doc-tools.

Modified:
    desktop/unstable/libgweather3/debian/changelog
    desktop/unstable/libgweather3/debian/control
    desktop/unstable/libgweather3/debian/control.in
    desktop/unstable/libgweather3/debian/rules

Modified: desktop/unstable/libgweather3/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/libgweather3/debian/changelog?rev=29833&op=diff
==============================================================================
--- desktop/unstable/libgweather3/debian/changelog [utf-8] (original)
+++ desktop/unstable/libgweather3/debian/changelog [utf-8] Thu Sep 29 04:26:44 2011
@@ -1,6 +1,11 @@
 libgweather3 (3.2.0-1) UNRELEASED; urgency=low
 
   * New upstream release.
+  * debian/rules:
+    - Build static libraries.
+    - Build gtk-doc documentation.
+  * debian/control:
+    - Add Build-Depends on gtk-doc-tools.
 
  -- Michael Biebl <biebl at debian.org>  Thu, 29 Sep 2011 06:23:37 +0200
 

Modified: desktop/unstable/libgweather3/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/libgweather3/debian/control?rev=29833&op=diff
==============================================================================
--- desktop/unstable/libgweather3/debian/control [utf-8] (original)
+++ desktop/unstable/libgweather3/debian/control [utf-8] Thu Sep 29 04:26:44 2011
@@ -21,6 +21,7 @@
                intltool (>= 0.40.3),
                pkg-config (>= 0.19),
                libxml2-utils,
+               gtk-doc-tools,
                libglib2.0-doc,
                libgtk-3-doc,
                libgirepository1.0-dev (>= 0.9.5),

Modified: desktop/unstable/libgweather3/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/libgweather3/debian/control.in?rev=29833&op=diff
==============================================================================
--- desktop/unstable/libgweather3/debian/control.in [utf-8] (original)
+++ desktop/unstable/libgweather3/debian/control.in [utf-8] Thu Sep 29 04:26:44 2011
@@ -16,6 +16,7 @@
                intltool (>= 0.40.3),
                pkg-config (>= 0.19),
                libxml2-utils,
+               gtk-doc-tools,
                libglib2.0-doc,
                libgtk-3-doc,
                libgirepository1.0-dev (>= 0.9.5),

Modified: desktop/unstable/libgweather3/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/libgweather3/debian/rules?rev=29833&op=diff
==============================================================================
--- desktop/unstable/libgweather3/debian/rules [utf-8] (original)
+++ desktop/unstable/libgweather3/debian/rules [utf-8] Thu Sep 29 04:26:44 2011
@@ -11,4 +11,6 @@
 
 LDFLAGS += -Wl,-O1 -Wl,--as-needed
 
-DEB_CONFIGURE_EXTRA_FLAGS += --enable-locations-compression
+DEB_CONFIGURE_EXTRA_FLAGS += --enable-locations-compression \
+                             --enable-static \
+                             --enable-gtk-doc




More information about the pkg-gnome-commits mailing list